]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: add notes about prettyref and varioref
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162 \end_preamble
163 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
164 \use_default_options false
165 \language english
166 \inputencoding auto
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "LyX Team, Uwe Stöhr"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pdfusetitle false
193 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
194 \papersize default
195 \use_geometry false
196 \use_amsmath 2
197 \use_esint 0
198 \cite_engine basic
199 \use_bibtopic false
200 \paperorientation portrait
201 \secnumdepth 3
202 \tocdepth 3
203 \paragraph_separation skip
204 \defskip medskip
205 \quotes_language english
206 \papercolumns 1
207 \papersides 2
208 \paperpagestyle default
209 \bullet 1 1 34 -1
210 \bullet 2 2 35 -1
211 \bullet 3 2 7 -1
212 \tracking_changes 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  and choosing the entry 
479 \family sans
480 Edit
481 \begin_inset space ~
482 \end_inset
483
484 externally
485 \family default
486  in the 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 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 LaTeX will reposition the floats in the final document and 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 , each 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 pixelated 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 such 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 the content of the widest
2029  cell.
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 rotate 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 described 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  Sections
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 cell 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 cell 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 in 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  This means that, 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 is 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 appears 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  Unlike the alignment of the table columns and rows, 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 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 for every longtable, even if you did
6065  not set 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 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 after 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 a 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 of 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 parts of tables that held at the same time in LaTeX's memory.
9342  The default value was 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 a situation, insert a 
9375 \begin_inset Quotes eld
9376 \end_inset
9377
9378 clear page
9379 \begin_inset Quotes erd
9380 \end_inset
9381
9382  (menu 
9383 \family sans
9384 Insert\SpecialChar \menuseparator
9385 Formatting\SpecialChar \menuseparator
9386 Clear
9387 \begin_inset space ~
9388 \end_inset
9389
9390 Page
9391 \family default
9392 ) before your longtable.
9393 \end_layout
9394
9395 \begin_layout Subsection
9396 Forced Page Breaks
9397 \begin_inset Index
9398 status collapsed
9399
9400 \begin_layout Plain Layout
9401 Longtables ! Forced Page Breaks
9402 \end_layout
9403
9404 \end_inset
9405
9406
9407 \end_layout
9408
9409 \begin_layout Standard
9410 By default tables are only broken between rows.
9411  If you have a cell with multiples lines and want to have a page break within
9412  the cell, insert the new line command 
9413 \begin_inset Quotes eld
9414 \end_inset
9415
9416
9417 \series bold
9418
9419 \backslash
9420
9421 \backslash
9422
9423 \series default
9424
9425 \begin_inset Quotes erd
9426 \end_inset
9427
9428  as TeX-Code at the point of the cell where it can be broken.
9429  Before the 
9430 \series bold
9431
9432 \backslash
9433
9434 \backslash
9435
9436 \series default
9437  command you have to insert in TeX-Code as many 
9438 \begin_inset Quotes eld
9439 \end_inset
9440
9441
9442 \series bold
9443 &
9444 \series default
9445
9446 \begin_inset Quotes erd
9447 \end_inset
9448
9449  characters as the number of the following table columns.
9450  The 
9451 \series bold
9452 &
9453 \series default
9454  is the character to separate table cells.
9455  Write in TeX-Code after each 
9456 \series bold
9457 &
9458 \series default
9459  the content of the corresponding following cell and delete the content
9460  of these cells.
9461 \begin_inset Newline newline
9462 \end_inset
9463
9464 After the the 
9465 \series bold
9466
9467 \backslash
9468
9469 \backslash
9470
9471 \series default
9472  command, insert as many 
9473 \series bold
9474 &
9475 \series default
9476  characters as the number of table columns before the current column.
9477  In Table
9478 \begin_inset space ~
9479 \end_inset
9480
9481
9482 \begin_inset CommandInset ref
9483 LatexCommand ref
9484 reference "tab:ForcedPagebreak"
9485
9486 \end_inset
9487
9488  the cell that should be broken is in the second column followed by another
9489  column.
9490  Therefore the following command was inserted in the cell as TeX-Code after
9491  
9492 \begin_inset Quotes eld
9493 \end_inset
9494
9495
9496 \emph on
9497 Castelchiodato,
9498 \emph default
9499
9500 \begin_inset Quotes erd
9501 \end_inset
9502
9503 :
9504 \end_layout
9505
9506 \begin_layout Standard
9507
9508 \series bold
9509 & 111
9510 \backslash
9511
9512 \backslash
9513  
9514 \backslash
9515 newpage
9516 \begin_inset Newline newline
9517 \end_inset
9518
9519 &
9520 \end_layout
9521
9522 \begin_layout Standard
9523 The 
9524 \begin_inset Quotes eld
9525 \end_inset
9526
9527 111
9528 \begin_inset Quotes erd
9529 \end_inset
9530
9531  in the third column of the row was deleted.
9532  
9533 \series bold
9534
9535 \backslash
9536 newpage
9537 \series default
9538  is only needed when a page break should definitely occur at this position,
9539  otherwise it would be a conditional break.
9540  If your footer row of the longtable has for a certain reason no upper line
9541  but you would have a horizontal line where the cell is broken, use this
9542  command instead:
9543 \end_layout
9544
9545 \begin_layout Standard
9546
9547 \series bold
9548 & 111
9549 \backslash
9550
9551 \backslash
9552
9553 \begin_inset Newline newline
9554 \end_inset
9555
9556
9557 \backslash
9558 hline &
9559 \end_layout
9560
9561 \begin_layout Standard
9562 When the cell to be broken is in the last column, the command
9563 \end_layout
9564
9565 \begin_layout Standard
9566
9567 \series bold
9568
9569 \backslash
9570 setlength{
9571 \backslash
9572 parfillskip}{0pt}
9573 \end_layout
9574
9575 \begin_layout Standard
9576 must be inserted as TeX-Code at the beginning of the cell.
9577  This ensures that the part of the cell that will be displayed on the new
9578  page appears with the full width.
9579 \end_layout
9580
9581 \begin_layout Standard
9582 \align center
9583 \begin_inset Tabular
9584 <lyxtabular version="3" rows="38" columns="3">
9585 <features islongtable="true" lastFootEmpty="true">
9586 <column alignment="left" valignment="top" width="0cm">
9587 <column alignment="left" valignment="top" width="3cm">
9588 <column alignment="center" valignment="top" width="0pt">
9589 <row caption="true">
9590 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 \begin_inset Caption
9595
9596 \begin_layout Plain Layout
9597 Table with forced page break in table cell
9598 \begin_inset CommandInset label
9599 LatexCommand label
9600 name "tab:ForcedPagebreak"
9601
9602 \end_inset
9603
9604
9605 \begin_inset OptArg
9606 status collapsed
9607
9608 \begin_layout Plain Layout
9609 Table with forced page break in table cell
9610 \end_layout
9611
9612 \end_inset
9613
9614
9615 \end_layout
9616
9617 \end_inset
9618
9619
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 </row>
9643 <row endfirsthead="true">
9644 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \series bold
9650 Example Phone List (ignore the names)
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 </row>
9674 <row endfirsthead="true">
9675 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \series bold
9681 NAME
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 TEL.
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row endhead="true">
9708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset ERT
9713 status collapsed
9714
9715 \begin_layout Plain Layout
9716
9717
9718 \backslash
9719 caption*{Continued Example Phone List}
9720 \backslash
9721
9722 \backslash
9723 %
9724 \end_layout
9725
9726 \end_inset
9727
9728
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row endhead="true">
9753 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \series bold
9759 Example Phone List
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 </row>
9783 <row endhead="true">
9784 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \series bold
9790 NAME
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \series bold
9810 TEL.
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 </row>
9816 <row endfoot="true">
9817 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 continued on next page
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \series bold
9852 Annovi
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 Silvia
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 111
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row>
9877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \series bold
9883 Bertoli
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 Stefano
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 111
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row>
9908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \series bold
9914 Bozzi
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 Walter
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 111
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 <row>
9939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \series bold
9945 Cachia
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 Maria
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963 111
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row>
9970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \series bold
9976 Cachia
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 Maurizio
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994 111
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \series bold
10007 Cinquemani
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 Giusi
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 111
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \series bold
10038 Colin
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 Bernard
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 111
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \series bold
10069 Concli
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 Gianfranco
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 111
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 </row>
10093 <row>
10094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \series bold
10100 Dal Bosco
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 Carolina
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 111
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Dalpiaz
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Annamaria
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Feliciello
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Domenico
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Focarelli
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Paola
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Galletti
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Oreste
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 111
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 Gasparini
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 Franca
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 111
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Lassini
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Giancarlo
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Malfatti
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Luciano
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Malfatti
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Valeriano
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Meneguzzo
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Roberto
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Mezzadra
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Roberto
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Pirpamer
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Erich
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Pochiesa
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Paolo
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111, 222
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Radina
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Claudio
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Rizzardi
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Paolo, 11.
10544  Fürst von Montecompatri, 11.
10545  Fürst von Sulmona und Vivaro, 10.
10546  Fürst von Rossano, 5.
10547  Herzog von Canemorte, 11.
10548  Herzog von Palombara, 5.
10549  Herzog von Castelchiodato,
10550 \begin_inset ERT
10551 status open
10552
10553 \begin_layout Plain Layout
10554
10555 & 111
10556 \backslash
10557
10558 \backslash
10559  
10560 \backslash
10561 newpage
10562 \end_layout
10563
10564 \begin_layout Plain Layout
10565
10566 &
10567 \end_layout
10568
10569 \end_inset
10570
10571  11.
10572  Herzog von Poggionativo, 11.
10573  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10574  Graf von Valinfreda, 11.
10575  Baron von Cropalati, 11.
10576  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Stuffer
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Oskar
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Tacchelli
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Ugo
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Tezzele
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Margit
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Unterkalmsteiner
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Frieda
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Vieider
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Hilde
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Vigna
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Jürgen
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Weber
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Maurizio
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Winkler
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Franz
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 111
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 </lyxtabular>
10840
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \begin_layout Section
10847 Multiple Lines Columns and Rows
10848 \end_layout
10849
10850 \begin_layout Subsection
10851 Multiple Lines in Table Cells
10852 \begin_inset CommandInset label
10853 LatexCommand label
10854 name "sub:Multiple-Lines-in"
10855
10856 \end_inset
10857
10858
10859 \begin_inset Index
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863 Multiple Lines in Table Cells
10864 \end_layout
10865
10866 \end_inset
10867
10868
10869 \begin_inset Index
10870 status collapsed
10871
10872 \begin_layout Plain Layout
10873 Table ! Linebreaks
10874 \end_layout
10875
10876 \end_inset
10877
10878
10879 \end_layout
10880
10881 \begin_layout Standard
10882 \noindent
10883 \begin_inset Float table
10884 placement H
10885 wide false
10886 sideways false
10887 status open
10888
10889 \begin_layout Plain Layout
10890 \begin_inset Caption
10891
10892 \begin_layout Plain Layout
10893 \begin_inset CommandInset label
10894 LatexCommand label
10895 name "tab:Table-with-multiple"
10896
10897 \end_inset
10898
10899 Table with multiple lines in cells
10900 \end_layout
10901
10902 \end_inset
10903
10904
10905 \end_layout
10906
10907 \begin_layout Plain Layout
10908 \align center
10909 \begin_inset Tabular
10910 <lyxtabular version="3" rows="3" columns="3">
10911 <features>
10912 <column alignment="center" valignment="middle" width="2.5cm">
10913 <column alignment="center" valignment="middle" width="0">
10914 <column alignment="center" valignment="middle" width="0">
10915 <row>
10916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 multiple
10921 \begin_inset Newline linebreak
10922 \end_inset
10923
10924 lines
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 b
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 c
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 d
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 e
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 f
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 </row>
10977 <row>
10978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 g
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 h
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 i
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 </lyxtabular>
11007
11008 \end_inset
11009
11010
11011 \end_layout
11012
11013 \end_inset
11014
11015
11016 \end_layout
11017
11018 \begin_layout Standard
11019 Setting a fixed width for a column enables you to enter text as a paragraph
11020  with multiple lines and hyphenation.
11021 \end_layout
11022
11023 \begin_layout Standard
11024 To produce Table
11025 \begin_inset space ~
11026 \end_inset
11027
11028
11029 \begin_inset CommandInset ref
11030 LatexCommand ref
11031 reference "tab:Table-with-multiple"
11032
11033 \end_inset
11034
11035 , create a 3×3 table, mark the first cell and right-click on it.
11036  In the appearing table dialog we set a cell width of 2.5
11037 \begin_inset space \thinspace{}
11038 \end_inset
11039
11040 cm and choose centered for the vertical and horizontal alignment.
11041  The vertical alignment is used for all cells of the row.
11042  As our text is smaller than 2.5
11043 \begin_inset space \thinspace{}
11044 \end_inset
11045
11046 cm, only one line will appear.
11047  To get two lines, a justified line break (shortcut 
11048 \begin_inset Info
11049 type  "shortcut"
11050 arg   "newline-insert linebreak"
11051 \end_inset
11052
11053 ) was added.
11054  If the text is wider than the set cell width, it will automatically be
11055  broken to several lines.
11056 \end_layout
11057
11058 \begin_layout Standard
11059 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11060  by LaTeX if it is the first entry.
11061  Therefore you need to insert something to prevent the word not being the
11062  first entry.
11063  So add a horizontal space of 0
11064 \begin_inset space \thinspace{}
11065 \end_inset
11066
11067 pt before the word.
11068  As the space is zero, it doesn't change the output.
11069  Table
11070 \begin_inset space ~
11071 \end_inset
11072
11073
11074 \begin_inset CommandInset ref
11075 LatexCommand ref
11076 reference "tab:Table-with-and"
11077
11078 \end_inset
11079
11080  shows the effect.
11081 \end_layout
11082
11083 \begin_layout Standard
11084 \begin_inset Float table
11085 placement h
11086 wide false
11087 sideways false
11088 status open
11089
11090 \begin_layout Plain Layout
11091 \begin_inset Caption
11092
11093 \begin_layout Plain Layout
11094 \begin_inset CommandInset label
11095 LatexCommand label
11096 name "tab:Table-with-and"
11097
11098 \end_inset
11099
11100 Table with and without hyphenation
11101 \end_layout
11102
11103 \end_inset
11104
11105
11106 \end_layout
11107
11108 \begin_layout Plain Layout
11109 \begin_inset space \hfill{}
11110 \end_inset
11111
11112
11113 \begin_inset Tabular
11114 <lyxtabular version="3" rows="3" columns="3">
11115 <features>
11116 <column alignment="center" valignment="middle" width="2.5cm">
11117 <column alignment="center" valignment="middle" width="0">
11118 <column alignment="center" valignment="middle" width="0">
11119 <row>
11120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 verylongtablecellword
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 b
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 c
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 d
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 e
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 f
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 </row>
11177 <row>
11178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 g
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 h
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 i
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 </lyxtabular>
11207
11208 \end_inset
11209
11210
11211 \begin_inset space \hfill{}
11212 \end_inset
11213
11214
11215 \begin_inset Tabular
11216 <lyxtabular version="3" rows="3" columns="3">
11217 <features>
11218 <column alignment="center" valignment="middle" width="2.5cm">
11219 <column alignment="center" valignment="middle" width="0">
11220 <column alignment="center" valignment="middle" width="0">
11221 <row>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 \begin_inset space \hspace{}
11227 \length 0pt
11228 \end_inset
11229
11230 verylongtablecellword
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 b
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 c
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 d
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 e
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 f
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 <row>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 g
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 h
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 i
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 </row>
11312 </lyxtabular>
11313
11314 \end_inset
11315
11316
11317 \begin_inset space \hfill{}
11318 \end_inset
11319
11320
11321 \end_layout
11322
11323 \end_inset
11324
11325
11326 \end_layout
11327
11328 \begin_layout Subsection
11329 Multicolumns
11330 \begin_inset CommandInset label
11331 LatexCommand label
11332 name "sub:Multicolumns"
11333
11334 \end_inset
11335
11336
11337 \begin_inset Index
11338 status collapsed
11339
11340 \begin_layout Plain Layout
11341 Multicolumns
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \begin_inset Index
11348 status collapsed
11349
11350 \begin_layout Plain Layout
11351 Table ! Multicolumns
11352 \end_layout
11353
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \begin_layout Subsubsection
11360 Multicolumn Basics
11361 \end_layout
11362
11363 \begin_layout Standard
11364 To merge cells over multiple columns, select as many cells within a row
11365  as you want to merge and use either the table-toolbar button 
11366 \begin_inset Graphics
11367         filename ../images/tabular-feature_multicolumn.png
11368         scale 85
11369         scaleBeforeRotation
11370
11371 \end_inset
11372
11373 , or the menu 
11374 \family sans
11375 Edit\SpecialChar \menuseparator
11376 Table\SpecialChar \menuseparator
11377 Multicolumn
11378 \family default
11379 , or right click on the marked cells and choose 
11380 \family sans
11381 Multicolumn
11382 \family default
11383  in the appearing context menu.
11384 \end_layout
11385
11386 \begin_layout Standard
11387 Multicolumns have there own cell settings.
11388  That means changing cell borders, cell alignment, and the width only affects
11389  the multicolumn.
11390  Here is an example table with a multicolumn cell in the first row and one
11391  in the last row without the upper border:
11392 \end_layout
11393
11394 \begin_layout Standard
11395 \align center
11396 \begin_inset Tabular
11397 <lyxtabular version="3" rows="3" columns="4">
11398 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11399 <column alignment="center" valignment="top" width="0pt">
11400 <column alignment="center" valignment="middle" width="0">
11401 <column alignment="center" valignment="top" width="0in">
11402 <column alignment="center" valignment="top" width="0pt">
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 abc
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 def ghi
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 jkl
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 </row>
11441 <row>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446
11447 \family roman
11448 \series medium
11449 \shape up
11450 \size normal
11451 \emph off
11452 \bar no
11453 \noun off
11454 \color none
11455 A
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 B
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 C
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 D
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 1
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 2
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 3
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 4
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 </lyxtabular>
11527
11528 \end_inset
11529
11530
11531 \end_layout
11532
11533 \begin_layout Subsubsection
11534 Multicolumn Calculations
11535 \begin_inset CommandInset label
11536 LatexCommand label
11537 name "sub:Multicolumn-Calculations"
11538
11539 \end_inset
11540
11541
11542 \begin_inset Index
11543 status collapsed
11544
11545 \begin_layout Plain Layout
11546 Multicolumns ! Calculations
11547 \end_layout
11548
11549 \end_inset
11550
11551
11552 \end_layout
11553
11554 \begin_layout Standard
11555 LyX supports multicolumns directly, but we have to take account of the cell
11556  width of the columns spanned by the multicolumn cell.
11557 \end_layout
11558
11559 \begin_layout Standard
11560 \begin_inset Float table
11561 placement h
11562 wide false
11563 sideways false
11564 status open
11565
11566 \begin_layout Plain Layout
11567 \begin_inset Caption
11568
11569 \begin_layout Plain Layout
11570 \begin_inset CommandInset label
11571 LatexCommand label
11572 name "tab:Table-with-centered"
11573
11574 \end_inset
11575
11576 Table with centered multicolumn text above two columns that have exactly
11577  half the width of the multicolumn cell
11578 \begin_inset OptArg
11579 status collapsed
11580
11581 \begin_layout Plain Layout
11582 Perfect multicolumn table
11583 \end_layout
11584
11585 \end_inset
11586
11587
11588 \end_layout
11589
11590 \end_inset
11591
11592
11593 \end_layout
11594
11595 \begin_layout Plain Layout
11596 \align center
11597 \begin_inset Tabular
11598 <lyxtabular version="3" rows="3" columns="3">
11599 <features>
11600 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11601 <column alignment="center" valignment="middle" width="0">
11602 <column alignment="center" valignment="top" width="0">
11603 <row>
11604 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 multiple lines multicolumn
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 c
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 d
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 e
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 f
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 <row>
11662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 g
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 h
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 i
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 </lyxtabular>
11691
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \begin_layout Standard
11703 To create for example Table
11704 \begin_inset space ~
11705 \end_inset
11706
11707
11708 \begin_inset CommandInset ref
11709 LatexCommand ref
11710 reference "tab:Table-with-centered"
11711
11712 \end_inset
11713
11714 , mark the first two cells in the first row of a 3×3 table and right-click
11715  on them.
11716  Now choose for this cell 
11717 \emph on
11718 multicolumn
11719 \emph default
11720
11721 \emph on
11722 centered alignment
11723 \emph default
11724  and a width of 2.5
11725 \begin_inset space \thinspace{}
11726 \end_inset
11727
11728 cm in the table dialog.
11729  The merged columns should have exactly half the width of the multicolumn
11730  cell, so that you would set a width of 1.25
11731 \begin_inset space \thinspace{}
11732 \end_inset
11733
11734 cm for the first column.
11735  The second column has then automatically a width of 1.25
11736 \begin_inset space \thinspace{}
11737 \end_inset
11738
11739 cm (multicolumn width - width of first column).
11740  This was done for Table
11741 \begin_inset space ~
11742 \end_inset
11743
11744
11745 \begin_inset CommandInset ref
11746 LatexCommand ref
11747 reference "tab:Table-without-half"
11748
11749 \end_inset
11750
11751 .
11752 \end_layout
11753
11754 \begin_layout Standard
11755 \begin_inset Float table
11756 wide false
11757 sideways false
11758 status open
11759
11760 \begin_layout Plain Layout
11761 \begin_inset Caption
11762
11763 \begin_layout Plain Layout
11764 \begin_inset CommandInset label
11765 LatexCommand label
11766 name "tab:Table-without-half"
11767
11768 \end_inset
11769
11770 Table where the spanned table columns have not exactly half the width of
11771  the multicolumn cell
11772 \begin_inset OptArg
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 Imperfect multicolumn table
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \begin_layout Plain Layout
11790 \align center
11791 \begin_inset Tabular
11792 <lyxtabular version="3" rows="3" columns="3">
11793 <features>
11794 <column alignment="center" valignment="top" width="1.25cm">
11795 <column alignment="center" valignment="top" width="0">
11796 <column alignment="center" valignment="top" width="0">
11797 <row>
11798 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 multiple lines multicolumn
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 c
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 <row>
11827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 d
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 e
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 f
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 <row>
11856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 g
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 h
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 i
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 </lyxtabular>
11885
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \begin_layout Standard
11897 You can see that the first column has not half the width of the multicolumn
11898  cell, it is a bit bigger.
11899  The reason is that the given width of a cell 
11900 \begin_inset Formula $W_{g}$
11901 \end_inset
11902
11903  is not its total width 
11904 \begin_inset Formula $W_{\mathrm{tot}}$
11905 \end_inset
11906
11907  because a cell is always a bit larger than its given width.
11908  Appendix
11909 \begin_inset space ~
11910 \end_inset
11911
11912
11913 \begin_inset CommandInset ref
11914 LatexCommand eqref
11915 reference "cha:Explanation-of-Equation"
11916
11917 \end_inset
11918
11919  explains this in detail.
11920 \end_layout
11921
11922 \begin_layout Standard
11923 The given width 
11924 \begin_inset Formula $W_{g\, n}$
11925 \end_inset
11926
11927  needed when 
11928 \emph on
11929 n
11930 \emph default
11931  columns are spanned can be calculated, so that each column has a total
11932  width of 
11933 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11934 \end_inset
11935
11936 :
11937 \begin_inset Formula \begin{equation}
11938 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11939
11940 \end_inset
11941
11942
11943 \end_layout
11944
11945 \begin_layout Standard
11946 In our case we have 
11947 \begin_inset Formula $n=2$
11948 \end_inset
11949
11950
11951 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11952 \end_inset
11953
11954 cm and the default values for the lengths, so that equation 
11955 \begin_inset CommandInset ref
11956 LatexCommand ref
11957 reference "eq:Wgn"
11958
11959 \end_inset
11960
11961  becomes
11962 \begin_inset Formula \begin{equation}
11963 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11964
11965 \end_inset
11966
11967
11968 \end_layout
11969
11970 \begin_layout Standard
11971 To enable calculations in LaTeX, the LaTeX-package 
11972 \series bold
11973 calc
11974 \series default
11975  must be loaded with the document preamble line
11976 \begin_inset Index
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980 LaTeX-packages ! calc
11981 \end_layout
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \begin_layout Standard
11989
11990 \series bold
11991
11992 \backslash
11993 usepackage{calc}
11994 \end_layout
11995
11996 \begin_layout Standard
11997 LyX does not allow you to calculate lengths in the 
11998 \family sans
11999 Width
12000 \family default
12001  field of the table dialog.
12002  Therefore you have to format the column by inserting a LaTeX-argument in
12003  the dialog.
12004  Here is an overview about the arguments:
12005 \end_layout
12006
12007 \begin_layout Itemize
12008
12009 \series bold
12010 p{width}
12011 \series default
12012  creates cell with a fixed width, its text is vertically top-aligned
12013 \end_layout
12014
12015 \begin_layout Itemize
12016
12017 \series bold
12018 m{width}
12019 \series default
12020  creates cell with a fixed width, its text is vertically centered
12021 \end_layout
12022
12023 \begin_layout Itemize
12024
12025 \series bold
12026 b{width}
12027 \series default
12028  creates cell with a fixed width, its text is vertically bottom-aligned
12029 \end_layout
12030
12031 \begin_layout Standard
12032 By entering a LaTeX-argument, all cell settings set in the table dialog
12033  are overwritten.
12034 \end_layout
12035
12036 \begin_layout Standard
12037 \begin_inset Note Greyedout
12038 status open
12039
12040 \begin_layout Plain Layout
12041
12042 \series bold
12043 Note:
12044 \series default
12045  Due to a bug, LyX shows the overwritten settings anyway.
12046 \end_layout
12047
12048 \end_inset
12049
12050
12051 \end_layout
12052
12053 \begin_layout Standard
12054 As the text should be horizontally centered, the command 
12055 \series bold
12056
12057 \backslash
12058 centering
12059 \series default
12060  is added.
12061  You can now enter the following LaTeX-argument for the first spanned column:
12062 \end_layout
12063
12064 \begin_layout Standard
12065
12066 \series bold
12067 >{
12068 \backslash
12069 centering}m{1.25cm-6.2pt}
12070 \end_layout
12071
12072 \begin_layout Standard
12073 The command 
12074 \series bold
12075 >{ }
12076 \series default
12077  means, that the commands inside the braces are applied before the cell
12078  is created.
12079 \end_layout
12080
12081 \begin_layout Standard
12082 Although we have chosen centered alignment for the text of the multicolumn
12083  cell, it is still left aligned.
12084  This is because LyX only applies the alignment to single columns.
12085  So for the multicolumn cell we have to use the LaTeX-argument
12086 \end_layout
12087
12088 \begin_layout Standard
12089
12090 \series bold
12091 >{
12092 \backslash
12093 centering}m{2.5cm}
12094 \end_layout
12095
12096 \begin_layout Subsection
12097 Multirows
12098 \begin_inset Index
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102 Multirows
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \begin_inset Index
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 Table ! Multirows
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \begin_layout Standard
12121 Unlike multicolumns multirows are not yet supported by LyX; so a bit of
12122  TeX-Code needs to be used.
12123  To use multirows load the LaTeX-package 
12124 \series bold
12125 multirow
12126 \series default
12127
12128 \begin_inset Index
12129 status collapsed
12130
12131 \begin_layout Plain Layout
12132 LaTeX-packages ! multirow
12133 \end_layout
12134
12135 \end_inset
12136
12137  in your document preamble with the command
12138 \end_layout
12139
12140 \begin_layout Standard
12141
12142 \series bold
12143
12144 \backslash
12145 usepackage{multirow}
12146 \end_layout
12147
12148 \begin_layout Standard
12149 Multirows are created with the command
12150 \end_layout
12151
12152 \begin_layout Standard
12153
12154 \series bold
12155
12156 \backslash
12157 multirow{number of rows}{cell width}{cell entry}
12158 \end_layout
12159
12160 \begin_layout Standard
12161 To create the following table:
12162 \end_layout
12163
12164 \begin_layout Standard
12165 \align center
12166 \begin_inset ERT
12167 status collapsed
12168
12169 \begin_layout Plain Layout
12170
12171
12172 \backslash
12173 renewcommand{
12174 \backslash
12175 multirowsetup}{
12176 \backslash
12177 centering}
12178 \end_layout
12179
12180 \end_inset
12181
12182
12183 \begin_inset Tabular
12184 <lyxtabular version="3" rows="3" columns="3">
12185 <features>
12186 <column alignment="center" valignment="top" width="0">
12187 <column alignment="center" valignment="top" width="0">
12188 <column alignment="center" valignment="top" width="0">
12189 <row>
12190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 a
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 b
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 c
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 </row>
12218 <row>
12219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223 \begin_inset ERT
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227
12228
12229 \backslash
12230 multirow{2}{2.5cm}{
12231 \end_layout
12232
12233 \end_inset
12234
12235 multirow entry
12236 \begin_inset ERT
12237 status collapsed
12238
12239 \begin_layout Plain Layout
12240
12241 }
12242 \end_layout
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 e
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12261 \begin_inset Text
12262
12263 \begin_layout Plain Layout
12264 f
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 </row>
12270 <row>
12271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12272 \begin_inset Text
12273
12274 \begin_layout Plain Layout
12275
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284 h
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12290 \begin_inset Text
12291
12292 \begin_layout Plain Layout
12293 i
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 </row>
12299 </lyxtabular>
12300
12301 \end_inset
12302
12303
12304 \begin_inset ERT
12305 status collapsed
12306
12307 \begin_layout Plain Layout
12308
12309
12310 \backslash
12311 renewcommand{
12312 \backslash
12313 multirowsetup}{
12314 \backslash
12315 raggedright}
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \begin_layout Standard
12324 create a 3×3 table.
12325  Unset the upper border of the last cell in the first column.
12326  The multirow is now created in the second row of the first column by inserting
12327  there the command
12328 \end_layout
12329
12330 \begin_layout Standard
12331
12332 \series bold
12333
12334 \backslash
12335 multirow{2}{2.5cm}{
12336 \end_layout
12337
12338 \begin_layout Standard
12339 as TeX-Code.
12340  According to the command parameters the multirow spans now two rows and
12341  has a width of 2.5
12342 \begin_inset space \thinspace{}
12343 \end_inset
12344
12345 cm.
12346  The content of the multirow cell follows outside the TeX-Code box and the
12347  command is finished with a right brace 
12348 \series bold
12349 }
12350 \series default
12351  in another TeX-Code-box after the text.
12352 \end_layout
12353
12354 \begin_layout Standard
12355
12356 \series bold
12357
12358 \backslash
12359 multirow
12360 \series default
12361  left-aligns its content by default.
12362  To override the default, renew the command 
12363 \series bold
12364
12365 \backslash
12366 multirowsetup
12367 \series default
12368  with the command
12369 \end_layout
12370
12371 \begin_layout Standard
12372
12373 \series bold
12374
12375 \backslash
12376 renewcommand{
12377 \backslash
12378 multirowsetup}{
12379 \backslash
12380 centering}
12381 \end_layout
12382
12383 \begin_layout Standard
12384 in TeX-Code in the document preamble.
12385  Then all entries of multirow cells in the document are centered.
12386  If centering is only needed for several tables, you can renew the command
12387  in a TeX-Code box just before the table instead of the preamble.
12388  If the text should be right-aligned, replace 
12389 \series bold
12390
12391 \backslash
12392 centering
12393 \series default
12394  by 
12395 \series bold
12396
12397 \backslash
12398 raggedleft
12399 \series default
12400 .
12401  To return to left-alignment 
12402 \series bold
12403
12404 \backslash
12405 raggedright
12406 \series default
12407  is used.
12408 \end_layout
12409
12410 \begin_layout Section
12411 Formal Tables
12412 \begin_inset CommandInset label
12413 LatexCommand label
12414 name "sec:Formal-Tables"
12415
12416 \end_inset
12417
12418
12419 \begin_inset Index
12420 status collapsed
12421
12422 \begin_layout Plain Layout
12423 Table ! Formal
12424 \end_layout
12425
12426 \end_inset
12427
12428
12429 \end_layout
12430
12431 \begin_layout Standard
12432 Tables are often typeset in books similar to Table
12433 \begin_inset space ~
12434 \end_inset
12435
12436
12437 \begin_inset CommandInset ref
12438 LatexCommand ref
12439 reference "tab:Example-booktabs-table"
12440
12441 \end_inset
12442
12443 .
12444  This kind of tables is called 
12445 \begin_inset Quotes eld
12446 \end_inset
12447
12448
12449 \emph on
12450 formal
12451 \emph default
12452
12453 \begin_inset Quotes erd
12454 \end_inset
12455
12456 .
12457  To make a table a formal table use the option 
12458 \family sans
12459 Formal
12460 \family default
12461  in the 
12462 \family sans
12463 Borders
12464 \family default
12465  tab of the table dialog.
12466 \end_layout
12467
12468 \begin_layout Standard
12469 \begin_inset Float table
12470 placement h
12471 wide false
12472 sideways false
12473 status open
12474
12475 \begin_layout Plain Layout
12476 \begin_inset Caption
12477
12478 \begin_layout Plain Layout
12479 \begin_inset CommandInset label
12480 LatexCommand label
12481 name "tab:Example-booktabs-table"
12482
12483 \end_inset
12484
12485 Example booktabs-table
12486 \end_layout
12487
12488 \end_inset
12489
12490
12491 \end_layout
12492
12493 \begin_layout Plain Layout
12494 \align center
12495 \begin_inset Tabular
12496 <lyxtabular version="3" rows="8" columns="4">
12497 <features booktabs="true">
12498 <column alignment="center" valignment="top" width="0">
12499 <column alignment="center" valignment="top" width="0">
12500 <column alignment="center" valignment="top" width="0">
12501 <column alignment="center" valignment="top" width="0">
12502 <row>
12503 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 System
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" topline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 Medipix
12517 \begin_inset space \thinspace{}
12518 \end_inset
12519
12520 1
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 Medipix
12530 \begin_inset space \thinspace{}
12531 \end_inset
12532
12533 2
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 </row>
12548 <row>
12549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 \begin_inset ERT
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557
12558
12559 \backslash
12560 cmidrule(r){2-2}
12561 \end_layout
12562
12563 \end_inset
12564
12565
12566 \begin_inset ERT
12567 status collapsed
12568
12569 \begin_layout Plain Layout
12570
12571
12572 \backslash
12573 cmidrule(l){3-4}
12574 \end_layout
12575
12576 \end_inset
12577
12578 Detector thickness [µm]
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell alignment="center" valignment="top" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 300
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 <cell alignment="center" valignment="top" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 300
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 <cell alignment="center" valignment="top" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 700
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 </row>
12611 <row>
12612 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 Edge angle [°]
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell alignment="center" valignment="top" topline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 3.55
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 <cell alignment="center" valignment="top" topline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 2.71
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 7.99
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 </row>
12649 <row topspace="default">
12650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 Spatial resolution [µm]
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 <cell alignment="center" valignment="top" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 4.26
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 10.17
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 <cell alignment="center" valignment="top" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 10.56
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 </row>
12687 <row topspace="default">
12688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 MTF at 
12693 \begin_inset Formula $f_{\mathrm{max}}$
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 0.53
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 0.37
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 0.39
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 </row>
12729 <row topspace="default">
12730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 \begin_inset ERT
12735 status collapsed
12736
12737 \begin_layout Plain Layout
12738
12739
12740 \backslash
12741 cmidrule(l{10pt}){1-1}
12742 \end_layout
12743
12744 \end_inset
12745
12746 LSF-spatial resolution
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell alignment="center" valignment="top" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 </row>
12779 <row>
12780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 in µm
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 129.7
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell alignment="center" valignment="top" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 52.75
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 50.78
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 <row>
12818 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 in % of pixel size
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 76.3
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 95.9
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 92.3
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 </row>
12855 </lyxtabular>
12856
12857 \end_inset
12858
12859
12860 \end_layout
12861
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \begin_layout Standard
12868 Spaces to table rows can be added using the 
12869 \family sans
12870 Borders
12871 \family default
12872  tab of the table dialog as described in section
12873 \begin_inset space ~
12874 \end_inset
12875
12876
12877 \begin_inset CommandInset ref
12878 LatexCommand ref
12879 reference "sub:Row-Spacing"
12880
12881 \end_inset
12882
12883 .
12884 \end_layout
12885
12886 \begin_layout Standard
12887 In contrary to normal tables, formal tables have no vertical table lines.
12888  The horizontal table lines can be set like for normal tables but they appear
12889  with different width in the output:
12890 \begin_inset Newline newline
12891 \end_inset
12892
12893 The first and the last table line have a default width of 0.08
12894 \begin_inset space \thinspace{}
12895 \end_inset
12896
12897 em while the other lines have a default width of 0.05
12898 \begin_inset space \thinspace{}
12899 \end_inset
12900
12901 em.
12902 \end_layout
12903
12904 \begin_layout Standard
12905 The default widths can be changed with the following preamble lines
12906 \end_layout
12907
12908 \begin_layout Standard
12909
12910 \series bold
12911
12912 \backslash
12913 let
12914 \backslash
12915 mytoprule
12916 \backslash
12917 toprule
12918 \begin_inset Newline newline
12919 \end_inset
12920
12921
12922 \backslash
12923 renewcommand{
12924 \backslash
12925 toprule}{
12926 \backslash
12927 mytoprule[width]}
12928 \end_layout
12929
12930 \begin_layout Standard
12931 This example is for the first line, the so called 
12932 \series bold
12933 toprule
12934 \series default
12935 .
12936  If you want to change the width for the last line, replace 
12937 \series bold
12938 toprule
12939 \series default
12940  by 
12941 \series bold
12942 bottomrule
12943 \series default
12944 .
12945  To change the width for the other lines replace 
12946 \series bold
12947 toprule
12948 \series default
12949  by 
12950 \series bold
12951 midrule
12952 \series default
12953 .
12954  You can use all units listed in appendix
12955 \begin_inset space ~
12956 \end_inset
12957
12958
12959 \begin_inset CommandInset ref
12960 LatexCommand ref
12961 reference "cha:Units-available-in"
12962
12963 \end_inset
12964
12965  to set the width.
12966 \end_layout
12967
12968 \begin_layout Standard
12969 Lines that don't span over all table columns can be created by setting a
12970  table line for multicolumn cells.
12971  LyX will then internally use the command 
12972 \series bold
12973
12974 \backslash
12975 cmidrule
12976 \series default
12977  to create this line.
12978  Its full scheme is
12979 \end_layout
12980
12981 \begin_layout Standard
12982
12983 \series bold
12984
12985 \backslash
12986 cmidrule[width](trim){startcol-endcol}
12987 \end_layout
12988
12989 \begin_layout Standard
12990 The options of 
12991 \series bold
12992
12993 \backslash
12994 cmidrule
12995 \series default
12996  are are currently not supported by LyX so you have to use TeX-Code to be
12997  able to use them.
12998  
12999 \series bold
13000
13001 \backslash
13002 cmidrule
13003 \series default
13004 s can manually be created by inserting the command as TeX-Code as first
13005  cell entry of the first cell of a row.
13006  The line is then drawn in the output above the current row.
13007 \end_layout
13008
13009 \begin_layout Standard
13010 The default for the width is 0.03
13011 \begin_inset space \thinspace{}
13012 \end_inset
13013
13014 em.
13015  Startcol is the number of the column where the line starts and endcol the
13016  column number where the line ends.
13017  The endcol always needs to be specified, also when the line should span
13018  only one column.
13019  The optional parameter trim could be either 
13020 \emph on
13021 l{trimwidth}
13022 \emph default
13023 , or 
13024 \emph on
13025 r{trimwidth}
13026 \emph default
13027  where the trimwidth is also optional.
13028  Using for example the parameter 
13029 \emph on
13030 l{2pt}
13031 \emph default
13032  means that the line is trimmed from its left end by 2
13033 \begin_inset space \thinspace{}
13034 \end_inset
13035
13036 pt.
13037  If you don't specify the trimwidth the lines are trimmed by the default
13038  of 0.5
13039 \begin_inset space \thinspace{}
13040 \end_inset
13041
13042 em.
13043 \end_layout
13044
13045 \begin_layout Standard
13046 \begin_inset VSpace bigskip
13047 \end_inset
13048
13049 Table
13050 \begin_inset space ~
13051 \end_inset
13052
13053
13054 \begin_inset CommandInset ref
13055 LatexCommand ref
13056 reference "tab:Example-booktabs-table"
13057
13058 \end_inset
13059
13060  was created using the commands
13061 \end_layout
13062
13063 \begin_layout Standard
13064
13065 \series bold
13066
13067 \backslash
13068 cmidrule(r){2-2}
13069 \backslash
13070 cmidrule(l){3-4}
13071 \end_layout
13072
13073 \begin_layout Standard
13074 at the beginning of the in the second row and
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080
13081 \backslash
13082 cmidrule(l{10pt}){1-1}
13083 \end_layout
13084
13085 \begin_layout Standard
13086 in the sixth row.
13087 \end_layout
13088
13089 \begin_layout Standard
13090 \begin_inset VSpace bigskip
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \begin_layout Standard
13097 You might want to have overlapping 
13098 \series bold
13099
13100 \backslash
13101 cmidrule
13102 \series default
13103 s like in Table
13104 \begin_inset space ~
13105 \end_inset
13106
13107
13108 \begin_inset CommandInset ref
13109 LatexCommand ref
13110 reference "tab:Special-booktabs-table"
13111
13112 \end_inset
13113
13114 .
13115  This can be achieved with the TeX-Code command
13116 \end_layout
13117
13118 \begin_layout Standard
13119
13120 \series bold
13121
13122 \backslash
13123 morecmidrules
13124 \end_layout
13125
13126 \begin_layout Standard
13127 The command that was used for the second row of Table
13128 \begin_inset space ~
13129 \end_inset
13130
13131
13132 \begin_inset CommandInset ref
13133 LatexCommand ref
13134 reference "tab:Special-booktabs-table"
13135
13136 \end_inset
13137
13138  is
13139 \end_layout
13140
13141 \begin_layout Standard
13142
13143 \series bold
13144
13145 \backslash
13146 cmidrule(r){2-2}
13147 \backslash
13148 cmidrule(l){3-4}
13149 \backslash
13150 morecmidrules
13151 \backslash
13152 cmidrule{2-4}
13153 \end_layout
13154
13155 \begin_layout Standard
13156 The command for the sixth row is
13157 \end_layout
13158
13159 \begin_layout Standard
13160
13161 \series bold
13162
13163 \backslash
13164 midrule
13165 \backslash
13166 morecmidrules
13167 \backslash
13168 cmidrule{3-4}
13169 \end_layout
13170
13171 \begin_layout Standard
13172 \begin_inset VSpace bigskip
13173 \end_inset
13174
13175
13176 \end_layout
13177
13178 \begin_layout Standard
13179 If you are anyway not satisfied with the border line spacing, you can use
13180  the following command to produce lines that span over all table columns
13181 \series bold
13182 :
13183 \end_layout
13184
13185 \begin_layout Standard
13186
13187 \series bold
13188
13189 \backslash
13190 specialrule{width}{space above}{space below}
13191 \end_layout
13192
13193 \begin_layout Standard
13194 For more information about these specialties, we refer to the manual of
13195  the LaTeX-package 
13196 \series bold
13197 booktabs
13198 \series default
13199  
13200 \begin_inset CommandInset citation
13201 LatexCommand cite
13202 key "booktabs"
13203
13204 \end_inset
13205
13206 .
13207 \begin_inset Index
13208 status collapsed
13209
13210 \begin_layout Plain Layout
13211 LaTeX-packages ! booktabs
13212 \end_layout
13213
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \begin_layout Standard
13220 \begin_inset Float table
13221 placement h
13222 wide false
13223 sideways false
13224 status open
13225
13226 \begin_layout Plain Layout
13227 \begin_inset Caption
13228
13229 \begin_layout Plain Layout
13230 \begin_inset CommandInset label
13231 LatexCommand label
13232 name "tab:Special-booktabs-table"
13233
13234 \end_inset
13235
13236 Special booktabs-table
13237 \end_layout
13238
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \begin_layout Plain Layout
13245 \align center
13246 \begin_inset Tabular
13247 <lyxtabular version="3" rows="8" columns="4">
13248 <features booktabs="true">
13249 <column alignment="center" valignment="top" width="0">
13250 <column alignment="center" valignment="top" width="0">
13251 <column alignment="center" valignment="top" width="0">
13252 <column alignment="center" valignment="top" width="0">
13253 <row>
13254 <cell alignment="center" valignment="top" topline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 System
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" topline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 Medipix
13268 \begin_inset space \thinspace{}
13269 \end_inset
13270
13271 1
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 Medipix
13281 \begin_inset space \thinspace{}
13282 \end_inset
13283
13284 2
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 </row>
13299 <row>
13300 <cell alignment="center" valignment="top" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 \begin_inset ERT
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308
13309
13310 \backslash
13311 cmidrule(r){2-2}
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 cmidrule(l){3-4}
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 morecmidrules 
13338 \end_layout
13339
13340 \end_inset
13341
13342
13343 \begin_inset ERT
13344 status collapsed
13345
13346 \begin_layout Plain Layout
13347
13348
13349 \backslash
13350 cmidrule{2-4}
13351 \end_layout
13352
13353 \end_inset
13354
13355 Detector thickness [µm]
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 300
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 300
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 700
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 </row>
13388 <row>
13389 <cell alignment="center" valignment="top" topline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 Edge angle [°]
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" topline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 3.55
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" topline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 2.71
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" topline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 7.99
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 </row>
13426 <row topspace="default">
13427 <cell alignment="center" valignment="top" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 Spatial resolution [µm]
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 <cell alignment="center" valignment="top" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 4.26
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 10.17
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 10.56
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 </row>
13464 <row topspace="default">
13465 <cell alignment="center" valignment="top" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469 MTF at 
13470 \begin_inset Formula $f_{\mathrm{max}}$
13471 \end_inset
13472
13473
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482 0.53
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 0.37
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 0.39
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 </row>
13506 <row>
13507 <cell alignment="center" valignment="top" topline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 \begin_inset ERT
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515
13516
13517 \backslash
13518 morecmidrules 
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \begin_inset ERT
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 cmidrule{3-4}
13532 \end_layout
13533
13534 \end_inset
13535
13536 LSF-spatial resolution
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" topline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" topline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" topline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 </row>
13569 <row>
13570 <cell alignment="center" valignment="top" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Plain Layout
13574 in µm
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 129.7
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 52.75
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 50.78
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 <row>
13608 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 in % of pixel size
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 76.3
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 95.9
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 92.3
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 </row>
13645 </lyxtabular>
13646
13647 \end_inset
13648
13649
13650 \end_layout
13651
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \begin_layout Section
13658 Vertical Table Alignment
13659 \begin_inset Index
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663 Table ! Alignment
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \begin_layout Standard
13672 To align tables vertically in a text line the table must be inside a box.
13673  The box can then be vertically aligned as described in section
13674 \begin_inset space ~
13675 \end_inset
13676
13677
13678 \begin_inset CommandInset ref
13679 LatexCommand ref
13680 reference "sec:Box-Dialog"
13681
13682 \end_inset
13683
13684 .
13685 \end_layout
13686
13687 \begin_layout Standard
13688 In the following example the tables are inside a minipage
13689 \begin_inset Foot
13690 status collapsed
13691
13692 \begin_layout Plain Layout
13693 Minipages are described in section
13694 \begin_inset space ~
13695 \end_inset
13696
13697
13698 \begin_inset CommandInset ref
13699 LatexCommand ref
13700 reference "sec:Minipages"
13701
13702 \end_inset
13703
13704 .
13705 \end_layout
13706
13707 \end_inset
13708
13709  box that has a width of 15
13710 \begin_inset space \thinspace{}
13711 \end_inset
13712
13713 col%:
13714 \end_layout
13715
13716 \begin_layout Itemize
13717 test 
13718 \begin_inset Box Frameless
13719 position "t"
13720 hor_pos "c"
13721 has_inner_box 1
13722 inner_pos "c"
13723 use_parbox 0
13724 width "15col%"
13725 special "none"
13726 height "1in"
13727 height_special "totalheight"
13728 status collapsed
13729
13730 \begin_layout Plain Layout
13731 \begin_inset Tabular
13732 <lyxtabular version="3" rows="3" columns="3">
13733 <features>
13734 <column alignment="center" valignment="top" width="0">
13735 <column alignment="center" valignment="top" width="0">
13736 <column alignment="center" valignment="top" width="0">
13737 <row>
13738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 a
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 d
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 g
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 <row>
13767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771 b
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 e
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 h
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 <row>
13796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 c
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 f
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818 i
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 </row>
13824 </lyxtabular>
13825
13826 \end_inset
13827
13828
13829 \end_layout
13830
13831 \end_inset
13832
13833  test 
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839
13840 \backslash
13841 raisebox{0.85
13842 \backslash
13843 baselineskip}{
13844 \end_layout
13845
13846 \end_inset
13847
13848
13849 \begin_inset Box Frameless
13850 position "t"
13851 hor_pos "c"
13852 has_inner_box 1
13853 inner_pos "c"
13854 use_parbox 0
13855 width "15col%"
13856 special "none"
13857 height "1in"
13858 height_special "totalheight"
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862 \begin_inset Tabular
13863 <lyxtabular version="3" rows="3" columns="3">
13864 <features>
13865 <column alignment="center" valignment="top" width="0">
13866 <column alignment="center" valignment="top" width="0">
13867 <column alignment="center" valignment="top" width="0">
13868 <row>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 a
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 d
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 g
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 </row>
13897 <row>
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902 b
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13908 \begin_inset Text
13909
13910 \begin_layout Plain Layout
13911 e
13912 \end_layout
13913
13914 \end_inset
13915 </cell>
13916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Plain Layout
13920 h
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 </row>
13926 <row>
13927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931 c
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Plain Layout
13940 f
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Plain Layout
13949 i
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 </row>
13955 </lyxtabular>
13956
13957 \end_inset
13958
13959
13960 \end_layout
13961
13962 \end_inset
13963
13964
13965 \begin_inset ERT
13966 status collapsed
13967
13968 \begin_layout Plain Layout
13969
13970 }
13971 \end_layout
13972
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \begin_layout Itemize
13979 test 
13980 \begin_inset Box Frameless
13981 position "c"
13982 hor_pos "c"
13983 has_inner_box 1
13984 inner_pos "c"
13985 use_parbox 0
13986 width "15col%"
13987 special "none"
13988 height "1in"
13989 height_special "totalheight"
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993 \begin_inset Tabular
13994 <lyxtabular version="3" rows="3" columns="3">
13995 <features>
13996 <column alignment="center" valignment="top" width="0">
13997 <column alignment="center" valignment="top" width="0">
13998 <column alignment="center" valignment="top" width="0">
13999 <row>
14000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 a
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 d
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 g
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 <row>
14029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033 b
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 e
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 h
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 </row>
14057 <row>
14058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14059 \begin_inset Text
14060
14061 \begin_layout Plain Layout
14062 c
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 f
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 i
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 </row>
14086 </lyxtabular>
14087
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \begin_layout Itemize
14099 test 
14100 \begin_inset Box Frameless
14101 position "b"
14102 hor_pos "c"
14103 has_inner_box 1
14104 inner_pos "c"
14105 use_parbox 0
14106 width "15col%"
14107 special "none"
14108 height "1in"
14109 height_special "totalheight"
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113 \begin_inset Tabular
14114 <lyxtabular version="3" rows="3" columns="3">
14115 <features>
14116 <column alignment="center" valignment="top" width="0">
14117 <column alignment="center" valignment="top" width="0">
14118 <column alignment="center" valignment="top" width="0">
14119 <row>
14120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 a
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 d
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 g
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 </row>
14148 <row>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 b
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 e
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 h
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 </row>
14177 <row>
14178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182 c
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 f
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 i
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 </row>
14206 </lyxtabular>
14207
14208 \end_inset
14209
14210
14211 \end_layout
14212
14213 \end_inset
14214
14215  test 
14216 \begin_inset ERT
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220
14221
14222 \backslash
14223 raisebox{-0.32
14224 \backslash
14225 baselineskip}{
14226 \end_layout
14227
14228 \end_inset
14229
14230
14231 \begin_inset Box Frameless
14232 position "b"
14233 hor_pos "c"
14234 has_inner_box 1
14235 inner_pos "c"
14236 use_parbox 0
14237 width "15col%"
14238 special "none"
14239 height "1in"
14240 height_special "totalheight"
14241 status collapsed
14242
14243 \begin_layout Plain Layout
14244 \begin_inset Tabular
14245 <lyxtabular version="3" rows="3" columns="3">
14246 <features>
14247 <column alignment="center" valignment="top" width="0">
14248 <column alignment="center" valignment="top" width="0">
14249 <column alignment="center" valignment="top" width="0">
14250 <row>
14251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 a
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 d
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 g
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 </row>
14279 <row>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 b
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 e
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 h
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 </row>
14308 <row>
14309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 c
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 f
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 i
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 </row>
14337 </lyxtabular>
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \end_inset
14345
14346
14347 \begin_inset ERT
14348 status collapsed
14349
14350 \begin_layout Plain Layout
14351
14352 }
14353 \end_layout
14354
14355 \end_inset
14356
14357
14358 \end_layout
14359
14360 \begin_layout Standard
14361 As you can see, the content of the first and last table row is not correctly
14362  aligned with the text line where the table is in.
14363  To get this alignment, the minipage box must be set into a raisebox
14364 \begin_inset Foot
14365 status collapsed
14366
14367 \begin_layout Plain Layout
14368 Raiseboxes are described in section
14369 \begin_inset space ~
14370 \end_inset
14371
14372
14373 \begin_inset CommandInset ref
14374 LatexCommand ref
14375 reference "sub:Vertical-Alignment"
14376
14377 \end_inset
14378
14379 .
14380 \end_layout
14381
14382 \end_inset
14383
14384 .
14385  In the example above the second table in the first item is aligned using
14386  the TeX-Code-command
14387 \end_layout
14388
14389 \begin_layout Standard
14390
14391 \series bold
14392
14393 \backslash
14394 raisebox{0.85
14395 \backslash
14396 baselineskip}{
14397 \end_layout
14398
14399 \begin_layout Standard
14400 before the box.
14401  Behind the box the closing brace 
14402 \series bold
14403 }
14404 \series default
14405  is inserted as TeX-Code.
14406  For the second table in the last item the command
14407 \end_layout
14408
14409 \begin_layout Standard
14410
14411 \series bold
14412
14413 \backslash
14414 raisebox{-0.32
14415 \backslash
14416 baselineskip}{
14417 \end_layout
14418
14419 \begin_layout Standard
14420 is used.
14421 \end_layout
14422
14423 \begin_layout Standard
14424 \begin_inset Note Greyedout
14425 status open
14426
14427 \begin_layout Plain Layout
14428
14429 \series bold
14430 Note:
14431 \series default
14432  The alignment of the table row content to the surrounding text line is
14433  not exact.
14434  The needed factor of the 
14435 \series bold
14436
14437 \backslash
14438 raisebox
14439 \series default
14440  command for this alignment depends on the document font, the font size,
14441  and the table line thickness.
14442 \end_layout
14443
14444 \end_inset
14445
14446
14447 \end_layout
14448
14449 \begin_layout Section
14450 Colored Tables
14451 \begin_inset CommandInset label
14452 LatexCommand label
14453 name "sec:Colored-Tables"
14454
14455 \end_inset
14456
14457
14458 \begin_inset Index
14459 status collapsed
14460
14461 \begin_layout Plain Layout
14462 Table ! Color
14463 \end_layout
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \begin_layout Subsection
14471 Colored Cells
14472 \begin_inset Index
14473 status collapsed
14474
14475 \begin_layout Plain Layout
14476 Table Color ! for Cells
14477 \end_layout
14478
14479 \end_inset
14480
14481
14482 \begin_inset Index
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486 Color ! for Table Cells
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495 \begin_inset Float table
14496 placement h
14497 wide false
14498 sideways false
14499 status open
14500
14501 \begin_layout Plain Layout
14502 \begin_inset Caption
14503
14504 \begin_layout Plain Layout
14505 \begin_inset CommandInset label
14506 LatexCommand label
14507 name "tab:Table-colored-without"
14508
14509 \end_inset
14510
14511 Table colored without using the package 
14512 \series bold
14513 colortbl
14514 \series default
14515
14516 \begin_inset OptArg
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520 Table without colortbl
14521 \end_layout
14522
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \end_inset
14529
14530
14531 \end_layout
14532
14533 \begin_layout Plain Layout
14534 \align center
14535 \begin_inset Tabular
14536 <lyxtabular version="3" rows="3" columns="3">
14537 <features>
14538 <column alignment="center" valignment="top" width="0">
14539 <column alignment="center" valignment="top" width="0">
14540 <column alignment="center" valignment="top" width="0">
14541 <row>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546
14547 \color green
14548 a
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557
14558 \color red
14559 b
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568
14569 \color red
14570 c
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 </row>
14576 <row>
14577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581
14582 \color green
14583 d
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592
14593 \color blue
14594 e
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603
14604 \color blue
14605 f
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616
14617 \color green
14618 g
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627
14628 \color blue
14629 h
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638
14639 \color blue
14640 i
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 </row>
14646 </lyxtabular>
14647
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \end_inset
14654
14655
14656 \end_layout
14657
14658 \begin_layout Standard
14659 If you only need colored text, mark the cells and choose a color in the
14660  menu 
14661 \family sans
14662 Edit\SpecialChar \menuseparator
14663 Text
14664 \begin_inset space ~
14665 \end_inset
14666
14667 Style
14668 \family default
14669 .
14670  This was used to create Table
14671 \begin_inset space ~
14672 \end_inset
14673
14674
14675 \begin_inset CommandInset ref
14676 LatexCommand ref
14677 reference "tab:Table-colored-without"
14678
14679 \end_inset
14680
14681 .
14682  In any other case you have to use the LaTeX-package 
14683 \series bold
14684 colortbl
14685 \series default
14686 .
14687 \begin_inset Index
14688 status collapsed
14689
14690 \begin_layout Plain Layout
14691 LaTeX-packages ! colortbl
14692 \end_layout
14693
14694 \end_inset
14695
14696
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \begin_inset ERT
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704
14705
14706 \backslash
14707 ifcolortbl
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \begin_inset Note Note
14714 status open
14715
14716 \begin_layout Plain Layout
14717 The following section part will only be displayed when the LaTeX-package
14718  
14719 \series bold
14720 colortbl
14721 \series default
14722  is installed.
14723 \end_layout
14724
14725 \end_inset
14726
14727
14728 \end_layout
14729
14730 \begin_layout Standard
14731 To create colored tables, 
14732 \series bold
14733 colortbl
14734 \series default
14735  must be loaded in the preamble with the line
14736 \end_layout
14737
14738 \begin_layout Standard
14739
14740 \series bold
14741
14742 \backslash
14743 usepackage{colortbl}
14744 \end_layout
14745
14746 \begin_layout Standard
14747 The color of a column is adjusted with the command
14748 \end_layout
14749
14750 \begin_layout Standard
14751
14752 \series bold
14753
14754 \backslash
14755 columncolor{name of color}
14756 \end_layout
14757
14758 \begin_layout Standard
14759 inside the command 
14760 \series bold
14761 >{ }
14762 \series default
14763 .
14764  More about the command 
14765 \series bold
14766 >{}
14767 \series default
14768  is described in section
14769 \begin_inset space ~
14770 \end_inset
14771
14772
14773 \begin_inset CommandInset ref
14774 LatexCommand ref
14775 reference "sub:Multicolumn-Calculations"
14776
14777 \end_inset
14778
14779 .
14780 \end_layout
14781
14782 \begin_layout Standard
14783 The following color names are predefined:
14784 \end_layout
14785
14786 \begin_layout Standard
14787
14788 \family sans
14789 red
14790 \family default
14791
14792 \family sans
14793 green
14794 \family default
14795
14796 \family sans
14797 yellow
14798 \family default
14799
14800 \family sans
14801 blue
14802 \family default
14803
14804 \family sans
14805 cyan
14806 \family default
14807
14808 \family sans
14809 magenta
14810 \family default
14811
14812 \family sans
14813 black
14814 \family default
14815  and 
14816 \family sans
14817 white
14818 \end_layout
14819
14820 \begin_layout Standard
14821 \begin_inset VSpace medskip
14822 \end_inset
14823
14824
14825 \end_layout
14826
14827 \begin_layout Standard
14828 You can also define your own color with the command
14829 \end_layout
14830
14831 \begin_layout Standard
14832
14833 \series bold
14834
14835 \backslash
14836 definecolor{color name}{color model}{color values}
14837 \end_layout
14838
14839 \begin_layout Standard
14840 The color model can be
14841 \end_layout
14842
14843 \begin_layout Labeling
14844 \labelwidthstring 00.00.0000
14845 cmyk: cyan, magenta, yellow, black
14846 \end_layout
14847
14848 \begin_layout Labeling
14849 \labelwidthstring 00.00.0000
14850 rgb: red, green blue
14851 \end_layout
14852
14853 \begin_layout Labeling
14854 \labelwidthstring 00.00.0000
14855 gray gray
14856 \end_layout
14857
14858 \begin_layout Standard
14859 and the color values are comma separated numbers between 0 and 1 describing
14860  the factor for the corresponding color of the color model.
14861 \end_layout
14862
14863 \begin_layout Standard
14864 You can e.
14865 \begin_inset space \thinspace{}
14866 \end_inset
14867
14868 g.
14869 \begin_inset space \space{}
14870 \end_inset
14871
14872 define the color "
14873 \emph on
14874 darkgreen
14875 \emph default
14876 " in the preamble with
14877 \end_layout
14878
14879 \begin_layout Standard
14880
14881 \series bold
14882
14883 \backslash
14884 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14885 \end_layout
14886
14887 \begin_layout Standard
14888 and the color "
14889 \emph on
14890 lightgray
14891 \emph default
14892 " with
14893 \end_layout
14894
14895 \begin_layout Standard
14896
14897 \series bold
14898
14899 \backslash
14900 definecolor{lightgray}{gray}{0.8}
14901 \end_layout
14902
14903 \begin_layout Standard
14904 \begin_inset VSpace medskip
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \begin_layout Standard
14911 Lines are colored with the command
14912 \end_layout
14913
14914 \begin_layout Standard
14915
14916 \series bold
14917
14918 \backslash
14919 rowcolor{name of color}
14920 \end_layout
14921
14922 \begin_layout Standard
14923 and cells are colored with the command
14924 \end_layout
14925
14926 \begin_layout Standard
14927
14928 \series bold
14929
14930 \backslash
14931 cellcolor{name of color}
14932 \end_layout
14933
14934 \begin_layout Standard
14935 Both commands are inserted at the beginning of a cell as TeX-Code.
14936 \end_layout
14937
14938 \begin_layout Standard
14939 To color characters in the table, mark the cells and use the LyX menu 
14940 \family sans
14941 Edit\SpecialChar \menuseparator
14942 Text
14943 \begin_inset space ~
14944 \end_inset
14945
14946 Style
14947 \family default
14948 .
14949  If a cell contains TeX-Code mark only the characters, otherwise the colored
14950  TeX-Code will cause LaTeX-errors.
14951 \end_layout
14952
14953 \begin_layout Standard
14954 \begin_inset Note Greyedout
14955 status open
14956
14957 \begin_layout Plain Layout
14958
14959 \series bold
14960 Note:
14961 \series default
14962  Not all DVI-viewers are able to display self-defined colors.
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Standard
14971 \begin_inset VSpace bigskip
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \begin_layout Standard
14978 To create Table
14979 \begin_inset space ~
14980 \end_inset
14981
14982
14983 \begin_inset CommandInset ref
14984 LatexCommand ref
14985 reference "tab:Table-colored-using"
14986
14987 \end_inset
14988
14989  do the following: The color of the first column should be 
14990 \emph on
14991 darkgreen
14992 \emph default
14993 .
14994  So insert
14995 \end_layout
14996
14997 \begin_layout Standard
14998
14999 \series bold
15000 >{
15001 \backslash
15002 columncolor{darkgreen}
15003 \backslash
15004 centering}c
15005 \end_layout
15006
15007 \begin_layout Standard
15008 as LaTeX-argument for this column.
15009  The first row should be blue, therefore the TeX-Code command
15010 \end_layout
15011
15012 \begin_layout Standard
15013
15014 \series bold
15015
15016 \backslash
15017 rowcolor{cyan}
15018 \end_layout
15019
15020 \begin_layout Standard
15021 is inserted to the first cell of this row.
15022  Note that this overwrites the column color for the first cell.
15023  The last cell of the last row is colored magenta by inserting the TeX-Code
15024  command
15025 \end_layout
15026
15027 \begin_layout Standard
15028
15029 \series bold
15030
15031 \backslash
15032 cellcolor{magenta}
15033 \end_layout
15034
15035 \begin_layout Standard
15036 The characters could now be colored using the menu 
15037 \family sans
15038 Edit\SpecialChar \menuseparator
15039 Text
15040 \begin_inset space ~
15041 \end_inset
15042
15043 Style
15044 \family default
15045 .
15046 \end_layout
15047
15048 \begin_layout Standard
15049 \begin_inset Float table
15050 placement h
15051 wide false
15052 sideways false
15053 status open
15054
15055 \begin_layout Plain Layout
15056 \begin_inset Caption
15057
15058 \begin_layout Plain Layout
15059 \begin_inset CommandInset label
15060 LatexCommand label
15061 name "tab:Table-colored-using"
15062
15063 \end_inset
15064
15065 Table colored using the package 
15066 \series bold
15067 colortbl
15068 \series default
15069
15070 \begin_inset OptArg
15071 status collapsed
15072
15073 \begin_layout Plain Layout
15074 Table with colortbl
15075 \end_layout
15076
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \begin_layout Plain Layout
15088 \align center
15089 \begin_inset Tabular
15090 <lyxtabular version="3" rows="3" columns="3">
15091 <features>
15092 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15093 <column alignment="center" valignment="top" width="0">
15094 <column alignment="center" valignment="top" width="0">
15095 <row>
15096 <cell alignment="center" valignment="top" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 \begin_inset ERT
15101 status collapsed
15102
15103 \begin_layout Plain Layout
15104
15105
15106 \backslash
15107 rowcolor{cyan}
15108 \end_layout
15109
15110 \end_inset
15111
15112
15113 \color magenta
15114 a
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \color red
15125 b
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \color red
15136 c
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \color yellow
15149 d
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \color blue
15160 e
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169
15170 \color blue
15171 f
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 </row>
15177 <row>
15178 <cell alignment="center" valignment="top" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182
15183 \color yellow
15184 g
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193
15194 \color blue
15195 h
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204 \begin_inset ERT
15205 status collapsed
15206
15207 \begin_layout Plain Layout
15208
15209
15210 \backslash
15211 cellcolor{magenta}
15212 \end_layout
15213
15214 \end_inset
15215
15216
15217 \color green
15218 i
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 </lyxtabular>
15225
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \begin_layout Standard
15237 \begin_inset ERT
15238 status collapsed
15239
15240 \begin_layout Plain Layout
15241
15242
15243 \backslash
15244 else
15245 \end_layout
15246
15247 \end_inset
15248
15249
15250 \begin_inset Note Note
15251 status open
15252
15253 \begin_layout Plain Layout
15254 The following will be displayed when the LaTeX-package 
15255 \series bold
15256 colortbl
15257 \series default
15258  is not installed:
15259 \end_layout
15260
15261 \end_inset
15262
15263
15264 \end_layout
15265
15266 \begin_layout Standard
15267 You need to install the package 
15268 \series bold
15269 colortbl
15270 \series default
15271  to see the content of this section in the output.
15272 \end_layout
15273
15274 \begin_layout Standard
15275 \begin_inset ERT
15276 status collapsed
15277
15278 \begin_layout Plain Layout
15279
15280
15281 \backslash
15282 fi
15283 \end_layout
15284
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \begin_layout Subsection
15291 Colored Lines
15292 \begin_inset Index
15293 status collapsed
15294
15295 \begin_layout Plain Layout
15296 Table Color ! for Lines
15297 \end_layout
15298
15299 \end_inset
15300
15301
15302 \begin_inset Index
15303 status collapsed
15304
15305 \begin_layout Plain Layout
15306 Color ! for Table Lines
15307 \end_layout
15308
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \begin_layout Standard
15315 As described in section
15316 \begin_inset space ~
15317 \end_inset
15318
15319
15320 \begin_inset CommandInset ref
15321 LatexCommand ref
15322 reference "sub:Line-Thickness"
15323
15324 \end_inset
15325
15326 , the line thickness for all lines in a table can be adjusted with the length
15327  
15328 \series bold
15329
15330 \backslash
15331 arrayrulewidth
15332 \series default
15333 .
15334  It is set to 1.5
15335 \begin_inset space \thinspace{}
15336 \end_inset
15337
15338 pt for all tables of this section.
15339 \begin_inset ERT
15340 status collapsed
15341
15342 \begin_layout Plain Layout
15343
15344
15345 \backslash
15346 setlength{
15347 \backslash
15348 arrayrulewidth}{1.5pt}
15349 \end_layout
15350
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \begin_layout Standard
15357 To color vertical lines for example with green, create the following column
15358  format in the document preamble, according to the description in section
15359 \begin_inset space ~
15360 \end_inset
15361
15362
15363 \begin_inset CommandInset ref
15364 LatexCommand ref
15365 reference "sub:Customized-Format"
15366
15367 \end_inset
15368
15369 :
15370 \end_layout
15371
15372 \begin_layout Standard
15373
15374 \series bold
15375
15376 \backslash
15377 newcolumntype{W}{!{
15378 \backslash
15379 color{green}
15380 \backslash
15381 vline}}
15382 \end_layout
15383
15384 \begin_layout Standard
15385 For Table
15386 \begin_inset space ~
15387 \end_inset
15388
15389
15390 \begin_inset CommandInset ref
15391 LatexCommand ref
15392 reference "tab:Table-with-vertical-colored"
15393
15394 \end_inset
15395
15396  the LaTeX-argument
15397 \series bold
15398  WcW
15399 \series default
15400  was used for the last column and
15401 \series bold
15402  Wc
15403 \series default
15404  for the other columns.
15405 \end_layout
15406
15407 \begin_layout Standard
15408 If you want to have several colors, define more column formats.
15409 \end_layout
15410
15411 \begin_layout Standard
15412 \begin_inset Float table
15413 placement h
15414 wide false
15415 sideways false
15416 status open
15417
15418 \begin_layout Plain Layout
15419 \begin_inset Caption
15420
15421 \begin_layout Plain Layout
15422 \begin_inset CommandInset label
15423 LatexCommand label
15424 name "tab:Table-with-vertical-colored"
15425
15426 \end_inset
15427
15428 Table with colored vertical lines
15429 \end_layout
15430
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \begin_layout Plain Layout
15437 \align center
15438 \begin_inset Tabular
15439 <lyxtabular version="3" rows="3" columns="3">
15440 <features>
15441 <column alignment="center" valignment="top" width="0" special="Wc">
15442 <column alignment="center" valignment="top" width="0" special="Wc">
15443 <column alignment="center" valignment="top" width="0" special="WcW">
15444 <row>
15445 <cell alignment="center" valignment="top" topline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449 sd
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 <cell alignment="center" valignment="top" topline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 </row>
15473 <row>
15474 <cell alignment="center" valignment="top" topline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" topline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487 sd
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 <cell alignment="center" valignment="top" topline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row>
15503 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525 sd
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 </lyxtabular>
15532
15533 \end_inset
15534
15535
15536 \end_layout
15537
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \begin_layout Standard
15544 \begin_inset VSpace bigskip
15545 \end_inset
15546
15547 To color horizontal lines for example with red, like in Table
15548 \begin_inset space ~
15549 \end_inset
15550
15551
15552 \begin_inset CommandInset ref
15553 LatexCommand ref
15554 reference "tab:Table-with-horizontal-colored"
15555
15556 \end_inset
15557
15558 , insert these commands in TeX-Code before the table or table float:
15559 \end_layout
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564
15565 \backslash
15566 let
15567 \backslash
15568 myHlineC
15569 \backslash
15570 hline
15571 \begin_inset Newline newline
15572 \end_inset
15573
15574
15575 \backslash
15576 renewcommand{
15577 \backslash
15578 hline}
15579 \begin_inset Newline newline
15580 \end_inset
15581
15582
15583 \begin_inset ERT
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587
15588
15589 \backslash
15590 hphantom{ }
15591 \end_layout
15592
15593 \end_inset
15594
15595 {
15596 \backslash
15597 arrayrulecolor{red}
15598 \backslash
15599 myHlineC
15600 \backslash
15601 arrayrulecolor{black}}
15602 \end_layout
15603
15604 \begin_layout Standard
15605 \begin_inset ERT
15606 status collapsed
15607
15608 \begin_layout Plain Layout
15609
15610
15611 \backslash
15612 let
15613 \backslash
15614 myHlineC
15615 \backslash
15616 hline
15617 \end_layout
15618
15619 \begin_layout Plain Layout
15620
15621
15622 \backslash
15623 renewcommand{
15624 \backslash
15625 hline}
15626 \end_layout
15627
15628 \begin_layout Plain Layout
15629
15630  {
15631 \backslash
15632 arrayrulecolor{red}
15633 \backslash
15634 myHlineC
15635 \backslash
15636 arrayrulecolor{black}}
15637 \end_layout
15638
15639 \end_inset
15640
15641
15642 \begin_inset Float table
15643 placement h
15644 wide false
15645 sideways false
15646 status open
15647
15648 \begin_layout Plain Layout
15649 \begin_inset Caption
15650
15651 \begin_layout Plain Layout
15652 \begin_inset CommandInset label
15653 LatexCommand label
15654 name "tab:Table-with-horizontal-colored"
15655
15656 \end_inset
15657
15658 Table with colored horizontal lines
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \begin_layout Plain Layout
15667 \align center
15668 \begin_inset Tabular
15669 <lyxtabular version="3" rows="3" columns="3">
15670 <features>
15671 <column alignment="center" valignment="top" width="0">
15672 <column alignment="center" valignment="top" width="0">
15673 <column alignment="center" valignment="top" width="0">
15674 <row>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 sd
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 sd
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755 sd
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 </lyxtabular>
15762
15763 \end_inset
15764
15765
15766 \end_layout
15767
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \begin_layout Standard
15774 To return to the default line color black, insert this command in TeX-Code
15775  behind the table or table float:
15776 \end_layout
15777
15778 \begin_layout Standard
15779
15780 \series bold
15781
15782 \backslash
15783 renewcommand{
15784 \backslash
15785 hline}{
15786 \backslash
15787 myHlineC}
15788 \end_layout
15789
15790 \begin_layout Standard
15791 Table
15792 \begin_inset space ~
15793 \end_inset
15794
15795
15796 \begin_inset CommandInset ref
15797 LatexCommand ref
15798 reference "tab:Table-with-colored"
15799
15800 \end_inset
15801
15802  is an example with colored vertical and horizontal lines.
15803 \end_layout
15804
15805 \begin_layout Standard
15806 \begin_inset Float table
15807 placement h
15808 wide false
15809 sideways false
15810 status open
15811
15812 \begin_layout Plain Layout
15813 \begin_inset Caption
15814
15815 \begin_layout Plain Layout
15816 \begin_inset CommandInset label
15817 LatexCommand label
15818 name "tab:Table-with-colored"
15819
15820 \end_inset
15821
15822 Table with colored lines
15823 \end_layout
15824
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \begin_layout Plain Layout
15831 \align center
15832 \begin_inset Tabular
15833 <lyxtabular version="3" rows="3" columns="3">
15834 <features>
15835 <column alignment="center" valignment="top" width="0" special="Wc">
15836 <column alignment="center" valignment="top" width="0" special="Wc">
15837 <column alignment="center" valignment="top" width="0" special="WcW">
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 sd
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 <row>
15868 <cell alignment="center" valignment="top" topline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 sd
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 <row topspace="default">
15897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 sd
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 </lyxtabular>
15926
15927 \end_inset
15928
15929
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \begin_layout Standard
15938 \begin_inset ERT
15939 status collapsed
15940
15941 \begin_layout Plain Layout
15942
15943
15944 \backslash
15945 renewcommand{
15946 \backslash
15947 hline}{
15948 \backslash
15949 myHlineC}
15950 \end_layout
15951
15952 \end_inset
15953
15954
15955 \end_layout
15956
15957 \begin_layout Standard
15958 \begin_inset ERT
15959 status collapsed
15960
15961 \begin_layout Plain Layout
15962
15963
15964 \backslash
15965 setlength{
15966 \backslash
15967 arrayrulewidth}{0.4pt}
15968 \end_layout
15969
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \begin_layout Section
15976 Table Customization
15977 \begin_inset Index
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981 Table Customization
15982 \end_layout
15983
15984 \end_inset
15985
15986
15987 \begin_inset Index
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991 Table ! Customization
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \end_layout
15998
15999 \begin_layout Subsection
16000 Row Spacing
16001 \begin_inset CommandInset label
16002 LatexCommand label
16003 name "sub:Row-Spacing"
16004
16005 \end_inset
16006
16007
16008 \begin_inset Index
16009 status collapsed
16010
16011 \begin_layout Plain Layout
16012 Table Customization ! Row Spacing
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \end_layout
16019
16020 \begin_layout Standard
16021 You can add vertical space to table rows in the 
16022 \family sans
16023 Borders
16024 \family default
16025  tab of the table dialog.
16026  You find there three possibilities:
16027 \end_layout
16028
16029 \begin_layout Description
16030 Top
16031 \begin_inset space ~
16032 \end_inset
16033
16034 of
16035 \begin_inset space ~
16036 \end_inset
16037
16038 row will add space above the characters of the table row.
16039  If the table is a formal table
16040 \begin_inset Foot
16041 status collapsed
16042
16043 \begin_layout Plain Layout
16044 Formal tables are explained in section
16045 \begin_inset space ~
16046 \end_inset
16047
16048
16049 \begin_inset CommandInset ref
16050 LatexCommand ref
16051 reference "sec:Formal-Tables"
16052
16053 \end_inset
16054
16055 .
16056 \end_layout
16057
16058 \end_inset
16059
16060  LyX will insert as default 0.5
16061 \begin_inset space \thinspace{}
16062 \end_inset
16063
16064 em space.
16065  For normal tables the inserted space will unfortunately destroy the vertical
16066  table lines as in the following table:
16067 \begin_inset VSpace medskip
16068 \end_inset
16069
16070
16071 \begin_inset Newline newline
16072 \end_inset
16073
16074
16075 \begin_inset space \hspace*{}
16076 \length 0pt
16077 \end_inset
16078
16079
16080 \begin_inset space \hfill{}
16081 \end_inset
16082
16083
16084 \begin_inset Tabular
16085 <lyxtabular version="3" rows="3" columns="1">
16086 <features>
16087 <column alignment="center" valignment="top" width="0">
16088 <row>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 A
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row topspace="3mm">
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 3
16105 \begin_inset space \thinspace{}
16106 \end_inset
16107
16108 mm space top of row
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 </row>
16114 <row>
16115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 C
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 </row>
16125 </lyxtabular>
16126
16127 \end_inset
16128
16129
16130 \begin_inset space \hfill{}
16131 \end_inset
16132
16133
16134 \begin_inset space \hspace*{}
16135 \length 0pt
16136 \end_inset
16137
16138
16139 \begin_inset VSpace medskip
16140 \end_inset
16141
16142
16143 \begin_inset Newline newline
16144 \end_inset
16145
16146 So inserting space to the top of row for normal tables is only useful when
16147  you don't have vertical lines.
16148 \end_layout
16149
16150 \begin_layout Description
16151 Bottom
16152 \begin_inset space ~
16153 \end_inset
16154
16155 of
16156 \begin_inset space ~
16157 \end_inset
16158
16159 row will add space below the characters of the table row.
16160  If the table is a formal table LyX will insert as default 0.5
16161 \begin_inset space \thinspace{}
16162 \end_inset
16163
16164 em space, for normal tables the default size is 2
16165 \begin_inset space \thinspace{}
16166 \end_inset
16167
16168 pt.
16169 \end_layout
16170
16171 \begin_layout Description
16172 Between
16173 \begin_inset space ~
16174 \end_inset
16175
16176 rows adds space between the current and the following row.
16177  If the table is a formal table LyX will insert as default 0.5
16178 \begin_inset space \thinspace{}
16179 \end_inset
16180
16181 em space.
16182  For normal tables the inserted space will unfortunately destroy the vertical
16183  table lines as in the following table:
16184 \begin_inset VSpace medskip
16185 \end_inset
16186
16187
16188 \begin_inset Newline newline
16189 \end_inset
16190
16191
16192 \begin_inset space \hspace*{}
16193 \length 0pt
16194 \end_inset
16195
16196
16197 \begin_inset space \hfill{}
16198 \end_inset
16199
16200
16201 \begin_inset Tabular
16202 <lyxtabular version="3" rows="3" columns="1">
16203 <features>
16204 <column alignment="center" valignment="top" width="0">
16205 <row>
16206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 A
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 </row>
16216 <row interlinespace="3mm">
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 \begin_inset Formula $\downarrow$
16222 \end_inset
16223
16224  3
16225 \begin_inset space \thinspace{}
16226 \end_inset
16227
16228 mm space between row 
16229 \begin_inset Formula $\downarrow$
16230 \end_inset
16231
16232
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 </row>
16238 <row>
16239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243 \begin_inset Formula $\uparrow$
16244 \end_inset
16245
16246  3
16247 \begin_inset space \thinspace{}
16248 \end_inset
16249
16250 mm space between row 
16251 \begin_inset Formula $\uparrow$
16252 \end_inset
16253
16254
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 </row>
16260 </lyxtabular>
16261
16262 \end_inset
16263
16264
16265 \begin_inset space \hfill{}
16266 \end_inset
16267
16268
16269 \begin_inset space \hspace*{}
16270 \length 0pt
16271 \end_inset
16272
16273
16274 \begin_inset VSpace medskip
16275 \end_inset
16276
16277
16278 \begin_inset Newline newline
16279 \end_inset
16280
16281 So inserting space between rows for normal tables is only useful when you
16282  don't have vertical lines.
16283 \end_layout
16284
16285 \begin_layout Standard
16286 \begin_inset VSpace bigskip
16287 \end_inset
16288
16289 When you want to add extra height to all cells of all tables, you can do
16290  this with the following preamble lines:
16291 \end_layout
16292
16293 \begin_layout Standard
16294
16295 \series bold
16296
16297 \backslash
16298 @ifundefined{extrarowheight}
16299 \begin_inset Newline newline
16300 \end_inset
16301
16302
16303 \begin_inset ERT
16304 status collapsed
16305
16306 \begin_layout Plain Layout
16307
16308
16309 \backslash
16310 hphantom{ }
16311 \end_layout
16312
16313 \end_inset
16314
16315 {
16316 \backslash
16317 usepackage{array}}{}
16318 \begin_inset Newline newline
16319 \end_inset
16320
16321
16322 \backslash
16323 setlength{
16324 \backslash
16325 extrarowheight}{height}
16326 \end_layout
16327
16328 \begin_layout Standard
16329 But this has the disadvantage that the cell texts are no longer exactly
16330  vertically centered.
16331  (The package 
16332 \series bold
16333 array
16334 \series default
16335  will be loaded automatically by LyX when you use self defined table formats.
16336  To avoid that it is loaded twice the command 
16337 \series bold
16338
16339 \backslash
16340 @ifundefined
16341 \series default
16342  is used in the above command.)
16343 \end_layout
16344
16345 \begin_layout Standard
16346 In case you are using font sizes larger than the normal size, the table
16347  borders are often too close to the letters.
16348  This can be corrected by inserting the command 
16349 \series bold
16350
16351 \backslash
16352 strut
16353 \series default
16354  in TeX code at the beginning of a table row.
16355  Table
16356 \begin_inset space ~
16357 \end_inset
16358
16359
16360 \begin_inset CommandInset ref
16361 LatexCommand ref
16362 reference "tab:Vertical-alignment-of"
16363
16364 \end_inset
16365
16366  visualizes the effect.
16367 \end_layout
16368
16369 \begin_layout Standard
16370 \noindent
16371 \begin_inset Float table
16372 placement h
16373 wide false
16374 sideways false
16375 status open
16376
16377 \begin_layout Plain Layout
16378 \begin_inset Caption
16379
16380 \begin_layout Plain Layout
16381 \begin_inset CommandInset label
16382 LatexCommand label
16383 name "tab:Vertical-alignment-of"
16384
16385 \end_inset
16386
16387 Vertical alignment of text with large font sizes.
16388 \end_layout
16389
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \begin_layout Plain Layout
16396 \begin_inset space \hfill{}
16397 \end_inset
16398
16399
16400 \begin_inset Float table
16401 wide false
16402 sideways false
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406 \begin_inset Caption
16407
16408 \begin_layout Plain Layout
16409 Normal table.
16410 \end_layout
16411
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \begin_layout Plain Layout
16418 \noindent
16419 \align center
16420 \begin_inset Tabular
16421 <lyxtabular version="3" rows="6" columns="1">
16422 <features>
16423 <column alignment="left" valignment="top" width="0">
16424 <row>
16425 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 Normal, g
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 large
16442 Large
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 larger
16455 Larger
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 largest
16468 Largest
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479
16480 \size huge
16481 Huge
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 <row>
16488 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492
16493 \size huge
16494 Huger
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 </lyxtabular>
16501
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \begin_inset space \hfill{}
16511 \end_inset
16512
16513
16514 \begin_inset Float table
16515 wide false
16516 sideways false
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520 \begin_inset Caption
16521
16522 \begin_layout Plain Layout
16523 Table using the command 
16524 \series bold
16525
16526 \backslash
16527 strut
16528 \series default
16529 .
16530 \end_layout
16531
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \begin_layout Plain Layout
16538 \noindent
16539 \align center
16540 \begin_inset Tabular
16541 <lyxtabular version="3" rows="6" columns="1">
16542 <features>
16543 <column alignment="left" valignment="top" width="0">
16544 <row>
16545 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 Normal, g
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 <row>
16556 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560
16561 \size large
16562 \begin_inset ERT
16563 status collapsed
16564
16565 \begin_layout Plain Layout
16566
16567
16568 \backslash
16569 strut 
16570 \end_layout
16571
16572 \end_inset
16573
16574 Large
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585
16586 \size larger
16587 \begin_inset ERT
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591
16592
16593 \backslash
16594 strut 
16595 \end_layout
16596
16597 \end_inset
16598
16599 Larger
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row>
16606 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \size largest
16612 \begin_inset ERT
16613 status collapsed
16614
16615 \begin_layout Plain Layout
16616
16617
16618 \backslash
16619 strut 
16620 \end_layout
16621
16622 \end_inset
16623
16624 Largest
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635
16636 \size huge
16637 \begin_inset ERT
16638 status collapsed
16639
16640 \begin_layout Plain Layout
16641
16642
16643 \backslash
16644 strut 
16645 \end_layout
16646
16647 \end_inset
16648
16649 Huge
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660
16661 \size giant
16662 \begin_inset ERT
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666
16667
16668 \backslash
16669 strut 
16670 \end_layout
16671
16672 \end_inset
16673
16674
16675 \size huge
16676 Huger
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 </row>
16682 </lyxtabular>
16683
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690
16691
16692 \begin_inset space \hfill{}
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \begin_layout Subsection
16704 Special Cell Alignment
16705 \begin_inset Index
16706 status collapsed
16707
16708 \begin_layout Plain Layout
16709 Table Customization ! Special Cell Alignment
16710 \end_layout
16711
16712 \end_inset
16713
16714
16715 \end_layout
16716
16717 \begin_layout Standard
16718 Sometimes it looks better when the cell entries of a column are aligned
16719  with a special character, e.
16720 \begin_inset space \thinspace{}
16721 \end_inset
16722
16723 g.
16724 \begin_inset space \space{}
16725 \end_inset
16726
16727 with the decimal separator as in Table
16728 \begin_inset space ~
16729 \end_inset
16730
16731
16732 \begin_inset CommandInset ref
16733 LatexCommand ref
16734 reference "tab:Table-cells-of"
16735
16736 \end_inset
16737
16738 .
16739 \end_layout
16740
16741 \begin_layout Standard
16742 \begin_inset Float table
16743 placement h
16744 wide false
16745 sideways false
16746 status open
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Caption
16750
16751 \begin_layout Plain Layout
16752 \begin_inset CommandInset label
16753 LatexCommand label
16754 name "tab:Table-cells-of"
16755
16756 \end_inset
16757
16758 Table cells of a column aligned with the decimal separator.
16759 \end_layout
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \begin_layout Plain Layout
16767 \align center
16768 \begin_inset Tabular
16769 <lyxtabular version="3" rows="4" columns="2">
16770 <features>
16771 <column alignment="right" valignment="top" width="0">
16772 <column alignment="left" valignment="top" width="0" special="@{}l">
16773 <row>
16774 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778 heading
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 <row>
16794 <cell alignment="center" valignment="top" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 12.
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 6
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 0.
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 68
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 -123.
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 0
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 </lyxtabular>
16854
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861
16862
16863 \end_layout
16864
16865 \begin_layout Standard
16866 This table was created with a 4×2 table.
16867  The heading is a centered multicolumn.
16868  The first column is right-aligned and contains the digits before the decimal
16869  point and the decimal point.
16870  The second column is left aligned and contains the digits after the decimal
16871  point.
16872  To omit the space that is normally between two table columns, use the following
16873  LaTeX-argument for the second column:
16874 \end_layout
16875
16876 \begin_layout Standard
16877
16878 \series bold
16879 @{}l
16880 \end_layout
16881
16882 \begin_layout Standard
16883 Table
16884 \begin_inset space ~
16885 \end_inset
16886
16887
16888 \begin_inset CommandInset ref
16889 LatexCommand ref
16890 reference "tab:Several-table-cell"
16891
16892 \end_inset
16893
16894  shows some example alignments.
16895  For the alignment with the relation sign, you must add the second smallest
16896  math-space at the beginning of the last column to get the correct space
16897  surrounding the relation sign.
16898 \end_layout
16899
16900 \begin_layout Standard
16901 \begin_inset Float table
16902 placement h
16903 wide false
16904 sideways false
16905 status open
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Caption
16909
16910 \begin_layout Plain Layout
16911 \begin_inset CommandInset label
16912 LatexCommand label
16913 name "tab:Several-table-cell"
16914
16915 \end_inset
16916
16917 Several table cell alignments.
16918 \end_layout
16919
16920 \end_inset
16921
16922
16923 \end_layout
16924
16925 \begin_layout Plain Layout
16926 \align center
16927 \begin_inset Tabular
16928 <lyxtabular version="3" rows="4" columns="6">
16929 <features>
16930 <column alignment="right" valignment="top" width="0">
16931 <column alignment="left" valignment="top" width="0" special="@{}l">
16932 <column alignment="right" valignment="top" width="0">
16933 <column alignment="left" valignment="top" width="0" special="@{}l">
16934 <column alignment="right" valignment="top" width="0">
16935 <column alignment="left" valignment="top" width="0" special="@{}l">
16936 <row>
16937 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 units
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 exponents
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 relations
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 12×
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 24
17007 \begin_inset space \thinspace{}
17008 \end_inset
17009
17010 bottles
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 \begin_inset Formula $10\cdot$
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $10^{\mbox{-}17}$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $\Gamma(t)\propto$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 \begin_inset Formula $\:\Upsilon(t)$
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 </row>
17064 <row>
17065 <cell alignment="center" valignment="top" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 1024×
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 768
17079 \begin_inset space \thinspace{}
17080 \end_inset
17081
17082 Pixels
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 \begin_inset Formula $5.78\cdot$
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 \begin_inset Formula $10^{7}$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 \begin_inset Formula $A\ne$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 \begin_inset Formula $\: B_{\mathrm{red}}$
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 </row>
17136 <row>
17137 <cell alignment="center" valignment="top" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 32×
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 6
17151 \begin_inset space \thinspace{}
17152 \end_inset
17153
17154 cm
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 -
17164 \begin_inset Formula $33.5\cdot$
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176 \begin_inset Formula $10^{4}$
17177 \end_inset
17178
17179
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 \begin_inset Formula $\sin(\alpha)\ge$
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 <cell alignment="center" valignment="top" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 \begin_inset Formula $\:\sin(\beta)$
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 </row>
17209 </lyxtabular>
17210
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \begin_layout Standard
17222 \begin_inset VSpace bigskip
17223 \end_inset
17224
17225 There is also the LaTeX-package 
17226 \series bold
17227 dcolumn
17228 \series default
17229
17230 \begin_inset Index
17231 status collapsed
17232
17233 \begin_layout Plain Layout
17234 LaTeX-packages ! dcolumn
17235 \end_layout
17236
17237 \end_inset
17238
17239  that provides table cell alignments.
17240  But this unfortunately treats the cell entries as math and does not allow
17241  formulas in table cells: The first column of Table
17242 \begin_inset space ~
17243 \end_inset
17244
17245
17246 \begin_inset CommandInset ref
17247 LatexCommand ref
17248 reference "tab:Several-table-cell"
17249
17250 \end_inset
17251
17252  will look with 
17253 \series bold
17254 dcolumn
17255 \series default
17256  like the first column in Table
17257 \begin_inset space ~
17258 \end_inset
17259
17260
17261 \begin_inset CommandInset ref
17262 LatexCommand ref
17263 reference "tab:Alignments-when"
17264
17265 \end_inset
17266
17267  and only with some tricks like the expected.
17268  The alignment of the second and third column of Table
17269 \begin_inset space ~
17270 \end_inset
17271
17272
17273 \begin_inset CommandInset ref
17274 LatexCommand ref
17275 reference "tab:Several-table-cell"
17276
17277 \end_inset
17278
17279  is not possible with 
17280 \series bold
17281 dcolumn
17282 \series default
17283 .
17284 \end_layout
17285
17286 \begin_layout Standard
17287 \begin_inset Newpage newpage
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \begin_layout Standard
17294 \begin_inset Float table
17295 placement h
17296 wide false
17297 sideways false
17298 status open
17299
17300 \begin_layout Plain Layout
17301 \begin_inset Caption
17302
17303 \begin_layout Plain Layout
17304 \begin_inset CommandInset label
17305 LatexCommand label
17306 name "tab:Alignments-when"
17307
17308 \end_inset
17309
17310 Alignments when LaTeX-package dcolumn is used.
17311  For all column alignments tricks have to be used to get the output.
17312 \end_layout
17313
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \begin_layout Plain Layout
17320 \align center
17321 \begin_inset Tabular
17322 <lyxtabular version="3" rows="4" columns="3">
17323 <features>
17324 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17325 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17326 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17327 <row>
17328 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 units
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 units
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 units
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 </row>
17356 <row>
17357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 12x24
17362 \begin_inset space \thinspace{}
17363 \end_inset
17364
17365 bottles
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 12x24
17375 \begin_inset space \thinspace{}
17376 \end_inset
17377
17378
17379 \begin_inset Formula $\mbox{bottles}$
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 12
17392 \begin_inset ERT
17393 status collapsed
17394
17395 \begin_layout Plain Layout
17396
17397
17398 \backslash
17399 times 
17400 \end_layout
17401
17402 \end_inset
17403
17404 24+
17405 \begin_inset Formula $\mbox{bottles}$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 1024x768
17420 \begin_inset space \thinspace{}
17421 \end_inset
17422
17423 Pixels
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 1024x768
17433 \begin_inset space \thinspace{}
17434 \end_inset
17435
17436
17437 \begin_inset Formula $\mbox{Pixels}$
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 1024
17450 \begin_inset ERT
17451 status collapsed
17452
17453 \begin_layout Plain Layout
17454
17455
17456 \backslash
17457 times 
17458 \end_layout
17459
17460 \end_inset
17461
17462 768+
17463 \begin_inset Formula $\mbox{Pixels}$
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 </row>
17472 <row>
17473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 32x6
17478 \begin_inset space \thinspace{}
17479 \end_inset
17480
17481 cm
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 32x6
17491 \begin_inset space \thinspace{}
17492 \end_inset
17493
17494
17495 \begin_inset Formula $\mbox{cm}$
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 32
17508 \begin_inset ERT
17509 status collapsed
17510
17511 \begin_layout Plain Layout
17512
17513
17514 \backslash
17515 times 
17516 \end_layout
17517
17518 \end_inset
17519
17520 6+
17521 \begin_inset Formula $\mbox{cm}$
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 </row>
17530 </lyxtabular>
17531
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \end_inset
17538
17539
17540 \end_layout
17541
17542 \begin_layout Subsection
17543 Customized Cell/Column Format
17544 \begin_inset CommandInset label
17545 LatexCommand label
17546 name "sub:Customized-Format"
17547
17548 \end_inset
17549
17550
17551 \begin_inset Index
17552 status collapsed
17553
17554 \begin_layout Plain Layout
17555 Table Customization ! Cell/Column Format
17556 \end_layout
17557
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \begin_layout Standard
17564 Calculating the needed width for spanned columns like in section
17565 \begin_inset space ~
17566 \end_inset
17567
17568
17569 \begin_inset CommandInset ref
17570 LatexCommand ref
17571 reference "sub:Multicolumn-Calculations"
17572
17573 \end_inset
17574
17575  is very annoying if you have several tables with multicolumn cells.
17576  To make life easier, you can define a cell/column format in the preamble,
17577  so that it can be used in all tables of the document.
17578  The format is defined with the command
17579 \end_layout
17580
17581 \begin_layout Standard
17582
17583 \series bold
17584
17585 \backslash
17586 newcolumntype{name of format}[number of arguments]{commands}
17587 \end_layout
17588
17589 \begin_layout Standard
17590 The format name may only consist of one letter.
17591  The letters 
17592 \emph on
17593 b
17594 \emph default
17595
17596 \emph on
17597 c
17598 \emph default
17599
17600 \emph on
17601 l
17602 \emph default
17603
17604 \emph on
17605 m
17606 \emph default
17607
17608 \emph on
17609 p
17610 \emph default
17611  and 
17612 \emph on
17613 r
17614 \emph default
17615  are predefined and cannot be used.
17616  But all letters are allowed as capitals.
17617 \end_layout
17618
17619 \begin_layout Standard
17620 \begin_inset VSpace medskip
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \begin_layout Standard
17627 For vertically and horizontally centered multicolumn cells with a fixed
17628  width you can define the cell format
17629 \end_layout
17630
17631 \begin_layout Standard
17632
17633 \series bold
17634
17635 \backslash
17636 newcolumntype{M}[1]{>{
17637 \backslash
17638 centering
17639 \backslash
17640 hspace{0pt}}m{#1}}
17641 \end_layout
17642
17643 \begin_layout Standard
17644 where 
17645 \series bold
17646
17647 \backslash
17648 hspace{0pt}
17649 \series default
17650  avoids the problem of hyphenating the first word, as described in section
17651 \begin_inset space ~
17652 \end_inset
17653
17654
17655 \begin_inset CommandInset ref
17656 LatexCommand ref
17657 reference "sub:Multiple-Lines-in"
17658
17659 \end_inset
17660
17661 .
17662  Now you can simply enter
17663 \end_layout
17664
17665 \begin_layout Standard
17666
17667 \series bold
17668 M{width}
17669 \end_layout
17670
17671 \begin_layout Standard
17672 as LaTeX-argument in the table dialog to create a multicolumn.
17673 \end_layout
17674
17675 \begin_layout Standard
17676 \begin_inset VSpace bigskip
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \begin_layout Standard
17683 For cells spanned by a multicolumn cell, you can define the format
17684 \end_layout
17685
17686 \begin_layout Standard
17687
17688 \series bold
17689
17690 \backslash
17691 newcolumntype{S}[2]{>{
17692 \backslash
17693 centering
17694 \backslash
17695 hspace{0pt}}
17696 \begin_inset Newline newline
17697 \end_inset
17698
17699
17700 \begin_inset ERT
17701 status collapsed
17702
17703 \begin_layout Plain Layout
17704
17705
17706 \backslash
17707 phantom{
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \backslash
17714 newcolumntype
17715 \begin_inset ERT
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719
17720 }
17721 \end_layout
17722
17723 \end_inset
17724
17725 m{(#1+(2
17726 \backslash
17727 tabcolsep+
17728 \backslash
17729 arrayrulewidth)*(1-#2))/#2}}
17730 \end_layout
17731
17732 \begin_layout Standard
17733 This format uses equation 
17734 \begin_inset CommandInset ref
17735 LatexCommand eqref
17736 reference "eq:Wgn"
17737
17738 \end_inset
17739
17740  to calculate the needed width so that each spanned cell has the same width.
17741 \end_layout
17742
17743 \begin_layout Standard
17744 You can now enter
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750 S{width of multicolumn cell}{number of spanned columns}
17751 \end_layout
17752
17753 \begin_layout Standard
17754 as LaTeX-argument of the column.
17755 \end_layout
17756
17757 \begin_layout Standard
17758 \begin_inset VSpace bigskip
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \begin_layout Standard
17765 For colored columns, you can define
17766 \end_layout
17767
17768 \begin_layout Standard
17769
17770 \series bold
17771
17772 \backslash
17773 newcolumntype{K}[1]{>{
17774 \backslash
17775 columncolor{#1}
17776 \backslash
17777 hspace{0pt}}c}
17778 \end_layout
17779
17780 \begin_layout Standard
17781 The 
17782 \begin_inset Quotes eld
17783 \end_inset
17784
17785 c
17786 \begin_inset Quotes erd
17787 \end_inset
17788
17789  at the end creates a column with a flexible width whose text is horizontally
17790  centered.
17791  You can now enter
17792 \end_layout
17793
17794 \begin_layout Standard
17795
17796 \series bold
17797 K{color name}
17798 \end_layout
17799
17800 \begin_layout Standard
17801 as LaTeX-argument.
17802 \end_layout
17803
17804 \begin_layout Standard
17805 \begin_inset VSpace bigskip
17806 \end_inset
17807
17808
17809 \end_layout
17810
17811 \begin_layout Standard
17812 To create Table
17813 \begin_inset space ~
17814 \end_inset
17815
17816
17817 \begin_inset CommandInset ref
17818 LatexCommand ref
17819 reference "tab:Table-using-user-defined"
17820
17821 \end_inset
17822
17823  use the LaTeX-arguments
17824 \end_layout
17825
17826 \begin_layout Standard
17827
17828 \series bold
17829 M{2.5cm}
17830 \end_layout
17831
17832 \begin_layout Standard
17833 for the first column and the multicolumn,
17834 \end_layout
17835
17836 \begin_layout Standard
17837
17838 \series bold
17839 K{red}
17840 \end_layout
17841
17842 \begin_layout Standard
17843 for the the last column, and
17844 \end_layout
17845
17846 \begin_layout Standard
17847
17848 \series bold
17849 S{2.5cm}{2}
17850 \end_layout
17851
17852 \begin_layout Standard
17853 for the cells in the second column.
17854 \end_layout
17855
17856 \begin_layout Standard
17857 \begin_inset Float table
17858 placement h
17859 wide false
17860 sideways false
17861 status open
17862
17863 \begin_layout Plain Layout
17864 \begin_inset Caption
17865
17866 \begin_layout Plain Layout
17867 \begin_inset CommandInset label
17868 LatexCommand label
17869 name "tab:Table-using-user-defined"
17870
17871 \end_inset
17872
17873 Table using user-defined table formats
17874 \end_layout
17875
17876 \end_inset
17877
17878
17879 \end_layout
17880
17881 \begin_layout Plain Layout
17882 \align center
17883 \begin_inset Tabular
17884 <lyxtabular version="3" rows="3" columns="4">
17885 <features>
17886 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17887 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17888 <column alignment="center" valignment="middle" width="0">
17889 <column alignment="center" valignment="middle" width="0" special="K{red}">
17890 <row>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 verylongtablecellword
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 multiple lines multicolumn
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 c
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 </row>
17928 <row>
17929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17930 \begin_inset Text
17931
17932 \begin_layout Plain Layout
17933 d
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942 e
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 f
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 g
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 <row>
17967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971 h
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 i
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 j
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 k
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 </lyxtabular>
18005
18006 \end_inset
18007
18008
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Subsection
18017 Line Thickness
18018 \begin_inset CommandInset label
18019 LatexCommand label
18020 name "sub:Line-Thickness"
18021
18022 \end_inset
18023
18024
18025 \begin_inset Index
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029 Table Customization ! Line Thickness
18030 \end_layout
18031
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \begin_layout Standard
18038 The line thickness for all lines in a table can be adjusted with the length
18039  
18040 \series bold
18041
18042 \backslash
18043 arrayrulewidth
18044 \series default
18045 .
18046  To set for example a line thickness of 1.5
18047 \begin_inset space \thinspace{}
18048 \end_inset
18049
18050 pt, like in Table
18051 \begin_inset space ~
18052 \end_inset
18053
18054
18055 \begin_inset CommandInset ref
18056 LatexCommand ref
18057 reference "tab:Table-with-1.5"
18058
18059 \end_inset
18060
18061 , insert the command
18062 \end_layout
18063
18064 \begin_layout Standard
18065
18066 \series bold
18067
18068 \backslash
18069 setlength{
18070 \backslash
18071 arrayrulewidth}{1.5pt}
18072 \end_layout
18073
18074 \begin_layout Standard
18075 in TeX-Code before the table or table float.
18076  The changed thickness is valid for all following tables.
18077  To use the default value again, set 
18078 \series bold
18079
18080 \backslash
18081 arrayrulewidth
18082 \series default
18083  to 0.4
18084 \begin_inset space \thinspace{}
18085 \end_inset
18086
18087 pt in TeX-Code behind the table or table float.
18088 \end_layout
18089
18090 \begin_layout Standard
18091 \begin_inset ERT
18092 status collapsed
18093
18094 \begin_layout Plain Layout
18095
18096
18097 \backslash
18098 setlength{
18099 \backslash
18100 arrayrulewidth}{1.5pt}
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \begin_inset Float table
18107 wide false
18108 sideways false
18109 status open
18110
18111 \begin_layout Plain Layout
18112 \begin_inset Caption
18113
18114 \begin_layout Plain Layout
18115 \begin_inset CommandInset label
18116 LatexCommand label
18117 name "tab:Table-with-1.5"
18118
18119 \end_inset
18120
18121 Table with 1.5
18122 \begin_inset space \thinspace{}
18123 \end_inset
18124
18125 pt thick lines
18126 \end_layout
18127
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \begin_layout Plain Layout
18134 \align center
18135 \begin_inset Tabular
18136 <lyxtabular version="3" rows="3" columns="3">
18137 <features>
18138 <column alignment="center" valignment="top" width="0">
18139 <column alignment="center" valignment="top" width="0">
18140 <column alignment="center" valignment="top" width="0">
18141 <row>
18142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146 sd
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 </row>
18170 <row>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 sd
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 </row>
18199 <row>
18200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 sd
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 </row>
18228 </lyxtabular>
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \end_inset
18236
18237
18238 \begin_inset ERT
18239 status collapsed
18240
18241 \begin_layout Plain Layout
18242
18243
18244 \backslash
18245 setlength{
18246 \backslash
18247 arrayrulewidth}{0.4pt}
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \begin_layout Standard
18256 \begin_inset VSpace bigskip
18257 \end_inset
18258
18259 To set the line thickness to 1.5
18260 \begin_inset space \thinspace{}
18261 \end_inset
18262
18263 pt only for horizontal lines, like in Table
18264 \begin_inset space ~
18265 \end_inset
18266
18267
18268 \begin_inset CommandInset ref
18269 LatexCommand ref
18270 reference "tab:Table-with-horizontal"
18271
18272 \end_inset
18273
18274 , insert these commands in TeX-Code before the table or table float:
18275 \end_layout
18276
18277 \begin_layout Standard
18278
18279 \series bold
18280
18281 \backslash
18282 let
18283 \backslash
18284 myHline
18285 \backslash
18286 hline
18287 \begin_inset Newline newline
18288 \end_inset
18289
18290
18291 \backslash
18292 renewcommand{
18293 \backslash
18294 hline}
18295 \begin_inset Newline newline
18296 \end_inset
18297
18298  {
18299 \backslash
18300 noalign{
18301 \backslash
18302 global
18303 \backslash
18304 arrayrulewidth 1.5pt}
18305 \begin_inset Newline newline
18306 \end_inset
18307
18308  
18309 \backslash
18310 myHline
18311 \backslash
18312 noalign{
18313 \backslash
18314 global
18315 \backslash
18316 arrayrulewidth 0.4pt}}
18317 \end_layout
18318
18319 \begin_layout Standard
18320 To return to the default line thickness, insert this command in TeX-Code
18321  behind the table or table float:
18322 \end_layout
18323
18324 \begin_layout Standard
18325
18326 \series bold
18327
18328 \backslash
18329 renewcommand{
18330 \backslash
18331 hline}{
18332 \backslash
18333 myHline}
18334 \end_layout
18335
18336 \begin_layout Standard
18337 \begin_inset ERT
18338 status collapsed
18339
18340 \begin_layout Plain Layout
18341
18342
18343 \backslash
18344 let
18345 \backslash
18346 myHline
18347 \backslash
18348 hline
18349 \end_layout
18350
18351 \begin_layout Plain Layout
18352
18353
18354 \backslash
18355 renewcommand{
18356 \backslash
18357 hline}
18358 \end_layout
18359
18360 \begin_layout Plain Layout
18361
18362  {
18363 \backslash
18364 noalign{
18365 \backslash
18366 global
18367 \backslash
18368 arrayrulewidth 1.5pt}
18369 \end_layout
18370
18371 \begin_layout Plain Layout
18372
18373   
18374 \backslash
18375 myHline
18376 \backslash
18377 noalign{
18378 \backslash
18379 global
18380 \backslash
18381 arrayrulewidth 0.4pt}}
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \begin_inset Float table
18388 wide false
18389 sideways false
18390 status open
18391
18392 \begin_layout Plain Layout
18393 \begin_inset Caption
18394
18395 \begin_layout Plain Layout
18396 \begin_inset CommandInset label
18397 LatexCommand label
18398 name "tab:Table-with-horizontal"
18399
18400 \end_inset
18401
18402 Table with 1.5
18403 \begin_inset space \thinspace{}
18404 \end_inset
18405
18406 pt thick horizontal lines
18407 \end_layout
18408
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \begin_layout Plain Layout
18415 \align center
18416 \begin_inset Tabular
18417 <lyxtabular version="3" rows="3" columns="3">
18418 <features>
18419 <column alignment="center" valignment="top" width="0">
18420 <column alignment="center" valignment="top" width="0">
18421 <column alignment="center" valignment="top" width="0">
18422 <row>
18423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 sd
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 </row>
18451 <row>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 sd
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 </row>
18480 <row>
18481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503 sd
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 </row>
18509 </lyxtabular>
18510
18511 \end_inset
18512
18513
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \begin_inset ERT
18520 status collapsed
18521
18522 \begin_layout Plain Layout
18523
18524
18525 \backslash
18526 renewcommand{
18527 \backslash
18528 hline}{
18529 \backslash
18530 myHline}
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset VSpace bigskip
18540 \end_inset
18541
18542 To set the line thickness to 1.5
18543 \begin_inset space \thinspace{}
18544 \end_inset
18545
18546 pt only for vertical lines, create the following column format in the document
18547  preamble, according to the description in section
18548 \begin_inset space ~
18549 \end_inset
18550
18551
18552 \begin_inset CommandInset ref
18553 LatexCommand ref
18554 reference "sub:Customized-Format"
18555
18556 \end_inset
18557
18558 :
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564
18565 \backslash
18566 newcolumntype{V}{!{
18567 \backslash
18568 vrule width 1.5pt}}
18569 \end_layout
18570
18571 \begin_layout Standard
18572 For Table
18573 \begin_inset space ~
18574 \end_inset
18575
18576
18577 \begin_inset CommandInset ref
18578 LatexCommand ref
18579 reference "tab:Table-with-vertical"
18580
18581 \end_inset
18582
18583  the LaTeX-argument
18584 \end_layout
18585
18586 \begin_layout Standard
18587
18588 \series bold
18589 VcV
18590 \end_layout
18591
18592 \begin_layout Standard
18593 was used for the last column and
18594 \end_layout
18595
18596 \begin_layout Standard
18597
18598 \series bold
18599 Vc
18600 \end_layout
18601
18602 \begin_layout Standard
18603 for the other columns.
18604 \end_layout
18605
18606 \begin_layout Standard
18607 \begin_inset Float table
18608 wide false
18609 sideways false
18610 status open
18611
18612 \begin_layout Plain Layout
18613 \begin_inset Caption
18614
18615 \begin_layout Plain Layout
18616 \begin_inset CommandInset label
18617 LatexCommand label
18618 name "tab:Table-with-vertical"
18619
18620 \end_inset
18621
18622 Table with 1.5
18623 \begin_inset space \thinspace{}
18624 \end_inset
18625
18626 pt thick vertical lines
18627 \end_layout
18628
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \begin_layout Plain Layout
18635 \align center
18636 \begin_inset Tabular
18637 <lyxtabular version="3" rows="3" columns="3">
18638 <features>
18639 <column alignment="center" valignment="top" width="0" special="Vc">
18640 <column alignment="center" valignment="top" width="0" special="Vc">
18641 <column alignment="center" valignment="top" width="0" special="VcV">
18642 <row>
18643 <cell alignment="center" valignment="top" topline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 sd
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 </row>
18671 <row>
18672 <cell alignment="center" valignment="top" topline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685 sd
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 </row>
18700 <row>
18701 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723 sd
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 </row>
18729 </lyxtabular>
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Subsection
18742 Dashed Lines
18743 \begin_inset Index
18744 status collapsed
18745
18746 \begin_layout Plain Layout
18747 Table Customization ! Dashed Lines
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Standard
18756 \begin_inset ERT
18757 status collapsed
18758
18759 \begin_layout Plain Layout
18760
18761
18762 \backslash
18763 ifarydshln
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \begin_inset Note Note
18770 status open
18771
18772 \begin_layout Plain Layout
18773 The following section will only be displayed when the LaTeX-package 
18774 \series bold
18775 arydshln
18776 \series default
18777  is installed.
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset Float table
18787 placement H
18788 wide false
18789 sideways false
18790 status open
18791
18792 \begin_layout Plain Layout
18793 \begin_inset Caption
18794
18795 \begin_layout Plain Layout
18796 \begin_inset CommandInset label
18797 LatexCommand label
18798 name "tab:Table-with-dashed"
18799
18800 \end_inset
18801
18802 Table with dashed lines
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \end_layout
18809
18810 \begin_layout Plain Layout
18811 \align center
18812 \begin_inset Tabular
18813 <lyxtabular version="3" rows="5" columns="5">
18814 <features>
18815 <column alignment="center" valignment="top" width="0">
18816 <column alignment="center" valignment="top" width="0">
18817 <column alignment="center" valignment="top" width="0" special=":c">
18818 <column alignment="center" valignment="top" width="0">
18819 <column alignment="center" valignment="top" width="0">
18820 <row>
18821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825 a
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 b
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 c
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 d
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 e
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 </row>
18867 <row>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 f
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 g
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 h
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 i
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908 j
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 <row>
18915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919 \begin_inset ERT
18920 status collapsed
18921
18922 \begin_layout Plain Layout
18923
18924
18925 \backslash
18926 hdashline 
18927 \end_layout
18928
18929 \end_inset
18930
18931 k
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 l
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 m
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 n
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967 o
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 </row>
18973 <row>
18974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 \begin_inset ERT
18979 status collapsed
18980
18981 \begin_layout Plain Layout
18982
18983
18984 \backslash
18985 cdashline{4-5}
18986 \end_layout
18987
18988 \end_inset
18989
18990 p
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 q
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 r
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017 s
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 </row>
19032 <row>
19033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 t
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 u
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 v
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064 w
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073 x
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 </row>
19079 </lyxtabular>
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \begin_layout Standard
19092 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
19093  As prerequisite the LaTeX-package 
19094 \series bold
19095 arydshln
19096 \series default
19097
19098 \begin_inset Index
19099 status collapsed
19100
19101 \begin_layout Plain Layout
19102 LaTeX-packages ! arydshln
19103 \end_layout
19104
19105 \end_inset
19106
19107  must be loaded in the document preamble with the command
19108 \end_layout
19109
19110 \begin_layout Standard
19111
19112 \series bold
19113
19114 \backslash
19115 usepackage{arydshln}
19116 \end_layout
19117
19118 \begin_layout Standard
19119 To make a vertical line dashed, enter the colon 
19120 \begin_inset Quotes eld
19121 \end_inset
19122
19123 :
19124 \begin_inset Quotes erd
19125 \end_inset
19126
19127  together with the character for the horizontal alignment as LaTeX-argument
19128  in the table cell dialog.
19129 \end_layout
19130
19131 \begin_layout Standard
19132 For a horizontal dashed line add the command
19133 \end_layout
19134
19135 \begin_layout Standard
19136
19137 \series bold
19138
19139 \backslash
19140 hdashline
19141 \end_layout
19142
19143 \begin_layout Standard
19144 in TeX-Code as first element of the first cell in the table row.
19145 \end_layout
19146
19147 \begin_layout Standard
19148 For dashed multicolumn lines use the command
19149 \end_layout
19150
19151 \begin_layout Standard
19152
19153 \series bold
19154
19155 \backslash
19156 cdashline{line number
19157 \series default
19158 }
19159 \end_layout
19160
19161 \begin_layout Standard
19162 in TeX-Code as first element of the first cell in the table row.
19163  If you have for example a multicolumn spanning over columns 2 to 4 and
19164  you want to have a dashed line above, add the command
19165 \end_layout
19166
19167 \begin_layout Standard
19168
19169 \series bold
19170
19171 \backslash
19172 cdashline{2-4}
19173 \end_layout
19174
19175 \begin_layout Standard
19176 as first element of the first cell in the row of the multicolumn.
19177 \end_layout
19178
19179 \begin_layout Standard
19180 \begin_inset VSpace bigskip
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \begin_layout Standard
19187 Table
19188 \begin_inset space ~
19189 \end_inset
19190
19191
19192 \begin_inset CommandInset ref
19193 LatexCommand ref
19194 reference "tab:Table-with-dashed"
19195
19196 \end_inset
19197
19198  was created using 
19199 \begin_inset Quotes eld
19200 \end_inset
19201
19202
19203 \series bold
19204 :c
19205 \series default
19206
19207 \begin_inset Quotes erd
19208 \end_inset
19209
19210  as LaTeX-argument of the third column.
19211  The TeX-Code command 
19212 \series bold
19213
19214 \backslash
19215 hdashline
19216 \series default
19217  was inserted to the first cell of the third row and the the TeX-Code command
19218 \begin_inset Newline newline
19219 \end_inset
19220
19221  
19222 \series bold
19223
19224 \backslash
19225 cdashline{4-5}
19226 \series default
19227  was inserted to the first cell of the fourth row.
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset Note Greyedout
19232 status open
19233
19234 \begin_layout Plain Layout
19235
19236 \series bold
19237 Note:
19238 \series default
19239  The used LaTeX-package 
19240 \series bold
19241 arydshln
19242 \series default
19243  is apparently not compatible with the LaTeX-package 
19244 \series bold
19245 colortbl
19246 \series default
19247
19248 \begin_inset Index
19249 status collapsed
19250
19251 \begin_layout Plain Layout
19252 LaTeX-packages ! colortbl
19253 \end_layout
19254
19255 \end_inset
19256
19257  that is used for colored tables in section
19258 \begin_inset space ~
19259 \end_inset
19260
19261
19262 \begin_inset CommandInset ref
19263 LatexCommand ref
19264 reference "sec:Colored-Tables"
19265
19266 \end_inset
19267
19268 .
19269  That means colored tables cannot have dashed lines.
19270 \end_layout
19271
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \begin_layout Standard
19278 \begin_inset ERT
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282
19283
19284 \backslash
19285 else
19286 \end_layout
19287
19288 \end_inset
19289
19290
19291 \begin_inset Note Note
19292 status open
19293
19294 \begin_layout Plain Layout
19295 The following will be displayed when the LaTeX-package 
19296 \series bold
19297 arydshln
19298 \series default
19299  is not installed:
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \begin_layout Standard
19308 You need to install the package 
19309 \series bold
19310 arydshln
19311 \series default
19312  to see the content of this section in the output.
19313 \end_layout
19314
19315 \begin_layout Standard
19316 \begin_inset ERT
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320
19321
19322 \backslash
19323 fi
19324 \end_layout
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \begin_layout Chapter
19332 Floats
19333 \begin_inset Index
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337 Floats
19338 \end_layout
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Section
19346 Introduction
19347 \begin_inset CommandInset label
19348 LatexCommand label
19349 name "sec:FloatIntroduction"
19350
19351 \end_inset
19352
19353
19354 \begin_inset Index
19355 status collapsed
19356
19357 \begin_layout Plain Layout
19358 Floats ! Introduction
19359 \end_layout
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Standard
19367 A float is a block of text associated with some sort of label, which doesn't
19368  have a fixed location.
19369  It can 
19370 \begin_inset Quotes eld
19371 \end_inset
19372
19373 float
19374 \begin_inset Quotes erd
19375 \end_inset
19376
19377  forward or backward a page or two, to wherever it fits best.
19378  
19379 \family sans
19380 Footnotes
19381 \family default
19382  and 
19383 \family sans
19384 Margin
19385 \begin_inset space ~
19386 \end_inset
19387
19388 Notes
19389 \family default
19390  are also floats, because they can float to the next page when there are
19391  too many notes at the page.
19392 \end_layout
19393
19394 \begin_layout Standard
19395 Floats allow a high quality layout.
19396  Images and tables can evenly be spread to the pages to avoid white space
19397  and pages without text.
19398  As the floating often destroys the context between the text and the image/table
19399 , every float can be referenced in the text.
19400  Floats are therefore numbered.
19401  Referencing is described in section
19402 \begin_inset space ~
19403 \end_inset
19404
19405
19406 \begin_inset CommandInset ref
19407 LatexCommand ref
19408 reference "sec:Referencing-Floats"
19409
19410 \end_inset
19411
19412 .
19413 \end_layout
19414
19415 \begin_layout Standard
19416 To insert a float, use the menu 
19417 \family sans
19418 Insert\SpecialChar \menuseparator
19419 Float
19420 \family default
19421 .
19422  This inserts the 
19423 \family sans
19424 Caption
19425 \family default
19426  inset, a box with a label.
19427  The label will automatically be translated to the document language in
19428  the output.
19429  Behind the label you can insert the caption text.
19430  The image or table is inserted above or below the caption in a separate
19431  paragraph within the float.
19432  More about the caption placement is described in section
19433 \begin_inset space ~
19434 \end_inset
19435
19436
19437 \begin_inset CommandInset ref
19438 LatexCommand ref
19439 reference "sec:Caption-Placement"
19440
19441 \end_inset
19442
19443 .
19444  To keep your LyX-document readable, you can open and close the float box
19445  by left-clicking on the box label.
19446  A closed float box looks like this: 
19447 \begin_inset Graphics
19448         filename clipart/floatQt4.png
19449         scale 70
19450         scaleBeforeRotation
19451
19452 \end_inset
19453
19454  – a gray button with a red label.
19455 \end_layout
19456
19457 \begin_layout Standard
19458 It is recommended to insert floats as a separate paragraph to avoid possible
19459  LaTeX-errors that can occur when the surrounding text is specially formatted.
19460 \end_layout
19461
19462 \begin_layout Standard
19463 Existing figures or tables can be put into a float by marking them and then
19464  pressing the corresponding toolbar button for a new float.
19465 \end_layout
19466
19467 \begin_layout Section
19468 Float Types
19469 \end_layout
19470
19471 \begin_layout Standard
19472 Besides figure and table floats that are described in section
19473 \begin_inset space ~
19474 \end_inset
19475
19476
19477 \begin_inset CommandInset ref
19478 LatexCommand ref
19479 reference "sec:Figure-Floats"
19480
19481 \end_inset
19482
19483  and 
19484 \begin_inset CommandInset ref
19485 LatexCommand ref
19486 reference "sec:Table-Floats"
19487
19488 \end_inset
19489
19490 , respectively, LyX offers the float types 
19491 \series bold
19492 Algorithm
19493 \series default
19494  and 
19495 \series bold
19496 Wrap
19497 \series default
19498 .
19499 \end_layout
19500
19501 \begin_layout Subsection
19502 Algorithm Floats
19503 \begin_inset Index
19504 status collapsed
19505
19506 \begin_layout Plain Layout
19507 Floats ! Algorithms
19508 \end_layout
19509
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout Standard
19516 \begin_inset Float algorithm
19517 placement h
19518 wide false
19519 sideways false
19520 status open
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Caption
19524
19525 \begin_layout Plain Layout
19526 \begin_inset CommandInset label
19527 LatexCommand label
19528 name "alg:Example-Algorithm-float"
19529
19530 \end_inset
19531
19532 Example Algorithm float
19533 \end_layout
19534
19535 \end_inset
19536
19537
19538 \end_layout
19539
19540 \begin_layout LyX-Code
19541 for I in 1..N loop
19542 \begin_inset Newline newline
19543 \end_inset
19544
19545  Sum:= Sum + A(I); /*comment*/
19546 \begin_inset Newline newline
19547 \end_inset
19548
19549 end loop
19550 \begin_inset VSpace -4mm
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Standard
19562 This float type is inserted with the menu 
19563 \family sans
19564 Insert\SpecialChar \menuseparator
19565 Floats\SpecialChar \menuseparator
19566 Algorithm
19567 \family default
19568 .
19569  It is used for program codes and descriptions of algorithms and can be
19570  seen as an alternative to program code listings that are explained in chapter
19571 \begin_inset space ~
19572 \end_inset
19573
19574
19575 \begin_inset CommandInset ref
19576 LatexCommand ref
19577 reference "cha:Program-Code-Listings"
19578
19579 \end_inset
19580
19581 .
19582  A possible environment for algorithms is the 
19583 \family sans
19584 LyX-Code
19585 \family default
19586 , described in LyX's 
19587 \emph on
19588 Userguide
19589 \emph default
19590 .
19591  Algorithm
19592 \begin_inset space ~
19593 \end_inset
19594
19595
19596 \begin_inset CommandInset ref
19597 LatexCommand ref
19598 reference "alg:Example-Algorithm-float"
19599
19600 \end_inset
19601
19602  is an example of an algorithm float where -4
19603 \begin_inset space \thinspace{}
19604 \end_inset
19605
19606 mm vertical space was added at the end of the float to have the bottom rule
19607  exactly below the last text line.
19608 \end_layout
19609
19610 \begin_layout Standard
19611 The float label is not automatically translated into the document language.
19612  If your document is not in English, you have to do this manually by adding
19613  the following line to the document preamble
19614 \series bold
19615 :
19616 \end_layout
19617
19618 \begin_layout Standard
19619
19620 \series bold
19621
19622 \backslash
19623 floatname{algorithm}{your
19624 \begin_inset space ~
19625 \end_inset
19626
19627 name}
19628 \end_layout
19629
19630 \begin_layout Standard
19631 where 
19632 \family sans
19633 your
19634 \begin_inset space ~
19635 \end_inset
19636
19637 name
19638 \family default
19639  is the word 
19640 \begin_inset Quotes eld
19641 \end_inset
19642
19643
19644 \emph on
19645 algorithm
19646 \emph default
19647
19648 \begin_inset Quotes erd
19649 \end_inset
19650
19651  in your language.
19652 \end_layout
19653
19654 \begin_layout Standard
19655 To insert the list of algorithms you can use the menu 
19656 \family sans
19657 Insert\SpecialChar \menuseparator
19658 List
19659 \begin_inset space \thinspace{}
19660 \end_inset
19661
19662 /
19663 \begin_inset space \thinspace{}
19664 \end_inset
19665
19666 TOC\SpecialChar \menuseparator
19667 List of Algorithms
19668 \family default
19669  when your document has the same language as LyX's menu names.
19670  In other cases use this command in TeX-Code instead:
19671 \end_layout
19672
19673 \begin_layout Standard
19674
19675 \series bold
19676
19677 \backslash
19678 listof{algorithm}{your
19679 \begin_inset space ~
19680 \end_inset
19681
19682 name}
19683 \end_layout
19684
19685 \begin_layout Standard
19686 where 
19687 \family sans
19688 your
19689 \begin_inset space ~
19690 \end_inset
19691
19692 name
19693 \family default
19694  is the word 
19695 \begin_inset Quotes eld
19696 \end_inset
19697
19698
19699 \emph on
19700 List of Algorithm
19701 \emph default
19702 s
19703 \begin_inset Quotes erd
19704 \end_inset
19705
19706  in your language.
19707 \end_layout
19708
19709 \begin_layout Standard
19710 Algorithm floats are not by default numbered in the scheme 
19711 \begin_inset Quotes eld
19712 \end_inset
19713
19714 chapter.algorithm
19715 \begin_inset Quotes erd
19716 \end_inset
19717
19718  like it is the case for table and figure floats in many document-classes.
19719  To number algorithm floats in the same scheme, add this command to your
19720  document preamble:
19721 \end_layout
19722
19723 \begin_layout Standard
19724
19725 \series bold
19726
19727 \backslash
19728 numberwithin{algorithm}{chapter}
19729 \end_layout
19730
19731 \begin_layout Standard
19732 To be able to use the command 
19733 \series bold
19734
19735 \backslash
19736 numberwithin
19737 \series default
19738 , set in the tab 
19739 \family sans
19740 Math
19741 \begin_inset space ~
19742 \end_inset
19743
19744 Options
19745 \family default
19746  in the document settings the option 
19747 \family sans
19748 Use
19749 \begin_inset space ~
19750 \end_inset
19751
19752 AMS
19753 \begin_inset space ~
19754 \end_inset
19755
19756 math
19757 \begin_inset space ~
19758 \end_inset
19759
19760 package
19761 \family default
19762 .
19763 \end_layout
19764
19765 \begin_layout Subsection
19766 Wrap Floats
19767 \begin_inset Index
19768 status collapsed
19769
19770 \begin_layout Plain Layout
19771 Floats ! Wrap Floats
19772 \end_layout
19773
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \begin_layout Standard
19780 \begin_inset Wrap figure
19781 lines 0
19782 placement l
19783 overhang 1cm
19784 width "40col%"
19785 status open
19786
19787 \begin_layout Plain Layout
19788 \begin_inset Graphics
19789         filename clipart/mobius.eps
19790         width 40col%
19791         scaleBeforeRotation
19792         rotateOrigin center
19793
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \begin_layout Plain Layout
19800 \begin_inset Caption
19801
19802 \begin_layout Plain Layout
19803 \begin_inset CommandInset label
19804 LatexCommand label
19805 name "fig:This-is-a"
19806
19807 \end_inset
19808
19809 This is a figure wrap float.
19810 \end_layout
19811
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \end_inset
19818
19819  This float type is used if you want to wrap text around a figure or table
19820  so that it only occupies some fraction of the column width.
19821  It can be inserted using the menu 
19822 \family sans
19823 Insert\SpecialChar \menuseparator
19824 Floats\SpecialChar \menuseparator
19825 Figure
19826 \begin_inset space ~
19827 \end_inset
19828
19829 Wrap
19830 \begin_inset space ~
19831 \end_inset
19832
19833 Float
19834 \family default
19835  or 
19836 \family sans
19837 Table
19838 \begin_inset space ~
19839 \end_inset
19840
19841 Wrap
19842 \begin_inset space ~
19843 \end_inset
19844
19845 Float
19846 \family default
19847  if the LaTeX-package 
19848 \series bold
19849 wrapfig
19850 \series default
19851
19852 \begin_inset Index
19853 status collapsed
19854
19855 \begin_layout Plain Layout
19856 LaTeX-packages ! wrapfig
19857 \begin_inset ERT
19858 status collapsed
19859
19860 \begin_layout Plain Layout
19861
19862
19863 \backslash
19864 vspace{4mm}
19865 \end_layout
19866
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \end_inset
19873
19874  is installed.
19875 \begin_inset Foot
19876 status collapsed
19877
19878 \begin_layout Plain Layout
19879 Installing a LaTeX-package is explained it in the 
19880 \emph on
19881 LaTeX
19882 \begin_inset space ~
19883 \end_inset
19884
19885 Configuration
19886 \emph default
19887  manual.
19888 \end_layout
19889
19890 \end_inset
19891
19892  The settings of the float can be modified by right-clicking on the float
19893  box.
19894  The mandatory settings are the float 
19895 \family sans
19896 Placement
19897 \family default
19898  and its 
19899 \family sans
19900 Width
19901 \family default
19902 .
19903  Optional are the 
19904 \family sans
19905 Overhang
19906 \family default
19907  that specifies how much the float is set into the paragraph
19908 \begin_inset space \thinspace{}
19909 \end_inset
19910
19911 /
19912 \begin_inset space \thinspace{}
19913 \end_inset
19914
19915 page margin, and the 
19916 \family sans
19917 Line
19918 \begin_inset space ~
19919 \end_inset
19920
19921 span
19922 \family default
19923  that specifies how many text lines the float will approximately need.
19924  The line span is often hard to be approximated, so better only use it when
19925  you encounter float placement problems.
19926  You can furthermore decide if LaTeX is allowed to let the float float within
19927  the paragraph or to surrounding paragraphs.
19928  Figure
19929 \begin_inset space ~
19930 \end_inset
19931
19932
19933 \begin_inset CommandInset ref
19934 LatexCommand ref
19935 reference "fig:This-is-a"
19936
19937 \end_inset
19938
19939  is an example text wrap float with a width of 40
19940 \begin_inset space \thinspace{}
19941 \end_inset
19942
19943 col%, 1
19944 \begin_inset space \thinspace{}
19945 \end_inset
19946
19947 cm overhang, set to the left.
19948 \begin_inset Foot
19949 status collapsed
19950
19951 \begin_layout Plain Layout
19952 Available units are explained in appendix
19953 \begin_inset space ~
19954 \end_inset
19955
19956
19957 \begin_inset CommandInset ref
19958 LatexCommand ref
19959 reference "cha:Units-available-in"
19960
19961 \end_inset
19962
19963 .
19964 \end_layout
19965
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \begin_layout Standard
19972 \begin_inset Note Greyedout
19973 status open
19974
19975 \begin_layout Plain Layout
19976
19977 \series bold
19978 Note:
19979 \series default
19980  Text
19981 \begin_inset space ~
19982 \end_inset
19983
19984 wrap float floats are fragile! E.
19985 \begin_inset space \thinspace{}
19986 \end_inset
19987
19988 g.
19989 \begin_inset space \space{}
19990 \end_inset
19991
19992 having a figure too close to the bottom of the page can mess things up in
19993  the way that the float doesn't appear in the output or that it is placed
19994  over some other text.
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 In general:
20004 \end_layout
20005
20006 \begin_layout Itemize
20007 Wrap floats should not be placed in paragraphs that run over a page break.
20008  That means that wrap floats should better be inserted to the exact place
20009  when the document is nearly finished and you are able to estimate where
20010  page breaks will appear.
20011 \end_layout
20012
20013 \begin_layout Itemize
20014 Wrap floats should either be placed in an own paragraph before the paragraph
20015  where they should wrap into or within a paragraph.
20016 \end_layout
20017
20018 \begin_layout Itemize
20019 Wrap floats in consecutive paragraphs may cause troubles, so assure that
20020  there is a text paragraph between them as separator.
20021 \end_layout
20022
20023 \begin_layout Itemize
20024 Wrap floats are not allowed in section headings or tables.
20025 \end_layout
20026
20027 \begin_layout Section
20028 Float Numbering
20029 \begin_inset Index
20030 status collapsed
20031
20032 \begin_layout Plain Layout
20033 Floats ! Numbering
20034 \end_layout
20035
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Standard
20042 Floats are usually numbered either independent from the sections the floats
20043  are in, or in the scheme 
20044 \begin_inset Quotes eld
20045 \end_inset
20046
20047 chapter.number
20048 \begin_inset Quotes erd
20049 \end_inset
20050
20051  or 
20052 \begin_inset Quotes eld
20053 \end_inset
20054
20055 section.number
20056 \begin_inset Quotes erd
20057 \end_inset
20058
20059 .
20060  This depends on the used document class.
20061 \end_layout
20062
20063 \begin_layout Standard
20064 To change the section independent numbering, you can use this command in
20065  the document preamble:
20066 \end_layout
20067
20068 \begin_layout Standard
20069
20070 \series bold
20071
20072 \backslash
20073 renewcommand{
20074 \backslash
20075 thetable}{
20076 \backslash
20077 roman{table}}
20078 \end_layout
20079
20080 \begin_layout Standard
20081
20082 \series bold
20083
20084 \backslash
20085 thetable
20086 \series default
20087  is the command that prints the table number, for figure floats, the command
20088  would be 
20089 \series bold
20090
20091 \backslash
20092 thefigure
20093 \series default
20094 .
20095  The command 
20096 \series bold
20097
20098 \backslash
20099 roman
20100 \series default
20101  prints in the command above the table number as small roman number.
20102 \end_layout
20103
20104 \begin_layout Standard
20105 To change the numbering scheme for example to 
20106 \begin_inset Quotes eld
20107 \end_inset
20108
20109 subsection.number
20110 \begin_inset Quotes erd
20111 \end_inset
20112
20113 , use this command in the preamble:
20114 \end_layout
20115
20116 \begin_layout Standard
20117
20118 \series bold
20119
20120 \backslash
20121 numberwithin{table}{subsection}
20122 \end_layout
20123
20124 \begin_layout Standard
20125 To be able to use the command 
20126 \series bold
20127
20128 \backslash
20129 numberwithin
20130 \series default
20131 , set in the tab 
20132 \family sans
20133 Math
20134 \begin_inset space ~
20135 \end_inset
20136
20137 Options
20138 \family default
20139  in the document settings the option 
20140 \family sans
20141 Use
20142 \begin_inset space ~
20143 \end_inset
20144
20145 AMS
20146 \begin_inset space ~
20147 \end_inset
20148
20149 math
20150 \begin_inset space ~
20151 \end_inset
20152
20153 package
20154 \family default
20155 .
20156 \end_layout
20157
20158 \begin_layout Standard
20159 Please also have a look at section
20160 \begin_inset space ~
20161 \end_inset
20162
20163
20164 \begin_inset CommandInset ref
20165 LatexCommand ref
20166 reference "sub:Footnote-Numbering"
20167
20168 \end_inset
20169
20170  for the details and important notes about the numbering commands.
20171 \end_layout
20172
20173 \begin_layout Section
20174 Referencing Floats
20175 \begin_inset CommandInset label
20176 LatexCommand label
20177 name "sec:Referencing-Floats"
20178
20179 \end_inset
20180
20181
20182 \begin_inset Index
20183 status collapsed
20184
20185 \begin_layout Plain Layout
20186 Floats ! References
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \begin_inset Index
20193 status collapsed
20194
20195 \begin_layout Plain Layout
20196 References ! to Floats
20197 \end_layout
20198
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \begin_layout Standard
20205 To reference a float, insert a label into its caption using the menu 
20206 \family sans
20207 Insert\SpecialChar \menuseparator
20208 Label
20209 \family default
20210  or the toolbar button 
20211 \begin_inset Graphics
20212         filename ../images/label-insert.png
20213         scale 85
20214         scaleBeforeRotation
20215
20216 \end_inset
20217
20218 .
20219  A grey label box like this one: 
20220 \begin_inset Graphics
20221         filename clipart/labelQt4.png
20222         scale 85
20223         scaleBeforeRotation
20224
20225 \end_inset
20226
20227  will be inserted and the label window pops up asking for the label text.
20228  LyX offers as text the first words of the caption with a prefix.
20229  The prefix depends on the float type, e.
20230 \begin_inset space \thinspace{}
20231 \end_inset
20232
20233 g.
20234 \begin_inset space \space{}
20235 \end_inset
20236
20237 for figure floats the prefix will be "
20238 \family sans
20239 fig:
20240 \family default
20241 ".
20242 \end_layout
20243
20244 \begin_layout Standard
20245 The label is used as anchor and name for the reference.
20246  You can refer to the label using the menu 
20247 \family sans
20248 Insert\SpecialChar \menuseparator
20249 Cross-reference
20250 \family default
20251  or the toolbar button 
20252 \begin_inset Graphics
20253         filename ../images/dialog-show-new-inset_ref.png
20254         scale 85
20255         scaleBeforeRotation
20256
20257 \end_inset
20258
20259 .
20260  A grey cross-reference box like this one: 
20261 \begin_inset Graphics
20262         filename clipart/referenceQt4.png
20263         scale 85
20264         scaleBeforeRotation
20265
20266 \end_inset
20267
20268  will be inserted and the cross-reference window appear showing all labels
20269  of the document.
20270  If you have multiple LyX-documents opened, choose the one you are working
20271  on from the drop-list at the top of the dialog.
20272  You can now sort the labels alphabetically and then choose one.
20273  At the position of the cross-reference box the float number will appear
20274  in the output.
20275 \end_layout
20276
20277 \begin_layout Standard
20278 It is recommended to use a protected space between the cross-reference name
20279  and its number to avoid line breaks between them.
20280  If a cross-reference refers to a non-existing label, you will see two question
20281  marks in the output instead of the reference.
20282 \end_layout
20283
20284 \begin_layout Standard
20285 You can change labels at any time by clicking on the label box.
20286  References to the changed label will automatically change its link to the
20287  new label text, so that you don't need to take care about this.
20288 \end_layout
20289
20290 \begin_layout Standard
20291 The button 
20292 \family sans
20293 Go
20294 \begin_inset space ~
20295 \end_inset
20296
20297 to
20298 \begin_inset space ~
20299 \end_inset
20300
20301 Label
20302 \family default
20303  in the cross-reference window sets the cursor before the referred label.
20304  The button text changes then to Go
20305 \begin_inset space ~
20306 \end_inset
20307
20308 Back and you can use it to set the cursor back to the cross-reference.
20309  Right-clicking on a cross-reference box also sets the cursor before the
20310  referenced label but without a possibility to go back.
20311 \end_layout
20312
20313 \begin_layout Subsection
20314 Cross-Reference Formats
20315 \begin_inset CommandInset label
20316 LatexCommand label
20317 name "sub:Cross-Reference-Formats"
20318
20319 \end_inset
20320
20321
20322 \begin_inset Index
20323 status collapsed
20324
20325 \begin_layout Plain Layout
20326 References ! Formats
20327 \end_layout
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \begin_layout Standard
20335 There are six varieties of cross-references:
20336 \end_layout
20337
20338 \begin_layout Description
20339 <reference>: prints the float number, this is the default: 
20340 \begin_inset CommandInset ref
20341 LatexCommand ref
20342 reference "fig:Two-distorted-images"
20343
20344 \end_inset
20345
20346
20347 \end_layout
20348
20349 \begin_layout Description
20350 (<reference>): prints the float number within two parentheses, this is the
20351  style normally used to reference formulas, especially when the reference
20352  name 
20353 \begin_inset Quotes eld
20354 \end_inset
20355
20356 Equation
20357 \begin_inset Quotes erd
20358 \end_inset
20359
20360  is omitted: 
20361 \begin_inset CommandInset ref
20362 LatexCommand eqref
20363 reference "eq:Wgn"
20364
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \begin_layout Description
20371 <page>: prints the page number: Page
20372 \begin_inset space ~
20373 \end_inset
20374
20375
20376 \begin_inset CommandInset ref
20377 LatexCommand pageref
20378 reference "fig:Two-distorted-images"
20379
20380 \end_inset
20381
20382
20383 \end_layout
20384
20385 \begin_layout Description
20386 on
20387 \begin_inset space ~
20388 \end_inset
20389
20390 page
20391 \begin_inset space ~
20392 \end_inset
20393
20394 <page>: prints the text "on page" and the page number: 
20395 \begin_inset CommandInset ref
20396 LatexCommand vpageref
20397 reference "fig:Two-distorted-images"
20398
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \begin_layout Description
20405 <reference>
20406 \begin_inset space ~
20407 \end_inset
20408
20409 on
20410 \begin_inset space ~
20411 \end_inset
20412
20413 page
20414 \begin_inset space ~
20415 \end_inset
20416
20417 <page>: prints the float number, the text "on page", and the page number:
20418  
20419 \begin_inset CommandInset ref
20420 LatexCommand vref
20421 reference "fig:Two-distorted-images"
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \begin_layout Description
20429 Formatted
20430 \begin_inset space ~
20431 \end_inset
20432
20433 reference: prints a self defined cross-reference format.
20434 \begin_inset Newline newline
20435 \end_inset
20436
20437
20438 \begin_inset Note Greyedout
20439 status open
20440
20441 \begin_layout Plain Layout
20442
20443 \series bold
20444 Note:
20445 \series default
20446  This feature is only available when you have the LaTeX-package 
20447 \series bold
20448 prettyref
20449 \series default
20450
20451 \begin_inset Index
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455 LaTeX-packages ! prettyref
20456 \end_layout
20457
20458 \end_inset
20459
20460  installed.
20461 \end_layout
20462
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \begin_layout Standard
20469 Note that the style <page> won't print the page number if the label is on
20470  the previous, the same, or the next page.
20471  You will e.
20472 \begin_inset space \thinspace{}
20473 \end_inset
20474
20475 g.
20476 \begin_inset space \space{}
20477 \end_inset
20478
20479 see the text 
20480 \begin_inset Quotes eld
20481 \end_inset
20482
20483
20484 \family sans
20485 on this page
20486 \family default
20487
20488 \begin_inset Quotes erd
20489 \end_inset
20490
20491  instead.
20492 \end_layout
20493
20494 \begin_layout Standard
20495 The number and current page of the referred document part in the output,
20496  is automatically calculated by LaTeX.
20497  The varieties are adjusted in the field 
20498 \family sans
20499 Format
20500 \family default
20501  of the cross-reference window, that appear when you click on the cross-referenc
20502 e box.
20503 \end_layout
20504
20505 \begin_layout Standard
20506 \begin_inset Note Greyedout
20507 status open
20508
20509 \begin_layout Plain Layout
20510
20511 \series bold
20512 Note:
20513 \series default
20514  The LaTeX-package 
20515 \series bold
20516 prettyref
20517 \series default
20518
20519 \begin_inset Index
20520 status collapsed
20521
20522 \begin_layout Plain Layout
20523 LaTeX-packages ! prettyref
20524 \end_layout
20525
20526 \end_inset
20527
20528  does not know all of LyX's possible label shortcuts
20529 \begin_inset Foot
20530 status collapsed
20531
20532 \begin_layout Plain Layout
20533 \begin_inset Quotes eld
20534 \end_inset
20535
20536 fig:
20537 \begin_inset Quotes erd
20538 \end_inset
20539
20540  is for example LyX's shortcut for labels in figure captions.
20541 \end_layout
20542
20543 \end_inset
20544
20545  and is not internationalized.
20546  How to tell 
20547 \series bold
20548 prettyref
20549 \series default
20550  new shortcuts and translations, have a look at its documentation 
20551 \begin_inset CommandInset citation
20552 LatexCommand cite
20553 key "prettyref"
20554
20555 \end_inset
20556
20557 .
20558 \end_layout
20559
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \begin_layout Standard
20566 \begin_inset Note Greyedout
20567 status open
20568
20569 \begin_layout Plain Layout
20570
20571 \series bold
20572 Note:
20573 \series default
20574  Due to a bug in the LaTeX-package 
20575 \series bold
20576 varioref
20577 \series default
20578  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20579  languages that make the period character active (like French).
20580  For a workaround, see
20581 \begin_inset Newline newline
20582 \end_inset
20583
20584
20585 \begin_inset CommandInset href
20586 LatexCommand href
20587 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20588
20589 \end_inset
20590
20591 .
20592 \end_layout
20593
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \begin_layout Subsection
20600 Automatic Reference Naming
20601 \begin_inset Index
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 References ! Automatic Reference Naming
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Standard
20614 The LaTeX-package 
20615 \series bold
20616 hyperref
20617 \series default
20618
20619 \begin_inset Index
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623 LaTeX-packages ! hyperref
20624 \end_layout
20625
20626 \end_inset
20627
20628 , that is enabled in the 
20629 \family sans
20630 PDF Properties
20631 \family default
20632  of the 
20633 \family sans
20634 Document Settings
20635 \family default
20636  dialog, provides a very useful feature that cross-references automatically
20637  include the name of the referenced floats (or text parts like 
20638 \emph on
20639 section
20640 \emph default
20641 ).
20642  So you will save to write e.
20643 \begin_inset space \thinspace{}
20644 \end_inset
20645
20646 g.
20647 \begin_inset space \space{}
20648 \end_inset
20649
20650 the name 
20651 \begin_inset Quotes eld
20652 \end_inset
20653
20654 Figure
20655 \begin_inset Quotes erd
20656 \end_inset
20657
20658  before every reference to a figure.
20659  To use this feature, enable 
20660 \series bold
20661 hyperref
20662 \series default
20663  and insert this line to the LaTeX preamble:
20664 \end_layout
20665
20666 \begin_layout Standard
20667
20668 \series bold
20669
20670 \backslash
20671 AtBeginDocument{
20672 \backslash
20673 renewcommand{
20674 \backslash
20675 ref}[1]{
20676 \backslash
20677 mbox{
20678 \backslash
20679 autoref{#1}}}}
20680 \end_layout
20681
20682 \begin_layout Standard
20683 When you prefer other reference names than the default ones, for example
20684  you want instead of 
20685 \begin_inset Quotes eld
20686 \end_inset
20687
20688 section
20689 \begin_inset Quotes erd
20690 \end_inset
20691
20692  the name 
20693 \begin_inset Quotes eld
20694 \end_inset
20695
20696 sec.
20697 \begin_inset space \thinspace{}
20698 \end_inset
20699
20700
20701 \begin_inset Quotes eld
20702 \end_inset
20703
20704 , you can redefine the name by inserting this to the preamble:
20705 \end_layout
20706
20707 \begin_layout Standard
20708
20709 \series bold
20710
20711 \backslash
20712 addto
20713 \backslash
20714 extrasenglish{
20715 \backslash
20716 renewcommand{
20717 \backslash
20718 sectionautorefname}
20719 \begin_inset Newline newline
20720 \end_inset
20721
20722
20723 \begin_inset ERT
20724 status collapsed
20725
20726 \begin_layout Plain Layout
20727
20728
20729 \backslash
20730 hphantom{ }
20731 \end_layout
20732
20733 \end_inset
20734
20735 {sec.
20736 \backslash
20737 negthinspace}}
20738 \end_layout
20739
20740 \begin_layout Standard
20741 When you are using another document language than English, replace
20742 \begin_inset Newline newline
20743 \end_inset
20744
20745
20746 \series bold
20747
20748 \backslash
20749 extrasenglish
20750 \series default
20751  by 
20752 \series bold
20753
20754 \backslash
20755 extras***
20756 \series default
20757 , where *** is the name of the used language.
20758 \end_layout
20759
20760 \begin_layout Standard
20761 To get automatic names, but not for certain reference types, for example
20762  not for equations, use this preamble code:
20763 \end_layout
20764
20765 \begin_layout Standard
20766
20767 \series bold
20768
20769 \backslash
20770 newlength{
20771 \backslash
20772 abc}
20773 \begin_inset Newline newline
20774 \end_inset
20775
20776
20777 \backslash
20778 settowidth{
20779 \backslash
20780 abc}{
20781 \backslash
20782 space}
20783 \begin_inset Newline newline
20784 \end_inset
20785
20786
20787 \backslash
20788 addto
20789 \backslash
20790 extrasenglish{
20791 \backslash
20792 renewcommand{
20793 \backslash
20794 equationautorefname}
20795 \begin_inset Newline newline
20796 \end_inset
20797
20798
20799 \begin_inset ERT
20800 status collapsed
20801
20802 \begin_layout Plain Layout
20803
20804
20805 \backslash
20806 hphantom{ }
20807 \end_layout
20808
20809 \end_inset
20810
20811 {
20812 \backslash
20813 hspace{-
20814 \backslash
20815 abc}}
20816 \end_layout
20817
20818 \begin_layout Standard
20819 More about this topic can be found in 
20820 \series bold
20821 hyperref
20822 \series default
20823 's documentation 
20824 \begin_inset CommandInset citation
20825 LatexCommand cite
20826 key "hyperref"
20827
20828 \end_inset
20829
20830 .
20831 \end_layout
20832
20833 \begin_layout Standard
20834 \begin_inset Note Greyedout
20835 status open
20836
20837 \begin_layout Plain Layout
20838
20839 \series bold
20840 Note:
20841 \series default
20842  Automatic reference naming cannot be used when you use cross-references
20843  in the 
20844 \family sans
20845 Formatted
20846 \begin_inset space ~
20847 \end_inset
20848
20849 reference
20850 \family default
20851  style, as described in section
20852 \begin_inset space ~
20853 \end_inset
20854
20855
20856 \begin_inset CommandInset ref
20857 LatexCommand ref
20858 reference "sub:Cross-Reference-Formats"
20859
20860 \end_inset
20861
20862 .
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Standard
20871 The 
20872 \emph on
20873 Math
20874 \emph default
20875  manual is an example where automatic reference naming is used.
20876 \end_layout
20877
20878 \begin_layout Subsection
20879 Reference Position
20880 \begin_inset CommandInset label
20881 LatexCommand label
20882 name "sub:Reference-Position"
20883
20884 \end_inset
20885
20886
20887 \begin_inset Index
20888 status collapsed
20889
20890 \begin_layout Plain Layout
20891 References ! Reference Position
20892 \end_layout
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Standard
20900 If you use 
20901 \series bold
20902 hyperref
20903 \series default
20904
20905 \begin_inset Index
20906 status collapsed
20907
20908 \begin_layout Plain Layout
20909 LaTeX-packages ! hyperref
20910 \end_layout
20911
20912 \end_inset
20913
20914  in the 
20915 \family sans
20916 PDF Properties
20917 \family default
20918  of the 
20919 \family sans
20920 Document Settings
20921 \family default
20922  dialog to link cross-references in the output, you will see that clicking
20923  on an image float reference jumps to the image label.
20924  The caption will be the first text part on the screen, so that you cannot
20925  see the image without scrolling.
20926  This is because the reference link anchor is placed at the position of
20927  the label.
20928  With the use of the package 
20929 \series bold
20930 hypcap
20931 \series default
20932
20933 \begin_inset Index
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 LaTeX-packages ! hypcap
20938 \end_layout
20939
20940 \end_inset
20941
20942 , which is part of the LaTeX-package 
20943 \series bold
20944 oberdiek
20945 \series default
20946
20947 \begin_inset Index
20948 status collapsed
20949
20950 \begin_layout Plain Layout
20951 LaTeX-packages ! oberdiek
20952 \end_layout
20953
20954 \end_inset
20955
20956 , the link anchor is placed at the beginning of a float.
20957  To use this feature for figure floats, load 
20958 \series bold
20959 hypcap
20960 \series default
20961  in the document preamble with the line
20962 \end_layout
20963
20964 \begin_layout Standard
20965
20966 \series bold
20967
20968 \backslash
20969 usepackage[figure]{hypcap}
20970 \end_layout
20971
20972 \begin_layout Standard
20973 You can also use 
20974 \series bold
20975 hypcap
20976 \series default
20977  for all float types but this is not recommended for stability reasons.
20978  For more information, have a look at 
20979 \series bold
20980 hypcap
20981 \series default
20982 's manual 
20983 \begin_inset CommandInset citation
20984 LatexCommand cite
20985 key "hypcap"
20986
20987 \end_inset
20988
20989 .
20990 \end_layout
20991
20992 \begin_layout Standard
20993 \begin_inset Note Greyedout
20994 status open
20995
20996 \begin_layout Plain Layout
20997
20998 \series bold
20999 Note:
21000 \series default
21001  
21002 \series bold
21003 hypcap
21004 \series default
21005  has no effect for references to subfigures.
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Section
21014 Float Placement
21015 \begin_inset CommandInset label
21016 LatexCommand label
21017 name "sec:Float-Placement"
21018
21019 \end_inset
21020
21021
21022 \begin_inset Index
21023 status collapsed
21024
21025 \begin_layout Plain Layout
21026 Floats ! Placement
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \begin_layout Standard
21035 Right-clicking on a float-box opens a dialog where you can alter the placement
21036  options that LaTeX uses for positioning the float.
21037 \begin_inset Newline newline
21038 \end_inset
21039
21040 The option 
21041 \family sans
21042 Span
21043 \begin_inset space ~
21044 \end_inset
21045
21046 columns
21047 \family default
21048  is only useful for two-column documents: If you select it, the float will
21049  span across both columns on the page instead of being confined to just
21050  one.
21051 \begin_inset Newline newline
21052 \end_inset
21053
21054 The option 
21055 \family sans
21056 Rotate
21057 \begin_inset space ~
21058 \end_inset
21059
21060 sideways
21061 \family default
21062  is used to rotate floats, see section 
21063 \begin_inset CommandInset ref
21064 LatexCommand ref
21065 reference "sec:Rotated-Floats"
21066
21067 \end_inset
21068
21069 .
21070 \end_layout
21071
21072 \begin_layout Standard
21073 You can use one ore more of the following options in the float dialog to
21074  set the placement for a particular float when you uncheck the option 
21075 \family sans
21076 Use
21077 \begin_inset space ~
21078 \end_inset
21079
21080 default
21081 \begin_inset space ~
21082 \end_inset
21083
21084 placement
21085 \family default
21086 :
21087 \end_layout
21088
21089 \begin_layout Description
21090 Here
21091 \begin_inset space ~
21092 \end_inset
21093
21094 if
21095 \begin_inset space ~
21096 \end_inset
21097
21098 possible try to place the float on the position where it is inserted
21099 \end_layout
21100
21101 \begin_layout Description
21102 Top
21103 \begin_inset space ~
21104 \end_inset
21105
21106 of
21107 \begin_inset space ~
21108 \end_inset
21109
21110 page try to place the float on the top of the current page
21111 \end_layout
21112
21113 \begin_layout Description
21114 Bottom
21115 \begin_inset space ~
21116 \end_inset
21117
21118 of
21119 \begin_inset space ~
21120 \end_inset
21121
21122 page try to place the float on the bottom of the current page
21123 \end_layout
21124
21125 \begin_layout Description
21126 Page
21127 \begin_inset space ~
21128 \end_inset
21129
21130 of
21131 \begin_inset space ~
21132 \end_inset
21133
21134 floats try to place the float on an own page 
21135 \end_layout
21136
21137 \begin_layout Standard
21138 The order of the above option is 
21139 \emph on
21140 always
21141 \emph default
21142  used by LaTeX.
21143  That means, if you use the default placement, LaTeX will first try out
21144  
21145 \family sans
21146 Here
21147 \begin_inset space ~
21148 \end_inset
21149
21150 if
21151 \begin_inset space ~
21152 \end_inset
21153
21154 possible
21155 \family default
21156 , then 
21157 \family sans
21158 Top
21159 \begin_inset space ~
21160 \end_inset
21161
21162 of
21163 \begin_inset space ~
21164 \end_inset
21165
21166 page
21167 \family default
21168 , and then the others.
21169  If you don't use the default, LaTeX will try only the checked options but
21170  in the same order.
21171  If none of the 4 placements are possible the procedure is internally repeated
21172  but it is tried to put the float on the following page.
21173 \end_layout
21174
21175 \begin_layout Standard
21176 By default, each option has its own rules:
21177 \end_layout
21178
21179 \begin_layout Labeling
21180 \labelwidthstring 00.00.0000
21181
21182 \family sans
21183 Top
21184 \begin_inset space ~
21185 \end_inset
21186
21187 of
21188 \begin_inset space ~
21189 \end_inset
21190
21191 page
21192 \family default
21193  only floats occupying less than 70
21194 \begin_inset space \thinspace{}
21195 \end_inset
21196
21197 % of the page can be placed at the top of a page (
21198 \series bold
21199
21200 \backslash
21201 topfraction
21202 \series default
21203 )
21204 \end_layout
21205
21206 \begin_layout Labeling
21207 \labelwidthstring 00.00.0000
21208
21209 \family sans
21210 Bottom
21211 \begin_inset space ~
21212 \end_inset
21213
21214 of
21215 \begin_inset space ~
21216 \end_inset
21217
21218 page
21219 \family default
21220 : only floats occupying less than 30
21221 \begin_inset space \thinspace{}
21222 \end_inset
21223
21224 % of the page can be placed at the bottom of a page.
21225  (
21226 \series bold
21227
21228 \backslash
21229 bottomfraction
21230 \series default
21231 )
21232 \end_layout
21233
21234 \begin_layout Labeling
21235 \labelwidthstring 00.00.0000
21236
21237 \family sans
21238 Page
21239 \begin_inset space ~
21240 \end_inset
21241
21242 of
21243 \begin_inset space ~
21244 \end_inset
21245
21246 floats
21247 \family default
21248 : only if more than 50
21249 \begin_inset space \thinspace{}
21250 \end_inset
21251
21252 % of the page are occupied by floats, several floats can be set together
21253  on a page.
21254  (
21255 \series bold
21256
21257 \backslash
21258 floatpagefraction
21259 \series default
21260 )
21261 \end_layout
21262
21263 \begin_layout Standard
21264 If you don't like these rules, you can ignore them by using the additional
21265  option 
21266 \family sans
21267 Ignore
21268 \begin_inset space ~
21269 \end_inset
21270
21271 LaTeX
21272 \begin_inset space ~
21273 \end_inset
21274
21275 rules
21276 \family default
21277 .
21278 \begin_inset Newline newline
21279 \end_inset
21280
21281 You can also redefine the rules with LaTeX-commands that are given in parenthese
21282 s behind the rules description above.
21283  To increase for example the often too small default of the bottom-rule
21284  to 50
21285 \begin_inset space \thinspace{}
21286 \end_inset
21287
21288 % of the page, add this line to your document preamble:
21289 \end_layout
21290
21291 \begin_layout Standard
21292
21293 \series bold
21294
21295 \backslash
21296 renewcommand{
21297 \backslash
21298 bottomfraction}{0.5}
21299 \end_layout
21300
21301 \begin_layout Standard
21302 Sometimes you might need, under all circumstances, a float to be placed
21303  exactly at the position where it is inserted.
21304  For this case you can use the option 
21305 \family sans
21306 Here
21307 \begin_inset space ~
21308 \end_inset
21309
21310 definitely
21311 \family default
21312 .
21313  Use this option very rarely and only if the document is nearly ready to
21314  be printed.
21315  Because the float is then no longer able to 
21316 \begin_inset Quotes eld
21317 \end_inset
21318
21319 float
21320 \begin_inset Quotes erd
21321 \end_inset
21322
21323  when you change your document and this will often destroy the page layout.
21324 \end_layout
21325
21326 \begin_layout Standard
21327 There are no placement options for text wrap floats, because they are always
21328  surrounded by the text of a certain paragraph.
21329 \begin_inset VSpace bigskip
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \begin_layout Standard
21336 Sometimes you have the problem that a float is placed at the top of a page
21337  while its corresponding section starts at the middle of the page, so that
21338  the reader could think the float is part of the previous section.
21339  To avoid this the LaTeX-command 
21340 \series bold
21341
21342 \backslash
21343 suppressfloats
21344 \series default
21345  can be used.
21346  It suppresses a given float placement for the page where it is inserted
21347  and can therefore be used to avoid that floats could be set before a section
21348  starts.
21349  To get this, add these commands to your document preamble:
21350 \end_layout
21351
21352 \begin_layout Standard
21353
21354 \series bold
21355
21356 \backslash
21357 let
21358 \backslash
21359 mySection
21360 \backslash
21361 section
21362 \begin_inset Newline newline
21363 \end_inset
21364
21365
21366 \backslash
21367 renewcommand{
21368 \backslash
21369 section}{
21370 \backslash
21371 suppressfloats[t]
21372 \backslash
21373 mySection}
21374 \end_layout
21375
21376 \begin_layout Standard
21377 You can define the same for all section headings, like chapters and subsections.
21378  This definition is not recommended to be used for small text parts like
21379  subsubsections because LaTeX may then have problems to find a suitable
21380  placement.
21381 \end_layout
21382
21383 \begin_layout Standard
21384 \begin_inset VSpace bigskip
21385 \end_inset
21386
21387 In some cases it is required to have all figures/tables at the end of the
21388  document.
21389  For this purpose the LaTeX-package 
21390 \series bold
21391 endfloat
21392 \series default
21393
21394 \begin_inset Index
21395 status collapsed
21396
21397 \begin_layout Plain Layout
21398 LaTeX-packages ! endfloat
21399 \end_layout
21400
21401 \end_inset
21402
21403  was developed.
21404  It puts all figure and table floats at the end of the document into own
21405  sections.
21406  At the original float position a text hint like 
21407 \begin_inset Quotes eld
21408 \end_inset
21409
21410
21411 \family sans
21412 [Figure
21413 \begin_inset space ~
21414 \end_inset
21415
21416 3.2 about here.]
21417 \family default
21418
21419 \begin_inset Quotes erd
21420 \end_inset
21421
21422  is inserted.
21423  The endfloat-package is loaded in the preamble with the line
21424 \end_layout
21425
21426 \begin_layout Standard
21427
21428 \series bold
21429
21430 \backslash
21431 usepackage[options]{endfloat}
21432 \end_layout
21433
21434 \begin_layout Standard
21435 There are various package options to format the created figure/table sections.
21436  For more information we refer to the 
21437 \series bold
21438 endfloat
21439 \series default
21440  documentation 
21441 \begin_inset CommandInset citation
21442 LatexCommand cite
21443 key "endfloat"
21444
21445 \end_inset
21446
21447 .
21448 \begin_inset Newline newline
21449 \end_inset
21450
21451
21452 \begin_inset Note Greyedout
21453 status open
21454
21455 \begin_layout Plain Layout
21456
21457 \series bold
21458 Note: endfloat
21459 \series default
21460  doesn't provide an automatic translation for the text hint, you have to
21461  do this manually, see section
21462 \begin_inset space ~
21463 \end_inset
21464
21465 4 in 
21466 \begin_inset CommandInset citation
21467 LatexCommand cite
21468 key "endfloat"
21469
21470 \end_inset
21471
21472 .
21473 \end_layout
21474
21475 \end_inset
21476
21477
21478 \begin_inset Newline newline
21479 \end_inset
21480
21481
21482 \begin_inset Note Greyedout
21483 status open
21484
21485 \begin_layout Plain Layout
21486
21487 \series bold
21488 Note:
21489 \series default
21490  There is currently a bug in 
21491 \series bold
21492 endfloat
21493 \series default
21494  when the caption contains a German 
21495 \begin_inset Quotes eld
21496 \end_inset
21497
21498 ß
21499 \begin_inset Quotes erd
21500 \end_inset
21501
21502 .
21503  Use in this case the command 
21504 \begin_inset Quotes eld
21505 \end_inset
21506
21507
21508 \series bold
21509
21510 \backslash
21511 ss
21512 \series default
21513
21514 \begin_inset Quotes erd
21515 \end_inset
21516
21517  in TeX-Code instead of 
21518 \begin_inset Quotes eld
21519 \end_inset
21520
21521 ß
21522 \begin_inset Quotes erd
21523 \end_inset
21524
21525 .
21526 \end_layout
21527
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \begin_layout Standard
21534 \begin_inset VSpace bigskip
21535 \end_inset
21536
21537 For more details about float placements, have a look at LaTeX books, 
21538 \begin_inset CommandInset citation
21539 LatexCommand cite
21540 key "latexcompanion,latexguide,latexbook"
21541
21542 \end_inset
21543
21544 .
21545 \end_layout
21546
21547 \begin_layout Section
21548 Rotated Floats
21549 \begin_inset CommandInset label
21550 LatexCommand label
21551 name "sec:Rotated-Floats"
21552
21553 \end_inset
21554
21555
21556 \begin_inset Index
21557 status collapsed
21558
21559 \begin_layout Plain Layout
21560 Floats ! Rotating
21561 \end_layout
21562
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \begin_layout Standard
21569 Especially for wide tables you might have floats rotated.
21570  To rotate a whole float including the caption, right-click on the float-box
21571  and use the option 
21572 \family sans
21573 Rotate
21574 \begin_inset space ~
21575 \end_inset
21576
21577 sideways
21578 \family default
21579 .
21580 \end_layout
21581
21582 \begin_layout Standard
21583 Rotated floats are always placed on its own page (or column, in case you
21584  have a multi-column document).
21585  You can let them span several columns using the float settings option 
21586 \family sans
21587 Span
21588 \begin_inset space ~
21589 \end_inset
21590
21591 columns
21592 \family default
21593 .
21594  Floats are rotated so that you can read them from the outside margin.
21595  To force a certain rotation direction for all pages, you can add either
21596  the option 
21597 \series bold
21598 figuresleft
21599 \series default
21600  or 
21601 \series bold
21602 figuresright
21603 \series default
21604  to the document class options.
21605 \end_layout
21606
21607 \begin_layout Standard
21608 Referencing rotated floats is the same like for normal floats, the caption
21609  format is also the same: Table
21610 \begin_inset space ~
21611 \end_inset
21612
21613
21614 \begin_inset CommandInset ref
21615 LatexCommand ref
21616 reference "tab:Rotated-table"
21617
21618 \end_inset
21619
21620  is an example of a rotated table float.
21621 \end_layout
21622
21623 \begin_layout Standard
21624 \begin_inset Note Greyedout
21625 status open
21626
21627 \begin_layout Plain Layout
21628
21629 \series bold
21630 Note:
21631 \series default
21632  Not all DVI-viewers are able to display rotated floats.
21633 \end_layout
21634
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \begin_layout Standard
21641 \begin_inset Float table
21642 wide false
21643 sideways true
21644 status open
21645
21646 \begin_layout Plain Layout
21647 \begin_inset Caption
21648
21649 \begin_layout Plain Layout
21650 \begin_inset CommandInset label
21651 LatexCommand label
21652 name "tab:Rotated-table"
21653
21654 \end_inset
21655
21656  Rotated table
21657 \end_layout
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \begin_layout Plain Layout
21665 \align center
21666 \begin_inset Tabular
21667 <lyxtabular version="3" rows="1" columns="5">
21668 <features>
21669 <column alignment="center" valignment="top" width="0">
21670 <column alignment="center" valignment="top" width="0">
21671 <column alignment="center" valignment="top" width="0">
21672 <column alignment="center" valignment="top" width="0">
21673 <column alignment="center" valignment="top" width="0">
21674 <row>
21675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 test
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 b
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 c
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 d
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 e
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 </lyxtabular>
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \begin_layout Section
21734 Subfloats
21735 \begin_inset Index
21736 status collapsed
21737
21738 \begin_layout Plain Layout
21739 Floats ! Subfloats
21740 \end_layout
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \begin_layout Standard
21748 Subfloats are for example used when a figure consists of several images.
21749  They are created by inserting a float to an existing float.
21750  The placement of the subfloats can be controlled like for paragraphs as
21751  shown in table
21752 \begin_inset space ~
21753 \end_inset
21754
21755
21756 \begin_inset CommandInset ref
21757 LatexCommand ref
21758 reference "tab:Two-subtables-side"
21759
21760 \end_inset
21761
21762  and 
21763 \begin_inset CommandInset ref
21764 LatexCommand ref
21765 reference "tab:Two-subtables-upon"
21766
21767 \end_inset
21768
21769 .
21770 \end_layout
21771
21772 \begin_layout Standard
21773 Referencing subfloats works as for normal floats: Table
21774 \begin_inset space ~
21775 \end_inset
21776
21777
21778 \begin_inset CommandInset ref
21779 LatexCommand ref
21780 reference "tab:This-is-subtable-a"
21781
21782 \end_inset
21783
21784  and 
21785 \begin_inset CommandInset ref
21786 LatexCommand ref
21787 reference "tab:This-is-subtable-b"
21788
21789 \end_inset
21790
21791  are subtables of table
21792 \begin_inset space ~
21793 \end_inset
21794
21795
21796 \begin_inset CommandInset ref
21797 LatexCommand ref
21798 reference "tab:Two-subtables-side"
21799
21800 \end_inset
21801
21802 .
21803 \end_layout
21804
21805 \begin_layout Standard
21806 \begin_inset Float table
21807 wide false
21808 sideways false
21809 status open
21810
21811 \begin_layout Plain Layout
21812 \begin_inset Caption
21813
21814 \begin_layout Plain Layout
21815 \begin_inset CommandInset label
21816 LatexCommand label
21817 name "tab:Two-subtables-side"
21818
21819 \end_inset
21820
21821 Two subtables placed side by side.
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \begin_layout Plain Layout
21830 \align center
21831 \begin_inset space \hfill{}
21832 \end_inset
21833
21834
21835 \begin_inset Float table
21836 wide false
21837 sideways false
21838 status collapsed
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Caption
21842
21843 \begin_layout Plain Layout
21844 \begin_inset CommandInset label
21845 LatexCommand label
21846 name "tab:This-is-subtable-a"
21847
21848 \end_inset
21849
21850 This is subtable a.
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \begin_layout Plain Layout
21859 \align center
21860 \begin_inset Tabular
21861 <lyxtabular version="3" rows="1" columns="5">
21862 <features>
21863 <column alignment="center" valignment="top" width="0">
21864 <column alignment="center" valignment="top" width="0">
21865 <column alignment="center" valignment="top" width="0">
21866 <column alignment="center" valignment="top" width="0">
21867 <column alignment="center" valignment="top" width="0">
21868 <row>
21869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 test
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 b
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 c
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 d
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 e
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 </lyxtabular>
21916
21917 \end_inset
21918
21919
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \begin_inset space \hfill{}
21926 \end_inset
21927
21928
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 \begin_inset CommandInset label
21939 LatexCommand label
21940 name "tab:This-is-subtable-b"
21941
21942 \end_inset
21943
21944 This is subtable b.
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Plain Layout
21953 \align center
21954 \begin_inset Tabular
21955 <lyxtabular version="3" rows="1" columns="5">
21956 <features>
21957 <column alignment="center" valignment="top" width="0">
21958 <column alignment="center" valignment="top" width="0">
21959 <column alignment="center" valignment="top" width="0">
21960 <column alignment="center" valignment="top" width="0">
21961 <column alignment="center" valignment="top" width="0">
21962 <row>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 e
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 d
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985 c
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 b
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 test
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 </lyxtabular>
22010
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \begin_inset space \hfill{}
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \begin_layout Standard
22031 \begin_inset Float table
22032 wide false
22033 sideways false
22034 status open
22035
22036 \begin_layout Plain Layout
22037 \begin_inset Caption
22038
22039 \begin_layout Plain Layout
22040 \begin_inset CommandInset label
22041 LatexCommand label
22042 name "tab:Two-subtables-upon"
22043
22044 \end_inset
22045
22046 Two subtables placed one upon the other.
22047  (a) table with 4 cells, (b) table with 5 cells.
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \begin_layout Plain Layout
22056 \align center
22057 \begin_inset Float table
22058 wide false
22059 sideways false
22060 status collapsed
22061
22062 \begin_layout Plain Layout
22063 \begin_inset Caption
22064
22065 \begin_layout Plain Layout
22066
22067 \end_layout
22068
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Plain Layout
22075 \align center
22076 \begin_inset Tabular
22077 <lyxtabular version="3" rows="1" columns="4">
22078 <features>
22079 <column alignment="center" valignment="top" width="0">
22080 <column alignment="center" valignment="top" width="0">
22081 <column alignment="center" valignment="top" width="0">
22082 <column alignment="center" valignment="top" width="0">
22083 <row>
22084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088 test
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 test
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 test
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 test
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 </lyxtabular>
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \begin_layout Plain Layout
22134 \align center
22135 \begin_inset Float table
22136 wide false
22137 sideways false
22138 status collapsed
22139
22140 \begin_layout Plain Layout
22141 \begin_inset Caption
22142
22143 \begin_layout Plain Layout
22144
22145 \end_layout
22146
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \begin_layout Plain Layout
22153 \align center
22154 \begin_inset Tabular
22155 <lyxtabular version="3" rows="1" columns="5">
22156 <features>
22157 <column alignment="center" valignment="top" width="0">
22158 <column alignment="center" valignment="top" width="0">
22159 <column alignment="center" valignment="top" width="0">
22160 <column alignment="center" valignment="top" width="0">
22161 <column alignment="center" valignment="top" width="0">
22162 <row>
22163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 a
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 b
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 c
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 d
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 e
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 </row>
22209 </lyxtabular>
22210
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \begin_layout Section
22227 Floats Side by Side
22228 \begin_inset Index
22229 status collapsed
22230
22231 \begin_layout Plain Layout
22232 Floats ! Side by side
22233 \end_layout
22234
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \begin_layout Standard
22241 To place floats side by side, like for Figure
22242 \begin_inset space ~
22243 \end_inset
22244
22245
22246 \begin_inset CommandInset ref
22247 LatexCommand ref
22248 reference "fig:Float-left"
22249
22250 \end_inset
22251
22252  and 
22253 \begin_inset CommandInset ref
22254 LatexCommand ref
22255 reference "fig:Float-right"
22256
22257 \end_inset
22258
22259 , only 
22260 \emph on
22261 one
22262 \emph default
22263  float is used.
22264  In it two minipage boxes are inserted.
22265 \begin_inset Foot
22266 status collapsed
22267
22268 \begin_layout Plain Layout
22269 Minipages are explained in section
22270 \begin_inset space ~
22271 \end_inset
22272
22273
22274 \begin_inset CommandInset ref
22275 LatexCommand ref
22276 reference "sec:Minipages"
22277
22278 \end_inset
22279
22280 .
22281 \end_layout
22282
22283 \end_inset
22284
22285  The width is set to 45
22286 \begin_inset space \thinspace{}
22287 \end_inset
22288
22289 -50
22290 \begin_inset space \thinspace{}
22291 \end_inset
22292
22293 column% and the box alignment to 
22294 \family sans
22295 Bottom
22296 \family default
22297  for each minipage.
22298  The minipage boxes contain the image and the caption in the same way as
22299  they are in a float.
22300  The only difference is that the image unit 
22301 \family sans
22302 Column
22303 \begin_inset space ~
22304 \end_inset
22305
22306 Width
22307 \begin_inset space ~
22308 \end_inset
22309
22310 %
22311 \family default
22312  is now calculated according to the width of the minipage boxes.
22313 \end_layout
22314
22315 \begin_layout Standard
22316 \begin_inset Float figure
22317 wide false
22318 sideways false
22319 status open
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Box Frameless
22323 position "b"
22324 hor_pos "c"
22325 has_inner_box 1
22326 inner_pos "t"
22327 use_parbox 0
22328 width "45col%"
22329 special "none"
22330 height "1in"
22331 height_special "totalheight"
22332 status open
22333
22334 \begin_layout Plain Layout
22335 \align center
22336 \begin_inset Graphics
22337         filename clipart/mobius.eps
22338         lyxscale 50
22339         width 100col%
22340         scaleBeforeRotation
22341
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \begin_layout Plain Layout
22348 \begin_inset Caption
22349
22350 \begin_layout Plain Layout
22351 \begin_inset CommandInset label
22352 LatexCommand label
22353 name "fig:Float-left"
22354
22355 \end_inset
22356
22357 Float on the left side.
22358 \end_layout
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \begin_inset space \hfill{}
22369 \end_inset
22370
22371
22372 \begin_inset Box Frameless
22373 position "b"
22374 hor_pos "c"
22375 has_inner_box 1
22376 inner_pos "t"
22377 use_parbox 0
22378 width "45col%"
22379 special "none"
22380 height "1in"
22381 height_special "totalheight"
22382 status open
22383
22384 \begin_layout Plain Layout
22385 \align center
22386 \begin_inset Graphics
22387         filename clipart/platypus.eps
22388         lyxscale 50
22389         width 100col%
22390         scaleBeforeRotation
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \begin_layout Plain Layout
22398 \begin_inset Caption
22399
22400 \begin_layout Plain Layout
22401 \begin_inset CommandInset label
22402 LatexCommand label
22403 name "fig:Float-right"
22404
22405 \end_inset
22406
22407 Float on the right side.
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \begin_layout Plain Layout
22421
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \begin_layout Section
22430 Caption Formatting
22431 \begin_inset Index
22432 status collapsed
22433
22434 \begin_layout Plain Layout
22435 Caption ! Formatting
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \begin_inset Index
22442 status collapsed
22443
22444 \begin_layout Plain Layout
22445 Floats ! Caption Formatting
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \begin_inset CommandInset label
22452 LatexCommand label
22453 name "sec:Caption-Formatting"
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Standard
22461 The 
22462 \family sans
22463 Caption
22464 \family default
22465  environment is the default paragraph environment for 
22466 \family sans
22467 Floats
22468 \family default
22469 .
22470  On the LyX screen captions appear as label, e.
22471 \begin_inset space \thinspace{}
22472 \end_inset
22473
22474 g.
22475 \begin_inset space \space{}
22476 \end_inset
22477
22478
22479 \begin_inset Quotes eld
22480 \end_inset
22481
22482
22483 \family sans
22484 Figure #:
22485 \family default
22486
22487 \begin_inset Quotes erd
22488 \end_inset
22489
22490  followed by the caption text.
22491  
22492 \begin_inset Quotes eld
22493 \end_inset
22494
22495 #
22496 \begin_inset Quotes erd
22497 \end_inset
22498
22499  is the actual reference number.
22500  By default the label and the number are in the same font as the caption
22501  text and a colon follows the number to divide the label from the text.
22502  This caption format is not suitable for all document formats.
22503  
22504 \end_layout
22505
22506 \begin_layout Standard
22507 To change the default caption format, load the LaTeX-package 
22508 \series bold
22509 caption
22510 \series default
22511
22512 \begin_inset Index
22513 status collapsed
22514
22515 \begin_layout Plain Layout
22516 LaTeX-packages ! caption
22517 \end_layout
22518
22519 \end_inset
22520
22521  in the document preamble with this line:
22522 \end_layout
22523
22524 \begin_layout Standard
22525
22526 \series bold
22527
22528 \backslash
22529 usepackage[format definition]{caption}
22530 \end_layout
22531
22532 \begin_layout Standard
22533 To have for example the label and the number in sans-serif bold font and
22534  the table captions always above the table like in this document, use the
22535  following command:
22536 \end_layout
22537
22538 \begin_layout Standard
22539
22540 \series bold
22541
22542 \backslash
22543 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22544 \end_layout
22545
22546 \begin_layout Standard
22547 You can also define different caption formats for the different float types.
22548  In this case load the 
22549 \series bold
22550 caption
22551 \series default
22552  package without format specific options and define the different formats
22553  with the help of the command
22554 \end_layout
22555
22556 \begin_layout Standard
22557
22558 \series bold
22559
22560 \backslash
22561 captionsetup[float type]{format definition}
22562 \end_layout
22563
22564 \begin_layout Standard
22565 in the document preamble.
22566  For example the caption formats of Figure
22567 \begin_inset space ~
22568 \end_inset
22569
22570
22571 \begin_inset CommandInset ref
22572 LatexCommand ref
22573 reference "fig:This-is-an-fig"
22574
22575 \end_inset
22576
22577  and Table
22578 \begin_inset space ~
22579 \end_inset
22580
22581
22582 \begin_inset CommandInset ref
22583 LatexCommand ref
22584 reference "tab:This-is-an-tab"
22585
22586 \end_inset
22587
22588  can be created using these commands in the document preamble:
22589 \end_layout
22590
22591 \begin_layout Standard
22592
22593 \series bold
22594
22595 \backslash
22596 usepackage[tableposition=top]{caption}
22597 \series default
22598
22599 \begin_inset Newline newline
22600 \end_inset
22601
22602
22603 \series bold
22604
22605 \backslash
22606 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22607 \begin_inset Newline newline
22608 \end_inset
22609
22610
22611 \begin_inset ERT
22612 status collapsed
22613
22614 \begin_layout Plain Layout
22615
22616
22617 \backslash
22618 hphantom{
22619 \backslash
22620
22621 \backslash
22622 captionsetup[figure]
22623 \backslash
22624 {}
22625 \end_layout
22626
22627 \end_inset
22628
22629  labelsep=period}
22630 \begin_inset Newline newline
22631 \end_inset
22632
22633
22634 \backslash
22635 captionsetup[table]{labelfont={bf,sf}}
22636 \end_layout
22637
22638 \begin_layout Standard
22639 \begin_inset Note Greyedout
22640 status open
22641
22642 \begin_layout Plain Layout
22643
22644 \series bold
22645 Note:
22646 \series default
22647  The option 
22648 \series bold
22649 tableposition=top
22650 \series default
22651  has no effect when a 
22652 \series bold
22653 KOMA-Script
22654 \series default
22655
22656 \begin_inset Index
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660 LaTeX-packages ! KOMA-Script
22661 \end_layout
22662
22663 \end_inset
22664
22665  document class is used.
22666  In this case the document class option 
22667 \series bold
22668 tablecaptionabove
22669 \series default
22670  must be used.
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \begin_layout Standard
22679 For more information about the package 
22680 \series bold
22681 caption
22682 \series default
22683  we refer to its documentation 
22684 \begin_inset CommandInset citation
22685 LatexCommand cite
22686 key "caption"
22687
22688 \end_inset
22689
22690 .
22691 \end_layout
22692
22693 \begin_layout Standard
22694 To change the label name from e.
22695 \begin_inset space \thinspace{}
22696 \end_inset
22697
22698 g.
22699 \begin_inset space \space{}
22700 \end_inset
22701
22702
22703 \begin_inset Quotes eld
22704 \end_inset
22705
22706 Figure
22707 \begin_inset Quotes erd
22708 \end_inset
22709
22710  to 
22711 \begin_inset Quotes eld
22712 \end_inset
22713
22714 Image
22715 \begin_inset Quotes erd
22716 \end_inset
22717
22718  use this preamble command:
22719 \end_layout
22720
22721 \begin_layout Standard
22722
22723 \series bold
22724
22725 \backslash
22726 renewcommand{
22727 \backslash
22728 fnum@figure}{Image~
22729 \backslash
22730 thefigure}
22731 \end_layout
22732
22733 \begin_layout Standard
22734 where 
22735 \series bold
22736
22737 \backslash
22738 thefigure
22739 \series default
22740  inserts the figure number and
22741 \series bold
22742  
22743 \begin_inset Quotes eld
22744 \end_inset
22745
22746 ~
22747 \series default
22748
22749 \begin_inset Quotes erd
22750 \end_inset
22751
22752  creates a protected space.
22753 \end_layout
22754
22755 \begin_layout Standard
22756 \begin_inset VSpace bigskip
22757 \end_inset
22758
22759 If you are using a 
22760 \series bold
22761 KOMA-Script
22762 \series default
22763
22764 \begin_inset Index
22765 status collapsed
22766
22767 \begin_layout Plain Layout
22768 LaTeX-packages ! KOMA-Script
22769 \end_layout
22770
22771 \end_inset
22772
22773  document class (
22774 \family sans
22775 article (KOMA-Script)
22776 \family default
22777
22778 \family sans
22779 book (KOMA-Script)
22780 \family default
22781
22782 \family sans
22783 letter (KOMA-Script)
22784 \family default
22785 , or 
22786 \family sans
22787 report (KOMA-Script)
22788 \family default
22789
22790 \begin_inset space \thinspace{}
22791 \end_inset
22792
22793 ), you can alternatively to the 
22794 \series bold
22795 caption
22796 \series default
22797  package use 
22798 \series bold
22799 KOMA-Script
22800 \series default
22801 's built-in command 
22802 \series bold
22803
22804 \backslash
22805 setkomafont
22806 \series default
22807 .
22808  For example, to have the caption label in bold, add this command to your
22809  document preamble:
22810 \end_layout
22811
22812 \begin_layout Standard
22813
22814 \series bold
22815
22816 \backslash
22817 setkomafont{captionlabel}{
22818 \backslash
22819 bfseries}
22820 \end_layout
22821
22822 \begin_layout Standard
22823 For more information about 
22824 \series bold
22825
22826 \backslash
22827 setkomafont
22828 \series default
22829  we refer to the 
22830 \series bold
22831 KOMA-Script
22832 \series default
22833  documentation 
22834 \begin_inset CommandInset citation
22835 LatexCommand cite
22836 key "KOMA-Script"
22837
22838 \end_inset
22839
22840 .
22841 \end_layout
22842
22843 \begin_layout Standard
22844 \begin_inset ERT
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848
22849
22850 \backslash
22851 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22852 }
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \begin_inset Note Note
22859 status open
22860
22861 \begin_layout Plain Layout
22862 The caption format is changed only for this example.
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \begin_layout Standard
22871 \begin_inset Float figure
22872 placement !p
22873 wide false
22874 sideways false
22875 status open
22876
22877 \begin_layout Plain Layout
22878 \align center
22879 \begin_inset Graphics
22880         filename clipart/mobius.eps
22881         lyxscale 50
22882         scale 50
22883         scaleBeforeRotation
22884
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \begin_layout Plain Layout
22891 \begin_inset Caption
22892
22893 \begin_layout Plain Layout
22894 \begin_inset CommandInset label
22895 LatexCommand label
22896 name "fig:This-is-an-fig"
22897
22898 \end_inset
22899
22900 This is an example figure caption that is longer than one line to show the
22901  different caption format.
22902  Here a self-defined caption format is used.
22903 \end_layout
22904
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \begin_layout Standard
22916 \begin_inset ERT
22917 status collapsed
22918
22919 \begin_layout Plain Layout
22920
22921
22922 \backslash
22923 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22924 on}
22925 \end_layout
22926
22927 \end_inset
22928
22929
22930 \end_layout
22931
22932 \begin_layout Standard
22933 \begin_inset Float table
22934 placement !p
22935 wide false
22936 sideways false
22937 status open
22938
22939 \begin_layout Plain Layout
22940 \begin_inset Caption
22941
22942 \begin_layout Plain Layout
22943 \begin_inset CommandInset label
22944 LatexCommand label
22945 name "tab:This-is-an-tab"
22946
22947 \end_inset
22948
22949 This is an example table caption that is longer than one line to show the
22950  different caption format.
22951  Here the standard caption format for tables in this document is used.
22952 \end_layout
22953
22954 \end_inset
22955
22956
22957 \end_layout
22958
22959 \begin_layout Plain Layout
22960 \align center
22961 \begin_inset Tabular
22962 <lyxtabular version="3" rows="1" columns="5">
22963 <features>
22964 <column alignment="center" valignment="top" width="0">
22965 <column alignment="center" valignment="top" width="0">
22966 <column alignment="center" valignment="top" width="0">
22967 <column alignment="center" valignment="top" width="0">
22968 <column alignment="center" valignment="top" width="0">
22969 <row>
22970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974 a
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 b
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 c
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001 d
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 e
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 </lyxtabular>
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \begin_layout Section
23029 Caption Placement
23030 \begin_inset Index
23031 status collapsed
23032
23033 \begin_layout Plain Layout
23034 Caption ! Placement
23035 \end_layout
23036
23037 \end_inset
23038
23039
23040 \begin_inset Index
23041 status collapsed
23042
23043 \begin_layout Plain Layout
23044 Floats ! Caption Placement
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \begin_inset CommandInset label
23051 LatexCommand label
23052 name "sec:Caption-Placement"
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Standard
23060 The common caption placement rule is:
23061 \end_layout
23062
23063 \begin_layout Description
23064 Figure: Caption is set below the figure
23065 \end_layout
23066
23067 \begin_layout Description
23068 Table: Caption is set above the table
23069 \end_layout
23070
23071 \begin_layout Standard
23072 Having the caption above the table is unfortunately not supported in LaTeX's
23073  standard classes.
23074  That means if you are using the document classes 
23075 \family sans
23076 article
23077 \family default
23078
23079 \family sans
23080 book
23081 \family default
23082
23083 \family sans
23084 letter
23085 \family default
23086 , or 
23087 \family sans
23088 report
23089 \family default
23090  there will be no space between the caption and the table.
23091  To insert the needed space, add the following option to the load command
23092  of the LaTeX-package 
23093 \series bold
23094 caption
23095 \series default
23096  in your document preamble
23097 \begin_inset Foot
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101 See section
23102 \begin_inset space ~
23103 \end_inset
23104
23105
23106 \begin_inset CommandInset ref
23107 LatexCommand ref
23108 reference "sec:Caption-Formatting"
23109
23110 \end_inset
23111
23112  for more information of the package 
23113 \series bold
23114 caption
23115 \series default
23116 .
23117 \end_layout
23118
23119 \end_inset
23120
23121 :
23122 \end_layout
23123
23124 \begin_layout Standard
23125
23126 \series bold
23127 tableposition=top
23128 \end_layout
23129
23130 \begin_layout Standard
23131 If you are using a 
23132 \series bold
23133 KOMA-Script
23134 \series default
23135
23136 \begin_inset Index
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140 LaTeX-packages ! KOMA-Script
23141 \end_layout
23142
23143 \end_inset
23144
23145  document class (
23146 \family sans
23147 article (KOMA-Script)
23148 \family default
23149
23150 \family sans
23151 book (KOMA-Script)
23152 \family default
23153
23154 \family sans
23155 letter (KOMA-Script)
23156 \family default
23157 , or 
23158 \family sans
23159 report (KOMA-Script)
23160 \family default
23161
23162 \begin_inset space \thinspace{}
23163 \end_inset
23164
23165 ), you can alternatively to the 
23166 \series bold
23167 caption
23168 \series default
23169  package set the document class option 
23170 \series bold
23171 tablecaptionabove
23172 \series default
23173 .
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset VSpace bigskip
23178 \end_inset
23179
23180 It is also possible to set the caption beside a figure or table.
23181  To get this the LaTeX-package 
23182 \series bold
23183 sidecap
23184 \series default
23185
23186 \begin_inset Index
23187 status collapsed
23188
23189 \begin_layout Plain Layout
23190 LaTeX-packages ! sidecap
23191 \end_layout
23192
23193 \end_inset
23194
23195  has to be loaded in the document preamble with the line
23196 \end_layout
23197
23198 \begin_layout Standard
23199
23200 \series bold
23201
23202 \backslash
23203 usepackage[option]{sidecap}
23204 \end_layout
23205
23206 \begin_layout Standard
23207 If you set no option, the caption is placed on the side of the outer page
23208  margin – to the right on odd pages, to the left on even pages.
23209  You can change the placement to inner margin with the option 
23210 \series bold
23211 innercaption
23212 \series default
23213 .
23214  To force the placement always to the right or left, use the option 
23215 \series bold
23216 rightcaption
23217 \series default
23218  or 
23219 \series bold
23220 leftcaption
23221 \series default
23222 , respectively.
23223 \end_layout
23224
23225 \begin_layout Standard
23226 \begin_inset ERT
23227 status collapsed
23228
23229 \begin_layout Plain Layout
23230
23231
23232 \backslash
23233 ifsidecap
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \begin_inset Note Note
23240 status open
23241
23242 \begin_layout Plain Layout
23243 The following section will only be displayed when the LaTeX-package 
23244 \series bold
23245 sidecap
23246 \series default
23247  is installed.
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \begin_layout Standard
23256 To place in LyX the caption of a float on the side, it is necessary to add
23257  these commands to the document preamble:
23258 \end_layout
23259
23260 \begin_layout Standard
23261
23262 \lyxline
23263
23264 \end_layout
23265
23266 \begin_layout Standard
23267
23268 \series bold
23269
23270 \backslash
23271 newcommand{
23272 \backslash
23273 TabBesBeg}{%
23274 \begin_inset Newline newline
23275 \end_inset
23276
23277
23278 \begin_inset ERT
23279 status collapsed
23280
23281 \begin_layout Plain Layout
23282
23283
23284 \backslash
23285 hphantom{ }
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \backslash
23292 let
23293 \backslash
23294 MyTable
23295 \backslash
23296 table
23297 \begin_inset Newline newline
23298 \end_inset
23299
23300
23301 \begin_inset ERT
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305
23306
23307 \backslash
23308 hphantom{ }
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \backslash
23315 let
23316 \backslash
23317 MyEndtable
23318 \backslash
23319 endtable
23320 \begin_inset Newline newline
23321 \end_inset
23322
23323
23324 \begin_inset ERT
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328
23329
23330 \backslash
23331 hphantom{ }
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \backslash
23338 renewenvironment{table}{
23339 \backslash
23340 begin{SCtable}}{
23341 \backslash
23342 end{SCtable}}}
23343 \end_layout
23344
23345 \begin_layout Standard
23346
23347 \series bold
23348
23349 \backslash
23350 newcommand{
23351 \backslash
23352 TabBesEnd}{%
23353 \begin_inset Newline newline
23354 \end_inset
23355
23356
23357 \begin_inset ERT
23358 status collapsed
23359
23360 \begin_layout Plain Layout
23361
23362
23363 \backslash
23364 hphantom{ }
23365 \end_layout
23366
23367 \end_inset
23368
23369
23370 \backslash
23371 let
23372 \backslash
23373 table
23374 \backslash
23375 MyTable
23376 \begin_inset Newline newline
23377 \end_inset
23378
23379
23380 \begin_inset ERT
23381 status collapsed
23382
23383 \begin_layout Plain Layout
23384
23385
23386 \backslash
23387 hphantom{ }
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \backslash
23394 let
23395 \backslash
23396 endtable
23397 \backslash
23398 MyEndtable
23399 \end_layout
23400
23401 \begin_layout Standard
23402
23403 \series bold
23404
23405 \backslash
23406 newcommand{
23407 \backslash
23408 FigBesBeg}{%
23409 \begin_inset Newline newline
23410 \end_inset
23411
23412
23413 \begin_inset ERT
23414 status collapsed
23415
23416 \begin_layout Plain Layout
23417
23418
23419 \backslash
23420 hphantom{ }
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \backslash
23427 let
23428 \backslash
23429 MyFigure
23430 \backslash
23431 figure
23432 \begin_inset Newline newline
23433 \end_inset
23434
23435
23436 \begin_inset ERT
23437 status collapsed
23438
23439 \begin_layout Plain Layout
23440
23441
23442 \backslash
23443 hphantom{ }
23444 \end_layout
23445
23446 \end_inset
23447
23448
23449 \backslash
23450 let
23451 \backslash
23452 MyEndfigure
23453 \backslash
23454 endfigure
23455 \begin_inset Newline newline
23456 \end_inset
23457
23458
23459 \begin_inset ERT
23460 status collapsed
23461
23462 \begin_layout Plain Layout
23463
23464
23465 \backslash
23466 hphantom{ }
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \backslash
23473 renewenvironment{figure}{
23474 \backslash
23475 begin{SCfigure}}{
23476 \backslash
23477 end{SCfigure}}}
23478 \end_layout
23479
23480 \begin_layout Standard
23481
23482 \series bold
23483
23484 \backslash
23485 newcommand{
23486 \backslash
23487 FigBesEnd}{%
23488 \begin_inset Newline newline
23489 \end_inset
23490
23491
23492 \begin_inset ERT
23493 status collapsed
23494
23495 \begin_layout Plain Layout
23496
23497
23498 \backslash
23499 hphantom{ }
23500 \end_layout
23501
23502 \end_inset
23503
23504
23505 \backslash
23506 let
23507 \backslash
23508 figure
23509 \backslash
23510 MyFigure
23511 \begin_inset Newline newline
23512 \end_inset
23513
23514
23515 \begin_inset ERT
23516 status collapsed
23517
23518 \begin_layout Plain Layout
23519
23520
23521 \backslash
23522 hphantom{ }
23523 \end_layout
23524
23525 \end_inset
23526
23527
23528 \backslash
23529 let
23530 \backslash
23531 endfigure
23532 \backslash
23533 MyEndfigure}
23534 \end_layout
23535
23536 \begin_layout Standard
23537
23538 \lyxline
23539
23540 \end_layout
23541
23542 \begin_layout Standard
23543 The commands allow you to redefine the floats so that the caption is set
23544  on the side.
23545  For figure floats use the command
23546 \end_layout
23547
23548 \begin_layout Standard
23549
23550 \series bold
23551
23552 \backslash
23553 FigBesBeg
23554 \end_layout
23555
23556 \begin_layout Standard
23557 in TeX-Code before the float.
23558  Behind the float insert the command
23559 \end_layout
23560
23561 \begin_layout Standard
23562
23563 \series bold
23564
23565 \backslash
23566 FigBesEnd
23567 \end_layout
23568
23569 \begin_layout Standard
23570 in TeX-Code to get back to the original float definition.
23571 \end_layout
23572
23573 \begin_layout Standard
23574 For table floats use the corresponding commands
23575 \end_layout
23576
23577 \begin_layout Standard
23578
23579 \series bold
23580
23581 \backslash
23582 TabBesBeg
23583 \series default
23584  and 
23585 \series bold
23586
23587 \backslash
23588 TabBesEnd
23589 \end_layout
23590
23591 \begin_layout Standard
23592 Figure
23593 \begin_inset space ~
23594 \end_inset
23595
23596
23597 \begin_inset CommandInset ref
23598 LatexCommand ref
23599 reference "fig:cap-beside-fig"
23600
23601 \end_inset
23602
23603  and Table
23604 \begin_inset space ~
23605 \end_inset
23606
23607
23608 \begin_inset CommandInset ref
23609 LatexCommand ref
23610 reference "tab:cap-beside-tab"
23611
23612 \end_inset
23613
23614  are examples where the caption is set beside.
23615 \end_layout
23616
23617 \begin_layout Standard
23618 You can see in the examples that the caption text appears at the top of
23619  the floats for table floats and at the bottom for figure floats.
23620  To change this, you can use the command
23621 \end_layout
23622
23623 \begin_layout Standard
23624
23625 \series bold
23626
23627 \backslash
23628 sidecaptionvpos{float type}{placement}
23629 \end_layout
23630
23631 \begin_layout Standard
23632 in the document preamble or in TeX-Code before the float.
23633  The float type is either 
23634 \family sans
23635 figure
23636 \family default
23637  or 
23638 \family sans
23639 table
23640 \family default
23641 , the placement can be 
23642 \begin_inset Quotes eld
23643 \end_inset
23644
23645
23646 \family sans
23647 t
23648 \family default
23649
23650 \begin_inset Quotes erd
23651 \end_inset
23652
23653  for top, 
23654 \begin_inset Quotes eld
23655 \end_inset
23656
23657
23658 \family sans
23659 c
23660 \family default
23661
23662 \begin_inset Quotes erd
23663 \end_inset
23664
23665  for center, or 
23666 \begin_inset Quotes eld
23667 \end_inset
23668
23669
23670 \family sans
23671 b
23672 \family default
23673
23674 \begin_inset Quotes erd
23675 \end_inset
23676
23677  for bottom.
23678  To have for example the caption of figure floats vertically centered, use
23679  the command
23680 \end_layout
23681
23682 \begin_layout Standard
23683
23684 \series bold
23685
23686 \backslash
23687 sidecaptionvpos{figure}{c}
23688 \end_layout
23689
23690 \begin_layout Standard
23691 This was used for Figure
23692 \begin_inset space ~
23693 \end_inset
23694
23695
23696 \begin_inset CommandInset ref
23697 LatexCommand ref
23698 reference "fig:cap-beside-fig-2"
23699
23700 \end_inset
23701
23702 .
23703 \end_layout
23704
23705 \begin_layout Standard
23706 \begin_inset VSpace medskip
23707 \end_inset
23708
23709 For more information about the package 
23710 \series bold
23711 sidecap
23712 \series default
23713  we refer to its documentation 
23714 \begin_inset CommandInset citation
23715 LatexCommand cite
23716 key "sidecap"
23717
23718 \end_inset
23719
23720 .
23721 \end_layout
23722
23723 \begin_layout Standard
23724 \begin_inset Note Greyedout
23725 status open
23726
23727 \begin_layout Plain Layout
23728
23729 \series bold
23730 Note:
23731 \series default
23732  The LaTeX-package 
23733 \series bold
23734 hypcap
23735 \series default
23736
23737 \begin_inset Index
23738 status collapsed
23739
23740 \begin_layout Plain Layout
23741 LaTeX-packages ! hypcap
23742 \end_layout
23743
23744 \end_inset
23745
23746 , described in section
23747 \begin_inset space ~
23748 \end_inset
23749
23750
23751 \begin_inset CommandInset ref
23752 LatexCommand ref
23753 reference "sub:Reference-Position"
23754
23755 \end_inset
23756
23757 , has no effect on floats with the caption set beside.
23758 \end_layout
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset ERT
23767 status collapsed
23768
23769 \begin_layout Plain Layout
23770
23771
23772 \backslash
23773 FigBesBeg 
23774 \end_layout
23775
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \begin_layout Standard
23782 \begin_inset Float figure
23783 wide false
23784 sideways false
23785 status open
23786
23787 \begin_layout Plain Layout
23788 \begin_inset Graphics
23789         filename clipart/escher-lsd.eps
23790         scale 75
23791         scaleBeforeRotation
23792
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Caption
23800
23801 \begin_layout Plain Layout
23802 \begin_inset CommandInset label
23803 LatexCommand label
23804 name "fig:cap-beside-fig"
23805
23806 \end_inset
23807
23808 This is a caption beside a figure.
23809 \end_layout
23810
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Standard
23822 \begin_inset ERT
23823 status collapsed
23824
23825 \begin_layout Plain Layout
23826
23827
23828 \backslash
23829 TabBesBeg 
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \begin_layout Standard
23838 \begin_inset Float table
23839 wide false
23840 sideways false
23841 status open
23842
23843 \begin_layout Plain Layout
23844 \begin_inset Caption
23845
23846 \begin_layout Plain Layout
23847 \begin_inset CommandInset label
23848 LatexCommand label
23849 name "tab:cap-beside-tab"
23850
23851 \end_inset
23852
23853 This is a caption beside a table.
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \begin_layout Plain Layout
23862 \begin_inset Tabular
23863 <lyxtabular version="3" rows="4" columns="5">
23864 <features>
23865 <column alignment="center" valignment="top" width="0">
23866 <column alignment="center" valignment="top" width="0">
23867 <column alignment="center" valignment="top" width="0">
23868 <column alignment="center" valignment="top" width="0">
23869 <column alignment="center" valignment="top" width="0">
23870 <row>
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 a
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893 b
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 c
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 <row>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 d
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 e
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 f
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987 g
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 h
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 <row>
24012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 i
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043 j
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 </row>
24058 </lyxtabular>
24059
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066
24067
24068 \end_layout
24069
24070 \begin_layout Standard
24071 \begin_inset ERT
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075
24076
24077 \backslash
24078 TabBesEnd
24079 \end_layout
24080
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \begin_layout Standard
24087 \begin_inset ERT
24088 status collapsed
24089
24090 \begin_layout Plain Layout
24091
24092
24093 \backslash
24094 sidecaptionvpos{figure}{c}
24095 \end_layout
24096
24097 \end_inset
24098
24099
24100 \begin_inset Float figure
24101 wide false
24102 sideways false
24103 status open
24104
24105 \begin_layout Plain Layout
24106 \begin_inset Graphics
24107         filename clipart/escher-lsd.eps
24108         scale 75
24109         scaleBeforeRotation
24110
24111 \end_inset
24112
24113
24114 \end_layout
24115
24116 \begin_layout Plain Layout
24117 \begin_inset Caption
24118
24119 \begin_layout Plain Layout
24120 \begin_inset CommandInset label
24121 LatexCommand label
24122 name "fig:cap-beside-fig-2"
24123
24124 \end_inset
24125
24126 This is a vertically centered caption beside a figure.
24127 \end_layout
24128
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Standard
24140 \begin_inset ERT
24141 status collapsed
24142
24143 \begin_layout Plain Layout
24144
24145
24146 \backslash
24147 FigBesEnd
24148 \end_layout
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Standard
24156 \begin_inset ERT
24157 status collapsed
24158
24159 \begin_layout Plain Layout
24160
24161
24162 \backslash
24163 else
24164 \end_layout
24165
24166 \end_inset
24167
24168
24169 \begin_inset Note Note
24170 status open
24171
24172 \begin_layout Plain Layout
24173 The following will be displayed when the LaTeX-package 
24174 \series bold
24175 sidecap
24176 \series default
24177  is not installed:
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \begin_layout Standard
24186 You need to install the LaTeX-package 
24187 \series bold
24188 sidecap
24189 \series default
24190  to see the following part of this section in the output.
24191 \end_layout
24192
24193 \begin_layout Standard
24194 \begin_inset ERT
24195 status collapsed
24196
24197 \begin_layout Plain Layout
24198
24199
24200 \backslash
24201 fi
24202 \end_layout
24203
24204 \end_inset
24205
24206
24207 \end_layout
24208
24209 \begin_layout Section
24210 Listings of Floats
24211 \begin_inset Index
24212 status collapsed
24213
24214 \begin_layout Plain Layout
24215 Floats ! Float Lists
24216 \end_layout
24217
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \begin_layout Standard
24224 Similar to the the table of contents where the sections of the document
24225  are listed, there are listings for all float types, like the figures of
24226  the documents.
24227  You can insert them via the 
24228 \family sans
24229 Insert\SpecialChar \menuseparator
24230 List
24231 \begin_inset space ~
24232 \end_inset
24233
24234 /
24235 \begin_inset space ~
24236 \end_inset
24237
24238 TOC
24239 \family default
24240  sub menus.
24241 \end_layout
24242
24243 \begin_layout Standard
24244 The list entries are the float captions or its short title, the float number,
24245  and the page number where they appear in the document.
24246 \end_layout
24247
24248 \begin_layout Standard
24249 You can find the list of figures and tables at the end of this document.
24250 \end_layout
24251
24252 \begin_layout Chapter
24253 Notes
24254 \end_layout
24255
24256 \begin_layout Section
24257 LyX Notes
24258 \begin_inset Index
24259 status collapsed
24260
24261 \begin_layout Plain Layout
24262 Notes ! LyX Notes
24263 \end_layout
24264
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \begin_layout Standard
24271 Notes are inserted with the toolbar button 
24272 \begin_inset Graphics
24273         filename ../images/note-insert.png
24274         scale 85
24275         scaleBeforeRotation
24276
24277 \end_inset
24278
24279  or the menu 
24280 \family sans
24281 Insert\SpecialChar \menuseparator
24282 Note
24283 \family default
24284 .
24285  There are three types of notes:
24286 \end_layout
24287
24288 \begin_layout Description
24289 LyX
24290 \begin_inset space ~
24291 \end_inset
24292
24293 Note This note type is for internal notes that won't appear in the output.
24294  Its note-box looks like this:
24295 \begin_inset Newline newline
24296 \end_inset
24297
24298
24299 \begin_inset Newline newline
24300 \end_inset
24301
24302
24303 \begin_inset Graphics
24304         filename clipart/LyXNoteImageQt4.png
24305         display false
24306         scale 85
24307         scaleBeforeRotation
24308
24309 \end_inset
24310
24311  
24312 \begin_inset Note Note
24313 status open
24314
24315 \begin_layout Plain Layout
24316 This is text in a note box that doesn't appear in the output.
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Description
24325 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24326 ent, when you export the document to LaTeX via the menu 
24327 \family sans
24328 File\SpecialChar \menuseparator
24329 Export\SpecialChar \menuseparator
24330 LaTeX (pdflatex) / (plain)
24331 \family default
24332 .
24333  Its note-box looks like this:
24334 \begin_inset Newline newline
24335 \end_inset
24336
24337
24338 \begin_inset Newline newline
24339 \end_inset
24340
24341
24342 \begin_inset Graphics
24343         filename clipart/CommentNoteImageQt4.png
24344         display false
24345         scale 85
24346         scaleBeforeRotation
24347
24348 \end_inset
24349
24350  
24351 \begin_inset Note Comment
24352 status open
24353
24354 \begin_layout Plain Layout
24355 This is text in a note box that only appears as comment in LaTeX-files.
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \begin_layout Description
24364 Greyed
24365 \begin_inset space ~
24366 \end_inset
24367
24368 Out This note will appear in the output as grey text.
24369  Its note-box looks like this:
24370 \begin_inset Newline newline
24371 \end_inset
24372
24373
24374 \begin_inset Newline newline
24375 \end_inset
24376
24377
24378 \begin_inset Graphics
24379         filename clipart/GreyedOutNoteImageQt4.png
24380         display false
24381         scale 85
24382         scaleBeforeRotation
24383
24384 \end_inset
24385
24386
24387 \begin_inset Newline newline
24388 \end_inset
24389
24390
24391 \begin_inset ERT
24392 status collapsed
24393
24394 \begin_layout Plain Layout
24395
24396
24397 \backslash
24398 renewenvironment{lyxgreyedout}
24399 \end_layout
24400
24401 \begin_layout Plain Layout
24402
24403 {
24404 \backslash
24405 textcolor[gray]{0.8}
24406 \backslash
24407 bgroup}{
24408 \backslash
24409 egroup}
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \begin_inset Note Greyedout
24416 status open
24417
24418 \begin_layout Plain Layout
24419 This is text
24420 \begin_inset Foot
24421 status open
24422
24423 \begin_layout Plain Layout
24424 This is an example footnote within a greyed out note.
24425 \end_layout
24426
24427 \end_inset
24428
24429  of a comment that appears in the output as grey text.
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \begin_inset ERT
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439
24440
24441 \backslash
24442 renewenvironment{lyxgreyedout}
24443 \end_layout
24444
24445 \begin_layout Plain Layout
24446
24447 {
24448 \backslash
24449 textcolor{blue}
24450 \backslash
24451 bgroup}{
24452 \backslash
24453 egroup}
24454 \end_layout
24455
24456 \end_inset
24457
24458
24459 \begin_inset Note Note
24460 status collapsed
24461
24462 \begin_layout Plain Layout
24463 The greyed out note is here redefined to show it with the original LyX definitio
24464 n because greyed out notes are redefined in the preamble of this document,
24465  as described below, to have blue text.
24466 \end_layout
24467
24468 \end_inset
24469
24470
24471 \begin_inset Newline newline
24472 \end_inset
24473
24474
24475 \begin_inset Newline newline
24476 \end_inset
24477
24478 As you can see in the example, the first line of greyed out notes is a bit
24479  indented and greyed out notes can have footnotes.
24480 \end_layout
24481
24482 \begin_layout Standard
24483 \begin_inset VSpace bigskip
24484 \end_inset
24485
24486 When you use the toolbar button 
24487 \begin_inset Graphics
24488         filename ../images/note-insert.png
24489         scale 85
24490         scaleBeforeRotation
24491
24492 \end_inset
24493
24494  to insert notes, a 
24495 \family sans
24496 LyX
24497 \begin_inset space ~
24498 \end_inset
24499
24500 Note
24501 \family default
24502  is inserted.
24503  You can switch between the five note types by right-clicking on the note-box.
24504  
24505 \family roman
24506 \series medium
24507 \bar no
24508 If you want to turn existing text into a note, mark it and click on the
24509  note
24510 \family default
24511 \series default
24512 \bar default
24513  toolbar 
24514 \family roman
24515 \series medium
24516 \bar no
24517 button
24518 \family default
24519 \series default
24520 \bar default
24521 .
24522  To change a note to text, press the backspace key when the cursor is in
24523  the first position of a note, or press the delete key when the cursor is
24524  in the very last position of the note, respectively.
24525 \end_layout
24526
24527 \begin_layout Standard
24528 \begin_inset VSpace bigskip
24529 \end_inset
24530
24531 You can change the text color of the greyed out notes in the preamble with
24532  the following command:
24533 \end_layout
24534
24535 \begin_layout Standard
24536
24537 \series bold
24538
24539 \backslash
24540 renewenvironment{lyxgreyedout}
24541 \begin_inset Newline newline
24542 \end_inset
24543
24544
24545 \begin_inset ERT
24546 status collapsed
24547
24548 \begin_layout Plain Layout
24549
24550
24551 \backslash
24552 hphantom{ }
24553 \end_layout
24554
24555 \end_inset
24556
24557 {
24558 \backslash
24559 textcolor{color}
24560 \backslash
24561 bgroup}{
24562 \backslash
24563 egroup}
24564 \end_layout
24565
24566 \begin_layout Standard
24567 The available colors and the method to define own colors is explained in
24568  section
24569 \begin_inset space ~
24570 \end_inset
24571
24572
24573 \begin_inset CommandInset ref
24574 LatexCommand ref
24575 reference "sec:Colored-Tables"
24576
24577 \end_inset
24578
24579 .
24580 \end_layout
24581
24582 \begin_layout Standard
24583 Notes that appear in blue in this document are set using greyed out notes
24584  with blue text.
24585 \end_layout
24586
24587 \begin_layout Section
24588 Footnotes
24589 \begin_inset CommandInset label
24590 LatexCommand label
24591 name "sec:Footnotes"
24592
24593 \end_inset
24594
24595
24596 \begin_inset Index
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600 Notes ! Footnotes
24601 \end_layout
24602
24603 \end_inset
24604
24605
24606 \begin_inset Index
24607 status collapsed
24608
24609 \begin_layout Plain Layout
24610 Footnotes
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Standard
24619 Footnotes can be inserted using the toolbar button 
24620 \begin_inset Graphics
24621         filename ../images/footnote-insert.png
24622         scale 85
24623         scaleBeforeRotation
24624
24625 \end_inset
24626
24627  or the menu 
24628 \family sans
24629 Insert\SpecialChar \menuseparator
24630 Footnote
24631 \family default
24632 .
24633  
24634 \family roman
24635 \series medium
24636 \bar no
24637 You'll see
24638 \family default
24639 \series default
24640 \bar default
24641  then the following footnote-box: 
24642 \begin_inset Graphics
24643         filename clipart/footnoteQt4.png
24644         scale 80
24645         scaleBeforeRotation
24646
24647 \end_inset
24648
24649  
24650 \family roman
24651 \series medium
24652 \bar no
24653 where you can enter the footnote text.
24654  If you want to turn existing text into a footnote, mark it and click on
24655  the footnote
24656 \family default
24657 \series default
24658 \bar default
24659  toolbar 
24660 \family roman
24661 \series medium
24662 \bar no
24663 button
24664 \family default
24665 \series default
24666 \bar default
24667 .
24668  To change a 
24669 \family roman
24670 \series medium
24671 \bar no
24672 footnote
24673 \family default
24674 \series default
24675 \bar default
24676  to text, press the Backspace key when the cursor is in the first position
24677  of a 
24678 \family roman
24679 \series medium
24680 \bar no
24681 footnote
24682 \family default
24683 \series default
24684 \bar default
24685 , or press the Delete key when the cursor is in the very last position of
24686  the 
24687 \family roman
24688 \series medium
24689 \bar no
24690 footnote
24691 \family default
24692 \series default
24693 \bar default
24694 , respectively.
24695 \end_layout
24696
24697 \begin_layout Standard
24698 Here is an example footnote:
24699 \family roman
24700 \series medium
24701 \bar no
24702
24703 \begin_inset Foot
24704 status open
24705
24706 \begin_layout Plain Layout
24707 \begin_inset CommandInset label
24708 LatexCommand label
24709 name "foot:This-is-an"
24710
24711 \end_inset
24712
24713 This is an example footnote.
24714 \end_layout
24715
24716 \end_inset
24717
24718
24719 \family default
24720 \series default
24721 \bar default
24722
24723 \begin_inset ERT
24724 status collapsed
24725
24726 \begin_layout Plain Layout
24727
24728
24729 \backslash
24730 newcounter{MyRepeatFoot}
24731 \end_layout
24732
24733 \begin_layout Plain Layout
24734
24735
24736 \backslash
24737 setcounter{MyRepeatFoot}{
24738 \backslash
24739 thefootnote}
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \begin_layout Standard
24748 The footnote will appear in the output as a superscript number at the text
24749  position where the footnote box is placed.
24750  The footnote text is placed at the bottom of the current page.
24751  The footnote number is calculated by LaTeX, the numbers are consecutive.
24752  It depends on your document-class, if the footnote number is reset for
24753  every chapter.
24754 \end_layout
24755
24756 \begin_layout Standard
24757 Footnotes can be referenced like floats: Insert a label into the footnote
24758  and cross-reference this label in the text as described in section
24759 \begin_inset space ~
24760 \end_inset
24761
24762
24763 \begin_inset CommandInset ref
24764 LatexCommand ref
24765 reference "sec:Referencing-Floats"
24766
24767 \end_inset
24768
24769 .
24770 \begin_inset Newline newline
24771 \end_inset
24772
24773 This is a cross-reference of Footnote
24774 \begin_inset space ~
24775 \end_inset
24776
24777
24778 \begin_inset CommandInset ref
24779 LatexCommand ref
24780 reference "foot:This-is-an"
24781
24782 \end_inset
24783
24784 .
24785 \end_layout
24786
24787 \begin_layout Standard
24788 \begin_inset VSpace defskip
24789 \end_inset
24790
24791 To use footnotes within tables, you have to use minipages, see section
24792 \begin_inset space ~
24793 \end_inset
24794
24795
24796 \begin_inset CommandInset ref
24797 LatexCommand ref
24798 reference "sec:Minipages"
24799
24800 \end_inset
24801
24802 .
24803  Footnotes within longtables are described in section
24804 \begin_inset space ~
24805 \end_inset
24806
24807
24808 \begin_inset CommandInset ref
24809 LatexCommand ref
24810 reference "sub:Footnotes-in-Longtables"
24811
24812 \end_inset
24813
24814 .
24815 \end_layout
24816
24817 \begin_layout Standard
24818 \begin_inset VSpace defskip
24819 \end_inset
24820
24821 To create only a mark for a footnote, use the command 
24822 \series bold
24823
24824 \backslash
24825 footnotemark[number]
24826 \series default
24827  in TeX-Code.
24828  This is used when you have the same annotation several times in a text
24829  but doesn't want to print the footnote text every time.
24830 \begin_inset Newline newline
24831 \end_inset
24832
24833 As you don't know the number of the repeating footnote while you are writing
24834  the text, you have to store its number.
24835  For the following footnote mark example, these commands were inserted in
24836  TeX-Code behind Footnote
24837 \begin_inset space ~
24838 \end_inset
24839
24840
24841 \begin_inset CommandInset ref
24842 LatexCommand ref
24843 reference "foot:This-is-an"
24844
24845 \end_inset
24846
24847  to store the footnote number:
24848 \end_layout
24849
24850 \begin_layout Standard
24851
24852 \series bold
24853
24854 \backslash
24855 newcounter{MyRepeatFoot}
24856 \begin_inset Newline newline
24857 \end_inset
24858
24859
24860 \backslash
24861 setcounter{MyRepeatFoot}{
24862 \backslash
24863 thefootnote}
24864 \end_layout
24865
24866 \begin_layout Standard
24867 The footnote mark was then created with this command:
24868 \end_layout
24869
24870 \begin_layout Standard
24871
24872 \series bold
24873
24874 \backslash
24875 footnotemark[
24876 \backslash
24877 theMyRepeatFoot]
24878 \end_layout
24879
24880 \begin_layout Standard
24881 Here is an example footnote mark:
24882 \family roman
24883 \series medium
24884 \bar no
24885
24886 \begin_inset ERT
24887 status collapsed
24888
24889 \begin_layout Plain Layout
24890
24891
24892 \backslash
24893 footnotemark[
24894 \backslash
24895 theMyRepeatFoot]
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Subsection
24904 Footnote Numbering
24905 \begin_inset CommandInset label
24906 LatexCommand label
24907 name "sub:Footnote-Numbering"
24908
24909 \end_inset
24910
24911
24912 \begin_inset Index
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 Footnotes ! Numbering
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 To reset the footnote number back to 1 after each section
24926 \family roman
24927 , add this command to your document preamble:
24928 \end_layout
24929
24930 \begin_layout Standard
24931
24932 \series bold
24933
24934 \backslash
24935 @addtoreset{footnote}{section}
24936 \end_layout
24937
24938 \begin_layout Standard
24939 \begin_inset VSpace bigskip
24940 \end_inset
24941
24942 The following preamble command changes the footnote numbering style to small
24943  roman numerals:
24944 \end_layout
24945
24946 \begin_layout Standard
24947
24948 \series bold
24949
24950 \backslash
24951 renewcommand{
24952 \backslash
24953 thefootnote}{
24954 \backslash
24955 roman{footnote}}
24956 \end_layout
24957
24958 \begin_layout Standard
24959 \begin_inset ERT
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963
24964
24965 \backslash
24966 renewcommand{
24967 \backslash
24968 thefootnote}{
24969 \backslash
24970 roman{footnote}}
24971 \end_layout
24972
24973 \end_inset
24974
24975  This is a footnote with roman numbering:
24976 \begin_inset Foot
24977 status open
24978
24979 \begin_layout Plain Layout
24980 This is an example footnote with roman numbering.
24981 \end_layout
24982
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \begin_layout Standard
24989 To change the numbering style to capital roman numerals replace in the command
24990  above 
24991 \series bold
24992
24993 \backslash
24994 roman
24995 \series default
24996  by 
24997 \series bold
24998
24999 \backslash
25000 Roman
25001 \series default
25002 .
25003  To 
25004 \begin_inset Quotes eld
25005 \end_inset
25006
25007 number
25008 \begin_inset Quotes erd
25009 \end_inset
25010
25011  footnotes with capital or small Latin letters use 
25012 \series bold
25013
25014 \backslash
25015 Alph
25016 \series default
25017  or 
25018 \series bold
25019
25020 \backslash
25021 alph
25022 \series default
25023 , respectively.
25024  To 
25025 \begin_inset Quotes eld
25026 \end_inset
25027
25028 number
25029 \begin_inset Quotes erd
25030 \end_inset
25031
25032  footnotes with symbols use 
25033 \series bold
25034
25035 \backslash
25036 fnsymbol
25037 \series default
25038 .
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \begin_inset Note Greyedout
25043 status open
25044
25045 \begin_layout Plain Layout
25046
25047 \series bold
25048 Note:
25049 \series default
25050  You can only number 26 footnotes with Latin letters, because this numbering
25051  is limited to single letters.
25052 \end_layout
25053
25054 \end_inset
25055
25056
25057 \begin_inset Newline newline
25058 \end_inset
25059
25060
25061 \begin_inset Note Greyedout
25062 status open
25063
25064 \begin_layout Plain Layout
25065
25066 \series bold
25067 Note:
25068 \series default
25069  You can only number 9 footnotes with symbols.
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 To return to the default numbering style when you changed to another one,
25079  use 
25080 \series bold
25081
25082 \backslash
25083 arabic
25084 \series default
25085  instead of 
25086 \series bold
25087
25088 \backslash
25089 roman
25090 \series default
25091  in the command above.
25092 \begin_inset ERT
25093 status collapsed
25094
25095 \begin_layout Plain Layout
25096
25097
25098 \backslash
25099 renewcommand{
25100 \backslash
25101 thefootnote}{
25102 \backslash
25103 arabic{footnote}}
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \begin_inset VSpace bigskip
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119 If you want to have footnotes numbered in the scheme 
25120 \begin_inset Quotes eld
25121 \end_inset
25122
25123 chapter.footnote
25124 \begin_inset Quotes erd
25125 \end_inset
25126
25127 , add the following command to your document preamble:
25128 \end_layout
25129
25130 \begin_layout Standard
25131
25132 \series bold
25133
25134 \backslash
25135 numberwithin{footnote}{chapter}
25136 \end_layout
25137
25138 \begin_layout Standard
25139 To be able to use the command 
25140 \series bold
25141
25142 \backslash
25143 numberwithin
25144 \series default
25145 , set in the tab 
25146 \family sans
25147 Math
25148 \begin_inset space ~
25149 \end_inset
25150
25151 Options
25152 \family default
25153  in the document settings the option 
25154 \family sans
25155 Use
25156 \begin_inset space ~
25157 \end_inset
25158
25159 AMS
25160 \begin_inset space ~
25161 \end_inset
25162
25163 math
25164 \begin_inset space ~
25165 \end_inset
25166
25167 package
25168 \family default
25169 .
25170 \end_layout
25171
25172 \begin_layout Standard
25173 \begin_inset ERT
25174 status collapsed
25175
25176 \begin_layout Plain Layout
25177
25178
25179 \backslash
25180 numberwithin{footnote}{chapter}
25181 \end_layout
25182
25183 \end_inset
25184
25185 This is another example footnote:
25186 \series bold
25187
25188 \begin_inset Foot
25189 status open
25190
25191 \begin_layout Plain Layout
25192 This is a footnote numbered in the scheme 
25193 \begin_inset Quotes eld
25194 \end_inset
25195
25196 chapter.footnote
25197 \begin_inset Quotes erd
25198 \end_inset
25199
25200 .
25201 \end_layout
25202
25203 \end_inset
25204
25205
25206 \series default
25207
25208 \begin_inset ERT
25209 status collapsed
25210
25211 \begin_layout Plain Layout
25212
25213
25214 \backslash
25215 renewcommand{
25216 \backslash
25217 thefootnote}{
25218 \backslash
25219 arabic{footnote}}
25220 \end_layout
25221
25222 \end_inset
25223
25224
25225 \end_layout
25226
25227 \begin_layout Standard
25228 \begin_inset Note Greyedout
25229 status open
25230
25231 \begin_layout Plain Layout
25232
25233 \series bold
25234 Note:
25235 \series default
25236  
25237 \series bold
25238
25239 \backslash
25240 numberwithin
25241 \series default
25242  always prints out the footnote number as arabic number; previous redefinitions
25243  to get non-arabic numbers are overwritten.
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \begin_layout Standard
25252 So to get for example the scheme 
25253 \begin_inset Quotes eld
25254 \end_inset
25255
25256 chapter.
25257 \backslash
25258 Roman{footnote}
25259 \begin_inset Quotes erd
25260 \end_inset
25261
25262 , use this command instead of 
25263 \series bold
25264
25265 \backslash
25266 numberwithin
25267 \series default
25268 :
25269 \end_layout
25270
25271 \begin_layout Standard
25272
25273 \series bold
25274
25275 \backslash
25276 renewcommand{
25277 \backslash
25278 thefootnote}{
25279 \backslash
25280 thechapter.
25281 \backslash
25282 Roman{footnote}}
25283 \end_layout
25284
25285 \begin_layout Subsection
25286 Footnote Placement
25287 \begin_inset Index
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291 Footnotes ! Placement
25292 \end_layout
25293
25294 \end_inset
25295
25296
25297 \end_layout
25298
25299 \begin_layout Standard
25300 If you have several footnotes in one page, they appear without vertical
25301  space between them at the bottom of the page.
25302  To make them better readable you can e.
25303 \begin_inset space \thinspace{}
25304 \end_inset
25305
25306 g.
25307 \begin_inset space \space{}
25308 \end_inset
25309
25310 add 1.5
25311 \begin_inset space \thinspace{}
25312 \end_inset
25313
25314 mm space with the following preamble command:
25315 \end_layout
25316
25317 \begin_layout Standard
25318
25319 \series bold
25320
25321 \backslash
25322 let
25323 \backslash
25324 myFoot
25325 \backslash
25326 footnote
25327 \begin_inset Newline newline
25328 \end_inset
25329
25330
25331 \backslash
25332 renewcommand{
25333 \backslash
25334 footnote}[1]{
25335 \backslash
25336 myFoot{#1
25337 \backslash
25338 vspace{1.5mm}}}
25339 \end_layout
25340
25341 \begin_layout Standard
25342 \begin_inset VSpace bigskip
25343 \end_inset
25344
25345 In a two-column document the footnotes appear at the bottom of every column,
25346  see Figure
25347 \begin_inset space ~
25348 \end_inset
25349
25350
25351 \begin_inset CommandInset ref
25352 LatexCommand ref
25353 reference "fig:Standard-footnote-placement"
25354
25355 \end_inset
25356
25357 .
25358  If the footnotes should only appear at the bottom of the right column,
25359  as in Figure
25360 \begin_inset space ~
25361 \end_inset
25362
25363
25364 \begin_inset CommandInset ref
25365 LatexCommand ref
25366 reference "fig:Footnote-placement-in"
25367
25368 \end_inset
25369
25370 , use the LaTeX-package 
25371 \series bold
25372 ftnright
25373 \series default
25374
25375 \begin_inset Index
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379 LaTeX-packages ! ftnright
25380 \end_layout
25381
25382 \end_inset
25383
25384  with this command in the document preamble:
25385 \end_layout
25386
25387 \begin_layout Standard
25388
25389 \series bold
25390
25391 \backslash
25392 usepackage{ftnright}
25393 \end_layout
25394
25395 \begin_layout Standard
25396 \begin_inset Float figure
25397 placement !h
25398 wide false
25399 sideways false
25400 status open
25401
25402 \begin_layout Plain Layout
25403 \begin_inset ERT
25404 status collapsed
25405
25406 \begin_layout Plain Layout
25407
25408
25409 \backslash
25410 framebox{
25411 \end_layout
25412
25413 \end_inset
25414
25415
25416 \begin_inset Graphics
25417         filename clipart/without_fntright.pdf
25418         width 100col%
25419         scaleBeforeRotation
25420
25421 \end_inset
25422
25423
25424 \begin_inset ERT
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428
25429 }
25430 \end_layout
25431
25432 \end_inset
25433
25434
25435 \end_layout
25436
25437 \begin_layout Plain Layout
25438 \begin_inset Caption
25439
25440 \begin_layout Plain Layout
25441 \begin_inset CommandInset label
25442 LatexCommand label
25443 name "fig:Standard-footnote-placement"
25444
25445 \end_inset
25446
25447 Standard footnote placement in two-column documents.
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 \begin_inset Float figure
25462 placement !h
25463 wide false
25464 sideways false
25465 status open
25466
25467 \begin_layout Plain Layout
25468 \begin_inset ERT
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472
25473
25474 \backslash
25475 framebox{
25476 \end_layout
25477
25478 \end_inset
25479
25480
25481 \begin_inset Graphics
25482         filename clipart/with_fntright.pdf
25483         width 100col%
25484         scaleBeforeRotation
25485
25486 \end_inset
25487
25488
25489 \begin_inset ERT
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493
25494 }
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \begin_layout Plain Layout
25503 \begin_inset Caption
25504
25505 \begin_layout Plain Layout
25506 \begin_inset CommandInset label
25507 LatexCommand label
25508 name "fig:Footnote-placement-in"
25509
25510 \end_inset
25511
25512 Footnote placement in two-column documents when the LaTeX-package 
25513 \series bold
25514 ftnright
25515 \series default
25516  is used.
25517 \end_layout
25518
25519 \end_inset
25520
25521
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \begin_layout Standard
25530 \begin_inset VSpace bigskip
25531 \end_inset
25532
25533 In some scientific literature it is usual to collect the footnotes and print
25534  them in a separate paragraph at the the end of a section, like in Figure
25535 \begin_inset space ~
25536 \end_inset
25537
25538
25539 \begin_inset CommandInset ref
25540 LatexCommand ref
25541 reference "fig:Endnotes"
25542
25543 \end_inset
25544
25545 .
25546  They are then so called 
25547 \begin_inset Quotes eld
25548 \end_inset
25549
25550 endnotes
25551 \begin_inset Quotes erd
25552 \end_inset
25553
25554 .
25555 \begin_inset Index
25556 status collapsed
25557
25558 \begin_layout Plain Layout
25559 Endnotes
25560 \end_layout
25561
25562 \end_inset
25563
25564  To use endnotes instead of footnotes in your document, load in the menu
25565  
25566 \family sans
25567 Document\SpecialChar \menuseparator
25568 Settings\SpecialChar \menuseparator
25569 Modules 
25570 \family default
25571 the module 
25572 \family sans
25573 Foot
25574 \begin_inset space ~
25575 \end_inset
25576
25577 to
25578 \begin_inset space ~
25579 \end_inset
25580
25581 End
25582 \family default
25583 .
25584  To insert the collected footnotes, insert the command
25585 \end_layout
25586
25587 \begin_layout Standard
25588
25589 \series bold
25590
25591 \backslash
25592 theendnotes
25593 \end_layout
25594
25595 \begin_layout Standard
25596 in TeX-Code at the the end of a section or chapter.
25597 \end_layout
25598
25599 \begin_layout Standard
25600 \begin_inset Float figure
25601 wide false
25602 sideways false
25603 status open
25604
25605 \begin_layout Plain Layout
25606 \align center
25607 \begin_inset ERT
25608 status collapsed
25609
25610 \begin_layout Plain Layout
25611
25612
25613 \backslash
25614 framebox{
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \begin_inset Graphics
25621         filename clipart/endnotes.pdf
25622         scaleBeforeRotation
25623
25624 \end_inset
25625
25626
25627 \begin_inset ERT
25628 status collapsed
25629
25630 \begin_layout Plain Layout
25631
25632 }
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \begin_layout Plain Layout
25641 \begin_inset Caption
25642
25643 \begin_layout Plain Layout
25644 \begin_inset CommandInset label
25645 LatexCommand label
25646 name "fig:Endnotes"
25647
25648 \end_inset
25649
25650 Endnotes – footnotes are printed in a separate paragraph at the end of sections
25651  or chapters.
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \begin_layout Standard
25665 \begin_inset VSpace medskip
25666 \end_inset
25667
25668 The paragraph heading for the endnotes isn't automatically translated into
25669  the document language, this must be done manually.
25670  The following preamble command translate the default English name 
25671 \begin_inset Quotes eld
25672 \end_inset
25673
25674 Notes
25675 \begin_inset Quotes erd
25676 \end_inset
25677
25678  to the German translation 
25679 \begin_inset Quotes eld
25680 \end_inset
25681
25682 Anmerkungen
25683 \begin_inset Quotes erd
25684 \end_inset
25685
25686 :
25687 \end_layout
25688
25689 \begin_layout Standard
25690
25691 \series bold
25692
25693 \backslash
25694 renewcommand{
25695 \backslash
25696 notesname}{Anmerkungen}
25697 \end_layout
25698
25699 \begin_layout Standard
25700 \begin_inset VSpace medskip
25701 \end_inset
25702
25703 The numbering of endnotes can be changed like the footnote numbering as
25704  described in section
25705 \begin_inset space ~
25706 \end_inset
25707
25708
25709 \begin_inset CommandInset ref
25710 LatexCommand ref
25711 reference "sub:Footnote-Numbering"
25712
25713 \end_inset
25714
25715 ; just replace the command 
25716 \series bold
25717
25718 \backslash
25719 thefootnote
25720 \series default
25721  by 
25722 \series bold
25723
25724 \backslash
25725 theendnote
25726 \series default
25727 .
25728  To reset the endnote number use the command 
25729 \series bold
25730
25731 \backslash
25732 @addtoreset
25733 \series default
25734  as described in section
25735 \begin_inset space ~
25736 \end_inset
25737
25738
25739 \begin_inset CommandInset ref
25740 LatexCommand ref
25741 reference "sub:Footnote-Numbering"
25742
25743 \end_inset
25744
25745  and replace the command parameter 
25746 \series bold
25747 footnote
25748 \series default
25749  by 
25750 \series bold
25751 endnote
25752 \series default
25753 .
25754 \end_layout
25755
25756 \begin_layout Standard
25757 To create only a mark for an endnote, use the command 
25758 \series bold
25759
25760 \backslash
25761 endnotemark[number]
25762 \series default
25763  similar to the command 
25764 \series bold
25765
25766 \backslash
25767 footnotemark
25768 \series default
25769 , described in section
25770 \begin_inset space ~
25771 \end_inset
25772
25773
25774 \begin_inset CommandInset ref
25775 LatexCommand ref
25776 reference "sec:Footnotes"
25777
25778 \end_inset
25779
25780 .
25781 \end_layout
25782
25783 \begin_layout Standard
25784 \begin_inset VSpace bigskip
25785 \end_inset
25786
25787 Footnotes can also be placed in the page margin and the footnote text alignment
25788  can be changed, see the LaTeX-package 
25789 \series bold
25790 footmisc
25791 \series default
25792
25793 \begin_inset Index
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797 LaTeX-packages ! footmisc
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \begin_inset CommandInset citation
25804 LatexCommand cite
25805 key "footmisc"
25806
25807 \end_inset
25808
25809  for more information about this.
25810 \end_layout
25811
25812 \begin_layout Standard
25813 For various further footnote formatting issues have a look at LaTeX-books,
25814  
25815 \begin_inset CommandInset citation
25816 LatexCommand cite
25817 key "latexcompanion,latexguide,latexbook"
25818
25819 \end_inset
25820
25821 .
25822 \end_layout
25823
25824 \begin_layout Section
25825 Margin Notes
25826 \begin_inset Index
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830 Notes ! Margin Notes
25831 \end_layout
25832
25833 \end_inset
25834
25835
25836 \end_layout
25837
25838 \begin_layout Standard
25839 Margin notes look and behave in LyX like footnotes.
25840  They are inserted via the menu 
25841 \family sans
25842 Insert\SpecialChar \menuseparator
25843 Marginal
25844 \begin_inset space ~
25845 \end_inset
25846
25847 Note
25848 \family default
25849  or the toolbar button 
25850 \begin_inset Graphics
25851         filename ../images/marginalnote-insert.png
25852         scale 85
25853         scaleBeforeRotation
25854
25855 \end_inset
25856
25857 .
25858  A grey 
25859 \family roman
25860 \series medium
25861 box with the
25862 \family default
25863 \series default
25864  red 
25865 \family roman
25866 \series medium
25867 label 
25868 \begin_inset Quotes eld
25869 \end_inset
25870
25871 margin
25872 \begin_inset Quotes erd
25873 \end_inset
25874
25875  appears where you can enter the text of the margin note.
25876 \end_layout
25877
25878 \begin_layout Standard
25879 At the side is an example margin note.
25880
25881 \family roman
25882 \series medium
25883  
25884 \begin_inset Marginal
25885 status open
25886
25887 \begin_layout Plain Layout
25888 This is a margin note.
25889 \end_layout
25890
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \begin_layout Standard
25897 Margin notes appear at the right side in single-sided documents.
25898  In double-sided documents they appear in the outer margin – left on even
25899  pages, right on odd pages.
25900  The text of margin notes is aligned opposite to the outer margin – right-aligne
25901 d when the note appears in the left margin.
25902  The first line of the margin note is placed at the position of the text
25903  line where it is inserted in the document.
25904 \end_layout
25905
25906 \begin_layout Standard
25907 \begin_inset VSpace bigskip
25908 \end_inset
25909
25910 To place the margin note in the inner margin, add the command
25911 \end_layout
25912
25913 \begin_layout Standard
25914
25915 \series bold
25916
25917 \backslash
25918 reversemarginpar
25919 \end_layout
25920
25921 \begin_layout Standard
25922 in TeX-Code before a margin note.
25923  The new placement is valid for all following margin notes.
25924  
25925 \begin_inset ERT
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929
25930
25931 \backslash
25932 reversemarginpar 
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \begin_inset Marginal
25939 status open
25940
25941 \begin_layout Plain Layout
25942 This is a margin note in the inner margin.
25943 \end_layout
25944
25945 \end_inset
25946
25947
25948 \series bold
25949
25950 \begin_inset Newline newline
25951 \end_inset
25952
25953
25954 \series default
25955
25956 \begin_inset Note Greyedout
25957 status open
25958
25959 \begin_layout Plain Layout
25960
25961 \series bold
25962 Note:
25963 \series default
25964  There is often not enough space in the inner margin so that the notes are
25965  not correctly displayed in the output.
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \begin_layout Standard
25974 To return to the default placement insert the command
25975 \end_layout
25976
25977 \begin_layout Standard
25978
25979 \series bold
25980
25981 \backslash
25982 normalmarginpar
25983 \end_layout
25984
25985 \begin_layout Standard
25986 in TeX-Code.
25987 \begin_inset ERT
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991
25992
25993 \backslash
25994 normalmarginpar 
25995 \end_layout
25996
25997 \end_inset
25998
25999  
26000 \begin_inset Note Greyedout
26001 status open
26002
26003 \begin_layout Plain Layout
26004
26005 \series bold
26006 Note:
26007 \series default
26008  The command is ignored when it is within a paragraph where also the command
26009  
26010 \series bold
26011
26012 \backslash
26013 reversemarginpar
26014 \series default
26015  is inserted.
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset VSpace bigskip
26025 \end_inset
26026
26027
26028 \family roman
26029 \series medium
26030
26031 \begin_inset Marginal
26032 status open
26033
26034 \begin_layout Plain Layout
26035 AVeryLongMarginParWord that isn't hyphenated.
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \family default
26042 \series default
26043  Similar to the case described in section
26044 \begin_inset space ~
26045 \end_inset
26046
26047
26048 \begin_inset CommandInset ref
26049 LatexCommand ref
26050 reference "sub:Multiple-Lines-in"
26051
26052 \end_inset
26053
26054 , long words cannot be hyphenated when they are the first word in a margin
26055  note.
26056  To avoid this, insert 0
26057 \begin_inset space \thinspace{}
26058 \end_inset
26059
26060 pt horizontal space before the word
26061 \family roman
26062 \series medium
26063 .
26064  
26065 \begin_inset Marginal
26066 status open
26067
26068 \begin_layout Plain Layout
26069 \begin_inset space \hspace*{}
26070 \length 0pt
26071 \end_inset
26072
26073 AVeryLongMarginParWord that is hyphenated.
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \end_layout
26080
26081 \begin_layout Standard
26082 \begin_inset VSpace bigskip
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \begin_layout Standard
26089 \begin_inset Note Greyedout
26090 status open
26091
26092 \begin_layout Plain Layout
26093
26094 \series bold
26095 Note:
26096 \series default
26097  Margin notes can normally not be used inside tables, floats, and footnotes.
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \begin_layout Standard
26106 \begin_inset VSpace bigskip
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \begin_inset ERT
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117
26118
26119 \backslash
26120 ifmarginnote
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \begin_inset Note Note
26127 status open
26128
26129 \begin_layout Plain Layout
26130 The following section will only be displayed when the LaTeX-package 
26131 \series bold
26132 marginnote
26133 \series default
26134  is installed.
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Standard
26143 This restriction can be evaded by using the LaTeX-package 
26144 \series bold
26145 marginnote
26146 \series default
26147
26148 \begin_inset Index
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152 LaTeX-packages ! marginnote
26153 \end_layout
26154
26155 \end_inset
26156
26157 .
26158  By adding these two lines to your document preamble, the command used by
26159  LyX for margin notes is redefined to use the command provided by the 
26160 \series bold
26161 marginnote
26162 \series default
26163 -package:
26164 \end_layout
26165
26166 \begin_layout Standard
26167
26168 \series bold
26169
26170 \backslash
26171 usepackage{marginnote}
26172 \begin_inset Newline newline
26173 \end_inset
26174
26175
26176 \backslash
26177 let
26178 \backslash
26179 marginpar
26180 \backslash
26181 marginnote
26182 \end_layout
26183
26184 \begin_layout Standard
26185 This is also used in this document because 
26186 \series bold
26187 marginnote
26188 \series default
26189  has another useful feature: You can set a vertical offset for the note.
26190  This is often needed when too many margin notes are too close together
26191  or for a better page layout.
26192  The offset is set in LyX as TeX-Code directly behind the margin note in
26193  the scheme
26194 \end_layout
26195
26196 \begin_layout Standard
26197
26198 \series bold
26199 [offset]
26200 \end_layout
26201
26202 \begin_layout Standard
26203 where the offset is a length with one of the units listed in Table
26204 \begin_inset space ~
26205 \end_inset
26206
26207
26208 \begin_inset CommandInset ref
26209 LatexCommand ref
26210 reference "tab:Units"
26211
26212 \end_inset
26213
26214 .
26215  A negative value shifts the note up, a positive value shifts it down.
26216  
26217 \family roman
26218 \series medium
26219 For example the margin note beside this text line is shifted up 1.5
26220 \begin_inset space \thinspace{}
26221 \end_inset
26222
26223 cm with the TeX-Code-command 
26224 \begin_inset Quotes eld
26225 \end_inset
26226
26227
26228 \family default
26229 \series bold
26230 [-1.5cm]
26231 \family roman
26232 \series medium
26233
26234 \begin_inset Quotes erd
26235 \end_inset
26236
26237
26238 \begin_inset Marginal
26239 status open
26240
26241 \begin_layout Plain Layout
26242 This margin note is shifted up 1.5
26243 \begin_inset space \thinspace{}
26244 \end_inset
26245
26246 cm from its original position.
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \family default
26253 \series default
26254
26255 \begin_inset ERT
26256 status collapsed
26257
26258 \begin_layout Plain Layout
26259
26260 [-1.5cm]
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Standard
26269 \begin_inset VSpace medskip
26270 \end_inset
26271
26272 With 
26273 \series bold
26274 marginnote
26275 \series default
26276  you can also change the alignment of the text in the margin note.
26277  For example the commands
26278 \end_layout
26279
26280 \begin_layout Standard
26281
26282 \series bold
26283
26284 \backslash
26285 renewcommand*{
26286 \backslash
26287 raggedleftmarginnote}{
26288 \backslash
26289 centering}
26290 \begin_inset Newline newline
26291 \end_inset
26292
26293
26294 \backslash
26295 renewcommand*{
26296 \backslash
26297 raggedrightmarginnote}{
26298 \backslash
26299 centering}
26300 \end_layout
26301
26302 \begin_layout Standard
26303 set the alignment to centered.
26304  
26305 \series bold
26306
26307 \backslash
26308 raggedleftmarginnote
26309 \series default
26310  denotes margin notes that appear at the left side.
26311 \family roman
26312 \series medium
26313
26314 \begin_inset ERT
26315 status collapsed
26316
26317 \begin_layout Plain Layout
26318
26319
26320 \backslash
26321 renewcommand*{
26322 \backslash
26323 raggedleftmarginnote}{
26324 \backslash
26325 centering}
26326 \end_layout
26327
26328 \begin_layout Plain Layout
26329
26330
26331 \backslash
26332 renewcommand*{
26333 \backslash
26334 raggedrightmarginnote}{
26335 \backslash
26336 centering}
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \begin_inset Marginal
26343 status open
26344
26345 \begin_layout Plain Layout
26346 The text of this margin note is centered.
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \family default
26353 \series default
26354  The default is
26355 \end_layout
26356
26357 \begin_layout Standard
26358
26359 \series bold
26360
26361 \backslash
26362 renewcommand*{
26363 \backslash
26364 raggedleftmarginnote}{
26365 \backslash
26366 raggedleft}
26367 \begin_inset Newline newline
26368 \end_inset
26369
26370
26371 \backslash
26372 renewcommand*{
26373 \backslash
26374 raggedrightmarginnote}{
26375 \backslash
26376 raggedright}
26377 \family roman
26378 \series medium
26379
26380 \begin_inset ERT
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384
26385
26386 \backslash
26387 renewcommand*{
26388 \backslash
26389 raggedleftmarginnote}{
26390 \backslash
26391 raggedleft}
26392 \end_layout
26393
26394 \begin_layout Plain Layout
26395
26396
26397 \backslash
26398 renewcommand*{
26399 \backslash
26400 raggedrightmarginnote}{
26401 \backslash
26402 raggedright}
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \begin_layout Standard
26411 \begin_inset VSpace medskip
26412 \end_inset
26413
26414 For the other features of 
26415 \series bold
26416 marginnote
26417 \series default
26418  we refer to its documentation 
26419 \begin_inset CommandInset citation
26420 LatexCommand cite
26421 key "marginnote"
26422
26423 \end_inset
26424
26425 .
26426 \end_layout
26427
26428 \begin_layout Standard
26429 \begin_inset VSpace bigskip
26430 \end_inset
26431
26432 You can adjust the layout of margin notes by changing its definition.
26433  To create for example a header for all margin notes with the underlined,
26434  sans-serif, and bold header text 
26435 \begin_inset Quotes eld
26436 \end_inset
26437
26438
26439 \family sans
26440 \series bold
26441 \bar under
26442 Attention!
26443 \family default
26444 \series default
26445 \bar default
26446
26447 \begin_inset Quotes erd
26448 \end_inset
26449
26450 , add this to your document preamble:
26451 \end_layout
26452
26453 \begin_layout Standard
26454
26455 \series bold
26456
26457 \backslash
26458 let
26459 \backslash
26460 myMarginpar
26461 \backslash
26462 marginpar
26463 \begin_inset Newline newline
26464 \end_inset
26465
26466
26467 \backslash
26468 renewcommand{
26469 \backslash
26470 marginpar}[1]{
26471 \backslash
26472 myMarginpar{%
26473 \begin_inset Newline newline
26474 \end_inset
26475
26476
26477 \begin_inset ERT
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481
26482
26483 \backslash
26484 hphantom{ }
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \backslash
26491 hspace{0pt}
26492 \backslash
26493 textsf{
26494 \backslash
26495 textbf{
26496 \backslash
26497 underbar{Attention!}}}%
26498 \begin_inset Newline newline
26499 \end_inset
26500
26501
26502 \begin_inset ERT
26503 status collapsed
26504
26505 \begin_layout Plain Layout
26506
26507
26508 \backslash
26509 hphantom{ }
26510 \end_layout
26511
26512 \end_inset
26513
26514
26515 \backslash
26516 vspace{1.5mm}
26517 \backslash
26518
26519 \backslash
26520 #1}}
26521 \end_layout
26522
26523 \begin_layout Standard
26524
26525 \family roman
26526 \series medium
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 let
26535 \backslash
26536 myMarginpar
26537 \backslash
26538 marginpar
26539 \end_layout
26540
26541 \begin_layout Plain Layout
26542
26543
26544 \backslash
26545 renewcommand{
26546 \backslash
26547 marginpar}[1]{
26548 \backslash
26549 myMarginpar{%
26550 \end_layout
26551
26552 \begin_layout Plain Layout
26553
26554    
26555 \backslash
26556 textsf{
26557 \backslash
26558 textbf{
26559 \backslash
26560 underbar{Attention!}}}%
26561 \end_layout
26562
26563 \begin_layout Plain Layout
26564
26565    
26566 \backslash
26567 vspace{1.5mm}
26568 \backslash
26569
26570 \backslash
26571 #1}}
26572 \end_layout
26573
26574 \end_inset
26575
26576
26577 \begin_inset Marginal
26578 status open
26579
26580 \begin_layout Plain Layout
26581 This is a margin note with a defined heading.
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \family default
26588 \series default
26589
26590 \begin_inset ERT
26591 status collapsed
26592
26593 \begin_layout Plain Layout
26594
26595 [-1.5cm]
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \family roman
26602 \series medium
26603
26604 \begin_inset ERT
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608
26609
26610 \backslash
26611 renewcommand{
26612 \backslash
26613 marginpar}[1]{
26614 \backslash
26615 myMarginpar{#1}}
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \family default
26622 \series default
26623
26624 \begin_inset Note Note
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628 The margin note format is changed only for this example.
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Standard
26637 \begin_inset ERT
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641
26642
26643 \backslash
26644 else
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \begin_inset Note Note
26651 status open
26652
26653 \begin_layout Plain Layout
26654 The following will be displayed when the LaTeX-package 
26655 \series bold
26656 marginnote
26657 \series default
26658  is not installed:
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \begin_layout Standard
26667 You need to install the LaTeX-package 
26668 \series bold
26669 marginnote
26670 \series default
26671  to see the following part of this section in the output.
26672 \end_layout
26673
26674 \begin_layout Standard
26675 \begin_inset ERT
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679
26680
26681 \backslash
26682 fi
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \begin_layout Chapter
26691 Boxes
26692 \end_layout
26693
26694 \begin_layout Section
26695 Introduction
26696 \begin_inset Index
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700 Boxes ! Introduction
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \begin_layout Standard
26709 Boxes are used to format a block of text.
26710  Boxes can be used to write documents with multiple languages, see section
26711 \begin_inset space ~
26712 \end_inset
26713
26714
26715 \begin_inset CommandInset ref
26716 LatexCommand ref
26717 reference "sec:Minipages"
26718
26719 \end_inset
26720
26721 , to frame texts, see section
26722 \begin_inset space ~
26723 \end_inset
26724
26725
26726 \begin_inset CommandInset ref
26727 LatexCommand ref
26728 reference "sec:Decoration"
26729
26730 \end_inset
26731
26732 , to prevent words to be hyphenated, see section
26733 \begin_inset space ~
26734 \end_inset
26735
26736
26737 \begin_inset CommandInset ref
26738 LatexCommand ref
26739 reference "sec:Prevent-Hyphenation"
26740
26741 \end_inset
26742
26743 , to align text, see section
26744 \begin_inset space ~
26745 \end_inset
26746
26747
26748 \begin_inset CommandInset ref
26749 LatexCommand ref
26750 reference "sub:Vertical-Alignment"
26751
26752 \end_inset
26753
26754 , or to set the background color of texts, see section
26755 \begin_inset space ~
26756 \end_inset
26757
26758
26759 \begin_inset CommandInset ref
26760 LatexCommand ref
26761 reference "sec:Colored-Boxes"
26762
26763 \end_inset
26764
26765 .
26766 \end_layout
26767
26768 \begin_layout Standard
26769 Boxes can be inserted with the menu 
26770 \family sans
26771 Insert\SpecialChar \menuseparator
26772 Box
26773 \family default
26774  or the toolbar button 
26775 \begin_inset Graphics
26776         filename ../images/box-insert.png
26777         scale 85
26778         scaleBeforeRotation
26779
26780 \end_inset
26781
26782 .
26783  A grey box with the label 
26784 \family sans
26785 Box (Minipage)
26786 \family default
26787
26788 \begin_inset Graphics
26789         filename clipart/BoxInsetDefaultQt4.png
26790         scale 85
26791         scaleBeforeRotation
26792
26793 \end_inset
26794
26795  will be inserted.
26796  The box type can be specified by right-clicking on the box.
26797  The appearing box dialog offers the 
26798 \family sans
26799 Inner
26800 \begin_inset space ~
26801 \end_inset
26802
26803 Box
26804 \family default
26805  types 
26806 \family sans
26807 Parbox
26808 \family default
26809  and 
26810 \family sans
26811 Minipage
26812 \family default
26813 .
26814  The type 
26815 \family sans
26816 Minipage
26817 \family default
26818  is the default for new boxes and is explained in section
26819 \begin_inset space ~
26820 \end_inset
26821
26822
26823 \begin_inset CommandInset ref
26824 LatexCommand ref
26825 reference "sec:Minipages"
26826
26827 \end_inset
26828
26829 ; the type 
26830 \family sans
26831 Parbox
26832 \family default
26833  is described in section
26834 \begin_inset space ~
26835 \end_inset
26836
26837
26838 \begin_inset CommandInset ref
26839 LatexCommand ref
26840 reference "sec:Parboxes"
26841
26842 \end_inset
26843
26844 .
26845 \end_layout
26846
26847 \begin_layout Standard
26848 Boxes are not numbered and can therefore not be referenced like floats or
26849  footnotes.
26850 \end_layout
26851
26852 \begin_layout Standard
26853 \begin_inset Note Greyedout
26854 status open
26855
26856 \begin_layout Plain Layout
26857
26858 \series bold
26859 Note:
26860 \series default
26861  Boxes must not be the item in an 
26862 \family sans
26863 Itemize
26864 \family default
26865  or 
26866 \family sans
26867 Description
26868 \family default
26869  environment.
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Standard
26878 \begin_inset Note Greyedout
26879 status open
26880
26881 \begin_layout Plain Layout
26882
26883 \series bold
26884 Note:
26885 \series default
26886  For an unknown reason you can only set the 
26887 \family sans
26888 Inner
26889 \begin_inset space ~
26890 \end_inset
26891
26892 Box
26893 \family default
26894  type to 
26895 \family sans
26896 None
26897 \family default
26898  when you use a framed box.
26899  Boxes without an 
26900 \family sans
26901 Inner
26902 \begin_inset space ~
26903 \end_inset
26904
26905 Box
26906 \family default
26907  type and without frames are explained in section
26908 \begin_inset space ~
26909 \end_inset
26910
26911
26912 \begin_inset CommandInset ref
26913 LatexCommand ref
26914 reference "sec:Prevent-Hyphenation"
26915
26916 \end_inset
26917
26918 .
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \begin_layout Section
26927 Box Dialog
26928 \begin_inset CommandInset label
26929 LatexCommand label
26930 name "sec:Box-Dialog"
26931
26932 \end_inset
26933
26934
26935 \begin_inset Index
26936 status collapsed
26937
26938 \begin_layout Plain Layout
26939 Boxes ! Box Dialog
26940 \end_layout
26941
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \begin_layout Subsection
26948 Size
26949 \begin_inset Index
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953 Boxes ! Size
26954 \end_layout
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Standard
26962 In the box dialog you can adjust the box geometry in the fields 
26963 \family sans
26964 Width
26965 \family default
26966  and 
26967 \family sans
26968 Height
26969 \family default
26970 .
26971  The available units for the geometry are explained in Table
26972 \begin_inset space ~
26973 \end_inset
26974
26975
26976 \begin_inset CommandInset ref
26977 LatexCommand ref
26978 reference "tab:Units"
26979
26980 \end_inset
26981
26982 .
26983  The field 
26984 \family sans
26985 Height
26986 \family default
26987  offers the following additional sizes:
26988 \end_layout
26989
26990 \begin_layout Description
26991 Depth This is the plain text 
26992 \begin_inset Quotes eld
26993 \end_inset
26994
26995 height
26996 \begin_inset Quotes erd
26997 \end_inset
26998
26999 .
27000  It ignores the total depth when there are multiple text lines in the box:
27001 \begin_inset Newline newline
27002 \end_inset
27003
27004
27005 \begin_inset Newline newline
27006 \end_inset
27007
27008
27009 \begin_inset Newline newline
27010 \end_inset
27011
27012
27013 \begin_inset Box Boxed
27014 position "c"
27015 hor_pos "c"
27016 has_inner_box 1
27017 inner_pos "c"
27018 use_parbox 0
27019 width "12col%"
27020 special "none"
27021 height "1in"
27022 height_special "depth"
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026 \align center
27027 Box height set to 1
27028 \begin_inset space \thinspace{}
27029 \end_inset
27030
27031 Depth
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \begin_inset Newline newline
27038 \end_inset
27039
27040
27041 \begin_inset Newline newline
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Description
27048 Height This is the height of the text that is inside the box.
27049  A value of e.
27050 \begin_inset space \thinspace{}
27051 \end_inset
27052
27053 g.
27054 \begin_inset space \space{}
27055 \end_inset
27056
27057 2 for this size will set the box height to 2
27058 \begin_inset space ~
27059 \end_inset
27060
27061 times the text height: 
27062 \begin_inset Box Boxed
27063 position "c"
27064 hor_pos "c"
27065 has_inner_box 1
27066 inner_pos "c"
27067 use_parbox 0
27068 width "20col%"
27069 special "none"
27070 height "2in"
27071 height_special "height"
27072 status collapsed
27073
27074 \begin_layout Plain Layout
27075 \align center
27076 Box height set to 2
27077 \begin_inset space \thinspace{}
27078 \end_inset
27079
27080 Height
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \begin_layout Description
27089 Total
27090 \begin_inset space ~
27091 \end_inset
27092
27093 Height This is the Height
27094 \begin_inset space \thinspace{}
27095 \end_inset
27096
27097 +
27098 \begin_inset space \thinspace{}
27099 \end_inset
27100
27101 Depth: 
27102 \begin_inset Box Boxed
27103 position "c"
27104 hor_pos "c"
27105 has_inner_box 1
27106 inner_pos "c"
27107 use_parbox 0
27108 width "20col%"
27109 special "none"
27110 height "1in"
27111 height_special "totalheight"
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115 \align center
27116 Box height set to 1
27117 \begin_inset space \thinspace{}
27118 \end_inset
27119
27120 Total
27121 \begin_inset space ~
27122 \end_inset
27123
27124 Height
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \begin_layout Description
27133 Width This sets the width of the box as height: 
27134 \begin_inset Box Boxed
27135 position "c"
27136 hor_pos "c"
27137 has_inner_box 1
27138 inner_pos "c"
27139 use_parbox 0
27140 width "12col%"
27141 special "none"
27142 height "1in"
27143 height_special "width"
27144 status collapsed
27145
27146 \begin_layout Plain Layout
27147 \align center
27148 Box height set to 1
27149 \begin_inset space \thinspace{}
27150 \end_inset
27151
27152 Width
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Subsection
27161 Alignment
27162 \begin_inset Index
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166 Boxes ! Alignment
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \end_layout
27173
27174 \begin_layout Standard
27175 When you have chosen an 
27176 \family sans
27177 Inner
27178 \begin_inset space ~
27179 \end_inset
27180
27181 Box
27182 \family default
27183 , the vertical box alignment can be:
27184 \end_layout
27185
27186 \begin_layout Description
27187 Top This is an example text line.
27188  
27189 \begin_inset Box Boxed
27190 position "t"
27191 hor_pos "c"
27192 has_inner_box 1
27193 inner_pos "c"
27194 use_parbox 0
27195 width "12col%"
27196 special "none"
27197 height "1in"
27198 height_special "totalheight"
27199 status collapsed
27200
27201 \begin_layout Plain Layout
27202 \align center
27203 This box is top-aligned.
27204 \end_layout
27205
27206 \end_inset
27207
27208  This is an example text line.
27209 \end_layout
27210
27211 \begin_layout Description
27212 Middle This is an example text line.
27213  
27214 \begin_inset Box Boxed
27215 position "c"
27216 hor_pos "c"
27217 has_inner_box 1
27218 inner_pos "c"
27219 use_parbox 0
27220 width "12col%"
27221 special "none"
27222 height "1in"
27223 height_special "totalheight"
27224 status collapsed
27225
27226 \begin_layout Plain Layout
27227 \align center
27228 This box is middle-aligned.
27229 \end_layout
27230
27231 \end_inset
27232
27233  This is an example text line.
27234 \end_layout
27235
27236 \begin_layout Description
27237 Bottom This is an example text line.
27238  
27239 \begin_inset Box Boxed
27240 position "b"
27241 hor_pos "c"
27242 has_inner_box 1
27243 inner_pos "c"
27244 use_parbox 0
27245 width "12col%"
27246 special "none"
27247 height "1in"
27248 height_special "totalheight"
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252 \align center
27253 This box is bottom-aligned.
27254 \end_layout
27255
27256 \end_inset
27257
27258  This is an example text line.
27259 \end_layout
27260
27261 \begin_layout Standard
27262 \begin_inset Note Greyedout
27263 status open
27264
27265 \begin_layout Plain Layout
27266
27267 \series bold
27268 Note:
27269 \series default
27270  The vertical box alignment can be lost in the output when you have two
27271  boxes in a line and one has e.
27272 \begin_inset space \thinspace{}
27273 \end_inset
27274
27275 g.
27276 \begin_inset space \space{}
27277 \end_inset
27278
27279 a shadow and the other one not.
27280 \end_layout
27281
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \begin_layout Standard
27288 The horizontal box alignment can be set via LyX's paragraph dialog when
27289  you set the box into its own paragraph.
27290 \end_layout
27291
27292 \begin_layout Standard
27293 \begin_inset VSpace bigskip
27294 \end_inset
27295
27296 When you have chosen an 
27297 \family sans
27298 Inner
27299 \begin_inset space ~
27300 \end_inset
27301
27302 Box
27303 \family default
27304 , the box content can be aligned vertically to:
27305 \end_layout
27306
27307 \begin_layout Description
27308 top This is an example text line.
27309  
27310 \begin_inset Box Boxed
27311 position "c"
27312 hor_pos "c"
27313 has_inner_box 1
27314 inner_pos "t"
27315 use_parbox 0
27316 width "12col%"
27317 special "none"
27318 height "1.5in"
27319 height_special "totalheight"
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323 \align center
27324 This box text is top-aligned.
27325 \end_layout
27326
27327 \end_inset
27328
27329  This is an example text line.
27330 \end_layout
27331
27332 \begin_layout Description
27333 middle This is an example text line.
27334  
27335 \begin_inset Box Boxed
27336 position "c"
27337 hor_pos "c"
27338 has_inner_box 1
27339 inner_pos "c"
27340 use_parbox 0
27341 width "12col%"
27342 special "none"
27343 height "1.5in"
27344 height_special "totalheight"
27345 status collapsed
27346
27347 \begin_layout Plain Layout
27348 \align center
27349 This box text is middle-aligned.
27350 \end_layout
27351
27352 \end_inset
27353
27354  This is an example text line.
27355 \end_layout
27356
27357 \begin_layout Description
27358 bottom This is an example text line.
27359  
27360 \begin_inset Box Boxed
27361 position "c"
27362 hor_pos "c"
27363 has_inner_box 1
27364 inner_pos "b"
27365 use_parbox 0
27366 width "12col%"
27367 special "none"
27368 height "1.5in"
27369 height_special "totalheight"
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373 \align center
27374 This box text is bottom-aligned.
27375 \end_layout
27376
27377 \end_inset
27378
27379  This is an example text line.
27380 \end_layout
27381
27382 \begin_layout Description
27383 stretch This is an example text line.
27384  
27385 \begin_inset Box Boxed
27386 position "c"
27387 hor_pos "c"
27388 has_inner_box 1
27389 inner_pos "s"
27390 use_parbox 0
27391 width "12col%"
27392 special "none"
27393 height "1.5in"
27394 height_special "totalheight"
27395 status collapsed
27396
27397 \begin_layout Plain Layout
27398 \align center
27399 This box
27400 \end_layout
27401
27402 \begin_layout Plain Layout
27403 \align center
27404 text is
27405 \end_layout
27406
27407 \begin_layout Plain Layout
27408 \align center
27409 stretched.
27410 \end_layout
27411
27412 \end_inset
27413
27414  This is an example text line.
27415 \end_layout
27416
27417 \begin_layout Standard
27418 To stretch the box content, it must consist of more than one paragraph.
27419  In the example above every text line is in an own paragraph.
27420 \end_layout
27421
27422 \begin_layout Standard
27423 \begin_inset VSpace bigskip
27424 \end_inset
27425
27426 To align the box content horizontally you can use LyX's paragraph dialog
27427  when you have chosen an 
27428 \family sans
27429 Inner
27430 \begin_inset space ~
27431 \end_inset
27432
27433 Box
27434 \family default
27435 .
27436 \end_layout
27437
27438 \begin_layout Standard
27439 \align center
27440 \begin_inset Box Boxed
27441 position "c"
27442 hor_pos "c"
27443 has_inner_box 1
27444 inner_pos "s"
27445 use_parbox 0
27446 width "15col%"
27447 special "none"
27448 height "1.25in"
27449 height_special "totalheight"
27450 status collapsed
27451
27452 \begin_layout Plain Layout
27453 \align left
27454 This box
27455 \end_layout
27456
27457 \begin_layout Plain Layout
27458 \align center
27459 text is
27460 \end_layout
27461
27462 \begin_layout Plain Layout
27463 \align right
27464 stretched.
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Standard
27473 If you have not set an 
27474 \family sans
27475 Inner
27476 \begin_inset space ~
27477 \end_inset
27478
27479 Box
27480 \family default
27481 , you can align the box content horizontally in the box dialog.
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \align center
27486 \begin_inset Box Boxed
27487 position "c"
27488 hor_pos "s"
27489 has_inner_box 0
27490 inner_pos "s"
27491 use_parbox 0
27492 width "90col%"
27493 special "none"
27494 height "1.25in"
27495 height_special "totalheight"
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499 \align left
27500 This box text is horizontally stretched.
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Subsection
27509 Decoration
27510 \begin_inset CommandInset label
27511 LatexCommand label
27512 name "sec:Decoration"
27513
27514 \end_inset
27515
27516
27517 \begin_inset Index
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521 Boxes ! Decoration
27522 \end_layout
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \begin_layout Standard
27530 The type of the box can be specified in the box dialog in the drop-down
27531  list 
27532 \family sans
27533 Decoration
27534 \family default
27535 .
27536  The following types are possible:
27537 \end_layout
27538
27539 \begin_layout Description
27540 Simple
27541 \begin_inset space ~
27542 \end_inset
27543
27544 rectangular
27545 \begin_inset space ~
27546 \end_inset
27547
27548 frame This draws a rectangular frame around the box.
27549  The frame line thickness has the size of 
27550 \series bold
27551
27552 \backslash
27553 fboxrule
27554 \series default
27555 .
27556  
27557 \begin_inset Box Boxed
27558 position "c"
27559 hor_pos "c"
27560 has_inner_box 1
27561 inner_pos "c"
27562 use_parbox 0
27563 width "20col%"
27564 special "none"
27565 height "1in"
27566 height_special "totalheight"
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570 \align center
27571 Rectangular box
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \begin_layout Description
27580 Allow
27581 \begin_inset space ~
27582 \end_inset
27583
27584 page
27585 \begin_inset space ~
27586 \end_inset
27587
27588 break When you use the decoration 
27589 \family sans
27590 simple rectangular frame
27591 \family default
27592  and no inner box, you can allow page breaks within a box.
27593  Note that then, in contrary to other framed boxes, the frame always uses
27594  the whole column width, the box is set as its own paragraph, and 
27595 \series bold
27596
27597 \backslash
27598 fboxrule
27599 \series default
27600  and 
27601 \series bold
27602
27603 \backslash
27604 fboxsep
27605 \series default
27606  have no effect on this box type.
27607  The frame line thickness has the size of 
27608 \series bold
27609
27610 \backslash
27611 FrameRule
27612 \series default
27613 .
27614  
27615 \begin_inset Box Framed
27616 position "t"
27617 hor_pos "c"
27618 has_inner_box 0
27619 inner_pos "t"
27620 use_parbox 0
27621 width "100col%"
27622 special "none"
27623 height "1in"
27624 height_special "totalheight"
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 Allow page break box
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Description
27637 Oval
27638 \begin_inset space ~
27639 \end_inset
27640
27641 box,
27642 \begin_inset space ~
27643 \end_inset
27644
27645 thin This draws an oval frame around the box.
27646  The frame line thickness has the size 0.4
27647 \begin_inset space \thinspace{}
27648 \end_inset
27649
27650 pt.
27651  
27652 \begin_inset Box ovalbox
27653 position "c"
27654 hor_pos "c"
27655 has_inner_box 1
27656 inner_pos "c"
27657 use_parbox 0
27658 width "20col%"
27659 special "none"
27660 height "1in"
27661 height_special "totalheight"
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 \align center
27666 Oval box, thin
27667 \end_layout
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Description
27675 Oval
27676 \begin_inset space ~
27677 \end_inset
27678
27679 box,
27680 \begin_inset space ~
27681 \end_inset
27682
27683 thick This draws an oval frame around the box.
27684  The frame line thickness has the size 0.8
27685 \begin_inset space \thinspace{}
27686 \end_inset
27687
27688 pt.
27689  
27690 \begin_inset Box Ovalbox
27691 position "c"
27692 hor_pos "c"
27693 has_inner_box 1
27694 inner_pos "c"
27695 use_parbox 0
27696 width "20col%"
27697 special "none"
27698 height "1in"
27699 height_special "totalheight"
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 \align center
27704 Oval box, thick
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Description
27713 Drop
27714 \begin_inset space ~
27715 \end_inset
27716
27717 shadow This draws a rectangular frame with a shadow around the box.
27718  The frame line thickness has the size of 
27719 \series bold
27720
27721 \backslash
27722 fboxrule
27723 \series default
27724 , the shadow has a width of 4
27725 \begin_inset space \thinspace{}
27726 \end_inset
27727
27728 pt.
27729  
27730 \begin_inset Box Shadowbox
27731 position "c"
27732 hor_pos "c"
27733 has_inner_box 1
27734 inner_pos "c"
27735 use_parbox 0
27736 width "20col%"
27737 special "none"
27738 height "1in"
27739 height_special "totalheight"
27740 status collapsed
27741
27742 \begin_layout Plain Layout
27743 \align center
27744 Shadow box
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \begin_layout Description
27753 Shaded
27754 \begin_inset space ~
27755 \end_inset
27756
27757 background This draws a box with red background color.
27758  In contrary to colored boxes
27759 \begin_inset Foot
27760 status collapsed
27761
27762 \begin_layout Plain Layout
27763 see sec.
27764 \begin_inset space \thinspace{}
27765 \end_inset
27766
27767
27768 \begin_inset CommandInset ref
27769 LatexCommand ref
27770 reference "sec:Colored-Boxes"
27771
27772 \end_inset
27773
27774
27775 \end_layout
27776
27777 \end_inset
27778
27779 , it always uses the whole column width and the box is set as its own paragraph.
27780  
27781 \begin_inset Box Shaded
27782 position "t"
27783 hor_pos "c"
27784 has_inner_box 0
27785 inner_pos "t"
27786 use_parbox 0
27787 width "50col%"
27788 special "none"
27789 height "1in"
27790 height_special "totalheight"
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794 Shaded background box
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Description
27803 Double
27804 \begin_inset space ~
27805 \end_inset
27806
27807 rectangular
27808 \begin_inset space ~
27809 \end_inset
27810
27811 frame This draws a double-line rectangular frame around the box.
27812  The line thickness of the inner frame is 0.75
27813 \begin_inset space \thinspace{}
27814 \end_inset
27815
27816
27817 \series bold
27818
27819 \backslash
27820 fboxrule
27821 \series default
27822 , the thickness of the outer frame is 1.5
27823 \begin_inset space \thinspace{}
27824 \end_inset
27825
27826
27827 \series bold
27828
27829 \backslash
27830 fboxrule
27831 \series default
27832 .
27833  The distance between the lines is 1.5
27834 \begin_inset space \thinspace{}
27835 \end_inset
27836
27837
27838 \series bold
27839
27840 \backslash
27841 fboxrule
27842 \series default
27843
27844 \begin_inset space \thinspace{}
27845 \end_inset
27846
27847 +
27848 \begin_inset space \thinspace{}
27849 \end_inset
27850
27851 0.5
27852 \begin_inset space \thinspace{}
27853 \end_inset
27854
27855 pt.
27856  
27857 \begin_inset Box Doublebox
27858 position "c"
27859 hor_pos "c"
27860 has_inner_box 1
27861 inner_pos "c"
27862 use_parbox 0
27863 width "20col%"
27864 special "none"
27865 height "1in"
27866 height_special "totalheight"
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870 \align center
27871 Double rectangular box
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Standard
27880 \begin_inset VSpace bigskip
27881 \end_inset
27882
27883 LyX's box label will reflect the different frame types.
27884  To be able to use all types, the LaTeX-package 
27885 \series bold
27886 fancybox
27887 \series default
27888
27889 \begin_inset Index
27890 status collapsed
27891
27892 \begin_layout Plain Layout
27893 LaTeX-packages ! fancybox
27894 \end_layout
27895
27896 \end_inset
27897
27898  must be installed.
27899 \end_layout
27900
27901 \begin_layout Section
27902 Box Customization
27903 \begin_inset Index
27904 status collapsed
27905
27906 \begin_layout Plain Layout
27907 Boxes ! Customization
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \end_layout
27914
27915 \begin_layout Standard
27916 The default value for the size 
27917 \series bold
27918
27919 \backslash
27920 fboxrule
27921 \series default
27922  is 0.4
27923 \begin_inset space \thinspace{}
27924 \end_inset
27925
27926 pt.
27927  It can be changed with the following command in TeX-Code to e.
27928 \begin_inset space \thinspace{}
27929 \end_inset
27930
27931 g.
27932 \begin_inset space \space{}
27933 \end_inset
27934
27935 2
27936 \begin_inset space \thinspace{}
27937 \end_inset
27938
27939 pt:
27940 \end_layout
27941
27942 \begin_layout Standard
27943
27944 \series bold
27945
27946 \backslash
27947 setlength{
27948 \backslash
27949 fboxrule}{2pt}
27950 \end_layout
27951
27952 \begin_layout Standard
27953 \begin_inset ERT
27954 status collapsed
27955
27956 \begin_layout Plain Layout
27957
27958
27959 \backslash
27960 setlength{
27961 \backslash
27962 fboxrule}{2pt}
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \begin_inset Box Boxed
27969 position "c"
27970 hor_pos "c"
27971 has_inner_box 1
27972 inner_pos "c"
27973 use_parbox 0
27974 width "25col%"
27975 special "none"
27976 height "1in"
27977 height_special "totalheight"
27978 status open
27979
27980 \begin_layout Plain Layout
27981 \align center
27982 Rectangular box with 
27983 \series bold
27984
27985 \backslash
27986 fboxrule
27987 \series default
27988
27989 \begin_inset space \thinspace{}
27990 \end_inset
27991
27992 =
27993 \begin_inset space \thinspace{}
27994 \end_inset
27995
27996 2
27997 \begin_inset space \thinspace{}
27998 \end_inset
27999
28000 pt
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \begin_inset ERT
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010
28011
28012 \backslash
28013 setlength{
28014 \backslash
28015 fboxrule}{0.4pt}
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \begin_layout Standard
28024 \begin_inset VSpace bigskip
28025 \end_inset
28026
28027 The space between the frame and the box content is for all frame styles
28028  by default 3
28029 \begin_inset space \thinspace{}
28030 \end_inset
28031
28032 pt.
28033  You can change it by setting the length 
28034 \series bold
28035
28036 \backslash
28037 fboxsep
28038 \series default
28039  to another value.
28040  For example the command
28041 \end_layout
28042
28043 \begin_layout Standard
28044
28045 \series bold
28046
28047 \backslash
28048 setlength{
28049 \backslash
28050 fboxsep}{10pt}
28051 \end_layout
28052
28053 \begin_layout Standard
28054 sets the value to 10
28055 \begin_inset space \thinspace{}
28056 \end_inset
28057
28058 pt, like for the following box:
28059 \end_layout
28060
28061 \begin_layout Standard
28062 \begin_inset ERT
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066
28067
28068 \backslash
28069 setlength{
28070 \backslash
28071 fboxsep}{10pt}
28072 \end_layout
28073
28074 \end_inset
28075
28076
28077 \begin_inset Box Boxed
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 Rectangular box with 
28092 \series bold
28093
28094 \backslash
28095 fboxsep
28096 \series default
28097
28098 \begin_inset space \thinspace{}
28099 \end_inset
28100
28101 =
28102 \begin_inset space \thinspace{}
28103 \end_inset
28104
28105 10
28106 \begin_inset space \thinspace{}
28107 \end_inset
28108
28109 pt
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 setlength{
28123 \backslash
28124 fboxsep}{3pt}
28125 \end_layout
28126
28127 \end_inset
28128
28129
28130 \end_layout
28131
28132 \begin_layout Standard
28133 \begin_inset VSpace bigskip
28134 \end_inset
28135
28136 The diameter of the round corners of the oval boxes can be set with the
28137  command 
28138 \series bold
28139
28140 \backslash
28141 cornersize
28142 \series default
28143 .
28144  The command
28145 \end_layout
28146
28147 \begin_layout Standard
28148
28149 \series bold
28150
28151 \backslash
28152 cornersize*{1cm}
28153 \end_layout
28154
28155 \begin_layout Standard
28156 sets the diameter to 1
28157 \begin_inset space \thinspace{}
28158 \end_inset
28159
28160 cm.
28161  The command
28162 \end_layout
28163
28164 \begin_layout Standard
28165
28166 \series bold
28167
28168 \backslash
28169 cornersize{num}
28170 \end_layout
28171
28172 \begin_layout Standard
28173 sets the diameter to 
28174 \family sans
28175 num
28176 \begin_inset space \thinspace{}
28177 \end_inset
28178
28179 ×
28180 \begin_inset space \thinspace{}
28181 \end_inset
28182
28183 minimum(width and heigth of box)
28184 \family default
28185 .
28186  The default is 
28187 \series bold
28188
28189 \backslash
28190 cornersize{0.5}
28191 \series default
28192 .
28193 \end_layout
28194
28195 \begin_layout Standard
28196 \begin_inset ERT
28197 status collapsed
28198
28199 \begin_layout Plain Layout
28200
28201
28202 \backslash
28203 cornersize*{1.5cm}
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \begin_inset Box Ovalbox
28210 position "c"
28211 hor_pos "c"
28212 has_inner_box 1
28213 inner_pos "c"
28214 use_parbox 0
28215 width "25col%"
28216 special "none"
28217 height "1in"
28218 height_special "totalheight"
28219 status open
28220
28221 \begin_layout Plain Layout
28222 \align center
28223 Oval box with 
28224 \series bold
28225
28226 \backslash
28227 cornersize
28228 \series default
28229
28230 \begin_inset space \thinspace{}
28231 \end_inset
28232
28233 =
28234 \begin_inset space \thinspace{}
28235 \end_inset
28236
28237 1.5
28238 \begin_inset space \thinspace{}
28239 \end_inset
28240
28241 cm
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \begin_inset ERT
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251
28252
28253 \backslash
28254 cornersize{0.5}
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Standard
28263 \begin_inset VSpace bigskip
28264 \end_inset
28265
28266 The size of the shadow can be adjusted by changing the length 
28267 \series bold
28268
28269 \backslash
28270 shadowsize
28271 \series default
28272 .
28273  It it set to 2
28274 \begin_inset space \thinspace{}
28275 \end_inset
28276
28277 pt for the following box by this command:
28278 \end_layout
28279
28280 \begin_layout Standard
28281
28282 \series bold
28283
28284 \backslash
28285 setlength{
28286 \backslash
28287 shadowsize}{2pt}
28288 \end_layout
28289
28290 \begin_layout Standard
28291 \begin_inset ERT
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295
28296
28297 \backslash
28298 setlength{
28299 \backslash
28300 shadowsize}{2pt}
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \begin_inset Box Shadowbox
28307 position "c"
28308 hor_pos "c"
28309 has_inner_box 1
28310 inner_pos "c"
28311 use_parbox 0
28312 width "25col%"
28313 special "none"
28314 height "1in"
28315 height_special "totalheight"
28316 status open
28317
28318 \begin_layout Plain Layout
28319 \align center
28320 Shadow box with 
28321 \series bold
28322
28323 \backslash
28324 shadowsize
28325 \series default
28326
28327 \begin_inset space \thinspace{}
28328 \end_inset
28329
28330 =
28331 \begin_inset space \thinspace{}
28332 \end_inset
28333
28334 2
28335 \begin_inset space \thinspace{}
28336 \end_inset
28337
28338 pt
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \begin_inset ERT
28345 status collapsed
28346
28347 \begin_layout Plain Layout
28348
28349
28350 \backslash
28351 setlength{
28352 \backslash
28353 shadowsize}{4pt}
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \begin_layout Standard
28362 \begin_inset VSpace bigskip
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \begin_layout Standard
28369 The default value for the size 
28370 \series bold
28371
28372 \backslash
28373 FrameRule
28374 \series default
28375  is 0.4
28376 \begin_inset space \thinspace{}
28377 \end_inset
28378
28379 pt.
28380  The default space between the note content and the frame is 9
28381 \begin_inset space \thinspace{}
28382 \end_inset
28383
28384 pt and can be changed with the value of 
28385 \series bold
28386
28387 \backslash
28388 FrameSep
28389 \series default
28390 .
28391  For example the frame appearance of the following 
28392 \family sans
28393 box
28394 \family default
28395  is set with the TeX-Code commands
28396 \end_layout
28397
28398 \begin_layout Standard
28399
28400 \series bold
28401
28402 \backslash
28403 setlength{
28404 \backslash
28405 FrameRule}{5pt}
28406 \begin_inset Newline newline
28407 \end_inset
28408
28409
28410 \backslash
28411 setlength{
28412 \backslash
28413 FrameSep}{0.5cm}
28414 \end_layout
28415
28416 \begin_layout Standard
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 setlength{
28425 \backslash
28426 FrameRule}{5pt}
28427 \end_layout
28428
28429 \begin_layout Plain Layout
28430
28431
28432 \backslash
28433 setlength{
28434 \backslash
28435 FrameSep}{0.5cm}
28436 \end_layout
28437
28438 \end_inset
28439
28440
28441 \begin_inset Box Framed
28442 position "t"
28443 hor_pos "c"
28444 has_inner_box 0
28445 inner_pos "t"
28446 use_parbox 0
28447 width "100col%"
28448 special "none"
28449 height "1in"
28450 height_special "totalheight"
28451 status open
28452
28453 \begin_layout Plain Layout
28454 This is text in an 
28455 \family sans
28456 allow page break
28457 \family default
28458  box.
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \begin_inset ERT
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468
28469
28470 \backslash
28471 setlength{
28472 \backslash
28473 FrameRule}{0.4pt}
28474 \end_layout
28475
28476 \begin_layout Plain Layout
28477
28478
28479 \backslash
28480 setlength{
28481 \backslash
28482 FrameSep}{9pt}
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \begin_layout Standard
28491 \begin_inset VSpace bigskip
28492 \end_inset
28493
28494
28495 \end_layout
28496
28497 \begin_layout Standard
28498 For 
28499 \family sans
28500 shaded background
28501 \family default
28502  boxes the default space between the box content and the box border is 3
28503 \begin_inset space \thinspace{}
28504 \end_inset
28505
28506 pt and can be changed with the value of 
28507 \series bold
28508
28509 \backslash
28510 fboxsep
28511 \series default
28512 .
28513  The default background color red can either be changed locally with the
28514  command 
28515 \series bold
28516
28517 \backslash
28518 definecolor{shadecolor}
28519 \series default
28520  or globally with the menu 
28521 \family sans
28522 Tools\SpecialChar \menuseparator
28523 Preferences\SpecialChar \menuseparator
28524 Colors\SpecialChar \menuseparator
28525 shaded
28526 \begin_inset space ~
28527 \end_inset
28528
28529 box
28530 \family default
28531 .
28532  The scheme of the 
28533 \series bold
28534
28535 \backslash
28536 definecolor
28537 \series default
28538  command is explained in section
28539 \begin_inset space ~
28540 \end_inset
28541
28542
28543 \begin_inset CommandInset ref
28544 LatexCommand ref
28545 reference "sec:Colored-Tables"
28546
28547 \end_inset
28548
28549 .
28550 \begin_inset Foot
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554 Note that 
28555 \series bold
28556
28557 \backslash
28558 definecolor
28559 \series default
28560  requires the LaTeX-package 
28561 \series bold
28562 color
28563 \series default
28564  in the preamble, see section
28565 \begin_inset space ~
28566 \end_inset
28567
28568
28569 \begin_inset CommandInset ref
28570 LatexCommand ref
28571 reference "sec:Colored-Boxes"
28572
28573 \end_inset
28574
28575 .
28576 \end_layout
28577
28578 \end_inset
28579
28580  For example the appearance of the following shaded background box is set
28581  with the TeX-Code commands
28582 \end_layout
28583
28584 \begin_layout Standard
28585
28586 \series bold
28587
28588 \backslash
28589 setlength{
28590 \backslash
28591 fboxsep}{0.5cm}
28592 \series default
28593
28594 \begin_inset Newline newline
28595 \end_inset
28596
28597
28598 \series bold
28599
28600 \backslash
28601 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28602 \end_layout
28603
28604 \begin_layout Standard
28605 \begin_inset ERT
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609
28610
28611 \backslash
28612 setlength{
28613 \backslash
28614 fboxsep}{0.5cm}
28615 \end_layout
28616
28617 \begin_layout Plain Layout
28618
28619
28620 \backslash
28621 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \begin_inset Box Shaded
28628 position "t"
28629 hor_pos "c"
28630 has_inner_box 0
28631 inner_pos "t"
28632 use_parbox 0
28633 width "100col%"
28634 special "none"
28635 height "1in"
28636 height_special "totalheight"
28637 status open
28638
28639 \begin_layout Plain Layout
28640
28641 \color yellow
28642 This is yellow text in a
28643 \color none
28644  
28645 \family sans
28646 \color yellow
28647 shaded background
28648 \family default
28649 \color none
28650  
28651 \color yellow
28652 box with dark green background.
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \begin_inset ERT
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662
28663
28664 \backslash
28665 setlength{
28666 \backslash
28667 fboxsep}{3pt}
28668 \end_layout
28669
28670 \begin_layout Plain Layout
28671
28672
28673 \backslash
28674 definecolor{shadecolor}{rgb}{1,0,0}
28675 \end_layout
28676
28677 \end_inset
28678
28679
28680 \end_layout
28681
28682 \begin_layout Standard
28683 \begin_inset VSpace bigskip
28684 \end_inset
28685
28686 Changed lengths and widths are valid for all boxes following the commands
28687  that change them.
28688 \end_layout
28689
28690 \begin_layout Section
28691 Minipages
28692 \begin_inset CommandInset label
28693 LatexCommand label
28694 name "sec:Minipages"
28695
28696 \end_inset
28697
28698
28699 \begin_inset Index
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 Boxes ! Minipages
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 Minipages are treated by LaTeX as pages within pages and can therefore for
28713  example have their own footnotes.
28714 \end_layout
28715
28716 \begin_layout Standard
28717 Minipages are useful when you write documents with different languages.
28718 \end_layout
28719
28720 \begin_layout Standard
28721 Below are two example minipages side by side.
28722  Their width is set to 45
28723 \begin_inset space \thinspace{}
28724 \end_inset
28725
28726 col% and they are separated by a horizontal fill, that was inserted via
28727  the menu 
28728 \family sans
28729 Insert\SpecialChar \menuseparator
28730 Special
28731 \begin_inset space ~
28732 \end_inset
28733
28734 Formatting\SpecialChar \menuseparator
28735 Horizontal
28736 \begin_inset space ~
28737 \end_inset
28738
28739 Fill
28740 \family default
28741 .
28742 \begin_inset Newpage newpage
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Standard
28749 \begin_inset Box Frameless
28750 position "t"
28751 hor_pos "c"
28752 has_inner_box 1
28753 inner_pos "c"
28754 use_parbox 0
28755 width "45col%"
28756 special "none"
28757 height "1in"
28758 height_special "totalheight"
28759 status open
28760
28761 \begin_layout Plain Layout
28762
28763 \lang german
28764 Dies ist ein deutscher Text.
28765  Dies ist ein deutscher Text.
28766  Dies ist ein deutscher Text.
28767  Dies ist ein deutscher Text.
28768  Dies ist ein deutscher Text.
28769  Dies ist ein deutscher Text.
28770  Dies ist ein deutscher Text.
28771  Dies ist ein deutscher Text.
28772  Dies ist ein deutscher Text.
28773  Dies ist ein deutscher Text.
28774  Dies ist ein deutscher Text.
28775  Dies ist ein deutscher Text.
28776  Dies ist ein deutscher Text
28777 \begin_inset Foot
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781
28782 \lang german
28783 Dies ist eine deutsche Fußnote.
28784 \end_layout
28785
28786 \end_inset
28787
28788 .
28789  Dies ist ein deutscher Text.
28790  Dies ist ein deutscher Text.
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \begin_inset space \hfill{}
28797 \end_inset
28798
28799
28800 \begin_inset Box Frameless
28801 position "t"
28802 hor_pos "c"
28803 has_inner_box 1
28804 inner_pos "c"
28805 use_parbox 0
28806 width "45col%"
28807 special "none"
28808 height "1in"
28809 height_special "totalheight"
28810 status open
28811
28812 \begin_layout Plain Layout
28813 This is an English Text.
28814  This is an English Text.
28815  This is an English Text.
28816  This is an English Text.
28817  This is an English Text.
28818  This is an English Text.
28819  This is an English Text.
28820  This is an English Text.
28821  This is an English Text.
28822  This is an English Text.
28823  This is an English Text.
28824  This is an English Text.
28825  This is an English Text.
28826  This is an English Text.
28827  This is an English Text.
28828  This is an English Text.
28829 \begin_inset Foot
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833 This is an English footnote.
28834 \end_layout
28835
28836 \end_inset
28837
28838  This is an English Text.
28839  
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Standard
28848 \begin_inset VSpace bigskip
28849 \end_inset
28850
28851 Another application for minipages are footnotes within tables.
28852  Due to a LaTeX restriction footnotes within tables doesn't appear at the
28853  bottom of the current page.
28854  But when you put the table with the footnote to a minipage, the footnote
28855  will appear at its bottom, numbered with Latin letters.
28856  The footnote number is reset to 1 in every minipage but not outside the
28857  minipages.
28858 \end_layout
28859
28860 \begin_layout Standard
28861 The footnote of this table doesn't appear: 
28862 \begin_inset Tabular
28863 <lyxtabular version="3" rows="3" columns="4">
28864 <features>
28865 <column alignment="center" valignment="top" width="0pt">
28866 <column alignment="center" valignment="top" width="0pt">
28867 <column alignment="center" valignment="top" width="0pt">
28868 <column alignment="center" valignment="top" width="0pt">
28869 <row>
28870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28871 \begin_inset Text
28872
28873 \begin_layout Plain Layout
28874 1
28875 \end_layout
28876
28877 \end_inset
28878 </cell>
28879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28880 \begin_inset Text
28881
28882 \begin_layout Plain Layout
28883 2
28884 \end_layout
28885
28886 \end_inset
28887 </cell>
28888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Plain Layout
28892 3
28893 \begin_inset Foot
28894 status collapsed
28895
28896 \begin_layout Plain Layout
28897 This is a footnote within a table.
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \end_inset
28906 </cell>
28907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28908 \begin_inset Text
28909
28910 \begin_layout Plain Layout
28911 4
28912 \end_layout
28913
28914 \end_inset
28915 </cell>
28916 </row>
28917 <row>
28918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28919 \begin_inset Text
28920
28921 \begin_layout Plain Layout
28922 a
28923 \end_layout
28924
28925 \end_inset
28926 </cell>
28927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28928 \begin_inset Text
28929
28930 \begin_layout Plain Layout
28931 b
28932 \end_layout
28933
28934 \end_inset
28935 </cell>
28936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28937 \begin_inset Text
28938
28939 \begin_layout Plain Layout
28940 c
28941 \end_layout
28942
28943 \end_inset
28944 </cell>
28945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28946 \begin_inset Text
28947
28948 \begin_layout Plain Layout
28949 d
28950 \end_layout
28951
28952 \end_inset
28953 </cell>
28954 </row>
28955 <row>
28956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28957 \begin_inset Text
28958
28959 \begin_layout Plain Layout
28960 e
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Plain Layout
28969 f
28970 \end_layout
28971
28972 \end_inset
28973 </cell>
28974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28975 \begin_inset Text
28976
28977 \begin_layout Plain Layout
28978 g
28979 \end_layout
28980
28981 \end_inset
28982 </cell>
28983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28984 \begin_inset Text
28985
28986 \begin_layout Plain Layout
28987 h
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 </row>
28993 </lyxtabular>
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001 \align center
29002 \begin_inset Box Frameless
29003 position "t"
29004 hor_pos "c"
29005 has_inner_box 1
29006 inner_pos "c"
29007 use_parbox 0
29008 width "30col%"
29009 special "none"
29010 height "1in"
29011 height_special "totalheight"
29012 status open
29013
29014 \begin_layout Plain Layout
29015 \align center
29016 \begin_inset Tabular
29017 <lyxtabular version="3" rows="3" columns="4">
29018 <features>
29019 <column alignment="center" valignment="top" width="0pt">
29020 <column alignment="center" valignment="top" width="0pt">
29021 <column alignment="center" valignment="top" width="0pt">
29022 <column alignment="center" valignment="top" width="0pt">
29023 <row>
29024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29025 \begin_inset Text
29026
29027 \begin_layout Plain Layout
29028 1
29029 \end_layout
29030
29031 \end_inset
29032 </cell>
29033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29034 \begin_inset Text
29035
29036 \begin_layout Plain Layout
29037 2
29038 \end_layout
29039
29040 \end_inset
29041 </cell>
29042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29043 \begin_inset Text
29044
29045 \begin_layout Plain Layout
29046 3
29047 \begin_inset Foot
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 This is a footnote within a table.
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Plain Layout
29065 4
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 </row>
29071 <row>
29072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29073 \begin_inset Text
29074
29075 \begin_layout Plain Layout
29076 a
29077 \end_layout
29078
29079 \end_inset
29080 </cell>
29081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29082 \begin_inset Text
29083
29084 \begin_layout Plain Layout
29085 b
29086 \end_layout
29087
29088 \end_inset
29089 </cell>
29090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Plain Layout
29094 c
29095 \end_layout
29096
29097 \end_inset
29098 </cell>
29099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29100 \begin_inset Text
29101
29102 \begin_layout Plain Layout
29103 d
29104 \end_layout
29105
29106 \end_inset
29107 </cell>
29108 </row>
29109 <row>
29110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29111 \begin_inset Text
29112
29113 \begin_layout Plain Layout
29114 e
29115 \end_layout
29116
29117 \end_inset
29118 </cell>
29119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29120 \begin_inset Text
29121
29122 \begin_layout Plain Layout
29123 f
29124 \end_layout
29125
29126 \end_inset
29127 </cell>
29128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29129 \begin_inset Text
29130
29131 \begin_layout Plain Layout
29132 g
29133 \end_layout
29134
29135 \end_inset
29136 </cell>
29137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29138 \begin_inset Text
29139
29140 \begin_layout Plain Layout
29141 h
29142 \end_layout
29143
29144 \end_inset
29145 </cell>
29146 </row>
29147 </lyxtabular>
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Standard
29160 \begin_inset VSpace bigskip
29161 \end_inset
29162
29163 The document-wide paragraph settings are ignored within minipages.
29164  That means that there will be no space between paragraphs in minipages
29165  although you set it to e.
29166 \begin_inset space \thinspace{}
29167 \end_inset
29168
29169 g.
29170 \begin_inset space \space{}
29171 \end_inset
29172
29173
29174 \family sans
29175 MedSkip
29176 \family default
29177  in the document settings.
29178 \end_layout
29179
29180 \begin_layout Standard
29181 Minipages can also be used to set a background color for text parts, see
29182  section
29183 \begin_inset space ~
29184 \end_inset
29185
29186
29187 \begin_inset CommandInset ref
29188 LatexCommand ref
29189 reference "sub:Color-for-Paragraphs"
29190
29191 \end_inset
29192
29193 .
29194 \end_layout
29195
29196 \begin_layout Standard
29197 \begin_inset Note Greyedout
29198 status open
29199
29200 \begin_layout Plain Layout
29201
29202 \series bold
29203 Note:
29204 \series default
29205  You cannot have floats or margin notes inside minipages but minipages can
29206  be used inside tables, floats, and other boxes.
29207 \end_layout
29208
29209 \end_inset
29210
29211
29212 \end_layout
29213
29214 \begin_layout Section
29215 Parboxes
29216 \begin_inset CommandInset label
29217 LatexCommand label
29218 name "sec:Parboxes"
29219
29220 \end_inset
29221
29222
29223 \begin_inset Index
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227 Boxes ! Parboxes
29228 \end_layout
29229
29230 \end_inset
29231
29232
29233 \end_layout
29234
29235 \begin_layout Standard
29236 Parboxes are very similar to minipages with the difference that they cannot
29237  have footnotes.
29238  The main difference to minipages is that minipages are in contrary to parboxes
29239  no real boxes but LaTeX-environments.
29240 \end_layout
29241
29242 \begin_layout Standard
29243 \align center
29244 \begin_inset Box Frameless
29245 position "t"
29246 hor_pos "c"
29247 has_inner_box 1
29248 inner_pos "t"
29249 use_parbox 1
29250 width "33col%"
29251 special "none"
29252 height "1in"
29253 height_special "totalheight"
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257 This a text within a parbox.
29258  This a text within a parbox.
29259 \end_layout
29260
29261 \begin_layout Plain Layout
29262 This footnote won't appear:
29263 \begin_inset Foot
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267 This footnote is inside a parbox and will therefore not appear.
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \begin_layout Section
29281 Boxes for Words and Characters
29282 \begin_inset Index
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 Boxes ! for Characters
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Subsection
29295 Prevent Hyphenation
29296 \begin_inset CommandInset label
29297 LatexCommand label
29298 name "sec:Prevent-Hyphenation"
29299
29300 \end_inset
29301
29302
29303 \begin_inset Index
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307 Boxes ! to Prevent Hyphenation
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Standard
29316 You can use a special kind of boxes to prevent words or text to be hyphenated.
29317 \begin_inset Newline newline
29318 \end_inset
29319
29320 Here is an example text:
29321 \end_layout
29322
29323 \begin_layout Standard
29324 This line is an example to show how you can prevent the hyphenation of 
29325 \begin_inset Quotes eld
29326 \end_inset
29327
29328 veryverylongword
29329 \begin_inset Quotes erd
29330 \end_inset
29331
29332 .
29333 \end_layout
29334
29335 \begin_layout Standard
29336 To prevent the hyphenation of the word 
29337 \begin_inset Quotes eld
29338 \end_inset
29339
29340 veryverylongword
29341 \begin_inset Quotes erd
29342 \end_inset
29343
29344 , add the command
29345 \end_layout
29346
29347 \begin_layout Standard
29348
29349 \series bold
29350
29351 \backslash
29352 mbox{
29353 \end_layout
29354
29355 \begin_layout Standard
29356 in TeX-Code before the word.
29357  Behind the word insert a closing brace 
29358 \begin_inset Quotes eld
29359 \end_inset
29360
29361
29362 \series bold
29363 }
29364 \series default
29365
29366 \begin_inset Quotes erd
29367 \end_inset
29368
29369  in TeX-Code.
29370 \end_layout
29371
29372 \begin_layout Standard
29373 This is the result:
29374 \end_layout
29375
29376 \begin_layout Standard
29377 This line is an example to show how you can prevent the hyphenation of 
29378 \begin_inset ERT
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382
29383
29384 \backslash
29385 mbox{
29386 \end_layout
29387
29388 \end_inset
29389
29390
29391 \begin_inset Quotes eld
29392 \end_inset
29393
29394 veryverylongword
29395 \begin_inset Quotes erd
29396 \end_inset
29397
29398 .
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404 }
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \end_layout
29411
29412 \begin_layout Standard
29413 You can alternatively set the command 
29414 \begin_inset Quotes eld
29415 \end_inset
29416
29417
29418 \series bold
29419
29420 \backslash
29421 -
29422 \series default
29423
29424 \begin_inset Quotes grd
29425 \end_inset
29426
29427  as TeX-Code directly before the word:
29428 \end_layout
29429
29430 \begin_layout Standard
29431 This line is an example to show how you can prevent the hyphenation of 
29432 \begin_inset Quotes eld
29433 \end_inset
29434
29435
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441
29442 \backslash
29443 -
29444 \end_layout
29445
29446 \end_inset
29447
29448 veryverylongword
29449 \begin_inset Quotes erd
29450 \end_inset
29451
29452 .
29453 \end_layout
29454
29455 \begin_layout Standard
29456 Of course the word now protrudes over the side margin.
29457  To avoid this, add via the menu 
29458 \family sans
29459 Insert\SpecialChar \menuseparator
29460 Special
29461 \begin_inset space ~
29462 \end_inset
29463
29464 Formatting\SpecialChar \menuseparator
29465 Line
29466 \begin_inset space ~
29467 \end_inset
29468
29469 Break
29470 \family default
29471  (shortcut 
29472 \begin_inset Info
29473 type  "shortcut"
29474 arg   "newline-insert newline"
29475 \end_inset
29476
29477 ) a line break before the word:
29478 \end_layout
29479
29480 \begin_layout Standard
29481 This line is an example to show how you can prevent the hyphenation of 
29482 \begin_inset Newline newline
29483 \end_inset
29484
29485
29486 \begin_inset ERT
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490
29491
29492 \backslash
29493 mbox{
29494 \end_layout
29495
29496 \end_inset
29497
29498
29499 \begin_inset Quotes eld
29500 \end_inset
29501
29502 veryverylongword
29503 \begin_inset Quotes erd
29504 \end_inset
29505
29506 .
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512 }
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Subsection
29521 Vertical Alignment
29522 \begin_inset CommandInset label
29523 LatexCommand label
29524 name "sub:Vertical-Alignment"
29525
29526 \end_inset
29527
29528
29529 \begin_inset Index
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Boxes ! for Vertical Alignment
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset Index
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 Boxes ! Raiseboxes
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \begin_layout Standard
29552 With the help of the command 
29553 \series bold
29554
29555 \backslash
29556 raisebox
29557 \series default
29558  you can align words, characters or other boxes vertically to the surrounding
29559  text.
29560  
29561 \series bold
29562
29563 \backslash
29564 raisebox
29565 \series default
29566  is used with the following scheme:
29567 \end_layout
29568
29569 \begin_layout Standard
29570
29571 \series bold
29572
29573 \backslash
29574 raisebox{lift}[height][depth]{box content}
29575 \end_layout
29576
29577 \begin_layout Standard
29578 The lift can be a positive value to raise the box or a negative value to
29579  lower the box.
29580 \end_layout
29581
29582 \begin_layout Standard
29583 To align for example the word 
29584 \begin_inset Quotes eld
29585 \end_inset
29586
29587 preventing
29588 \begin_inset Quotes erd
29589 \end_inset
29590
29591  so that the bottom of the 
29592 \begin_inset Quotes eld
29593 \end_inset
29594
29595 deepest
29596 \begin_inset Quotes erd
29597 \end_inset
29598
29599  character 
29600 \begin_inset Quotes eld
29601 \end_inset
29602
29603 p
29604 \begin_inset Quotes erd
29605 \end_inset
29606
29607  is at the baseline, insert the command
29608 \end_layout
29609
29610 \begin_layout Standard
29611
29612 \series bold
29613
29614 \backslash
29615 raisebox{
29616 \backslash
29617 depth}{
29618 \end_layout
29619
29620 \begin_layout Standard
29621 in TeX-Code before the word.
29622  Behind the word insert a closing brace 
29623 \begin_inset Quotes eld
29624 \end_inset
29625
29626
29627 \series bold
29628 }
29629 \series default
29630
29631 \begin_inset Quotes erd
29632 \end_inset
29633
29634  in TeX-Code.
29635 \begin_inset Newline newline
29636 \end_inset
29637
29638 This is the result:
29639 \end_layout
29640
29641 \begin_layout Standard
29642 This is a text line with the word 
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 raisebox{
29651 \backslash
29652 depth}{
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \begin_inset Quotes eld
29659 \end_inset
29660
29661 preventing
29662 \begin_inset Quotes erd
29663 \end_inset
29664
29665
29666 \begin_inset ERT
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670
29671 }
29672 \end_layout
29673
29674 \end_inset
29675
29676  as raised word.
29677 \end_layout
29678
29679 \begin_layout Standard
29680 \begin_inset VSpace bigskip
29681 \end_inset
29682
29683 When you raise or lower characters in a line, the line distance will be
29684  spread:
29685 \end_layout
29686
29687 \begin_layout Standard
29688 This is a text line with the word 
29689 \begin_inset ERT
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693
29694
29695 \backslash
29696 raisebox{-
29697 \backslash
29698 depth}{
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \begin_inset Quotes eld
29705 \end_inset
29706
29707 preventing
29708 \begin_inset Quotes erd
29709 \end_inset
29710
29711
29712 \begin_inset ERT
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716
29717 }
29718 \end_layout
29719
29720 \end_inset
29721
29722  as lowered word.
29723 \begin_inset Newline newline
29724 \end_inset
29725
29726 This is a text line with the word 
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732
29733 \backslash
29734 raisebox{0.5cm}{
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \begin_inset Quotes eld
29741 \end_inset
29742
29743 testing
29744 \begin_inset Quotes erd
29745 \end_inset
29746
29747
29748 \begin_inset ERT
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752
29753 }
29754 \end_layout
29755
29756 \end_inset
29757
29758  as raised word.
29759 \end_layout
29760
29761 \begin_layout Standard
29762 If you want to prevent this for a certain reason, set the box height to
29763  a zero value.
29764  For example use
29765 \end_layout
29766
29767 \begin_layout Standard
29768
29769 \series bold
29770
29771 \backslash
29772 raisebox{-
29773 \backslash
29774 depth}[0pt]{
29775 \end_layout
29776
29777 \begin_layout Standard
29778 This is a text line with the word 
29779 \begin_inset ERT
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783
29784
29785 \backslash
29786 raisebox{-
29787 \backslash
29788 depth}[0pt]{
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \begin_inset Quotes eld
29795 \end_inset
29796
29797 preventing
29798 \begin_inset Quotes erd
29799 \end_inset
29800
29801
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807 }
29808 \end_layout
29809
29810 \end_inset
29811
29812  as lowered word.
29813 \begin_inset Newline newline
29814 \end_inset
29815
29816 This is a text line with the word 
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822
29823 \backslash
29824 raisebox{0.5cm}[0pt]{
29825 \end_layout
29826
29827 \end_inset
29828
29829
29830 \begin_inset Quotes eld
29831 \end_inset
29832
29833 testing
29834 \begin_inset Quotes erd
29835 \end_inset
29836
29837
29838 \begin_inset ERT
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842
29843 }
29844 \end_layout
29845
29846 \end_inset
29847
29848  as raised word.
29849 \end_layout
29850
29851 \begin_layout Section
29852 Colored Boxes
29853 \begin_inset CommandInset label
29854 LatexCommand label
29855 name "sec:Colored-Boxes"
29856
29857 \end_inset
29858
29859
29860 \begin_inset Index
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864 Boxes ! Color
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \end_layout
29871
29872 \begin_layout Subsection
29873 Color for Text
29874 \begin_inset Index
29875 status collapsed
29876
29877 \begin_layout Plain Layout
29878 Color ! for Text
29879 \end_layout
29880
29881 \end_inset
29882
29883
29884 \end_layout
29885
29886 \begin_layout Standard
29887 To color the background of text the text must be put into a so called 
29888 \begin_inset Quotes eld
29889 \end_inset
29890
29891 colorbox
29892 \begin_inset Quotes erd
29893 \end_inset
29894
29895 .
29896  This requires that the LaTeX-package 
29897 \series bold
29898 color
29899 \series default
29900
29901 \begin_inset Index
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905 LaTeX-packages ! color
29906 \end_layout
29907
29908 \end_inset
29909
29910  is loaded in the document preamble with the command
29911 \end_layout
29912
29913 \begin_layout Standard
29914
29915 \series bold
29916
29917 \backslash
29918 @ifundefined{textcolor}
29919 \begin_inset Newline newline
29920 \end_inset
29921
29922
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928
29929 \backslash
29930 hphantom{ }
29931 \end_layout
29932
29933 \end_inset
29934
29935 {
29936 \backslash
29937 usepackage{color}}{}
29938 \end_layout
29939
29940 \begin_layout Standard
29941 The package 
29942 \series bold
29943 color
29944 \series default
29945  will be loaded automatically by LyX when you color text
29946 \begin_inset Foot
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950 To avoid that it is loaded twice the command 
29951 \series bold
29952
29953 \backslash
29954 @ifundefined
29955 \series default
29956  is used.
29957 \end_layout
29958
29959 \end_inset
29960
29961 .
29962 \end_layout
29963
29964 \begin_layout Standard
29965 \begin_inset VSpace medskip
29966 \end_inset
29967
29968 Colorboxes are created with the command 
29969 \series bold
29970
29971 \backslash
29972 colorbox
29973 \series default
29974 .
29975  This will be used with the following scheme:
29976 \end_layout
29977
29978 \begin_layout Standard
29979
29980 \series bold
29981
29982 \backslash
29983 colorbox{color}{box content}
29984 \end_layout
29985
29986 \begin_layout Standard
29987 The box content can also be a box and colorboxes can also be within other
29988  boxes.
29989 \end_layout
29990
29991 \begin_layout Standard
29992 The following colors are predefined:
29993 \begin_inset Newline newline
29994 \end_inset
29995
29996
29997 \family sans
29998 black
29999 \family default
30000
30001 \family sans
30002 blue
30003 \family default
30004
30005 \family sans
30006 cyan
30007 \family default
30008 \series bold
30009 ,
30010 \series default
30011  
30012 \family sans
30013 green
30014 \family default
30015
30016 \family sans
30017 magenta
30018 \family default
30019
30020 \family sans
30021 red
30022 \family default
30023
30024 \family sans
30025 white
30026 \family default
30027 , and 
30028 \family sans
30029 yellow
30030 \family default
30031 .
30032 \begin_inset Newline newline
30033 \end_inset
30034
30035 You can also define your own color as described in section
30036 \begin_inset space ~
30037 \end_inset
30038
30039
30040 \begin_inset CommandInset ref
30041 LatexCommand ref
30042 reference "sec:Colored-Tables"
30043
30044 \end_inset
30045
30046 .
30047 \end_layout
30048
30049 \begin_layout Standard
30050 To have e.
30051 \begin_inset space \thinspace{}
30052 \end_inset
30053
30054 g.
30055 \begin_inset space \space{}
30056 \end_inset
30057
30058 a red background for a word, insert the command
30059 \end_layout
30060
30061 \begin_layout Standard
30062
30063 \series bold
30064
30065 \backslash
30066 colorbox{red}{
30067 \end_layout
30068
30069 \begin_layout Standard
30070 before the word in TeX-Code.
30071  Behind the word insert a closing brace 
30072 \begin_inset Quotes eld
30073 \end_inset
30074
30075
30076 \series bold
30077 }
30078 \series default
30079
30080 \begin_inset Quotes erd
30081 \end_inset
30082
30083  in TeX-Code.
30084 \begin_inset Newline newline
30085 \end_inset
30086
30087 This is the result:
30088 \end_layout
30089
30090 \begin_layout Standard
30091 This is a line where the word 
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097
30098 \backslash
30099 colorbox{red}{
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \begin_inset Quotes eld
30106 \end_inset
30107
30108 Attention!
30109 \begin_inset Quotes erd
30110 \end_inset
30111
30112
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118 }
30119 \end_layout
30120
30121 \end_inset
30122
30123  has a red background.
30124 \end_layout
30125
30126 \begin_layout Standard
30127 \begin_inset VSpace bigskip
30128 \end_inset
30129
30130 If you would have the box frame in a different color, you can use the command
30131  
30132 \series bold
30133
30134 \backslash
30135 fcolorbox
30136 \series default
30137  with the following scheme:
30138 \end_layout
30139
30140 \begin_layout Standard
30141
30142 \series bold
30143
30144 \backslash
30145 fcolorbox{frame color}{box color}{box content}
30146 \end_layout
30147
30148 \begin_layout Standard
30149
30150 \series bold
30151
30152 \backslash
30153 fcolorbox
30154 \series default
30155  is an extension to 
30156 \series bold
30157
30158 \backslash
30159 colorbox
30160 \series default
30161 .
30162  The frame thickness and the space between the frame and the box content
30163  can be adjusted with the lengths 
30164 \series bold
30165
30166 \backslash
30167 fboxrule
30168 \series default
30169  and 
30170 \series bold
30171
30172 \backslash
30173 fboxsep
30174 \series default
30175 , respectively, as described in section
30176 \begin_inset space ~
30177 \end_inset
30178
30179
30180 \begin_inset CommandInset ref
30181 LatexCommand ref
30182 reference "sec:Decoration"
30183
30184 \end_inset
30185
30186 .
30187 \end_layout
30188
30189 \begin_layout Standard
30190 For the following example the command
30191 \end_layout
30192
30193 \begin_layout Standard
30194
30195 \series bold
30196
30197 \backslash
30198 fcolorbox{cyan}{magenta}{
30199 \end_layout
30200
30201 \begin_layout Standard
30202 was used.
30203 \end_layout
30204
30205 \begin_layout Standard
30206 Here is an example where the frame line thickness was set to 1
30207 \begin_inset space \thinspace{}
30208 \end_inset
30209
30210 mm:
30211 \begin_inset Newline newline
30212 \end_inset
30213
30214
30215 \begin_inset ERT
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219
30220
30221 \backslash
30222 fboxrule 1mm 
30223 \backslash
30224 fboxsep 1mm
30225 \end_layout
30226
30227 \end_inset
30228
30229
30230 \begin_inset ERT
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234
30235
30236 \backslash
30237 fcolorbox{cyan}{magenta}{
30238 \end_layout
30239
30240 \end_inset
30241
30242 This is text within a colored, framed box.
30243 \begin_inset ERT
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247
30248 }
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \end_layout
30255
30256 \begin_layout Standard
30257 \begin_inset VSpace bigskip
30258 \end_inset
30259
30260 Of course you can also have colored text inside a colorbox:
30261 \begin_inset Newline newline
30262 \end_inset
30263
30264
30265 \begin_inset ERT
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269
30270
30271 \backslash
30272 fcolorbox{cyan}{magenta}{
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \color yellow
30279 This is colored text within a colored, framed box.
30280 \color none
30281
30282 \begin_inset ERT
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286
30287 }
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \begin_inset ERT
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297
30298
30299 \backslash
30300 fboxrule 0.4pt 
30301 \backslash
30302 fboxsep 3pt
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \end_layout
30309
30310 \begin_layout Standard
30311
30312 \series bold
30313 \begin_inset VSpace medskip
30314 \end_inset
30315
30316
30317 \end_layout
30318
30319 \begin_layout Standard
30320 \begin_inset Note Greyedout
30321 status open
30322
30323 \begin_layout Plain Layout
30324
30325 \series bold
30326 Note:
30327 \series default
30328  Text in colorboxes cannot have line breaks.
30329  To color multiple text lines or paragraphs, use a box inside a colorbox
30330  as described in the following.
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \end_layout
30337
30338 \begin_layout Subsection
30339 Color for Paragraphs
30340 \begin_inset CommandInset label
30341 LatexCommand label
30342 name "sub:Color-for-Paragraphs"
30343
30344 \end_inset
30345
30346
30347 \begin_inset Index
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351 Color ! for Paragraphs
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 To set the background color for more than one text line, put the text into
30361  a minipage.
30362  Before the minipage insert the 
30363 \series bold
30364
30365 \backslash
30366 colorbox
30367 \series default
30368  command
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 colorbox{color}{
30377 \end_layout
30378
30379 \begin_layout Standard
30380 in TeX-Code.
30381  Behind the minipage insert a closing brace 
30382 \begin_inset Quotes eld
30383 \end_inset
30384
30385
30386 \series bold
30387 }
30388 \series default
30389
30390 \begin_inset Quotes erd
30391 \end_inset
30392
30393  in TeX-Code.
30394 \end_layout
30395
30396 \begin_layout Standard
30397 \begin_inset ERT
30398 status collapsed
30399
30400 \begin_layout Plain Layout
30401
30402
30403 \backslash
30404 colorbox{lightgrey}{
30405 \end_layout
30406
30407 \end_inset
30408
30409
30410 \begin_inset Box Frameless
30411 position "t"
30412 hor_pos "c"
30413 has_inner_box 1
30414 inner_pos "t"
30415 use_parbox 0
30416 width "100col%"
30417 special "none"
30418 height "1in"
30419 height_special "totalheight"
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423 This is text with background color.
30424  This is text with background color.
30425 \end_layout
30426
30427 \begin_layout Plain Layout
30428 \begin_inset VSpace defskip
30429 \end_inset
30430
30431 The text can have footnotes
30432 \begin_inset Foot
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436 Another example footnote
30437 \end_layout
30438
30439 \end_inset
30440
30441  and can include tables and figures.
30442 \end_layout
30443
30444 \begin_layout Plain Layout
30445 \align center
30446 \begin_inset Tabular
30447 <lyxtabular version="3" rows="3" columns="3">
30448 <features>
30449 <column alignment="center" valignment="top" width="0">
30450 <column alignment="center" valignment="top" width="0">
30451 <column alignment="center" valignment="top" width="0">
30452 <row>
30453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30454 \begin_inset Text
30455
30456 \begin_layout Plain Layout
30457 a
30458 \end_layout
30459
30460 \end_inset
30461 </cell>
30462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30463 \begin_inset Text
30464
30465 \begin_layout Plain Layout
30466 !
30467 \end_layout
30468
30469 \end_inset
30470 </cell>
30471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30472 \begin_inset Text
30473
30474 \begin_layout Plain Layout
30475 3
30476 \end_layout
30477
30478 \end_inset
30479 </cell>
30480 </row>
30481 <row>
30482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30483 \begin_inset Text
30484
30485 \begin_layout Plain Layout
30486 <
30487 \end_layout
30488
30489 \end_inset
30490 </cell>
30491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30492 \begin_inset Text
30493
30494 \begin_layout Plain Layout
30495 b2
30496 \begin_inset Quotes erd
30497 \end_inset
30498
30499 |
30500 \end_layout
30501
30502 \end_inset
30503 </cell>
30504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508 >
30509 \end_layout
30510
30511 \end_inset
30512 </cell>
30513 </row>
30514 <row>
30515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30516 \begin_inset Text
30517
30518 \begin_layout Plain Layout
30519 1
30520 \end_layout
30521
30522 \end_inset
30523 </cell>
30524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30525 \begin_inset Text
30526
30527 \begin_layout Plain Layout
30528 §
30529 \end_layout
30530
30531 \end_inset
30532 </cell>
30533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30534 \begin_inset Text
30535
30536 \begin_layout Plain Layout
30537 c
30538 \end_layout
30539
30540 \end_inset
30541 </cell>
30542 </row>
30543 </lyxtabular>
30544
30545 \end_inset
30546
30547
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558 }
30559 \end_layout
30560
30561 \end_inset
30562
30563
30564 \end_layout
30565
30566 \begin_layout Section
30567 Rotated and Scaled Boxes
30568 \end_layout
30569
30570 \begin_layout Standard
30571 To use the the commands described in this section, the LaTeX-package 
30572 \series bold
30573 graphicx
30574 \series default
30575
30576 \begin_inset Index
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580 LaTeX-packages ! graphicx
30581 \end_layout
30582
30583 \end_inset
30584
30585  needs to be loaded in the document preamble with the command
30586 \end_layout
30587
30588 \begin_layout Standard
30589
30590 \series bold
30591
30592 \backslash
30593 @ifundefined{rotatebox}
30594 \begin_inset Newline newline
30595 \end_inset
30596
30597
30598 \begin_inset ERT
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602
30603
30604 \backslash
30605 hphantom{ }
30606 \end_layout
30607
30608 \end_inset
30609
30610 {
30611 \backslash
30612 usepackage{graphicx}}{}
30613 \end_layout
30614
30615 \begin_layout Standard
30616 \begin_inset Note Greyedout
30617 status open
30618
30619 \begin_layout Plain Layout
30620
30621 \series bold
30622 Note:
30623 \series default
30624  Some DVI-viewers can't display rotated or scaled material.
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \end_layout
30631
30632 \begin_layout Standard
30633 \begin_inset Note Greyedout
30634 status open
30635
30636 \begin_layout Plain Layout
30637
30638 \series bold
30639 Note:
30640 \series default
30641  Floats mustn't be inside a rotated or scaled box.
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \begin_layout Subsection
30650 Rotated Boxes
30651 \begin_inset Index
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 Boxes ! rotated
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \begin_inset Index
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 Rotated material
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \begin_inset Index
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675 Figures ! rotated
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \begin_inset Index
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Table Customization ! Rotating
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 To rotate material, you can put it into a rotated box.
30695  Such a box is created using the command 
30696 \series bold
30697
30698 \backslash
30699 rotatebox
30700 \series default
30701  in TeX-Code with the following scheme:
30702 \end_layout
30703
30704 \begin_layout Standard
30705
30706 \series bold
30707
30708 \backslash
30709 rotatebox[rotation origin]{rotation angle}{box content}
30710 \end_layout
30711
30712 \begin_layout Standard
30713 The rotation origin is specified in the form 
30714 \series bold
30715 origin=position
30716 \series default
30717 .
30718  The following positions are possible: 
30719 \emph on
30720 c
30721 \emph default
30722  (center), 
30723 \emph on
30724 l
30725 \emph default
30726  (left), 
30727 \emph on
30728 r
30729 \emph default
30730  (right), 
30731 \emph on
30732 b
30733 \emph default
30734  (bottom), 
30735 \emph on
30736 t
30737 \emph default
30738  (top), and also expedient combinations of the four base positions.
30739  For example 
30740 \emph on
30741 lt
30742 \emph default
30743  means, that the rotation origin is at the top left corner of the box.
30744  When no rotation origin is specified, the position 
30745 \emph on
30746 l
30747 \emph default
30748  will be used.
30749  The rotation angle is a number that can be negative that specifies the
30750  angle in degrees.
30751  The rotation direction is counterclockwise.
30752 \end_layout
30753
30754 \begin_layout Standard
30755 In the following example the command 
30756 \series bold
30757
30758 \backslash
30759 rotatebox[origin=c]{60}{
30760 \series default
30761  was inserted as TeX-Code before the text 
30762 \begin_inset Quotes eld
30763 \end_inset
30764
30765 with rotated
30766 \begin_inset Quotes erd
30767 \end_inset
30768
30769 ; after the text the box was closed by a closing brace 
30770 \series bold
30771 }
30772 \series default
30773  in TeX-Code.
30774 \end_layout
30775
30776 \begin_layout Standard
30777 This is a line 
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783
30784 \backslash
30785 rotatebox[origin=c]{60}{
30786 \end_layout
30787
30788 \end_inset
30789
30790 with rotated
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796 }
30797 \end_layout
30798
30799 \end_inset
30800
30801  text.
30802 \end_layout
30803
30804 \begin_layout Standard
30805 The box content can also be another box or an inline formula:
30806 \end_layout
30807
30808 \begin_layout Standard
30809 This is a line
30810 \begin_inset ERT
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814
30815
30816 \backslash
30817 rotatebox[origin=r]{-60}{
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \begin_inset Box Doublebox
30824 position "c"
30825 hor_pos "c"
30826 has_inner_box 0
30827 inner_pos "c"
30828 use_parbox 0
30829 width "1in"
30830 special "width"
30831 height "1in"
30832 height_special "totalheight"
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836 with rotated
30837 \end_layout
30838
30839 \end_inset
30840
30841
30842 \begin_inset ERT
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846
30847 }
30848 \end_layout
30849
30850 \end_inset
30851
30852  framed text 
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858
30859 \backslash
30860 rotatebox[origin=lb]{60}{
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30867 \end_inset
30868
30869
30870 \begin_inset ERT
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874
30875 }
30876 \end_layout
30877
30878 \end_inset
30879
30880  and a formula.
30881 \end_layout
30882
30883 \begin_layout Standard
30884 or an image or table:
30885 \end_layout
30886
30887 \begin_layout Standard
30888 This is a line
30889 \begin_inset ERT
30890 status collapsed
30891
30892 \begin_layout Plain Layout
30893
30894
30895 \backslash
30896 rotatebox[origin=lb]{90}{
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \begin_inset Graphics
30903         filename clipart/platypus.eps
30904         lyxscale 50
30905         width 25col%
30906
30907 \end_inset
30908
30909
30910 \begin_inset ERT
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914
30915 }
30916 \end_layout
30917
30918 \end_inset
30919
30920  with a rotated image 
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 rotatebox[origin=l]{-90}{
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \begin_inset Tabular
30935 <lyxtabular version="3" rows="2" columns="2">
30936 <features>
30937 <column alignment="center" valignment="top" width="0">
30938 <column alignment="center" valignment="top" width="0">
30939 <row>
30940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30941 \begin_inset Text
30942
30943 \begin_layout Plain Layout
30944 q
30945 \end_layout
30946
30947 \end_inset
30948 </cell>
30949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30950 \begin_inset Text
30951
30952 \begin_layout Plain Layout
30953 w
30954 \end_layout
30955
30956 \end_inset
30957 </cell>
30958 </row>
30959 <row>
30960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30961 \begin_inset Text
30962
30963 \begin_layout Plain Layout
30964 e
30965 \end_layout
30966
30967 \end_inset
30968 </cell>
30969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30970 \begin_inset Text
30971
30972 \begin_layout Plain Layout
30973 r
30974 \end_layout
30975
30976 \end_inset
30977 </cell>
30978 </row>
30979 </lyxtabular>
30980
30981 \end_inset
30982
30983
30984 \begin_inset ERT
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988
30989 }
30990 \end_layout
30991
30992 \end_inset
30993
30994  and table.
30995 \end_layout
30996
30997 \begin_layout Subsection
30998 Scaled Boxes
30999 \begin_inset Index
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003 Boxes ! scaled
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \begin_inset Index
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013 Scaled material
31014 \end_layout
31015
31016 \end_inset
31017
31018
31019 \begin_inset Index
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023 Figures ! scaled
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \begin_inset Index
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033 Table Customization ! Scaling
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Standard
31042 To scale material the commands 
31043 \series bold
31044
31045 \backslash
31046 scalebox
31047 \series default
31048  and 
31049 \series bold
31050
31051 \backslash
31052 resizebox
31053 \series default
31054  can be used as TeX-Code.
31055 \end_layout
31056
31057 \begin_layout Standard
31058
31059 \series bold
31060
31061 \backslash
31062 scalebox
31063 \series default
31064  is used with the following scheme:
31065 \end_layout
31066
31067 \begin_layout Standard
31068
31069 \series bold
31070
31071 \backslash
31072 scalebox{horizontal}[vertical]{box content}
31073 \end_layout
31074
31075 \begin_layout Standard
31076 Horizontal and vertical are the corresponding scaling factors.
31077  If no vertical scaling factor is given, the horizontal factor will also
31078  be used as vertical one.
31079 \end_layout
31080
31081 \begin_layout Standard
31082 The command 
31083 \series bold
31084
31085 \backslash
31086 scalebox{2}{Hello}
31087 \series default
31088  creates for example a double size 
31089 \begin_inset ERT
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093
31094
31095 \backslash
31096 scalebox{2}{
31097 \end_layout
31098
31099 \end_inset
31100
31101 Hello
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107 }
31108 \end_layout
31109
31110 \end_inset
31111
31112 , compared to the document text size.
31113 \end_layout
31114
31115 \begin_layout Standard
31116
31117 \series bold
31118
31119 \backslash
31120 scalebox{2}[1]{Hello}
31121 \series default
31122  in contrary distorts the 
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128
31129 \backslash
31130 scalebox{2}[1]{
31131 \end_layout
31132
31133 \end_inset
31134
31135 Hello
31136 \begin_inset ERT
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140
31141 }
31142 \end_layout
31143
31144 \end_inset
31145
31146 .
31147 \end_layout
31148
31149 \begin_layout Standard
31150 If a the scaling factor is negative, the box content will be mirrored.
31151  Therefore the command 
31152 \series bold
31153
31154 \backslash
31155 scalebox{-1}[1]{Hello}
31156 \series default
31157  can be used to create mirror writing: 
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 scalebox{-1}[1]{
31166 \end_layout
31167
31168 \end_inset
31169
31170 Hello
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176 }
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \begin_layout Standard
31185
31186 \series bold
31187
31188 \backslash
31189 scalebox{1}[-1]{Hello}
31190 \series default
31191  reflects the 
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 scalebox{1}[-1]{
31200 \end_layout
31201
31202 \end_inset
31203
31204 Hello
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210 }
31211 \end_layout
31212
31213 \end_inset
31214
31215  at the base line.
31216 \end_layout
31217
31218 \begin_layout Standard
31219 Equivalent to 
31220 \series bold
31221
31222 \backslash
31223 scalebox{-1}[1]{box content}
31224 \series default
31225  there exists the command
31226 \begin_inset Newline newline
31227 \end_inset
31228
31229
31230 \series bold
31231
31232 \backslash
31233 reflectbox{box content}
31234 \series default
31235 .
31236 \end_layout
31237
31238 \begin_layout Standard
31239 \begin_inset VSpace bigskip
31240 \end_inset
31241
31242 The command 
31243 \series bold
31244
31245 \backslash
31246 resizebox
31247 \series default
31248  is used to scale the box to a defined width and height.
31249  The command scheme is:
31250 \end_layout
31251
31252 \begin_layout Standard
31253
31254 \series bold
31255
31256 \backslash
31257 resizebox{width}{height}{box content}
31258 \end_layout
31259
31260 \begin_layout Standard
31261 Is one of the two command arguments given as exclamation mark 
31262 \series bold
31263 !
31264 \series default
31265 , the size is set so that the aspect ratio of the box content is kept.
31266 \end_layout
31267
31268 \begin_layout Standard
31269 The command 
31270 \series bold
31271
31272 \backslash
31273 resizebox{2cm}{1cm}{Hello}
31274 \series default
31275  produces: 
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281
31282 \backslash
31283 resizebox{2cm}{1cm}{
31284 \end_layout
31285
31286 \end_inset
31287
31288 Hello
31289 \begin_inset ERT
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293
31294 }
31295 \end_layout
31296
31297 \end_inset
31298
31299
31300 \begin_inset Newline newline
31301 \end_inset
31302
31303 The command 
31304 \series bold
31305
31306 \backslash
31307 resizebox{2cm}{!}{Hello}
31308 \series default
31309  produces: 
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315
31316 \backslash
31317 resizebox{2cm}{!}{
31318 \end_layout
31319
31320 \end_inset
31321
31322 Hello
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328 }
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \end_layout
31335
31336 \begin_layout Standard
31337 \begin_inset VSpace bigskip
31338 \end_inset
31339
31340
31341 \begin_inset Note Greyedout
31342 status open
31343
31344 \begin_layout Plain Layout
31345
31346 \series bold
31347 Note:
31348 \series default
31349  When arguments of 
31350 \series bold
31351
31352 \backslash
31353 scalebox
31354 \series default
31355  or 
31356 \series bold
31357
31358 \backslash
31359 resizebox
31360 \series default
31361  are set to zero, no LaTeX-errors occur when exporting the document but
31362  the exported files can not or only partly be displayed.
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \begin_layout Standard
31371 \begin_inset VSpace bigskip
31372 \end_inset
31373
31374
31375 \end_layout
31376
31377 \begin_layout Standard
31378 The boxes can be combined in any order.
31379  E.
31380 \begin_inset space \thinspace{}
31381 \end_inset
31382
31383 g.
31384 \begin_inset space \space{}
31385 \end_inset
31386
31387 the command
31388 \begin_inset Newline newline
31389 \end_inset
31390
31391
31392 \series bold
31393
31394 \backslash
31395 rotatebox[origin=c]{-45}{
31396 \backslash
31397 resizebox{2cm}{!}{
31398 \backslash
31399 reflectbox{Hello}}}
31400 \begin_inset Newline newline
31401 \end_inset
31402
31403
31404 \series default
31405 produces:
31406 \end_layout
31407
31408 \begin_layout Standard
31409 \align center
31410 \begin_inset ERT
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414
31415
31416 \backslash
31417 rotatebox[origin=c]{-45}{
31418 \backslash
31419 resizebox{2cm}{!}{
31420 \backslash
31421 reflectbox{
31422 \end_layout
31423
31424 \end_inset
31425
31426 Hello
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432 }}}
31433 \end_layout
31434
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \begin_layout Standard
31441 \noindent
31442 Images, tables, and inline formulas are allowed as box content:
31443 \end_layout
31444
31445 \begin_layout Standard
31446 \align center
31447 \begin_inset ERT
31448 status collapsed
31449
31450 \begin_layout Plain Layout
31451
31452
31453 \backslash
31454 rotatebox[origin=c]{-30}{
31455 \backslash
31456 resizebox{2cm}{!}{
31457 \backslash
31458 reflectbox{
31459 \end_layout
31460
31461 \end_inset
31462
31463
31464 \begin_inset Graphics
31465         filename clipart/platypus.eps
31466         lyxscale 50
31467         width 25col%
31468
31469 \end_inset
31470
31471
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477 }}}
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 rotatebox[origin=c]{-45}{
31491 \backslash
31492 resizebox{2cm}{!}{
31493 \backslash
31494 reflectbox{
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Tabular
31501 <lyxtabular version="3" rows="2" columns="2">
31502 <features>
31503 <column alignment="center" valignment="top" width="0">
31504 <column alignment="center" valignment="top" width="0">
31505 <row>
31506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31507 \begin_inset Text
31508
31509 \begin_layout Plain Layout
31510 q
31511 \end_layout
31512
31513 \end_inset
31514 </cell>
31515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31516 \begin_inset Text
31517
31518 \begin_layout Plain Layout
31519 w
31520 \end_layout
31521
31522 \end_inset
31523 </cell>
31524 </row>
31525 <row>
31526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530 e
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31536 \begin_inset Text
31537
31538 \begin_layout Plain Layout
31539 r
31540 \end_layout
31541
31542 \end_inset
31543 </cell>
31544 </row>
31545 </lyxtabular>
31546
31547 \end_inset
31548
31549
31550 \begin_inset ERT
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554
31555 }}}
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \begin_inset ERT
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565
31566
31567 \backslash
31568 rotatebox[origin=c]{-45}{
31569 \backslash
31570 resizebox{2cm}{!}{
31571 \backslash
31572 reflectbox{
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31579 \end_inset
31580
31581
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587 }}}
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 When the global formula style 
31597 \series bold
31598 fleqn
31599 \series default
31600  is used in the document
31601 \begin_inset Foot
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605 When 
31606 \begin_inset Quotes eld
31607 \end_inset
31608
31609 fleqn
31610 \begin_inset Quotes erd
31611 \end_inset
31612
31613  is added to the document class options.
31614 \end_layout
31615
31616 \end_inset
31617
31618 , also display formulas can be scaled.
31619 \end_layout
31620
31621 \begin_layout Chapter
31622 External Document Parts
31623 \begin_inset Index
31624 status collapsed
31625
31626 \begin_layout Plain Layout
31627 External Document Parts
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \end_layout
31634
31635 \begin_layout Standard
31636 With the menu 
31637 \family sans
31638 Insert\SpecialChar \menuseparator
31639 File
31640 \family default
31641  you can insert external material to your document.
31642  This can be:
31643 \end_layout
31644
31645 \begin_layout Description
31646 LyX
31647 \begin_inset space ~
31648 \end_inset
31649
31650 Document Another LyX document; its content is directly inserted to your
31651  document.
31652 \end_layout
31653
31654 \begin_layout Description
31655 Plain
31656 \begin_inset space ~
31657 \end_inset
31658
31659 Text A text document; every of its text lines is inserted to your document
31660  as own paragraph.
31661 \end_layout
31662
31663 \begin_layout Description
31664 Plain
31665 \begin_inset space ~
31666 \end_inset
31667
31668 Text,
31669 \begin_inset space ~
31670 \end_inset
31671
31672 Join
31673 \begin_inset space ~
31674 \end_inset
31675
31676 Lines A text document; its text lines are inserted as they are.
31677  Empty text lines creates a new paragraph in your document.
31678 \end_layout
31679
31680 \begin_layout Description
31681 External
31682 \begin_inset space ~
31683 \end_inset
31684
31685 Material Files in various formats.
31686 \end_layout
31687
31688 \begin_layout Description
31689 Child
31690 \begin_inset space ~
31691 \end_inset
31692
31693 Document LyX or LaTeX-documents.
31694 \end_layout
31695
31696 \begin_layout Section
31697 External Material
31698 \begin_inset Index
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702 External Document Parts ! External Material
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \begin_layout Standard
31711 The external material feature allows you to insert files to your document
31712  without converting them previously to a format that can be read by the
31713  document output format because LyX takes care of needed conversions.
31714  This is similar to images that can be inserted in various image formats
31715  to LyX documents.
31716  When you have enabled Instant Preview in LyX's preferences under 
31717 \family sans
31718 Look
31719 \begin_inset space ~
31720 \end_inset
31721
31722 and
31723 \begin_inset space ~
31724 \end_inset
31725
31726 feel\SpecialChar \menuseparator
31727 Graphics
31728 \family default
31729 , the external material types Dia and Xfig is directly shown in LyX.
31730 \end_layout
31731
31732 \begin_layout Standard
31733 External material can be inserted via the 
31734 \family sans
31735 External Material
31736 \family default
31737  dialog that is accessible with the menu 
31738 \family sans
31739 Insert\SpecialChar \menuseparator
31740 File\SpecialChar \menuseparator
31741 External
31742 \begin_inset space ~
31743 \end_inset
31744
31745 Material
31746 \family default
31747 .
31748  Currently the following file types (
31749 \family sans
31750 Templates
31751 \family default
31752 ) are allowed:
31753 \end_layout
31754
31755 \begin_layout Description
31756 ChessDiagram This template supports chess position diagrams made with the
31757  program 
31758 \series bold
31759
31760 \begin_inset CommandInset href
31761 LatexCommand href
31762 name "XBoard"
31763 target "http://en.wikipedia.org/wiki/XBoard"
31764
31765 \end_inset
31766
31767
31768 \series default
31769 .
31770 \end_layout
31771
31772 \begin_layout Description
31773 Date This inserts the date in the form 
31774 \emph on
31775 Day-Month-Year
31776 \emph default
31777 .
31778  This is a date inserted as external material: 
31779 \begin_inset External
31780         template Date
31781         filename .
31782
31783 \end_inset
31784
31785
31786 \begin_inset space ~
31787 \end_inset
31788
31789
31790 \begin_inset Note Note
31791 status open
31792
31793 \begin_layout Plain Layout
31794 Remove the protected space when bug 4398 is fixed!
31795 \end_layout
31796
31797 \end_inset
31798
31799
31800 \begin_inset Newline newline
31801 \end_inset
31802
31803 The date is not shown within LyX, only in the output.
31804  There are two other methods of inserting a date: Via menu 
31805 \family sans
31806 Insert\SpecialChar \menuseparator
31807 Date
31808 \family default
31809  and with the LaTeX command 
31810 \series bold
31811
31812 \backslash
31813 today
31814 \series default
31815  as TeX-Code.
31816  The different methods are compared in Table
31817 \begin_inset space ~
31818 \end_inset
31819
31820
31821 \begin_inset CommandInset ref
31822 LatexCommand ref
31823 reference "tab:Comparison-of-the"
31824
31825 \end_inset
31826
31827 .
31828 \end_layout
31829
31830 \begin_layout Description
31831 Dia This template supports diagrams created with the program 
31832 \series bold
31833
31834 \begin_inset CommandInset href
31835 LatexCommand href
31836 name "Dia"
31837 target "http://en.wikipedia.org/wiki/Dia_(software)"
31838
31839 \end_inset
31840
31841
31842 \series default
31843 .
31844 \end_layout
31845
31846 \begin_layout Description
31847 LilyPond This template is used for music notation typeset with the program
31848 \begin_inset Newline linebreak
31849 \end_inset
31850
31851
31852 \series bold
31853
31854 \begin_inset CommandInset href
31855 LatexCommand href
31856 name "LilyPond"
31857 target "http://en.wikipedia.org/wiki/LilyPond"
31858
31859 \end_inset
31860
31861
31862 \series default
31863 .
31864 \end_layout
31865
31866 \begin_layout Description
31867 PDFPages With this template you can insert PDF documents to your document.
31868  To insert certain or all pages of a PDF, use the 
31869 \emph on
31870 pages
31871 \emph default
31872  option in the 
31873 \family sans
31874 Option
31875 \family default
31876  field in the 
31877 \family sans
31878 LaTeX and LyX options
31879 \family default
31880  tab according to the template description in the dialog.
31881  When no 
31882 \emph on
31883 pages
31884 \emph default
31885  option is given, only the first page of the PDF will be inserted.
31886 \end_layout
31887
31888 \begin_layout Description
31889 RasterImage This can be used for bitmap images.
31890  Nearly all popular image formats are supported.
31891  The image can be treated in the 
31892 \family sans
31893 External material
31894 \family default
31895  dialog like the images that are usually included via the 
31896 \family sans
31897 Graphics
31898 \family default
31899  dialog as described in section
31900 \begin_inset space ~
31901 \end_inset
31902
31903
31904 \begin_inset CommandInset ref
31905 LatexCommand ref
31906 reference "sec:Graphics-Dialog"
31907
31908 \end_inset
31909
31910 .
31911  The difference is that only raster images are allowed, that means that
31912  PDF and EPS-images are not supported.
31913 \end_layout
31914
31915 \begin_layout Description
31916 XFig This template supports images created with the program 
31917 \series bold
31918
31919 \begin_inset CommandInset href
31920 LatexCommand href
31921 name "Xfig"
31922 target "http://en.wikipedia.org/wiki/Xfig"
31923
31924 \end_inset
31925
31926
31927 \series default
31928 .
31929 \end_layout
31930
31931 \begin_layout Standard
31932 \begin_inset Float table
31933 placement h
31934 wide false
31935 sideways false
31936 status open
31937
31938 \begin_layout Plain Layout
31939 \begin_inset Caption
31940
31941 \begin_layout Plain Layout
31942 \begin_inset CommandInset label
31943 LatexCommand label
31944 name "tab:Comparison-of-the"
31945
31946 \end_inset
31947
31948 Comparison of the date input methods.
31949 \end_layout
31950
31951 \end_inset
31952
31953
31954 \end_layout
31955
31956 \begin_layout Plain Layout
31957 \align center
31958 \begin_inset Tabular
31959 <lyxtabular version="3" rows="4" columns="4">
31960 <features>
31961 <column alignment="center" valignment="top" width="0">
31962 <column alignment="center" valignment="top" width="0">
31963 <column alignment="center" valignment="top" width="0">
31964 <column alignment="center" valignment="top" width="0">
31965 <row>
31966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31967 \begin_inset Text
31968
31969 \begin_layout Plain Layout
31970 Document format
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31976 \begin_inset Text
31977
31978 \begin_layout Plain Layout
31979
31980 \family sans
31981 External Material\SpecialChar \menuseparator
31982 Date
31983 \end_layout
31984
31985 \end_inset
31986 </cell>
31987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31988 \begin_inset Text
31989
31990 \begin_layout Plain Layout
31991
31992 \family sans
31993 Insert\SpecialChar \menuseparator
31994 Date
31995 \end_layout
31996
31997 \end_inset
31998 </cell>
31999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32000 \begin_inset Text
32001
32002 \begin_layout Plain Layout
32003 command 
32004 \series bold
32005
32006 \backslash
32007 today
32008 \end_layout
32009
32010 \end_inset
32011 </cell>
32012 </row>
32013 <row>
32014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32015 \begin_inset Text
32016
32017 \begin_layout Plain Layout
32018 LyX
32019 \end_layout
32020
32021 \end_inset
32022 </cell>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027 as inset box
32028 \end_layout
32029
32030 \end_inset
32031 </cell>
32032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32033 \begin_inset Text
32034
32035 \begin_layout Plain Layout
32036 as date
32037 \end_layout
32038
32039 \end_inset
32040 </cell>
32041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32042 \begin_inset Text
32043
32044 \begin_layout Plain Layout
32045 as TeX-Code inset box
32046 \end_layout
32047
32048 \end_inset
32049 </cell>
32050 </row>
32051 <row>
32052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32053 \begin_inset Text
32054
32055 \begin_layout Plain Layout
32056 LaTeX
32057 \end_layout
32058
32059 \end_inset
32060 </cell>
32061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32062 \begin_inset Text
32063
32064 \begin_layout Plain Layout
32065 as date
32066 \end_layout
32067
32068 \end_inset
32069 </cell>
32070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32071 \begin_inset Text
32072
32073 \begin_layout Plain Layout
32074 as date
32075 \end_layout
32076
32077 \end_inset
32078 </cell>
32079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32080 \begin_inset Text
32081
32082 \begin_layout Plain Layout
32083 as command
32084 \end_layout
32085
32086 \end_inset
32087 </cell>
32088 </row>
32089 <row>
32090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32091 \begin_inset Text
32092
32093 \begin_layout Plain Layout
32094 DVI, PDF, PS
32095 \end_layout
32096
32097 \end_inset
32098 </cell>
32099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32100 \begin_inset Text
32101
32102 \begin_layout Plain Layout
32103 as date
32104 \end_layout
32105
32106 \end_inset
32107 </cell>
32108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112 as date
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Plain Layout
32121 as date
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 </row>
32127 </lyxtabular>
32128
32129 \end_inset
32130
32131
32132 \end_layout
32133
32134 \end_inset
32135
32136
32137 \end_layout
32138
32139 \begin_layout Standard
32140 When you use the option 
32141 \family sans
32142 Draft
32143 \family default
32144  in the 
32145 \family sans
32146 File
32147 \family default
32148  tab of the 
32149 \family sans
32150 External Material
32151 \family default
32152  dialog, only the path to the inserted file is shown in the output.
32153 \begin_inset Newline newline
32154 \end_inset
32155
32156 External material is displayed in LyX either as box like this: 
32157 \begin_inset Graphics
32158         filename clipart/ExternalMaterialQt4.png
32159         scale 85
32160         scaleBeforeRotation
32161
32162 \end_inset
32163
32164  or as image, depending on the option 
32165 \family sans
32166 Show in LyX
32167 \family default
32168  in the 
32169 \family sans
32170 LaTeX and LyX options
32171 \family default
32172  tab of the dialog.
32173 \end_layout
32174
32175 \begin_layout Standard
32176 The 
32177 \family sans
32178 \emph on
32179 Customization
32180 \family default
32181 \emph default
32182  manual explains how you can define your own templates.
32183 \end_layout
32184
32185 \begin_layout Section
32186 Child Documents
32187 \begin_inset CommandInset label
32188 LatexCommand label
32189 name "sec:Child-Documents"
32190
32191 \end_inset
32192
32193
32194 \begin_inset Index
32195 status collapsed
32196
32197 \begin_layout Plain Layout
32198 External Document Parts ! Child Documents
32199 \end_layout
32200
32201 \end_inset
32202
32203
32204 \begin_inset Index
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208 Files ! Include
32209 \end_layout
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 Child documents are used when you have a long document consisting of several
32218  larger parts or sections.
32219  For maintenance it is often useful and sometimes even required to split
32220  the document in several files that can be revised separately.
32221  The different documents are then the so called child documents and a master
32222  document connects them to print the full document or parts of it.
32223  A child documents inherits contents of its master, for example the LaTeX
32224  preamble, the bibliography, and labels for cross-references.
32225 \end_layout
32226
32227 \begin_layout Standard
32228 To be able to work on child documents without the need to open its master,
32229  specify in the child document the master in the menu
32230 \family sans
32231  Document\SpecialChar \menuseparator
32232 Settings\SpecialChar \menuseparator
32233 Document
32234 \begin_inset space ~
32235 \end_inset
32236
32237 Class
32238 \family default
32239 .
32240  This master document will then be used in the background by LyX when you
32241  edit the child document.
32242 \end_layout
32243
32244 \begin_layout Standard
32245 Included documents are displayed in LyX as a box like this: 
32246 \begin_inset Graphics
32247         filename clipart/ChildDocumentQt4.png
32248         scale 85
32249         scaleBeforeRotation
32250
32251 \end_inset
32252
32253  To include child documents to a master document use the menu 
32254 \family sans
32255 Insert\SpecialChar \menuseparator
32256 File\SpecialChar \menuseparator
32257 Child
32258 \begin_inset space ~
32259 \end_inset
32260
32261 Documents
32262 \family default
32263 .
32264  A dialog pops up where you can choose between four include methods:
32265 \end_layout
32266
32267 \begin_layout Description
32268 Include You can include LyX and LaTeX-documents.
32269  When you press the 
32270 \family sans
32271 Load
32272 \family default
32273  button in the 
32274 \family sans
32275 Child Document
32276 \family default
32277  dialog, the included documents will be opened in LyX in a new file tab
32278  so that you can modify it.
32279 \begin_inset Newline newline
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Standard
32286 Here is a child document inserted using 
32287 \family sans
32288 Include
32289 \family default
32290
32291 \begin_inset CommandInset include
32292 LatexCommand include
32293 filename "DummyDocument1.lyx"
32294
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \begin_layout Standard
32301 The section numbering includes the sections of the included files in the
32302  order they are inserted in the master document.
32303  The included example document has for example a subsection that is numbered
32304  as subsection of this section.
32305  Labels of included documents can be referenced: Subsection
32306 \begin_inset space ~
32307 \end_inset
32308
32309
32310 \begin_inset CommandInset ref
32311 LatexCommand ref
32312 reference "sub:External-Subsection-1"
32313
32314 \end_inset
32315
32316
32317 \end_layout
32318
32319 \begin_layout Standard
32320 The preamble of the child document is ignored, only the preamble of the
32321  master document is used.
32322  Branches in child documents will be ignored by the master document when
32323  the master document does not have a branch with the same name.
32324  Included documents are inserted starting on a new page and end with a page
32325  break.
32326 \end_layout
32327
32328 \begin_layout Standard
32329 In case you are only working on a certain chapter of a large document and
32330  want to save compiling time, you can put each included file into a branch.
32331 \begin_inset Foot
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 Branches are described in section 
32336 \emph on
32337 Branches
32338 \emph default
32339  of the LyX 
32340 \emph on
32341 Userguide
32342 \emph default
32343 .
32344 \end_layout
32345
32346 \end_inset
32347
32348  By enabling/disabling branches you can decide what included files will
32349  appear in the output.
32350 \end_layout
32351
32352 \begin_layout Standard
32353 \begin_inset Note Greyedout
32354 status open
32355
32356 \begin_layout Plain Layout
32357
32358 \series bold
32359 Note:
32360 \series default
32361  Due to a bug in LyX the LaTeX command 
32362 \series bold
32363
32364 \backslash
32365 includeonly
32366 \series default
32367  can currently not be used as alternative to decide what files should be
32368  included.
32369 \end_layout
32370
32371 \end_inset
32372
32373
32374 \end_layout
32375
32376 \begin_layout Standard
32377 \begin_inset Note Greyedout
32378 status open
32379
32380 \begin_layout Plain Layout
32381
32382 \series bold
32383 Note:
32384 \series default
32385  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32386 w the document in case that the child document uses another document class
32387  than the master document as this will lead to unexpected outputs.
32388 \end_layout
32389
32390 \end_inset
32391
32392
32393 \end_layout
32394
32395 \begin_layout Description
32396 Input This method is very similar to the Include method.
32397  The differences are:
32398 \end_layout
32399
32400 \begin_deeper
32401 \begin_layout Itemize
32402 Input files don't start with a new page and don't end with a page break.
32403 \end_layout
32404
32405 \begin_layout Itemize
32406 Input files can be previewed in LyX when 
32407 \family sans
32408 Instant
32409 \begin_inset space ~
32410 \end_inset
32411
32412 Preview
32413 \family default
32414  is enabled in LyX's preferences under 
32415 \family sans
32416 Look
32417 \begin_inset space ~
32418 \end_inset
32419
32420 and
32421 \begin_inset space ~
32422 \end_inset
32423
32424 feel\SpecialChar \menuseparator
32425 Graphics
32426 \family default
32427 .
32428 \end_layout
32429
32430 \begin_layout Itemize
32431 The LaTeX-command 
32432 \series bold
32433
32434 \backslash
32435 includeonly
32436 \series default
32437  cannot be used.
32438 \end_layout
32439
32440 \end_deeper
32441 \begin_layout Standard
32442 Here is a child document inserted using 
32443 \family sans
32444 Input
32445 \family default
32446
32447 \begin_inset CommandInset include
32448 LatexCommand input
32449 filename "DummyDocument2.lyx"
32450
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \begin_layout Description
32457 Verbatim With this method every text file can be included.
32458  The file is shown in the output with its source code, no command used in
32459  the text is invoked.
32460  You can use the option 
32461 \family sans
32462 Mark spaces in output
32463 \family default
32464  that displays the character 
32465 \begin_inset Quotes eld
32466 \end_inset
32467
32468
32469 \begin_inset ERT
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473
32474
32475 \backslash
32476 textvisiblespace 
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \begin_inset Quotes erd
32483 \end_inset
32484
32485  for every space character in the source code.
32486  The difference to the method via the menu 
32487 \family sans
32488 Insert\SpecialChar \menuseparator
32489 File\SpecialChar \menuseparator
32490 Plain
32491 \begin_inset space ~
32492 \end_inset
32493
32494 Text
32495 \family default
32496  is that the document content is not shown in LyX.
32497 \end_layout
32498
32499 \begin_layout Standard
32500 Here is a child document inserted as Verbatim: 
32501 \begin_inset CommandInset include
32502 LatexCommand verbatiminput
32503 filename "DummyTextDocument.txt"
32504
32505 \end_inset
32506
32507
32508 \begin_inset VSpace bigskip
32509 \end_inset
32510
32511 Here is a child document inserted as Verbatim using the 
32512 \family sans
32513 Mark spaces in output
32514 \family default
32515  option: 
32516 \begin_inset CommandInset include
32517 LatexCommand verbatiminput*
32518 filename "DummyTextDocument.txt"
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Standard
32526 \begin_inset VSpace bigskip
32527 \end_inset
32528
32529
32530 \end_layout
32531
32532 \begin_layout Standard
32533 \begin_inset Note Greyedout
32534 status open
32535
32536 \begin_layout Plain Layout
32537
32538 \series bold
32539 Note:
32540 \series default
32541  As you can see in the examples above, the text of the documents included
32542  as 
32543 \family sans
32544 verbatim
32545 \family default
32546  is not broken at the end of the document lines.
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Description
32555 Listings This type is described in chapter
32556 \begin_inset space ~
32557 \end_inset
32558
32559
32560 \begin_inset CommandInset ref
32561 LatexCommand ref
32562 reference "cha:Program-Code-Listings"
32563
32564 \end_inset
32565
32566 .
32567 \end_layout
32568
32569 \begin_layout Standard
32570 \begin_inset Note Greyedout
32571 status open
32572
32573 \begin_layout Plain Layout
32574
32575 \series bold
32576 Note:
32577 \series default
32578  Including the same document twice in a document using different methods
32579  could cause LaTeX-problems.
32580 \end_layout
32581
32582 \end_inset
32583
32584
32585 \end_layout
32586
32587 \begin_layout Chapter
32588 Program Code Listings
32589 \begin_inset CommandInset label
32590 LatexCommand label
32591 name "cha:Program-Code-Listings"
32592
32593 \end_inset
32594
32595
32596 \begin_inset Index
32597 status collapsed
32598
32599 \begin_layout Plain Layout
32600 Listings
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \begin_inset Index
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610 Program Code
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \begin_inset Index
32617 status collapsed
32618
32619 \begin_layout Plain Layout
32620 Floats ! Listings
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Standard
32629 To include and typeset program code you can use the 
32630 \family sans
32631 Listings
32632 \family default
32633  inset that can be inserted via the menu 
32634 \family sans
32635 Insert\SpecialChar \menuseparator
32636 Program Listing
32637 \family default
32638 .
32639  The LaTeX-package 
32640 \series bold
32641 listings
32642 \series default
32643
32644 \begin_inset Index
32645 status collapsed
32646
32647 \begin_layout Plain Layout
32648 LaTeX-packages ! listings
32649 \end_layout
32650
32651 \end_inset
32652
32653  provides a powerful and flexible way to insert program source code to your
32654  document.
32655 \end_layout
32656
32657 \begin_layout Standard
32658 Right-clicking on a listings inset opens the context menu containing where
32659  you can set the listings format.
32660 \end_layout
32661
32662 \begin_layout Standard
32663 By default, a listing starts a new paragraph in the output.
32664  The placement option 
32665 \family sans
32666 Inline
32667 \begin_inset space ~
32668 \end_inset
32669
32670 listing
32671 \family default
32672  prints the listing inline like this: 
32673 \begin_inset listings
32674 lstparams "language={C++}"
32675 inline true
32676 status open
32677
32678 \begin_layout Plain Layout
32679
32680 int a=5;
32681 \end_layout
32682
32683 \end_inset
32684
32685
32686 \begin_inset Newline newline
32687 \end_inset
32688
32689 The option 
32690 \family sans
32691 Float
32692 \family default
32693  creates a listings float where you can specify the placement options 
32694 \begin_inset Quotes eld
32695 \end_inset
32696
32697
32698 \family sans
32699 h
32700 \family default
32701
32702 \begin_inset Quotes erd
32703 \end_inset
32704
32705
32706 \begin_inset Quotes eld
32707 \end_inset
32708
32709
32710 \family sans
32711 t
32712 \family default
32713
32714 \begin_inset Quotes erd
32715 \end_inset
32716
32717
32718 \begin_inset Quotes eld
32719 \end_inset
32720
32721
32722 \family sans
32723 b
32724 \family default
32725
32726 \begin_inset Quotes erd
32727 \end_inset
32728
32729 , and 
32730 \begin_inset Quotes eld
32731 \end_inset
32732
32733
32734 \family sans
32735 p
32736 \family default
32737
32738 \begin_inset Quotes erd
32739 \end_inset
32740
32741  corresponding to the float placement options described in section
32742 \begin_inset space ~
32743 \end_inset
32744
32745
32746 \begin_inset CommandInset ref
32747 LatexCommand ref
32748 reference "sec:Float-Placement"
32749
32750 \end_inset
32751
32752 .
32753  The placement options can be mixed and are inserted without any separation,
32754  e.
32755 \begin_inset space \thinspace{}
32756 \end_inset
32757
32758 g.
32759 \begin_inset space \space{}
32760 \end_inset
32761
32762
32763 \begin_inset Quotes eld
32764 \end_inset
32765
32766
32767 \family sans
32768 htbp
32769 \family default
32770
32771 \begin_inset Quotes erd
32772 \end_inset
32773
32774 .
32775  The option 
32776 \begin_inset Quotes eld
32777 \end_inset
32778
32779 h
32780 \begin_inset Quotes erd
32781 \end_inset
32782
32783  has sometimes no effect, but you don't need to use the 
32784 \family sans
32785 Float
32786 \family default
32787  option in this case as also non-float listings can have captions and be
32788  referenced.
32789 \end_layout
32790
32791 \begin_layout Standard
32792 You can add captions to listings with the menu 
32793 \family sans
32794 Insert\SpecialChar \menuseparator
32795 Caption
32796 \family default
32797 .
32798  Listings can be referenced like floats: Listing
32799 \begin_inset space ~
32800 \end_inset
32801
32802
32803 \begin_inset CommandInset ref
32804 LatexCommand ref
32805 reference "lst:Example-Listing"
32806
32807 \end_inset
32808
32809
32810 \end_layout
32811
32812 \begin_layout Standard
32813 \begin_inset listings
32814 lstparams "language=Python"
32815 inline false
32816 status open
32817
32818 \begin_layout Plain Layout
32819
32820 \begin_inset Caption
32821
32822 \begin_layout Plain Layout
32823 \begin_inset CommandInset label
32824 LatexCommand label
32825 name "lst:Example-Listing"
32826
32827 \end_inset
32828
32829 Example Listing float
32830 \end_layout
32831
32832 \end_inset
32833
32834 # Example listing float
32835 \end_layout
32836
32837 \begin_layout Plain Layout
32838
32839 def func(param):
32840 \end_layout
32841
32842 \begin_layout Plain Layout
32843
32844     'this is a python function'
32845 \end_layout
32846
32847 \begin_layout Plain Layout
32848
32849     pass
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \begin_layout Standard
32858 When you have set a programming language in the listings dialog, the keywords
32859  of this language will be recognized and specially typeset in the output.
32860  In the example listings the Python keyword 
32861 \begin_inset Quotes eld
32862 \end_inset
32863
32864 def
32865 \begin_inset Quotes erd
32866 \end_inset
32867
32868  is recognized and printed bold in the output.
32869 \end_layout
32870
32871 \begin_layout Standard
32872 \begin_inset Note Greyedout
32873 status open
32874
32875 \begin_layout Plain Layout
32876
32877 \series bold
32878 Note:
32879 \series default
32880  If you don't get bold keywords when using typewriter fonts, your 
32881 \family typewriter
32882 typewriter
32883 \family default
32884  font probably doesn't provide a bold shape.
32885  In this case select a different one in the menu 
32886 \family sans
32887 Document\SpecialChar \menuseparator
32888 Settings\SpecialChar \menuseparator
32889 Fonts
32890 \family default
32891 .
32892  (The fonts 
32893 \emph on
32894 LuxiMono, BeraMono
32895 \emph default
32896  and 
32897 \emph on
32898 Courier
32899 \emph default
32900  provide bold shapes.)
32901 \end_layout
32902
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \begin_layout Standard
32909 In section 
32910 \family sans
32911 Line
32912 \begin_inset space ~
32913 \end_inset
32914
32915 numbering
32916 \family default
32917  of the listings dialog you can specify the line numbering style.
32918  You can insert a number to specify which lines are numbered to the field
32919  
32920 \family sans
32921 Step
32922 \family default
32923 .
32924  When you insert e.
32925 \begin_inset space \thinspace{}
32926 \end_inset
32927
32928 g.
32929 \begin_inset space \space{}
32930 \end_inset
32931
32932
32933 \begin_inset Quotes eld
32934 \end_inset
32935
32936 3
32937 \begin_inset Quotes erd
32938 \end_inset
32939
32940 , only every 3rd line will be numbered.
32941 \end_layout
32942
32943 \begin_layout Standard
32944 You can furthermore specify a range of lines, only these will then appear
32945  in the output.
32946  The option 
32947 \family sans
32948 Extended character table
32949 \family default
32950  should be used when you use national characters like the German umlauts
32951  in the listing.
32952 \begin_inset Newline newline
32953 \end_inset
32954
32955 Here is an example listing with left line numbering, step 
32956 \begin_inset Quotes eld
32957 \end_inset
32958
32959 3
32960 \begin_inset Quotes erd
32961 \end_inset
32962
32963 , language 
32964 \begin_inset Quotes eld
32965 \end_inset
32966
32967 Python
32968 \begin_inset Quotes erd
32969 \end_inset
32970
32971 , options 
32972 \begin_inset Quotes eld
32973 \end_inset
32974
32975 Extended character table
32976 \begin_inset Quotes erd
32977 \end_inset
32978
32979  and 
32980 \begin_inset Quotes eld
32981 \end_inset
32982
32983 Space
32984 \begin_inset space ~
32985 \end_inset
32986
32987 as
32988 \begin_inset space ~
32989 \end_inset
32990
32991 symbol
32992 \begin_inset Quotes erd
32993 \end_inset
32994
32995 , range lines 3
32996 \begin_inset space \thinspace{}
32997 \end_inset
32998
32999 -
33000 \begin_inset space \thinspace{}
33001 \end_inset
33002
33003 8:
33004 \end_layout
33005
33006 \begin_layout Standard
33007 \begin_inset listings
33008 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33009 inline false
33010 status open
33011
33012 \begin_layout Plain Layout
33013
33014 def func(param):
33015 \end_layout
33016
33017 \begin_layout Plain Layout
33018
33019     'this is a python function'
33020 \end_layout
33021
33022 \begin_layout Plain Layout
33023
33024     pass
33025 \end_layout
33026
33027 \begin_layout Plain Layout
33028
33029 def func(param):
33030 \end_layout
33031
33032 \begin_layout Plain Layout
33033
33034 'This is a German word: Tschüß'
33035 \end_layout
33036
33037 \begin_layout Plain Layout
33038
33039 pass
33040 \end_layout
33041
33042 \begin_layout Plain Layout
33043
33044 def func(param):
33045 \end_layout
33046
33047 \begin_layout Plain Layout
33048
33049 'this is a python function'
33050 \end_layout
33051
33052 \begin_layout Plain Layout
33053
33054 pass
33055 \end_layout
33056
33057 \end_inset
33058
33059
33060 \end_layout
33061
33062 \begin_layout Standard
33063 When you have tabulators in your listing, you can specify the number of
33064  characters that are spanned by a tabulator in the field 
33065 \family sans
33066 Tabulator
33067 \begin_inset space ~
33068 \end_inset
33069
33070 size
33071 \family default
33072 .
33073 \end_layout
33074
33075 \begin_layout Standard
33076 \begin_inset Note Greyedout
33077 status open
33078
33079 \begin_layout Plain Layout
33080
33081 \series bold
33082 Note:
33083 \series default
33084  Due to a bug in the 
33085 \series bold
33086 listings
33087 \series default
33088  package the line numbering is shifted by a line by every previous listing.
33089  That's the reason why the lines 2 and 5 are numbered in the above listing
33090  and not the lines 3 and 6.
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Standard
33099 \begin_inset VSpace bigskip
33100 \end_inset
33101
33102
33103 \end_layout
33104
33105 \begin_layout Standard
33106 It is also possible to print lines from a file as listing.
33107  To do this, use the menu 
33108 \family sans
33109 Insert\SpecialChar \menuseparator
33110 File\SpecialChar \menuseparator
33111 Child Document
33112 \family default
33113  and choose the type 
33114 \family sans
33115 Listings
33116 \family default
33117 .
33118 \begin_inset Foot
33119 status collapsed
33120
33121 \begin_layout Plain Layout
33122 The other child document types are described in section
33123 \begin_inset space ~
33124 \end_inset
33125
33126
33127 \begin_inset CommandInset ref
33128 LatexCommand ref
33129 reference "sec:Child-Documents"
33130
33131 \end_inset
33132
33133 .
33134 \end_layout
33135
33136 \end_inset
33137
33138  In the child document dialog you can specify the listing parameters in
33139  a text box.
33140  To show a list of all available parameters, type in a question mark 
33141 \begin_inset Quotes eld
33142 \end_inset
33143
33144 ?
33145 \begin_inset Quotes erd
33146 \end_inset
33147
33148  in the text box.
33149 \end_layout
33150
33151 \begin_layout Standard
33152 To reference child document listings, write a label text into the corresponding
33153  field of the child document dialog.
33154  The label can then be referenced using the menu 
33155 \family sans
33156 Insert\SpecialChar \menuseparator
33157 Cross-Reference
33158 \family default
33159 .
33160 \end_layout
33161
33162 \begin_layout Standard
33163 Listing
33164 \begin_inset space ~
33165 \end_inset
33166
33167
33168 \begin_inset CommandInset ref
33169 LatexCommand ref
33170 reference "lst:file-listing"
33171
33172 \end_inset
33173
33174  is an example for a listing of a file; there the lines 10
33175 \begin_inset space \thinspace{}
33176 \end_inset
33177
33178 -
33179 \begin_inset space \thinspace{}
33180 \end_inset
33181
33182 15 of this LyX file are listed.
33183 \end_layout
33184
33185 \begin_layout Standard
33186 \begin_inset CommandInset include
33187 LatexCommand lstinputlisting
33188 filename "EmbeddedObjects.lyx"
33189 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33190
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \begin_layout Standard
33197 \begin_inset VSpace bigskip
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \begin_layout Standard
33204 Global listings settings can be set in the 
33205 \family sans
33206 Document\SpecialChar \menuseparator
33207 Settings\SpecialChar \menuseparator
33208 Text Layout
33209 \family default
33210  dialog.
33211  To get there a list of available options, type in a question mark 
33212 \begin_inset Quotes eld
33213 \end_inset
33214
33215 ?
33216 \begin_inset Quotes erd
33217 \end_inset
33218
33219  in the 
33220 \family sans
33221 Listings
33222 \begin_inset space ~
33223 \end_inset
33224
33225 settings
33226 \family default
33227  field.
33228 \end_layout
33229
33230 \begin_layout Standard
33231 For more information about the 
33232 \series bold
33233 listings
33234 \series default
33235  package, we refer to its documentation 
33236 \begin_inset CommandInset citation
33237 LatexCommand cite
33238 key "listings"
33239
33240 \end_inset
33241
33242 .
33243 \end_layout
33244
33245 \begin_layout Standard
33246 \begin_inset Newpage newpage
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \begin_layout Chapter
33253 \start_of_appendix
33254 Units available in LyX
33255 \begin_inset Index
33256 status collapsed
33257
33258 \begin_layout Plain Layout
33259 Units
33260 \end_layout
33261
33262 \end_inset
33263
33264
33265 \begin_inset CommandInset label
33266 LatexCommand label
33267 name "cha:Units-available-in"
33268
33269 \end_inset
33270
33271
33272 \end_layout
33273
33274 \begin_layout Standard
33275 To understand the units described in this documentation, Table
33276 \begin_inset space ~
33277 \end_inset
33278
33279
33280 \begin_inset CommandInset ref
33281 LatexCommand ref
33282 reference "tab:Units"
33283
33284 \end_inset
33285
33286  explains all units available in LyX.
33287 \end_layout
33288
33289 \begin_layout Standard
33290 \begin_inset Float table
33291 placement h
33292 wide false
33293 sideways false
33294 status open
33295
33296 \begin_layout Plain Layout
33297 \begin_inset Caption
33298
33299 \begin_layout Plain Layout
33300 \begin_inset CommandInset label
33301 LatexCommand label
33302 name "tab:Units"
33303
33304 \end_inset
33305
33306 Units
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \end_layout
33313
33314 \begin_layout Plain Layout
33315 \begin_inset VSpace medskip
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Plain Layout
33322 \align center
33323 \begin_inset Tabular
33324 <lyxtabular version="3" rows="20" columns="2">
33325 <features>
33326 <column alignment="center" valignment="top" width="0">
33327 <column alignment="center" valignment="top" width="0">
33328 <row>
33329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 unit
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 name/description
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 </row>
33348 <row>
33349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353 mm
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362 millimeter
33363 \end_layout
33364
33365 \end_inset
33366 </cell>
33367 </row>
33368 <row>
33369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33370 \begin_inset Text
33371
33372 \begin_layout Plain Layout
33373 cm
33374 \end_layout
33375
33376 \end_inset
33377 </cell>
33378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33379 \begin_inset Text
33380
33381 \begin_layout Plain Layout
33382 centimeter
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 </row>
33388 <row>
33389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393 in
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 inch
33403 \end_layout
33404
33405 \end_inset
33406 </cell>
33407 </row>
33408 <row>
33409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33410 \begin_inset Text
33411
33412 \begin_layout Plain Layout
33413 pt
33414 \end_layout
33415
33416 \end_inset
33417 </cell>
33418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422 point (72.27
33423 \begin_inset space \thinspace{}
33424 \end_inset
33425
33426 pt = 1
33427 \begin_inset space \thinspace{}
33428 \end_inset
33429
33430 in)
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 </row>
33436 <row>
33437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33438 \begin_inset Text
33439
33440 \begin_layout Plain Layout
33441 pc
33442 \end_layout
33443
33444 \end_inset
33445 </cell>
33446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Plain Layout
33450 pica (1
33451 \begin_inset space \thinspace{}
33452 \end_inset
33453
33454 pc = 12
33455 \begin_inset space \thinspace{}
33456 \end_inset
33457
33458 pt)
33459 \end_layout
33460
33461 \end_inset
33462 </cell>
33463 </row>
33464 <row>
33465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Plain Layout
33469 sp
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478 scaled point (65536
33479 \begin_inset space \thinspace{}
33480 \end_inset
33481
33482 sp = 1
33483 \begin_inset space \thinspace{}
33484 \end_inset
33485
33486 pt)
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 </row>
33492 <row>
33493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33494 \begin_inset Text
33495
33496 \begin_layout Plain Layout
33497 bp
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 big point (72
33507 \begin_inset space \thinspace{}
33508 \end_inset
33509
33510 bp = 1
33511 \begin_inset space \thinspace{}
33512 \end_inset
33513
33514 in)
33515 \end_layout
33516
33517 \end_inset
33518 </cell>
33519 </row>
33520 <row>
33521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33522 \begin_inset Text
33523
33524 \begin_layout Plain Layout
33525 dd
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534 didot (1
33535 \begin_inset space \thinspace{}
33536 \end_inset
33537
33538 dd 
33539 \begin_inset Formula $\approx$
33540 \end_inset
33541
33542  0.376
33543 \begin_inset space \thinspace{}
33544 \end_inset
33545
33546 mm)
33547 \end_layout
33548
33549 \end_inset
33550 </cell>
33551 </row>
33552 <row>
33553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33554 \begin_inset Text
33555
33556 \begin_layout Plain Layout
33557 cc
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Plain Layout
33566 cicero (1
33567 \begin_inset space \thinspace{}
33568 \end_inset
33569
33570 cc = 12
33571 \begin_inset space \thinspace{}
33572 \end_inset
33573
33574 dd)
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 </row>
33580 <row>
33581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33582 \begin_inset Text
33583
33584 \begin_layout Plain Layout
33585 Scale%
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33591 \begin_inset Text
33592
33593 \begin_layout Plain Layout
33594 % of original image width
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 </row>
33600 <row>
33601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33602 \begin_inset Text
33603
33604 \begin_layout Plain Layout
33605 text%
33606 \end_layout
33607
33608 \end_inset
33609 </cell>
33610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33611 \begin_inset Text
33612
33613 \begin_layout Plain Layout
33614 % of text width
33615 \end_layout
33616
33617 \end_inset
33618 </cell>
33619 </row>
33620 <row>
33621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 col%
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33631 \begin_inset Text
33632
33633 \begin_layout Plain Layout
33634 % of column width
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 </row>
33640 <row>
33641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33642 \begin_inset Text
33643
33644 \begin_layout Plain Layout
33645 page%
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654 % of paper width
33655 \end_layout
33656
33657 \end_inset
33658 </cell>
33659 </row>
33660 <row>
33661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33662 \begin_inset Text
33663
33664 \begin_layout Plain Layout
33665 line%
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674 % of line width
33675 \end_layout
33676
33677 \end_inset
33678 </cell>
33679 </row>
33680 <row>
33681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33682 \begin_inset Text
33683
33684 \begin_layout Plain Layout
33685 theight%
33686 \end_layout
33687
33688 \end_inset
33689 </cell>
33690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33691 \begin_inset Text
33692
33693 \begin_layout Plain Layout
33694 % of text height
33695 \end_layout
33696
33697 \end_inset
33698 </cell>
33699 </row>
33700 <row>
33701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705 pheight%
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714 % of paper height
33715 \end_layout
33716
33717 \end_inset
33718 </cell>
33719 </row>
33720 <row>
33721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Plain Layout
33725 ex
33726 \end_layout
33727
33728 \end_inset
33729 </cell>
33730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33731 \begin_inset Text
33732
33733 \begin_layout Plain Layout
33734 height of letter 
33735 \emph on
33736 x
33737 \emph default
33738  in current font
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 </row>
33744 <row>
33745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33746 \begin_inset Text
33747
33748 \begin_layout Plain Layout
33749 em
33750 \end_layout
33751
33752 \end_inset
33753 </cell>
33754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33755 \begin_inset Text
33756
33757 \begin_layout Plain Layout
33758 width of letter 
33759 \emph on
33760 M
33761 \emph default
33762  in current font
33763 \end_layout
33764
33765 \end_inset
33766 </cell>
33767 </row>
33768 <row>
33769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33770 \begin_inset Text
33771
33772 \begin_layout Plain Layout
33773 mu
33774 \end_layout
33775
33776 \end_inset
33777 </cell>
33778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33779 \begin_inset Text
33780
33781 \begin_layout Plain Layout
33782 math unit (1
33783 \begin_inset space \thinspace{}
33784 \end_inset
33785
33786 mu = 1/18
33787 \begin_inset space \thinspace{}
33788 \end_inset
33789
33790 em)
33791 \end_layout
33792
33793 \end_inset
33794 </cell>
33795 </row>
33796 </lyxtabular>
33797
33798 \end_inset
33799
33800
33801 \end_layout
33802
33803 \end_inset
33804
33805
33806 \end_layout
33807
33808 \begin_layout Chapter
33809 Output File Formats with Graphics
33810 \begin_inset CommandInset label
33811 LatexCommand label
33812 name "cha:Output-File-Formats"
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Section
33820 DVI
33821 \begin_inset Index
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825 File Formats ! DVI
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \begin_inset Index
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835 DVI|see
33836 \begin_inset ERT
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841 {
33842 \end_layout
33843
33844 \end_inset
33845
33846 File Formats
33847 \begin_inset ERT
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851
33852 }
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \begin_layout Standard
33866 This file type has the extension 
33867 \begin_inset Quotes eld
33868 \end_inset
33869
33870
33871 \family typewriter
33872 .dvi
33873 \family default
33874
33875 \begin_inset Quotes erd
33876 \end_inset
33877
33878 .
33879  It is called 
33880 \begin_inset Quotes eld
33881 \end_inset
33882
33883 device-independent
33884 \begin_inset Quotes erd
33885 \end_inset
33886
33887  (DVI), because it is completely portable; you can move them from one machine
33888  to another without needing to do any sort of conversion.
33889  At the time when this file-format was developed, this was no matter of
33890  course.
33891  DVIs are used for quick previews and as pre-stage for other output formats,
33892  like PostScript.
33893 \end_layout
33894
33895 \begin_layout Standard
33896 \begin_inset Note Greyedout
33897 status open
33898
33899 \begin_layout Plain Layout
33900
33901 \series bold
33902 Note:
33903 \series default
33904  DVI-files doesn't contain images, they will only be a linked.
33905 \end_layout
33906
33907 \end_inset
33908
33909  So don't forget this, if you move your 
33910 \family typewriter
33911 .dvi
33912 \family default
33913  file to another computer.
33914  This property can also slow down your computer when you view the DVI.
33915  Because the DVI-viewer has to convert the image in the background to make
33916  it visible when you scroll in the DVI.
33917  So we recommend to use PDF for files with many images.
33918 \end_layout
33919
33920 \begin_layout Standard
33921 You can export your document to DVI by using the menu 
33922 \family sans
33923 File\SpecialChar \menuseparator
33924 Export\SpecialChar \menuseparator
33925 DVI
33926 \family default
33927 .
33928  You can view your document as DVI via the 
33929 \family sans
33930 View
33931 \family default
33932  menu or by using the toolbar button 
33933 \begin_inset Graphics
33934         filename ../images/buffer-view_dvi.png
33935         scale 85
33936         scaleBeforeRotation
33937
33938 \end_inset
33939
33940 .
33941 \end_layout
33942
33943 \begin_layout Section
33944 PostScript
33945 \begin_inset CommandInset label
33946 LatexCommand label
33947 name "sec:PostScript"
33948
33949 \end_inset
33950
33951
33952 \begin_inset Index
33953 status collapsed
33954
33955 \begin_layout Plain Layout
33956 File Formats ! PostScript
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \begin_inset Index
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966 PostScript|see
33967 \begin_inset ERT
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971
33972 {
33973 \end_layout
33974
33975 \end_inset
33976
33977 File Formats
33978 \begin_inset ERT
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982
33983 }
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \begin_layout Standard
33997 This file type has the extension 
33998 \begin_inset Quotes eld
33999 \end_inset
34000
34001
34002 \family typewriter
34003 .ps
34004 \family default
34005
34006 \begin_inset Quotes erd
34007 \end_inset
34008
34009 .
34010  PostScript was developed by the company 
34011 \family typewriter
34012 Adobe
34013 \family default
34014  as printer language.
34015  The file contains therefore commands that the printer uses to print the
34016  file.
34017  PostScript can be seen as 
34018 \begin_inset Quotes eld
34019 \end_inset
34020
34021 programming language
34022 \begin_inset Quotes erd
34023 \end_inset
34024
34025 ; you can calculate with it and draw diagrams and images
34026 \begin_inset Foot
34027 status collapsed
34028
34029 \begin_layout Plain Layout
34030 If you are interested to learn more about this, have a look at the LaTeX-package
34031  
34032 \series bold
34033 PSTricks
34034 \series default
34035  
34036 \begin_inset CommandInset citation
34037 LatexCommand cite
34038 key "pstricks"
34039
34040 \end_inset
34041
34042 .
34043 \end_layout
34044
34045 \end_inset
34046
34047 .
34048  Due to this ability, the files are often bigger than PDFs.
34049 \end_layout
34050
34051 \begin_layout Standard
34052 PostScript can only contain images in the format 
34053 \begin_inset Quotes eld
34054 \end_inset
34055
34056 Encapsulated PostScript
34057 \begin_inset Quotes erd
34058 \end_inset
34059
34060  (EPS, file extension 
34061 \begin_inset Quotes eld
34062 \end_inset
34063
34064
34065 \family typewriter
34066 .eps
34067 \family default
34068
34069 \begin_inset Quotes erd
34070 \end_inset
34071
34072 ).
34073  As LyX allows you to use any known image format in your document, it has
34074  to convert images in the background to EPS.
34075  If you have e.g 50 images in your document, LyX has to do 50 conversions
34076  whenever you view or export your document.
34077  This will slow down your work flow with LyX drastically.
34078  So if you plan to use PostScript, you can insert your images directly as
34079  EPS to avoid this problem.
34080 \end_layout
34081
34082 \begin_layout Standard
34083 You can export your document to PostScript using the menu 
34084 \family sans
34085 File\SpecialChar \menuseparator
34086 Export\SpecialChar \menuseparator
34087 Postscript
34088 \family default
34089 .
34090  You can view your document as PostScript via the 
34091 \family sans
34092 View
34093 \family default
34094  menu or by using the toolbar button 
34095 \begin_inset Graphics
34096         filename ../images/buffer-view_ps.png
34097         scale 85
34098         scaleBeforeRotation
34099
34100 \end_inset
34101
34102 .
34103 \end_layout
34104
34105 \begin_layout Section
34106 PDF
34107 \begin_inset Index
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 File Formats ! PDF
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \begin_inset Index
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121 PDF
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Standard
34130 This file type has the extension 
34131 \begin_inset Quotes eld
34132 \end_inset
34133
34134
34135 \family typewriter
34136 .pdf
34137 \family default
34138
34139 \begin_inset Quotes erd
34140 \end_inset
34141
34142 .
34143  The 
34144 \begin_inset Quotes eld
34145 \end_inset
34146
34147 Portable Document Format
34148 \begin_inset Quotes erd
34149 \end_inset
34150
34151  (PDF) is developed by 
34152 \family typewriter
34153 Adobe
34154 \family default
34155  as derivative from PostScript.
34156  It is more compressed and it uses much less commands than PostScript.
34157  As the name 
34158 \begin_inset Quotes eld
34159 \end_inset
34160
34161 portable
34162 \begin_inset Quotes erd
34163 \end_inset
34164
34165  implies, it can be processed at any computer system and the printed output
34166  looks exactly the same.
34167 \end_layout
34168
34169 \begin_layout Standard
34170 PDF can contain images in its own PDF format, in the format 
34171 \begin_inset Quotes eld
34172 \end_inset
34173
34174 Joint Photographic Experts Group
34175 \begin_inset Quotes erd
34176 \end_inset
34177
34178  (JPG, file extension 
34179 \begin_inset Quotes eld
34180 \end_inset
34181
34182
34183 \family typewriter
34184 .jpg
34185 \family default
34186
34187 \begin_inset Quotes erd
34188 \end_inset
34189
34190  or 
34191 \begin_inset Quotes eld
34192 \end_inset
34193
34194
34195 \family typewriter
34196 .jpeg
34197 \family default
34198
34199 \begin_inset Quotes erd
34200 \end_inset
34201
34202 ), and in the format 
34203 \begin_inset Quotes eld
34204 \end_inset
34205
34206 Portable Network Graphics
34207 \begin_inset Quotes erd
34208 \end_inset
34209
34210  (PNG, file extension 
34211 \begin_inset Quotes eld
34212 \end_inset
34213
34214
34215 \family typewriter
34216 .png
34217 \family default
34218
34219 \begin_inset Quotes erd
34220 \end_inset
34221
34222 ).
34223  Nevertheless you can use any other image format, because LyX converts them
34224  in the background to one of these formats.
34225  But as described in the section about PostScript, the image conversion
34226  will slow down your work flow.
34227  So it is recommended to use images in one of the three mentioned formats.
34228 \end_layout
34229
34230 \begin_layout Standard
34231 You can export your document to PDF via the menu 
34232 \family sans
34233 File\SpecialChar \menuseparator
34234 Export
34235 \family default
34236  in three different ways:
34237 \end_layout
34238
34239 \begin_layout Description
34240 PDF
34241 \begin_inset space ~
34242 \end_inset
34243
34244 (ps2pdf) This uses the program 
34245 \family typewriter
34246 ps2pdf
34247 \family default
34248  that creates a PDF from a PostScript-version of your file.
34249  The PostScript-version is produced by the program 
34250 \family typewriter
34251 dvips
34252 \family default
34253  which uses a DVI-version as intermediate step.
34254  So this export variant consist of three conversions.
34255 \end_layout
34256
34257 \begin_layout Description
34258 PDF
34259 \begin_inset space ~
34260 \end_inset
34261
34262 (dvipdfm) This uses the program 
34263 \family typewriter
34264 dvipdfm
34265 \family default
34266  that converts your file in the background to DVI and in a second step to
34267  PDF.
34268 \end_layout
34269
34270 \begin_layout Description
34271 PDF
34272 \begin_inset space ~
34273 \end_inset
34274
34275 (pdflatex) This uses the program 
34276 \family typewriter
34277 pdftex
34278 \family default
34279  that converts your file directly to PDF.
34280 \end_layout
34281
34282 \begin_layout Standard
34283 It is recommended to use 
34284 \family sans
34285 PDF
34286 \begin_inset space ~
34287 \end_inset
34288
34289 (pdflatex)
34290 \family default
34291  because 
34292 \family typewriter
34293 pdftex
34294 \family default
34295  supports all features of actual PDF-versions, is quick and works stable
34296  without problems.
34297  The program 
34298 \family typewriter
34299 dvipdfm
34300 \family default
34301  is not under development and therefore a bit outdated.
34302 \end_layout
34303
34304 \begin_layout Standard
34305 You can view your document as PDF via the 
34306 \family sans
34307 View
34308 \family default
34309  menu or by using the toolbar button 
34310 \begin_inset Graphics
34311         filename ../images/buffer-view_pdf2.png
34312         scale 85
34313         scaleBeforeRotation
34314
34315 \end_inset
34316
34317  
34318 \family sans
34319 (
34320 \family default
34321 that uses 
34322 \family sans
34323 PDF
34324 \begin_inset space ~
34325 \end_inset
34326
34327 (pdflatex)
34328 \family default
34329 ).
34330 \end_layout
34331
34332 \begin_layout Chapter
34333 Explanation of Equation
34334 \begin_inset space ~
34335 \end_inset
34336
34337
34338 \begin_inset CommandInset ref
34339 LatexCommand eqref
34340 reference "eq:Wgn"
34341
34342 \end_inset
34343
34344
34345 \begin_inset CommandInset label
34346 LatexCommand label
34347 name "cha:Explanation-of-Equation"
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Standard
34355 The total width of 
34356 \emph on
34357 n
34358 \emph default
34359  table cells 
34360 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34361 \end_inset
34362
34363  can be calculated to
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \begin_inset Formula \begin{equation}
34368 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}
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Standard
34376 Where 
34377 \begin_inset Formula $W_{g\, n}$
34378 \end_inset
34379
34380  is the given width of all cells.
34381  
34382 \series bold
34383
34384 \backslash
34385 tabcolsep
34386 \series default
34387  is the LaTeX-length between the cell text and the cell border, its default
34388  value is 6
34389 \begin_inset space \thinspace{}
34390 \end_inset
34391
34392 pt.
34393  
34394 \series bold
34395
34396 \backslash
34397 arrayrulewidth
34398 \series default
34399  is the thickness of the cell border line, the default is 0.4
34400 \begin_inset space \thinspace{}
34401 \end_inset
34402
34403 pt.
34404 \end_layout
34405
34406 \begin_layout Standard
34407 Following equation
34408 \begin_inset space ~
34409 \end_inset
34410
34411
34412 \begin_inset CommandInset ref
34413 LatexCommand eqref
34414 reference "eq:Wtot_n"
34415
34416 \end_inset
34417
34418 , the total width of a multicolumn 
34419 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34420 \end_inset
34421
34422  is
34423 \end_layout
34424
34425 \begin_layout Standard
34426 \begin_inset Formula \begin{equation}
34427 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34428
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \begin_layout Standard
34435 By setting equation
34436 \begin_inset space ~
34437 \end_inset
34438
34439
34440 \begin_inset CommandInset ref
34441 LatexCommand eqref
34442 reference "eq:Wtot_n"
34443
34444 \end_inset
34445
34446  and 
34447 \begin_inset CommandInset ref
34448 LatexCommand eqref
34449 reference "eq:Wtot_mult"
34450
34451 \end_inset
34452
34453  equal we can calculate the needed given width 
34454 \begin_inset Formula $W_{g\, n}$
34455 \end_inset
34456
34457  when 
34458 \emph on
34459 n
34460 \emph default
34461  columns are spanned, so that each column has a total width of 
34462 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34463 \end_inset
34464
34465 :
34466 \end_layout
34467
34468 \begin_layout Standard
34469 \begin_inset Formula \begin{equation}
34470 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34471
34472 \end_inset
34473
34474
34475 \end_layout
34476
34477 \begin_layout Bibliography
34478 \begin_inset CommandInset bibitem
34479 LatexCommand bibitem
34480 key "latexcompanion"
34481
34482 \end_inset
34483
34484 Frank Mittelbach and Michel Goossens: 
34485 \emph on
34486 The LaTeX Companion Second Edition.
34487
34488 \emph default
34489  Addison-Wesley, 2004
34490 \end_layout
34491
34492 \begin_layout Bibliography
34493 \begin_inset CommandInset bibitem
34494 LatexCommand bibitem
34495 key "latexguide"
34496
34497 \end_inset
34498
34499 Helmut Kopka and Patrick W.
34500  Daly: 
34501 \emph on
34502 A Guide to LaTeX Fourth Edition.
34503
34504 \emph default
34505  Addison-Wesley, 2003
34506 \end_layout
34507
34508 \begin_layout Bibliography
34509 \begin_inset CommandInset bibitem
34510 LatexCommand bibitem
34511 key "latexbook"
34512
34513 \end_inset
34514
34515 Leslie Lamport: 
34516 \emph on
34517 LaTeX: A Document Preparation System.
34518
34519 \emph default
34520  Addison-Wesley, second edition, 1994
34521 \end_layout
34522
34523 \begin_layout Bibliography
34524 \begin_inset CommandInset bibitem
34525 LatexCommand bibitem
34526 key "booktabs"
34527
34528 \end_inset
34529
34530 Documentation of the LaTeX-package 
34531 \series bold
34532
34533 \begin_inset CommandInset href
34534 LatexCommand href
34535 name "booktabs"
34536 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34537
34538 \end_inset
34539
34540
34541 \series default
34542
34543 \begin_inset Index
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547 LaTeX-packages ! booktabs
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Bibliography
34556 \begin_inset CommandInset bibitem
34557 LatexCommand bibitem
34558 key "caption"
34559
34560 \end_inset
34561
34562 Documentation of the LaTeX-package 
34563 \series bold
34564
34565 \begin_inset CommandInset href
34566 LatexCommand href
34567 name "caption"
34568 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34569
34570 \end_inset
34571
34572
34573 \series default
34574
34575 \begin_inset Index
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579 LaTeX-packages ! caption
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \end_layout
34586
34587 \begin_layout Bibliography
34588 \begin_inset CommandInset bibitem
34589 LatexCommand bibitem
34590 key "endfloat"
34591
34592 \end_inset
34593
34594 Documentation of the LaTeX-package 
34595 \series bold
34596
34597 \begin_inset CommandInset href
34598 LatexCommand href
34599 name "endfloat"
34600 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34601
34602 \end_inset
34603
34604
34605 \series default
34606
34607 \begin_inset Index
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611 LaTeX-packages ! endfloat
34612 \end_layout
34613
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Bibliography
34620 \begin_inset CommandInset bibitem
34621 LatexCommand bibitem
34622 key "wrapfig"
34623
34624 \end_inset
34625
34626 Documentation of the LaTeX-package 
34627 \series bold
34628
34629 \begin_inset CommandInset href
34630 LatexCommand href
34631 name "wrapfig"
34632 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34633
34634 \end_inset
34635
34636
34637 \series default
34638
34639 \begin_inset Index
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643 LaTeX-packages ! wrapfig
34644 \begin_inset ERT
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648
34649
34650 \backslash
34651 vspace{4mm}
34652 \end_layout
34653
34654 \end_inset
34655
34656
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \begin_layout Bibliography
34665 \begin_inset CommandInset bibitem
34666 LatexCommand bibitem
34667 key "footmisc"
34668
34669 \end_inset
34670
34671 Documentation of the LaTeX-package 
34672 \series bold
34673
34674 \begin_inset CommandInset href
34675 LatexCommand href
34676 name "footmisc"
34677 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34678
34679 \end_inset
34680
34681
34682 \series default
34683
34684 \begin_inset Index
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688 LaTeX-packages ! footmisc
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \begin_layout Bibliography
34697 \begin_inset CommandInset bibitem
34698 LatexCommand bibitem
34699 key "hypcap"
34700
34701 \end_inset
34702
34703 Documentation of the LaTeX-package 
34704 \series bold
34705
34706 \begin_inset CommandInset href
34707 LatexCommand href
34708 name "hypcap"
34709 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34710
34711 \end_inset
34712
34713
34714 \series default
34715
34716 \begin_inset Index
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720 LaTeX-packages ! hyperref
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \begin_layout Bibliography
34729 \begin_inset CommandInset bibitem
34730 LatexCommand bibitem
34731 key "hyperref"
34732
34733 \end_inset
34734
34735 Documentation of the LaTeX-package 
34736 \series bold
34737
34738 \begin_inset CommandInset href
34739 LatexCommand href
34740 name "hyperref"
34741 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34742
34743 \end_inset
34744
34745
34746 \series default
34747
34748 \begin_inset Index
34749 status collapsed
34750
34751 \begin_layout Plain Layout
34752 LaTeX-packages ! hyperref
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Bibliography
34761 \begin_inset CommandInset bibitem
34762 LatexCommand bibitem
34763 key "KOMA-Script"
34764
34765 \end_inset
34766
34767 Documentation of the LaTeX-package 
34768 \series bold
34769
34770 \begin_inset CommandInset href
34771 LatexCommand href
34772 name "KOMA-Script"
34773 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34774
34775 \end_inset
34776
34777
34778 \series default
34779
34780 \begin_inset Index
34781 status collapsed
34782
34783 \begin_layout Plain Layout
34784 LaTeX-packages ! KOMA-Script
34785 \end_layout
34786
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \begin_layout Bibliography
34793 \begin_inset CommandInset bibitem
34794 LatexCommand bibitem
34795 key "listings"
34796
34797 \end_inset
34798
34799 Documentation of the LaTeX-package 
34800 \series bold
34801
34802 \begin_inset CommandInset href
34803 LatexCommand href
34804 name "listings"
34805 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34806
34807 \end_inset
34808
34809
34810 \series default
34811
34812 \begin_inset Index
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816 LaTeX-packages ! listings
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Bibliography
34825 \begin_inset CommandInset bibitem
34826 LatexCommand bibitem
34827 key "marginnote"
34828
34829 \end_inset
34830
34831 Documentation of the LaTeX-package 
34832 \series bold
34833
34834 \begin_inset CommandInset href
34835 LatexCommand href
34836 name "marginnote"
34837 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34838
34839 \end_inset
34840
34841
34842 \series default
34843
34844 \begin_inset Index
34845 status collapsed
34846
34847 \begin_layout Plain Layout
34848 LaTeX-packages ! marginnote
34849 \end_layout
34850
34851 \end_inset
34852
34853
34854 \end_layout
34855
34856 \begin_layout Bibliography
34857 \begin_inset CommandInset bibitem
34858 LatexCommand bibitem
34859 key "pstricks"
34860
34861 \end_inset
34862
34863 Web page of the LaTeX-package 
34864 \series bold
34865
34866 \begin_inset CommandInset href
34867 LatexCommand href
34868 name "PSTricks"
34869 target "http://tug.org/PSTricks/"
34870
34871 \end_inset
34872
34873
34874 \series default
34875
34876 \begin_inset Index
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880 LaTeX-packages ! PSTricks
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \begin_layout Bibliography
34889 \begin_inset CommandInset bibitem
34890 LatexCommand bibitem
34891 key "sidecap"
34892
34893 \end_inset
34894
34895 Documentation of the LaTeX-package 
34896 \series bold
34897
34898 \begin_inset CommandInset href
34899 LatexCommand href
34900 name "sidecap"
34901 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34902
34903 \end_inset
34904
34905
34906 \series default
34907
34908 \begin_inset Index
34909 status collapsed
34910
34911 \begin_layout Plain Layout
34912 LaTeX-packages ! sidecap
34913 \end_layout
34914
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \begin_layout Bibliography
34921 \begin_inset CommandInset bibitem
34922 LatexCommand bibitem
34923 key "prettyref"
34924
34925 \end_inset
34926
34927 Documentation of the LaTeX-package 
34928 \series bold
34929
34930 \begin_inset CommandInset href
34931 LatexCommand href
34932 name "prettyref"
34933 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34934
34935 \end_inset
34936
34937
34938 \series default
34939
34940 \begin_inset Index
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944 LaTeX-packages ! prettyref
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \begin_layout Bibliography
34953 \begin_inset CommandInset bibitem
34954 LatexCommand bibitem
34955 key "NewInLyX16"
34956
34957 \end_inset
34958
34959
34960 \begin_inset CommandInset href
34961 LatexCommand href
34962 name "Wiki page"
34963 target "http://wiki.lyx.org/LyX/NewInLyX16"
34964
34965 \end_inset
34966
34967  about new features in 
34968 \family sans
34969 LyX 1.6.0
34970 \family default
34971 .
34972 \end_layout
34973
34974 \begin_layout Standard
34975 \begin_inset CommandInset index_print
34976 LatexCommand printindex
34977
34978 \end_inset
34979
34980
34981 \end_layout
34982
34983 \begin_layout Standard
34984 \begin_inset FloatList figure
34985
34986 \end_inset
34987
34988
34989 \end_layout
34990
34991 \begin_layout Standard
34992 \begin_inset FloatList table
34993
34994 \end_inset
34995
34996
34997 \end_layout
34998
34999 \begin_layout Standard
35000 \begin_inset FloatList algorithm
35001
35002 \end_inset
35003
35004
35005 \end_layout
35006
35007 \end_body
35008 \end_document