]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[features.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
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}]{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 % ------------------------------------
126 % used to check for needed LaTeX packages
127 \usepackage{ifthen}
128
129 % check for package arydshln
130 % used for tables with dashed lines
131 \newboolean{arydshln}
132 \IfFileExists{arydshln.sty}
133  {\usepackage{arydshln}
134   \setboolean{arydshln}{true}}
135  {\setboolean{arydshln}{false}}
136
137 % check for package marginnote
138 % used for margin notes
139 \newboolean{marginnote}
140 \IfFileExists{marginnote.sty}
141  {\usepackage{marginnote}
142   \let\marginpar\marginnote
143   \setboolean{marginnote}{true}}
144  {\setboolean{marginnote}{false}}
145
146 % check for package sidecap
147 % used for captions on the side
148 \newboolean{sidecap}
149 \IfFileExists{sidecap.sty}
150  {\usepackage{sidecap}
151   \setboolean{sidecap}{true}}
152  {\setboolean{sidecap}{false}}
153
154 % redefine the \LyX macro for PDF bookmarks
155 \def\LyX{\texorpdfstring{%
156   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
157   {LyX}}
158 \end_preamble
159 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
160 \use_default_options false
161 \maintain_unincluded_children false
162 \language english
163 \inputencoding auto
164 \fontencoding global
165 \font_roman default
166 \font_sans default
167 \font_typewriter default
168 \font_default_family default
169 \use_xetex false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100
173 \font_tt_scale 100
174
175 \graphics default
176 \default_output_format default
177 \output_sync 0
178 \bibtex_command default
179 \index_command default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "LyX Team, Uwe Stöhr"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pdfusetitle false
196 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
197 \papersize default
198 \use_geometry false
199 \use_amsmath 2
200 \use_esint 0
201 \use_mhchem 1
202 \use_mathdots 1
203 \cite_engine basic
204 \use_bibtopic false
205 \use_indices false
206 \paperorientation portrait
207 \suppress_date false
208 \use_refstyle 0
209 \notefontcolor #0000ff
210 \index Index
211 \shortcut idx
212 \color #008000
213 \end_index
214 \secnumdepth 3
215 \tocdepth 3
216 \paragraph_separation skip
217 \defskip medskip
218 \quotes_language english
219 \papercolumns 1
220 \papersides 2
221 \paperpagestyle default
222 \bullet 1 1 34 -1
223 \bullet 2 2 35 -1
224 \bullet 3 2 7 -1
225 \tracking_changes false
226 \output_changes false
227 \html_math_output 0
228 \html_be_strict false
229 \end_header
230
231 \begin_body
232
233 \begin_layout Title
234 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
235  manual
236 \end_layout
237
238 \begin_layout Author
239 by the LyX Team
240 \begin_inset Foot
241 status collapsed
242
243 \begin_layout Plain Layout
244 \noindent
245 If you have comments or error corrections, please send them to the LyX Documenta
246 tion mailing list: 
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
251 type "mailto:"
252
253 \end_inset
254
255
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Note Note
262 status collapsed
263
264 \begin_layout Plain Layout
265 author: Uwe Stöhr
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \begin_inset Newline newline
276 \end_inset
277
278
279 \family sans
280 Version 2.0.x
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset CommandInset toc
285 LatexCommand tableofcontents
286
287 \end_inset
288
289
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset Note Note
294 status open
295
296 \begin_layout Plain Layout
297 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
298  
299 \series bold
300 arydshln
301 \series default
302
303 \series bold
304 colortbl
305 \series default
306
307 \series bold
308 marginnote
309 \series default
310 , and 
311 \series bold
312 sidecap
313 \series default
314  must be installed.
315  If they are not installed you can export the document anyway but the sections
316  where the packages are required won't appear in the output.
317 \end_layout
318
319 \begin_layout Plain Layout
320 The latest PDF-version of this document can be found here:
321 \begin_inset Newline newline
322 \end_inset
323
324
325 \series bold
326 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
327 \end_layout
328
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Chapter
335 Figures
336 \begin_inset Index idx
337 status collapsed
338
339 \begin_layout Plain Layout
340 Figures
341 \end_layout
342
343 \end_inset
344
345
346 \begin_inset Index idx
347 status collapsed
348
349 \begin_layout Plain Layout
350 Graphics|see
351 \begin_inset ERT
352 status collapsed
353
354 \begin_layout Plain Layout
355
356 {
357 \end_layout
358
359 \end_inset
360
361 Figures
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 }
368 \end_layout
369
370 \end_inset
371
372
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Section
381 Graphics Dialog
382 \begin_inset Index idx
383 status collapsed
384
385 \begin_layout Plain Layout
386 Figures ! Graphics Dialog
387 \end_layout
388
389 \end_inset
390
391
392 \begin_inset CommandInset label
393 LatexCommand label
394 name "sec:Graphics-Dialog"
395
396 \end_inset
397
398
399 \end_layout
400
401 \begin_layout Standard
402 To insert an image into your document, place the cursor at the text position
403  you want and click on the toolbar icon 
404 \begin_inset Graphics
405         filename ../images/dialog-show-new-inset_graphics.png
406         scale 85
407         scaleBeforeRotation
408
409 \end_inset
410
411  or use the menu 
412 \family sans
413 Insert\SpecialChar \menuseparator
414 Graphics
415 \family default
416 .
417  Then a dialog will appear to choose the file to load.
418  The image will appear in the output exactly at the position where it is
419  in the text.
420 \end_layout
421
422 \begin_layout Standard
423 The graphics dialog can be called at any time by clicking on an image.
424  This dialog has three tabs:
425 \end_layout
426
427 \begin_layout Description
428
429 \family sans
430 Graphics
431 \family default
432  Here you can choose an image file and adjust its appearance in the output.
433  The available units for the image size are explained in appendix
434 \begin_inset space ~
435 \end_inset
436
437
438 \begin_inset CommandInset ref
439 LatexCommand ref
440 reference "cha:Units-available-in"
441
442 \end_inset
443
444 .
445 \begin_inset Newline newline
446 \end_inset
447
448
449 \begin_inset Index idx
450 status collapsed
451
452 \begin_layout Plain Layout
453 Figures ! rotated
454 \end_layout
455
456 \end_inset
457
458 You can rotate images counter-clockwise by setting a rotation angle and
459  a rotation origin.
460  The image will also be rotated inside LyX.
461 \begin_inset Newline newline
462 \end_inset
463
464
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 Figures ! scaled
470 \end_layout
471
472 \end_inset
473
474 Images can be scaled by using a percentage value or by setting the width
475  and height explicitly.
476  If you set only the width or only the height, the other size will be determined
477  automatically.
478  If you set both, then the image will be transformed to the given size,
479  possibly distorting it.
480  To prevent the image from distortion, use the option 
481 \family sans
482 Maintain aspect ratio
483 \family default
484 .
485  The image will then be scaled so that its width and height don't exceed
486  the specified dimensions.
487 \begin_inset Newline newline
488 \end_inset
489
490 Images can be opened in a program of your choice by right-clicking on it
491  and choosing the entry 
492 \family sans
493 Edit
494 \begin_inset space ~
495 \end_inset
496
497 externally
498 \family default
499  in the context menu.
500  The program can be set for every image format in the file format settings
501  in LyX's preferences.
502 \end_layout
503
504 \begin_layout Description
505
506 \family sans
507 Clipping
508 \family default
509  Alternatively to the usage of scaling units it is possible to set image
510  coordinates to adjust the height and width of the image in the output.
511  The coordinates can also be calculated automatically by pressing the button
512  
513 \family sans
514 Get
515 \begin_inset space ~
516 \end_inset
517
518 from
519 \begin_inset space ~
520 \end_inset
521
522 File
523 \family default
524 .
525  The option 
526 \family sans
527 Clip
528 \begin_inset space ~
529 \end_inset
530
531 to
532 \begin_inset space ~
533 \end_inset
534
535 bounding
536 \begin_inset space ~
537 \end_inset
538
539 box
540 \family default
541  will only print the image region within the given coordinates.
542  Normally you don't need to take care about image coordinates and can ignore
543  this tab.
544 \end_layout
545
546 \begin_layout Description
547
548 \family sans
549 LaTeX
550 \begin_inset space ~
551 \end_inset
552
553 and
554 \begin_inset space ~
555 \end_inset
556
557 LyX
558 \begin_inset space ~
559 \end_inset
560
561 options
562 \family default
563  In this tab you can modify the appearance of the image within LyX and LaTeX
564  experts can specify additional LaTeX options.
565 \begin_inset Newline newline
566 \end_inset
567
568 The option 
569 \family sans
570 Draft
571 \begin_inset space ~
572 \end_inset
573
574 mode
575 \family default
576  makes the image appear in the output only as a frame with the size of the
577  image.
578 \begin_inset Newline newline
579 \end_inset
580
581 The 
582 \family sans
583 Don't
584 \begin_inset space ~
585 \end_inset
586
587 unzip
588 \begin_inset space ~
589 \end_inset
590
591 on
592 \begin_inset space ~
593 \end_inset
594
595 export
596 \family default
597  option only affects zipped EPS-graphics, e.
598 \begin_inset space \thinspace{}
599 \end_inset
600
601 g.
602 \begin_inset space \space{}
603 \end_inset
604
605
606 \emph on
607 x.eps.gz
608 \emph default
609 .
610  When the option is used the images will not be unzipped on export, since
611  LaTeX can handle them as they are.
612 \begin_inset Newline newline
613 \end_inset
614
615 Zipped EPS-graphics are useful to save disk space when you choose PostScript
616  as output format, see appendix
617 \begin_inset space ~
618 \end_inset
619
620
621 \begin_inset CommandInset ref
622 LatexCommand ref
623 reference "sec:PostScript"
624
625 \end_inset
626
627 .
628  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
629  console:
630 \begin_inset Newline newline
631 \end_inset
632
633
634 \series bold
635 gzip x.eps
636 \series default
637
638 \begin_inset Newline newline
639 \end_inset
640
641
642 \series bold
643 zgrep %%Bounding x.eps.gz > x.eps.bb
644 \series default
645
646 \begin_inset Newline newline
647 \end_inset
648
649 The second command creates the bounding box file 
650 \begin_inset Quotes eld
651 \end_inset
652
653 x.eps.bb
654 \begin_inset Quotes erd
655 \end_inset
656
657  that is needed by LaTeX for zipped graphics.
658 \begin_inset Newline newline
659 \end_inset
660
661 The field 
662 \family sans
663 Initialize
664 \begin_inset space ~
665 \end_inset
666
667 Group
668 \begin_inset space ~
669 \end_inset
670
671 Name
672 \family default
673  allows you define or join an image settings group.
674 \begin_inset Index idx
675 status collapsed
676
677 \begin_layout Plain Layout
678 Figures ! Settings grouping
679 \end_layout
680
681 \end_inset
682
683  Images within such a group share their settings, so adjusting one image
684  of the group automatically also adjusts all other images of the group in
685  the same way.
686  So you can for example change the size for a bunch of images without the
687  need to manually change each of them.
688  Joining an existing group can also be done using the context menu of the
689  image by checking the name of the desired group.
690 \end_layout
691
692 \begin_layout Standard
693 \begin_inset VSpace bigskip
694 \end_inset
695
696
697 \end_layout
698
699 \begin_layout Standard
700 This is an example image in EPS format
701 \begin_inset Foot
702 status collapsed
703
704 \begin_layout Plain Layout
705 Image formats are explained in section
706 \begin_inset space ~
707 \end_inset
708
709
710 \begin_inset CommandInset ref
711 LatexCommand ref
712 reference "sec:Image-Formats"
713
714 \end_inset
715
716 .
717 \end_layout
718
719 \end_inset
720
721  within a separate, horizontally centered paragraph:
722 \end_layout
723
724 \begin_layout Standard
725 \align center
726 \begin_inset Graphics
727         filename clipart/mobius.eps
728         scale 70
729         scaleBeforeRotation
730         rotateOrigin center
731
732 \end_inset
733
734
735 \end_layout
736
737 \begin_layout Standard
738 This is the same image like the one above but in draft mode:
739 \end_layout
740
741 \begin_layout Standard
742 \align center
743 \begin_inset Graphics
744         filename clipart/mobius.eps
745         scale 70
746         draft
747         scaleBeforeRotation
748         rotateOrigin center
749
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Standard
756 \begin_inset Newpage newpage
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Section
763 Figure Floats
764 \begin_inset CommandInset label
765 LatexCommand label
766 name "sec:Figure-Floats"
767
768 \end_inset
769
770
771 \begin_inset Index idx
772 status collapsed
773
774 \begin_layout Plain Layout
775 Floats ! Figures
776 \end_layout
777
778 \end_inset
779
780
781 \begin_inset Index idx
782 status collapsed
783
784 \begin_layout Plain Layout
785 Figures ! Floats
786 \end_layout
787
788 \end_inset
789
790
791 \end_layout
792
793 \begin_layout Standard
794 For general explanations about floats, have a look at section
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "sec:FloatIntroduction"
802
803 \end_inset
804
805 .
806 \end_layout
807
808 \begin_layout Standard
809 The toolbar button 
810 \begin_inset Graphics
811         filename ../images/float-insert_figure.png
812         scale 85
813         scaleBeforeRotation
814
815 \end_inset
816
817  and the menu 
818 \family sans
819 Insert\SpecialChar \menuseparator
820 Float\SpecialChar \menuseparator
821 Figure
822 \family default
823  inserts a float with a caption that has the label 
824 \begin_inset Quotes eld
825 \end_inset
826
827 Figure
828 \begin_inset space ~
829 \end_inset
830
831 #:
832 \begin_inset Quotes erd
833 \end_inset
834
835  (# is the actual number).
836  You can insert the image above the caption, like in Figure
837 \begin_inset space ~
838 \end_inset
839
840
841 \begin_inset CommandInset ref
842 LatexCommand ref
843 reference "fig:kill-plat"
844
845 \end_inset
846
847  or below the caption, like in Figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:escher"
855
856 \end_inset
857
858 .
859  More about caption placement is described in section
860 \begin_inset space ~
861 \end_inset
862
863
864 \begin_inset CommandInset ref
865 LatexCommand ref
866 reference "sec:Caption-Placement"
867
868 \end_inset
869
870 .
871 \end_layout
872
873 \begin_layout Standard
874 \begin_inset Float figure
875 wide false
876 sideways false
877 status open
878
879 \begin_layout Plain Layout
880 \align center
881 \begin_inset Graphics
882         filename clipart/platypus.eps
883         width 50col%
884         scaleBeforeRotation
885         rotateOrigin center
886
887 \end_inset
888
889
890 \end_layout
891
892 \begin_layout Plain Layout
893 \begin_inset Caption
894
895 \begin_layout Plain Layout
896 \begin_inset CommandInset label
897 LatexCommand label
898 name "fig:kill-plat"
899
900 \end_inset
901
902 A severely distorted platypus in a float.
903 \end_layout
904
905 \end_inset
906
907
908 \end_layout
909
910 \end_inset
911
912
913 \end_layout
914
915 \begin_layout Standard
916 \begin_inset Float figure
917 wide false
918 sideways false
919 status open
920
921 \begin_layout Plain Layout
922 \begin_inset Caption
923
924 \begin_layout Plain Layout
925 \begin_inset CommandInset label
926 LatexCommand label
927 name "fig:escher"
928
929 \end_inset
930
931 M.C.
932  Escher on acid.
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Plain Layout
941 \align center
942 \begin_inset Graphics
943         filename clipart/escher-lsd.eps
944         scale 80
945         scaleBeforeRotation
946         rotateOrigin center
947
948 \end_inset
949
950
951 \end_layout
952
953 \end_inset
954
955
956 \end_layout
957
958 \begin_layout Standard
959 \begin_inset Index idx
960 status collapsed
961
962 \begin_layout Plain Layout
963 References ! to Figures
964 \end_layout
965
966 \end_inset
967
968 Figure
969 \begin_inset space ~
970 \end_inset
971
972
973 \begin_inset CommandInset ref
974 LatexCommand ref
975 reference "fig:kill-plat"
976
977 \end_inset
978
979  and 
980 \begin_inset CommandInset ref
981 LatexCommand ref
982 reference "fig:escher"
983
984 \end_inset
985
986  are examples of referenced figures.
987  Figures can be referenced in the text by referencing their label.
988  To do this insert a label in the caption using the menu 
989 \family sans
990 Insert\SpecialChar \menuseparator
991 Label
992 \family default
993  or the toolbar button 
994 \begin_inset Graphics
995         filename ../images/label-insert.png
996         scale 85
997         scaleBeforeRotation
998
999 \end_inset
1000
1001 .
1002  You can now refer to the label using the menu 
1003 \family sans
1004 Insert\SpecialChar \menuseparator
1005 Cross
1006 \begin_inset space ~
1007 \end_inset
1008
1009 reference
1010 \family default
1011  or the toolbar button 
1012 \begin_inset Graphics
1013         filename ../images/dialog-show-new-inset_ref.png
1014         scale 85
1015         scaleBeforeRotation
1016
1017 \end_inset
1018
1019 .
1020  It is important to use references to floats, rather than using vague references
1021  like 
1022 \begin_inset Quotes eld
1023 \end_inset
1024
1025 the figure above
1026 \begin_inset Quotes erd
1027 \end_inset
1028
1029 , because LaTeX will reposition the floats in the final document and it
1030  might not be 
1031 \begin_inset Quotes eld
1032 \end_inset
1033
1034 above
1035 \begin_inset Quotes erd
1036 \end_inset
1037
1038  at all.
1039 \begin_inset Newline newline
1040 \end_inset
1041
1042 Referencing is explained in detail in section
1043 \begin_inset space ~
1044 \end_inset
1045
1046
1047 \begin_inset CommandInset ref
1048 LatexCommand ref
1049 reference "sec:Referencing-Floats"
1050
1051 \end_inset
1052
1053 .
1054 \end_layout
1055
1056 \begin_layout Standard
1057 Normally only one image is inserted to a figure float, but sometimes you
1058  might want to use two images with separate subcaptions.
1059  This can be done by inserting image floats into existing image floats.
1060  Note that only the main caption of the float is added to the List of Figures.
1061  Figure
1062 \begin_inset space ~
1063 \end_inset
1064
1065
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "fig:Two-distorted-images"
1069
1070 \end_inset
1071
1072  is an example of a figure float with two images set side by side.
1073  You can also set the images one below the other.
1074  Figure
1075 \begin_inset space ~
1076 \end_inset
1077
1078
1079 \begin_inset CommandInset ref
1080 LatexCommand ref
1081 reference "fig:Undefinable-structure"
1082
1083 \end_inset
1084
1085  and 
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:A-Platypus"
1089
1090 \end_inset
1091
1092  are the subfigures.
1093 \end_layout
1094
1095 \begin_layout Standard
1096 \begin_inset Float figure
1097 wide false
1098 sideways false
1099 status open
1100
1101 \begin_layout Plain Layout
1102 \begin_inset space \hfill{}
1103 \end_inset
1104
1105
1106 \begin_inset Float figure
1107 wide false
1108 sideways false
1109 status collapsed
1110
1111 \begin_layout Plain Layout
1112 \begin_inset Caption
1113
1114 \begin_layout Plain Layout
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "fig:Undefinable-structure"
1118
1119 \end_inset
1120
1121 Undefinable structure.
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Graphics
1131         filename clipart/escher-lsd.eps
1132         width 45col%
1133         scaleBeforeRotation
1134         groupId distorted
1135
1136 \end_inset
1137
1138
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \begin_inset space \hfill{}
1145 \end_inset
1146
1147
1148 \begin_inset Float figure
1149 wide false
1150 sideways false
1151 status collapsed
1152
1153 \begin_layout Plain Layout
1154 \begin_inset Caption
1155
1156 \begin_layout Plain Layout
1157 \begin_inset CommandInset label
1158 LatexCommand label
1159 name "fig:A-Platypus"
1160
1161 \end_inset
1162
1163 A Platypus.
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \begin_layout Plain Layout
1172 \begin_inset Graphics
1173         filename clipart/platypus.eps
1174         width 45col%
1175         scaleBeforeRotation
1176         groupId distorted
1177
1178 \end_inset
1179
1180
1181 \end_layout
1182
1183 \end_inset
1184
1185
1186 \begin_inset space \hfill{}
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Plain Layout
1193 \begin_inset Caption
1194
1195 \begin_layout Plain Layout
1196 \begin_inset CommandInset label
1197 LatexCommand label
1198 name "fig:Two-distorted-images"
1199
1200 \end_inset
1201
1202
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "fig2:Two-distorted-images-2"
1206
1207 \end_inset
1208
1209 Two distorted images.
1210  Both images are in the image settings group named 
1211 \begin_inset Quotes eld
1212 \end_inset
1213
1214 distorted
1215 \begin_inset Quotes erd
1216 \end_inset
1217
1218 .
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \end_layout
1225
1226 \end_inset
1227
1228
1229 \end_layout
1230
1231 \begin_layout Standard
1232 \begin_inset Newpage newpage
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Section
1239 Image Formats
1240 \begin_inset CommandInset label
1241 LatexCommand label
1242 name "sec:Image-Formats"
1243
1244 \end_inset
1245
1246
1247 \begin_inset Index idx
1248 status collapsed
1249
1250 \begin_layout Plain Layout
1251 Image Formats
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset Index idx
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 Figures ! Image Formats
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \end_layout
1268
1269 \begin_layout Standard
1270 You can insert images in any known file format.
1271  But as 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 , each output document format allows only a few image formats.
1283  LyX uses therefore the program 
1284 \family typewriter
1285 ImageMagick
1286 \family default
1287  in the background to convert the images to the right format.
1288  To increase your work flow by avoiding these conversions in the background,
1289  you can use only the image formats that can directly be embedded in the
1290  output file format.
1291  The output file formats are explained in appendix
1292 \begin_inset space ~
1293 \end_inset
1294
1295
1296 \begin_inset CommandInset ref
1297 LatexCommand ref
1298 reference "cha:Output-File-Formats"
1299
1300 \end_inset
1301
1302 .
1303 \end_layout
1304
1305 \begin_layout Standard
1306 Similar to fonts there are two types of image formats:
1307 \end_layout
1308
1309 \begin_layout Description
1310 Bitmap
1311 \begin_inset space ~
1312 \end_inset
1313
1314 images consist of pixel values, often in a compressed form.
1315  They are therefore not fully scalable and look pixelated in large zooms.
1316  Well-known bitmap image formats are 
1317 \begin_inset Quotes eld
1318 \end_inset
1319
1320 Graphics Interchange Format
1321 \begin_inset Quotes erd
1322 \end_inset
1323
1324  (GIF, file extension 
1325 \begin_inset Quotes eld
1326 \end_inset
1327
1328
1329 \family typewriter
1330 .gif
1331 \family default
1332
1333 \begin_inset Quotes erd
1334 \end_inset
1335
1336 )
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 GIF|see
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 {
1348 \end_layout
1349
1350 \end_inset
1351
1352 Image formats
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 }
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \end_inset
1367
1368
1369 \begin_inset Quotes eld
1370 \end_inset
1371
1372 Portable Network Graphics
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376  (PNG, file extension 
1377 \begin_inset Quotes eld
1378 \end_inset
1379
1380
1381 \family typewriter
1382 .png
1383 \family default
1384
1385 \begin_inset Quotes erd
1386 \end_inset
1387
1388 )
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 PNG|see
1394 \begin_inset ERT
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398
1399 {
1400 \end_layout
1401
1402 \end_inset
1403
1404 Image formats
1405 \begin_inset ERT
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409
1410 }
1411 \end_layout
1412
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \end_inset
1419
1420 , and 
1421 \begin_inset Quotes eld
1422 \end_inset
1423
1424 Joint Photographic Experts Group
1425 \begin_inset Quotes erd
1426 \end_inset
1427
1428  (JPG, file extension 
1429 \begin_inset Quotes eld
1430 \end_inset
1431
1432
1433 \family typewriter
1434 .jpg
1435 \family default
1436
1437 \begin_inset Quotes erd
1438 \end_inset
1439
1440  or 
1441 \begin_inset Quotes eld
1442 \end_inset
1443
1444
1445 \family typewriter
1446 .jpeg
1447 \family default
1448
1449 \begin_inset Quotes erd
1450 \end_inset
1451
1452 )
1453 \begin_inset Index idx
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457 JPG|see
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 {
1464 \end_layout
1465
1466 \end_inset
1467
1468 Image formats
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 }
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \end_inset
1483
1484 .
1485 \end_layout
1486
1487 \begin_layout Description
1488 Vector
1489 \begin_inset space ~
1490 \end_inset
1491
1492 images consist of vectors and can therefore be scaled to any size without
1493  data loss.
1494  The scaling ability is necessary if you want to create presentations, because
1495  presentations are always scaled by the video projector.
1496  Scaling is also useful for online documents to let the user zoom into diagrams.
1497 \begin_inset Newline newline
1498 \end_inset
1499
1500 Well-known scalable image formats are 
1501 \begin_inset Quotes eld
1502 \end_inset
1503
1504 Scalable Vector Graphics
1505 \begin_inset Quotes erd
1506 \end_inset
1507
1508  (SVG, file extension 
1509 \begin_inset Quotes eld
1510 \end_inset
1511
1512
1513 \family typewriter
1514 .svg
1515 \family default
1516
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520 )
1521 \begin_inset Index idx
1522 status collapsed
1523
1524 \begin_layout Plain Layout
1525 SVG|see
1526 \begin_inset ERT
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530
1531 {
1532 \end_layout
1533
1534 \end_inset
1535
1536 Image formats
1537 \begin_inset ERT
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541
1542 }
1543 \end_layout
1544
1545 \end_inset
1546
1547
1548 \end_layout
1549
1550 \end_inset
1551
1552
1553 \begin_inset Quotes eld
1554 \end_inset
1555
1556 Encapsulated PostScript
1557 \begin_inset Quotes erd
1558 \end_inset
1559
1560  (EPS, file extension 
1561 \begin_inset Quotes eld
1562 \end_inset
1563
1564
1565 \family typewriter
1566 .eps
1567 \family default
1568
1569 \begin_inset Quotes erd
1570 \end_inset
1571
1572 )
1573 \begin_inset Index idx
1574 status collapsed
1575
1576 \begin_layout Plain Layout
1577 EPS|see
1578 \begin_inset ERT
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582
1583 {
1584 \end_layout
1585
1586 \end_inset
1587
1588 Image formats
1589 \begin_inset ERT
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593
1594 }
1595 \end_layout
1596
1597 \end_inset
1598
1599
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \begin_inset Quotes eld
1606 \end_inset
1607
1608 Portable Document Format
1609 \begin_inset Quotes erd
1610 \end_inset
1611
1612  (PDF, file extension 
1613 \begin_inset Quotes eld
1614 \end_inset
1615
1616
1617 \family typewriter
1618 .pdf
1619 \family default
1620
1621 \begin_inset Quotes erd
1622 \end_inset
1623
1624 )
1625 \begin_inset Index idx
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629 PDF
1630 \end_layout
1631
1632 \end_inset
1633
1634 , and 
1635 \begin_inset Quotes eld
1636 \end_inset
1637
1638 Windows Metafile
1639 \begin_inset Quotes erd
1640 \end_inset
1641
1642  (WMF, file extension 
1643 \begin_inset Quotes eld
1644 \end_inset
1645
1646
1647 \family typewriter
1648 .wmf
1649 \family default
1650
1651 \begin_inset Quotes erd
1652 \end_inset
1653
1654 )
1655 \begin_inset Index idx
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 SVG|see
1660 \begin_inset ERT
1661 status collapsed
1662
1663 \begin_layout Plain Layout
1664
1665 {
1666 \end_layout
1667
1668 \end_inset
1669
1670 Image formats
1671 \begin_inset ERT
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675
1676 }
1677 \end_layout
1678
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \end_inset
1685
1686 .
1687  We wrote 
1688 \begin_inset Quotes eld
1689 \end_inset
1690
1691 can be
1692 \begin_inset Quotes erd
1693 \end_inset
1694
1695 , because you can convert any bitmap image to a PDF or EPS-image and the
1696  result will still be a bitmap image.
1697  In such cases only a header with the image properties is added to the original
1698  image
1699 \begin_inset Foot
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703 In the case of PDF, the original image is additionally compressed.
1704 \end_layout
1705
1706 \end_inset
1707
1708 .
1709  The PDF-files generated by 
1710 \family typewriter
1711 Adobe Photoshop
1712 \family default
1713  are for example bitmap images.
1714 \end_layout
1715
1716 \begin_layout Standard
1717 Normally it is not possible to convert a bitmap image into a scalable one,
1718  only vice versa.
1719  Only the image formats PDF and EPS can directly be embedded to PDF and
1720  PostScript output files, respectively.
1721  SVG and WMF-images are recalculated to bitmaps when the output file is
1722  generated because there is currently no adequate WMF/SVG
1723 \begin_inset Formula $\to$
1724 \end_inset
1725
1726 PDF/EPS converter available.
1727 \end_layout
1728
1729 \begin_layout Chapter
1730 Tables
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 Table
1736 \end_layout
1737
1738 \end_inset
1739
1740
1741 \end_layout
1742
1743 \begin_layout Section
1744 Introduction
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Table ! Introduction
1750 \end_layout
1751
1752 \end_inset
1753
1754
1755 \end_layout
1756
1757 \begin_layout Standard
1758 You can insert a table using either the toolbar button 
1759 \begin_inset Graphics
1760         filename ../images/tabular-insert.png
1761         scale 85
1762         scaleBeforeRotation
1763
1764 \end_inset
1765
1766  or the menu 
1767 \family sans
1768 Insert\SpecialChar \menuseparator
1769 Table
1770 \family default
1771 .
1772  The toolbar button offers you a graphical selection: move the mouse to
1773  set the column/row number of the table that should be created and then
1774  press a mouse button.
1775  When you use the menu to create a table, a dialog will appear, asking you
1776  for the number of rows and columns.
1777 \begin_inset Newline newline
1778 \end_inset
1779
1780  The default table has lines around any cell and the first row appears separated
1781  from the rest of the table.
1782  This separation occurs due to a double line: The cells of the first row
1783  have a line below them and the cells of the second row have a line above
1784  them.
1785  Here is an example table:
1786 \end_layout
1787
1788 \begin_layout Standard
1789 \align center
1790 \begin_inset Tabular
1791 <lyxtabular version="3" rows="4" columns="4">
1792 <features tabularvalignment="middle">
1793 <column alignment="center" valignment="top" width="0">
1794 <column alignment="center" valignment="top" width="0">
1795 <column alignment="center" valignment="top" width="0">
1796 <column alignment="center" valignment="top" width="0">
1797 <row>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \family roman
1813 \series medium
1814 \shape up
1815 \size normal
1816 \emph off
1817 \bar no
1818 \noun off
1819 \color none
1820 1
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 2
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838 3
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 </row>
1844 <row>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \family roman
1851 \series medium
1852 \shape up
1853 \size normal
1854 \emph off
1855 \bar no
1856 \noun off
1857 \color none
1858 A
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 </row>
1891 <row>
1892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \family roman
1898 \series medium
1899 \shape up
1900 \size normal
1901 \emph off
1902 \bar no
1903 \noun off
1904 \color none
1905 B
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1911 \begin_inset Text
1912
1913 \begin_layout Plain Layout
1914
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 </row>
1938 <row>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943
1944 \family roman
1945 \series medium
1946 \shape up
1947 \size normal
1948 \emph off
1949 \bar no
1950 \noun off
1951 \color none
1952 C
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 </row>
1985 </lyxtabular>
1986
1987 \end_inset
1988
1989
1990 \end_layout
1991
1992 \begin_layout Section
1993 Table Dialog
1994 \begin_inset Index idx
1995 status collapsed
1996
1997 \begin_layout Plain Layout
1998 Table ! Dialog
1999 \end_layout
2000
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \begin_layout Standard
2007 You can alter a table by clicking on it with the right mouse button, which
2008  brings up the table dialog.
2009  Here you can adjust the settings of that cell and row/column respectively
2010  where the cursor is currently placed.
2011  Most of the dialog options also work on selections.
2012  This means if you select more cells, columns or rows, the action is done
2013  for the whole selection.
2014  Note that there is a difference between selecting the 
2015 \emph on
2016 contents
2017 \emph default
2018  of the cell, and the cell itself.
2019  You can alter tables with the following tabs of the table dialog:
2020 \end_layout
2021
2022 \begin_layout Description
2023
2024 \family sans
2025 Table
2026 \begin_inset space ~
2027 \end_inset
2028
2029 Settings
2030 \family default
2031  Here you can set the horizontal alignment and the width of the current
2032  column.
2033  When you have set a width you can also adjust the vertical alignment of
2034  the current row.
2035  A given width will allow the cell to have line breaks and multiple paragraphs
2036  of text, see section
2037 \begin_inset space ~
2038 \end_inset
2039
2040
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "sub:Multiple-Lines-in"
2044
2045 \end_inset
2046
2047 .
2048  If you set no width, the column is as wide as the content of the widest
2049  cell.
2050 \begin_inset Newline newline
2051 \end_inset
2052
2053 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2054  cell, see section
2055 \begin_inset space ~
2056 \end_inset
2057
2058
2059 \begin_inset CommandInset ref
2060 LatexCommand ref
2061 reference "sub:Multicolumns"
2062
2063 \end_inset
2064
2065  or the cells of one column as multirow cell, see section
2066 \begin_inset space ~
2067 \end_inset
2068
2069 ??.
2070 \begin_inset Newline newline
2071 \end_inset
2072
2073 The rotate check boxes rotate the current cell, a selection, or the whole
2074  table counter-clockwise by 90°.
2075  The rotation is not shown within LyX, only in the output.
2076 \begin_inset Newline newline
2077 \end_inset
2078
2079
2080 \begin_inset Note Greyedout
2081 status open
2082
2083 \begin_layout Plain Layout
2084
2085 \series bold
2086 Note:
2087 \series default
2088  Not all DVI-viewers are able to display rotations.
2089 \end_layout
2090
2091 \end_inset
2092
2093
2094 \begin_inset Newline newline
2095 \end_inset
2096
2097 It is also possible to enter a LaTeX-argument which is needed for special
2098  table formattings, see section
2099 \begin_inset space ~
2100 \end_inset
2101
2102
2103 \begin_inset CommandInset ref
2104 LatexCommand ref
2105 reference "sub:Multicolumn-Calculations"
2106
2107 \end_inset
2108
2109  and 
2110 \begin_inset CommandInset ref
2111 LatexCommand ref
2112 reference "sec:Colored-Tables"
2113
2114 \end_inset
2115
2116 .
2117 \end_layout
2118
2119 \begin_layout Description
2120
2121 \family sans
2122 Borders
2123 \family default
2124  In this tab you can add and delete border lines for the current row/column.
2125 \begin_inset Newline newline
2126 \end_inset
2127
2128 Using the style option 
2129 \family sans
2130 Formal
2131 \family default
2132  will convert the table to a formal table as described in section
2133 \begin_inset space ~
2134 \end_inset
2135
2136
2137 \begin_inset CommandInset ref
2138 LatexCommand ref
2139 reference "sec:Formal-Tables"
2140
2141 \end_inset
2142
2143 .
2144 \begin_inset Newline newline
2145 \end_inset
2146
2147 You can also add here space to table rows as described in section
2148 \begin_inset space ~
2149 \end_inset
2150
2151
2152 \begin_inset CommandInset ref
2153 LatexCommand ref
2154 reference "sub:Row-Spacing"
2155
2156 \end_inset
2157
2158 .
2159 \end_layout
2160
2161 \begin_layout Description
2162
2163 \family sans
2164 Longtable
2165 \family default
2166  This tab is to make a table a so called 
2167 \begin_inset Quotes eld
2168 \end_inset
2169
2170
2171 \emph on
2172 longtable
2173 \emph default
2174
2175 \begin_inset Quotes erd
2176 \end_inset
2177
2178  that can run over several pages.
2179  Sections
2180 \begin_inset space ~
2181 \end_inset
2182
2183
2184 \begin_inset CommandInset ref
2185 LatexCommand ref
2186 reference "sec:Longtables"
2187
2188 \end_inset
2189
2190  and 
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "sec:Special-Longtable-Issues"
2194
2195 \end_inset
2196
2197  describe the longtable features in detail.
2198 \end_layout
2199
2200 \begin_layout Standard
2201 When the table dialog is open, you can move the cursor with the arrow keys
2202  from cell to cell and the property of the current cell will immediately
2203  be displayed in the dialog.
2204 \end_layout
2205
2206 \begin_layout Section
2207 Table Toolbar
2208 \begin_inset Index idx
2209 status collapsed
2210
2211 \begin_layout Plain Layout
2212 Table ! Toolbar
2213 \end_layout
2214
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 The table toolbar is an alternative to the table dialog to be able to alter
2222  tables faster.
2223  It should normally appear at the bottom of LyX's main window when the cursor
2224  is inside a table.
2225  You can alternatively switch it on to appear always, by right-clicking
2226  in LyX's main menu bar.
2227 \end_layout
2228
2229 \begin_layout Standard
2230 The toolbar has the following icons:
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235 \begin_inset Graphics
2236         filename ../images/tabular-feature_append-row.png
2237         scaleBeforeRotation
2238
2239 \end_inset
2240
2241  adds a row below the current cell or selection
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246 \begin_inset Graphics
2247         filename ../images/tabular-feature_append-column.png
2248         scaleBeforeRotation
2249
2250 \end_inset
2251
2252  adds a column right beside the current cell or selection
2253 \end_layout
2254
2255 \begin_layout Labeling
2256 \labelwidthstring 00.00.0000
2257 \begin_inset Graphics
2258         filename ../images/tabular-feature_delete-row.png
2259         scaleBeforeRotation
2260
2261 \end_inset
2262
2263  deletes the current row or selection
2264 \end_layout
2265
2266 \begin_layout Labeling
2267 \labelwidthstring 00.00.0000
2268 \begin_inset Graphics
2269         filename ../images/tabular-feature_delete-column.png
2270         scaleBeforeRotation
2271
2272 \end_inset
2273
2274  deletes the current column or selection
2275 \end_layout
2276
2277 \begin_layout Labeling
2278 \labelwidthstring 00.00.0000
2279 \begin_inset Graphics
2280         filename ../images/tabular-feature_toggle-line-top.png
2281         scaleBeforeRotation
2282
2283 \end_inset
2284
2285  adds a line at the top of the current cell / row or of a selection
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../images/tabular-feature_toggle-line-bottom.png
2292         scaleBeforeRotation
2293
2294 \end_inset
2295
2296  adds a line at the bottom of the current cell / row or of a selection
2297 \end_layout
2298
2299 \begin_layout Labeling
2300 \labelwidthstring 00.00.0000
2301 \begin_inset Graphics
2302         filename ../images/tabular-feature_toggle-line-left.png
2303         scaleBeforeRotation
2304
2305 \end_inset
2306
2307  adds a line at the left side of the current cell / row or of a selection
2308 \end_layout
2309
2310 \begin_layout Labeling
2311 \labelwidthstring 00.00.0000
2312 \begin_inset Graphics
2313         filename ../images/tabular-feature_toggle-line-right.png
2314         scaleBeforeRotation
2315
2316 \end_inset
2317
2318  adds a line at the right side of the current cell / row or of a selection
2319 \end_layout
2320
2321 \begin_layout Labeling
2322 \labelwidthstring 00.00.0000
2323 \begin_inset Graphics
2324         filename ../images/tabular-feature_set-all-lines.png
2325         scaleBeforeRotation
2326
2327 \end_inset
2328
2329  adds lines around the current or selected cells - if the current cell no
2330  multicolumn cell this also affects the current row and column
2331 \end_layout
2332
2333 \begin_layout Labeling
2334 \labelwidthstring 00.00.0000
2335 \begin_inset Graphics
2336         filename ../images/tabular-feature_unset-all-lines.png
2337         scaleBeforeRotation
2338
2339 \end_inset
2340
2341  deletes all lines of the current or selected cells - if the current cell
2342  no multicolumn cell this also affects the current row and column
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347 \begin_inset Graphics
2348         filename ../images/tabular-feature_m-align-left.png
2349         scaleBeforeRotation
2350
2351 \end_inset
2352
2353  left-aligns the content of the current cell / column
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Graphics
2359         filename ../images/tabular-feature_m-align-center.png
2360         scaleBeforeRotation
2361
2362 \end_inset
2363
2364  centers the content of the current cell / column horizontally
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Graphics
2370         filename ../images/tabular-feature_m-align-right.png
2371         scaleBeforeRotation
2372
2373 \end_inset
2374
2375  right-aligns the content of the current cell / column
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Graphics
2381         filename ../images/tabular-feature_align-decimal.png
2382         scaleBeforeRotation
2383
2384 \end_inset
2385
2386  aligns the content of the current column at a character
2387 \end_layout
2388
2389 \begin_layout Labeling
2390 \labelwidthstring 00.00.0000
2391 \begin_inset Graphics
2392         filename ../images/tabular-feature_m-valign-top.png
2393         scaleBeforeRotation
2394
2395 \end_inset
2396
2397  aligns the content of the current cell vertically to the top
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402 \begin_inset Graphics
2403         filename ../images/tabular-feature_m-valign-middle.png
2404         scaleBeforeRotation
2405
2406 \end_inset
2407
2408  centers the content of the current cell vertically
2409 \end_layout
2410
2411 \begin_layout Labeling
2412 \labelwidthstring 00.00.0000
2413 \begin_inset Graphics
2414         filename ../images/tabular-feature_m-valign-bottom.png
2415         scaleBeforeRotation
2416
2417 \end_inset
2418
2419  aligns the content of the current cell vertically to the bottom
2420 \end_layout
2421
2422 \begin_layout Labeling
2423 \labelwidthstring 00.00.0000
2424 \begin_inset Graphics
2425         filename ../images/tabular-feature_set-rotate-cell.png
2426         scaleBeforeRotation
2427
2428 \end_inset
2429
2430  rotates the current cell or selection counter-clockwise by 90°
2431 \end_layout
2432
2433 \begin_layout Labeling
2434 \labelwidthstring 00.00.0000
2435 \begin_inset Graphics
2436         filename ../images/tabular-feature_set-rotate-tabular.png
2437         scaleBeforeRotation
2438
2439 \end_inset
2440
2441  rotates the whole table counter-clockwise by 90°
2442 \end_layout
2443
2444 \begin_layout Labeling
2445 \labelwidthstring 00.00.0000
2446 \begin_inset Graphics
2447         filename ../images/tabular-feature_multicolumn.png
2448         scaleBeforeRotation
2449
2450 \end_inset
2451
2452  sets the current cell or selection as a multicolumn
2453 \end_layout
2454
2455 \begin_layout Labeling
2456 \labelwidthstring 00.00.0000
2457 \begin_inset Graphics
2458         filename ../images/tabular-feature_multirow.png
2459         scaleBeforeRotation
2460
2461 \end_inset
2462
2463  sets the current cell or selection as a multirow
2464 \end_layout
2465
2466 \begin_layout Standard
2467 \begin_inset Note Greyedout
2468 status open
2469
2470 \begin_layout Plain Layout
2471
2472 \series bold
2473 Note:
2474 \series default
2475  For the output the vertical alignment of the first cell in a row is used
2476  for all following cells in the row.
2477 \end_layout
2478
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \begin_layout Section
2485 Edit Table Menu
2486 \begin_inset Index idx
2487 status collapsed
2488
2489 \begin_layout Plain Layout
2490 Table ! Edit Menu
2491 \end_layout
2492
2493 \end_inset
2494
2495
2496 \end_layout
2497
2498 \begin_layout Standard
2499 Additionally to the table dialog and toolbar, the menu 
2500 \family sans
2501 Edit\SpecialChar \menuseparator
2502 Table
2503 \family default
2504  allows you to add and delete border lines for the current row/column and
2505  to set the current selection as multicolumn.
2506  The menu is only available when the cursor is inside a table.
2507 \end_layout
2508
2509 \begin_layout Section
2510 Table Floats
2511 \begin_inset CommandInset label
2512 LatexCommand label
2513 name "sec:Table-Floats"
2514
2515 \end_inset
2516
2517
2518 \begin_inset Index idx
2519 status collapsed
2520
2521 \begin_layout Plain Layout
2522 Floats ! Tables
2523 \end_layout
2524
2525 \end_inset
2526
2527
2528 \begin_inset Index idx
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 Table ! Floats
2533 \end_layout
2534
2535 \end_inset
2536
2537
2538 \end_layout
2539
2540 \begin_layout Standard
2541 For general explanations about floats, have a look at section
2542 \begin_inset space ~
2543 \end_inset
2544
2545
2546 \begin_inset CommandInset ref
2547 LatexCommand ref
2548 reference "sec:FloatIntroduction"
2549
2550 \end_inset
2551
2552 .
2553 \end_layout
2554
2555 \begin_layout Standard
2556 \begin_inset Float table
2557 placement h
2558 wide false
2559 sideways false
2560 status open
2561
2562 \begin_layout Plain Layout
2563 \begin_inset Caption
2564
2565 \begin_layout Plain Layout
2566 \begin_inset CommandInset label
2567 LatexCommand label
2568 name "tab:a table float"
2569
2570 \end_inset
2571
2572 A table float.
2573 \end_layout
2574
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \begin_layout Plain Layout
2581 \align center
2582 \begin_inset Tabular
2583 <lyxtabular version="3" rows="3" columns="3">
2584 <features tabularvalignment="middle">
2585 <column alignment="center" valignment="top" width="0pt">
2586 <column alignment="center" valignment="top" width="0pt">
2587 <column alignment="center" valignment="top" width="0pt">
2588 <row>
2589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Plain Layout
2593
2594 \family roman
2595 \series medium
2596 \shape up
2597 \size normal
2598 \emph off
2599 \bar no
2600 \noun off
2601 \color none
2602 1
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2608 \begin_inset Text
2609
2610 \begin_layout Plain Layout
2611
2612 \family roman
2613 \series medium
2614 \shape up
2615 \size normal
2616 \emph off
2617 \bar no
2618 \noun off
2619 \color none
2620 2
2621 \end_layout
2622
2623 \end_inset
2624 </cell>
2625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2626 \begin_inset Text
2627
2628 \begin_layout Plain Layout
2629
2630 \family roman
2631 \series medium
2632 \shape up
2633 \size normal
2634 \emph off
2635 \bar no
2636 \noun off
2637 \color none
2638 3
2639 \end_layout
2640
2641 \end_inset
2642 </cell>
2643 </row>
2644 <row>
2645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2646 \begin_inset Text
2647
2648 \begin_layout Plain Layout
2649
2650 \family roman
2651 \series medium
2652 \shape up
2653 \size normal
2654 \emph off
2655 \bar no
2656 \noun off
2657 \color none
2658 Joe
2659 \end_layout
2660
2661 \end_inset
2662 </cell>
2663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2664 \begin_inset Text
2665
2666 \begin_layout Plain Layout
2667
2668 \family roman
2669 \series medium
2670 \shape up
2671 \size normal
2672 \emph off
2673 \bar no
2674 \noun off
2675 \color none
2676 Mary
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2682 \begin_inset Text
2683
2684 \begin_layout Plain Layout
2685
2686 \family roman
2687 \series medium
2688 \shape up
2689 \size normal
2690 \emph off
2691 \bar no
2692 \noun off
2693 \color none
2694 Ted
2695 \end_layout
2696
2697 \end_inset
2698 </cell>
2699 </row>
2700 <row>
2701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Plain Layout
2705
2706 \family roman
2707 \series medium
2708 \shape up
2709 \size normal
2710 \emph off
2711 \bar no
2712 \noun off
2713 \color none
2714 \begin_inset Formula $\int x^{2}dx$
2715 \end_inset
2716
2717
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726
2727 \family roman
2728 \series medium
2729 \shape up
2730 \size normal
2731 \emph off
2732 \bar no
2733 \noun off
2734 \color none
2735 \begin_inset Formula $\left[\begin{array}{cc}
2736 a & b\\
2737 c & d
2738 \end{array}\right]$
2739 \end_inset
2740
2741
2742 \end_layout
2743
2744 \end_inset
2745 </cell>
2746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750
2751 \family roman
2752 \series medium
2753 \shape up
2754 \size normal
2755 \emph off
2756 \bar no
2757 \noun off
2758 \color none
2759 \begin_inset Formula $1+1=2$
2760 \end_inset
2761
2762
2763 \end_layout
2764
2765 \end_inset
2766 </cell>
2767 </row>
2768 </lyxtabular>
2769
2770 \end_inset
2771
2772
2773 \end_layout
2774
2775 \end_inset
2776
2777
2778 \end_layout
2779
2780 \begin_layout Standard
2781 Table floats can be inserted using the menu 
2782 \family sans
2783 Insert\SpecialChar \menuseparator
2784 Float\SpecialChar \menuseparator
2785 Table
2786 \family default
2787  or the toolbar button 
2788 \begin_inset Graphics
2789         filename ../images/float-insert_table.png
2790         scale 85
2791         scaleBeforeRotation
2792
2793 \end_inset
2794
2795 .
2796 \end_layout
2797
2798 \begin_layout Standard
2799 The float appears as a collapsible box with a caption that has the label
2800  
2801 \begin_inset Quotes eld
2802 \end_inset
2803
2804 Table
2805 \begin_inset space ~
2806 \end_inset
2807
2808 #:
2809 \begin_inset Quotes erd
2810 \end_inset
2811
2812  (# is the actual table number).
2813  You can insert tables in the float above or below the caption.
2814 \end_layout
2815
2816 \begin_layout Standard
2817 Table
2818 \begin_inset space ~
2819 \end_inset
2820
2821
2822 \begin_inset CommandInset ref
2823 LatexCommand ref
2824 reference "tab:a table float"
2825
2826 \end_inset
2827
2828  is an example table within a table float.
2829 \end_layout
2830
2831 \begin_layout Standard
2832 Having the caption above the table is the common rule that is unfortunately
2833  not supported in LaTeX's standard classes.
2834  This means that, if you are using the document classes 
2835 \family sans
2836 article
2837 \family default
2838
2839 \family sans
2840 book
2841 \family default
2842
2843 \family sans
2844 letter
2845 \family default
2846 , or 
2847 \family sans
2848 report
2849 \family default
2850 , there will be no space between the caption and the table.
2851  To insert the needed space, add the following option to the load command
2852  of the LaTeX-package 
2853 \series bold
2854 caption
2855 \series default
2856
2857 \begin_inset Index idx
2858 status collapsed
2859
2860 \begin_layout Plain Layout
2861 LaTeX-packages ! caption
2862 \end_layout
2863
2864 \end_inset
2865
2866  in your document preamble
2867 \begin_inset Foot
2868 status collapsed
2869
2870 \begin_layout Plain Layout
2871 For more information have a look at section
2872 \begin_inset space ~
2873 \end_inset
2874
2875
2876 \begin_inset CommandInset ref
2877 LatexCommand ref
2878 reference "sec:Caption-Placement"
2879
2880 \end_inset
2881
2882 .
2883 \end_layout
2884
2885 \end_inset
2886
2887 :
2888 \end_layout
2889
2890 \begin_layout Standard
2891
2892 \series bold
2893 tableposition=top
2894 \end_layout
2895
2896 \begin_layout Standard
2897 The package 
2898 \series bold
2899 caption
2900 \series default
2901 , which is described in section
2902 \begin_inset space ~
2903 \end_inset
2904
2905
2906 \begin_inset CommandInset ref
2907 LatexCommand ref
2908 reference "sec:Caption-Formatting"
2909
2910 \end_inset
2911
2912 , is used to adjust the caption format.
2913 \end_layout
2914
2915 \begin_layout Standard
2916 \begin_inset Index idx
2917 status collapsed
2918
2919 \begin_layout Plain Layout
2920 References ! to Tables
2921 \end_layout
2922
2923 \end_inset
2924
2925 Tables can be cross-referenced in the text by referencing their label.
2926  To do this insert a label in the caption using the menu 
2927 \family sans
2928 Insert\SpecialChar \menuseparator
2929 Label
2930 \family default
2931  or the toolbar button 
2932 \begin_inset Graphics
2933         filename ../images/label-insert.png
2934         scale 85
2935         scaleBeforeRotation
2936
2937 \end_inset
2938
2939 .
2940  You can now refer to the label using the menu 
2941 \family sans
2942 Insert\SpecialChar \menuseparator
2943 Cross
2944 \begin_inset space ~
2945 \end_inset
2946
2947 reference
2948 \family default
2949  or the toolbar button 
2950 \begin_inset Graphics
2951         filename ../images/dialog-show-new-inset_ref.png
2952         scale 85
2953         scaleBeforeRotation
2954
2955 \end_inset
2956
2957 .
2958 \begin_inset Newline newline
2959 \end_inset
2960
2961 Referencing is explained in detail in section
2962 \begin_inset space ~
2963 \end_inset
2964
2965
2966 \begin_inset CommandInset ref
2967 LatexCommand ref
2968 reference "sec:Referencing-Floats"
2969
2970 \end_inset
2971
2972 .
2973 \end_layout
2974
2975 \begin_layout Section
2976 Longtables
2977 \begin_inset CommandInset label
2978 LatexCommand label
2979 name "sec:Longtables"
2980
2981 \end_inset
2982
2983
2984 \begin_inset Index idx
2985 status collapsed
2986
2987 \begin_layout Plain Layout
2988 Longtables
2989 \end_layout
2990
2991 \end_inset
2992
2993
2994 \begin_inset Index idx
2995 status collapsed
2996
2997 \begin_layout Plain Layout
2998 Table ! Longtables
2999 \end_layout
3000
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \begin_layout Standard
3007 If the table is too long to fit on one page, you can use the option 
3008 \family sans
3009 Use
3010 \begin_inset space ~
3011 \end_inset
3012
3013 long
3014 \begin_inset space ~
3015 \end_inset
3016
3017 table
3018 \family default
3019  in the tab 
3020 \family sans
3021 Longtable
3022 \family default
3023  of the table dialog to split the table automatically over more pages.
3024  Doing this enables the following options:
3025 \end_layout
3026
3027 \begin_layout Description
3028 Header: The current row is defined to be a header row that appears on all
3029  pages of the longtable; except for the first page, if 
3030 \family sans
3031 First
3032 \begin_inset space ~
3033 \end_inset
3034
3035 header
3036 \family default
3037  is defined.
3038  This is therefore called the main header.
3039 \end_layout
3040
3041 \begin_layout Description
3042 First
3043 \begin_inset space ~
3044 \end_inset
3045
3046 header: The current row is defined to be a header row that appears on the
3047  first page of the longtable.
3048 \end_layout
3049
3050 \begin_layout Description
3051 Footer: The current row is defined to be a footer row that appears on all
3052  pages of the longtable; except for the last page, if 
3053 \family sans
3054 Last
3055 \begin_inset space ~
3056 \end_inset
3057
3058 footer
3059 \family default
3060  is defined.
3061 \end_layout
3062
3063 \begin_layout Description
3064 Last
3065 \begin_inset space ~
3066 \end_inset
3067
3068 footer: The current row is defined to be a footer row that appears on the
3069  last page of the longtable.
3070 \end_layout
3071
3072 \begin_layout Description
3073 Caption: The current row contains the table caption.
3074  The row is reset as single column and a caption is inserted.
3075  More about longtable captions is explained in sec.
3076 \begin_inset space \thinspace{}
3077 \end_inset
3078
3079
3080 \begin_inset CommandInset ref
3081 LatexCommand ref
3082 reference "sub:Longtable-Captions"
3083
3084 \end_inset
3085
3086 .
3087 \end_layout
3088
3089 \begin_layout Standard
3090 You can also specify a row where the table is split.
3091  See the following longtable to see how it works:
3092 \end_layout
3093
3094 \begin_layout Standard
3095 \align center
3096 \begin_inset Tabular
3097 <lyxtabular version="3" rows="69" columns="3">
3098 <features islongtable="true" longtabularalignment="center">
3099 <column alignment="left" valignment="top" width="0cm">
3100 <column alignment="left" valignment="top" width="0pt">
3101 <column alignment="center" valignment="top" width="0pt">
3102 <row endfirsthead="true">
3103 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \series bold
3109 Example Phone List (ignore the names)
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 </row>
3133 <row endfirsthead="true">
3134 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \series bold
3140 NAME
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \series bold
3160 TEL.
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row endhead="true">
3167 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Example Phone List
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row endhead="true">
3198 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 NAME
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \series bold
3224 TEL.
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 </row>
3230 <row endfoot="true">
3231 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235  continued on next page
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Annovi
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Silvia
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Bertoli
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Stefano
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Bozzi
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Walter
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Cachia
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Maria
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Cachia
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Maurizio
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Cinquemani
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Giusi
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Colin
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Bernard
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Concli
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Gianfranco
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Dal Bosco
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Carolina
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Dalpiaz
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Annamaria
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Feliciello
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Domenico
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Focarelli
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Paola
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Galletti
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Oreste
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Gasparini
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Franca
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Rizzardi
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Paola
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Lassini
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Giancarlo
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Malfatti
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Luciano
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Malfatti
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Valeriano
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Meneguzzo
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Roberto
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Mezzadra
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Roberto
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Pirpamer
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Erich
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Pochiesa
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Paolo
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111, 222
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Radina
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Claudio
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Stuffer
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Oskar
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Tacchelli
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Ugo
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Tezzele
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Margit
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072 Unterkalmsteiner
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 Frieda
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 111
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 </row>
4096 <row>
4097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \series bold
4103 Vieider
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Hilde
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 111
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Vigna
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Jürgen
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 111
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Weber
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Maurizio
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 111
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Winkler
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Franz
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 111
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225  
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Annovi
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Silvia
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Bertoli
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Stefano
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Bozzi
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Walter
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Cachia
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Maria
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Cachia
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Maurizio
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Cinquemani
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Giusi
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Colin
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Bernard
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Concli
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Gianfranco
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Dal Bosco
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Carolina
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Dalpiaz
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Annamaria
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Feliciello
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Domenico
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Focarelli
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Paola
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Galletti
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Oreste
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Gasparini
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Franca
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Rizzardi
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Paola
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Lassini
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Giancarlo
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Malfatti
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Luciano
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Malfatti
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Valeriano
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Meneguzzo
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Roberto
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Mezzadra
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Roberto
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Pirpamer
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Erich
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Pochiesa
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Paolo
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555, 222
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Radina
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Claudio
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Stuffer
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Oskar
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Tacchelli
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Ugo
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Tezzele
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Margit
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row>
5056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \series bold
5062 Unterkalmsteiner
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 Frieda
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 555
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row>
5087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \series bold
5093 Vieider
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Hilde
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 555
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \series bold
5124 Vigna
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 Jürgen
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 999
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \series bold
5155 Weber
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 Maurizio
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 555
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row>
5180 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186 Winkler
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Franz
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 555
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row endlastfoot="true">
5211 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 end
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 </lyxtabular>
5240
5241 \end_inset
5242
5243
5244 \begin_inset ERT
5245 status collapsed
5246
5247 \begin_layout Plain Layout
5248
5249
5250 \backslash
5251 addtocounter{table}{-1}
5252 \end_layout
5253
5254 \end_inset
5255
5256
5257 \begin_inset Note Note
5258 status collapsed
5259
5260 \begin_layout Plain Layout
5261 See the first greyed-out note in section
5262 \begin_inset space ~
5263 \end_inset
5264
5265
5266 \begin_inset CommandInset ref
5267 LatexCommand ref
5268 reference "sub:Longtable-Captions"
5269
5270 \end_inset
5271
5272  for an explanation of this command.
5273 \end_layout
5274
5275 \end_inset
5276
5277
5278 \end_layout
5279
5280 \begin_layout Subsection
5281 Footnotes in Longtables
5282 \begin_inset CommandInset label
5283 LatexCommand label
5284 name "sub:Footnotes-in-Longtables"
5285
5286 \end_inset
5287
5288
5289 \begin_inset Index idx
5290 status collapsed
5291
5292 \begin_layout Plain Layout
5293 Longtables ! Footnotes
5294 \end_layout
5295
5296 \end_inset
5297
5298
5299 \end_layout
5300
5301 \begin_layout Standard
5302 Footnotes can be inserted to every longtable cell.
5303  They appear at the bottom of the page where the table cell with the footnote
5304  appears.
5305  Table
5306 \begin_inset space ~
5307 \end_inset
5308
5309
5310 \begin_inset CommandInset ref
5311 LatexCommand ref
5312 reference "tab:DiffCaptions"
5313
5314 \end_inset
5315
5316  has for example a footnote.
5317 \end_layout
5318
5319 \begin_layout Subsection
5320 Longtable Alignment
5321 \begin_inset Index idx
5322 status collapsed
5323
5324 \begin_layout Plain Layout
5325 Longtables ! Alignment
5326 \end_layout
5327
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \begin_layout Standard
5334 The horizontal alignment of longtables can be set in the table settings
5335  dialog.
5336  For left- and right-alignment the table will be directly at the page border.
5337  To add space between the table and the border one has to set the alignment
5338  to center and change the value of the LaTeX-lengths 
5339 \series bold
5340
5341 \backslash
5342 LTleft 
5343 \series default
5344 or 
5345 \series bold
5346
5347 \backslash
5348 LTright
5349 \series default
5350  by inserting this line as TeX-Code before the longtable:
5351 \end_layout
5352
5353 \begin_layout Standard
5354
5355 \series bold
5356
5357 \backslash
5358 setlength{
5359 \backslash
5360 LTleft}{value}
5361 \end_layout
5362
5363 \begin_layout Standard
5364 The value can have any of the units listed in Table
5365 \begin_inset space ~
5366 \end_inset
5367
5368
5369 \begin_inset CommandInset ref
5370 LatexCommand ref
5371 reference "tab:Units"
5372
5373 \end_inset
5374
5375 .
5376  
5377 \series bold
5378
5379 \backslash
5380 LTleft
5381 \series default
5382  controls the horizontal distance from the left page border to the longtable,
5383  
5384 \series bold
5385
5386 \backslash
5387 LTright
5388 \series default
5389  the distance from the right side.
5390  The default value for both lengths is 
5391 \series bold
5392
5393 \backslash
5394 fill
5395 \series default
5396 , which is in this case the same as an horizontal fill in LyX.
5397 \end_layout
5398
5399 \begin_layout Standard
5400 The following longtable was centered and 
5401 \series bold
5402
5403 \backslash
5404 LTleft
5405 \series default
5406  set to 
5407 \family sans
5408 0.1
5409 \backslash
5410 columnwidth
5411 \family default
5412 :
5413 \begin_inset ERT
5414 status collapsed
5415
5416 \begin_layout Plain Layout
5417
5418
5419 \backslash
5420 setlength{
5421 \backslash
5422 LTleft}{0.1
5423 \backslash
5424 columnwidth}
5425 \end_layout
5426
5427 \end_inset
5428
5429
5430 \end_layout
5431
5432 \begin_layout Standard
5433 \begin_inset Tabular
5434 <lyxtabular version="3" rows="5" columns="5">
5435 <features islongtable="true" longtabularalignment="center">
5436 <column alignment="center" valignment="top" width="0">
5437 <column alignment="center" valignment="top" width="0pt">
5438 <column alignment="center" valignment="top" width="0">
5439 <column alignment="center" valignment="top" width="0">
5440 <column alignment="center" valignment="top" width="0">
5441 <row>
5442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 1
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 2
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464 3
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 4
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 5
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 asd
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 s
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 s
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 s
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 asd
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 </row>
5535 <row>
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 asd
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 s
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 s
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 s
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 asd
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 asd
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 s
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 s
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 s
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 </row>
5629 <row>
5630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 asd
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 asd
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 asd
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 asd
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 asd
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 </lyxtabular>
5677
5678 \end_inset
5679
5680
5681 \begin_inset ERT
5682 status collapsed
5683
5684 \begin_layout Plain Layout
5685
5686
5687 \backslash
5688 setlength{
5689 \backslash
5690 LTleft}{
5691 \backslash
5692 fill}
5693 \end_layout
5694
5695 \end_inset
5696
5697
5698 \begin_inset ERT
5699 status collapsed
5700
5701 \begin_layout Plain Layout
5702
5703
5704 \backslash
5705 addtocounter{table}{-1}
5706 \end_layout
5707
5708 \end_inset
5709
5710
5711 \begin_inset Note Note
5712 status collapsed
5713
5714 \begin_layout Plain Layout
5715 See the first greyed-out note in section
5716 \begin_inset space ~
5717 \end_inset
5718
5719
5720 \begin_inset CommandInset ref
5721 LatexCommand ref
5722 reference "sub:Longtable-Captions"
5723
5724 \end_inset
5725
5726  for an explanation of this command.
5727 \end_layout
5728
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \begin_layout Subsection
5735 Longtable Captions
5736 \begin_inset Index idx
5737 status collapsed
5738
5739 \begin_layout Plain Layout
5740 Longtables ! Captions
5741 \end_layout
5742
5743 \end_inset
5744
5745
5746 \begin_inset CommandInset label
5747 LatexCommand label
5748 name "sub:Longtable-Captions"
5749
5750 \end_inset
5751
5752
5753 \end_layout
5754
5755 \begin_layout Standard
5756 A longtable cannot be put into a table float because floats can only be
5757  on one page.
5758  But the caption environment of floats can also be used for longtables when
5759  you use the longtable option 
5760 \family sans
5761 Caption
5762 \family default
5763  as described in sec.
5764 \begin_inset space \thinspace{}
5765 \end_inset
5766
5767
5768 \begin_inset CommandInset ref
5769 LatexCommand ref
5770 reference "sec:Longtables"
5771
5772 \end_inset
5773
5774 .
5775  Only one table row can contain the caption.
5776 \end_layout
5777
5778 \begin_layout Standard
5779 Here is a short longtable to see how it works:
5780 \end_layout
5781
5782 \begin_layout Standard
5783 \begin_inset Tabular
5784 <lyxtabular version="3" rows="6" columns="5">
5785 <features islongtable="true" longtabularalignment="center">
5786 <column alignment="center" valignment="top" width="0">
5787 <column alignment="center" valignment="top" width="0">
5788 <column alignment="center" valignment="top" width="0">
5789 <column alignment="center" valignment="top" width="0">
5790 <column alignment="center" valignment="top" width="0">
5791 <row caption="true">
5792 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 \begin_inset Caption
5797
5798 \begin_layout Plain Layout
5799 Longtable with caption
5800 \begin_inset Argument
5801 status open
5802
5803 \begin_layout Plain Layout
5804 Longtable
5805 \end_layout
5806
5807 \end_inset
5808
5809
5810 \end_layout
5811
5812 \end_inset
5813
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 1
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 2
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 3
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 4
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 5
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 </row>
5903 <row>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 asd
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 asd
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 asd
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 s
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 asd
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 </row>
6044 <row>
6045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 asd
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 </lyxtabular>
6092
6093 \end_inset
6094
6095
6096 \end_layout
6097
6098 \begin_layout Standard
6099 \begin_inset VSpace medskip
6100 \end_inset
6101
6102
6103 \begin_inset Note Greyedout
6104 status open
6105
6106 \begin_layout Plain Layout
6107
6108 \series bold
6109 Note
6110 \begin_inset space ~
6111 \end_inset
6112
6113 1:
6114 \series default
6115  The table number is increased for for every longtable, even if you did
6116  not set a caption for it.
6117  For this reason you could have the case that e.
6118 \begin_inset space \thinspace{}
6119 \end_inset
6120
6121 g.
6122 \begin_inset space \space{}
6123 \end_inset
6124
6125 Table
6126 \begin_inset space ~
6127 \end_inset
6128
6129 2.4 follows Table
6130 \begin_inset space ~
6131 \end_inset
6132
6133 2.1 in the list of tables if there are two longtables without captions.
6134  To avoid this you can add the following command in TeX-Code after every
6135  longtable without a caption:
6136 \end_layout
6137
6138 \begin_layout Plain Layout
6139
6140 \series bold
6141
6142 \backslash
6143 addtocounter{table}{-1}
6144 \end_layout
6145
6146 \begin_layout Plain Layout
6147 This is not needed when none of your longtables have a caption and you add
6148  the following code to the document preamble:
6149 \end_layout
6150
6151 \begin_layout Plain Layout
6152
6153 \series bold
6154
6155 \backslash
6156 let
6157 \backslash
6158 myEnd
6159 \backslash
6160 endlongtable
6161 \begin_inset Newline newline
6162 \end_inset
6163
6164
6165 \backslash
6166 renewcommand{
6167 \backslash
6168 endlongtable}{
6169 \backslash
6170 myEnd
6171 \backslash
6172 addtocounter{table}{-1}}
6173 \end_layout
6174
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \begin_layout Standard
6181 \begin_inset Note Greyedout
6182 status open
6183
6184 \begin_layout Plain Layout
6185
6186 \series bold
6187 Note
6188 \begin_inset space ~
6189 \end_inset
6190
6191 2:
6192 \series default
6193  If you are using
6194 \series bold
6195  hyperref
6196 \series default
6197
6198 \begin_inset Index idx
6199 status collapsed
6200
6201 \begin_layout Plain Layout
6202 LaTeX-packages ! hyperref
6203 \end_layout
6204
6205 \end_inset
6206
6207  in the 
6208 \family sans
6209 PDF Properties
6210 \family default
6211  of the 
6212 \family sans
6213 Document Settings
6214 \family default
6215  dialog to link cross-references, the link to a longtable caption will always
6216  point to the beginning of the document.
6217 \end_layout
6218
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \begin_layout Subsubsection
6225 References to Longtables
6226 \begin_inset Index idx
6227 status collapsed
6228
6229 \begin_layout Plain Layout
6230 Longtables ! References
6231 \end_layout
6232
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \begin_layout Standard
6239 \begin_inset Tabular
6240 <lyxtabular version="3" rows="6" columns="5">
6241 <features islongtable="true" longtabularalignment="center">
6242 <column alignment="center" valignment="top" width="0">
6243 <column alignment="center" valignment="top" width="0">
6244 <column alignment="center" valignment="top" width="0">
6245 <column alignment="center" valignment="top" width="0">
6246 <column alignment="center" valignment="top" width="0">
6247 <row caption="true">
6248 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 \begin_inset Caption
6253
6254 \begin_layout Plain Layout
6255 Referenced longtable
6256 \begin_inset CommandInset label
6257 LatexCommand label
6258 name "tab:RefExample"
6259
6260 \end_inset
6261
6262
6263 \end_layout
6264
6265 \end_inset
6266
6267
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 </row>
6309 <row>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 1
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 2
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 3
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 4
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 5
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 asd
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 s
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 s
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 s
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 asd
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 </row>
6403 <row>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 asd
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 s
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 s
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 s
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 asd
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 </row>
6450 <row>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 asd
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 s
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 s
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 s
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 asd
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 </row>
6497 <row>
6498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 asd
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 sad
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520 asd
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 asd
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 asd
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 </row>
6544 </lyxtabular>
6545
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \begin_layout Standard
6552 To reference a longtable, insert a label into the caption.
6553 \end_layout
6554
6555 \begin_layout Standard
6556 This is a reference to Table
6557 \begin_inset space ~
6558 \end_inset
6559
6560
6561 \begin_inset CommandInset ref
6562 LatexCommand ref
6563 reference "tab:RefExample"
6564
6565 \end_inset
6566
6567 .
6568 \end_layout
6569
6570 \begin_layout Standard
6571 The caption layout can be set together with all other captions of your document
6572  using the LaTeX-package 
6573 \series bold
6574 caption
6575 \series default
6576
6577 \begin_inset Index idx
6578 status collapsed
6579
6580 \begin_layout Plain Layout
6581 LaTeX-packages ! caption
6582 \end_layout
6583
6584 \end_inset
6585
6586 , see section
6587 \begin_inset space ~
6588 \end_inset
6589
6590
6591 \begin_inset CommandInset ref
6592 LatexCommand ref
6593 reference "sec:Caption-Formatting"
6594
6595 \end_inset
6596
6597 .
6598 \end_layout
6599
6600 \begin_layout Subsubsection
6601 Caption Width
6602 \begin_inset Index idx
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606 Longtables ! Caption Width
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \begin_layout Standard
6615 The maximal width of of caption lines is defined by the length 
6616 \series bold
6617
6618 \backslash
6619 LTcapwidth
6620 \series default
6621 .
6622  Its default value is 4
6623 \begin_inset space \thinspace{}
6624 \end_inset
6625
6626 in.
6627  To change it add the following command to your document preamble or as
6628  TeX-Code into your document before the longtable that should be affected
6629 \end_layout
6630
6631 \begin_layout Standard
6632
6633 \series bold
6634
6635 \backslash
6636 setlength{
6637 \backslash
6638 LTcapwidth}{width}
6639 \end_layout
6640
6641 \begin_layout Standard
6642 where the width could have one of the units listed in appendix
6643 \begin_inset space ~
6644 \end_inset
6645
6646
6647 \begin_inset CommandInset ref
6648 LatexCommand ref
6649 reference "cha:Units-available-in"
6650
6651 \end_inset
6652
6653 .
6654 \end_layout
6655
6656 \begin_layout Standard
6657 The following tables show the difference:
6658 \end_layout
6659
6660 \begin_layout Standard
6661 \begin_inset Tabular
6662 <lyxtabular version="3" rows="6" columns="5">
6663 <features islongtable="true" longtabularalignment="center">
6664 <column alignment="center" valignment="top" width="0">
6665 <column alignment="center" valignment="top" width="0">
6666 <column alignment="center" valignment="top" width="0">
6667 <column alignment="center" valignment="top" width="0">
6668 <column alignment="center" valignment="top" width="0">
6669 <row caption="true">
6670 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 \begin_inset Caption
6675
6676 \begin_layout Plain Layout
6677 long full title with default width long full title with default width long
6678  full title with default width
6679 \begin_inset Argument
6680 status collapsed
6681
6682 \begin_layout Plain Layout
6683 caption with default width
6684 \end_layout
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 <row>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 1
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 2
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 3
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 4
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 5
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 </row>
6782 <row>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 s
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 s
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 s
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 asd
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 asd
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 s
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 s
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 s
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 asd
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 </row>
6876 <row>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 s
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 asd
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 asd
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 sad
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 asd
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 asd
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 asd
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 </lyxtabular>
6971
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \begin_layout Standard
6978 \begin_inset ERT
6979 status collapsed
6980
6981 \begin_layout Plain Layout
6982
6983
6984 \backslash
6985 setlength{
6986 \backslash
6987 LTcapwidth}{5cm}
6988 \end_layout
6989
6990 \end_inset
6991
6992
6993 \begin_inset Tabular
6994 <lyxtabular version="3" rows="6" columns="5">
6995 <features islongtable="true" longtabularalignment="center">
6996 <column alignment="center" valignment="top" width="0">
6997 <column alignment="center" valignment="top" width="0">
6998 <column alignment="center" valignment="top" width="0">
6999 <column alignment="center" valignment="top" width="0">
7000 <column alignment="center" valignment="top" width="0">
7001 <row caption="true">
7002 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 \begin_inset Caption
7007
7008 \begin_layout Plain Layout
7009 long full title with width set to 5
7010 \begin_inset space \thinspace{}
7011 \end_inset
7012
7013 cm long full title with width set to 5
7014 \begin_inset space \thinspace{}
7015 \end_inset
7016
7017 cm long full title with width set to 5
7018 \begin_inset space \thinspace{}
7019 \end_inset
7020
7021 cm
7022 \begin_inset Argument
7023 status collapsed
7024
7025 \begin_layout Plain Layout
7026 caption with width
7027 \begin_inset space \thinspace{}
7028 \end_inset
7029
7030 =
7031 \begin_inset space \thinspace{}
7032 \end_inset
7033
7034 5
7035 \begin_inset space \thinspace{}
7036 \end_inset
7037
7038 cm
7039 \end_layout
7040
7041 \end_inset
7042
7043
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 </row>
7090 <row>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 1
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 2
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 3
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 4
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 5
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 <row>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 asd
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 s
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 s
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 s
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 asd
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 </row>
7184 <row>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 asd
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 s
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 s
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 s
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 asd
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 </row>
7231 <row>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 asd
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 s
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 s
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 asd
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 </row>
7278 <row>
7279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 asd
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 sad
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 asd
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 asd
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 </row>
7325 </lyxtabular>
7326
7327 \end_inset
7328
7329
7330 \end_layout
7331
7332 \begin_layout Standard
7333 \begin_inset ERT
7334 status collapsed
7335
7336 \begin_layout Plain Layout
7337
7338
7339 \backslash
7340 setlength{
7341 \backslash
7342 LTcapwidth}{4in}
7343 \end_layout
7344
7345 \end_inset
7346
7347
7348 \end_layout
7349
7350 \begin_layout Standard
7351 \begin_inset Note Greyedout
7352 status open
7353
7354 \begin_layout Plain Layout
7355
7356 \series bold
7357 Note:
7358 \series default
7359  When the LaTeX-package 
7360 \series bold
7361 caption
7362 \series default
7363
7364 \begin_inset Index idx
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 LaTeX-packages ! caption
7369 \end_layout
7370
7371 \end_inset
7372
7373  is used, as in this document, the full page width is used for the caption
7374  when you use the default value of 4
7375 \begin_inset space \thinspace{}
7376 \end_inset
7377
7378 in for 
7379 \series bold
7380
7381 \backslash
7382 LTcapwidth
7383 \series default
7384 .
7385  To get in this case exactly a 4
7386 \begin_inset space \thinspace{}
7387 \end_inset
7388
7389 in wide caption, you can either use a value slightly different from 4.0
7390 \begin_inset space \thinspace{}
7391 \end_inset
7392
7393 in, e.
7394 \begin_inset space \thinspace{}
7395 \end_inset
7396
7397 g.
7398 \begin_inset space \space{}
7399 \end_inset
7400
7401 3.99
7402 \begin_inset space \thinspace{}
7403 \end_inset
7404
7405 in, or the LaTeX-command 
7406 \series bold
7407
7408 \backslash
7409 captionsetup{width=value}
7410 \series default
7411  that is provided by the 
7412 \series bold
7413 caption
7414 \series default
7415 -package.
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \begin_layout Subsubsection
7424 Different Captions for Table Pages
7425 \begin_inset Index idx
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429 Longtables ! Different Captions for Pages
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \begin_layout Standard
7438 When the table captions for the following pages should differ from the one
7439  of the first table page, insert a caption with the TeX code command
7440 \end_layout
7441
7442 \begin_layout Standard
7443
7444 \series bold
7445
7446 \backslash
7447 caption*{caption text}
7448 \backslash
7449
7450 \backslash
7451 %
7452 \end_layout
7453
7454 \begin_layout Standard
7455 in a dummy caption row that is marked as a header.
7456  Table
7457 \begin_inset space ~
7458 \end_inset
7459
7460
7461 \begin_inset CommandInset ref
7462 LatexCommand ref
7463 reference "tab:DiffCaptions"
7464
7465 \end_inset
7466
7467  is an example of a longtable with different heading where the second caption
7468  doesn't include the table number.
7469 \end_layout
7470
7471 \begin_layout Standard
7472 \align center
7473 \begin_inset Tabular
7474 <lyxtabular version="3" rows="59" columns="3">
7475 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7476 <column alignment="left" valignment="top" width="0cm">
7477 <column alignment="left" valignment="top" width="0pt">
7478 <column alignment="center" valignment="top" width="0pt">
7479 <row caption="true">
7480 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 \begin_inset Caption
7485
7486 \begin_layout Plain Layout
7487 Example Phone List
7488 \begin_inset CommandInset label
7489 LatexCommand label
7490 name "tab:DiffCaptions"
7491
7492 \end_inset
7493
7494
7495 \begin_inset Argument
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499 Example Phone List
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row endfirsthead="true">
7534 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \series bold
7540 Example Phone List (ignore the names)
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 <row endfirsthead="true">
7565 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \series bold
7571 NAME
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589
7590 \series bold
7591 TEL.
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 </row>
7597 <row endhead="true">
7598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 \begin_inset ERT
7603 status open
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 caption*{Continued Example Phone List}
7610 \backslash
7611
7612 \backslash
7613 %
7614 \end_layout
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row endhead="true">
7643 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 Example Phone List
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row endhead="true">
7674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 NAME
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 TEL.
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row endfoot="true">
7707 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 continued on next page
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \series bold
7742 Annovi
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 Silvia
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 111
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \series bold
7773 Bertoli
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 Stefano
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 111
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \series bold
7804 Bozzi
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 Walter
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 111
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 Cachia
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 Maria
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 111
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \series bold
7866 Cachia
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Maurizio
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 111
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \series bold
7897 Cinquemani
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Giusi
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 111
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 Colin
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 Bernard
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 111
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \series bold
7959 Concli
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Gianfranco
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 111
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Dal Bosco
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 Carolina
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 111
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 Dalpiaz
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Annamaria
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 111
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Feliciello
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Domenico
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Focarelli
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Paola
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Galletti
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Oreste
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Gasparini
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Franca
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Rizzardi
8177 \series default
8178
8179 \begin_inset Foot
8180 status open
8181
8182 \begin_layout Plain Layout
8183 Example footnote
8184 \end_layout
8185
8186 \end_inset
8187
8188
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Paola
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Lassini
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Giancarlo
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Malfatti
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Luciano
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Malfatti
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Valeriano
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Meneguzzo
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 Roberto
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 111
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \series bold
8343 Mezzadra
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Roberto
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 111
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \series bold
8374 Pirpamer
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 Erich
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 111
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \series bold
8405 Pochiesa
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 Paolo
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 111, 222
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \series bold
8436 Radina
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 Claudio
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 111
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \series bold
8467 Stuffer
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 Oskar
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 111
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \series bold
8498 Tacchelli
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 Ugo
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 111
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \series bold
8529 Tezzele
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 Margit
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 111
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \series bold
8560 Unterkalmsteiner
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 Frieda
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 111
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \series bold
8591 Vieider
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 Hilde
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 111
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620
8621 \series bold
8622 Vigna
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Jürgen
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 111
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \series bold
8653 Weber
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Maurizio
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 111
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \series bold
8684 Winkler
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 Franz
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 111
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713  
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Annovi
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Silvia
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 555
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Bertoli
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Stefano
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 555
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Bozzi
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Walter
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 555
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Cachia
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Maria
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 555
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Cachia
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Maurizio
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 555
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Cinquemani
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Giusi
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 555
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \series bold
8930 Colin
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Bernard
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 555
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Concli
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Gianfranco
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 555
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992 Dal Bosco
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Carolina
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 555
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \series bold
9023 Dalpiaz
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Annamaria
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 555
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \series bold
9054 Feliciello
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 Domenico
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 555
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083
9084 \series bold
9085 Focarelli
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Paola
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 555
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \series bold
9116 Galletti
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 Oreste
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 555
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \series bold
9147 Gasparini
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Franca
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 555
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \series bold
9178 Rizzardi
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 Paola
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 555
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 <row>
9203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207
9208 \series bold
9209 Lassini
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218 Giancarlo
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 555
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \series bold
9240 Malfatti
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 Luciano
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 555
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row>
9265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \series bold
9271 Malfatti
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 Valeriano
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 555
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \series bold
9302 Meneguzzo
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 Roberto
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 555
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \series bold
9333 Mezzadra
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 Roberto
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 555
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 </lyxtabular>
9358
9359 \end_inset
9360
9361
9362 \end_layout
9363
9364 \begin_layout Section
9365 Special Longtable Issues
9366 \begin_inset CommandInset label
9367 LatexCommand label
9368 name "sec:Special-Longtable-Issues"
9369
9370 \end_inset
9371
9372
9373 \end_layout
9374
9375 \begin_layout Subsection
9376 Longtable Calculation
9377 \begin_inset Index idx
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381 Longtables ! Calculation
9382 \end_layout
9383
9384 \end_inset
9385
9386
9387 \end_layout
9388
9389 \begin_layout Standard
9390 LaTeX calculates the height of table pages and their page breaks using so
9391  called chunks.
9392  Chunks are parts of tables that held at the same time in LaTeX's memory.
9393  The default value was historically set to only 20 table rows.
9394  If you are using longtables with many pages this may slow down the creation
9395  of your document.
9396  You can safely increase the chunk size to values of 100-1000 by adding
9397  this command line to your document preamble:
9398 \end_layout
9399
9400 \begin_layout Standard
9401
9402 \series bold
9403
9404 \backslash
9405 setcounter{LTchunksize}{100}
9406 \end_layout
9407
9408 \begin_layout Subsection
9409 Floats and Longtables
9410 \begin_inset Index idx
9411 status collapsed
9412
9413 \begin_layout Plain Layout
9414 Longtables ! Floats
9415 \end_layout
9416
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \begin_layout Standard
9423 There might be problems when a float appears on the same page where a longtable
9424  starts.
9425  To avoid such a situation, insert a 
9426 \begin_inset Quotes eld
9427 \end_inset
9428
9429 clear page
9430 \begin_inset Quotes erd
9431 \end_inset
9432
9433  (menu 
9434 \family sans
9435 Insert\SpecialChar \menuseparator
9436 Formatting\SpecialChar \menuseparator
9437 Clear
9438 \begin_inset space ~
9439 \end_inset
9440
9441 Page
9442 \family default
9443 ) before your longtable.
9444 \end_layout
9445
9446 \begin_layout Subsection
9447 Forced Page Breaks
9448 \begin_inset Index idx
9449 status collapsed
9450
9451 \begin_layout Plain Layout
9452 Longtables ! Forced Page Breaks
9453 \end_layout
9454
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \begin_layout Standard
9461 By default tables are only broken between rows.
9462  If you have a cell with multiples lines and want to have a page break within
9463  the cell, insert the new line command 
9464 \begin_inset Quotes eld
9465 \end_inset
9466
9467
9468 \series bold
9469
9470 \backslash
9471
9472 \backslash
9473
9474 \series default
9475
9476 \begin_inset Quotes erd
9477 \end_inset
9478
9479  as TeX-Code at the point of the cell where it can be broken.
9480  Before the 
9481 \series bold
9482
9483 \backslash
9484
9485 \backslash
9486
9487 \series default
9488  command you have to insert in TeX-Code as many 
9489 \begin_inset Quotes eld
9490 \end_inset
9491
9492
9493 \series bold
9494 &
9495 \series default
9496
9497 \begin_inset Quotes erd
9498 \end_inset
9499
9500  characters as the number of the following table columns.
9501  The 
9502 \series bold
9503 &
9504 \series default
9505  is the character to separate table cells.
9506  Write in TeX-Code after each 
9507 \series bold
9508 &
9509 \series default
9510  the content of the corresponding following cell and delete the content
9511  of these cells.
9512 \begin_inset Newline newline
9513 \end_inset
9514
9515 After the 
9516 \series bold
9517
9518 \backslash
9519
9520 \backslash
9521
9522 \series default
9523  command, insert as many 
9524 \series bold
9525 &
9526 \series default
9527  characters as the number of table columns before the current column.
9528  In Table
9529 \begin_inset space ~
9530 \end_inset
9531
9532
9533 \begin_inset CommandInset ref
9534 LatexCommand ref
9535 reference "tab:ForcedPagebreak"
9536
9537 \end_inset
9538
9539  the cell that should be broken is in the second column followed by another
9540  column.
9541  Therefore the following command was inserted in the cell as TeX-Code after
9542  
9543 \begin_inset Quotes eld
9544 \end_inset
9545
9546
9547 \emph on
9548 Castelchiodato,
9549 \emph default
9550
9551 \begin_inset Quotes erd
9552 \end_inset
9553
9554 :
9555 \end_layout
9556
9557 \begin_layout Standard
9558
9559 \series bold
9560 & 111
9561 \backslash
9562
9563 \backslash
9564  
9565 \backslash
9566 newpage
9567 \begin_inset Newline newline
9568 \end_inset
9569
9570 &
9571 \end_layout
9572
9573 \begin_layout Standard
9574 The 
9575 \begin_inset Quotes eld
9576 \end_inset
9577
9578 111
9579 \begin_inset Quotes erd
9580 \end_inset
9581
9582  in the third column of the row was deleted.
9583  
9584 \series bold
9585
9586 \backslash
9587 newpage
9588 \series default
9589  is only needed when a page break should definitely occur at this position,
9590  otherwise it would be a conditional break.
9591  If your footer row of the longtable has for a certain reason no upper line
9592  but you would have a horizontal line where the cell is broken, use this
9593  command instead:
9594 \end_layout
9595
9596 \begin_layout Standard
9597
9598 \series bold
9599 & 111
9600 \backslash
9601
9602 \backslash
9603
9604 \begin_inset Newline newline
9605 \end_inset
9606
9607
9608 \backslash
9609 hline &
9610 \end_layout
9611
9612 \begin_layout Standard
9613 When the cell to be broken is in the last column, the command
9614 \end_layout
9615
9616 \begin_layout Standard
9617
9618 \series bold
9619
9620 \backslash
9621 setlength{
9622 \backslash
9623 parfillskip}{0pt}
9624 \end_layout
9625
9626 \begin_layout Standard
9627 must be inserted as TeX-Code at the beginning of the cell.
9628  This ensures that the part of the cell that will be displayed on the new
9629  page appears with the full width.
9630 \end_layout
9631
9632 \begin_layout Standard
9633 \align center
9634 \begin_inset Tabular
9635 <lyxtabular version="3" rows="38" columns="3">
9636 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9637 <column alignment="left" valignment="top" width="0cm">
9638 <column alignment="left" valignment="top" width="3cm">
9639 <column alignment="center" valignment="top" width="0pt">
9640 <row caption="true">
9641 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 \begin_inset Caption
9646
9647 \begin_layout Plain Layout
9648 Table with forced page break in table cell
9649 \begin_inset CommandInset label
9650 LatexCommand label
9651 name "tab:ForcedPagebreak"
9652
9653 \end_inset
9654
9655
9656 \begin_inset Argument
9657 status collapsed
9658
9659 \begin_layout Plain Layout
9660 Table with forced page break in table cell
9661 \end_layout
9662
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row endfirsthead="true">
9695 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 Example Phone List (ignore the names)
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row endfirsthead="true">
9726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 NAME
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \series bold
9752 TEL.
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 </row>
9758 <row endhead="true">
9759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 \begin_inset ERT
9764 status collapsed
9765
9766 \begin_layout Plain Layout
9767
9768
9769 \backslash
9770 caption*{Continued Example Phone List}
9771 \backslash
9772
9773 \backslash
9774 %
9775 \end_layout
9776
9777 \end_inset
9778
9779
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row endhead="true">
9804 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \series bold
9810 Example Phone List
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 </row>
9834 <row endhead="true">
9835 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839
9840 \series bold
9841 NAME
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \series bold
9861 TEL.
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row endfoot="true">
9868 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 continued on next page
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row>
9897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \series bold
9903 Annovi
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 Silvia
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921 111
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row>
9928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \series bold
9934 Bertoli
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 Stefano
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 111
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 Bozzi
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 Walter
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 111
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \series bold
9996 Cachia
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Maria
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 111
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row>
10021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \series bold
10027 Cachia
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036 Maurizio
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 111
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Cinquemani
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 Giusi
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 111
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 Colin
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 Bernard
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 111
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \series bold
10120 Concli
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 Gianfranco
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 111
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Dal Bosco
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Carolina
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 111
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Dalpiaz
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Annamaria
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Feliciello
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Domenico
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Focarelli
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Paola
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Galletti
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Oreste
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Gasparini
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Franca
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Lassini
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Giancarlo
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Malfatti
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Luciano
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Malfatti
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Valeriano
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 111
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Meneguzzo
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Roberto
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Mezzadra
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Roberto
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Pirpamer
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Erich
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Pochiesa
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Paolo
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111, 222
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Radina
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Claudio
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Rizzardi
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Paolo, 11.
10595  Fürst von Montecompatri, 11.
10596  Fürst von Sulmona und Vivaro, 10.
10597  Fürst von Rossano, 5.
10598  Herzog von Canemorte, 11.
10599  Herzog von Palombara, 5.
10600  Herzog von Castelchiodato,
10601 \begin_inset ERT
10602 status open
10603
10604 \begin_layout Plain Layout
10605
10606 & 111
10607 \backslash
10608
10609 \backslash
10610  
10611 \backslash
10612 newpage
10613 \end_layout
10614
10615 \begin_layout Plain Layout
10616
10617 &
10618 \end_layout
10619
10620 \end_inset
10621
10622  11.
10623  Herzog von Poggionativo, 11.
10624  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10625  Graf von Valinfreda, 11.
10626  Baron von Cropalati, 11.
10627  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Stuffer
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Oskar
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Tacchelli
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Ugo
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Tezzele
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Margit
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Unterkalmsteiner
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Frieda
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Vieider
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Hilde
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Vigna
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Jürgen
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 111
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Weber
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Maurizio
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 111
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \series bold
10866 Winkler
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 Franz
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 111
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 </lyxtabular>
10891
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \begin_layout Section
10898 Multiple Lines Columns and Rows
10899 \end_layout
10900
10901 \begin_layout Subsection
10902 Multiple Lines in Table Cells
10903 \begin_inset CommandInset label
10904 LatexCommand label
10905 name "sub:Multiple-Lines-in"
10906
10907 \end_inset
10908
10909
10910 \begin_inset Index idx
10911 status collapsed
10912
10913 \begin_layout Plain Layout
10914 Multiple Lines in Table Cells
10915 \end_layout
10916
10917 \end_inset
10918
10919
10920 \begin_inset Index idx
10921 status collapsed
10922
10923 \begin_layout Plain Layout
10924 Table ! Linebreaks
10925 \end_layout
10926
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \begin_layout Standard
10933 \noindent
10934 \begin_inset Float table
10935 placement H
10936 wide false
10937 sideways false
10938 status open
10939
10940 \begin_layout Plain Layout
10941 \begin_inset Caption
10942
10943 \begin_layout Plain Layout
10944 \begin_inset CommandInset label
10945 LatexCommand label
10946 name "tab:Table-with-multiple"
10947
10948 \end_inset
10949
10950 Table with multiple lines in cells
10951 \end_layout
10952
10953 \end_inset
10954
10955
10956 \end_layout
10957
10958 \begin_layout Plain Layout
10959 \align center
10960 \begin_inset Tabular
10961 <lyxtabular version="3" rows="3" columns="3">
10962 <features tabularvalignment="middle">
10963 <column alignment="center" valignment="middle" width="2.5cm">
10964 <column alignment="center" valignment="middle" width="0">
10965 <column alignment="center" valignment="middle" width="0">
10966 <row>
10967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 multiple
10972 \begin_inset Newline linebreak
10973 \end_inset
10974
10975 lines
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 b
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 c
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 </row>
10999 <row>
11000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 d
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 e
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 f
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 </row>
11028 <row>
11029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 g
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 h
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 i
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 </lyxtabular>
11058
11059 \end_inset
11060
11061
11062 \end_layout
11063
11064 \end_inset
11065
11066
11067 \end_layout
11068
11069 \begin_layout Standard
11070 Setting a fixed width for a column enables you to enter text as a paragraph
11071  with multiple lines and hyphenation.
11072 \end_layout
11073
11074 \begin_layout Standard
11075 To produce Table
11076 \begin_inset space ~
11077 \end_inset
11078
11079
11080 \begin_inset CommandInset ref
11081 LatexCommand ref
11082 reference "tab:Table-with-multiple"
11083
11084 \end_inset
11085
11086 , create a 3×3 table, mark the first cell and right-click on it.
11087  In the appearing table dialog we set a cell width of 2.5
11088 \begin_inset space \thinspace{}
11089 \end_inset
11090
11091 cm and choose centered for the vertical and horizontal alignment.
11092  The vertical alignment is used for all cells of the row.
11093  As our text is smaller than 2.5
11094 \begin_inset space \thinspace{}
11095 \end_inset
11096
11097 cm, only one line will appear.
11098  To get two lines, a justified line break (shortcut 
11099 \begin_inset Info
11100 type  "shortcut"
11101 arg   "newline-insert linebreak"
11102 \end_inset
11103
11104 ) was added.
11105  If the text is wider than the set cell width, it will automatically be
11106  broken to several lines.
11107 \end_layout
11108
11109 \begin_layout Standard
11110 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11111  by LaTeX if it is the first entry.
11112  Therefore you need to insert something to prevent the word not being the
11113  first entry.
11114  So add a horizontal space of 0
11115 \begin_inset space \thinspace{}
11116 \end_inset
11117
11118 pt before the word.
11119  As the space is zero, it doesn't change the output.
11120  Table
11121 \begin_inset space ~
11122 \end_inset
11123
11124
11125 \begin_inset CommandInset ref
11126 LatexCommand ref
11127 reference "tab:Table-with-and"
11128
11129 \end_inset
11130
11131  shows the effect.
11132 \end_layout
11133
11134 \begin_layout Standard
11135 \begin_inset Float table
11136 placement h
11137 wide false
11138 sideways false
11139 status open
11140
11141 \begin_layout Plain Layout
11142 \begin_inset Caption
11143
11144 \begin_layout Plain Layout
11145 \begin_inset CommandInset label
11146 LatexCommand label
11147 name "tab:Table-with-and"
11148
11149 \end_inset
11150
11151 Table with and without hyphenation
11152 \end_layout
11153
11154 \end_inset
11155
11156
11157 \end_layout
11158
11159 \begin_layout Plain Layout
11160 \begin_inset space \hfill{}
11161 \end_inset
11162
11163
11164 \begin_inset Tabular
11165 <lyxtabular version="3" rows="3" columns="3">
11166 <features tabularvalignment="middle">
11167 <column alignment="center" valignment="middle" width="2.5cm">
11168 <column alignment="center" valignment="middle" width="0">
11169 <column alignment="center" valignment="middle" width="0">
11170 <row>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 verylongtablecellword
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 b
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 c
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 </row>
11199 <row>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 d
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 e
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 f
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 g
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 h
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 i
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 </lyxtabular>
11258
11259 \end_inset
11260
11261
11262 \begin_inset space \hfill{}
11263 \end_inset
11264
11265
11266 \begin_inset Tabular
11267 <lyxtabular version="3" rows="3" columns="3">
11268 <features tabularvalignment="middle">
11269 <column alignment="center" valignment="middle" width="2.5cm">
11270 <column alignment="center" valignment="middle" width="0">
11271 <column alignment="center" valignment="middle" width="0">
11272 <row>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 \begin_inset space \hspace{}
11278 \length 0pt
11279 \end_inset
11280
11281 verylongtablecellword
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 b
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 c
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 </row>
11305 <row>
11306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 d
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 e
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 f
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 </row>
11334 <row>
11335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 g
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 h
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 i
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 </row>
11363 </lyxtabular>
11364
11365 \end_inset
11366
11367
11368 \begin_inset space \hfill{}
11369 \end_inset
11370
11371
11372 \end_layout
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \begin_layout Subsection
11380 Multicolumns
11381 \begin_inset CommandInset label
11382 LatexCommand label
11383 name "sub:Multicolumns"
11384
11385 \end_inset
11386
11387
11388 \begin_inset Index idx
11389 status collapsed
11390
11391 \begin_layout Plain Layout
11392 Multicolumns
11393 \end_layout
11394
11395 \end_inset
11396
11397
11398 \begin_inset Index idx
11399 status collapsed
11400
11401 \begin_layout Plain Layout
11402 Table ! Multicolumns
11403 \end_layout
11404
11405 \end_inset
11406
11407
11408 \end_layout
11409
11410 \begin_layout Subsubsection
11411 Multicolumn Basics
11412 \end_layout
11413
11414 \begin_layout Standard
11415 To merge cells over multiple columns, select as many cells within a row
11416  as you want to merge and use either the table-toolbar button 
11417 \begin_inset Graphics
11418         filename ../images/tabular-feature_multicolumn.png
11419         scale 85
11420         scaleBeforeRotation
11421
11422 \end_inset
11423
11424 , or the menu 
11425 \family sans
11426 Edit\SpecialChar \menuseparator
11427 Table\SpecialChar \menuseparator
11428 Multicolumn
11429 \family default
11430 , or right click on the marked cells and choose 
11431 \family sans
11432 Multicolumn
11433 \family default
11434  in the appearing context menu.
11435 \end_layout
11436
11437 \begin_layout Standard
11438 Multicolumns have there own cell settings.
11439  That means changing cell borders, cell alignment, and the width only affects
11440  the multicolumn.
11441  Here is an example table with a multicolumn cell in the first row and one
11442  in the last row without the upper border:
11443 \end_layout
11444
11445 \begin_layout Standard
11446 \align center
11447 \begin_inset Tabular
11448 <lyxtabular version="3" rows="3" columns="4">
11449 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11450 <column alignment="center" valignment="top" width="0pt">
11451 <column alignment="center" valignment="middle" width="0">
11452 <column alignment="center" valignment="top" width="0in">
11453 <column alignment="center" valignment="top" width="0pt">
11454 <row>
11455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 abc
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 def ghi
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 jkl
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497
11498 \family roman
11499 \series medium
11500 \shape up
11501 \size normal
11502 \emph off
11503 \bar no
11504 \noun off
11505 \color none
11506 A
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 B
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 C
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 D
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 1
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 2
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 3
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 4
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 </lyxtabular>
11578
11579 \end_inset
11580
11581
11582 \end_layout
11583
11584 \begin_layout Subsubsection
11585 Multicolumn Calculations
11586 \begin_inset CommandInset label
11587 LatexCommand label
11588 name "sub:Multicolumn-Calculations"
11589
11590 \end_inset
11591
11592
11593 \begin_inset Index idx
11594 status collapsed
11595
11596 \begin_layout Plain Layout
11597 Multicolumns ! Calculations
11598 \end_layout
11599
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \begin_layout Standard
11606 LyX supports multicolumns directly, but we have to take account of the cell
11607  width of the columns spanned by the multicolumn cell.
11608 \end_layout
11609
11610 \begin_layout Standard
11611 \begin_inset Float table
11612 placement h
11613 wide false
11614 sideways false
11615 status open
11616
11617 \begin_layout Plain Layout
11618 \begin_inset Caption
11619
11620 \begin_layout Plain Layout
11621 \begin_inset CommandInset label
11622 LatexCommand label
11623 name "tab:Table-with-centered"
11624
11625 \end_inset
11626
11627 Table with centered multicolumn text above two columns that have exactly
11628  half the width of the multicolumn cell
11629 \begin_inset Argument
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 Perfect multicolumn table
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Plain Layout
11647 \align center
11648 \begin_inset Tabular
11649 <lyxtabular version="3" rows="3" columns="3">
11650 <features tabularvalignment="middle">
11651 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11652 <column alignment="center" valignment="middle" width="0">
11653 <column alignment="center" valignment="top" width="0">
11654 <row>
11655 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 multiple lines multicolumn
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 c
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 d
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 e
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 f
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 g
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 h
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 i
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 </lyxtabular>
11742
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \end_layout
11752
11753 \begin_layout Standard
11754 To create for example Table
11755 \begin_inset space ~
11756 \end_inset
11757
11758
11759 \begin_inset CommandInset ref
11760 LatexCommand ref
11761 reference "tab:Table-with-centered"
11762
11763 \end_inset
11764
11765 , mark the first two cells in the first row of a 3×3 table and right-click
11766  on them.
11767  Now choose for this cell 
11768 \emph on
11769 multicolumn
11770 \emph default
11771
11772 \emph on
11773 centered alignment
11774 \emph default
11775  and a width of 2.5
11776 \begin_inset space \thinspace{}
11777 \end_inset
11778
11779 cm in the table dialog.
11780  The merged columns should have exactly half the width of the multicolumn
11781  cell, so that you would set a width of 1.25
11782 \begin_inset space \thinspace{}
11783 \end_inset
11784
11785 cm for the first column.
11786  The second column has then automatically a width of 1.25
11787 \begin_inset space \thinspace{}
11788 \end_inset
11789
11790 cm (multicolumn width - width of first column).
11791  This was done for Table
11792 \begin_inset space ~
11793 \end_inset
11794
11795
11796 \begin_inset CommandInset ref
11797 LatexCommand ref
11798 reference "tab:Table-without-half"
11799
11800 \end_inset
11801
11802 .
11803 \end_layout
11804
11805 \begin_layout Standard
11806 \begin_inset Float table
11807 wide false
11808 sideways false
11809 status open
11810
11811 \begin_layout Plain Layout
11812 \begin_inset Caption
11813
11814 \begin_layout Plain Layout
11815 \begin_inset CommandInset label
11816 LatexCommand label
11817 name "tab:Table-without-half"
11818
11819 \end_inset
11820
11821 Table where the spanned table columns are not exactly half the width of
11822  the multicolumn cell
11823 \begin_inset Argument
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827 Imperfect multicolumn table
11828 \end_layout
11829
11830 \end_inset
11831
11832
11833 \end_layout
11834
11835 \end_inset
11836
11837
11838 \end_layout
11839
11840 \begin_layout Plain Layout
11841 \align center
11842 \begin_inset Tabular
11843 <lyxtabular version="3" rows="3" columns="3">
11844 <features tabularvalignment="middle">
11845 <column alignment="center" valignment="top" width="1.25cm">
11846 <column alignment="center" valignment="top" width="0">
11847 <column alignment="center" valignment="top" width="0">
11848 <row>
11849 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 multiple lines multicolumn
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11868 \begin_inset Text
11869
11870 \begin_layout Plain Layout
11871 c
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 </row>
11877 <row>
11878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 d
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 e
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 f
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 <row>
11907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 g
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 h
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 i
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 </row>
11935 </lyxtabular>
11936
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \end_inset
11943
11944
11945 \end_layout
11946
11947 \begin_layout Standard
11948 You can see that the first column is not half the width of the multicolumn
11949  cell, it is a bit bigger.
11950  The reason is that the specified width of a cell 
11951 \begin_inset Formula $W_{g}$
11952 \end_inset
11953
11954  is not its total width 
11955 \begin_inset Formula $W_{\mathrm{tot}}$
11956 \end_inset
11957
11958  because a cell is always a bit larger than specified.
11959  Appendix
11960 \begin_inset space ~
11961 \end_inset
11962
11963
11964 \begin_inset CommandInset ref
11965 LatexCommand eqref
11966 reference "cha:Explanation-of-Equation"
11967
11968 \end_inset
11969
11970  explains this in detail.
11971 \end_layout
11972
11973 \begin_layout Standard
11974 The width 
11975 \begin_inset Formula $W_{g\, n}$
11976 \end_inset
11977
11978  which the user needs to set when 
11979 \emph on
11980 n
11981 \emph default
11982  columns are spanned can be calculated, so that each column has a total
11983  width of 
11984 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11985 \end_inset
11986
11987 :
11988 \begin_inset Formula \begin{equation}
11989 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Standard
11997 In our case we have 
11998 \begin_inset Formula $n=2$
11999 \end_inset
12000
12001
12002 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12003 \end_inset
12004
12005 cm and the default values for the lengths, so that equation 
12006 \begin_inset CommandInset ref
12007 LatexCommand ref
12008 reference "eq:Wgn"
12009
12010 \end_inset
12011
12012  becomes
12013 \begin_inset Formula \begin{equation}
12014 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \begin_layout Standard
12022 To enable calculations in LaTeX, the LaTeX-package 
12023 \series bold
12024 calc
12025 \series default
12026  must be loaded with the document preamble line
12027 \begin_inset Index idx
12028 status collapsed
12029
12030 \begin_layout Plain Layout
12031 LaTeX-packages ! calc
12032 \end_layout
12033
12034 \end_inset
12035
12036
12037 \end_layout
12038
12039 \begin_layout Standard
12040
12041 \series bold
12042
12043 \backslash
12044 usepackage{calc}
12045 \end_layout
12046
12047 \begin_layout Standard
12048 LyX does not allow you to calculate lengths in the 
12049 \family sans
12050 Width
12051 \family default
12052  field of the table dialog.
12053  Therefore you have to format the column by inserting a LaTeX-argument in
12054  the dialog.
12055  Here is an overview about the arguments:
12056 \end_layout
12057
12058 \begin_layout Itemize
12059
12060 \series bold
12061 p{width}
12062 \series default
12063  creates cell with a fixed width, its text is vertically top-aligned
12064 \end_layout
12065
12066 \begin_layout Itemize
12067
12068 \series bold
12069 m{width}
12070 \series default
12071  creates cell with a fixed width, its text is vertically centered
12072 \end_layout
12073
12074 \begin_layout Itemize
12075
12076 \series bold
12077 b{width}
12078 \series default
12079  creates cell with a fixed width, its text is vertically bottom-aligned
12080 \end_layout
12081
12082 \begin_layout Standard
12083 By entering a LaTeX-argument, all cell settings set in the table dialog
12084  are overwritten.
12085 \end_layout
12086
12087 \begin_layout Standard
12088 \begin_inset Note Greyedout
12089 status open
12090
12091 \begin_layout Plain Layout
12092
12093 \series bold
12094 Note:
12095 \series default
12096  Due to a bug, LyX shows the overwritten settings anyway.
12097 \end_layout
12098
12099 \end_inset
12100
12101
12102 \end_layout
12103
12104 \begin_layout Standard
12105 As the text should be horizontally centered, the command 
12106 \series bold
12107
12108 \backslash
12109 centering
12110 \series default
12111  is added.
12112  You can now enter the following LaTeX-argument for the first spanned column:
12113 \end_layout
12114
12115 \begin_layout Standard
12116
12117 \series bold
12118 >{
12119 \backslash
12120 centering}m{1.25cm-6.2pt}
12121 \end_layout
12122
12123 \begin_layout Standard
12124 The command 
12125 \series bold
12126 >{ }
12127 \series default
12128  means, that the commands inside the braces are applied before the cell
12129  is created.
12130 \end_layout
12131
12132 \begin_layout Standard
12133 Although we have chosen centered alignment for the text of the multicolumn
12134  cell, it is still left aligned.
12135  This is because LyX only applies the alignment to single columns.
12136  So for the multicolumn cell we have to use the LaTeX-argument
12137 \end_layout
12138
12139 \begin_layout Standard
12140
12141 \series bold
12142 >{
12143 \backslash
12144 centering}m{2.5cm}
12145 \end_layout
12146
12147 \begin_layout Subsection
12148 Multirows
12149 \begin_inset Index idx
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153 Multirows
12154 \end_layout
12155
12156 \end_inset
12157
12158
12159 \begin_inset Index idx
12160 status collapsed
12161
12162 \begin_layout Plain Layout
12163 Table ! Multirows
12164 \end_layout
12165
12166 \end_inset
12167
12168
12169 \end_layout
12170
12171 \begin_layout Standard
12172 Unlike multicolumns multirows are not yet supported by LyX; so a bit of
12173  TeX-Code needs to be used.
12174  To use multirows load the LaTeX-package 
12175 \series bold
12176 multirow
12177 \series default
12178
12179 \begin_inset Index idx
12180 status collapsed
12181
12182 \begin_layout Plain Layout
12183 LaTeX-packages ! multirow
12184 \end_layout
12185
12186 \end_inset
12187
12188  in your document preamble with the command
12189 \end_layout
12190
12191 \begin_layout Standard
12192
12193 \series bold
12194
12195 \backslash
12196 usepackage{multirow}
12197 \end_layout
12198
12199 \begin_layout Standard
12200 Multirows are created with the command
12201 \end_layout
12202
12203 \begin_layout Standard
12204
12205 \series bold
12206
12207 \backslash
12208 multirow{number of rows}{cell width}{cell entry}
12209 \end_layout
12210
12211 \begin_layout Standard
12212 To create the following table:
12213 \end_layout
12214
12215 \begin_layout Standard
12216 \align center
12217 \begin_inset ERT
12218 status collapsed
12219
12220 \begin_layout Plain Layout
12221
12222
12223 \backslash
12224 renewcommand{
12225 \backslash
12226 multirowsetup}{
12227 \backslash
12228 centering}
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \begin_inset Tabular
12235 <lyxtabular version="3" rows="3" columns="3">
12236 <features tabularvalignment="middle">
12237 <column alignment="center" valignment="top" width="0">
12238 <column alignment="center" valignment="top" width="0">
12239 <column alignment="center" valignment="top" width="0">
12240 <row>
12241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245 a
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Plain Layout
12254 b
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Plain Layout
12263 c
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 </row>
12269 <row>
12270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 \begin_inset ERT
12275 status collapsed
12276
12277 \begin_layout Plain Layout
12278
12279
12280 \backslash
12281 multirow{2}{2.5cm}{
12282 \end_layout
12283
12284 \end_inset
12285
12286 multirow entry
12287 \begin_inset ERT
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291
12292 }
12293 \end_layout
12294
12295 \end_inset
12296
12297
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 e
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315 f
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 </row>
12321 <row>
12322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 h
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Plain Layout
12344 i
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 </row>
12350 </lyxtabular>
12351
12352 \end_inset
12353
12354
12355 \begin_inset ERT
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359
12360
12361 \backslash
12362 renewcommand{
12363 \backslash
12364 multirowsetup}{
12365 \backslash
12366 raggedright}
12367 \end_layout
12368
12369 \end_inset
12370
12371
12372 \end_layout
12373
12374 \begin_layout Standard
12375 create a 3×3 table.
12376  Unset the upper border of the last cell in the first column.
12377  The multirow is now created in the second row of the first column by inserting
12378  there the command
12379 \end_layout
12380
12381 \begin_layout Standard
12382
12383 \series bold
12384
12385 \backslash
12386 multirow{2}{2.5cm}{
12387 \end_layout
12388
12389 \begin_layout Standard
12390 as TeX-Code.
12391  According to the command parameters the multirow spans now two rows and
12392  has a width of 2.5
12393 \begin_inset space \thinspace{}
12394 \end_inset
12395
12396 cm.
12397  The content of the multirow cell follows outside the TeX-Code box and the
12398  command is finished with a right brace 
12399 \series bold
12400 }
12401 \series default
12402  in another TeX-Code-box after the text.
12403 \end_layout
12404
12405 \begin_layout Standard
12406
12407 \series bold
12408
12409 \backslash
12410 multirow
12411 \series default
12412  left-aligns its content by default.
12413  To override the default, renew the command 
12414 \series bold
12415
12416 \backslash
12417 multirowsetup
12418 \series default
12419  with the command
12420 \end_layout
12421
12422 \begin_layout Standard
12423
12424 \series bold
12425
12426 \backslash
12427 renewcommand{
12428 \backslash
12429 multirowsetup}{
12430 \backslash
12431 centering}
12432 \end_layout
12433
12434 \begin_layout Standard
12435 in TeX-Code in the document preamble.
12436  Then all entries of multirow cells in the document are centered.
12437  If centering is only needed for several tables, you can renew the command
12438  in a TeX-Code box just before the table instead of the preamble.
12439  If the text should be right-aligned, replace 
12440 \series bold
12441
12442 \backslash
12443 centering
12444 \series default
12445  by 
12446 \series bold
12447
12448 \backslash
12449 raggedleft
12450 \series default
12451 .
12452  To return to left-alignment 
12453 \series bold
12454
12455 \backslash
12456 raggedright
12457 \series default
12458  is used.
12459 \end_layout
12460
12461 \begin_layout Section
12462 Formal Tables
12463 \begin_inset CommandInset label
12464 LatexCommand label
12465 name "sec:Formal-Tables"
12466
12467 \end_inset
12468
12469
12470 \begin_inset Index idx
12471 status collapsed
12472
12473 \begin_layout Plain Layout
12474 Table ! Formal
12475 \end_layout
12476
12477 \end_inset
12478
12479
12480 \end_layout
12481
12482 \begin_layout Standard
12483 Tables are often typeset in books similar to Table
12484 \begin_inset space ~
12485 \end_inset
12486
12487
12488 \begin_inset CommandInset ref
12489 LatexCommand ref
12490 reference "tab:Example-booktabs-table"
12491
12492 \end_inset
12493
12494 .
12495  This kind of tables is called 
12496 \begin_inset Quotes eld
12497 \end_inset
12498
12499
12500 \emph on
12501 formal
12502 \emph default
12503
12504 \begin_inset Quotes erd
12505 \end_inset
12506
12507 .
12508  To make a table a formal table use the option 
12509 \family sans
12510 Formal
12511 \family default
12512  in the 
12513 \family sans
12514 Borders
12515 \family default
12516  tab of the table dialog.
12517 \end_layout
12518
12519 \begin_layout Standard
12520 \begin_inset Float table
12521 placement h
12522 wide false
12523 sideways false
12524 status open
12525
12526 \begin_layout Plain Layout
12527 \begin_inset Caption
12528
12529 \begin_layout Plain Layout
12530 \begin_inset CommandInset label
12531 LatexCommand label
12532 name "tab:Example-booktabs-table"
12533
12534 \end_inset
12535
12536 Example booktabs-table
12537 \end_layout
12538
12539 \end_inset
12540
12541
12542 \end_layout
12543
12544 \begin_layout Plain Layout
12545 \align center
12546 \begin_inset Tabular
12547 <lyxtabular version="3" rows="8" columns="4">
12548 <features booktabs="true" tabularvalignment="middle">
12549 <column alignment="center" valignment="top" width="0">
12550 <column alignment="center" valignment="top" width="0">
12551 <column alignment="center" valignment="top" width="0">
12552 <column alignment="center" valignment="top" width="0">
12553 <row>
12554 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 System
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" topline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 Chip
12568 \begin_inset space \thinspace{}
12569 \end_inset
12570
12571 1
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 Chip
12581 \begin_inset space \thinspace{}
12582 \end_inset
12583
12584 2
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row>
12600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 \begin_inset ERT
12605 status collapsed
12606
12607 \begin_layout Plain Layout
12608
12609
12610 \backslash
12611 cmidrule(r){2-2}
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \begin_inset ERT
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621
12622
12623 \backslash
12624 cmidrule(l){3-4}
12625 \end_layout
12626
12627 \end_inset
12628
12629 Detector thickness in Âµm
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 300
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 300
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 700
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 </row>
12662 <row>
12663 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 Edge angle in Â°
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 3.55
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 2.71
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 7.99
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 </row>
12700 <row topspace="default">
12701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 Spatial resolution in Âµm
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 4.26
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 10.17
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 10.56
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 </row>
12738 <row topspace="default">
12739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 MTF at 
12744 \begin_inset Formula $f_{\mathrm{max}}$
12745 \end_inset
12746
12747
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 0.53
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 0.37
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 0.39
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 </row>
12780 <row topspace="default">
12781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 \begin_inset ERT
12786 status collapsed
12787
12788 \begin_layout Plain Layout
12789
12790
12791 \backslash
12792 cmidrule(l{10pt}){1-1}
12793 \end_layout
12794
12795 \end_inset
12796
12797 LSF-spatial resolution
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 <cell alignment="center" valignment="top" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 <cell alignment="center" valignment="top" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 </row>
12830 <row>
12831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 in Âµm
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 129.7
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 52.75
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 50.78
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 <row>
12869 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 in % of pixel size
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 76.3
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 95.9
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 92.3
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 </row>
12906 </lyxtabular>
12907
12908 \end_inset
12909
12910
12911 \end_layout
12912
12913 \end_inset
12914
12915
12916 \end_layout
12917
12918 \begin_layout Standard
12919 Spaces to table rows can be added using the 
12920 \family sans
12921 Borders
12922 \family default
12923  tab of the table dialog as described in section
12924 \begin_inset space ~
12925 \end_inset
12926
12927
12928 \begin_inset CommandInset ref
12929 LatexCommand ref
12930 reference "sub:Row-Spacing"
12931
12932 \end_inset
12933
12934 .
12935 \end_layout
12936
12937 \begin_layout Standard
12938 Unlike normal tables, formal tables have no vertical table lines.
12939  The horizontal table lines can be set as for normal tables but they appear
12940  with different widths in the output:
12941 \begin_inset Newline newline
12942 \end_inset
12943
12944 The first and the last table line have a default width of 0.08
12945 \begin_inset space \thinspace{}
12946 \end_inset
12947
12948 em while the other lines have a default width of 0.05
12949 \begin_inset space \thinspace{}
12950 \end_inset
12951
12952 em.
12953 \end_layout
12954
12955 \begin_layout Standard
12956 The default widths can be changed with the following preamble lines
12957 \end_layout
12958
12959 \begin_layout Standard
12960
12961 \series bold
12962
12963 \backslash
12964 let
12965 \backslash
12966 mytoprule
12967 \backslash
12968 toprule
12969 \begin_inset Newline newline
12970 \end_inset
12971
12972
12973 \backslash
12974 renewcommand{
12975 \backslash
12976 toprule}{
12977 \backslash
12978 mytoprule[width]}
12979 \end_layout
12980
12981 \begin_layout Standard
12982 This example is for the first line, the so called 
12983 \series bold
12984 toprule
12985 \series default
12986 .
12987  If you want to change the width for the last line, replace 
12988 \series bold
12989 toprule
12990 \series default
12991  by 
12992 \series bold
12993 bottomrule
12994 \series default
12995 .
12996  To change the width for the other lines replace 
12997 \series bold
12998 toprule
12999 \series default
13000  by 
13001 \series bold
13002 midrule
13003 \series default
13004 .
13005  You can use all units listed in appendix
13006 \begin_inset space ~
13007 \end_inset
13008
13009
13010 \begin_inset CommandInset ref
13011 LatexCommand ref
13012 reference "cha:Units-available-in"
13013
13014 \end_inset
13015
13016  to set the width.
13017 \end_layout
13018
13019 \begin_layout Standard
13020 Lines that do not span all table columns can be created by setting a table
13021  line for multicolumn cells.
13022  LyX will then internally use the command 
13023 \series bold
13024
13025 \backslash
13026 cmidrule
13027 \series default
13028  to create this line.
13029  Its full scheme is
13030 \end_layout
13031
13032 \begin_layout Standard
13033
13034 \series bold
13035
13036 \backslash
13037 cmidrule[width](trim){startcol-endcol}
13038 \end_layout
13039
13040 \begin_layout Standard
13041 The options of 
13042 \series bold
13043
13044 \backslash
13045 cmidrule
13046 \series default
13047  are currently not supported by LyX so you have to use TeX-Code to be able
13048  to use them.
13049  
13050 \series bold
13051
13052 \backslash
13053 cmidrule
13054 \series default
13055 s can manually be created by inserting the command as TeX-Code as the first
13056  cell entry of the first cell of a row.
13057  The line is then drawn in the output above the current row.
13058 \end_layout
13059
13060 \begin_layout Standard
13061 The default for the width is 0.03
13062 \begin_inset space \thinspace{}
13063 \end_inset
13064
13065 em.
13066  Startcol is the number of the column where the line starts and endcol the
13067  column number where the line ends.
13068  The endcol always needs to be specified, also when the line should span
13069  only one column.
13070  The optional parameter trim could be either 
13071 \emph on
13072 l{trimwidth}
13073 \emph default
13074 , or 
13075 \emph on
13076 r{trimwidth}
13077 \emph default
13078  where the trimwidth is also optional.
13079  Using for example the parameter 
13080 \emph on
13081 l{2pt}
13082 \emph default
13083  means that the line is trimmed from its left end by 2
13084 \begin_inset space \thinspace{}
13085 \end_inset
13086
13087 pt.
13088  If you don't specify the trimwidth the lines are trimmed by the default
13089  of 0.5
13090 \begin_inset space \thinspace{}
13091 \end_inset
13092
13093 em.
13094 \end_layout
13095
13096 \begin_layout Standard
13097 \begin_inset VSpace bigskip
13098 \end_inset
13099
13100 Table
13101 \begin_inset space ~
13102 \end_inset
13103
13104
13105 \begin_inset CommandInset ref
13106 LatexCommand ref
13107 reference "tab:Example-booktabs-table"
13108
13109 \end_inset
13110
13111  was created using the commands
13112 \end_layout
13113
13114 \begin_layout Standard
13115
13116 \series bold
13117
13118 \backslash
13119 cmidrule(r){2-2}
13120 \backslash
13121 cmidrule(l){3-4}
13122 \end_layout
13123
13124 \begin_layout Standard
13125 at the beginning of the second row and
13126 \end_layout
13127
13128 \begin_layout Standard
13129
13130 \series bold
13131
13132 \backslash
13133 cmidrule(l{10pt}){1-1}
13134 \end_layout
13135
13136 \begin_layout Standard
13137 in the sixth row.
13138 \end_layout
13139
13140 \begin_layout Standard
13141 \begin_inset VSpace bigskip
13142 \end_inset
13143
13144
13145 \end_layout
13146
13147 \begin_layout Standard
13148 You might want to have overlapping 
13149 \series bold
13150
13151 \backslash
13152 cmidrule
13153 \series default
13154 s as in in Table
13155 \begin_inset space ~
13156 \end_inset
13157
13158
13159 \begin_inset CommandInset ref
13160 LatexCommand ref
13161 reference "tab:Special-booktabs-table"
13162
13163 \end_inset
13164
13165 .
13166  This can be achieved with the TeX-Code command
13167 \end_layout
13168
13169 \begin_layout Standard
13170
13171 \series bold
13172
13173 \backslash
13174 morecmidrules
13175 \end_layout
13176
13177 \begin_layout Standard
13178 The command that was used for the second row of Table
13179 \begin_inset space ~
13180 \end_inset
13181
13182
13183 \begin_inset CommandInset ref
13184 LatexCommand ref
13185 reference "tab:Special-booktabs-table"
13186
13187 \end_inset
13188
13189  is
13190 \end_layout
13191
13192 \begin_layout Standard
13193
13194 \series bold
13195
13196 \backslash
13197 cmidrule(r){2-2}
13198 \backslash
13199 cmidrule(l){3-4}
13200 \backslash
13201 morecmidrules
13202 \backslash
13203 cmidrule{2-4}
13204 \end_layout
13205
13206 \begin_layout Standard
13207 The command for the sixth row is
13208 \end_layout
13209
13210 \begin_layout Standard
13211
13212 \series bold
13213
13214 \backslash
13215 midrule
13216 \backslash
13217 morecmidrules
13218 \backslash
13219 cmidrule{3-4}
13220 \end_layout
13221
13222 \begin_layout Standard
13223 \begin_inset VSpace bigskip
13224 \end_inset
13225
13226
13227 \end_layout
13228
13229 \begin_layout Standard
13230 If you are anyway not satisfied with the border line spacing, you can use
13231  the following command to produce lines that span over all table columns
13232 \series bold
13233 :
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \series bold
13239
13240 \backslash
13241 specialrule{width}{space above}{space below}
13242 \end_layout
13243
13244 \begin_layout Standard
13245 For more information about these features, refer to the manual of the LaTeX-pack
13246 age 
13247 \series bold
13248 booktabs
13249 \series default
13250  
13251 \begin_inset CommandInset citation
13252 LatexCommand cite
13253 key "booktabs"
13254
13255 \end_inset
13256
13257 .
13258 \begin_inset Index idx
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262 LaTeX-packages ! booktabs
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \begin_layout Standard
13271 \begin_inset Float table
13272 placement h
13273 wide false
13274 sideways false
13275 status open
13276
13277 \begin_layout Plain Layout
13278 \begin_inset Caption
13279
13280 \begin_layout Plain Layout
13281 \begin_inset CommandInset label
13282 LatexCommand label
13283 name "tab:Special-booktabs-table"
13284
13285 \end_inset
13286
13287 Special booktabs-table
13288 \end_layout
13289
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \begin_layout Plain Layout
13296 \align center
13297 \begin_inset Tabular
13298 <lyxtabular version="3" rows="8" columns="4">
13299 <features booktabs="true" tabularvalignment="middle">
13300 <column alignment="center" valignment="top" width="0">
13301 <column alignment="center" valignment="top" width="0">
13302 <column alignment="center" valignment="top" width="0">
13303 <column alignment="center" valignment="top" width="0">
13304 <row>
13305 <cell alignment="center" valignment="top" topline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 System
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 Chip
13319 \begin_inset space \thinspace{}
13320 \end_inset
13321
13322 1
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 Chip
13332 \begin_inset space \thinspace{}
13333 \end_inset
13334
13335 2
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 </row>
13350 <row>
13351 <cell alignment="center" valignment="top" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 \begin_inset ERT
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359
13360
13361 \backslash
13362 cmidrule(r){2-2}
13363 \end_layout
13364
13365 \end_inset
13366
13367
13368 \begin_inset ERT
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372
13373
13374 \backslash
13375 cmidrule(l){3-4}
13376 \end_layout
13377
13378 \end_inset
13379
13380
13381 \begin_inset ERT
13382 status collapsed
13383
13384 \begin_layout Plain Layout
13385
13386
13387 \backslash
13388 morecmidrules 
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \begin_inset ERT
13395 status collapsed
13396
13397 \begin_layout Plain Layout
13398
13399
13400 \backslash
13401 cmidrule{2-4}
13402 \end_layout
13403
13404 \end_inset
13405
13406 Detector thickness in Âµm
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 300
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 300
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 700
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 </row>
13439 <row>
13440 <cell alignment="center" valignment="top" topline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 Edge angle in Â°
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 3.55
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 2.71
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 7.99
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 </row>
13477 <row topspace="default">
13478 <cell alignment="center" valignment="top" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482 Spatial resolution in Âµm
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 4.26
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 10.17
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 10.56
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 </row>
13515 <row topspace="default">
13516 <cell alignment="center" valignment="top" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 MTF at 
13521 \begin_inset Formula $f_{\mathrm{max}}$
13522 \end_inset
13523
13524
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 0.53
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 0.37
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 0.39
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 </row>
13557 <row>
13558 <cell alignment="center" valignment="top" topline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 \begin_inset ERT
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566
13567
13568 \backslash
13569 morecmidrules 
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580
13581 \backslash
13582 cmidrule{3-4}
13583 \end_layout
13584
13585 \end_inset
13586
13587 LSF-spatial resolution
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" topline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 <row>
13621 <cell alignment="center" valignment="top" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 in Âµm
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 129.7
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 52.75
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 50.78
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 </row>
13658 <row>
13659 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 in % of pixel size
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 76.3
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 95.9
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 92.3
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 </row>
13696 </lyxtabular>
13697
13698 \end_inset
13699
13700
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \begin_layout Section
13709 Vertical Table Alignment
13710 \begin_inset Index idx
13711 status collapsed
13712
13713 \begin_layout Plain Layout
13714 Table ! Alignment
13715 \end_layout
13716
13717 \end_inset
13718
13719
13720 \end_layout
13721
13722 \begin_layout Standard
13723 To align tables vertically in a text line the table must be inside a box.
13724  The box can then be vertically aligned as described in section
13725 \begin_inset space ~
13726 \end_inset
13727
13728
13729 \begin_inset CommandInset ref
13730 LatexCommand ref
13731 reference "sec:Box-Dialog"
13732
13733 \end_inset
13734
13735 .
13736 \end_layout
13737
13738 \begin_layout Standard
13739 In the following example the tables are inside a minipage
13740 \begin_inset Foot
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744 Minipages are described in section
13745 \begin_inset space ~
13746 \end_inset
13747
13748
13749 \begin_inset CommandInset ref
13750 LatexCommand ref
13751 reference "sec:Minipages"
13752
13753 \end_inset
13754
13755 .
13756 \end_layout
13757
13758 \end_inset
13759
13760  box that has a width of 15
13761 \begin_inset space \thinspace{}
13762 \end_inset
13763
13764 col%:
13765 \end_layout
13766
13767 \begin_layout Itemize
13768 test 
13769 \begin_inset Box Frameless
13770 position "t"
13771 hor_pos "c"
13772 has_inner_box 1
13773 inner_pos "c"
13774 use_parbox 0
13775 use_makebox 0
13776 width "15col%"
13777 special "none"
13778 height "1in"
13779 height_special "totalheight"
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783 \begin_inset Tabular
13784 <lyxtabular version="3" rows="3" columns="3">
13785 <features tabularvalignment="middle">
13786 <column alignment="center" valignment="top" width="0">
13787 <column alignment="center" valignment="top" width="0">
13788 <column alignment="center" valignment="top" width="0">
13789 <row>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 a
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 d
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 g
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 </row>
13818 <row>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 b
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 e
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 h
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 </row>
13847 <row>
13848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 c
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 f
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 i
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 </row>
13876 </lyxtabular>
13877
13878 \end_inset
13879
13880
13881 \end_layout
13882
13883 \end_inset
13884
13885  test 
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891
13892 \backslash
13893 raisebox{0.85
13894 \backslash
13895 baselineskip}{
13896 \end_layout
13897
13898 \end_inset
13899
13900
13901 \begin_inset Box Frameless
13902 position "t"
13903 hor_pos "c"
13904 has_inner_box 1
13905 inner_pos "c"
13906 use_parbox 0
13907 use_makebox 0
13908 width "15col%"
13909 special "none"
13910 height "1in"
13911 height_special "totalheight"
13912 status collapsed
13913
13914 \begin_layout Plain Layout
13915 \begin_inset Tabular
13916 <lyxtabular version="3" rows="3" columns="3">
13917 <features tabularvalignment="middle">
13918 <column alignment="center" valignment="top" width="0">
13919 <column alignment="center" valignment="top" width="0">
13920 <column alignment="center" valignment="top" width="0">
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 a
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13932 \begin_inset Text
13933
13934 \begin_layout Plain Layout
13935 d
13936 \end_layout
13937
13938 \end_inset
13939 </cell>
13940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13941 \begin_inset Text
13942
13943 \begin_layout Plain Layout
13944 g
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 </row>
13950 <row>
13951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 b
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 e
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 h
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 </row>
13979 <row>
13980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 c
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 f
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 i
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 </row>
14008 </lyxtabular>
14009
14010 \end_inset
14011
14012
14013 \end_layout
14014
14015 \end_inset
14016
14017
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \begin_layout Itemize
14032 test 
14033 \begin_inset Box Frameless
14034 position "c"
14035 hor_pos "c"
14036 has_inner_box 1
14037 inner_pos "c"
14038 use_parbox 0
14039 use_makebox 0
14040 width "15col%"
14041 special "none"
14042 height "1in"
14043 height_special "totalheight"
14044 status collapsed
14045
14046 \begin_layout Plain Layout
14047 \begin_inset Tabular
14048 <lyxtabular version="3" rows="3" columns="3">
14049 <features tabularvalignment="middle">
14050 <column alignment="center" valignment="top" width="0">
14051 <column alignment="center" valignment="top" width="0">
14052 <column alignment="center" valignment="top" width="0">
14053 <row>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 a
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 d
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 g
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 </row>
14082 <row>
14083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 b
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 e
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 h
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 </row>
14111 <row>
14112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 c
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 f
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 i
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 </row>
14140 </lyxtabular>
14141
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \begin_layout Itemize
14153 test 
14154 \begin_inset Box Frameless
14155 position "b"
14156 hor_pos "c"
14157 has_inner_box 1
14158 inner_pos "c"
14159 use_parbox 0
14160 use_makebox 0
14161 width "15col%"
14162 special "none"
14163 height "1in"
14164 height_special "totalheight"
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168 \begin_inset Tabular
14169 <lyxtabular version="3" rows="3" columns="3">
14170 <features tabularvalignment="middle">
14171 <column alignment="center" valignment="top" width="0">
14172 <column alignment="center" valignment="top" width="0">
14173 <column alignment="center" valignment="top" width="0">
14174 <row>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 a
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 d
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 g
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 b
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 e
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 h
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 </row>
14232 <row>
14233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 c
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 f
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 i
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 </row>
14261 </lyxtabular>
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \end_inset
14269
14270  test 
14271 \begin_inset ERT
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275
14276
14277 \backslash
14278 raisebox{-0.32
14279 \backslash
14280 baselineskip}{
14281 \end_layout
14282
14283 \end_inset
14284
14285
14286 \begin_inset Box Frameless
14287 position "b"
14288 hor_pos "c"
14289 has_inner_box 1
14290 inner_pos "c"
14291 use_parbox 0
14292 use_makebox 0
14293 width "15col%"
14294 special "none"
14295 height "1in"
14296 height_special "totalheight"
14297 status collapsed
14298
14299 \begin_layout Plain Layout
14300 \begin_inset Tabular
14301 <lyxtabular version="3" rows="3" columns="3">
14302 <features tabularvalignment="middle">
14303 <column alignment="center" valignment="top" width="0">
14304 <column alignment="center" valignment="top" width="0">
14305 <column alignment="center" valignment="top" width="0">
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 a
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 d
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 g
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 </row>
14335 <row>
14336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 b
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 e
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 h
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 <row>
14365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 c
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 f
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 i
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 </row>
14393 </lyxtabular>
14394
14395 \end_inset
14396
14397
14398 \end_layout
14399
14400 \end_inset
14401
14402
14403 \begin_inset ERT
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407
14408 }
14409 \end_layout
14410
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \begin_layout Standard
14417 As you will see, the content of the first and last table row is not correctly
14418  aligned.
14419  To get this alignment, the minipage box must be set into a raisebox
14420 \begin_inset Foot
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424 Raiseboxes are described in section
14425 \begin_inset space ~
14426 \end_inset
14427
14428
14429 \begin_inset CommandInset ref
14430 LatexCommand ref
14431 reference "sub:Vertical-Alignment"
14432
14433 \end_inset
14434
14435 .
14436 \end_layout
14437
14438 \end_inset
14439
14440 .
14441  In the example above the second table in the first item is aligned using
14442  the TeX-Code-command
14443 \end_layout
14444
14445 \begin_layout Standard
14446
14447 \series bold
14448
14449 \backslash
14450 raisebox{0.85
14451 \backslash
14452 baselineskip}{
14453 \end_layout
14454
14455 \begin_layout Standard
14456 before the box.
14457  After the box the closing brace 
14458 \series bold
14459 }
14460 \series default
14461  is inserted as TeX-Code.
14462  For the second table in the last item the command
14463 \end_layout
14464
14465 \begin_layout Standard
14466
14467 \series bold
14468
14469 \backslash
14470 raisebox{-0.32
14471 \backslash
14472 baselineskip}{
14473 \end_layout
14474
14475 \begin_layout Standard
14476 is used.
14477 \end_layout
14478
14479 \begin_layout Standard
14480 \begin_inset Note Greyedout
14481 status open
14482
14483 \begin_layout Plain Layout
14484
14485 \series bold
14486 Note:
14487 \series default
14488  The alignment of the table row content to the surrounding text line is
14489  not exact.
14490  The required value for the 
14491 \series bold
14492
14493 \backslash
14494 raisebox
14495 \series default
14496  command for this alignment depends on the document font, the font size,
14497  and the table line thickness.
14498 \end_layout
14499
14500 \end_inset
14501
14502
14503 \end_layout
14504
14505 \begin_layout Section
14506 Colored Tables
14507 \begin_inset CommandInset label
14508 LatexCommand label
14509 name "sec:Colored-Tables"
14510
14511 \end_inset
14512
14513
14514 \begin_inset Index idx
14515 status collapsed
14516
14517 \begin_layout Plain Layout
14518 Table ! Color
14519 \end_layout
14520
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \begin_layout Subsection
14527 Colored Cells
14528 \begin_inset Index idx
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532 Table Color ! for Cells
14533 \end_layout
14534
14535 \end_inset
14536
14537
14538 \begin_inset Index idx
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542 Color ! for Table Cells
14543 \end_layout
14544
14545 \end_inset
14546
14547
14548 \end_layout
14549
14550 \begin_layout Standard
14551 \begin_inset Float table
14552 placement h
14553 wide false
14554 sideways false
14555 status open
14556
14557 \begin_layout Plain Layout
14558 \begin_inset Caption
14559
14560 \begin_layout Plain Layout
14561 \begin_inset CommandInset label
14562 LatexCommand label
14563 name "tab:Table-colored-without"
14564
14565 \end_inset
14566
14567 Table colored without using the package 
14568 \series bold
14569 colortbl
14570 \series default
14571
14572 \begin_inset Argument
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576 Table without colortbl
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \begin_layout Plain Layout
14590 \align center
14591 \begin_inset Tabular
14592 <lyxtabular version="3" rows="3" columns="3">
14593 <features tabularvalignment="middle">
14594 <column alignment="center" valignment="top" width="0">
14595 <column alignment="center" valignment="top" width="0">
14596 <column alignment="center" valignment="top" width="0">
14597 <row>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602
14603 \color green
14604 a
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613
14614 \color red
14615 b
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624
14625 \color red
14626 c
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 </row>
14632 <row>
14633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637
14638 \color green
14639 d
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648
14649 \color blue
14650 e
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659
14660 \color blue
14661 f
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 </row>
14667 <row>
14668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672
14673 \color green
14674 g
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683
14684 \color blue
14685 h
14686 \end_layout
14687
14688 \end_inset
14689 </cell>
14690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Plain Layout
14694
14695 \color blue
14696 i
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 </row>
14702 </lyxtabular>
14703
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \begin_layout Standard
14715 If you only need colored text, mark the cells and choose a color in the
14716  menu 
14717 \family sans
14718 Edit\SpecialChar \menuseparator
14719 Text
14720 \begin_inset space ~
14721 \end_inset
14722
14723 Style
14724 \family default
14725 .
14726  This was used to create Table
14727 \begin_inset space ~
14728 \end_inset
14729
14730
14731 \begin_inset CommandInset ref
14732 LatexCommand ref
14733 reference "tab:Table-colored-without"
14734
14735 \end_inset
14736
14737 .
14738  In any other case you have to use the LaTeX-package 
14739 \series bold
14740 colortbl
14741 \series default
14742 .
14743 \begin_inset Index idx
14744 status collapsed
14745
14746 \begin_layout Plain Layout
14747 LaTeX-packages ! colortbl
14748 \end_layout
14749
14750 \end_inset
14751
14752
14753 \end_layout
14754
14755 \begin_layout Standard
14756 \begin_inset ERT
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760
14761
14762 \backslash
14763 ifcolortbl
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \begin_inset Note Note
14770 status open
14771
14772 \begin_layout Plain Layout
14773 The following section part will only be displayed when the LaTeX-package
14774  
14775 \series bold
14776 colortbl
14777 \series default
14778  is installed.
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \begin_layout Standard
14787 To create colored tables, 
14788 \series bold
14789 colortbl
14790 \series default
14791  must be loaded in the preamble with the line
14792 \end_layout
14793
14794 \begin_layout Standard
14795
14796 \series bold
14797
14798 \backslash
14799 usepackage{colortbl}
14800 \end_layout
14801
14802 \begin_layout Standard
14803 The color of a column is adjusted with the command
14804 \end_layout
14805
14806 \begin_layout Standard
14807
14808 \series bold
14809
14810 \backslash
14811 columncolor{name of color}
14812 \end_layout
14813
14814 \begin_layout Standard
14815 inside the command 
14816 \series bold
14817 >{ }
14818 \series default
14819 .
14820  More about the command 
14821 \series bold
14822 >{}
14823 \series default
14824  is contained in section
14825 \begin_inset space ~
14826 \end_inset
14827
14828
14829 \begin_inset CommandInset ref
14830 LatexCommand ref
14831 reference "sub:Multicolumn-Calculations"
14832
14833 \end_inset
14834
14835 .
14836 \end_layout
14837
14838 \begin_layout Standard
14839 The following color names are predefined:
14840 \end_layout
14841
14842 \begin_layout Standard
14843
14844 \family sans
14845 red
14846 \family default
14847
14848 \family sans
14849 green
14850 \family default
14851
14852 \family sans
14853 yellow
14854 \family default
14855
14856 \family sans
14857 blue
14858 \family default
14859
14860 \family sans
14861 cyan
14862 \family default
14863
14864 \family sans
14865 magenta
14866 \family default
14867
14868 \family sans
14869 black
14870 \family default
14871  and 
14872 \family sans
14873 white
14874 \end_layout
14875
14876 \begin_layout Standard
14877 \begin_inset VSpace medskip
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Standard
14884 You can also define your own color with the command
14885 \end_layout
14886
14887 \begin_layout Standard
14888
14889 \series bold
14890
14891 \backslash
14892 definecolor{color name}{color model}{color values}
14893 \end_layout
14894
14895 \begin_layout Standard
14896 The color model can be
14897 \end_layout
14898
14899 \begin_layout Labeling
14900 \labelwidthstring 00.00.0000
14901 cmyk: cyan, magenta, yellow, black
14902 \end_layout
14903
14904 \begin_layout Labeling
14905 \labelwidthstring 00.00.0000
14906 rgb: red, green blue
14907 \end_layout
14908
14909 \begin_layout Labeling
14910 \labelwidthstring 00.00.0000
14911 gray gray
14912 \end_layout
14913
14914 \begin_layout Standard
14915 and the color values are comma separated numbers between 0 and 1 describing
14916  the factor for the corresponding color of the color model.
14917 \end_layout
14918
14919 \begin_layout Standard
14920 You can e.
14921 \begin_inset space \thinspace{}
14922 \end_inset
14923
14924 g.
14925 \begin_inset space \space{}
14926 \end_inset
14927
14928 define the color "
14929 \emph on
14930 darkgreen
14931 \emph default
14932 " in the preamble with
14933 \end_layout
14934
14935 \begin_layout Standard
14936
14937 \series bold
14938
14939 \backslash
14940 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14941 \end_layout
14942
14943 \begin_layout Standard
14944 and the color "
14945 \emph on
14946 lightgray
14947 \emph default
14948 " with
14949 \end_layout
14950
14951 \begin_layout Standard
14952
14953 \series bold
14954
14955 \backslash
14956 definecolor{lightgray}{gray}{0.8}
14957 \end_layout
14958
14959 \begin_layout Standard
14960 \begin_inset VSpace medskip
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \begin_layout Standard
14967 Lines are colored with the command
14968 \end_layout
14969
14970 \begin_layout Standard
14971
14972 \series bold
14973
14974 \backslash
14975 rowcolor{name of color}
14976 \end_layout
14977
14978 \begin_layout Standard
14979 and cells are colored with the command
14980 \end_layout
14981
14982 \begin_layout Standard
14983
14984 \series bold
14985
14986 \backslash
14987 cellcolor{name of color}
14988 \end_layout
14989
14990 \begin_layout Standard
14991 Both commands are inserted at the beginning of a cell as TeX-Code.
14992 \end_layout
14993
14994 \begin_layout Standard
14995 To color characters in the table, mark the cells and use the LyX menu 
14996 \family sans
14997 Edit\SpecialChar \menuseparator
14998 Text
14999 \begin_inset space ~
15000 \end_inset
15001
15002 Style
15003 \family default
15004 .
15005  If a cell contains TeX-Code mark only the characters, otherwise the colored
15006  TeX-Code will cause LaTeX-errors.
15007 \end_layout
15008
15009 \begin_layout Standard
15010 \begin_inset Note Greyedout
15011 status open
15012
15013 \begin_layout Plain Layout
15014
15015 \series bold
15016 Note:
15017 \series default
15018  Not all DVI-viewers are able to display self-defined colors.
15019 \end_layout
15020
15021 \end_inset
15022
15023
15024 \end_layout
15025
15026 \begin_layout Standard
15027 \begin_inset VSpace bigskip
15028 \end_inset
15029
15030
15031 \end_layout
15032
15033 \begin_layout Standard
15034 To create Table
15035 \begin_inset space ~
15036 \end_inset
15037
15038
15039 \begin_inset CommandInset ref
15040 LatexCommand ref
15041 reference "tab:Table-colored-using"
15042
15043 \end_inset
15044
15045  do the following: The color of the first column should be 
15046 \emph on
15047 darkgreen
15048 \emph default
15049 .
15050  So insert
15051 \end_layout
15052
15053 \begin_layout Standard
15054
15055 \series bold
15056 >{
15057 \backslash
15058 columncolor{darkgreen}
15059 \backslash
15060 centering}c
15061 \end_layout
15062
15063 \begin_layout Standard
15064 as LaTeX-argument for this column.
15065  The first row should be blue, therefore the TeX-Code command
15066 \end_layout
15067
15068 \begin_layout Standard
15069
15070 \series bold
15071
15072 \backslash
15073 rowcolor{cyan}
15074 \end_layout
15075
15076 \begin_layout Standard
15077 is inserted to the first cell of this row.
15078  Note that this overwrites the column color for the first cell.
15079  The last cell of the last row is colored magenta by inserting the TeX-Code
15080  command
15081 \end_layout
15082
15083 \begin_layout Standard
15084
15085 \series bold
15086
15087 \backslash
15088 cellcolor{magenta}
15089 \end_layout
15090
15091 \begin_layout Standard
15092 The characters could now be colored using the menu 
15093 \family sans
15094 Edit\SpecialChar \menuseparator
15095 Text
15096 \begin_inset space ~
15097 \end_inset
15098
15099 Style
15100 \family default
15101 .
15102 \end_layout
15103
15104 \begin_layout Standard
15105 \begin_inset Float table
15106 placement h
15107 wide false
15108 sideways false
15109 status open
15110
15111 \begin_layout Plain Layout
15112 \begin_inset Caption
15113
15114 \begin_layout Plain Layout
15115 \begin_inset CommandInset label
15116 LatexCommand label
15117 name "tab:Table-colored-using"
15118
15119 \end_inset
15120
15121 Table colored using the package 
15122 \series bold
15123 colortbl
15124 \series default
15125
15126 \begin_inset Argument
15127 status collapsed
15128
15129 \begin_layout Plain Layout
15130 Table with colortbl
15131 \end_layout
15132
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \end_inset
15139
15140
15141 \end_layout
15142
15143 \begin_layout Plain Layout
15144 \align center
15145 \begin_inset Tabular
15146 <lyxtabular version="3" rows="3" columns="3">
15147 <features tabularvalignment="middle">
15148 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15149 <column alignment="center" valignment="top" width="0">
15150 <column alignment="center" valignment="top" width="0">
15151 <row>
15152 <cell alignment="center" valignment="top" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 \begin_inset ERT
15157 status collapsed
15158
15159 \begin_layout Plain Layout
15160
15161
15162 \backslash
15163 rowcolor{cyan}
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \color magenta
15170 a
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \color red
15181 b
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \color red
15192 c
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row>
15199 <cell alignment="center" valignment="top" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203
15204 \color yellow
15205 d
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \color blue
15216 e
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225
15226 \color blue
15227 f
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row>
15234 <cell alignment="center" valignment="top" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238
15239 \color yellow
15240 g
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249
15250 \color blue
15251 h
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 \begin_inset ERT
15261 status collapsed
15262
15263 \begin_layout Plain Layout
15264
15265
15266 \backslash
15267 cellcolor{magenta}
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \color green
15274 i
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 </lyxtabular>
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \end_inset
15288
15289
15290 \end_layout
15291
15292 \begin_layout Standard
15293 \begin_inset ERT
15294 status collapsed
15295
15296 \begin_layout Plain Layout
15297
15298
15299 \backslash
15300 else
15301 \end_layout
15302
15303 \end_inset
15304
15305
15306 \begin_inset Note Note
15307 status open
15308
15309 \begin_layout Plain Layout
15310 The following will be displayed when the LaTeX-package 
15311 \series bold
15312 colortbl
15313 \series default
15314  is not installed:
15315 \end_layout
15316
15317 \end_inset
15318
15319
15320 \end_layout
15321
15322 \begin_layout Standard
15323 You need to install the package 
15324 \series bold
15325 colortbl
15326 \series default
15327  to see the content of this section in the output.
15328 \end_layout
15329
15330 \begin_layout Standard
15331 \begin_inset ERT
15332 status collapsed
15333
15334 \begin_layout Plain Layout
15335
15336
15337 \backslash
15338 fi
15339 \end_layout
15340
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \begin_layout Subsection
15347 Colored Lines
15348 \begin_inset Index idx
15349 status collapsed
15350
15351 \begin_layout Plain Layout
15352 Table Color ! for Lines
15353 \end_layout
15354
15355 \end_inset
15356
15357
15358 \begin_inset Index idx
15359 status collapsed
15360
15361 \begin_layout Plain Layout
15362 Color ! for Table Lines
15363 \end_layout
15364
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \begin_layout Standard
15371 As described in section
15372 \begin_inset space ~
15373 \end_inset
15374
15375
15376 \begin_inset CommandInset ref
15377 LatexCommand ref
15378 reference "sub:Line-Thickness"
15379
15380 \end_inset
15381
15382 , the line thickness for all lines in a table can be adjusted with the length
15383  
15384 \series bold
15385
15386 \backslash
15387 arrayrulewidth
15388 \series default
15389 .
15390  It is set to 1.5
15391 \begin_inset space \thinspace{}
15392 \end_inset
15393
15394 pt for all tables of this section.
15395 \begin_inset ERT
15396 status collapsed
15397
15398 \begin_layout Plain Layout
15399
15400
15401 \backslash
15402 setlength{
15403 \backslash
15404 arrayrulewidth}{1.5pt}
15405 \end_layout
15406
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \begin_layout Standard
15413 To color vertical lines for example with green, create the following column
15414  format in the document preamble, according to the description in section
15415 \begin_inset space ~
15416 \end_inset
15417
15418
15419 \begin_inset CommandInset ref
15420 LatexCommand ref
15421 reference "sub:Customized-Format"
15422
15423 \end_inset
15424
15425 :
15426 \end_layout
15427
15428 \begin_layout Standard
15429
15430 \series bold
15431
15432 \backslash
15433 newcolumntype{W}{!{
15434 \backslash
15435 color{green}
15436 \backslash
15437 vline}}
15438 \end_layout
15439
15440 \begin_layout Standard
15441 For Table
15442 \begin_inset space ~
15443 \end_inset
15444
15445
15446 \begin_inset CommandInset ref
15447 LatexCommand ref
15448 reference "tab:Table-with-vertical-colored"
15449
15450 \end_inset
15451
15452  the LaTeX-argument
15453 \series bold
15454  WcW
15455 \series default
15456  was used for the last column and
15457 \series bold
15458  Wc
15459 \series default
15460  for the other columns.
15461 \end_layout
15462
15463 \begin_layout Standard
15464 If you want to have several colors, define more column formats.
15465 \end_layout
15466
15467 \begin_layout Standard
15468 \begin_inset Float table
15469 placement h
15470 wide false
15471 sideways false
15472 status open
15473
15474 \begin_layout Plain Layout
15475 \begin_inset Caption
15476
15477 \begin_layout Plain Layout
15478 \begin_inset CommandInset label
15479 LatexCommand label
15480 name "tab:Table-with-vertical-colored"
15481
15482 \end_inset
15483
15484 Table with colored vertical lines
15485 \end_layout
15486
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \begin_layout Plain Layout
15493 \align center
15494 \begin_inset Tabular
15495 <lyxtabular version="3" rows="3" columns="3">
15496 <features tabularvalignment="middle">
15497 <column alignment="center" valignment="top" width="0" special="Wc">
15498 <column alignment="center" valignment="top" width="0" special="Wc">
15499 <column alignment="center" valignment="top" width="0" special="WcW">
15500 <row>
15501 <cell alignment="center" valignment="top" topline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505 sd
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" topline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 <cell alignment="center" valignment="top" topline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 </row>
15529 <row>
15530 <cell alignment="center" valignment="top" topline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" topline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543 sd
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 <cell alignment="center" valignment="top" topline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 </row>
15558 <row>
15559 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581 sd
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 </row>
15587 </lyxtabular>
15588
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Standard
15600 \begin_inset VSpace bigskip
15601 \end_inset
15602
15603 To color horizontal lines for example with red, as in Table
15604 \begin_inset space ~
15605 \end_inset
15606
15607
15608 \begin_inset CommandInset ref
15609 LatexCommand ref
15610 reference "tab:Table-with-horizontal-colored"
15611
15612 \end_inset
15613
15614 , insert these commands in TeX-Code before the table or table float:
15615 \end_layout
15616
15617 \begin_layout Standard
15618
15619 \series bold
15620
15621 \backslash
15622 let
15623 \backslash
15624 myHlineC
15625 \backslash
15626 hline
15627 \begin_inset Newline newline
15628 \end_inset
15629
15630
15631 \backslash
15632 renewcommand{
15633 \backslash
15634 hline}
15635 \begin_inset Newline newline
15636 \end_inset
15637
15638
15639 \begin_inset Phantom HPhantom
15640 status open
15641
15642 \begin_layout Plain Layout
15643
15644 \series bold
15645 \begin_inset space ~
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \end_inset
15652
15653 {
15654 \backslash
15655 arrayrulecolor{red}
15656 \backslash
15657 myHlineC
15658 \backslash
15659 arrayrulecolor{black}}
15660 \end_layout
15661
15662 \begin_layout Standard
15663 \begin_inset ERT
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667
15668
15669 \backslash
15670 let
15671 \backslash
15672 myHlineC
15673 \backslash
15674 hline
15675 \end_layout
15676
15677 \begin_layout Plain Layout
15678
15679
15680 \backslash
15681 renewcommand{
15682 \backslash
15683 hline}
15684 \end_layout
15685
15686 \begin_layout Plain Layout
15687
15688  {
15689 \backslash
15690 arrayrulecolor{red}
15691 \backslash
15692 myHlineC
15693 \backslash
15694 arrayrulecolor{black}}
15695 \end_layout
15696
15697 \end_inset
15698
15699
15700 \begin_inset Float table
15701 placement h
15702 wide false
15703 sideways false
15704 status open
15705
15706 \begin_layout Plain Layout
15707 \begin_inset Caption
15708
15709 \begin_layout Plain Layout
15710 \begin_inset CommandInset label
15711 LatexCommand label
15712 name "tab:Table-with-horizontal-colored"
15713
15714 \end_inset
15715
15716 Table with colored horizontal lines
15717 \end_layout
15718
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \begin_layout Plain Layout
15725 \align center
15726 \begin_inset Tabular
15727 <lyxtabular version="3" rows="3" columns="3">
15728 <features tabularvalignment="middle">
15729 <column alignment="center" valignment="top" width="0">
15730 <column alignment="center" valignment="top" width="0">
15731 <column alignment="center" valignment="top" width="0">
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 sd
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 <row>
15762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 sd
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 </row>
15790 <row>
15791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 sd
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 </lyxtabular>
15820
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \end_inset
15827
15828
15829 \end_layout
15830
15831 \begin_layout Standard
15832 To return to the default line color black, insert this command in TeX-Code
15833  after the table or table float:
15834 \end_layout
15835
15836 \begin_layout Standard
15837
15838 \series bold
15839
15840 \backslash
15841 renewcommand{
15842 \backslash
15843 hline}{
15844 \backslash
15845 myHlineC}
15846 \end_layout
15847
15848 \begin_layout Standard
15849 Table
15850 \begin_inset space ~
15851 \end_inset
15852
15853
15854 \begin_inset CommandInset ref
15855 LatexCommand ref
15856 reference "tab:Table-with-colored"
15857
15858 \end_inset
15859
15860  is an example with colored vertical and horizontal lines.
15861 \end_layout
15862
15863 \begin_layout Standard
15864 \begin_inset Float table
15865 placement h
15866 wide false
15867 sideways false
15868 status open
15869
15870 \begin_layout Plain Layout
15871 \begin_inset Caption
15872
15873 \begin_layout Plain Layout
15874 \begin_inset CommandInset label
15875 LatexCommand label
15876 name "tab:Table-with-colored"
15877
15878 \end_inset
15879
15880 Table with colored lines
15881 \end_layout
15882
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \begin_layout Plain Layout
15889 \align center
15890 \begin_inset Tabular
15891 <lyxtabular version="3" rows="3" columns="3">
15892 <features tabularvalignment="middle">
15893 <column alignment="center" valignment="top" width="0" special="Wc">
15894 <column alignment="center" valignment="top" width="0" special="Wc">
15895 <column alignment="center" valignment="top" width="0" special="WcW">
15896 <row>
15897 <cell alignment="center" valignment="top" topline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 sd
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="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" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 <row>
15926 <cell alignment="center" valignment="top" topline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 sd
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 <row topspace="default">
15955 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 sd
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 </row>
15983 </lyxtabular>
15984
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 \begin_inset ERT
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000
16001
16002 \backslash
16003 renewcommand{
16004 \backslash
16005 hline}{
16006 \backslash
16007 myHlineC}
16008 \end_layout
16009
16010 \end_inset
16011
16012
16013 \end_layout
16014
16015 \begin_layout Standard
16016 \begin_inset ERT
16017 status collapsed
16018
16019 \begin_layout Plain Layout
16020
16021
16022 \backslash
16023 setlength{
16024 \backslash
16025 arrayrulewidth}{0.4pt}
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Section
16034 Table Customization
16035 \begin_inset Index idx
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039 Table Customization
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \begin_inset Index idx
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049 Table ! Customization
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \begin_layout Subsection
16058 Row Spacing
16059 \begin_inset CommandInset label
16060 LatexCommand label
16061 name "sub:Row-Spacing"
16062
16063 \end_inset
16064
16065
16066 \begin_inset Index idx
16067 status collapsed
16068
16069 \begin_layout Plain Layout
16070 Table Customization ! Row Spacing
16071 \end_layout
16072
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \begin_layout Standard
16079 You can add vertical space to table rows in the 
16080 \family sans
16081 Borders
16082 \family default
16083  tab of the table dialog.
16084  You find there three possibilities:
16085 \end_layout
16086
16087 \begin_layout Description
16088 Top
16089 \begin_inset space ~
16090 \end_inset
16091
16092 of
16093 \begin_inset space ~
16094 \end_inset
16095
16096 row will add space above the characters of the table row.
16097  If the table is a formal table
16098 \begin_inset Foot
16099 status collapsed
16100
16101 \begin_layout Plain Layout
16102 Formal tables are explained in section
16103 \begin_inset space ~
16104 \end_inset
16105
16106
16107 \begin_inset CommandInset ref
16108 LatexCommand ref
16109 reference "sec:Formal-Tables"
16110
16111 \end_inset
16112
16113 .
16114 \end_layout
16115
16116 \end_inset
16117
16118  LyX will insert as default 0.5
16119 \begin_inset space \thinspace{}
16120 \end_inset
16121
16122 em space.
16123  For normal tables the inserted space will unfortunately destroy the vertical
16124  table lines as in the following table:
16125 \begin_inset VSpace medskip
16126 \end_inset
16127
16128
16129 \begin_inset Newline newline
16130 \end_inset
16131
16132
16133 \begin_inset space \hspace*{}
16134 \length 0pt
16135 \end_inset
16136
16137
16138 \begin_inset space \hfill{}
16139 \end_inset
16140
16141
16142 \begin_inset Tabular
16143 <lyxtabular version="3" rows="3" columns="1">
16144 <features tabularvalignment="middle">
16145 <column alignment="center" valignment="top" width="0">
16146 <row>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 A
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 </row>
16157 <row topspace="3mm">
16158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162 3
16163 \begin_inset space \thinspace{}
16164 \end_inset
16165
16166 mm space top of row
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 C
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 </lyxtabular>
16184
16185 \end_inset
16186
16187
16188 \begin_inset space \hfill{}
16189 \end_inset
16190
16191
16192 \begin_inset space \hspace*{}
16193 \length 0pt
16194 \end_inset
16195
16196
16197 \begin_inset VSpace medskip
16198 \end_inset
16199
16200
16201 \begin_inset Newline newline
16202 \end_inset
16203
16204 So inserting space in the top of row for normal tables is only useful when
16205  you don't have vertical lines.
16206 \end_layout
16207
16208 \begin_layout Description
16209 Bottom
16210 \begin_inset space ~
16211 \end_inset
16212
16213 of
16214 \begin_inset space ~
16215 \end_inset
16216
16217 row will add space below the characters of the table row.
16218  If the table is a formal table LyX will insert as default 0.5
16219 \begin_inset space \thinspace{}
16220 \end_inset
16221
16222 em space, for normal tables the default size is 2
16223 \begin_inset space \thinspace{}
16224 \end_inset
16225
16226 pt.
16227 \end_layout
16228
16229 \begin_layout Description
16230 Between
16231 \begin_inset space ~
16232 \end_inset
16233
16234 rows adds space between the current and the following row.
16235  If the table is a formal table LyX will insert as default 0.5
16236 \begin_inset space \thinspace{}
16237 \end_inset
16238
16239 em space.
16240  For normal tables the inserted space will unfortunately destroy the vertical
16241  table lines as in the following table:
16242 \begin_inset VSpace medskip
16243 \end_inset
16244
16245
16246 \begin_inset Newline newline
16247 \end_inset
16248
16249
16250 \begin_inset space \hspace*{}
16251 \length 0pt
16252 \end_inset
16253
16254
16255 \begin_inset space \hfill{}
16256 \end_inset
16257
16258
16259 \begin_inset Tabular
16260 <lyxtabular version="3" rows="3" columns="1">
16261 <features tabularvalignment="middle">
16262 <column alignment="center" valignment="top" width="0">
16263 <row>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 A
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 <row interlinespace="3mm">
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 \begin_inset Formula $\downarrow$
16280 \end_inset
16281
16282  3
16283 \begin_inset space \thinspace{}
16284 \end_inset
16285
16286 mm space between row 
16287 \begin_inset Formula $\downarrow$
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 </row>
16296 <row>
16297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 \begin_inset Formula $\uparrow$
16302 \end_inset
16303
16304  3
16305 \begin_inset space \thinspace{}
16306 \end_inset
16307
16308 mm space between row 
16309 \begin_inset Formula $\uparrow$
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 </row>
16318 </lyxtabular>
16319
16320 \end_inset
16321
16322
16323 \begin_inset space \hfill{}
16324 \end_inset
16325
16326
16327 \begin_inset space \hspace*{}
16328 \length 0pt
16329 \end_inset
16330
16331
16332 \begin_inset VSpace medskip
16333 \end_inset
16334
16335
16336 \begin_inset Newline newline
16337 \end_inset
16338
16339 So inserting space between rows for normal tables is only useful when you
16340  don't have vertical lines.
16341 \end_layout
16342
16343 \begin_layout Standard
16344 \begin_inset VSpace bigskip
16345 \end_inset
16346
16347 When you want to add extra height to all cells of all tables, you can do
16348  this with the following preamble lines:
16349 \end_layout
16350
16351 \begin_layout Standard
16352
16353 \series bold
16354
16355 \backslash
16356 @ifundefined{extrarowheight}
16357 \begin_inset Newline newline
16358 \end_inset
16359
16360
16361 \begin_inset Phantom HPhantom
16362 status open
16363
16364 \begin_layout Plain Layout
16365
16366 \series bold
16367 \begin_inset space ~
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \end_inset
16374
16375 {
16376 \backslash
16377 usepackage{array}}{}
16378 \begin_inset Newline newline
16379 \end_inset
16380
16381
16382 \backslash
16383 setlength{
16384 \backslash
16385 extrarowheight}{height}
16386 \end_layout
16387
16388 \begin_layout Standard
16389 But this has the disadvantage that the cell texts are no longer exactly
16390  vertically centered.
16391  (The package 
16392 \series bold
16393 array
16394 \series default
16395  will be loaded automatically by LyX when you use self defined table formats.
16396  To avoid that it being loaded twice the command 
16397 \series bold
16398
16399 \backslash
16400 @ifundefined
16401 \series default
16402  is used in the above command.)
16403 \end_layout
16404
16405 \begin_layout Standard
16406 If you are using font sizes larger than the normal size, the table borders
16407  are often too close to the letters.
16408  This can be corrected by inserting the command 
16409 \series bold
16410
16411 \backslash
16412 strut
16413 \series default
16414  in TeX code at the beginning of a table row.
16415  Table
16416 \begin_inset space ~
16417 \end_inset
16418
16419
16420 \begin_inset CommandInset ref
16421 LatexCommand ref
16422 reference "tab:Vertical-alignment-of"
16423
16424 \end_inset
16425
16426  illustrates the effect.
16427 \end_layout
16428
16429 \begin_layout Standard
16430 \noindent
16431 \begin_inset Float table
16432 placement h
16433 wide false
16434 sideways false
16435 status open
16436
16437 \begin_layout Plain Layout
16438 \begin_inset Caption
16439
16440 \begin_layout Plain Layout
16441 \begin_inset CommandInset label
16442 LatexCommand label
16443 name "tab:Vertical-alignment-of"
16444
16445 \end_inset
16446
16447 Vertical alignment of text with large font sizes.
16448 \end_layout
16449
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \begin_layout Plain Layout
16456 \begin_inset space \hfill{}
16457 \end_inset
16458
16459
16460 \begin_inset Float table
16461 wide false
16462 sideways false
16463 status collapsed
16464
16465 \begin_layout Plain Layout
16466 \begin_inset Caption
16467
16468 \begin_layout Plain Layout
16469 Normal table.
16470 \end_layout
16471
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \begin_layout Plain Layout
16478 \noindent
16479 \align center
16480 \begin_inset Tabular
16481 <lyxtabular version="3" rows="6" columns="1">
16482 <features tabularvalignment="middle">
16483 <column alignment="left" valignment="top" width="0">
16484 <row>
16485 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 Normal, g
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 </row>
16495 <row>
16496 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500
16501 \size large
16502 Large
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513
16514 \size larger
16515 Larger
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 </row>
16521 <row>
16522 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526
16527 \size largest
16528 Largest
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 <row>
16535 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539
16540 \size huge
16541 Huge
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552
16553 \size huge
16554 Huger
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 </lyxtabular>
16561
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \end_inset
16568
16569
16570 \begin_inset space \hfill{}
16571 \end_inset
16572
16573
16574 \begin_inset Float table
16575 wide false
16576 sideways false
16577 status collapsed
16578
16579 \begin_layout Plain Layout
16580 \begin_inset Caption
16581
16582 \begin_layout Plain Layout
16583 Table using the command 
16584 \series bold
16585
16586 \backslash
16587 strut
16588 \series default
16589 .
16590 \end_layout
16591
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \begin_layout Plain Layout
16598 \noindent
16599 \align center
16600 \begin_inset Tabular
16601 <lyxtabular version="3" rows="6" columns="1">
16602 <features tabularvalignment="middle">
16603 <column alignment="left" valignment="top" width="0">
16604 <row>
16605 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 Normal, g
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620
16621 \size large
16622 \begin_inset ERT
16623 status collapsed
16624
16625 \begin_layout Plain Layout
16626
16627
16628 \backslash
16629 strut 
16630 \end_layout
16631
16632 \end_inset
16633
16634 Large
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645
16646 \size larger
16647 \begin_inset ERT
16648 status collapsed
16649
16650 \begin_layout Plain Layout
16651
16652
16653 \backslash
16654 strut 
16655 \end_layout
16656
16657 \end_inset
16658
16659 Larger
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 </row>
16665 <row>
16666 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670
16671 \size largest
16672 \begin_inset ERT
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676
16677
16678 \backslash
16679 strut 
16680 \end_layout
16681
16682 \end_inset
16683
16684 Largest
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 </row>
16690 <row>
16691 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695
16696 \size huge
16697 \begin_inset ERT
16698 status collapsed
16699
16700 \begin_layout Plain Layout
16701
16702
16703 \backslash
16704 strut 
16705 \end_layout
16706
16707 \end_inset
16708
16709 Huge
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 </row>
16715 <row>
16716 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720
16721 \size giant
16722 \begin_inset ERT
16723 status collapsed
16724
16725 \begin_layout Plain Layout
16726
16727
16728 \backslash
16729 strut 
16730 \end_layout
16731
16732 \end_inset
16733
16734
16735 \size huge
16736 Huger
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 </lyxtabular>
16743
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750
16751
16752 \begin_inset space \hfill{}
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \begin_layout Subsection
16764 Special Cell Alignment
16765 \begin_inset Index idx
16766 status collapsed
16767
16768 \begin_layout Plain Layout
16769 Table Customization ! Special Cell Alignment
16770 \end_layout
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \begin_layout Standard
16778 Sometimes it looks better when the cell entries of a column are aligned
16779  with a special character, e.
16780 \begin_inset space \thinspace{}
16781 \end_inset
16782
16783 g.
16784 \begin_inset space \space{}
16785 \end_inset
16786
16787 with the decimal separator as in Table
16788 \begin_inset space ~
16789 \end_inset
16790
16791
16792 \begin_inset CommandInset ref
16793 LatexCommand ref
16794 reference "tab:Table-cells-of"
16795
16796 \end_inset
16797
16798 .
16799 \end_layout
16800
16801 \begin_layout Standard
16802 \begin_inset Float table
16803 placement h
16804 wide false
16805 sideways false
16806 status open
16807
16808 \begin_layout Plain Layout
16809 \begin_inset Caption
16810
16811 \begin_layout Plain Layout
16812 \begin_inset CommandInset label
16813 LatexCommand label
16814 name "tab:Table-cells-of"
16815
16816 \end_inset
16817
16818 Table cells of a column aligned with the decimal separator.
16819 \end_layout
16820
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \begin_layout Plain Layout
16827 \align center
16828 \begin_inset Tabular
16829 <lyxtabular version="3" rows="4" columns="2">
16830 <features tabularvalignment="middle">
16831 <column alignment="right" valignment="top" width="0">
16832 <column alignment="left" valignment="top" width="0" special="@{}l">
16833 <row>
16834 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 heading
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 12.
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 6
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 0.
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 68
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 </row>
16893 <row>
16894 <cell alignment="center" valignment="top" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 -123.
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907 0
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 </lyxtabular>
16914
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921
16922
16923 \end_layout
16924
16925 \begin_layout Standard
16926 This table was created with a 4×2 table.
16927  The heading is a centered multicolumn.
16928  The first column is right-aligned and contains the digits before the decimal
16929  point and the decimal point.
16930  The second column is left aligned and contains the digits after the decimal
16931  point.
16932  To omit the space that is normally between two table columns, the following
16933  LaTeX-argument was used for the second column:
16934 \end_layout
16935
16936 \begin_layout Standard
16937
16938 \series bold
16939 @{}l
16940 \end_layout
16941
16942 \begin_layout Standard
16943 Table
16944 \begin_inset space ~
16945 \end_inset
16946
16947
16948 \begin_inset CommandInset ref
16949 LatexCommand ref
16950 reference "tab:Several-table-cell"
16951
16952 \end_inset
16953
16954  shows some example alignments.
16955  For the alignment with the relation sign, you must add the second smallest
16956  math-space at the beginning of the last column to get the correct space
16957  surrounding the relation sign.
16958 \end_layout
16959
16960 \begin_layout Standard
16961 \begin_inset Float table
16962 placement h
16963 wide false
16964 sideways false
16965 status open
16966
16967 \begin_layout Plain Layout
16968 \begin_inset Caption
16969
16970 \begin_layout Plain Layout
16971 \begin_inset CommandInset label
16972 LatexCommand label
16973 name "tab:Several-table-cell"
16974
16975 \end_inset
16976
16977 Several table cell alignments.
16978 \end_layout
16979
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \begin_layout Plain Layout
16986 \align center
16987 \begin_inset Tabular
16988 <lyxtabular version="3" rows="4" columns="6">
16989 <features tabularvalignment="middle">
16990 <column alignment="right" valignment="top" width="0">
16991 <column alignment="left" valignment="top" width="0" special="@{}l">
16992 <column alignment="right" valignment="top" width="0">
16993 <column alignment="left" valignment="top" width="0" special="@{}l">
16994 <column alignment="right" valignment="top" width="0">
16995 <column alignment="left" valignment="top" width="0" special="@{}l">
16996 <row>
16997 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 units
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 exponents
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 relations
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="center" valignment="top" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 12×
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 24
17067 \begin_inset space \thinspace{}
17068 \end_inset
17069
17070 bottles
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 \begin_inset Formula $10\cdot$
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 \begin_inset Formula $10^{\mbox{-}17}$
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 \begin_inset Formula $\Gamma(t)\propto$
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 $\:\Upsilon(t)$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row>
17125 <cell alignment="center" valignment="top" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 1024×
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 768
17139 \begin_inset space \thinspace{}
17140 \end_inset
17141
17142 Pixels
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151 \begin_inset Formula $5.78\cdot$
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 \begin_inset Formula $10^{7}$
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 \begin_inset Formula $A\ne$
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 \begin_inset Formula $\: B_{\mathrm{red}}$
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 <row>
17197 <cell alignment="center" valignment="top" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 32×
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 6
17211 \begin_inset space \thinspace{}
17212 \end_inset
17213
17214 cm
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 -
17224 \begin_inset Formula $33.5\cdot$
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 \begin_inset Formula $10^{4}$
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 \begin_inset Formula $\sin(\alpha)\ge$
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 \begin_inset Formula $\:\sin(\beta)$
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 </row>
17269 </lyxtabular>
17270
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Standard
17282 \begin_inset VSpace bigskip
17283 \end_inset
17284
17285 There is also the LaTeX-package 
17286 \series bold
17287 dcolumn
17288 \series default
17289
17290 \begin_inset Index idx
17291 status collapsed
17292
17293 \begin_layout Plain Layout
17294 LaTeX-packages ! dcolumn
17295 \end_layout
17296
17297 \end_inset
17298
17299  that provides table cell alignments.
17300  But this unfortunately treats the cell entries as math and does not allow
17301  formulas in table cells: The first column of Table
17302 \begin_inset space ~
17303 \end_inset
17304
17305
17306 \begin_inset CommandInset ref
17307 LatexCommand ref
17308 reference "tab:Several-table-cell"
17309
17310 \end_inset
17311
17312  will look with 
17313 \series bold
17314 dcolumn
17315 \series default
17316  like the first column in Table
17317 \begin_inset space ~
17318 \end_inset
17319
17320
17321 \begin_inset CommandInset ref
17322 LatexCommand ref
17323 reference "tab:Alignments-when"
17324
17325 \end_inset
17326
17327  and only with some tricks as you would want.
17328  The alignment of the second and third column of Table
17329 \begin_inset space ~
17330 \end_inset
17331
17332
17333 \begin_inset CommandInset ref
17334 LatexCommand ref
17335 reference "tab:Several-table-cell"
17336
17337 \end_inset
17338
17339  is not possible with 
17340 \series bold
17341 dcolumn
17342 \series default
17343 .
17344 \end_layout
17345
17346 \begin_layout Standard
17347 \begin_inset Newpage newpage
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \begin_layout Standard
17354 \begin_inset Float table
17355 placement h
17356 wide false
17357 sideways false
17358 status open
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Caption
17362
17363 \begin_layout Plain Layout
17364 \begin_inset CommandInset label
17365 LatexCommand label
17366 name "tab:Alignments-when"
17367
17368 \end_inset
17369
17370 Alignments when LaTeX-package dcolumn is used.
17371  For all column alignments tricks have to be used to get the output.
17372 \end_layout
17373
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \begin_layout Plain Layout
17380 \align center
17381 \begin_inset Tabular
17382 <lyxtabular version="3" rows="4" columns="3">
17383 <features tabularvalignment="middle">
17384 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17385 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17386 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17387 <row>
17388 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 units
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 units
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 units
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 12x24
17422 \begin_inset space \thinspace{}
17423 \end_inset
17424
17425 bottles
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 12x24
17435 \begin_inset space \thinspace{}
17436 \end_inset
17437
17438
17439 \begin_inset Formula $\mbox{bottles}$
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 12
17452 \begin_inset ERT
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456
17457
17458 \backslash
17459 times 
17460 \end_layout
17461
17462 \end_inset
17463
17464 24+
17465 \begin_inset Formula $\mbox{bottles}$
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row>
17475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 1024x768
17480 \begin_inset space \thinspace{}
17481 \end_inset
17482
17483 Pixels
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 1024x768
17493 \begin_inset space \thinspace{}
17494 \end_inset
17495
17496
17497 \begin_inset Formula $\mbox{Pixels}$
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 1024
17510 \begin_inset ERT
17511 status collapsed
17512
17513 \begin_layout Plain Layout
17514
17515
17516 \backslash
17517 times 
17518 \end_layout
17519
17520 \end_inset
17521
17522 768+
17523 \begin_inset Formula $\mbox{Pixels}$
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 </row>
17532 <row>
17533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 32x6
17538 \begin_inset space \thinspace{}
17539 \end_inset
17540
17541 cm
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550 32x6
17551 \begin_inset space \thinspace{}
17552 \end_inset
17553
17554
17555 \begin_inset Formula $\mbox{cm}$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 32
17568 \begin_inset ERT
17569 status collapsed
17570
17571 \begin_layout Plain Layout
17572
17573
17574 \backslash
17575 times 
17576 \end_layout
17577
17578 \end_inset
17579
17580 6+
17581 \begin_inset Formula $\mbox{cm}$
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 </row>
17590 </lyxtabular>
17591
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Subsection
17603 Customized Cell/Column Format
17604 \begin_inset CommandInset label
17605 LatexCommand label
17606 name "sub:Customized-Format"
17607
17608 \end_inset
17609
17610
17611 \begin_inset Index idx
17612 status collapsed
17613
17614 \begin_layout Plain Layout
17615 Table Customization ! Cell/Column Format
17616 \end_layout
17617
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \begin_layout Standard
17624 Calculating the required width for spanned columns as in section
17625 \begin_inset space ~
17626 \end_inset
17627
17628
17629 \begin_inset CommandInset ref
17630 LatexCommand ref
17631 reference "sub:Multicolumn-Calculations"
17632
17633 \end_inset
17634
17635  is very annoying if you have several tables with multicolumn cells.
17636  To make life easier, you can define a cell/column format in the preamble,
17637  so that it can be used in all tables of the document.
17638  The format is defined with the command
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644
17645 \backslash
17646 newcolumntype{name of format}[number of arguments]{commands}
17647 \end_layout
17648
17649 \begin_layout Standard
17650 The format name may only consist of one letter.
17651  The letters 
17652 \emph on
17653 b
17654 \emph default
17655
17656 \emph on
17657 c
17658 \emph default
17659
17660 \emph on
17661 l
17662 \emph default
17663
17664 \emph on
17665 m
17666 \emph default
17667
17668 \emph on
17669 p
17670 \emph default
17671  and 
17672 \emph on
17673 r
17674 \emph default
17675  are predefined and cannot be used.
17676  But all letters are allowed as capitals.
17677 \end_layout
17678
17679 \begin_layout Standard
17680 \begin_inset VSpace medskip
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \begin_layout Standard
17687 For vertically and horizontally centered multicolumn cells with a fixed
17688  width you can define the cell format
17689 \end_layout
17690
17691 \begin_layout Standard
17692
17693 \series bold
17694
17695 \backslash
17696 newcolumntype{M}[1]{>{
17697 \backslash
17698 centering
17699 \backslash
17700 hspace{0pt}}m{#1}}
17701 \end_layout
17702
17703 \begin_layout Standard
17704 where 
17705 \series bold
17706
17707 \backslash
17708 hspace{0pt}
17709 \series default
17710  avoids the problem of hyphenating the first word, as described in section
17711 \begin_inset space ~
17712 \end_inset
17713
17714
17715 \begin_inset CommandInset ref
17716 LatexCommand ref
17717 reference "sub:Multiple-Lines-in"
17718
17719 \end_inset
17720
17721 .
17722  Now you can simply enter
17723 \end_layout
17724
17725 \begin_layout Standard
17726
17727 \series bold
17728 M{width}
17729 \end_layout
17730
17731 \begin_layout Standard
17732 as LaTeX-argument in the table dialog to create a multicolumn.
17733 \end_layout
17734
17735 \begin_layout Standard
17736 \begin_inset VSpace bigskip
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Standard
17743 For cells spanned by a multicolumn cell, you can define the format
17744 \end_layout
17745
17746 \begin_layout Standard
17747
17748 \series bold
17749
17750 \backslash
17751 newcolumntype{S}[2]{>{
17752 \backslash
17753 centering
17754 \backslash
17755 hspace{0pt}}
17756 \begin_inset Newline newline
17757 \end_inset
17758
17759
17760 \begin_inset Phantom HPhantom
17761 status open
17762
17763 \begin_layout Plain Layout
17764
17765 \series bold
17766
17767 \backslash
17768 newcolumntype
17769 \end_layout
17770
17771 \end_inset
17772
17773 m{(#1+(2
17774 \backslash
17775 tabcolsep+
17776 \backslash
17777 arrayrulewidth)*(1-#2))/#2}}
17778 \end_layout
17779
17780 \begin_layout Standard
17781 This format uses equation 
17782 \begin_inset CommandInset ref
17783 LatexCommand eqref
17784 reference "eq:Wgn"
17785
17786 \end_inset
17787
17788  to calculate the required width so that each spanned cell has the same
17789  width.
17790 \end_layout
17791
17792 \begin_layout Standard
17793 You can now enter
17794 \end_layout
17795
17796 \begin_layout Standard
17797
17798 \series bold
17799 S{width of multicolumn cell}{number of spanned columns}
17800 \end_layout
17801
17802 \begin_layout Standard
17803 as LaTeX-argument of the column.
17804 \end_layout
17805
17806 \begin_layout Standard
17807 \begin_inset VSpace bigskip
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Standard
17814 For colored columns, you can define
17815 \end_layout
17816
17817 \begin_layout Standard
17818
17819 \series bold
17820
17821 \backslash
17822 newcolumntype{K}[1]{>{
17823 \backslash
17824 columncolor{#1}
17825 \backslash
17826 hspace{0pt}}c}
17827 \end_layout
17828
17829 \begin_layout Standard
17830 The 
17831 \begin_inset Quotes eld
17832 \end_inset
17833
17834 c
17835 \begin_inset Quotes erd
17836 \end_inset
17837
17838  at the end creates a column with a flexible width whose text is horizontally
17839  centered.
17840  You can now enter
17841 \end_layout
17842
17843 \begin_layout Standard
17844
17845 \series bold
17846 K{color name}
17847 \end_layout
17848
17849 \begin_layout Standard
17850 as LaTeX-argument.
17851 \end_layout
17852
17853 \begin_layout Standard
17854 \begin_inset VSpace bigskip
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Standard
17861 To create Table
17862 \begin_inset space ~
17863 \end_inset
17864
17865
17866 \begin_inset CommandInset ref
17867 LatexCommand ref
17868 reference "tab:Table-using-user-defined"
17869
17870 \end_inset
17871
17872  use the LaTeX-arguments
17873 \end_layout
17874
17875 \begin_layout Standard
17876
17877 \series bold
17878 M{2.5cm}
17879 \end_layout
17880
17881 \begin_layout Standard
17882 for the first column and the multicolumn,
17883 \end_layout
17884
17885 \begin_layout Standard
17886
17887 \series bold
17888 K{red}
17889 \end_layout
17890
17891 \begin_layout Standard
17892 for the last column, and
17893 \end_layout
17894
17895 \begin_layout Standard
17896
17897 \series bold
17898 S{2.5cm}{2}
17899 \end_layout
17900
17901 \begin_layout Standard
17902 for the cells in the second column.
17903 \end_layout
17904
17905 \begin_layout Standard
17906 \begin_inset Float table
17907 placement h
17908 wide false
17909 sideways false
17910 status open
17911
17912 \begin_layout Plain Layout
17913 \begin_inset Caption
17914
17915 \begin_layout Plain Layout
17916 \begin_inset CommandInset label
17917 LatexCommand label
17918 name "tab:Table-using-user-defined"
17919
17920 \end_inset
17921
17922 Table using user-defined table formats
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \begin_layout Plain Layout
17931 \align center
17932 \begin_inset Tabular
17933 <lyxtabular version="3" rows="3" columns="4">
17934 <features tabularvalignment="middle">
17935 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17936 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17937 <column alignment="center" valignment="middle" width="0">
17938 <column alignment="center" valignment="middle" width="0" special="K{red}">
17939 <row>
17940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 verylongtablecellword
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 multiple lines multicolumn
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971 c
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 </row>
17977 <row>
17978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 d
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 e
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000 f
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 g
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 </row>
18015 <row>
18016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 h
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 i
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 j
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 k
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 </row>
18053 </lyxtabular>
18054
18055 \end_inset
18056
18057
18058 \end_layout
18059
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \begin_layout Subsection
18066 Line Thickness
18067 \begin_inset CommandInset label
18068 LatexCommand label
18069 name "sub:Line-Thickness"
18070
18071 \end_inset
18072
18073
18074 \begin_inset Index idx
18075 status collapsed
18076
18077 \begin_layout Plain Layout
18078 Table Customization ! Line Thickness
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 The line thickness for all lines in a table can be adjusted with the length
18088  
18089 \series bold
18090
18091 \backslash
18092 arrayrulewidth
18093 \series default
18094 .
18095  To set for example a line thickness of 1.5
18096 \begin_inset space \thinspace{}
18097 \end_inset
18098
18099 pt, as in Table
18100 \begin_inset space ~
18101 \end_inset
18102
18103
18104 \begin_inset CommandInset ref
18105 LatexCommand ref
18106 reference "tab:Table-with-1.5"
18107
18108 \end_inset
18109
18110 , insert the command
18111 \end_layout
18112
18113 \begin_layout Standard
18114
18115 \series bold
18116
18117 \backslash
18118 setlength{
18119 \backslash
18120 arrayrulewidth}{1.5pt}
18121 \end_layout
18122
18123 \begin_layout Standard
18124 in TeX-Code before the table or table float.
18125  The changed thickness is valid for all subsequent tables.
18126  To use the default value again, set 
18127 \series bold
18128
18129 \backslash
18130 arrayrulewidth
18131 \series default
18132  to 0.4
18133 \begin_inset space \thinspace{}
18134 \end_inset
18135
18136 pt in TeX-Code after the table or table float.
18137 \end_layout
18138
18139 \begin_layout Standard
18140 \begin_inset ERT
18141 status collapsed
18142
18143 \begin_layout Plain Layout
18144
18145
18146 \backslash
18147 setlength{
18148 \backslash
18149 arrayrulewidth}{1.5pt}
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \begin_inset Float table
18156 wide false
18157 sideways false
18158 status open
18159
18160 \begin_layout Plain Layout
18161 \begin_inset Caption
18162
18163 \begin_layout Plain Layout
18164 \begin_inset CommandInset label
18165 LatexCommand label
18166 name "tab:Table-with-1.5"
18167
18168 \end_inset
18169
18170 Table with 1.5
18171 \begin_inset space \thinspace{}
18172 \end_inset
18173
18174 pt thick lines
18175 \end_layout
18176
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \begin_layout Plain Layout
18183 \align center
18184 \begin_inset Tabular
18185 <lyxtabular version="3" rows="3" columns="3">
18186 <features tabularvalignment="middle">
18187 <column alignment="center" valignment="top" width="0">
18188 <column alignment="center" valignment="top" width="0">
18189 <column alignment="center" valignment="top" width="0">
18190 <row>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 sd
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 </row>
18219 <row>
18220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 sd
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 <row>
18249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 sd
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 </row>
18277 </lyxtabular>
18278
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \begin_inset ERT
18288 status collapsed
18289
18290 \begin_layout Plain Layout
18291
18292
18293 \backslash
18294 setlength{
18295 \backslash
18296 arrayrulewidth}{0.4pt}
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \begin_inset VSpace bigskip
18306 \end_inset
18307
18308 To set the line thickness to 1.5
18309 \begin_inset space \thinspace{}
18310 \end_inset
18311
18312 pt only for horizontal lines, as in Table
18313 \begin_inset space ~
18314 \end_inset
18315
18316
18317 \begin_inset CommandInset ref
18318 LatexCommand ref
18319 reference "tab:Table-with-horizontal"
18320
18321 \end_inset
18322
18323 , insert these commands in TeX-Code before the table or table float:
18324 \end_layout
18325
18326 \begin_layout Standard
18327
18328 \series bold
18329
18330 \backslash
18331 let
18332 \backslash
18333 myHline
18334 \backslash
18335 hline
18336 \begin_inset Newline newline
18337 \end_inset
18338
18339
18340 \backslash
18341 renewcommand{
18342 \backslash
18343 hline}
18344 \begin_inset Newline newline
18345 \end_inset
18346
18347  {
18348 \backslash
18349 noalign{
18350 \backslash
18351 global
18352 \backslash
18353 arrayrulewidth 1.5pt}
18354 \begin_inset Newline newline
18355 \end_inset
18356
18357  
18358 \backslash
18359 myHline
18360 \backslash
18361 noalign{
18362 \backslash
18363 global
18364 \backslash
18365 arrayrulewidth 0.4pt}}
18366 \end_layout
18367
18368 \begin_layout Standard
18369 To return to the default line thickness, insert this command in TeX-Code
18370  after the table or table float:
18371 \end_layout
18372
18373 \begin_layout Standard
18374
18375 \series bold
18376
18377 \backslash
18378 renewcommand{
18379 \backslash
18380 hline}{
18381 \backslash
18382 myHline}
18383 \end_layout
18384
18385 \begin_layout Standard
18386 \begin_inset ERT
18387 status collapsed
18388
18389 \begin_layout Plain Layout
18390
18391
18392 \backslash
18393 let
18394 \backslash
18395 myHline
18396 \backslash
18397 hline
18398 \end_layout
18399
18400 \begin_layout Plain Layout
18401
18402
18403 \backslash
18404 renewcommand{
18405 \backslash
18406 hline}
18407 \end_layout
18408
18409 \begin_layout Plain Layout
18410
18411  {
18412 \backslash
18413 noalign{
18414 \backslash
18415 global
18416 \backslash
18417 arrayrulewidth 1.5pt}
18418 \end_layout
18419
18420 \begin_layout Plain Layout
18421
18422   
18423 \backslash
18424 myHline
18425 \backslash
18426 noalign{
18427 \backslash
18428 global
18429 \backslash
18430 arrayrulewidth 0.4pt}}
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \begin_inset Float table
18437 wide false
18438 sideways false
18439 status open
18440
18441 \begin_layout Plain Layout
18442 \begin_inset Caption
18443
18444 \begin_layout Plain Layout
18445 \begin_inset CommandInset label
18446 LatexCommand label
18447 name "tab:Table-with-horizontal"
18448
18449 \end_inset
18450
18451 Table with 1.5
18452 \begin_inset space \thinspace{}
18453 \end_inset
18454
18455 pt thick horizontal lines
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \begin_layout Plain Layout
18464 \align center
18465 \begin_inset Tabular
18466 <lyxtabular version="3" rows="3" columns="3">
18467 <features tabularvalignment="middle">
18468 <column alignment="center" valignment="top" width="0">
18469 <column alignment="center" valignment="top" width="0">
18470 <column alignment="center" valignment="top" width="0">
18471 <row>
18472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 sd
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 <row>
18501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 sd
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 </row>
18529 <row>
18530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 sd
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 </lyxtabular>
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \begin_inset ERT
18569 status collapsed
18570
18571 \begin_layout Plain Layout
18572
18573
18574 \backslash
18575 renewcommand{
18576 \backslash
18577 hline}{
18578 \backslash
18579 myHline}
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset VSpace bigskip
18589 \end_inset
18590
18591 To set the line thickness to 1.5
18592 \begin_inset space \thinspace{}
18593 \end_inset
18594
18595 pt only for vertical lines, create the following column format in the document
18596  preamble, according to the description in section
18597 \begin_inset space ~
18598 \end_inset
18599
18600
18601 \begin_inset CommandInset ref
18602 LatexCommand ref
18603 reference "sub:Customized-Format"
18604
18605 \end_inset
18606
18607 :
18608 \end_layout
18609
18610 \begin_layout Standard
18611
18612 \series bold
18613
18614 \backslash
18615 newcolumntype{V}{!{
18616 \backslash
18617 vrule width 1.5pt}}
18618 \end_layout
18619
18620 \begin_layout Standard
18621 For Table
18622 \begin_inset space ~
18623 \end_inset
18624
18625
18626 \begin_inset CommandInset ref
18627 LatexCommand ref
18628 reference "tab:Table-with-vertical"
18629
18630 \end_inset
18631
18632  the LaTeX-argument
18633 \end_layout
18634
18635 \begin_layout Standard
18636
18637 \series bold
18638 VcV
18639 \end_layout
18640
18641 \begin_layout Standard
18642 was used for the last column and
18643 \end_layout
18644
18645 \begin_layout Standard
18646
18647 \series bold
18648 Vc
18649 \end_layout
18650
18651 \begin_layout Standard
18652 for the other columns.
18653 \end_layout
18654
18655 \begin_layout Standard
18656 \begin_inset Float table
18657 wide false
18658 sideways false
18659 status open
18660
18661 \begin_layout Plain Layout
18662 \begin_inset Caption
18663
18664 \begin_layout Plain Layout
18665 \begin_inset CommandInset label
18666 LatexCommand label
18667 name "tab:Table-with-vertical"
18668
18669 \end_inset
18670
18671 Table with 1.5
18672 \begin_inset space \thinspace{}
18673 \end_inset
18674
18675 pt thick vertical lines
18676 \end_layout
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Plain Layout
18684 \align center
18685 \begin_inset Tabular
18686 <lyxtabular version="3" rows="3" columns="3">
18687 <features tabularvalignment="middle">
18688 <column alignment="center" valignment="top" width="0" special="Vc">
18689 <column alignment="center" valignment="top" width="0" special="Vc">
18690 <column alignment="center" valignment="top" width="0" special="VcV">
18691 <row>
18692 <cell alignment="center" valignment="top" topline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 sd
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="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" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 </row>
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 sd
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 <row>
18750 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772 sd
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 </row>
18778 </lyxtabular>
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \end_layout
18789
18790 \begin_layout Subsection
18791 Dashed Lines
18792 \begin_inset Index idx
18793 status collapsed
18794
18795 \begin_layout Plain Layout
18796 Table Customization ! Dashed Lines
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \begin_layout Standard
18805 \begin_inset ERT
18806 status collapsed
18807
18808 \begin_layout Plain Layout
18809
18810
18811 \backslash
18812 ifarydshln
18813 \end_layout
18814
18815 \end_inset
18816
18817
18818 \begin_inset Note Note
18819 status open
18820
18821 \begin_layout Plain Layout
18822 The following section will only be displayed when the LaTeX-package 
18823 \series bold
18824 arydshln
18825 \series default
18826  is installed.
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Standard
18835 \begin_inset Float table
18836 placement H
18837 wide false
18838 sideways false
18839 status open
18840
18841 \begin_layout Plain Layout
18842 \begin_inset Caption
18843
18844 \begin_layout Plain Layout
18845 \begin_inset CommandInset label
18846 LatexCommand label
18847 name "tab:Table-with-dashed"
18848
18849 \end_inset
18850
18851 Table with dashed lines
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Plain Layout
18860 \align center
18861 \begin_inset Tabular
18862 <lyxtabular version="3" rows="5" columns="5">
18863 <features tabularvalignment="middle">
18864 <column alignment="center" valignment="top" width="0">
18865 <column alignment="center" valignment="top" width="0">
18866 <column alignment="center" valignment="top" width="0" special=":c">
18867 <column alignment="center" valignment="top" width="0">
18868 <column alignment="center" valignment="top" width="0">
18869 <row>
18870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 a
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 b
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 c
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 d
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 e
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 <row>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 f
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 g
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 h
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 i
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 j
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 </row>
18963 <row>
18964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 \begin_inset ERT
18969 status collapsed
18970
18971 \begin_layout Plain Layout
18972
18973
18974 \backslash
18975 hdashline 
18976 \end_layout
18977
18978 \end_inset
18979
18980 k
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989 l
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 m
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 n
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19013 \begin_inset Text
19014
19015 \begin_layout Plain Layout
19016 o
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 </row>
19022 <row>
19023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027 \begin_inset ERT
19028 status collapsed
19029
19030 \begin_layout Plain Layout
19031
19032
19033 \backslash
19034 cdashline{4-5}
19035 \end_layout
19036
19037 \end_inset
19038
19039 p
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048 q
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 r
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 s
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 t
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 u
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 v
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113 w
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 x
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 </lyxtabular>
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \begin_layout Standard
19141 LyX does not natively support dashed lines, so you have to use TeX-Code.
19142  As a prerequisite the LaTeX-package 
19143 \series bold
19144 arydshln
19145 \series default
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 LaTeX-packages ! arydshln
19152 \end_layout
19153
19154 \end_inset
19155
19156  must be loaded in the document preamble with the command
19157 \end_layout
19158
19159 \begin_layout Standard
19160
19161 \series bold
19162
19163 \backslash
19164 usepackage{arydshln}
19165 \end_layout
19166
19167 \begin_layout Standard
19168 To make a vertical line dashed, enter the colon 
19169 \begin_inset Quotes eld
19170 \end_inset
19171
19172 :
19173 \begin_inset Quotes erd
19174 \end_inset
19175
19176  together with the character for the horizontal alignment as LaTeX-argument
19177  in the table cell dialog.
19178 \end_layout
19179
19180 \begin_layout Standard
19181 For a horizontal dashed line add the command
19182 \end_layout
19183
19184 \begin_layout Standard
19185
19186 \series bold
19187
19188 \backslash
19189 hdashline
19190 \end_layout
19191
19192 \begin_layout Standard
19193 in TeX-Code as first element of the first cell in the table row.
19194 \end_layout
19195
19196 \begin_layout Standard
19197 For dashed multicolumn lines use the command
19198 \end_layout
19199
19200 \begin_layout Standard
19201
19202 \series bold
19203
19204 \backslash
19205 cdashline{line number
19206 \series default
19207 }
19208 \end_layout
19209
19210 \begin_layout Standard
19211 in TeX-Code as the first element of the first cell in the table row.
19212  If you have for example a multicolumn spanning columns 2 to 4 and you want
19213  to have a dashed line above, add the command
19214 \end_layout
19215
19216 \begin_layout Standard
19217
19218 \series bold
19219
19220 \backslash
19221 cdashline{2-4}
19222 \end_layout
19223
19224 \begin_layout Standard
19225 as the first element of the first cell in the row of the multicolumn.
19226 \end_layout
19227
19228 \begin_layout Standard
19229 \begin_inset VSpace bigskip
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Standard
19236 Table
19237 \begin_inset space ~
19238 \end_inset
19239
19240
19241 \begin_inset CommandInset ref
19242 LatexCommand ref
19243 reference "tab:Table-with-dashed"
19244
19245 \end_inset
19246
19247  was created using 
19248 \begin_inset Quotes eld
19249 \end_inset
19250
19251
19252 \series bold
19253 :c
19254 \series default
19255
19256 \begin_inset Quotes erd
19257 \end_inset
19258
19259  as LaTeX-argument of the third column.
19260  The TeX-Code command 
19261 \series bold
19262
19263 \backslash
19264 hdashline
19265 \series default
19266  was inserted in the first cell of the third row and the TeX-Code command
19267 \begin_inset Newline newline
19268 \end_inset
19269
19270  
19271 \series bold
19272
19273 \backslash
19274 cdashline{4-5}
19275 \series default
19276  was inserted in the first cell of the fourth row.
19277 \end_layout
19278
19279 \begin_layout Standard
19280 \begin_inset Note Greyedout
19281 status open
19282
19283 \begin_layout Plain Layout
19284
19285 \series bold
19286 Note:
19287 \series default
19288  The LaTeX-package 
19289 \series bold
19290 arydshln
19291 \series default
19292  is apparently not compatible with the LaTeX-package 
19293 \series bold
19294 colortbl
19295 \series default
19296
19297 \begin_inset Index idx
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301 LaTeX-packages ! colortbl
19302 \end_layout
19303
19304 \end_inset
19305
19306  that is used for colored tables in section
19307 \begin_inset space ~
19308 \end_inset
19309
19310
19311 \begin_inset CommandInset ref
19312 LatexCommand ref
19313 reference "sec:Colored-Tables"
19314
19315 \end_inset
19316
19317 .
19318  That means colored tables cannot have dashed lines.
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 \begin_inset ERT
19328 status collapsed
19329
19330 \begin_layout Plain Layout
19331
19332
19333 \backslash
19334 else
19335 \end_layout
19336
19337 \end_inset
19338
19339
19340 \begin_inset Note Note
19341 status open
19342
19343 \begin_layout Plain Layout
19344 The following will be displayed when the LaTeX-package 
19345 \series bold
19346 arydshln
19347 \series default
19348  is not installed:
19349 \end_layout
19350
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \begin_layout Standard
19357 You need to install the package 
19358 \series bold
19359 arydshln
19360 \series default
19361  to see the content of this section in the output.
19362 \end_layout
19363
19364 \begin_layout Standard
19365 \begin_inset ERT
19366 status collapsed
19367
19368 \begin_layout Plain Layout
19369
19370
19371 \backslash
19372 fi
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Chapter
19381 Floats
19382 \begin_inset Index idx
19383 status collapsed
19384
19385 \begin_layout Plain Layout
19386 Floats
19387 \end_layout
19388
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \begin_layout Section
19395 Introduction
19396 \begin_inset CommandInset label
19397 LatexCommand label
19398 name "sec:FloatIntroduction"
19399
19400 \end_inset
19401
19402
19403 \begin_inset Index idx
19404 status collapsed
19405
19406 \begin_layout Plain Layout
19407 Floats ! Introduction
19408 \end_layout
19409
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \begin_layout Standard
19416 A float is a block of text associated with some sort of label, which doesn't
19417  have a fixed location.
19418  It can 
19419 \begin_inset Quotes eld
19420 \end_inset
19421
19422 float
19423 \begin_inset Quotes erd
19424 \end_inset
19425
19426  forward or backward a page or two, to wherever it fits best.
19427  
19428 \family sans
19429 Footnotes
19430 \family default
19431  and 
19432 \family sans
19433 Margin
19434 \begin_inset space ~
19435 \end_inset
19436
19437 Notes
19438 \family default
19439  are also floats, because they can float to the next page when there are
19440  too many notes on the page.
19441 \end_layout
19442
19443 \begin_layout Standard
19444 Floats allow a high quality layout.
19445  Images and tables can be spread evenly to the pages to avoid white space
19446  and pages without text.
19447  As the floating often destroys the context between the text and the image/table
19448 , every float can be referenced in the text.
19449  Floats are therefore numbered.
19450  Referencing is described in section
19451 \begin_inset space ~
19452 \end_inset
19453
19454
19455 \begin_inset CommandInset ref
19456 LatexCommand ref
19457 reference "sec:Referencing-Floats"
19458
19459 \end_inset
19460
19461 .
19462 \end_layout
19463
19464 \begin_layout Standard
19465 To insert a float, use the menu 
19466 \family sans
19467 Insert\SpecialChar \menuseparator
19468 Float
19469 \family default
19470 .
19471  This inserts the 
19472 \family sans
19473 Caption
19474 \family default
19475  inset, a box with a label.
19476  The label will automatically be translated to the document language in
19477  the output.
19478  After the label you can insert the caption text.
19479  The image or table is inserted above or below the caption in a separate
19480  paragraph within the float.
19481  More about the caption placement is contained in section
19482 \begin_inset space ~
19483 \end_inset
19484
19485
19486 \begin_inset CommandInset ref
19487 LatexCommand ref
19488 reference "sec:Caption-Placement"
19489
19490 \end_inset
19491
19492 .
19493  To keep your LyX-document readable, you can open and close the float box
19494  by left-clicking on the box label.
19495  A closed float box looks like this: 
19496 \begin_inset Graphics
19497         filename clipart/floatQt4.png
19498         scale 70
19499         scaleBeforeRotation
19500
19501 \end_inset
19502
19503  â€“ a gray button with a red label.
19504 \end_layout
19505
19506 \begin_layout Standard
19507 It is recommended that you insert floats as a separate standard paragraph
19508  to avoid possible LaTeX-errors that can occur when the surrounding text
19509  is specially formatted.
19510 \end_layout
19511
19512 \begin_layout Standard
19513 Existing figures or tables can be put into a float by highlighting them
19514  and then pressing the corresponding toolbar button for a new float.
19515 \end_layout
19516
19517 \begin_layout Section
19518 Float Types
19519 \end_layout
19520
19521 \begin_layout Standard
19522 Besides figure and table floats that are described in sections
19523 \begin_inset space ~
19524 \end_inset
19525
19526
19527 \begin_inset CommandInset ref
19528 LatexCommand ref
19529 reference "sec:Figure-Floats"
19530
19531 \end_inset
19532
19533  and 
19534 \begin_inset CommandInset ref
19535 LatexCommand ref
19536 reference "sec:Table-Floats"
19537
19538 \end_inset
19539
19540  respectively, LyX offers the float types 
19541 \series bold
19542 Algorithm
19543 \series default
19544  and 
19545 \series bold
19546 Wrap
19547 \series default
19548 .
19549 \end_layout
19550
19551 \begin_layout Subsection
19552 Algorithm Floats
19553 \begin_inset Index idx
19554 status collapsed
19555
19556 \begin_layout Plain Layout
19557 Floats ! Algorithms
19558 \end_layout
19559
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \begin_layout Standard
19566 \begin_inset Float algorithm
19567 placement h
19568 wide false
19569 sideways false
19570 status open
19571
19572 \begin_layout Plain Layout
19573 \begin_inset Caption
19574
19575 \begin_layout Plain Layout
19576 \begin_inset CommandInset label
19577 LatexCommand label
19578 name "alg:Example-Algorithm-float"
19579
19580 \end_inset
19581
19582 Example Algorithm float
19583 \end_layout
19584
19585 \end_inset
19586
19587
19588 \end_layout
19589
19590 \begin_layout LyX-Code
19591 for I in 1..N loop
19592 \begin_inset Newline newline
19593 \end_inset
19594
19595  Sum:= Sum + A(I); /*comment*/
19596 \begin_inset Newline newline
19597 \end_inset
19598
19599 end loop
19600 \begin_inset VSpace -4mm
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \begin_layout Standard
19612 This float type is inserted with the menu 
19613 \family sans
19614 Insert\SpecialChar \menuseparator
19615 Floats\SpecialChar \menuseparator
19616 Algorithm
19617 \family default
19618 .
19619  It is used for program codes and descriptions of algorithms and can be
19620  seen as an alternative to program code listings that are explained in chapter
19621 \begin_inset space ~
19622 \end_inset
19623
19624
19625 \begin_inset CommandInset ref
19626 LatexCommand ref
19627 reference "cha:Program-Code-Listings"
19628
19629 \end_inset
19630
19631 .
19632  A possible environment for algorithms is the 
19633 \family sans
19634 LyX-Code
19635 \family default
19636 , described in LyX's 
19637 \emph on
19638 Userguide
19639 \emph default
19640 .
19641  Algorithm
19642 \begin_inset space ~
19643 \end_inset
19644
19645
19646 \begin_inset CommandInset ref
19647 LatexCommand ref
19648 reference "alg:Example-Algorithm-float"
19649
19650 \end_inset
19651
19652  is an example of an algorithm float where -4
19653 \begin_inset space \thinspace{}
19654 \end_inset
19655
19656 mm vertical space was added at the end of the float to have the bottom rule
19657  exactly below the last text line.
19658 \end_layout
19659
19660 \begin_layout Standard
19661 The float label is not automatically translated into the document language.
19662  If your document is not in English, you have to do this manually by adding
19663  the following line to the document preamble
19664 \series bold
19665 :
19666 \end_layout
19667
19668 \begin_layout Standard
19669
19670 \series bold
19671
19672 \backslash
19673 floatname{algorithm}{your
19674 \begin_inset space ~
19675 \end_inset
19676
19677 name}
19678 \end_layout
19679
19680 \begin_layout Standard
19681 where 
19682 \family sans
19683 your
19684 \begin_inset space ~
19685 \end_inset
19686
19687 name
19688 \family default
19689  is the word 
19690 \begin_inset Quotes eld
19691 \end_inset
19692
19693
19694 \emph on
19695 algorithm
19696 \emph default
19697
19698 \begin_inset Quotes erd
19699 \end_inset
19700
19701  in your language.
19702 \end_layout
19703
19704 \begin_layout Standard
19705 To insert the list of algorithms you can use the menu 
19706 \family sans
19707 Insert\SpecialChar \menuseparator
19708 List
19709 \begin_inset space \thinspace{}
19710 \end_inset
19711
19712 /
19713 \begin_inset space \thinspace{}
19714 \end_inset
19715
19716 TOC\SpecialChar \menuseparator
19717 List of Algorithms
19718 \family default
19719  when your document has the same language as LyX's menu names.
19720  In other cases use this command in TeX-Code instead:
19721 \end_layout
19722
19723 \begin_layout Standard
19724
19725 \series bold
19726
19727 \backslash
19728 listof{algorithm}{your
19729 \begin_inset space ~
19730 \end_inset
19731
19732 name}
19733 \end_layout
19734
19735 \begin_layout Standard
19736 where 
19737 \family sans
19738 your
19739 \begin_inset space ~
19740 \end_inset
19741
19742 name
19743 \family default
19744  is the word 
19745 \begin_inset Quotes eld
19746 \end_inset
19747
19748
19749 \emph on
19750 List of Algorithm
19751 \emph default
19752 s
19753 \begin_inset Quotes erd
19754 \end_inset
19755
19756  in your language.
19757 \end_layout
19758
19759 \begin_layout Standard
19760 Algorithm floats are not by default numbered in the scheme 
19761 \begin_inset Quotes eld
19762 \end_inset
19763
19764 chapter.algorithm
19765 \begin_inset Quotes erd
19766 \end_inset
19767
19768  as is the case for table and figure floats in many document-classes.
19769  To number algorithm floats in the same scheme, add this command to your
19770  document preamble:
19771 \end_layout
19772
19773 \begin_layout Standard
19774
19775 \series bold
19776
19777 \backslash
19778 numberwithin{algorithm}{chapter}
19779 \end_layout
19780
19781 \begin_layout Standard
19782 To be able to use the command 
19783 \series bold
19784
19785 \backslash
19786 numberwithin
19787 \series default
19788 , set in the tab 
19789 \family sans
19790 Math
19791 \begin_inset space ~
19792 \end_inset
19793
19794 Options
19795 \family default
19796  in the document settings the option 
19797 \family sans
19798 Use
19799 \begin_inset space ~
19800 \end_inset
19801
19802 AMS
19803 \begin_inset space ~
19804 \end_inset
19805
19806 math
19807 \begin_inset space ~
19808 \end_inset
19809
19810 package
19811 \family default
19812 .
19813 \end_layout
19814
19815 \begin_layout Subsection
19816 Wrap Floats
19817 \begin_inset Index idx
19818 status collapsed
19819
19820 \begin_layout Plain Layout
19821 Floats ! Wrap Floats
19822 \end_layout
19823
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \begin_layout Standard
19830 \begin_inset Wrap figure
19831 lines 0
19832 placement l
19833 overhang 1cm
19834 width "40col%"
19835 status open
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Graphics
19839         filename clipart/mobius.eps
19840         width 40col%
19841         scaleBeforeRotation
19842         rotateOrigin center
19843
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \begin_layout Plain Layout
19850 \begin_inset Caption
19851
19852 \begin_layout Plain Layout
19853 \begin_inset CommandInset label
19854 LatexCommand label
19855 name "fig:This-is-a"
19856
19857 \end_inset
19858
19859 This is a figure wrap float.
19860 \end_layout
19861
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868
19869  This float type is used if you want to wrap text around a figure or table
19870  so that it only occupies some fraction of the column width.
19871  It can be inserted using the menu 
19872 \family sans
19873 Insert\SpecialChar \menuseparator
19874 Floats\SpecialChar \menuseparator
19875 Figure
19876 \begin_inset space ~
19877 \end_inset
19878
19879 Wrap
19880 \begin_inset space ~
19881 \end_inset
19882
19883 Float
19884 \family default
19885  or 
19886 \family sans
19887 Table
19888 \begin_inset space ~
19889 \end_inset
19890
19891 Wrap
19892 \begin_inset space ~
19893 \end_inset
19894
19895 Float
19896 \family default
19897  if the LaTeX-package 
19898 \series bold
19899 wrapfig
19900 \series default
19901
19902 \begin_inset Index idx
19903 status collapsed
19904
19905 \begin_layout Plain Layout
19906 LaTeX-packages ! wrapfig
19907 \begin_inset ERT
19908 status collapsed
19909
19910 \begin_layout Plain Layout
19911
19912
19913 \backslash
19914 vspace{4mm}
19915 \end_layout
19916
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923
19924  is installed.
19925 \begin_inset Foot
19926 status collapsed
19927
19928 \begin_layout Plain Layout
19929 Installing a LaTeX-package is explained it in the 
19930 \emph on
19931 LaTeX
19932 \begin_inset space ~
19933 \end_inset
19934
19935 Configuration
19936 \emph default
19937  manual.
19938 \end_layout
19939
19940 \end_inset
19941
19942  The settings of the float can be modified by right-clicking on the float
19943  box.
19944  The mandatory settings are the float 
19945 \family sans
19946 Placement
19947 \family default
19948  and its 
19949 \family sans
19950 Width
19951 \family default
19952 .
19953  Optional are the 
19954 \family sans
19955 Overhang
19956 \family default
19957  that specifies how much the float is set into the paragraph
19958 \begin_inset space \thinspace{}
19959 \end_inset
19960
19961 /
19962 \begin_inset space \thinspace{}
19963 \end_inset
19964
19965 page margin, and the 
19966 \family sans
19967 Line
19968 \begin_inset space ~
19969 \end_inset
19970
19971 span
19972 \family default
19973  that specifies how many text lines the float will approximately need.
19974  The line span is often hard to approximate; so it is better only to use
19975  it when you encounter float placement problems.
19976  You can furthermore decide if LaTeX is allowed to let the float float within
19977  the paragraph or to surrounding paragraphs.
19978  Figure
19979 \begin_inset space ~
19980 \end_inset
19981
19982
19983 \begin_inset CommandInset ref
19984 LatexCommand ref
19985 reference "fig:This-is-a"
19986
19987 \end_inset
19988
19989  is an example text wrap float with a width of 40
19990 \begin_inset space \thinspace{}
19991 \end_inset
19992
19993 col%, 1
19994 \begin_inset space \thinspace{}
19995 \end_inset
19996
19997 cm overhang, set to the left.
19998 \begin_inset Foot
19999 status collapsed
20000
20001 \begin_layout Plain Layout
20002 Available units are explained in appendix
20003 \begin_inset space ~
20004 \end_inset
20005
20006
20007 \begin_inset CommandInset ref
20008 LatexCommand ref
20009 reference "cha:Units-available-in"
20010
20011 \end_inset
20012
20013 .
20014 \end_layout
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \begin_layout Standard
20022 \begin_inset Note Greyedout
20023 status open
20024
20025 \begin_layout Plain Layout
20026
20027 \series bold
20028 Note:
20029 \series default
20030  Text
20031 \begin_inset space ~
20032 \end_inset
20033
20034 wrap float floats are fragile! E.
20035 \begin_inset space \thinspace{}
20036 \end_inset
20037
20038 g.
20039 \begin_inset space \space{}
20040 \end_inset
20041
20042 having a figure too close to the bottom of the page can mess things up in
20043  such a way that the float does not appear in the output or that it is placed
20044  over some other text.
20045 \end_layout
20046
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \begin_layout Standard
20053 In general:
20054 \end_layout
20055
20056 \begin_layout Itemize
20057 Wrap floats should not be placed in paragraphs that run over a page break.
20058  That means that wrap floats are better inserted in their exact place when
20059  the document is almost finished and you are able to estimate where page
20060  breaks will appear.
20061 \end_layout
20062
20063 \begin_layout Itemize
20064 Wrap floats should either be placed in their own paragraph before the paragraph
20065  where they should wrap into or within a paragraph.
20066 \end_layout
20067
20068 \begin_layout Itemize
20069 Wrap floats in consecutive paragraphs may cause troubles, so ensure that
20070  there is a text paragraph between them as separator.
20071 \end_layout
20072
20073 \begin_layout Itemize
20074 Wrap floats are not allowed in section headings or tables.
20075 \end_layout
20076
20077 \begin_layout Section
20078 Float Numbering
20079 \begin_inset Index idx
20080 status collapsed
20081
20082 \begin_layout Plain Layout
20083 Floats ! Numbering
20084 \end_layout
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \begin_layout Standard
20092 Floats are usually numbered either independently from the sections the floats
20093  are in, or in the scheme 
20094 \begin_inset Quotes eld
20095 \end_inset
20096
20097 chapter.number
20098 \begin_inset Quotes erd
20099 \end_inset
20100
20101  or 
20102 \begin_inset Quotes eld
20103 \end_inset
20104
20105 section.number
20106 \begin_inset Quotes erd
20107 \end_inset
20108
20109 .
20110  This depends on the document class used.
20111 \end_layout
20112
20113 \begin_layout Standard
20114 To change section-independent numbering, you can use this command in the
20115  document preamble:
20116 \end_layout
20117
20118 \begin_layout Standard
20119
20120 \series bold
20121
20122 \backslash
20123 renewcommand{
20124 \backslash
20125 thetable}{
20126 \backslash
20127 roman{table}}
20128 \end_layout
20129
20130 \begin_layout Standard
20131
20132 \series bold
20133
20134 \backslash
20135 thetable
20136 \series default
20137  is the command that prints the table number, for figure floats, the command
20138  would be 
20139 \series bold
20140
20141 \backslash
20142 thefigure
20143 \series default
20144 .
20145  
20146 \series bold
20147
20148 \backslash
20149 roman
20150 \series default
20151  in the command above prints the table number as small roman number.
20152 \end_layout
20153
20154 \begin_layout Standard
20155 To change the numbering scheme for example to 
20156 \begin_inset Quotes eld
20157 \end_inset
20158
20159 subsection.number
20160 \begin_inset Quotes erd
20161 \end_inset
20162
20163 , use this command in the preamble:
20164 \end_layout
20165
20166 \begin_layout Standard
20167
20168 \series bold
20169
20170 \backslash
20171 numberwithin{table}{subsection}
20172 \end_layout
20173
20174 \begin_layout Standard
20175 To be able to use the command 
20176 \series bold
20177
20178 \backslash
20179 numberwithin
20180 \series default
20181 , set in the tab 
20182 \family sans
20183 Math
20184 \begin_inset space ~
20185 \end_inset
20186
20187 Options
20188 \family default
20189  in the document settings the option 
20190 \family sans
20191 Use
20192 \begin_inset space ~
20193 \end_inset
20194
20195 AMS
20196 \begin_inset space ~
20197 \end_inset
20198
20199 math
20200 \begin_inset space ~
20201 \end_inset
20202
20203 package
20204 \family default
20205 .
20206 \end_layout
20207
20208 \begin_layout Standard
20209 Please also have a look at section
20210 \begin_inset space ~
20211 \end_inset
20212
20213
20214 \begin_inset CommandInset ref
20215 LatexCommand ref
20216 reference "sub:Footnote-Numbering"
20217
20218 \end_inset
20219
20220  for the details and important notes about the numbering commands.
20221 \end_layout
20222
20223 \begin_layout Section
20224 Referencing Floats
20225 \begin_inset CommandInset label
20226 LatexCommand label
20227 name "sec:Referencing-Floats"
20228
20229 \end_inset
20230
20231
20232 \begin_inset Index idx
20233 status collapsed
20234
20235 \begin_layout Plain Layout
20236 Floats ! References
20237 \end_layout
20238
20239 \end_inset
20240
20241
20242 \begin_inset Index idx
20243 status collapsed
20244
20245 \begin_layout Plain Layout
20246 References ! to Floats
20247 \end_layout
20248
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \begin_layout Standard
20255 To reference a float, insert a label into its caption using the menu 
20256 \family sans
20257 Insert\SpecialChar \menuseparator
20258 Label
20259 \family default
20260  or the toolbar button 
20261 \begin_inset Graphics
20262         filename ../images/label-insert.png
20263         scale 85
20264         scaleBeforeRotation
20265
20266 \end_inset
20267
20268 .
20269  A grey label box like this one: 
20270 \begin_inset Graphics
20271         filename clipart/labelQt4.png
20272         scale 85
20273         scaleBeforeRotation
20274
20275 \end_inset
20276
20277  will be inserted and the label window pops up asking for the label text.
20278  LyX offers as text the first words of the caption with a prefix.
20279  The prefix depends on the float type, e.
20280 \begin_inset space \thinspace{}
20281 \end_inset
20282
20283 g.
20284 \begin_inset space \space{}
20285 \end_inset
20286
20287 for figure floats the prefix will be "
20288 \family sans
20289 fig:
20290 \family default
20291 ".
20292 \end_layout
20293
20294 \begin_layout Standard
20295 The label is used as anchor and name for the reference.
20296  You can refer to the label using the menu 
20297 \family sans
20298 Insert\SpecialChar \menuseparator
20299 Cross-reference
20300 \family default
20301  or the toolbar button 
20302 \begin_inset Graphics
20303         filename ../images/dialog-show-new-inset_ref.png
20304         scale 85
20305         scaleBeforeRotation
20306
20307 \end_inset
20308
20309 .
20310  A grey cross-reference box like this one: 
20311 \begin_inset Graphics
20312         filename clipart/referenceQt4.png
20313         scale 85
20314         scaleBeforeRotation
20315
20316 \end_inset
20317
20318  will be inserted and the cross-reference window appear showing all labels
20319  of the document.
20320  If you have multiple LyX-documents opened, choose the one you are working
20321  on from the drop-list at the top of the dialog.
20322  You can now sort the labels alphabetically and then choose one.
20323  At the position of the cross-reference box the float number will appear
20324  in the output.
20325 \end_layout
20326
20327 \begin_layout Standard
20328 It is recommended that you use a protected space between the cross-reference
20329  name and its number to avoid line breaks between them.
20330  If a cross-reference refers to a non-existing label, you will see two question
20331  marks in the output instead of the reference.
20332 \end_layout
20333
20334 \begin_layout Standard
20335 You can change labels at any time by clicking on the label box.
20336  References to the changed label will automatically change its link to the
20337  new label text, so that you don't need to take care about this.
20338 \end_layout
20339
20340 \begin_layout Standard
20341 The button 
20342 \family sans
20343 Go
20344 \begin_inset space ~
20345 \end_inset
20346
20347 to
20348 \begin_inset space ~
20349 \end_inset
20350
20351 Label
20352 \family default
20353  in the cross-reference window sets the cursor before the referred label.
20354  The button text changes then to Go
20355 \begin_inset space ~
20356 \end_inset
20357
20358 Back and you can use it to set the cursor back to the cross-reference.
20359  Right-clicking on a cross-reference box also sets the cursor before the
20360  referenced label but without the possibility of going back.
20361 \end_layout
20362
20363 \begin_layout Subsection
20364 Cross-Reference Formats
20365 \begin_inset CommandInset label
20366 LatexCommand label
20367 name "sub:Cross-Reference-Formats"
20368
20369 \end_inset
20370
20371
20372 \begin_inset Index idx
20373 status collapsed
20374
20375 \begin_layout Plain Layout
20376 References ! Formats
20377 \end_layout
20378
20379 \end_inset
20380
20381
20382 \end_layout
20383
20384 \begin_layout Standard
20385 There are six varieties of cross-references:
20386 \end_layout
20387
20388 \begin_layout Description
20389 <reference>: prints the float number, this is the default: 
20390 \begin_inset CommandInset ref
20391 LatexCommand ref
20392 reference "fig:Two-distorted-images"
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Description
20400 (<reference>): prints the float number within two parentheses, this is the
20401  style normally used to reference formulas, especially when the reference
20402  name 
20403 \begin_inset Quotes eld
20404 \end_inset
20405
20406 Equation
20407 \begin_inset Quotes erd
20408 \end_inset
20409
20410  is omitted: 
20411 \begin_inset CommandInset ref
20412 LatexCommand eqref
20413 reference "eq:Wgn"
20414
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \begin_layout Description
20421 <page>: prints the page number: Page
20422 \begin_inset space ~
20423 \end_inset
20424
20425
20426 \begin_inset CommandInset ref
20427 LatexCommand pageref
20428 reference "fig:Two-distorted-images"
20429
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \begin_layout Description
20436 on
20437 \begin_inset space ~
20438 \end_inset
20439
20440 page
20441 \begin_inset space ~
20442 \end_inset
20443
20444 <page>: prints the text "on page" and the page number: 
20445 \begin_inset CommandInset ref
20446 LatexCommand vpageref
20447 reference "fig:Two-distorted-images"
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \begin_layout Description
20455 <reference>
20456 \begin_inset space ~
20457 \end_inset
20458
20459 on
20460 \begin_inset space ~
20461 \end_inset
20462
20463 page
20464 \begin_inset space ~
20465 \end_inset
20466
20467 <page>: prints the float number, the text "on page", and the page number:
20468  
20469 \begin_inset CommandInset ref
20470 LatexCommand vref
20471 reference "fig:Two-distorted-images"
20472
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Description
20479 Formatted
20480 \begin_inset space ~
20481 \end_inset
20482
20483 reference: prints a self-defined cross-reference format.
20484 \begin_inset Newline newline
20485 \end_inset
20486
20487
20488 \begin_inset Note Greyedout
20489 status open
20490
20491 \begin_layout Plain Layout
20492
20493 \series bold
20494 Note:
20495 \series default
20496  This feature is only available when you have the LaTeX-package 
20497 \series bold
20498 prettyref
20499 \series default
20500  or 
20501 \series bold
20502 refstyle
20503 \series default
20504
20505 \begin_inset Index idx
20506 status collapsed
20507
20508 \begin_layout Plain Layout
20509 LaTeX-packages ! prettyref
20510 \end_layout
20511
20512 \end_inset
20513
20514
20515 \begin_inset Index idx
20516 status collapsed
20517
20518 \begin_layout Plain Layout
20519 LaTeX-packages ! refstyle
20520 \end_layout
20521
20522 \end_inset
20523
20524  installed.
20525 \end_layout
20526
20527 \end_inset
20528
20529
20530 \begin_inset Newline newline
20531 \end_inset
20532
20533 You can select which LaTeX-package should be used for this feature by setting
20534  the option 
20535 \family sans
20536 Use refstyle (not prettyref) for cross-references
20537 \family default
20538  in the menu 
20539 \family sans
20540 Document\SpecialChar \menuseparator
20541 Settings\SpecialChar \menuseparator
20542 Document Class
20543 \family default
20544 .
20545  The format is specified by adding the command 
20546 \series bold
20547
20548 \backslash
20549 newrefformat
20550 \series default
20551  (prettyref) or 
20552 \series bold
20553
20554 \backslash
20555 newref
20556 \series default
20557  (refstyle) to the preamble of the document.
20558  For example redefining all references to figures (which have the label
20559  shortcut 
20560 \begin_inset Quotes eld
20561 \end_inset
20562
20563
20564 \family sans
20565 fig
20566 \family default
20567
20568 \begin_inset Quotes erd
20569 \end_inset
20570
20571 ) can be done with this command
20572 \begin_inset Newline newline
20573 \end_inset
20574
20575
20576 \series bold
20577
20578 \backslash
20579 newref{fig}{refcmd={Image on page 
20580 \backslash
20581 pageref{#1}}}
20582 \series default
20583
20584 \begin_inset Newline newline
20585 \end_inset
20586
20587 For more information about the format, have a look at the package documentations
20588
20589 \begin_inset CommandInset citation
20590 LatexCommand cite
20591 key "prettyref,refstyle"
20592
20593 \end_inset
20594
20595 .
20596 \end_layout
20597
20598 \begin_layout Description
20599 Textual
20600 \begin_inset space ~
20601 \end_inset
20602
20603 reference: prints the caption of the reference: 
20604 \begin_inset CommandInset ref
20605 LatexCommand nameref
20606 reference "fig:Two-distorted-images"
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Standard
20614
20615 \family sans
20616 <page>
20617 \family default
20618  will not print the page number if the label is on the previous, the same,
20619  or the next page.
20620  You will e.
20621 \begin_inset space \thinspace{}
20622 \end_inset
20623
20624 g.
20625 \begin_inset space \space{}
20626 \end_inset
20627
20628 see the text 
20629 \begin_inset Quotes eld
20630 \end_inset
20631
20632
20633 \family sans
20634 on this page
20635 \family default
20636
20637 \begin_inset Quotes erd
20638 \end_inset
20639
20640  instead.
20641  The style 
20642 \family sans
20643 <reference> on page <page>
20644 \family default
20645  will not print anything about the page if the label is on the same page.
20646 \end_layout
20647
20648 \begin_layout Standard
20649 The number and current page of the part of the document referred to in the
20650  output is automatically calculated by LaTeX.
20651  The varieties are adjusted in the field 
20652 \family sans
20653 Format
20654 \family default
20655  of the cross-reference window that appears when you click on the cross-referenc
20656 e box.
20657 \end_layout
20658
20659 \begin_layout Standard
20660 \begin_inset Note Greyedout
20661 status open
20662
20663 \begin_layout Plain Layout
20664
20665 \series bold
20666 Note:
20667 \series default
20668  It is recommended to use the LaTeX-package 
20669 \series bold
20670 refstyle
20671 \series default
20672
20673 \begin_inset Index idx
20674 status collapsed
20675
20676 \begin_layout Plain Layout
20677 LaTeX-packages ! refstyle
20678 \end_layout
20679
20680 \end_inset
20681
20682  because 
20683 \series bold
20684 prettyref
20685 \series default
20686
20687 \begin_inset Index idx
20688 status collapsed
20689
20690 \begin_layout Plain Layout
20691 LaTeX-packages ! prettyref
20692 \end_layout
20693
20694 \end_inset
20695
20696  does not know all of LyX's possible label shortcuts
20697 \begin_inset Foot
20698 status collapsed
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Quotes eld
20702 \end_inset
20703
20704 fig:
20705 \begin_inset Quotes erd
20706 \end_inset
20707
20708  is for example LyX's shortcut for labels in figure captions.
20709 \end_layout
20710
20711 \end_inset
20712
20713  and is not internationalized.
20714 \end_layout
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Standard
20722 \begin_inset Note Greyedout
20723 status open
20724
20725 \begin_layout Plain Layout
20726
20727 \series bold
20728 Note:
20729 \series default
20730  Due to a bug in the LaTeX-package 
20731 \series bold
20732 varioref
20733 \series default
20734  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20735  languages that make the period character active (like French).
20736  For a workaround, see
20737 \begin_inset Newline newline
20738 \end_inset
20739
20740
20741 \begin_inset CommandInset href
20742 LatexCommand href
20743 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20744
20745 \end_inset
20746
20747 .
20748 \end_layout
20749
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \begin_layout Subsection
20756 Automatic Reference Naming
20757 \begin_inset Index idx
20758 status collapsed
20759
20760 \begin_layout Plain Layout
20761 References ! Automatic Reference Naming
20762 \end_layout
20763
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \begin_layout Standard
20770 The LaTeX-package 
20771 \series bold
20772 hyperref
20773 \series default
20774
20775 \begin_inset Index idx
20776 status collapsed
20777
20778 \begin_layout Plain Layout
20779 LaTeX-packages ! hyperref
20780 \end_layout
20781
20782 \end_inset
20783
20784 , that is enabled in the 
20785 \family sans
20786 PDF Properties
20787 \family default
20788  of the 
20789 \family sans
20790 Document Settings
20791 \family default
20792  dialog, provides a very useful feature that cross-references automatically
20793  include the name of the referenced floats (or text parts like 
20794 \emph on
20795 section
20796 \emph default
20797 ).
20798  So you will save having to write e.
20799 \begin_inset space \thinspace{}
20800 \end_inset
20801
20802 g.
20803 \begin_inset space \space{}
20804 \end_inset
20805
20806 the name 
20807 \begin_inset Quotes eld
20808 \end_inset
20809
20810 Figure
20811 \begin_inset Quotes erd
20812 \end_inset
20813
20814  before every reference to a figure.
20815  To use this feature, enable 
20816 \series bold
20817 hyperref
20818 \series default
20819  and insert this line to the LaTeX preamble:
20820 \end_layout
20821
20822 \begin_layout Standard
20823
20824 \series bold
20825
20826 \backslash
20827 AtBeginDocument{
20828 \backslash
20829 renewcommand{
20830 \backslash
20831 ref}[1]{
20832 \backslash
20833 mbox{
20834 \backslash
20835 autoref{#1}}}}
20836 \end_layout
20837
20838 \begin_layout Standard
20839 When you prefer other reference names than the default ones, for example
20840  you want instead of 
20841 \begin_inset Quotes eld
20842 \end_inset
20843
20844 section
20845 \begin_inset Quotes erd
20846 \end_inset
20847
20848  the name 
20849 \begin_inset Quotes eld
20850 \end_inset
20851
20852 sec.
20853 \begin_inset space \thinspace{}
20854 \end_inset
20855
20856
20857 \begin_inset Quotes eld
20858 \end_inset
20859
20860 , you can redefine the name by inserting this in the preamble:
20861 \end_layout
20862
20863 \begin_layout Standard
20864
20865 \series bold
20866
20867 \backslash
20868 addto
20869 \backslash
20870 extrasenglish{
20871 \backslash
20872 renewcommand{
20873 \backslash
20874 sectionautorefname}
20875 \begin_inset Newline newline
20876 \end_inset
20877
20878
20879 \begin_inset Phantom HPhantom
20880 status open
20881
20882 \begin_layout Plain Layout
20883
20884 \series bold
20885 \begin_inset space ~
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \end_inset
20892
20893 {sec.
20894 \backslash
20895 negthinspace}}
20896 \end_layout
20897
20898 \begin_layout Standard
20899 When you are using another document language than English, replace
20900 \begin_inset Newline newline
20901 \end_inset
20902
20903
20904 \series bold
20905
20906 \backslash
20907 extrasenglish
20908 \series default
20909  by 
20910 \series bold
20911
20912 \backslash
20913 extras***
20914 \series default
20915 , where *** is the name of the language used.
20916 \end_layout
20917
20918 \begin_layout Standard
20919 To get automatic names, but not for certain reference types, for example
20920  not for equations, use this preamble code:
20921 \end_layout
20922
20923 \begin_layout Standard
20924
20925 \series bold
20926
20927 \backslash
20928 newlength{
20929 \backslash
20930 abc}
20931 \begin_inset Newline newline
20932 \end_inset
20933
20934
20935 \backslash
20936 settowidth{
20937 \backslash
20938 abc}{
20939 \backslash
20940 space}
20941 \begin_inset Newline newline
20942 \end_inset
20943
20944
20945 \backslash
20946 addto
20947 \backslash
20948 extrasenglish{
20949 \backslash
20950 renewcommand{
20951 \backslash
20952 equationautorefname}
20953 \begin_inset Newline newline
20954 \end_inset
20955
20956
20957 \begin_inset Phantom HPhantom
20958 status open
20959
20960 \begin_layout Plain Layout
20961
20962 \series bold
20963 \begin_inset space ~
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970
20971 {
20972 \backslash
20973 hspace{-
20974 \backslash
20975 abc}}
20976 \end_layout
20977
20978 \begin_layout Standard
20979 More about this topic can be found in 
20980 \series bold
20981 hyperref
20982 \series default
20983 's documentation 
20984 \begin_inset CommandInset citation
20985 LatexCommand cite
20986 key "hyperref"
20987
20988 \end_inset
20989
20990 .
20991 \end_layout
20992
20993 \begin_layout Standard
20994 \begin_inset Note Greyedout
20995 status open
20996
20997 \begin_layout Plain Layout
20998
20999 \series bold
21000 Note:
21001 \series default
21002  Automatic reference naming cannot be used when you use cross-references
21003  in the 
21004 \family sans
21005 Formatted
21006 \begin_inset space ~
21007 \end_inset
21008
21009 reference
21010 \family default
21011  style, as described in section
21012 \begin_inset space ~
21013 \end_inset
21014
21015
21016 \begin_inset CommandInset ref
21017 LatexCommand ref
21018 reference "sub:Cross-Reference-Formats"
21019
21020 \end_inset
21021
21022 .
21023 \end_layout
21024
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \begin_layout Standard
21031 The 
21032 \emph on
21033 Math
21034 \emph default
21035  manual is an example where automatic reference naming is used.
21036 \end_layout
21037
21038 \begin_layout Subsection
21039 Reference Position
21040 \begin_inset CommandInset label
21041 LatexCommand label
21042 name "sub:Reference-Position"
21043
21044 \end_inset
21045
21046
21047 \begin_inset Index idx
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051 References ! Reference Position
21052 \end_layout
21053
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \begin_layout Standard
21060 If you use 
21061 \series bold
21062 hyperref
21063 \series default
21064
21065 \begin_inset Index idx
21066 status collapsed
21067
21068 \begin_layout Plain Layout
21069 LaTeX-packages ! hyperref
21070 \end_layout
21071
21072 \end_inset
21073
21074  in the 
21075 \family sans
21076 PDF Properties
21077 \family default
21078  of the 
21079 \family sans
21080 Document Settings
21081 \family default
21082  dialog to link cross-references in the output, you will see that clicking
21083  on an image float reference jumps to the image label.
21084  The caption will be the first text part on the screen, so that you cannot
21085  see the image without scrolling.
21086  This is because the reference link anchor is placed at the position of
21087  the label.
21088  With the use of the package 
21089 \series bold
21090 hypcap
21091 \series default
21092
21093 \begin_inset Index idx
21094 status collapsed
21095
21096 \begin_layout Plain Layout
21097 LaTeX-packages ! hypcap
21098 \end_layout
21099
21100 \end_inset
21101
21102 , which is part of the LaTeX-package 
21103 \series bold
21104 oberdiek
21105 \series default
21106
21107 \begin_inset Index idx
21108 status collapsed
21109
21110 \begin_layout Plain Layout
21111 LaTeX-packages ! oberdiek
21112 \end_layout
21113
21114 \end_inset
21115
21116 , the link anchor is placed at the beginning of a float.
21117  To use this feature for figure floats, load 
21118 \series bold
21119 hypcap
21120 \series default
21121  in the document preamble with the line
21122 \end_layout
21123
21124 \begin_layout Standard
21125
21126 \series bold
21127
21128 \backslash
21129 usepackage[figure]{hypcap}
21130 \end_layout
21131
21132 \begin_layout Standard
21133 You can also use 
21134 \series bold
21135 hypcap
21136 \series default
21137  for all float types but this is not recommended for stability reasons.
21138  For more information, have a look at 
21139 \series bold
21140 hypcap
21141 \series default
21142 's manual 
21143 \begin_inset CommandInset citation
21144 LatexCommand cite
21145 key "hypcap"
21146
21147 \end_inset
21148
21149 .
21150 \end_layout
21151
21152 \begin_layout Standard
21153 \begin_inset Note Greyedout
21154 status open
21155
21156 \begin_layout Plain Layout
21157
21158 \series bold
21159 Note:
21160 \series default
21161  
21162 \series bold
21163 hypcap
21164 \series default
21165  has no effect on references to subfigures.
21166 \end_layout
21167
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \begin_layout Section
21174 Float Placement
21175 \begin_inset CommandInset label
21176 LatexCommand label
21177 name "sec:Float-Placement"
21178
21179 \end_inset
21180
21181
21182 \begin_inset Index idx
21183 status collapsed
21184
21185 \begin_layout Plain Layout
21186 Floats ! Placement
21187 \end_layout
21188
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \begin_layout Standard
21195 Right-clicking on a float-box opens a dialog where you can alter the placement
21196  options that LaTeX uses for positioning the float.
21197 \begin_inset Newline newline
21198 \end_inset
21199
21200 The option 
21201 \family sans
21202 Span
21203 \begin_inset space ~
21204 \end_inset
21205
21206 columns
21207 \family default
21208  is only useful for two-column documents: If you select it, the float will
21209  span both columns on the page instead of being confined to just one.
21210 \begin_inset Newline newline
21211 \end_inset
21212
21213 The option 
21214 \family sans
21215 Rotate
21216 \begin_inset space ~
21217 \end_inset
21218
21219 sideways
21220 \family default
21221  is used to rotate floats, see section 
21222 \begin_inset CommandInset ref
21223 LatexCommand ref
21224 reference "sec:Rotated-Floats"
21225
21226 \end_inset
21227
21228 .
21229 \end_layout
21230
21231 \begin_layout Standard
21232 You can use one ore more of the following options in the float dialog to
21233  set the placement for a particular float when you uncheck the option 
21234 \family sans
21235 Use
21236 \begin_inset space ~
21237 \end_inset
21238
21239 default
21240 \begin_inset space ~
21241 \end_inset
21242
21243 placement
21244 \family default
21245 :
21246 \end_layout
21247
21248 \begin_layout Description
21249 Here
21250 \begin_inset space ~
21251 \end_inset
21252
21253 if
21254 \begin_inset space ~
21255 \end_inset
21256
21257 possible try to place the float on the position where it has been inserted
21258 \end_layout
21259
21260 \begin_layout Description
21261 Top
21262 \begin_inset space ~
21263 \end_inset
21264
21265 of
21266 \begin_inset space ~
21267 \end_inset
21268
21269 page try to place the float at the top of the current page
21270 \end_layout
21271
21272 \begin_layout Description
21273 Bottom
21274 \begin_inset space ~
21275 \end_inset
21276
21277 of
21278 \begin_inset space ~
21279 \end_inset
21280
21281 page try to place the float at the bottom of the current page
21282 \end_layout
21283
21284 \begin_layout Description
21285 Page
21286 \begin_inset space ~
21287 \end_inset
21288
21289 of
21290 \begin_inset space ~
21291 \end_inset
21292
21293 floats try to place the float on its own page 
21294 \end_layout
21295
21296 \begin_layout Standard
21297 The order of the above option is 
21298 \emph on
21299 always
21300 \emph default
21301  used by LaTeX.
21302  That means, if you use the default placement, LaTeX will first try out
21303  
21304 \family sans
21305 Here
21306 \begin_inset space ~
21307 \end_inset
21308
21309 if
21310 \begin_inset space ~
21311 \end_inset
21312
21313 possible
21314 \family default
21315 , then 
21316 \family sans
21317 Top
21318 \begin_inset space ~
21319 \end_inset
21320
21321 of
21322 \begin_inset space ~
21323 \end_inset
21324
21325 page
21326 \family default
21327 , and then the others.
21328  If you do not use the default, LaTeX will try only the checked options
21329  but in the same order.
21330  If none of the 4
21331 \begin_inset space ~
21332 \end_inset
21333
21334 placements are possible the procedure is internally repeated but it is tried
21335  to put the float on the following page.
21336 \end_layout
21337
21338 \begin_layout Standard
21339 By default, each option has its own rules:
21340 \end_layout
21341
21342 \begin_layout Labeling
21343 \labelwidthstring 00.00.0000
21344
21345 \family sans
21346 Top
21347 \begin_inset space ~
21348 \end_inset
21349
21350 of
21351 \begin_inset space ~
21352 \end_inset
21353
21354 page
21355 \family default
21356  only floats occupying less than 70
21357 \begin_inset space \thinspace{}
21358 \end_inset
21359
21360 % of the page can be placed at the top of a page (
21361 \series bold
21362
21363 \backslash
21364 topfraction
21365 \series default
21366 )
21367 \end_layout
21368
21369 \begin_layout Labeling
21370 \labelwidthstring 00.00.0000
21371
21372 \family sans
21373 Bottom
21374 \begin_inset space ~
21375 \end_inset
21376
21377 of
21378 \begin_inset space ~
21379 \end_inset
21380
21381 page
21382 \family default
21383 : only floats occupying less than 30
21384 \begin_inset space \thinspace{}
21385 \end_inset
21386
21387 % of the page can be placed at the bottom of a page.
21388  (
21389 \series bold
21390
21391 \backslash
21392 bottomfraction
21393 \series default
21394 )
21395 \end_layout
21396
21397 \begin_layout Labeling
21398 \labelwidthstring 00.00.0000
21399
21400 \family sans
21401 Page
21402 \begin_inset space ~
21403 \end_inset
21404
21405 of
21406 \begin_inset space ~
21407 \end_inset
21408
21409 floats
21410 \family default
21411 : only if more than 50
21412 \begin_inset space \thinspace{}
21413 \end_inset
21414
21415 % of the page are occupied by floats, several floats can be set together
21416  on a page.
21417  (
21418 \series bold
21419
21420 \backslash
21421 floatpagefraction
21422 \series default
21423 )
21424 \end_layout
21425
21426 \begin_layout Standard
21427 If you don't like these rules, you can ignore them by using the additional
21428  option 
21429 \family sans
21430 Ignore
21431 \begin_inset space ~
21432 \end_inset
21433
21434 LaTeX
21435 \begin_inset space ~
21436 \end_inset
21437
21438 rules
21439 \family default
21440 .
21441 \begin_inset Newline newline
21442 \end_inset
21443
21444 You can also redefine the rules with LaTeX-commands that are given in parenthese
21445 s after the rules description above.
21446  To increase for example the often too small default of the bottom-rule
21447  to 50
21448 \begin_inset space \thinspace{}
21449 \end_inset
21450
21451 % of the page, add this line to your document preamble:
21452 \end_layout
21453
21454 \begin_layout Standard
21455
21456 \series bold
21457
21458 \backslash
21459 renewcommand{
21460 \backslash
21461 bottomfraction}{0.5}
21462 \end_layout
21463
21464 \begin_layout Standard
21465 Sometimes you might need, under all circumstances, a float to be placed
21466  exactly at the position where it is inserted.
21467  For this case you can use the option 
21468 \family sans
21469 Here
21470 \begin_inset space ~
21471 \end_inset
21472
21473 definitely
21474 \family default
21475 .
21476  Use this option very rarely and only if the document is almost ready to
21477  be printed, because the float is then no longer able to 
21478 \begin_inset Quotes eld
21479 \end_inset
21480
21481 float
21482 \begin_inset Quotes erd
21483 \end_inset
21484
21485  when you change your document and this will often destroy the page layout.
21486 \end_layout
21487
21488 \begin_layout Standard
21489 There are no placement options for text wrap floats, because they are always
21490  surrounded by the text of a certain paragraph.
21491 \begin_inset VSpace bigskip
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \begin_layout Standard
21498 Sometimes you have the problem that a float is placed at the top of a page
21499  while its corresponding section starts at the middle of the page, so that
21500  the reader could think the float is part of the previous section.
21501  To avoid this the LaTeX-command 
21502 \series bold
21503
21504 \backslash
21505 suppressfloats
21506 \series default
21507  can be used.
21508  It suppresses a given float placement for the page where it is inserted
21509  and can therefore be used to avoid floats being set before a section starts.
21510  To get this, add these commands to your document preamble:
21511 \end_layout
21512
21513 \begin_layout Standard
21514
21515 \series bold
21516
21517 \backslash
21518 let
21519 \backslash
21520 mySection
21521 \backslash
21522 section
21523 \begin_inset Newline newline
21524 \end_inset
21525
21526
21527 \backslash
21528 renewcommand{
21529 \backslash
21530 section}{
21531 \backslash
21532 suppressfloats[t]
21533 \backslash
21534 mySection}
21535 \end_layout
21536
21537 \begin_layout Standard
21538 You can define the same for all section headings, like chapters and subsections.
21539  This definition is not recommended to be used for small text parts like
21540  subsubsections because LaTeX may then have problems finding a suitable
21541  placement.
21542 \end_layout
21543
21544 \begin_layout Standard
21545 \begin_inset VSpace bigskip
21546 \end_inset
21547
21548 In some cases it is required to have all figures/tables at the end of the
21549  document.
21550  For this purpose the LaTeX-package 
21551 \series bold
21552 endfloat
21553 \series default
21554
21555 \begin_inset Index idx
21556 status collapsed
21557
21558 \begin_layout Plain Layout
21559 LaTeX-packages ! endfloat
21560 \end_layout
21561
21562 \end_inset
21563
21564  was developed.
21565  It puts all figure and table floats at the end of the document into their
21566  own sections.
21567  At the original float position a text hint like 
21568 \begin_inset Quotes eld
21569 \end_inset
21570
21571
21572 \family sans
21573 [Figure
21574 \begin_inset space ~
21575 \end_inset
21576
21577 3.2 about here.]
21578 \family default
21579
21580 \begin_inset Quotes erd
21581 \end_inset
21582
21583  is inserted.
21584  The endfloat-package is loaded in the preamble with the line
21585 \end_layout
21586
21587 \begin_layout Standard
21588
21589 \series bold
21590
21591 \backslash
21592 usepackage[options]{endfloat}
21593 \end_layout
21594
21595 \begin_layout Standard
21596 There are various package options to format the created figure/table sections.
21597  For more information we refer to the 
21598 \series bold
21599 endfloat
21600 \series default
21601  documentation 
21602 \begin_inset CommandInset citation
21603 LatexCommand cite
21604 key "endfloat"
21605
21606 \end_inset
21607
21608 .
21609 \begin_inset Newline newline
21610 \end_inset
21611
21612
21613 \begin_inset Note Greyedout
21614 status open
21615
21616 \begin_layout Plain Layout
21617
21618 \series bold
21619 Note: endfloat
21620 \series default
21621  doesn't provide an automatic translation for the text hint, you have to
21622  do this manually, see section
21623 \begin_inset space ~
21624 \end_inset
21625
21626 4 in 
21627 \begin_inset CommandInset citation
21628 LatexCommand cite
21629 key "endfloat"
21630
21631 \end_inset
21632
21633 .
21634 \end_layout
21635
21636 \end_inset
21637
21638
21639 \begin_inset Newline newline
21640 \end_inset
21641
21642
21643 \begin_inset Note Greyedout
21644 status open
21645
21646 \begin_layout Plain Layout
21647
21648 \series bold
21649 Note:
21650 \series default
21651  There is currently a bug in 
21652 \series bold
21653 endfloat
21654 \series default
21655  when the caption contains a German 
21656 \begin_inset Quotes eld
21657 \end_inset
21658
21659 ß
21660 \begin_inset Quotes erd
21661 \end_inset
21662
21663 .
21664  Use in this case the command 
21665 \begin_inset Quotes eld
21666 \end_inset
21667
21668
21669 \series bold
21670
21671 \backslash
21672 ss
21673 \series default
21674
21675 \begin_inset Quotes erd
21676 \end_inset
21677
21678  in TeX-Code instead of 
21679 \begin_inset Quotes eld
21680 \end_inset
21681
21682 ß
21683 \begin_inset Quotes erd
21684 \end_inset
21685
21686 .
21687 \end_layout
21688
21689 \end_inset
21690
21691
21692 \end_layout
21693
21694 \begin_layout Standard
21695 \begin_inset VSpace bigskip
21696 \end_inset
21697
21698 For more details about float placements, have a look at LaTeX books, 
21699 \begin_inset CommandInset citation
21700 LatexCommand cite
21701 key "latexcompanion,latexguide,latexbook"
21702
21703 \end_inset
21704
21705 .
21706 \end_layout
21707
21708 \begin_layout Section
21709 Rotated Floats
21710 \begin_inset CommandInset label
21711 LatexCommand label
21712 name "sec:Rotated-Floats"
21713
21714 \end_inset
21715
21716
21717 \begin_inset Index idx
21718 status collapsed
21719
21720 \begin_layout Plain Layout
21721 Floats ! Rotating
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \begin_layout Standard
21730 Especially for wide tables you might have floats rotated.
21731  To rotate a whole float including the caption, right-click on the float-box
21732  and use the option 
21733 \family sans
21734 Rotate
21735 \begin_inset space ~
21736 \end_inset
21737
21738 sideways
21739 \family default
21740 .
21741 \end_layout
21742
21743 \begin_layout Standard
21744 Rotated floats are always placed on a page of their own (or column of their
21745  own; in case you have a multi-column document).
21746  You can let them span several columns using the float settings option 
21747 \family sans
21748 Span
21749 \begin_inset space ~
21750 \end_inset
21751
21752 columns
21753 \family default
21754 .
21755  Floats are rotated so that you can read them from the outside margin.
21756  To force a certain rotation direction for all pages, you can add either
21757  the option 
21758 \series bold
21759 figuresleft
21760 \series default
21761  or 
21762 \series bold
21763 figuresright
21764 \series default
21765  to the document class options.
21766 \end_layout
21767
21768 \begin_layout Standard
21769 Referencing rotated floats is the same as for normal floats, the caption
21770  format is also the same: Table
21771 \begin_inset space ~
21772 \end_inset
21773
21774
21775 \begin_inset CommandInset ref
21776 LatexCommand ref
21777 reference "tab:Rotated-table"
21778
21779 \end_inset
21780
21781  is an example of a rotated table float.
21782 \end_layout
21783
21784 \begin_layout Standard
21785 \begin_inset Note Greyedout
21786 status open
21787
21788 \begin_layout Plain Layout
21789
21790 \series bold
21791 Note:
21792 \series default
21793  Not all DVI-viewers are able to display rotated floats.
21794 \end_layout
21795
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \begin_layout Standard
21802 \begin_inset Float table
21803 wide false
21804 sideways true
21805 status open
21806
21807 \begin_layout Plain Layout
21808 \begin_inset Caption
21809
21810 \begin_layout Plain Layout
21811 \begin_inset CommandInset label
21812 LatexCommand label
21813 name "tab:Rotated-table"
21814
21815 \end_inset
21816
21817  Rotated table
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \end_layout
21824
21825 \begin_layout Plain Layout
21826 \align center
21827 \begin_inset Tabular
21828 <lyxtabular version="3" rows="1" columns="5">
21829 <features tabularvalignment="middle">
21830 <column alignment="center" valignment="top" width="0">
21831 <column alignment="center" valignment="top" width="0">
21832 <column alignment="center" valignment="top" width="0">
21833 <column alignment="center" valignment="top" width="0">
21834 <column alignment="center" valignment="top" width="0">
21835 <row>
21836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 test
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 b
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 c
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 d
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 e
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 </row>
21882 </lyxtabular>
21883
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \begin_layout Section
21895 Subfloats
21896 \begin_inset Index idx
21897 status collapsed
21898
21899 \begin_layout Plain Layout
21900 Floats ! Subfloats
21901 \end_layout
21902
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \begin_layout Standard
21909 Subfloats are for example used when a figure consists of several images.
21910  They are created by inserting a float into an existing float.
21911  The placement of the subfloats can be controlled in the same way as for
21912  paragraphs as shown in table
21913 \begin_inset space ~
21914 \end_inset
21915
21916
21917 \begin_inset CommandInset ref
21918 LatexCommand ref
21919 reference "tab:Two-subtables-side"
21920
21921 \end_inset
21922
21923  and 
21924 \begin_inset CommandInset ref
21925 LatexCommand ref
21926 reference "tab:Two-subtables-upon"
21927
21928 \end_inset
21929
21930 .
21931 \end_layout
21932
21933 \begin_layout Standard
21934 Referencing subfloats works as for normal floats: Table
21935 \begin_inset space ~
21936 \end_inset
21937
21938
21939 \begin_inset CommandInset ref
21940 LatexCommand ref
21941 reference "tab:This-is-subtable-a"
21942
21943 \end_inset
21944
21945  and 
21946 \begin_inset CommandInset ref
21947 LatexCommand ref
21948 reference "tab:This-is-subtable-b"
21949
21950 \end_inset
21951
21952  are subtables of table
21953 \begin_inset space ~
21954 \end_inset
21955
21956
21957 \begin_inset CommandInset ref
21958 LatexCommand ref
21959 reference "tab:Two-subtables-side"
21960
21961 \end_inset
21962
21963 .
21964 \end_layout
21965
21966 \begin_layout Standard
21967 \begin_inset Float table
21968 wide false
21969 sideways false
21970 status open
21971
21972 \begin_layout Plain Layout
21973 \begin_inset Caption
21974
21975 \begin_layout Plain Layout
21976 \begin_inset CommandInset label
21977 LatexCommand label
21978 name "tab:Two-subtables-side"
21979
21980 \end_inset
21981
21982 Two subtables placed side by side.
21983 \end_layout
21984
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \begin_layout Plain Layout
21991 \align center
21992 \begin_inset space \hfill{}
21993 \end_inset
21994
21995
21996 \begin_inset Float table
21997 wide false
21998 sideways false
21999 status collapsed
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Caption
22003
22004 \begin_layout Plain Layout
22005 \begin_inset CommandInset label
22006 LatexCommand label
22007 name "tab:This-is-subtable-a"
22008
22009 \end_inset
22010
22011 This is subtable a.
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Plain Layout
22020 \align center
22021 \begin_inset Tabular
22022 <lyxtabular version="3" rows="1" columns="5">
22023 <features tabularvalignment="middle">
22024 <column alignment="center" valignment="top" width="0">
22025 <column alignment="center" valignment="top" width="0">
22026 <column alignment="center" valignment="top" width="0">
22027 <column alignment="center" valignment="top" width="0">
22028 <column alignment="center" valignment="top" width="0">
22029 <row>
22030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 test
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 b
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 c
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 d
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 e
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 </lyxtabular>
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \begin_inset space \hfill{}
22087 \end_inset
22088
22089
22090 \begin_inset Float table
22091 wide false
22092 sideways false
22093 status collapsed
22094
22095 \begin_layout Plain Layout
22096 \begin_inset Caption
22097
22098 \begin_layout Plain Layout
22099 \begin_inset CommandInset label
22100 LatexCommand label
22101 name "tab:This-is-subtable-b"
22102
22103 \end_inset
22104
22105 This is subtable b.
22106 \end_layout
22107
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \begin_layout Plain Layout
22114 \align center
22115 \begin_inset Tabular
22116 <lyxtabular version="3" rows="1" columns="5">
22117 <features tabularvalignment="middle">
22118 <column alignment="center" valignment="top" width="0">
22119 <column alignment="center" valignment="top" width="0">
22120 <column alignment="center" valignment="top" width="0">
22121 <column alignment="center" valignment="top" width="0">
22122 <column alignment="center" valignment="top" width="0">
22123 <row>
22124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 e
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 d
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 c
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 b
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 test
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 </lyxtabular>
22171
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \end_inset
22178
22179
22180 \begin_inset space \hfill{}
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \end_inset
22187
22188
22189 \end_layout
22190
22191 \begin_layout Standard
22192 \begin_inset Float table
22193 wide false
22194 sideways false
22195 status open
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Caption
22199
22200 \begin_layout Plain Layout
22201 \begin_inset CommandInset label
22202 LatexCommand label
22203 name "tab:Two-subtables-upon"
22204
22205 \end_inset
22206
22207 Two subtables placed one above the other.
22208  (a) table with 4 cells, (b) table with 5 cells.
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \begin_layout Plain Layout
22217 \align center
22218 \begin_inset Float table
22219 wide false
22220 sideways false
22221 status collapsed
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Caption
22225
22226 \begin_layout Plain Layout
22227
22228 \end_layout
22229
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \begin_layout Plain Layout
22236 \align center
22237 \begin_inset Tabular
22238 <lyxtabular version="3" rows="1" columns="4">
22239 <features tabularvalignment="middle">
22240 <column alignment="center" valignment="top" width="0">
22241 <column alignment="center" valignment="top" width="0">
22242 <column alignment="center" valignment="top" width="0">
22243 <column alignment="center" valignment="top" width="0">
22244 <row>
22245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 test
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 test
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 test
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 test
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 </lyxtabular>
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \begin_layout Plain Layout
22295 \align center
22296 \begin_inset Float table
22297 wide false
22298 sideways false
22299 status collapsed
22300
22301 \begin_layout Plain Layout
22302 \begin_inset Caption
22303
22304 \begin_layout Plain Layout
22305
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Plain Layout
22314 \align center
22315 \begin_inset Tabular
22316 <lyxtabular version="3" rows="1" columns="5">
22317 <features tabularvalignment="middle">
22318 <column alignment="center" valignment="top" width="0">
22319 <column alignment="center" valignment="top" width="0">
22320 <column alignment="center" valignment="top" width="0">
22321 <column alignment="center" valignment="top" width="0">
22322 <column alignment="center" valignment="top" width="0">
22323 <row>
22324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328 a
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 b
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 c
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 d
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 e
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 </row>
22370 </lyxtabular>
22371
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \begin_layout Section
22388 Floats Side by Side
22389 \begin_inset Index idx
22390 status collapsed
22391
22392 \begin_layout Plain Layout
22393 Floats ! Side by side
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \begin_layout Standard
22402 To place floats side by side, as in Figures
22403 \begin_inset space ~
22404 \end_inset
22405
22406
22407 \begin_inset CommandInset ref
22408 LatexCommand ref
22409 reference "fig:Float-left"
22410
22411 \end_inset
22412
22413  and 
22414 \begin_inset CommandInset ref
22415 LatexCommand ref
22416 reference "fig:Float-right"
22417
22418 \end_inset
22419
22420 , only 
22421 \emph on
22422 one
22423 \emph default
22424  float is used.
22425  In it two minipage boxes are inserted.
22426 \begin_inset Foot
22427 status collapsed
22428
22429 \begin_layout Plain Layout
22430 Minipages are explained in section
22431 \begin_inset space ~
22432 \end_inset
22433
22434
22435 \begin_inset CommandInset ref
22436 LatexCommand ref
22437 reference "sec:Minipages"
22438
22439 \end_inset
22440
22441 .
22442 \end_layout
22443
22444 \end_inset
22445
22446  The width is set to 45
22447 \begin_inset space \thinspace{}
22448 \end_inset
22449
22450 -50
22451 \begin_inset space \thinspace{}
22452 \end_inset
22453
22454 column% and the box alignment to 
22455 \family sans
22456 Bottom
22457 \family default
22458  for each minipage.
22459  The minipage boxes contain the image and the caption in the same way as
22460  they are in a float.
22461  The only difference is that the image unit 
22462 \family sans
22463 Column
22464 \begin_inset space ~
22465 \end_inset
22466
22467 Width
22468 \begin_inset space ~
22469 \end_inset
22470
22471 %
22472 \family default
22473  is now calculated according to the width of the minipage boxes.
22474 \end_layout
22475
22476 \begin_layout Standard
22477 \begin_inset Float figure
22478 wide false
22479 sideways false
22480 status open
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Box Frameless
22484 position "b"
22485 hor_pos "c"
22486 has_inner_box 1
22487 inner_pos "t"
22488 use_parbox 0
22489 use_makebox 0
22490 width "45col%"
22491 special "none"
22492 height "1in"
22493 height_special "totalheight"
22494 status open
22495
22496 \begin_layout Plain Layout
22497 \align center
22498 \begin_inset Graphics
22499         filename clipart/mobius.eps
22500         lyxscale 50
22501         width 100col%
22502         scaleBeforeRotation
22503
22504 \end_inset
22505
22506
22507 \end_layout
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Caption
22511
22512 \begin_layout Plain Layout
22513 \begin_inset CommandInset label
22514 LatexCommand label
22515 name "fig:Float-left"
22516
22517 \end_inset
22518
22519 Float on the left side.
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \begin_inset space \hfill{}
22531 \end_inset
22532
22533
22534 \begin_inset Box Frameless
22535 position "b"
22536 hor_pos "c"
22537 has_inner_box 1
22538 inner_pos "t"
22539 use_parbox 0
22540 use_makebox 0
22541 width "45col%"
22542 special "none"
22543 height "1in"
22544 height_special "totalheight"
22545 status open
22546
22547 \begin_layout Plain Layout
22548 \align center
22549 \begin_inset Graphics
22550         filename clipart/platypus.eps
22551         lyxscale 50
22552         width 100col%
22553         scaleBeforeRotation
22554
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Caption
22562
22563 \begin_layout Plain Layout
22564 \begin_inset CommandInset label
22565 LatexCommand label
22566 name "fig:Float-right"
22567
22568 \end_inset
22569
22570 Float on the right side.
22571 \end_layout
22572
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \begin_layout Plain Layout
22584
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \begin_layout Section
22593 Caption Formatting
22594 \begin_inset Index idx
22595 status collapsed
22596
22597 \begin_layout Plain Layout
22598 Caption ! Formatting
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \begin_inset Index idx
22605 status collapsed
22606
22607 \begin_layout Plain Layout
22608 Floats ! Caption Formatting
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \begin_inset CommandInset label
22615 LatexCommand label
22616 name "sec:Caption-Formatting"
22617
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \begin_layout Standard
22624 The 
22625 \family sans
22626 Caption
22627 \family default
22628  environment is the default paragraph environment for 
22629 \family sans
22630 Floats
22631 \family default
22632 .
22633  On the LyX screen captions appear as label, e.
22634 \begin_inset space \thinspace{}
22635 \end_inset
22636
22637 g.
22638 \begin_inset space \space{}
22639 \end_inset
22640
22641
22642 \begin_inset Quotes eld
22643 \end_inset
22644
22645
22646 \family sans
22647 Figure #:
22648 \family default
22649
22650 \begin_inset Quotes erd
22651 \end_inset
22652
22653  followed by the caption text.
22654  
22655 \begin_inset Quotes eld
22656 \end_inset
22657
22658 #
22659 \begin_inset Quotes erd
22660 \end_inset
22661
22662  is the actual reference number.
22663  By default the label and the number are in the same font as the caption
22664  text and a colon follows the number to divide the label from the text.
22665  This caption format is not suitable for all document formats.
22666  
22667 \end_layout
22668
22669 \begin_layout Standard
22670 To change the default caption format, load the LaTeX-package 
22671 \series bold
22672 caption
22673 \series default
22674
22675 \begin_inset Index idx
22676 status collapsed
22677
22678 \begin_layout Plain Layout
22679 LaTeX-packages ! caption
22680 \end_layout
22681
22682 \end_inset
22683
22684  in the document preamble with this line:
22685 \end_layout
22686
22687 \begin_layout Standard
22688
22689 \series bold
22690
22691 \backslash
22692 usepackage[format definition]{caption}
22693 \end_layout
22694
22695 \begin_layout Standard
22696 To have for example the label and the number in sans-serif bold font and
22697  the table captions always above the table as in this document, use the
22698  following command:
22699 \end_layout
22700
22701 \begin_layout Standard
22702
22703 \series bold
22704
22705 \backslash
22706 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22707 \end_layout
22708
22709 \begin_layout Standard
22710 You can also define different caption formats for the different float types.
22711  In this case load the 
22712 \series bold
22713 caption
22714 \series default
22715  package without format specific options and define the different formats
22716  with the help of the command
22717 \end_layout
22718
22719 \begin_layout Standard
22720
22721 \series bold
22722
22723 \backslash
22724 captionsetup[float type]{format definition}
22725 \end_layout
22726
22727 \begin_layout Standard
22728 in the document preamble.
22729  For example the caption formats of Figure
22730 \begin_inset space ~
22731 \end_inset
22732
22733
22734 \begin_inset CommandInset ref
22735 LatexCommand ref
22736 reference "fig:This-is-an-fig"
22737
22738 \end_inset
22739
22740  and Table
22741 \begin_inset space ~
22742 \end_inset
22743
22744
22745 \begin_inset CommandInset ref
22746 LatexCommand ref
22747 reference "tab:This-is-an-tab"
22748
22749 \end_inset
22750
22751  can be created using these commands in the document preamble:
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \series bold
22757
22758 \backslash
22759 usepackage[tableposition=top]{caption}
22760 \series default
22761
22762 \begin_inset Newline newline
22763 \end_inset
22764
22765
22766 \series bold
22767
22768 \backslash
22769 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22770 \begin_inset Newline newline
22771 \end_inset
22772
22773
22774 \begin_inset Phantom HPhantom
22775 status open
22776
22777 \begin_layout Plain Layout
22778
22779 \series bold
22780
22781 \backslash
22782 captionsetup[figure]{
22783 \end_layout
22784
22785 \end_inset
22786
22787 labelsep=period}
22788 \begin_inset Newline newline
22789 \end_inset
22790
22791
22792 \backslash
22793 captionsetup[table]{labelfont={bf,sf}}
22794 \end_layout
22795
22796 \begin_layout Standard
22797 \begin_inset Note Greyedout
22798 status open
22799
22800 \begin_layout Plain Layout
22801
22802 \series bold
22803 Note:
22804 \series default
22805  The option 
22806 \series bold
22807 tableposition=top
22808 \series default
22809  has no effect when a 
22810 \series bold
22811 KOMA-Script
22812 \series default
22813
22814 \begin_inset Index idx
22815 status collapsed
22816
22817 \begin_layout Plain Layout
22818 LaTeX-packages ! KOMA-Script
22819 \end_layout
22820
22821 \end_inset
22822
22823  document class is used.
22824  In this case the document class option 
22825 \series bold
22826 captions=tableheading
22827 \series default
22828  must be used.
22829 \end_layout
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \begin_layout Standard
22837 For more information about the package 
22838 \series bold
22839 caption
22840 \series default
22841  we refer to its documentation 
22842 \begin_inset CommandInset citation
22843 LatexCommand cite
22844 key "caption"
22845
22846 \end_inset
22847
22848 .
22849 \end_layout
22850
22851 \begin_layout Standard
22852 To change the label name from e.
22853 \begin_inset space \thinspace{}
22854 \end_inset
22855
22856 g.
22857 \begin_inset space \space{}
22858 \end_inset
22859
22860
22861 \begin_inset Quotes eld
22862 \end_inset
22863
22864 Figure
22865 \begin_inset Quotes erd
22866 \end_inset
22867
22868  to 
22869 \begin_inset Quotes eld
22870 \end_inset
22871
22872 Image
22873 \begin_inset Quotes erd
22874 \end_inset
22875
22876  use this preamble command:
22877 \end_layout
22878
22879 \begin_layout Standard
22880
22881 \series bold
22882
22883 \backslash
22884 renewcommand{
22885 \backslash
22886 fnum@figure}{Image~
22887 \backslash
22888 thefigure}
22889 \end_layout
22890
22891 \begin_layout Standard
22892 where 
22893 \series bold
22894
22895 \backslash
22896 thefigure
22897 \series default
22898  inserts the figure number and
22899 \series bold
22900  
22901 \begin_inset Quotes eld
22902 \end_inset
22903
22904 ~
22905 \series default
22906
22907 \begin_inset Quotes erd
22908 \end_inset
22909
22910  creates a protected space.
22911 \end_layout
22912
22913 \begin_layout Standard
22914 \begin_inset VSpace bigskip
22915 \end_inset
22916
22917 If you are using a 
22918 \series bold
22919 KOMA-Script
22920 \series default
22921
22922 \begin_inset Index idx
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926 LaTeX-packages ! KOMA-Script
22927 \end_layout
22928
22929 \end_inset
22930
22931  document class (
22932 \family sans
22933 article (KOMA-Script)
22934 \family default
22935
22936 \family sans
22937 book (KOMA-Script)
22938 \family default
22939
22940 \family sans
22941 letter (KOMA-Script)
22942 \family default
22943 , or 
22944 \family sans
22945 report (KOMA-Script)
22946 \family default
22947
22948 \begin_inset space \thinspace{}
22949 \end_inset
22950
22951 ), you can alternatively to the 
22952 \series bold
22953 caption
22954 \series default
22955  package use 
22956 \series bold
22957 KOMA-Script
22958 \series default
22959 's built-in command 
22960 \series bold
22961
22962 \backslash
22963 setkomafont
22964 \series default
22965 .
22966  For example, to have the caption label in bold, add this command to your
22967  document preamble:
22968 \end_layout
22969
22970 \begin_layout Standard
22971
22972 \series bold
22973
22974 \backslash
22975 setkomafont{captionlabel}{
22976 \backslash
22977 bfseries}
22978 \end_layout
22979
22980 \begin_layout Standard
22981 For more information about 
22982 \series bold
22983
22984 \backslash
22985 setkomafont
22986 \series default
22987  we refer to the 
22988 \series bold
22989 KOMA-Script
22990 \series default
22991  documentation 
22992 \begin_inset CommandInset citation
22993 LatexCommand cite
22994 key "KOMA-Script"
22995
22996 \end_inset
22997
22998 .
22999 \end_layout
23000
23001 \begin_layout Standard
23002 \begin_inset ERT
23003 status collapsed
23004
23005 \begin_layout Plain Layout
23006
23007
23008 \backslash
23009 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23010 }
23011 \end_layout
23012
23013 \end_inset
23014
23015
23016 \begin_inset Note Note
23017 status open
23018
23019 \begin_layout Plain Layout
23020 The caption format is changed only for this example.
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \begin_layout Standard
23029 \begin_inset Float figure
23030 placement !p
23031 wide false
23032 sideways false
23033 status open
23034
23035 \begin_layout Plain Layout
23036 \align center
23037 \begin_inset Graphics
23038         filename clipart/mobius.eps
23039         lyxscale 50
23040         scale 50
23041         scaleBeforeRotation
23042
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \begin_layout Plain Layout
23049 \begin_inset Caption
23050
23051 \begin_layout Plain Layout
23052 \begin_inset CommandInset label
23053 LatexCommand label
23054 name "fig:This-is-an-fig"
23055
23056 \end_inset
23057
23058 This is an example figure caption that is longer than one line to show the
23059  different caption format.
23060  Here a self-defined caption format is used.
23061 \end_layout
23062
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \begin_layout Standard
23074 \begin_inset ERT
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078
23079
23080 \backslash
23081 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23082 on}
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \begin_layout Standard
23091 \begin_inset Float table
23092 placement !p
23093 wide false
23094 sideways false
23095 status open
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Caption
23099
23100 \begin_layout Plain Layout
23101 \begin_inset CommandInset label
23102 LatexCommand label
23103 name "tab:This-is-an-tab"
23104
23105 \end_inset
23106
23107 This is an example table caption that is longer than one line to show the
23108  different caption format.
23109  Here the standard caption format for tables in this document is used.
23110 \end_layout
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \begin_layout Plain Layout
23118 \align center
23119 \begin_inset Tabular
23120 <lyxtabular version="3" rows="1" columns="5">
23121 <features tabularvalignment="middle">
23122 <column alignment="center" valignment="top" width="0">
23123 <column alignment="center" valignment="top" width="0">
23124 <column alignment="center" valignment="top" width="0">
23125 <column alignment="center" valignment="top" width="0">
23126 <column alignment="center" valignment="top" width="0">
23127 <row>
23128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 a
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 b
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 c
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 d
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 e
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 </row>
23174 </lyxtabular>
23175
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \begin_layout Section
23187 Caption Placement
23188 \begin_inset Index idx
23189 status collapsed
23190
23191 \begin_layout Plain Layout
23192 Caption ! Placement
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \begin_inset Index idx
23199 status collapsed
23200
23201 \begin_layout Plain Layout
23202 Floats ! Caption Placement
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \begin_inset CommandInset label
23209 LatexCommand label
23210 name "sec:Caption-Placement"
23211
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \begin_layout Standard
23218 The common caption placement rule is:
23219 \end_layout
23220
23221 \begin_layout Description
23222 Figure: Caption is set below the figure
23223 \end_layout
23224
23225 \begin_layout Description
23226 Table: Caption is set above the table
23227 \end_layout
23228
23229 \begin_layout Standard
23230 Having the caption above the table is unfortunately not supported in LaTeX's
23231  standard classes.
23232  That means if you are using the document classes 
23233 \family sans
23234 article
23235 \family default
23236
23237 \family sans
23238 book
23239 \family default
23240
23241 \family sans
23242 letter
23243 \family default
23244 , or 
23245 \family sans
23246 report
23247 \family default
23248  there will be no space between the caption and the table.
23249  To insert the necessary space, add the following option to the load command
23250  of the LaTeX-package 
23251 \series bold
23252 caption
23253 \series default
23254  in your document preamble
23255 \begin_inset Foot
23256 status collapsed
23257
23258 \begin_layout Plain Layout
23259 See section
23260 \begin_inset space ~
23261 \end_inset
23262
23263
23264 \begin_inset CommandInset ref
23265 LatexCommand ref
23266 reference "sec:Caption-Formatting"
23267
23268 \end_inset
23269
23270  for more information of the package 
23271 \series bold
23272 caption
23273 \series default
23274 .
23275 \end_layout
23276
23277 \end_inset
23278
23279 :
23280 \end_layout
23281
23282 \begin_layout Standard
23283
23284 \series bold
23285 tableposition=top
23286 \end_layout
23287
23288 \begin_layout Standard
23289 If you are using a 
23290 \series bold
23291 KOMA-Script
23292 \series default
23293
23294 \begin_inset Index idx
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298 LaTeX-packages ! KOMA-Script
23299 \end_layout
23300
23301 \end_inset
23302
23303  document class (
23304 \family sans
23305 article (KOMA-Script)
23306 \family default
23307
23308 \family sans
23309 book (KOMA-Script)
23310 \family default
23311
23312 \family sans
23313 letter (KOMA-Script)
23314 \family default
23315 , or 
23316 \family sans
23317 report (KOMA-Script)
23318 \family default
23319
23320 \begin_inset space \thinspace{}
23321 \end_inset
23322
23323 ), you can alternatively to the 
23324 \series bold
23325 caption
23326 \series default
23327  package set the document class option 
23328 \series bold
23329 captions=tableheading
23330 \series default
23331 .
23332 \end_layout
23333
23334 \begin_layout Standard
23335 \begin_inset VSpace bigskip
23336 \end_inset
23337
23338 It is also possible to set the caption beside a figure or table.
23339  To get this the LaTeX-package 
23340 \series bold
23341 sidecap
23342 \series default
23343
23344 \begin_inset Index idx
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348 LaTeX-packages ! sidecap
23349 \end_layout
23350
23351 \end_inset
23352
23353  has to be loaded in the document preamble with the line
23354 \end_layout
23355
23356 \begin_layout Standard
23357
23358 \series bold
23359
23360 \backslash
23361 usepackage[option]{sidecap}
23362 \end_layout
23363
23364 \begin_layout Standard
23365 If you set no option, the caption is placed on the side of the outer page
23366  margin â€“ to the right on odd pages, to the left on even pages.
23367  You can change the placement to inner margin with the option 
23368 \series bold
23369 innercaption
23370 \series default
23371 .
23372  To force the placement always to the right or left, use the option 
23373 \series bold
23374 rightcaption
23375 \series default
23376  or 
23377 \series bold
23378 leftcaption
23379 \series default
23380 , respectively.
23381 \end_layout
23382
23383 \begin_layout Standard
23384 \begin_inset ERT
23385 status collapsed
23386
23387 \begin_layout Plain Layout
23388
23389
23390 \backslash
23391 ifsidecap
23392 \end_layout
23393
23394 \end_inset
23395
23396
23397 \begin_inset Note Note
23398 status open
23399
23400 \begin_layout Plain Layout
23401 The following section will only be displayed when the LaTeX-package 
23402 \series bold
23403 sidecap
23404 \series default
23405  is installed.
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \begin_layout Standard
23414 To place in LyX the caption of a float on the side, it is necessary to add
23415  these commands to the document preamble:
23416 \end_layout
23417
23418 \begin_layout Standard
23419 \noindent
23420 \begin_inset CommandInset line
23421 LatexCommand rule
23422 offset "0.5ex"
23423 width "100line%"
23424 height "1pt"
23425
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \begin_layout Standard
23432
23433 \series bold
23434
23435 \backslash
23436 newcommand{
23437 \backslash
23438 TabBesBeg}{%
23439 \begin_inset Newline newline
23440 \end_inset
23441
23442
23443 \begin_inset Phantom HPhantom
23444 status open
23445
23446 \begin_layout Plain Layout
23447
23448 \series bold
23449 \begin_inset space ~
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \backslash
23459 let
23460 \backslash
23461 MyTable
23462 \backslash
23463 table
23464 \begin_inset Newline newline
23465 \end_inset
23466
23467
23468 \begin_inset Phantom HPhantom
23469 status open
23470
23471 \begin_layout Plain Layout
23472
23473 \series bold
23474 \begin_inset space ~
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \end_inset
23481
23482
23483 \backslash
23484 let
23485 \backslash
23486 MyEndtable
23487 \backslash
23488 endtable
23489 \begin_inset Newline newline
23490 \end_inset
23491
23492
23493 \begin_inset Phantom HPhantom
23494 status open
23495
23496 \begin_layout Plain Layout
23497
23498 \series bold
23499 \begin_inset space ~
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \backslash
23509 renewenvironment{table}{
23510 \backslash
23511 begin{SCtable}}{
23512 \backslash
23513 end{SCtable}}}
23514 \end_layout
23515
23516 \begin_layout Standard
23517
23518 \series bold
23519
23520 \backslash
23521 newcommand{
23522 \backslash
23523 TabBesEnd}{%
23524 \begin_inset Newline newline
23525 \end_inset
23526
23527
23528 \begin_inset Phantom HPhantom
23529 status open
23530
23531 \begin_layout Plain Layout
23532
23533 \series bold
23534 \begin_inset space ~
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541
23542
23543 \backslash
23544 let
23545 \backslash
23546 table
23547 \backslash
23548 MyTable
23549 \begin_inset Newline newline
23550 \end_inset
23551
23552
23553 \begin_inset Phantom HPhantom
23554 status open
23555
23556 \begin_layout Plain Layout
23557
23558 \series bold
23559 \begin_inset space ~
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \backslash
23569 let
23570 \backslash
23571 endtable
23572 \backslash
23573 MyEndtable
23574 \end_layout
23575
23576 \begin_layout Standard
23577
23578 \series bold
23579
23580 \backslash
23581 newcommand{
23582 \backslash
23583 FigBesBeg}{%
23584 \begin_inset Newline newline
23585 \end_inset
23586
23587
23588 \begin_inset Phantom HPhantom
23589 status open
23590
23591 \begin_layout Plain Layout
23592
23593 \series bold
23594 \begin_inset space ~
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601
23602
23603 \backslash
23604 let
23605 \backslash
23606 MyFigure
23607 \backslash
23608 figure
23609 \begin_inset Newline newline
23610 \end_inset
23611
23612
23613 \begin_inset Phantom HPhantom
23614 status open
23615
23616 \begin_layout Plain Layout
23617
23618 \series bold
23619 \begin_inset space ~
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626
23627
23628 \backslash
23629 let
23630 \backslash
23631 MyEndfigure
23632 \backslash
23633 endfigure
23634 \begin_inset Newline newline
23635 \end_inset
23636
23637
23638 \begin_inset Phantom HPhantom
23639 status open
23640
23641 \begin_layout Plain Layout
23642
23643 \series bold
23644 \begin_inset space ~
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651
23652
23653 \backslash
23654 renewenvironment{figure}{
23655 \backslash
23656 begin{SCfigure}}{
23657 \backslash
23658 end{SCfigure}}}
23659 \end_layout
23660
23661 \begin_layout Standard
23662
23663 \series bold
23664
23665 \backslash
23666 newcommand{
23667 \backslash
23668 FigBesEnd}{%
23669 \begin_inset Newline newline
23670 \end_inset
23671
23672
23673 \begin_inset Phantom HPhantom
23674 status open
23675
23676 \begin_layout Plain Layout
23677
23678 \series bold
23679 \begin_inset space ~
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686
23687
23688 \backslash
23689 let
23690 \backslash
23691 figure
23692 \backslash
23693 MyFigure
23694 \begin_inset Newline newline
23695 \end_inset
23696
23697
23698 \begin_inset Phantom HPhantom
23699 status open
23700
23701 \begin_layout Plain Layout
23702
23703 \series bold
23704 \begin_inset space ~
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \backslash
23714 let
23715 \backslash
23716 endfigure
23717 \backslash
23718 MyEndfigure}
23719 \end_layout
23720
23721 \begin_layout Standard
23722 \noindent
23723 \begin_inset CommandInset line
23724 LatexCommand rule
23725 offset "0.5ex"
23726 width "100line%"
23727 height "1pt"
23728
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \begin_layout Standard
23735 The commands allow you to redefine the floats so that the caption is set
23736  on the side.
23737  For figure floats use the command
23738 \end_layout
23739
23740 \begin_layout Standard
23741
23742 \series bold
23743
23744 \backslash
23745 FigBesBeg
23746 \end_layout
23747
23748 \begin_layout Standard
23749 in TeX-Code before the float.
23750  After the float insert the command
23751 \end_layout
23752
23753 \begin_layout Standard
23754
23755 \series bold
23756
23757 \backslash
23758 FigBesEnd
23759 \end_layout
23760
23761 \begin_layout Standard
23762 in TeX-Code to get back to the original float definition.
23763 \end_layout
23764
23765 \begin_layout Standard
23766 For table floats use the corresponding commands
23767 \end_layout
23768
23769 \begin_layout Standard
23770
23771 \series bold
23772
23773 \backslash
23774 TabBesBeg
23775 \series default
23776  and 
23777 \series bold
23778
23779 \backslash
23780 TabBesEnd
23781 \end_layout
23782
23783 \begin_layout Standard
23784 Figure
23785 \begin_inset space ~
23786 \end_inset
23787
23788
23789 \begin_inset CommandInset ref
23790 LatexCommand ref
23791 reference "fig:cap-beside-fig"
23792
23793 \end_inset
23794
23795  and Table
23796 \begin_inset space ~
23797 \end_inset
23798
23799
23800 \begin_inset CommandInset ref
23801 LatexCommand ref
23802 reference "tab:cap-beside-tab"
23803
23804 \end_inset
23805
23806  are examples where the caption is set beside.
23807 \end_layout
23808
23809 \begin_layout Standard
23810 You can see in the examples that the caption text appears at the top of
23811  the floats for table floats and at the bottom for figure floats.
23812  To change this, you can use the command
23813 \end_layout
23814
23815 \begin_layout Standard
23816
23817 \series bold
23818
23819 \backslash
23820 sidecaptionvpos{float type}{placement}
23821 \end_layout
23822
23823 \begin_layout Standard
23824 in the document preamble or in TeX-Code before the float.
23825  The float type is either 
23826 \family sans
23827 figure
23828 \family default
23829  or 
23830 \family sans
23831 table
23832 \family default
23833 , the placement can be 
23834 \begin_inset Quotes eld
23835 \end_inset
23836
23837
23838 \family sans
23839 t
23840 \family default
23841
23842 \begin_inset Quotes erd
23843 \end_inset
23844
23845  for top, 
23846 \begin_inset Quotes eld
23847 \end_inset
23848
23849
23850 \family sans
23851 c
23852 \family default
23853
23854 \begin_inset Quotes erd
23855 \end_inset
23856
23857  for center, or 
23858 \begin_inset Quotes eld
23859 \end_inset
23860
23861
23862 \family sans
23863 b
23864 \family default
23865
23866 \begin_inset Quotes erd
23867 \end_inset
23868
23869  for bottom.
23870  To have for example the caption of figure floats vertically centered, use
23871  the command
23872 \end_layout
23873
23874 \begin_layout Standard
23875
23876 \series bold
23877
23878 \backslash
23879 sidecaptionvpos{figure}{c}
23880 \end_layout
23881
23882 \begin_layout Standard
23883 This was used for Figure
23884 \begin_inset space ~
23885 \end_inset
23886
23887
23888 \begin_inset CommandInset ref
23889 LatexCommand ref
23890 reference "fig:cap-beside-fig-2"
23891
23892 \end_inset
23893
23894 .
23895 \end_layout
23896
23897 \begin_layout Standard
23898 \begin_inset VSpace medskip
23899 \end_inset
23900
23901 For more information about the package 
23902 \series bold
23903 sidecap
23904 \series default
23905  we refer to its documentation 
23906 \begin_inset CommandInset citation
23907 LatexCommand cite
23908 key "sidecap"
23909
23910 \end_inset
23911
23912 .
23913 \end_layout
23914
23915 \begin_layout Standard
23916 \begin_inset Note Greyedout
23917 status open
23918
23919 \begin_layout Plain Layout
23920
23921 \series bold
23922 Note:
23923 \series default
23924  The LaTeX-package 
23925 \series bold
23926 hypcap
23927 \series default
23928
23929 \begin_inset Index idx
23930 status collapsed
23931
23932 \begin_layout Plain Layout
23933 LaTeX-packages ! hypcap
23934 \end_layout
23935
23936 \end_inset
23937
23938 , described in section
23939 \begin_inset space ~
23940 \end_inset
23941
23942
23943 \begin_inset CommandInset ref
23944 LatexCommand ref
23945 reference "sub:Reference-Position"
23946
23947 \end_inset
23948
23949 , has no effect on floats with the caption set beside.
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 \begin_inset ERT
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962
23963
23964 \backslash
23965 FigBesBeg 
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \begin_layout Standard
23974 \begin_inset Float figure
23975 wide false
23976 sideways false
23977 status open
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Graphics
23981         filename clipart/escher-lsd.eps
23982         scale 75
23983         scaleBeforeRotation
23984
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \begin_layout Plain Layout
23991 \begin_inset Caption
23992
23993 \begin_layout Plain Layout
23994 \begin_inset CommandInset label
23995 LatexCommand label
23996 name "fig:cap-beside-fig"
23997
23998 \end_inset
23999
24000 This is a caption beside a figure.
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \begin_layout Standard
24014 \begin_inset ERT
24015 status collapsed
24016
24017 \begin_layout Plain Layout
24018
24019
24020 \backslash
24021 TabBesBeg 
24022 \end_layout
24023
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \begin_layout Standard
24030 \begin_inset Float table
24031 wide false
24032 sideways false
24033 status open
24034
24035 \begin_layout Plain Layout
24036 \begin_inset Caption
24037
24038 \begin_layout Plain Layout
24039 \begin_inset CommandInset label
24040 LatexCommand label
24041 name "tab:cap-beside-tab"
24042
24043 \end_inset
24044
24045 This is a caption beside a table.
24046 \end_layout
24047
24048 \end_inset
24049
24050
24051 \end_layout
24052
24053 \begin_layout Plain Layout
24054 \begin_inset Tabular
24055 <lyxtabular version="3" rows="4" columns="5">
24056 <features tabularvalignment="middle">
24057 <column alignment="center" valignment="top" width="0">
24058 <column alignment="center" valignment="top" width="0">
24059 <column alignment="center" valignment="top" width="0">
24060 <column alignment="center" valignment="top" width="0">
24061 <column alignment="center" valignment="top" width="0">
24062 <row>
24063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067 a
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 b
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 c
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 d
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141 e
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 </row>
24156 <row>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 f
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179 g
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197 h
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 i
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235 j
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 </lyxtabular>
24251
24252 \end_inset
24253
24254
24255 \end_layout
24256
24257 \end_inset
24258
24259
24260 \end_layout
24261
24262 \begin_layout Standard
24263 \begin_inset ERT
24264 status collapsed
24265
24266 \begin_layout Plain Layout
24267
24268
24269 \backslash
24270 TabBesEnd
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \begin_layout Standard
24279 \begin_inset ERT
24280 status collapsed
24281
24282 \begin_layout Plain Layout
24283
24284
24285 \backslash
24286 sidecaptionvpos{figure}{c}
24287 \end_layout
24288
24289 \end_inset
24290
24291
24292 \begin_inset Float figure
24293 wide false
24294 sideways false
24295 status open
24296
24297 \begin_layout Plain Layout
24298 \begin_inset Graphics
24299         filename clipart/escher-lsd.eps
24300         scale 75
24301         scaleBeforeRotation
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Plain Layout
24309 \begin_inset Caption
24310
24311 \begin_layout Plain Layout
24312 \begin_inset CommandInset label
24313 LatexCommand label
24314 name "fig:cap-beside-fig-2"
24315
24316 \end_inset
24317
24318 This is a vertically centered caption beside a figure.
24319 \end_layout
24320
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 \begin_inset ERT
24333 status collapsed
24334
24335 \begin_layout Plain Layout
24336
24337
24338 \backslash
24339 FigBesEnd
24340 \end_layout
24341
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \begin_layout Standard
24348 \begin_inset ERT
24349 status collapsed
24350
24351 \begin_layout Plain Layout
24352
24353
24354 \backslash
24355 else
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \begin_inset Note Note
24362 status open
24363
24364 \begin_layout Plain Layout
24365 The following will be displayed when the LaTeX-package 
24366 \series bold
24367 sidecap
24368 \series default
24369  is not installed:
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \begin_layout Standard
24378 You need to install the LaTeX-package 
24379 \series bold
24380 sidecap
24381 \series default
24382  to see the following part of this section in the output.
24383 \end_layout
24384
24385 \begin_layout Standard
24386 \begin_inset ERT
24387 status collapsed
24388
24389 \begin_layout Plain Layout
24390
24391
24392 \backslash
24393 fi
24394 \end_layout
24395
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \begin_layout Section
24402 Listings of Floats
24403 \begin_inset Index idx
24404 status collapsed
24405
24406 \begin_layout Plain Layout
24407 Floats ! Float Lists
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \begin_layout Standard
24416 Similar to the table of contents where the sections of the document are
24417  listed, there are listings for all float types, like the figures of the
24418  documents.
24419  You can insert them via the 
24420 \family sans
24421 Insert\SpecialChar \menuseparator
24422 List
24423 \begin_inset space ~
24424 \end_inset
24425
24426 /
24427 \begin_inset space ~
24428 \end_inset
24429
24430 TOC
24431 \family default
24432  sub menus.
24433 \end_layout
24434
24435 \begin_layout Standard
24436 The list entries are the float captions or its short title, the float number,
24437  and the page number where they appear in the document.
24438 \end_layout
24439
24440 \begin_layout Standard
24441 You can find the list of figures and tables at the end of this document.
24442 \end_layout
24443
24444 \begin_layout Chapter
24445 Notes
24446 \end_layout
24447
24448 \begin_layout Section
24449 LyX Notes
24450 \begin_inset Index idx
24451 status collapsed
24452
24453 \begin_layout Plain Layout
24454 Notes ! LyX Notes
24455 \end_layout
24456
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \begin_layout Standard
24463 Notes are inserted with the toolbar button 
24464 \begin_inset Graphics
24465         filename ../images/note-insert.png
24466         scale 85
24467         scaleBeforeRotation
24468
24469 \end_inset
24470
24471  or the menu 
24472 \family sans
24473 Insert\SpecialChar \menuseparator
24474 Note
24475 \family default
24476 .
24477  There are three types of notes:
24478 \end_layout
24479
24480 \begin_layout Description
24481 LyX
24482 \begin_inset space ~
24483 \end_inset
24484
24485 Note This note type is for internal notes that won't appear in the output.
24486  Its note-box looks like this:
24487 \begin_inset Newline newline
24488 \end_inset
24489
24490
24491 \begin_inset Newline newline
24492 \end_inset
24493
24494
24495 \begin_inset Graphics
24496         filename clipart/LyXNoteImageQt4.png
24497         display false
24498         scale 85
24499         scaleBeforeRotation
24500
24501 \end_inset
24502
24503  
24504 \begin_inset Note Note
24505 status open
24506
24507 \begin_layout Plain Layout
24508 This is text in a note box that doesn't appear in the output.
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Description
24517 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24518 ent, when you export the document to LaTeX via the menu 
24519 \family sans
24520 File\SpecialChar \menuseparator
24521 Export\SpecialChar \menuseparator
24522 LaTeX (pdflatex) / (plain)
24523 \family default
24524 .
24525  Its note-box looks like this:
24526 \begin_inset Newline newline
24527 \end_inset
24528
24529
24530 \begin_inset Newline newline
24531 \end_inset
24532
24533
24534 \begin_inset Graphics
24535         filename clipart/CommentNoteImageQt4.png
24536         display false
24537         scale 85
24538         scaleBeforeRotation
24539
24540 \end_inset
24541
24542  
24543 \begin_inset Note Comment
24544 status open
24545
24546 \begin_layout Plain Layout
24547 This is text in a note box that only appears as comment in LaTeX-files.
24548 \end_layout
24549
24550 \end_inset
24551
24552
24553 \end_layout
24554
24555 \begin_layout Description
24556 Greyed
24557 \begin_inset space ~
24558 \end_inset
24559
24560 Out This note will appear in the output as grey text.
24561  Its note-box looks like this:
24562 \begin_inset Newline newline
24563 \end_inset
24564
24565
24566 \begin_inset Newline newline
24567 \end_inset
24568
24569
24570 \begin_inset Graphics
24571         filename clipart/GreyedOutNoteImageQt4.png
24572         display false
24573         scale 85
24574         scaleBeforeRotation
24575
24576 \end_inset
24577
24578
24579 \begin_inset Newline newline
24580 \end_inset
24581
24582
24583 \begin_inset ERT
24584 status collapsed
24585
24586 \begin_layout Plain Layout
24587
24588
24589 \backslash
24590 renewenvironment{lyxgreyedout}
24591 \end_layout
24592
24593 \begin_layout Plain Layout
24594
24595 {
24596 \backslash
24597 textcolor[gray]{0.8}
24598 \backslash
24599 bgroup}{
24600 \backslash
24601 egroup}
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \begin_inset Note Greyedout
24608 status open
24609
24610 \begin_layout Plain Layout
24611 This is text
24612 \begin_inset Foot
24613 status open
24614
24615 \begin_layout Plain Layout
24616 This is an example footnote within a greyed out note.
24617 \end_layout
24618
24619 \end_inset
24620
24621  of a comment that appears in the output as grey text.
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \begin_inset ERT
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631
24632
24633 \backslash
24634 renewenvironment{lyxgreyedout}
24635 \end_layout
24636
24637 \begin_layout Plain Layout
24638
24639 {
24640 \backslash
24641 textcolor{blue}
24642 \backslash
24643 bgroup}{
24644 \backslash
24645 egroup}
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \begin_inset Note Note
24652 status collapsed
24653
24654 \begin_layout Plain Layout
24655 The greyed out note is here redefined to show it with the original LyX definitio
24656 n because greyed out notes are redefined in the preamble of this document,
24657  as described below, to have blue text.
24658 \end_layout
24659
24660 \end_inset
24661
24662
24663 \begin_inset Newline newline
24664 \end_inset
24665
24666
24667 \begin_inset Newline newline
24668 \end_inset
24669
24670 As you can see in the example, the first line of greyed out notes is a bit
24671  indented and greyed out notes can have footnotes.
24672 \end_layout
24673
24674 \begin_layout Standard
24675 \begin_inset VSpace bigskip
24676 \end_inset
24677
24678 When you use the toolbar button 
24679 \begin_inset Graphics
24680         filename ../images/note-insert.png
24681         scale 85
24682         scaleBeforeRotation
24683
24684 \end_inset
24685
24686  to insert notes, a 
24687 \family sans
24688 LyX
24689 \begin_inset space ~
24690 \end_inset
24691
24692 Note
24693 \family default
24694  is inserted.
24695  You can switch between the five note types by right-clicking on the note-box.
24696  
24697 \family roman
24698 \series medium
24699 \bar no
24700 If you want to turn existing text into a note, mark it and click on the
24701  note
24702 \family default
24703 \series default
24704 \bar default
24705  toolbar 
24706 \family roman
24707 \series medium
24708 \bar no
24709 button
24710 \family default
24711 \series default
24712 \bar default
24713 .
24714  To change a note to text, press the backspace key when the cursor is in
24715  the first position of a note, or press the delete key when the cursor is
24716  in the very last position of the note, respectively.
24717 \end_layout
24718
24719 \begin_layout Standard
24720 \begin_inset VSpace bigskip
24721 \end_inset
24722
24723 You can change the text color of the greyed out notes in the preamble with
24724  the following command:
24725 \end_layout
24726
24727 \begin_layout Standard
24728
24729 \series bold
24730
24731 \backslash
24732 renewenvironment{lyxgreyedout}
24733 \begin_inset Newline newline
24734 \end_inset
24735
24736
24737 \begin_inset Phantom HPhantom
24738 status open
24739
24740 \begin_layout Plain Layout
24741
24742 \series bold
24743 \begin_inset space ~
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \end_inset
24750
24751 {
24752 \backslash
24753 textcolor{color}
24754 \backslash
24755 bgroup}{
24756 \backslash
24757 egroup}
24758 \end_layout
24759
24760 \begin_layout Standard
24761 The available colors and the method to define colors is explained in section
24762 \begin_inset space ~
24763 \end_inset
24764
24765
24766 \begin_inset CommandInset ref
24767 LatexCommand ref
24768 reference "sec:Colored-Tables"
24769
24770 \end_inset
24771
24772 .
24773 \end_layout
24774
24775 \begin_layout Standard
24776 Notes that appear in blue in this document are set using greyed out notes
24777  with blue text.
24778 \end_layout
24779
24780 \begin_layout Section
24781 Footnotes
24782 \begin_inset CommandInset label
24783 LatexCommand label
24784 name "sec:Footnotes"
24785
24786 \end_inset
24787
24788
24789 \begin_inset Index idx
24790 status collapsed
24791
24792 \begin_layout Plain Layout
24793 Notes ! Footnotes
24794 \end_layout
24795
24796 \end_inset
24797
24798
24799 \begin_inset Index idx
24800 status collapsed
24801
24802 \begin_layout Plain Layout
24803 Footnotes
24804 \end_layout
24805
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \begin_layout Standard
24812 Footnotes can be inserted using the toolbar button 
24813 \begin_inset Graphics
24814         filename ../images/footnote-insert.png
24815         scale 85
24816         scaleBeforeRotation
24817
24818 \end_inset
24819
24820  or the menu 
24821 \family sans
24822 Insert\SpecialChar \menuseparator
24823 Footnote
24824 \family default
24825 .
24826  
24827 \family roman
24828 \series medium
24829 \bar no
24830 You'll see
24831 \family default
24832 \series default
24833 \bar default
24834  then the following footnote-box: 
24835 \begin_inset Graphics
24836         filename clipart/footnoteQt4.png
24837         scale 80
24838         scaleBeforeRotation
24839
24840 \end_inset
24841
24842  
24843 \family roman
24844 \series medium
24845 \bar no
24846 where you can enter the footnote text.
24847  If you want to turn existing text into a footnote, mark it and click on
24848  the footnote
24849 \family default
24850 \series default
24851 \bar default
24852  toolbar 
24853 \family roman
24854 \series medium
24855 \bar no
24856 button
24857 \family default
24858 \series default
24859 \bar default
24860 .
24861  To change a 
24862 \family roman
24863 \series medium
24864 \bar no
24865 footnote
24866 \family default
24867 \series default
24868 \bar default
24869  to text, press the Backspace key when the cursor is in the first position
24870  of a 
24871 \family roman
24872 \series medium
24873 \bar no
24874 footnote
24875 \family default
24876 \series default
24877 \bar default
24878 , or press the Delete key when the cursor is in the very last position of
24879  the 
24880 \family roman
24881 \series medium
24882 \bar no
24883 footnote
24884 \family default
24885 \series default
24886 \bar default
24887 , respectively.
24888 \end_layout
24889
24890 \begin_layout Standard
24891 Here is an example footnote:
24892 \family roman
24893 \series medium
24894 \bar no
24895
24896 \begin_inset Foot
24897 status open
24898
24899 \begin_layout Plain Layout
24900 \begin_inset CommandInset label
24901 LatexCommand label
24902 name "foot:This-is-an"
24903
24904 \end_inset
24905
24906 This is an example footnote.
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \family default
24913 \series default
24914 \bar default
24915
24916 \begin_inset ERT
24917 status collapsed
24918
24919 \begin_layout Plain Layout
24920
24921
24922 \backslash
24923 newcounter{MyRepeatFoot}
24924 \end_layout
24925
24926 \begin_layout Plain Layout
24927
24928
24929 \backslash
24930 setcounter{MyRepeatFoot}{
24931 \backslash
24932 thefootnote}
24933 \end_layout
24934
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \begin_layout Standard
24941 The footnote will appear in the output as a superscript number at the text
24942  position where the footnote box is placed.
24943  The footnote text is placed at the bottom of the current page.
24944  The footnote number is calculated by LaTeX; the numbers are consecutive.
24945  It depends on your document-class, whether the footnote number is reset
24946  for every chapter.
24947 \end_layout
24948
24949 \begin_layout Standard
24950 Footnotes can be referenced like floats: Insert a label into the footnote
24951  and cross-reference this label in the text as described in section
24952 \begin_inset space ~
24953 \end_inset
24954
24955
24956 \begin_inset CommandInset ref
24957 LatexCommand ref
24958 reference "sec:Referencing-Floats"
24959
24960 \end_inset
24961
24962 .
24963 \begin_inset Newline newline
24964 \end_inset
24965
24966 This is a cross-reference of Footnote
24967 \begin_inset space ~
24968 \end_inset
24969
24970
24971 \begin_inset CommandInset ref
24972 LatexCommand ref
24973 reference "foot:This-is-an"
24974
24975 \end_inset
24976
24977 .
24978 \end_layout
24979
24980 \begin_layout Standard
24981 \begin_inset VSpace defskip
24982 \end_inset
24983
24984 Footnotes in tables are not printed by LaTeX due to technical reasons.
24985  However there exists another method to print them: Instead of the footnote
24986  the command 
24987 \series bold
24988
24989 \backslash
24990 footnotemark{}
24991 \series default
24992  is inserted as TeX-code.
24993  The text of the footnote is entered as an argument of the TeX-code command
24994  
24995 \series bold
24996
24997 \backslash
24998 footnotetext
24999 \series default
25000  after the table.
25001 \begin_inset Newline newline
25002 \end_inset
25003
25004 This was done for the following table with the command
25005 \end_layout
25006
25007 \begin_layout Standard
25008
25009 \series bold
25010
25011 \backslash
25012 footnotetext{
25013 \series default
25014 Printed table footnote.
25015 \series bold
25016 }
25017 \end_layout
25018
25019 \begin_layout Standard
25020 \begin_inset Tabular
25021 <lyxtabular version="3" rows="2" columns="1">
25022 <features tabularvalignment="middle">
25023 <column alignment="center" valignment="top" width="0">
25024 <row>
25025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029 This an example text.
25030 \begin_inset Foot
25031 status open
25032
25033 \begin_layout Plain Layout
25034 This footnote will not be printed!
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 </row>
25045 <row>
25046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050 This an example text.
25051 \begin_inset ERT
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055
25056
25057 \backslash
25058 footnotemark{}
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 </row>
25069 </lyxtabular>
25070
25071 \end_inset
25072
25073
25074 \begin_inset ERT
25075 status collapsed
25076
25077 \begin_layout Plain Layout
25078
25079
25080 \backslash
25081 footnotetext{
25082 \end_layout
25083
25084 \end_inset
25085
25086 Printed table footnote.
25087 \begin_inset ERT
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091
25092 }
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \begin_layout Standard
25101 Footnotes in longtables are described in section
25102 \begin_inset space ~
25103 \end_inset
25104
25105
25106 \begin_inset CommandInset ref
25107 LatexCommand ref
25108 reference "sub:Footnotes-in-Longtables"
25109
25110 \end_inset
25111
25112 .
25113 \end_layout
25114
25115 \begin_layout Standard
25116 Footnotes in minipage boxes are printed, but inside the box and with a different
25117  numbering because a minipage box is like a page inside a page.
25118  (For more about minipages, see section
25119 \begin_inset space ~
25120 \end_inset
25121
25122
25123 \begin_inset CommandInset ref
25124 LatexCommand ref
25125 reference "sec:Minipages"
25126
25127 \end_inset
25128
25129 .) To get a footnote in the minipage that is output at the bottom of the
25130  page like normal footnotes, also use the method of 
25131 \series bold
25132
25133 \backslash
25134 footnotemark{}
25135 \series default
25136  and 
25137 \series bold
25138
25139 \backslash
25140 footnotetext
25141 \series default
25142 .
25143 \end_layout
25144
25145 \begin_layout Standard
25146 \begin_inset Box Frameless
25147 position "t"
25148 hor_pos "c"
25149 has_inner_box 1
25150 inner_pos "t"
25151 use_parbox 0
25152 use_makebox 0
25153 width "100col%"
25154 special "none"
25155 height "1in"
25156 height_special "totalheight"
25157 status open
25158
25159 \begin_layout Plain Layout
25160 This an example text in a minipage.
25161 \begin_inset Foot
25162 status open
25163
25164 \begin_layout Plain Layout
25165 Footnote in the minipage.
25166 \end_layout
25167
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \begin_layout Plain Layout
25174 This an example text in a minipage.
25175 \begin_inset ERT
25176 status collapsed
25177
25178 \begin_layout Plain Layout
25179
25180
25181 \backslash
25182 footnotemark{}
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \begin_layout Standard
25196 \begin_inset ERT
25197 status collapsed
25198
25199 \begin_layout Plain Layout
25200
25201
25202 \backslash
25203 footnotetext{
25204 \end_layout
25205
25206 \end_inset
25207
25208 Footnote outside the minipage.
25209 \begin_inset ERT
25210 status collapsed
25211
25212 \begin_layout Plain Layout
25213
25214 }
25215 \end_layout
25216
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Standard
25223 \begin_inset VSpace defskip
25224 \end_inset
25225
25226
25227 \end_layout
25228
25229 \begin_layout Standard
25230 To refer to the same footnote several times without printing the footnote
25231  text every time, use the command 
25232 \series bold
25233
25234 \backslash
25235 footnotemark[number]
25236 \series default
25237  in TeX-code.
25238 \begin_inset Newline newline
25239 \end_inset
25240
25241 As you do not know the number of the repeating footnote while you are writing
25242  the text, you have to store its number.
25243  For the following footnote mark example, these commands were inserted in
25244  TeX-code after Footnote
25245 \begin_inset space ~
25246 \end_inset
25247
25248
25249 \begin_inset CommandInset ref
25250 LatexCommand ref
25251 reference "foot:This-is-an"
25252
25253 \end_inset
25254
25255  to store the footnote number:
25256 \end_layout
25257
25258 \begin_layout Standard
25259
25260 \series bold
25261
25262 \backslash
25263 newcounter{MyRepeatFoot}
25264 \begin_inset Newline newline
25265 \end_inset
25266
25267
25268 \backslash
25269 setcounter{MyRepeatFoot}{
25270 \backslash
25271 thefootnote}
25272 \end_layout
25273
25274 \begin_layout Standard
25275 The footnote mark was then created with this command:
25276 \end_layout
25277
25278 \begin_layout Standard
25279
25280 \series bold
25281
25282 \backslash
25283 footnotemark[
25284 \backslash
25285 theMyRepeatFoot]
25286 \end_layout
25287
25288 \begin_layout Standard
25289 Here is a repeated footnote:
25290 \family roman
25291 \series medium
25292 \bar no
25293
25294 \begin_inset ERT
25295 status collapsed
25296
25297 \begin_layout Plain Layout
25298
25299
25300 \backslash
25301 footnotemark[
25302 \backslash
25303 theMyRepeatFoot]
25304 \end_layout
25305
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \begin_layout Standard
25312 If you want to repeat the previous footnote, you can omit the storage of
25313  the footnote number and just use this command instead:
25314 \end_layout
25315
25316 \begin_layout Standard
25317
25318 \series bold
25319
25320 \backslash
25321 footnotemark[
25322 \backslash
25323 thefootnote]
25324 \end_layout
25325
25326 \begin_layout Standard
25327 Here is another repeated footnote:
25328 \family roman
25329 \series medium
25330 \bar no
25331
25332 \begin_inset ERT
25333 status collapsed
25334
25335 \begin_layout Plain Layout
25336
25337
25338 \backslash
25339 footnotemark[
25340 \backslash
25341 thefootnote]
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Subsection
25350 Footnote Numbering
25351 \begin_inset CommandInset label
25352 LatexCommand label
25353 name "sub:Footnote-Numbering"
25354
25355 \end_inset
25356
25357
25358 \begin_inset Index idx
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 Footnotes ! Numbering
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \begin_layout Standard
25371 To reset the footnote number back to 1 after each section
25372 \family roman
25373 , add this command to your document preamble:
25374 \end_layout
25375
25376 \begin_layout Standard
25377
25378 \series bold
25379
25380 \backslash
25381 @addtoreset{footnote}{section}
25382 \end_layout
25383
25384 \begin_layout Standard
25385 \begin_inset VSpace bigskip
25386 \end_inset
25387
25388 The following preamble command changes the footnote numbering style to small
25389  roman numerals:
25390 \end_layout
25391
25392 \begin_layout Standard
25393
25394 \series bold
25395
25396 \backslash
25397 renewcommand{
25398 \backslash
25399 thefootnote}{
25400 \backslash
25401 roman{footnote}}
25402 \end_layout
25403
25404 \begin_layout Standard
25405 \begin_inset ERT
25406 status collapsed
25407
25408 \begin_layout Plain Layout
25409
25410
25411 \backslash
25412 renewcommand{
25413 \backslash
25414 thefootnote}{
25415 \backslash
25416 roman{footnote}}
25417 \end_layout
25418
25419 \end_inset
25420
25421  This is a footnote with roman numbering:
25422 \begin_inset Foot
25423 status open
25424
25425 \begin_layout Plain Layout
25426 This is an example footnote with roman numbering.
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \begin_layout Standard
25435 To change the numbering style to capital roman numerals replace in the command
25436  above 
25437 \series bold
25438
25439 \backslash
25440 roman
25441 \series default
25442  by 
25443 \series bold
25444
25445 \backslash
25446 Roman
25447 \series default
25448 .
25449  To 
25450 \begin_inset Quotes eld
25451 \end_inset
25452
25453 number
25454 \begin_inset Quotes erd
25455 \end_inset
25456
25457  footnotes with capital or small Latin letters use 
25458 \series bold
25459
25460 \backslash
25461 Alph
25462 \series default
25463  or 
25464 \series bold
25465
25466 \backslash
25467 alph
25468 \series default
25469 , respectively.
25470  To 
25471 \begin_inset Quotes eld
25472 \end_inset
25473
25474 number
25475 \begin_inset Quotes erd
25476 \end_inset
25477
25478  footnotes with symbols use 
25479 \series bold
25480
25481 \backslash
25482 fnsymbol
25483 \series default
25484 .
25485 \end_layout
25486
25487 \begin_layout Standard
25488 \begin_inset Note Greyedout
25489 status open
25490
25491 \begin_layout Plain Layout
25492
25493 \series bold
25494 Note:
25495 \series default
25496  You can only number 26 footnotes with Latin letters, because this numbering
25497  is limited to single letters.
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \begin_inset Newline newline
25504 \end_inset
25505
25506
25507 \begin_inset Note Greyedout
25508 status open
25509
25510 \begin_layout Plain Layout
25511
25512 \series bold
25513 Note:
25514 \series default
25515  You can only number 9 footnotes with symbols.
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Standard
25524 To return to the default numbering style after you have changed to another
25525  one, use 
25526 \series bold
25527
25528 \backslash
25529 arabic
25530 \series default
25531  instead of 
25532 \series bold
25533
25534 \backslash
25535 roman
25536 \series default
25537  in the command above.
25538 \begin_inset ERT
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542
25543
25544 \backslash
25545 renewcommand{
25546 \backslash
25547 thefootnote}{
25548 \backslash
25549 arabic{footnote}}
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Standard
25558 \begin_inset VSpace bigskip
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Standard
25565 If you want to have footnotes numbered in the scheme 
25566 \begin_inset Quotes eld
25567 \end_inset
25568
25569 chapter.footnote
25570 \begin_inset Quotes erd
25571 \end_inset
25572
25573 , add the following command to your document preamble:
25574 \end_layout
25575
25576 \begin_layout Standard
25577
25578 \series bold
25579
25580 \backslash
25581 numberwithin{footnote}{chapter}
25582 \end_layout
25583
25584 \begin_layout Standard
25585 To be able to use the command 
25586 \series bold
25587
25588 \backslash
25589 numberwithin
25590 \series default
25591 , set in the tab 
25592 \family sans
25593 Math
25594 \begin_inset space ~
25595 \end_inset
25596
25597 Options
25598 \family default
25599  in the document settings the option 
25600 \family sans
25601 Use
25602 \begin_inset space ~
25603 \end_inset
25604
25605 AMS
25606 \begin_inset space ~
25607 \end_inset
25608
25609 math
25610 \begin_inset space ~
25611 \end_inset
25612
25613 package
25614 \family default
25615 .
25616 \end_layout
25617
25618 \begin_layout Standard
25619 \begin_inset ERT
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623
25624
25625 \backslash
25626 numberwithin{footnote}{chapter}
25627 \end_layout
25628
25629 \end_inset
25630
25631 This is another example footnote:
25632 \series bold
25633
25634 \begin_inset Foot
25635 status open
25636
25637 \begin_layout Plain Layout
25638 This is a footnote numbered in the scheme 
25639 \begin_inset Quotes eld
25640 \end_inset
25641
25642 chapter.footnote
25643 \begin_inset Quotes erd
25644 \end_inset
25645
25646 .
25647 \end_layout
25648
25649 \end_inset
25650
25651
25652 \series default
25653
25654 \begin_inset ERT
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658
25659
25660 \backslash
25661 renewcommand{
25662 \backslash
25663 thefootnote}{
25664 \backslash
25665 arabic{footnote}}
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674 \begin_inset Note Greyedout
25675 status open
25676
25677 \begin_layout Plain Layout
25678
25679 \series bold
25680 Note:
25681 \series default
25682  
25683 \series bold
25684
25685 \backslash
25686 numberwithin
25687 \series default
25688  always prints out the footnote number as arabic number; previous redefinitions
25689  to get non-arabic numbers are overwritten.
25690 \end_layout
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Standard
25698 So to get for example the scheme 
25699 \begin_inset Quotes eld
25700 \end_inset
25701
25702 chapter.
25703 \backslash
25704 Roman{footnote}
25705 \begin_inset Quotes erd
25706 \end_inset
25707
25708 , use this command instead of 
25709 \series bold
25710
25711 \backslash
25712 numberwithin
25713 \series default
25714 :
25715 \end_layout
25716
25717 \begin_layout Standard
25718
25719 \series bold
25720
25721 \backslash
25722 renewcommand{
25723 \backslash
25724 thefootnote}{
25725 \backslash
25726 thechapter.
25727 \backslash
25728 Roman{footnote}}
25729 \end_layout
25730
25731 \begin_layout Subsection
25732 Footnote Placement
25733 \begin_inset Index idx
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737 Footnotes ! Placement
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \begin_layout Standard
25746 If you have several footnotes in one page, they appear without vertical
25747  space between them at the bottom of the page.
25748  To make them more readable you can e.
25749 \begin_inset space \thinspace{}
25750 \end_inset
25751
25752 g.
25753 \begin_inset space \space{}
25754 \end_inset
25755
25756 add 1.5
25757 \begin_inset space \thinspace{}
25758 \end_inset
25759
25760 mm space with the following preamble command:
25761 \end_layout
25762
25763 \begin_layout Standard
25764
25765 \series bold
25766
25767 \backslash
25768 let
25769 \backslash
25770 myFoot
25771 \backslash
25772 footnote
25773 \begin_inset Newline newline
25774 \end_inset
25775
25776
25777 \backslash
25778 renewcommand{
25779 \backslash
25780 footnote}[1]{
25781 \backslash
25782 myFoot{#1
25783 \backslash
25784 vspace{1.5mm}}}
25785 \end_layout
25786
25787 \begin_layout Standard
25788 \begin_inset VSpace bigskip
25789 \end_inset
25790
25791 In a two-column document the footnotes appear at the bottom of every column,
25792  see Figure
25793 \begin_inset space ~
25794 \end_inset
25795
25796
25797 \begin_inset CommandInset ref
25798 LatexCommand ref
25799 reference "fig:Standard-footnote-placement"
25800
25801 \end_inset
25802
25803 .
25804  If the footnotes should only appear at the bottom of the right column,
25805  as in Figure
25806 \begin_inset space ~
25807 \end_inset
25808
25809
25810 \begin_inset CommandInset ref
25811 LatexCommand ref
25812 reference "fig:Footnote-placement-in"
25813
25814 \end_inset
25815
25816 , use the LaTeX-package 
25817 \series bold
25818 ftnright
25819 \series default
25820
25821 \begin_inset Index idx
25822 status collapsed
25823
25824 \begin_layout Plain Layout
25825 LaTeX-packages ! ftnright
25826 \end_layout
25827
25828 \end_inset
25829
25830  with this command in the document preamble:
25831 \end_layout
25832
25833 \begin_layout Standard
25834
25835 \series bold
25836
25837 \backslash
25838 usepackage{ftnright}
25839 \end_layout
25840
25841 \begin_layout Standard
25842 \begin_inset Float figure
25843 placement !h
25844 wide false
25845 sideways false
25846 status open
25847
25848 \begin_layout Plain Layout
25849 \begin_inset ERT
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853
25854
25855 \backslash
25856 framebox{
25857 \end_layout
25858
25859 \end_inset
25860
25861
25862 \begin_inset Graphics
25863         filename clipart/without_fntright.pdf
25864         width 100col%
25865         scaleBeforeRotation
25866
25867 \end_inset
25868
25869
25870 \begin_inset ERT
25871 status collapsed
25872
25873 \begin_layout Plain Layout
25874
25875 }
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \begin_layout Plain Layout
25884 \begin_inset Caption
25885
25886 \begin_layout Plain Layout
25887 \begin_inset CommandInset label
25888 LatexCommand label
25889 name "fig:Standard-footnote-placement"
25890
25891 \end_inset
25892
25893 Standard footnote placement in two-column documents.
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \begin_layout Standard
25907 \begin_inset Float figure
25908 placement !h
25909 wide false
25910 sideways false
25911 status open
25912
25913 \begin_layout Plain Layout
25914 \begin_inset ERT
25915 status collapsed
25916
25917 \begin_layout Plain Layout
25918
25919
25920 \backslash
25921 framebox{
25922 \end_layout
25923
25924 \end_inset
25925
25926
25927 \begin_inset Graphics
25928         filename clipart/with_fntright.pdf
25929         width 100col%
25930         scaleBeforeRotation
25931
25932 \end_inset
25933
25934
25935 \begin_inset ERT
25936 status collapsed
25937
25938 \begin_layout Plain Layout
25939
25940 }
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \begin_layout Plain Layout
25949 \begin_inset Caption
25950
25951 \begin_layout Plain Layout
25952 \begin_inset CommandInset label
25953 LatexCommand label
25954 name "fig:Footnote-placement-in"
25955
25956 \end_inset
25957
25958 Footnote placement in two-column documents when the LaTeX-package 
25959 \series bold
25960 ftnright
25961 \series default
25962  is used.
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 \begin_inset VSpace bigskip
25977 \end_inset
25978
25979 In some scientific literature it is usual to collect the footnotes and print
25980  them in a separate paragraph at the end of a section, as in Figure
25981 \begin_inset space ~
25982 \end_inset
25983
25984
25985 \begin_inset CommandInset ref
25986 LatexCommand ref
25987 reference "fig:Endnotes"
25988
25989 \end_inset
25990
25991 .
25992  They are then called 
25993 \begin_inset Quotes eld
25994 \end_inset
25995
25996 endnotes
25997 \begin_inset Quotes erd
25998 \end_inset
25999
26000 .
26001 \begin_inset Index idx
26002 status collapsed
26003
26004 \begin_layout Plain Layout
26005 Endnotes
26006 \end_layout
26007
26008 \end_inset
26009
26010  To use endnotes instead of footnotes in your document, load in the menu
26011  
26012 \family sans
26013 Document\SpecialChar \menuseparator
26014 Settings\SpecialChar \menuseparator
26015 Modules 
26016 \family default
26017 the module 
26018 \family sans
26019 Foot
26020 \begin_inset space ~
26021 \end_inset
26022
26023 to
26024 \begin_inset space ~
26025 \end_inset
26026
26027 End
26028 \family default
26029 .
26030  To insert the collected footnotes, insert the command
26031 \end_layout
26032
26033 \begin_layout Standard
26034
26035 \series bold
26036
26037 \backslash
26038 theendnotes
26039 \end_layout
26040
26041 \begin_layout Standard
26042 in TeX-Code at the end of a section or chapter.
26043 \end_layout
26044
26045 \begin_layout Standard
26046 \begin_inset Float figure
26047 wide false
26048 sideways false
26049 status open
26050
26051 \begin_layout Plain Layout
26052 \align center
26053 \begin_inset ERT
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057
26058
26059 \backslash
26060 framebox{
26061 \end_layout
26062
26063 \end_inset
26064
26065
26066 \begin_inset Graphics
26067         filename clipart/endnotes.pdf
26068         scaleBeforeRotation
26069
26070 \end_inset
26071
26072
26073 \begin_inset ERT
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077
26078 }
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \begin_layout Plain Layout
26087 \begin_inset Caption
26088
26089 \begin_layout Plain Layout
26090 \begin_inset CommandInset label
26091 LatexCommand label
26092 name "fig:Endnotes"
26093
26094 \end_inset
26095
26096 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
26097  or chapters.
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \begin_layout Standard
26111 \begin_inset VSpace medskip
26112 \end_inset
26113
26114 The paragraph heading for the endnotes isn't automatically translated into
26115  the document language, this must be done manually.
26116  The following preamble command translates the default English 
26117 \begin_inset Quotes eld
26118 \end_inset
26119
26120 Notes
26121 \begin_inset Quotes erd
26122 \end_inset
26123
26124  into the German 
26125 \begin_inset Quotes eld
26126 \end_inset
26127
26128 Anmerkungen
26129 \begin_inset Quotes erd
26130 \end_inset
26131
26132 :
26133 \end_layout
26134
26135 \begin_layout Standard
26136
26137 \series bold
26138
26139 \backslash
26140 renewcommand{
26141 \backslash
26142 notesname}{Anmerkungen}
26143 \end_layout
26144
26145 \begin_layout Standard
26146 \begin_inset VSpace medskip
26147 \end_inset
26148
26149 The numbering of endnotes can be changed like the footnote numbering as
26150  described in section
26151 \begin_inset space ~
26152 \end_inset
26153
26154
26155 \begin_inset CommandInset ref
26156 LatexCommand ref
26157 reference "sub:Footnote-Numbering"
26158
26159 \end_inset
26160
26161 ; just replace the command 
26162 \series bold
26163
26164 \backslash
26165 thefootnote
26166 \series default
26167  by 
26168 \series bold
26169
26170 \backslash
26171 theendnote
26172 \series default
26173 .
26174  To reset the endnote number use the command 
26175 \series bold
26176
26177 \backslash
26178 @addtoreset
26179 \series default
26180  as described in section
26181 \begin_inset space ~
26182 \end_inset
26183
26184
26185 \begin_inset CommandInset ref
26186 LatexCommand ref
26187 reference "sub:Footnote-Numbering"
26188
26189 \end_inset
26190
26191  and replace the command parameter 
26192 \series bold
26193 footnote
26194 \series default
26195  by 
26196 \series bold
26197 endnote
26198 \series default
26199 .
26200 \end_layout
26201
26202 \begin_layout Standard
26203 For endnotes there is the command 
26204 \series bold
26205
26206 \backslash
26207 endnotemark[number]
26208 \series default
26209  similar to the command 
26210 \series bold
26211
26212 \backslash
26213 footnotemark
26214 \series default
26215 , that is described in section
26216 \begin_inset space ~
26217 \end_inset
26218
26219
26220 \begin_inset CommandInset ref
26221 LatexCommand ref
26222 reference "sec:Footnotes"
26223
26224 \end_inset
26225
26226 .
26227 \end_layout
26228
26229 \begin_layout Standard
26230 \begin_inset VSpace bigskip
26231 \end_inset
26232
26233 Footnotes can also be placed in the page margin and the footnote text alignment
26234  can be changed, see the LaTeX-package 
26235 \series bold
26236 footmisc
26237 \series default
26238
26239 \begin_inset Index idx
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243 LaTeX-packages ! footmisc
26244 \end_layout
26245
26246 \end_inset
26247
26248
26249 \begin_inset CommandInset citation
26250 LatexCommand cite
26251 key "footmisc"
26252
26253 \end_inset
26254
26255  for more information about this.
26256 \end_layout
26257
26258 \begin_layout Standard
26259 For various further footnote formatting issues have a look at LaTeX-books,
26260  
26261 \begin_inset CommandInset citation
26262 LatexCommand cite
26263 key "latexcompanion,latexguide,latexbook"
26264
26265 \end_inset
26266
26267 .
26268 \end_layout
26269
26270 \begin_layout Section
26271 Margin Notes
26272 \begin_inset Index idx
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 Notes ! Margin Notes
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Standard
26285 Margin notes look and behave in LyX like footnotes.
26286  They are inserted via the menu 
26287 \family sans
26288 Insert\SpecialChar \menuseparator
26289 Marginal
26290 \begin_inset space ~
26291 \end_inset
26292
26293 Note
26294 \family default
26295  or the toolbar button 
26296 \begin_inset Graphics
26297         filename ../images/marginalnote-insert.png
26298         scale 85
26299         scaleBeforeRotation
26300
26301 \end_inset
26302
26303 .
26304  A grey 
26305 \family roman
26306 \series medium
26307 box with the
26308 \family default
26309 \series default
26310  red 
26311 \family roman
26312 \series medium
26313 label 
26314 \begin_inset Quotes eld
26315 \end_inset
26316
26317 margin
26318 \begin_inset Quotes erd
26319 \end_inset
26320
26321  appears where you can enter the text of the margin note.
26322 \end_layout
26323
26324 \begin_layout Standard
26325 At the side is an example margin note.
26326
26327 \family roman
26328 \series medium
26329  
26330 \begin_inset Marginal
26331 status open
26332
26333 \begin_layout Plain Layout
26334 This is a margin note.
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \begin_layout Standard
26343 Margin notes appear at the right side in single-sided documents.
26344  In double-sided documents they appear in the outer margin â€“ left on even
26345  pages, right on odd pages.
26346  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
26347 d when the note appears in the left margin.
26348  The first line of the margin note is placed at the position of the text
26349  line where it is inserted in the document.
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset VSpace bigskip
26354 \end_inset
26355
26356 To place the margin note in the inner margin, add the command
26357 \end_layout
26358
26359 \begin_layout Standard
26360
26361 \series bold
26362
26363 \backslash
26364 reversemarginpar
26365 \end_layout
26366
26367 \begin_layout Standard
26368 in TeX-Code before a margin note.
26369  The new placement is valid for all subsequent margin notes.
26370  
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 reversemarginpar 
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \begin_inset Marginal
26385 status open
26386
26387 \begin_layout Plain Layout
26388 This is a margin note in the inner margin.
26389 \end_layout
26390
26391 \end_inset
26392
26393
26394 \series bold
26395
26396 \begin_inset Newline newline
26397 \end_inset
26398
26399
26400 \series default
26401
26402 \begin_inset Note Greyedout
26403 status open
26404
26405 \begin_layout Plain Layout
26406
26407 \series bold
26408 Note:
26409 \series default
26410  There is often not enough space in the inner margin so that the notes are
26411  not correctly displayed in the output.
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 To return to the default placement insert the command
26421 \end_layout
26422
26423 \begin_layout Standard
26424
26425 \series bold
26426
26427 \backslash
26428 normalmarginpar
26429 \end_layout
26430
26431 \begin_layout Standard
26432 in TeX-Code.
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 normalmarginpar 
26441 \end_layout
26442
26443 \end_inset
26444
26445  
26446 \begin_inset Note Greyedout
26447 status open
26448
26449 \begin_layout Plain Layout
26450
26451 \series bold
26452 Note:
26453 \series default
26454  The command is ignored when it is within a paragraph where also the command
26455  
26456 \series bold
26457
26458 \backslash
26459 reversemarginpar
26460 \series default
26461  is inserted.
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \begin_inset VSpace bigskip
26471 \end_inset
26472
26473
26474 \family roman
26475 \series medium
26476
26477 \begin_inset Marginal
26478 status open
26479
26480 \begin_layout Plain Layout
26481 AVeryLongMarginParWord that isn't hyphenated.
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \family default
26488 \series default
26489  Similar to the case described in section
26490 \begin_inset space ~
26491 \end_inset
26492
26493
26494 \begin_inset CommandInset ref
26495 LatexCommand ref
26496 reference "sub:Multiple-Lines-in"
26497
26498 \end_inset
26499
26500 , long words cannot be hyphenated when they are the first word in a margin
26501  note.
26502  To avoid this, insert 0
26503 \begin_inset space \thinspace{}
26504 \end_inset
26505
26506 pt horizontal space before the word
26507 \family roman
26508 \series medium
26509 .
26510  
26511 \begin_inset Marginal
26512 status open
26513
26514 \begin_layout Plain Layout
26515 \begin_inset space \hspace*{}
26516 \length 0pt
26517 \end_inset
26518
26519 AVeryLongMarginParWord that is hyphenated.
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Standard
26528 \begin_inset VSpace bigskip
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \begin_layout Standard
26535 \begin_inset Note Greyedout
26536 status open
26537
26538 \begin_layout Plain Layout
26539
26540 \series bold
26541 Note:
26542 \series default
26543  Margin notes can normally not be used inside tables, floats, and footnotes.
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \end_layout
26550
26551 \begin_layout Standard
26552 \begin_inset VSpace bigskip
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \begin_layout Standard
26559 \begin_inset ERT
26560 status collapsed
26561
26562 \begin_layout Plain Layout
26563
26564
26565 \backslash
26566 ifmarginnote
26567 \end_layout
26568
26569 \end_inset
26570
26571
26572 \begin_inset Note Note
26573 status open
26574
26575 \begin_layout Plain Layout
26576 The following section will only be displayed when the LaTeX-package 
26577 \series bold
26578 marginnote
26579 \series default
26580  is installed.
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \begin_layout Standard
26589 This restriction can be evaded by using the LaTeX-package 
26590 \series bold
26591 marginnote
26592 \series default
26593
26594 \begin_inset Index idx
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598 LaTeX-packages ! marginnote
26599 \end_layout
26600
26601 \end_inset
26602
26603 .
26604  By adding these two lines to your document preamble, the command used by
26605  LyX for margin notes is redefined to use the command provided by the 
26606 \series bold
26607 marginnote
26608 \series default
26609 -package:
26610 \end_layout
26611
26612 \begin_layout Standard
26613
26614 \series bold
26615
26616 \backslash
26617 usepackage{marginnote}
26618 \begin_inset Newline newline
26619 \end_inset
26620
26621
26622 \backslash
26623 let
26624 \backslash
26625 marginpar
26626 \backslash
26627 marginnote
26628 \end_layout
26629
26630 \begin_layout Standard
26631 This is also used in this document because 
26632 \series bold
26633 marginnote
26634 \series default
26635  has another useful feature: You can set a vertical offset for the note.
26636  This is often needed when too many margin notes are too close together
26637  or for a better page layout.
26638  The offset is set in LyX as TeX-Code directly after the margin note in
26639  the scheme
26640 \end_layout
26641
26642 \begin_layout Standard
26643
26644 \series bold
26645 [offset]
26646 \end_layout
26647
26648 \begin_layout Standard
26649 where the offset is a length with one of the units listed in Table
26650 \begin_inset space ~
26651 \end_inset
26652
26653
26654 \begin_inset CommandInset ref
26655 LatexCommand ref
26656 reference "tab:Units"
26657
26658 \end_inset
26659
26660 .
26661  A negative value shifts the note up, a positive value shifts it down.
26662  
26663 \family roman
26664 \series medium
26665 For example the margin note beside this text line is shifted up 1.5
26666 \begin_inset space \thinspace{}
26667 \end_inset
26668
26669 cm with the TeX-Code-command 
26670 \begin_inset Quotes eld
26671 \end_inset
26672
26673
26674 \family default
26675 \series bold
26676 [-1.5cm]
26677 \family roman
26678 \series medium
26679
26680 \begin_inset Quotes erd
26681 \end_inset
26682
26683
26684 \begin_inset Marginal
26685 status open
26686
26687 \begin_layout Plain Layout
26688 This margin note is shifted up 1.5
26689 \begin_inset space \thinspace{}
26690 \end_inset
26691
26692 cm from its original position.
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \family default
26699 \series default
26700
26701 \begin_inset ERT
26702 status collapsed
26703
26704 \begin_layout Plain Layout
26705
26706 [-1.5cm]
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \begin_layout Standard
26715 \begin_inset VSpace medskip
26716 \end_inset
26717
26718 With 
26719 \series bold
26720 marginnote
26721 \series default
26722  you can also change the alignment of the text in the margin note.
26723  For example the commands
26724 \end_layout
26725
26726 \begin_layout Standard
26727
26728 \series bold
26729
26730 \backslash
26731 renewcommand*{
26732 \backslash
26733 raggedleftmarginnote}{
26734 \backslash
26735 centering}
26736 \begin_inset Newline newline
26737 \end_inset
26738
26739
26740 \backslash
26741 renewcommand*{
26742 \backslash
26743 raggedrightmarginnote}{
26744 \backslash
26745 centering}
26746 \end_layout
26747
26748 \begin_layout Standard
26749 set the alignment to centered.
26750  
26751 \series bold
26752
26753 \backslash
26754 raggedleftmarginnote
26755 \series default
26756  denotes margin notes that appear at the left side.
26757 \family roman
26758 \series medium
26759
26760 \begin_inset ERT
26761 status collapsed
26762
26763 \begin_layout Plain Layout
26764
26765
26766 \backslash
26767 renewcommand*{
26768 \backslash
26769 raggedleftmarginnote}{
26770 \backslash
26771 centering}
26772 \end_layout
26773
26774 \begin_layout Plain Layout
26775
26776
26777 \backslash
26778 renewcommand*{
26779 \backslash
26780 raggedrightmarginnote}{
26781 \backslash
26782 centering}
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \begin_inset Marginal
26789 status open
26790
26791 \begin_layout Plain Layout
26792 The text of this margin note is centered.
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \family default
26799 \series default
26800  The default is
26801 \end_layout
26802
26803 \begin_layout Standard
26804
26805 \series bold
26806
26807 \backslash
26808 renewcommand*{
26809 \backslash
26810 raggedleftmarginnote}{
26811 \backslash
26812 raggedleft}
26813 \begin_inset Newline newline
26814 \end_inset
26815
26816
26817 \backslash
26818 renewcommand*{
26819 \backslash
26820 raggedrightmarginnote}{
26821 \backslash
26822 raggedright}
26823 \family roman
26824 \series medium
26825
26826 \begin_inset ERT
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830
26831
26832 \backslash
26833 renewcommand*{
26834 \backslash
26835 raggedleftmarginnote}{
26836 \backslash
26837 raggedleft}
26838 \end_layout
26839
26840 \begin_layout Plain Layout
26841
26842
26843 \backslash
26844 renewcommand*{
26845 \backslash
26846 raggedrightmarginnote}{
26847 \backslash
26848 raggedright}
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \begin_layout Standard
26857 \begin_inset VSpace medskip
26858 \end_inset
26859
26860 For the other features of 
26861 \series bold
26862 marginnote
26863 \series default
26864  refer to its documentation 
26865 \begin_inset CommandInset citation
26866 LatexCommand cite
26867 key "marginnote"
26868
26869 \end_inset
26870
26871 .
26872 \end_layout
26873
26874 \begin_layout Standard
26875 \begin_inset VSpace bigskip
26876 \end_inset
26877
26878 You can adjust the layout of margin notes by changing its definition.
26879  To create for example a header for all margin notes with the underlined,
26880  sans-serif, and bold header text 
26881 \begin_inset Quotes eld
26882 \end_inset
26883
26884
26885 \family sans
26886 \series bold
26887 \bar under
26888 Attention!
26889 \family default
26890 \series default
26891 \bar default
26892
26893 \begin_inset Quotes erd
26894 \end_inset
26895
26896 , add this to your document preamble:
26897 \end_layout
26898
26899 \begin_layout Standard
26900
26901 \series bold
26902
26903 \backslash
26904 let
26905 \backslash
26906 myMarginpar
26907 \backslash
26908 marginpar
26909 \begin_inset Newline newline
26910 \end_inset
26911
26912
26913 \backslash
26914 renewcommand{
26915 \backslash
26916 marginpar}[1]{
26917 \backslash
26918 myMarginpar{%
26919 \begin_inset Newline newline
26920 \end_inset
26921
26922
26923 \begin_inset Phantom HPhantom
26924 status open
26925
26926 \begin_layout Plain Layout
26927
26928 \series bold
26929 \begin_inset space ~
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \backslash
26939 hspace{0pt}
26940 \backslash
26941 textsf{
26942 \backslash
26943 textbf{
26944 \backslash
26945 underbar{Attention!}}}%
26946 \begin_inset Newline newline
26947 \end_inset
26948
26949
26950 \begin_inset Phantom HPhantom
26951 status open
26952
26953 \begin_layout Plain Layout
26954
26955 \series bold
26956 \begin_inset space ~
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \backslash
26966 vspace{1.5mm}
26967 \backslash
26968
26969 \backslash
26970 #1}}
26971 \end_layout
26972
26973 \begin_layout Standard
26974
26975 \family roman
26976 \series medium
26977 \begin_inset ERT
26978 status collapsed
26979
26980 \begin_layout Plain Layout
26981
26982
26983 \backslash
26984 let
26985 \backslash
26986 myMarginpar
26987 \backslash
26988 marginpar
26989 \end_layout
26990
26991 \begin_layout Plain Layout
26992
26993
26994 \backslash
26995 renewcommand{
26996 \backslash
26997 marginpar}[1]{
26998 \backslash
26999 myMarginpar{%
27000 \end_layout
27001
27002 \begin_layout Plain Layout
27003
27004    
27005 \backslash
27006 textsf{
27007 \backslash
27008 textbf{
27009 \backslash
27010 underbar{Attention!}}}%
27011 \end_layout
27012
27013 \begin_layout Plain Layout
27014
27015    
27016 \backslash
27017 vspace{1.5mm}
27018 \backslash
27019
27020 \backslash
27021 #1}}
27022 \end_layout
27023
27024 \end_inset
27025
27026
27027 \begin_inset Marginal
27028 status open
27029
27030 \begin_layout Plain Layout
27031 This is a margin note with a defined heading.
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \family default
27038 \series default
27039
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044
27045 [-1.5cm]
27046 \end_layout
27047
27048 \end_inset
27049
27050
27051 \family roman
27052 \series medium
27053
27054 \begin_inset ERT
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058
27059
27060 \backslash
27061 renewcommand{
27062 \backslash
27063 marginpar}[1]{
27064 \backslash
27065 myMarginpar{#1}}
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \family default
27072 \series default
27073
27074 \begin_inset Note Note
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078 The margin note format is changed only for this example.
27079 \end_layout
27080
27081 \end_inset
27082
27083
27084 \end_layout
27085
27086 \begin_layout Standard
27087 \begin_inset ERT
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091
27092
27093 \backslash
27094 else
27095 \end_layout
27096
27097 \end_inset
27098
27099
27100 \begin_inset Note Note
27101 status open
27102
27103 \begin_layout Plain Layout
27104 The following will be displayed when the LaTeX-package 
27105 \series bold
27106 marginnote
27107 \series default
27108  is not installed:
27109 \end_layout
27110
27111 \end_inset
27112
27113
27114 \end_layout
27115
27116 \begin_layout Standard
27117 You need to install the LaTeX-package 
27118 \series bold
27119 marginnote
27120 \series default
27121  to see the following part of this section in the output.
27122 \end_layout
27123
27124 \begin_layout Standard
27125 \begin_inset ERT
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129
27130
27131 \backslash
27132 fi
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Chapter
27141 Boxes
27142 \end_layout
27143
27144 \begin_layout Section
27145 Introduction
27146 \begin_inset Index idx
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150 Boxes ! Introduction
27151 \end_layout
27152
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \begin_layout Standard
27159 Boxes are used to format a block of text.
27160  Boxes can be used to write documents with multiple languages, see section
27161 \begin_inset space ~
27162 \end_inset
27163
27164
27165 \begin_inset CommandInset ref
27166 LatexCommand ref
27167 reference "sec:Minipages"
27168
27169 \end_inset
27170
27171 , to frame texts, see section
27172 \begin_inset space ~
27173 \end_inset
27174
27175
27176 \begin_inset CommandInset ref
27177 LatexCommand ref
27178 reference "sec:Decoration"
27179
27180 \end_inset
27181
27182 , to prevent words from being hyphenated, see section
27183 \begin_inset space ~
27184 \end_inset
27185
27186
27187 \begin_inset CommandInset ref
27188 LatexCommand ref
27189 reference "sec:Prevent-Hyphenation"
27190
27191 \end_inset
27192
27193 , to align text, see section
27194 \begin_inset space ~
27195 \end_inset
27196
27197
27198 \begin_inset CommandInset ref
27199 LatexCommand ref
27200 reference "sub:Vertical-Alignment"
27201
27202 \end_inset
27203
27204 , or to set the background color of texts, see section
27205 \begin_inset space ~
27206 \end_inset
27207
27208
27209 \begin_inset CommandInset ref
27210 LatexCommand ref
27211 reference "sec:Colored-Boxes"
27212
27213 \end_inset
27214
27215 .
27216 \end_layout
27217
27218 \begin_layout Standard
27219 Boxes can be inserted with the menu 
27220 \family sans
27221 Insert\SpecialChar \menuseparator
27222 Box
27223 \family default
27224  or the toolbar button 
27225 \begin_inset Graphics
27226         filename ../images/box-insert.png
27227         scale 85
27228         scaleBeforeRotation
27229
27230 \end_inset
27231
27232 .
27233  A grey box with the label 
27234 \family sans
27235 Box (Minipage)
27236 \family default
27237
27238 \begin_inset Graphics
27239         filename clipart/BoxInsetDefaultQt4.png
27240         scale 85
27241         scaleBeforeRotation
27242
27243 \end_inset
27244
27245  will be inserted.
27246  The box type can be specified by right-clicking on the box and selecting
27247  
27248 \family sans
27249 Settings
27250 \family default
27251 .
27252  The box dialog offers the 
27253 \family sans
27254 Inner
27255 \begin_inset space ~
27256 \end_inset
27257
27258 Box
27259 \family default
27260  types 
27261 \family sans
27262 Makebox
27263 \family default
27264
27265 \family sans
27266 Parbox
27267 \family default
27268  and 
27269 \family sans
27270 Minipage
27271 \family default
27272 .
27273  The type 
27274 \family sans
27275 Minipage
27276 \family default
27277  is the default for new boxes and is explained in section
27278 \begin_inset space ~
27279 \end_inset
27280
27281
27282 \begin_inset CommandInset ref
27283 LatexCommand ref
27284 reference "sec:Minipages"
27285
27286 \end_inset
27287
27288 ; the type 
27289 \family sans
27290 Parbox
27291 \family default
27292  is described in section
27293 \begin_inset space ~
27294 \end_inset
27295
27296
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "sec:Parboxes"
27300
27301 \end_inset
27302
27303  and the type 
27304 \family sans
27305 Makebox
27306 \family default
27307  in 
27308 \begin_inset CommandInset ref
27309 LatexCommand ref
27310 reference "sec:Prevent-Hyphenation"
27311
27312 \end_inset
27313
27314 .
27315 \end_layout
27316
27317 \begin_layout Standard
27318 Boxes are not numbered and can therefore not be referenced like floats or
27319  footnotes.
27320 \end_layout
27321
27322 \begin_layout Standard
27323 \begin_inset Note Greyedout
27324 status open
27325
27326 \begin_layout Plain Layout
27327
27328 \series bold
27329 Note:
27330 \series default
27331  Boxes must not be the item in an 
27332 \family sans
27333 Itemize
27334 \family default
27335  or 
27336 \family sans
27337 Description
27338 \family default
27339  environment.
27340 \end_layout
27341
27342 \end_inset
27343
27344
27345 \end_layout
27346
27347 \begin_layout Standard
27348 \begin_inset Note Greyedout
27349 status open
27350
27351 \begin_layout Plain Layout
27352
27353 \series bold
27354 Note:
27355 \series default
27356  For an unknown reason you can only set the 
27357 \family sans
27358 Inner
27359 \begin_inset space ~
27360 \end_inset
27361
27362 Box
27363 \family default
27364  type to 
27365 \family sans
27366 None
27367 \family default
27368  when you use a framed box.
27369  Boxes without an 
27370 \family sans
27371 Inner
27372 \begin_inset space ~
27373 \end_inset
27374
27375 Box
27376 \family default
27377  type and without frames are explained in section
27378 \begin_inset space ~
27379 \end_inset
27380
27381
27382 \begin_inset CommandInset ref
27383 LatexCommand ref
27384 reference "sec:Prevent-Hyphenation"
27385
27386 \end_inset
27387
27388 .
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Section
27397 Box Dialog
27398 \begin_inset CommandInset label
27399 LatexCommand label
27400 name "sec:Box-Dialog"
27401
27402 \end_inset
27403
27404
27405 \begin_inset Index idx
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 Boxes ! Box Dialog
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \begin_layout Subsection
27418 Size
27419 \begin_inset Index idx
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423 Boxes ! Size
27424 \end_layout
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \begin_layout Standard
27432 In the box dialog you can adjust the box geometry in the fields 
27433 \family sans
27434 Width
27435 \family default
27436  and 
27437 \family sans
27438 Height
27439 \family default
27440 .
27441  The available units for the geometry are explained in Table
27442 \begin_inset space ~
27443 \end_inset
27444
27445
27446 \begin_inset CommandInset ref
27447 LatexCommand ref
27448 reference "tab:Units"
27449
27450 \end_inset
27451
27452 .
27453  The field 
27454 \family sans
27455 Height
27456 \family default
27457  offers the following additional sizes:
27458 \end_layout
27459
27460 \begin_layout Description
27461 Depth This is the plain text 
27462 \begin_inset Quotes eld
27463 \end_inset
27464
27465 height
27466 \begin_inset Quotes erd
27467 \end_inset
27468
27469 .
27470  It ignores the total depth when there are multiple text lines in the box:
27471 \begin_inset Newline newline
27472 \end_inset
27473
27474
27475 \begin_inset Newline newline
27476 \end_inset
27477
27478
27479 \begin_inset Newline newline
27480 \end_inset
27481
27482
27483 \begin_inset Box Boxed
27484 position "c"
27485 hor_pos "c"
27486 has_inner_box 1
27487 inner_pos "c"
27488 use_parbox 0
27489 use_makebox 0
27490 width "12col%"
27491 special "none"
27492 height "1in"
27493 height_special "depth"
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 \align center
27498 Box height set to 1
27499 \begin_inset space \thinspace{}
27500 \end_inset
27501
27502 Depth
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \begin_inset Newline newline
27509 \end_inset
27510
27511
27512 \begin_inset Newline newline
27513 \end_inset
27514
27515
27516 \end_layout
27517
27518 \begin_layout Description
27519 Height This is the height of the text that is inside the box.
27520  A value of e.
27521 \begin_inset space \thinspace{}
27522 \end_inset
27523
27524 g.
27525 \begin_inset space \space{}
27526 \end_inset
27527
27528 2 for this size will set the box height to 2
27529 \begin_inset space ~
27530 \end_inset
27531
27532 times the text height: 
27533 \begin_inset Box Boxed
27534 position "c"
27535 hor_pos "c"
27536 has_inner_box 1
27537 inner_pos "c"
27538 use_parbox 0
27539 use_makebox 0
27540 width "20col%"
27541 special "none"
27542 height "2in"
27543 height_special "height"
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 \align center
27548 Box height set to 2
27549 \begin_inset space \thinspace{}
27550 \end_inset
27551
27552 Height
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \end_layout
27559
27560 \begin_layout Description
27561 Total
27562 \begin_inset space ~
27563 \end_inset
27564
27565 Height This is the Height
27566 \begin_inset space \thinspace{}
27567 \end_inset
27568
27569 +
27570 \begin_inset space \thinspace{}
27571 \end_inset
27572
27573 Depth: 
27574 \begin_inset Box Boxed
27575 position "c"
27576 hor_pos "c"
27577 has_inner_box 1
27578 inner_pos "c"
27579 use_parbox 0
27580 use_makebox 0
27581 width "20col%"
27582 special "none"
27583 height "1in"
27584 height_special "totalheight"
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588 \align center
27589 Box height set to 1
27590 \begin_inset space \thinspace{}
27591 \end_inset
27592
27593 Total
27594 \begin_inset space ~
27595 \end_inset
27596
27597 Height
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \end_layout
27604
27605 \begin_layout Description
27606 Width This sets the width of the box as height: 
27607 \begin_inset Box Boxed
27608 position "c"
27609 hor_pos "c"
27610 has_inner_box 1
27611 inner_pos "c"
27612 use_parbox 0
27613 use_makebox 0
27614 width "12col%"
27615 special "none"
27616 height "1in"
27617 height_special "width"
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621 \align center
27622 Box height set to 1
27623 \begin_inset space \thinspace{}
27624 \end_inset
27625
27626 Width
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Subsection
27635 Alignment
27636 \begin_inset Index idx
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640 Boxes ! Alignment
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Standard
27649 When you have chosen an 
27650 \family sans
27651 Inner
27652 \begin_inset space ~
27653 \end_inset
27654
27655 Box
27656 \family default
27657 , the vertical box alignment can be:
27658 \end_layout
27659
27660 \begin_layout Description
27661 Top This is an example text line.
27662  
27663 \begin_inset Box Boxed
27664 position "t"
27665 hor_pos "c"
27666 has_inner_box 1
27667 inner_pos "c"
27668 use_parbox 0
27669 use_makebox 0
27670 width "12col%"
27671 special "none"
27672 height "1in"
27673 height_special "totalheight"
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677 \align center
27678 This box is top-aligned.
27679 \end_layout
27680
27681 \end_inset
27682
27683  This is an example text line.
27684 \end_layout
27685
27686 \begin_layout Description
27687 Middle This is an example text line.
27688  
27689 \begin_inset Box Boxed
27690 position "c"
27691 hor_pos "c"
27692 has_inner_box 1
27693 inner_pos "c"
27694 use_parbox 0
27695 use_makebox 0
27696 width "12col%"
27697 special "none"
27698 height "1in"
27699 height_special "totalheight"
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 \align center
27704 This box is middle-aligned.
27705 \end_layout
27706
27707 \end_inset
27708
27709  This is an example text line.
27710 \end_layout
27711
27712 \begin_layout Description
27713 Bottom This is an example text line.
27714  
27715 \begin_inset Box Boxed
27716 position "b"
27717 hor_pos "c"
27718 has_inner_box 1
27719 inner_pos "c"
27720 use_parbox 0
27721 use_makebox 0
27722 width "12col%"
27723 special "none"
27724 height "1in"
27725 height_special "totalheight"
27726 status collapsed
27727
27728 \begin_layout Plain Layout
27729 \align center
27730 This box is bottom-aligned.
27731 \end_layout
27732
27733 \end_inset
27734
27735  This is an example text line.
27736 \end_layout
27737
27738 \begin_layout Standard
27739 \begin_inset Note Greyedout
27740 status open
27741
27742 \begin_layout Plain Layout
27743
27744 \series bold
27745 Note:
27746 \series default
27747  The vertical box alignment can be lost in the output when you have two
27748  boxes in a line and one has e.
27749 \begin_inset space \thinspace{}
27750 \end_inset
27751
27752 g.
27753 \begin_inset space \space{}
27754 \end_inset
27755
27756 a shadow and the other one not.
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Standard
27765 The horizontal box alignment can be set via LyX's paragraph dialog when
27766  you set the box into its own paragraph.
27767 \end_layout
27768
27769 \begin_layout Standard
27770 \begin_inset VSpace bigskip
27771 \end_inset
27772
27773 When you have chosen an 
27774 \family sans
27775 Inner
27776 \begin_inset space ~
27777 \end_inset
27778
27779 Box
27780 \family default
27781 , the box content can be aligned vertically to:
27782 \end_layout
27783
27784 \begin_layout Description
27785 top This is an example text line.
27786  
27787 \begin_inset Box Boxed
27788 position "c"
27789 hor_pos "c"
27790 has_inner_box 1
27791 inner_pos "t"
27792 use_parbox 0
27793 use_makebox 0
27794 width "12col%"
27795 special "none"
27796 height "1.5in"
27797 height_special "totalheight"
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801 \align center
27802 This box text is top-aligned.
27803 \end_layout
27804
27805 \end_inset
27806
27807  This is an example text line.
27808 \end_layout
27809
27810 \begin_layout Description
27811 middle This is an example text line.
27812  
27813 \begin_inset Box Boxed
27814 position "c"
27815 hor_pos "c"
27816 has_inner_box 1
27817 inner_pos "c"
27818 use_parbox 0
27819 use_makebox 0
27820 width "12col%"
27821 special "none"
27822 height "1.5in"
27823 height_special "totalheight"
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827 \align center
27828 This box text is middle-aligned.
27829 \end_layout
27830
27831 \end_inset
27832
27833  This is an example text line.
27834 \end_layout
27835
27836 \begin_layout Description
27837 bottom This is an example text line.
27838  
27839 \begin_inset Box Boxed
27840 position "c"
27841 hor_pos "c"
27842 has_inner_box 1
27843 inner_pos "b"
27844 use_parbox 0
27845 use_makebox 0
27846 width "12col%"
27847 special "none"
27848 height "1.5in"
27849 height_special "totalheight"
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 \align center
27854 This box text is bottom-aligned.
27855 \end_layout
27856
27857 \end_inset
27858
27859  This is an example text line.
27860 \end_layout
27861
27862 \begin_layout Description
27863 stretch This is an example text line.
27864  
27865 \begin_inset Box Boxed
27866 position "c"
27867 hor_pos "c"
27868 has_inner_box 1
27869 inner_pos "s"
27870 use_parbox 0
27871 use_makebox 0
27872 width "12col%"
27873 special "none"
27874 height "1.5in"
27875 height_special "totalheight"
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879 \align center
27880 This box
27881 \end_layout
27882
27883 \begin_layout Plain Layout
27884 \align center
27885 text is
27886 \end_layout
27887
27888 \begin_layout Plain Layout
27889 \align center
27890 stretched.
27891 \end_layout
27892
27893 \end_inset
27894
27895  This is an example text line.
27896 \end_layout
27897
27898 \begin_layout Standard
27899 To stretch the box content, it must consist of more than one paragraph.
27900  In the example above every text line is in an own paragraph.
27901 \end_layout
27902
27903 \begin_layout Standard
27904 \begin_inset VSpace bigskip
27905 \end_inset
27906
27907 To align the box content horizontally you can use LyX's paragraph dialog
27908  when you have chosen an 
27909 \family sans
27910 Inner
27911 \begin_inset space ~
27912 \end_inset
27913
27914 Box
27915 \family default
27916 .
27917 \end_layout
27918
27919 \begin_layout Standard
27920 \align center
27921 \begin_inset Box Boxed
27922 position "c"
27923 hor_pos "c"
27924 has_inner_box 1
27925 inner_pos "s"
27926 use_parbox 0
27927 use_makebox 0
27928 width "15col%"
27929 special "none"
27930 height "1.25in"
27931 height_special "totalheight"
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 \align left
27936 This box
27937 \end_layout
27938
27939 \begin_layout Plain Layout
27940 \align center
27941 text is
27942 \end_layout
27943
27944 \begin_layout Plain Layout
27945 \align right
27946 stretched.
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Standard
27955 If you have not set an 
27956 \family sans
27957 Inner
27958 \begin_inset space ~
27959 \end_inset
27960
27961 Box
27962 \family default
27963 , you can align the box content horizontally in the box dialog.
27964 \end_layout
27965
27966 \begin_layout Standard
27967 \align center
27968 \begin_inset Box Boxed
27969 position "c"
27970 hor_pos "s"
27971 has_inner_box 0
27972 inner_pos "s"
27973 use_parbox 0
27974 use_makebox 0
27975 width "90col%"
27976 special "none"
27977 height "1.25in"
27978 height_special "totalheight"
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982 \align left
27983 This box text is horizontally stretched.
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \begin_layout Subsection
27992 Decoration
27993 \begin_inset CommandInset label
27994 LatexCommand label
27995 name "sec:Decoration"
27996
27997 \end_inset
27998
27999
28000 \begin_inset Index idx
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004 Boxes ! Decoration
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Standard
28013 The type of the box can be specified in the box dialog in the drop-down
28014  list 
28015 \family sans
28016 Decoration
28017 \family default
28018 .
28019  The following types are possible:
28020 \end_layout
28021
28022 \begin_layout Description
28023 No
28024 \begin_inset space ~
28025 \end_inset
28026
28027 frame Nothing is drawn.
28028 \end_layout
28029
28030 \begin_layout Description
28031 Simple
28032 \begin_inset space ~
28033 \end_inset
28034
28035 rectangular
28036 \begin_inset space ~
28037 \end_inset
28038
28039 frame This draws a rectangular frame around the box.
28040  The frame line thickness has the size of 
28041 \series bold
28042
28043 \backslash
28044 fboxrule
28045 \series default
28046 .
28047  
28048 \begin_inset Box Boxed
28049 position "c"
28050 hor_pos "c"
28051 has_inner_box 1
28052 inner_pos "c"
28053 use_parbox 0
28054 use_makebox 0
28055 width "20col%"
28056 special "none"
28057 height "1in"
28058 height_special "totalheight"
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 \align center
28063 Rectangular box
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Description
28072 Oval
28073 \begin_inset space ~
28074 \end_inset
28075
28076 box,
28077 \begin_inset space ~
28078 \end_inset
28079
28080 thin This draws an oval frame around the box.
28081  The frame line thickness has the size 0.4
28082 \begin_inset space \thinspace{}
28083 \end_inset
28084
28085 pt.
28086  
28087 \begin_inset Box ovalbox
28088 position "c"
28089 hor_pos "c"
28090 has_inner_box 1
28091 inner_pos "c"
28092 use_parbox 0
28093 use_makebox 0
28094 width "20col%"
28095 special "none"
28096 height "1in"
28097 height_special "totalheight"
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101 \align center
28102 Oval box, thin
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Description
28111 Oval
28112 \begin_inset space ~
28113 \end_inset
28114
28115 box,
28116 \begin_inset space ~
28117 \end_inset
28118
28119 thick This draws an oval frame around the box.
28120  The frame line thickness has the size 0.8
28121 \begin_inset space \thinspace{}
28122 \end_inset
28123
28124 pt.
28125  
28126 \begin_inset Box Ovalbox
28127 position "c"
28128 hor_pos "c"
28129 has_inner_box 1
28130 inner_pos "c"
28131 use_parbox 0
28132 use_makebox 0
28133 width "20col%"
28134 special "none"
28135 height "1in"
28136 height_special "totalheight"
28137 status collapsed
28138
28139 \begin_layout Plain Layout
28140 \align center
28141 Oval box, thick
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Description
28150 Drop
28151 \begin_inset space ~
28152 \end_inset
28153
28154 shadow This draws a rectangular frame with a shadow around the box.
28155  The frame line thickness has the size of 
28156 \series bold
28157
28158 \backslash
28159 fboxrule
28160 \series default
28161 , the shadow has a width of 4
28162 \begin_inset space \thinspace{}
28163 \end_inset
28164
28165 pt.
28166  
28167 \begin_inset Box Shadowbox
28168 position "c"
28169 hor_pos "c"
28170 has_inner_box 1
28171 inner_pos "c"
28172 use_parbox 0
28173 use_makebox 0
28174 width "20col%"
28175 special "none"
28176 height "1in"
28177 height_special "totalheight"
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181 \align center
28182 Shadow box
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Description
28191 Shaded
28192 \begin_inset space ~
28193 \end_inset
28194
28195 background This draws a box with a red background.
28196  Unlike colored boxes
28197 \begin_inset Foot
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201 see sec.
28202 \begin_inset space \thinspace{}
28203 \end_inset
28204
28205
28206 \begin_inset CommandInset ref
28207 LatexCommand ref
28208 reference "sec:Colored-Boxes"
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \end_inset
28216
28217 , it always uses the whole column width and the box is set as its own paragraph.
28218  
28219 \begin_inset Box Shaded
28220 position "t"
28221 hor_pos "c"
28222 has_inner_box 0
28223 inner_pos "t"
28224 use_parbox 0
28225 use_makebox 0
28226 width "50col%"
28227 special "none"
28228 height "1in"
28229 height_special "totalheight"
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233 Shaded background box
28234 \end_layout
28235
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \begin_layout Description
28242 Double
28243 \begin_inset space ~
28244 \end_inset
28245
28246 rectangular
28247 \begin_inset space ~
28248 \end_inset
28249
28250 frame This draws a double-line rectangular frame around the box.
28251  The line thickness of the inner frame is 0.75
28252 \begin_inset space \thinspace{}
28253 \end_inset
28254
28255
28256 \series bold
28257
28258 \backslash
28259 fboxrule
28260 \series default
28261 , the thickness of the outer frame is 1.5
28262 \begin_inset space \thinspace{}
28263 \end_inset
28264
28265
28266 \series bold
28267
28268 \backslash
28269 fboxrule
28270 \series default
28271 .
28272  The distance between the lines is 1.5
28273 \begin_inset space \thinspace{}
28274 \end_inset
28275
28276
28277 \series bold
28278
28279 \backslash
28280 fboxrule
28281 \series default
28282
28283 \begin_inset space \thinspace{}
28284 \end_inset
28285
28286 +
28287 \begin_inset space \thinspace{}
28288 \end_inset
28289
28290 0.5
28291 \begin_inset space \thinspace{}
28292 \end_inset
28293
28294 pt.
28295  
28296 \begin_inset Box Doublebox
28297 position "c"
28298 hor_pos "c"
28299 has_inner_box 1
28300 inner_pos "c"
28301 use_parbox 0
28302 use_makebox 0
28303 width "20col%"
28304 special "none"
28305 height "1in"
28306 height_special "totalheight"
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310 \align center
28311 Double rectangular box
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Standard
28320 \begin_inset VSpace bigskip
28321 \end_inset
28322
28323 LyX's box label will reflect the different frame types.
28324  To be able to use all types, the LaTeX-package 
28325 \series bold
28326 fancybox
28327 \series default
28328
28329 \begin_inset Index idx
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333 LaTeX-packages ! fancybox
28334 \end_layout
28335
28336 \end_inset
28337
28338  must be installed.
28339 \end_layout
28340
28341 \begin_layout Standard
28342 \begin_inset VSpace bigskip
28343 \end_inset
28344
28345 When you use the decoration 
28346 \family sans
28347 simple rectangular frame
28348 \family default
28349  and no inner box, you can allow page breaks within a box.
28350  Note that then, unlike other framed boxes, the frame always uses the whole
28351  column width, the box is set as its own paragraph, and 
28352 \series bold
28353
28354 \backslash
28355 fboxrule
28356 \series default
28357  and 
28358 \series bold
28359
28360 \backslash
28361 fboxsep
28362 \series default
28363  have no effect on this box type.
28364  The frame line thickness has the size of 
28365 \series bold
28366
28367 \backslash
28368 FrameRule
28369 \series default
28370 .
28371  
28372 \begin_inset Box Framed
28373 position "t"
28374 hor_pos "c"
28375 has_inner_box 0
28376 inner_pos "t"
28377 use_parbox 0
28378 use_makebox 0
28379 width "100col%"
28380 special "none"
28381 height "1in"
28382 height_special "totalheight"
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386 Allow page break box
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \end_layout
28393
28394 \begin_layout Section
28395 Box Customization
28396 \begin_inset Index idx
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400 Boxes ! Customization
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \begin_layout Standard
28409 The default value for the size 
28410 \series bold
28411
28412 \backslash
28413 fboxrule
28414 \series default
28415  is 0.4
28416 \begin_inset space \thinspace{}
28417 \end_inset
28418
28419 pt.
28420  It can be changed with the following command in TeX-Code to e.
28421 \begin_inset space \thinspace{}
28422 \end_inset
28423
28424 g.
28425 \begin_inset space \space{}
28426 \end_inset
28427
28428 2
28429 \begin_inset space \thinspace{}
28430 \end_inset
28431
28432 pt:
28433 \end_layout
28434
28435 \begin_layout Standard
28436
28437 \series bold
28438
28439 \backslash
28440 setlength{
28441 \backslash
28442 fboxrule}{2pt}
28443 \end_layout
28444
28445 \begin_layout Standard
28446 \begin_inset ERT
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450
28451
28452 \backslash
28453 setlength{
28454 \backslash
28455 fboxrule}{2pt}
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \begin_inset Box Boxed
28462 position "c"
28463 hor_pos "c"
28464 has_inner_box 1
28465 inner_pos "c"
28466 use_parbox 0
28467 use_makebox 0
28468 width "25col%"
28469 special "none"
28470 height "1in"
28471 height_special "totalheight"
28472 status open
28473
28474 \begin_layout Plain Layout
28475 \align center
28476 Rectangular box with 
28477 \series bold
28478
28479 \backslash
28480 fboxrule
28481 \series default
28482
28483 \begin_inset space \thinspace{}
28484 \end_inset
28485
28486 =
28487 \begin_inset space \thinspace{}
28488 \end_inset
28489
28490 2
28491 \begin_inset space \thinspace{}
28492 \end_inset
28493
28494 pt
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \begin_inset ERT
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504
28505
28506 \backslash
28507 setlength{
28508 \backslash
28509 fboxrule}{0.4pt}
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 \begin_inset VSpace bigskip
28519 \end_inset
28520
28521 The space between the frame and the box content is for all frame styles
28522  by default 3
28523 \begin_inset space \thinspace{}
28524 \end_inset
28525
28526 pt.
28527  You can change it by setting the length 
28528 \series bold
28529
28530 \backslash
28531 fboxsep
28532 \series default
28533  to another value.
28534  For example the command
28535 \end_layout
28536
28537 \begin_layout Standard
28538
28539 \series bold
28540
28541 \backslash
28542 setlength{
28543 \backslash
28544 fboxsep}{10pt}
28545 \end_layout
28546
28547 \begin_layout Standard
28548 sets the value to 10
28549 \begin_inset space \thinspace{}
28550 \end_inset
28551
28552 pt, as with the following box:
28553 \end_layout
28554
28555 \begin_layout Standard
28556 \begin_inset ERT
28557 status collapsed
28558
28559 \begin_layout Plain Layout
28560
28561
28562 \backslash
28563 setlength{
28564 \backslash
28565 fboxsep}{10pt}
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \begin_inset Box Boxed
28572 position "c"
28573 hor_pos "c"
28574 has_inner_box 1
28575 inner_pos "c"
28576 use_parbox 0
28577 use_makebox 0
28578 width "25col%"
28579 special "none"
28580 height "1in"
28581 height_special "totalheight"
28582 status open
28583
28584 \begin_layout Plain Layout
28585 \align center
28586 Rectangular box with 
28587 \series bold
28588
28589 \backslash
28590 fboxsep
28591 \series default
28592
28593 \begin_inset space \thinspace{}
28594 \end_inset
28595
28596 =
28597 \begin_inset space \thinspace{}
28598 \end_inset
28599
28600 10
28601 \begin_inset space \thinspace{}
28602 \end_inset
28603
28604 pt
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \begin_inset ERT
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614
28615
28616 \backslash
28617 setlength{
28618 \backslash
28619 fboxsep}{3pt}
28620 \end_layout
28621
28622 \end_inset
28623
28624
28625 \end_layout
28626
28627 \begin_layout Standard
28628 \begin_inset VSpace bigskip
28629 \end_inset
28630
28631 The diameter of the round corners of the oval boxes can be set with the
28632  command 
28633 \series bold
28634
28635 \backslash
28636 cornersize
28637 \series default
28638 .
28639  The command
28640 \end_layout
28641
28642 \begin_layout Standard
28643
28644 \series bold
28645
28646 \backslash
28647 cornersize*{1cm}
28648 \end_layout
28649
28650 \begin_layout Standard
28651 sets the diameter to 1
28652 \begin_inset space \thinspace{}
28653 \end_inset
28654
28655 cm.
28656  The command
28657 \end_layout
28658
28659 \begin_layout Standard
28660
28661 \series bold
28662
28663 \backslash
28664 cornersize{num}
28665 \end_layout
28666
28667 \begin_layout Standard
28668 sets the diameter to 
28669 \family sans
28670 num
28671 \begin_inset space \thinspace{}
28672 \end_inset
28673
28674 ×
28675 \begin_inset space \thinspace{}
28676 \end_inset
28677
28678 minimum(width and heigth of box)
28679 \family default
28680 .
28681  The default is 
28682 \series bold
28683
28684 \backslash
28685 cornersize{0.5}
28686 \series default
28687 .
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset ERT
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695
28696
28697 \backslash
28698 cornersize*{1.5cm}
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \begin_inset Box Ovalbox
28705 position "c"
28706 hor_pos "c"
28707 has_inner_box 1
28708 inner_pos "c"
28709 use_parbox 0
28710 use_makebox 0
28711 width "25col%"
28712 special "none"
28713 height "1in"
28714 height_special "totalheight"
28715 status open
28716
28717 \begin_layout Plain Layout
28718 \align center
28719 Oval box with 
28720 \series bold
28721
28722 \backslash
28723 cornersize
28724 \series default
28725
28726 \begin_inset space \thinspace{}
28727 \end_inset
28728
28729 =
28730 \begin_inset space \thinspace{}
28731 \end_inset
28732
28733 1.5
28734 \begin_inset space \thinspace{}
28735 \end_inset
28736
28737 cm
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \begin_inset ERT
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747
28748
28749 \backslash
28750 cornersize{0.5}
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \end_layout
28757
28758 \begin_layout Standard
28759 \begin_inset VSpace bigskip
28760 \end_inset
28761
28762 The size of the shadow can be adjusted by changing the length 
28763 \series bold
28764
28765 \backslash
28766 shadowsize
28767 \series default
28768 .
28769  It it set to 2
28770 \begin_inset space \thinspace{}
28771 \end_inset
28772
28773 pt for the following box by this command:
28774 \end_layout
28775
28776 \begin_layout Standard
28777
28778 \series bold
28779
28780 \backslash
28781 setlength{
28782 \backslash
28783 shadowsize}{2pt}
28784 \end_layout
28785
28786 \begin_layout Standard
28787 \begin_inset ERT
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791
28792
28793 \backslash
28794 setlength{
28795 \backslash
28796 shadowsize}{2pt}
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \begin_inset Box Shadowbox
28803 position "c"
28804 hor_pos "c"
28805 has_inner_box 1
28806 inner_pos "c"
28807 use_parbox 0
28808 use_makebox 0
28809 width "25col%"
28810 special "none"
28811 height "1in"
28812 height_special "totalheight"
28813 status open
28814
28815 \begin_layout Plain Layout
28816 \align center
28817 Shadow box with 
28818 \series bold
28819
28820 \backslash
28821 shadowsize
28822 \series default
28823
28824 \begin_inset space \thinspace{}
28825 \end_inset
28826
28827 =
28828 \begin_inset space \thinspace{}
28829 \end_inset
28830
28831 2
28832 \begin_inset space \thinspace{}
28833 \end_inset
28834
28835 pt
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \begin_inset ERT
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845
28846
28847 \backslash
28848 setlength{
28849 \backslash
28850 shadowsize}{4pt}
28851 \end_layout
28852
28853 \end_inset
28854
28855
28856 \end_layout
28857
28858 \begin_layout Standard
28859 \begin_inset VSpace bigskip
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866 The default value for the size 
28867 \series bold
28868
28869 \backslash
28870 FrameRule
28871 \series default
28872  is 0.4
28873 \begin_inset space \thinspace{}
28874 \end_inset
28875
28876 pt.
28877  The default space between the note content and the frame is 9
28878 \begin_inset space \thinspace{}
28879 \end_inset
28880
28881 pt and can be changed with the value of 
28882 \series bold
28883
28884 \backslash
28885 FrameSep
28886 \series default
28887 .
28888  For example the frame appearance of the following 
28889 \family sans
28890 box
28891 \family default
28892  is set with the TeX-Code commands
28893 \end_layout
28894
28895 \begin_layout Standard
28896
28897 \series bold
28898
28899 \backslash
28900 setlength{
28901 \backslash
28902 FrameRule}{5pt}
28903 \begin_inset Newline newline
28904 \end_inset
28905
28906
28907 \backslash
28908 setlength{
28909 \backslash
28910 FrameSep}{0.5cm}
28911 \end_layout
28912
28913 \begin_layout Standard
28914 \begin_inset ERT
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918
28919
28920 \backslash
28921 setlength{
28922 \backslash
28923 FrameRule}{5pt}
28924 \end_layout
28925
28926 \begin_layout Plain Layout
28927
28928
28929 \backslash
28930 setlength{
28931 \backslash
28932 FrameSep}{0.5cm}
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \begin_inset Box Framed
28939 position "t"
28940 hor_pos "c"
28941 has_inner_box 0
28942 inner_pos "t"
28943 use_parbox 0
28944 use_makebox 0
28945 width "100col%"
28946 special "none"
28947 height "1in"
28948 height_special "totalheight"
28949 status open
28950
28951 \begin_layout Plain Layout
28952 This is text in an 
28953 \family sans
28954 allow page break
28955 \family default
28956  box.
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \begin_inset ERT
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966
28967
28968 \backslash
28969 setlength{
28970 \backslash
28971 FrameRule}{0.4pt}
28972 \end_layout
28973
28974 \begin_layout Plain Layout
28975
28976
28977 \backslash
28978 setlength{
28979 \backslash
28980 FrameSep}{9pt}
28981 \end_layout
28982
28983 \end_inset
28984
28985
28986 \end_layout
28987
28988 \begin_layout Standard
28989 \begin_inset VSpace bigskip
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \begin_layout Standard
28996 For 
28997 \family sans
28998 shaded background
28999 \family default
29000  boxes the default space between the box content and the box border is 3
29001 \begin_inset space \thinspace{}
29002 \end_inset
29003
29004 pt and can be changed with the value of 
29005 \series bold
29006
29007 \backslash
29008 fboxsep
29009 \series default
29010 .
29011  The default background color red can either be changed locally with the
29012  command 
29013 \series bold
29014
29015 \backslash
29016 definecolor{shadecolor}
29017 \series default
29018  or globally with the menu 
29019 \family sans
29020 Tools\SpecialChar \menuseparator
29021 Preferences\SpecialChar \menuseparator
29022 Colors\SpecialChar \menuseparator
29023 shaded
29024 \begin_inset space ~
29025 \end_inset
29026
29027 box
29028 \family default
29029 .
29030  The scheme of the 
29031 \series bold
29032
29033 \backslash
29034 definecolor
29035 \series default
29036  command is explained in section
29037 \begin_inset space ~
29038 \end_inset
29039
29040
29041 \begin_inset CommandInset ref
29042 LatexCommand ref
29043 reference "sec:Colored-Tables"
29044
29045 \end_inset
29046
29047 .
29048 \begin_inset Foot
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 Note that 
29053 \series bold
29054
29055 \backslash
29056 definecolor
29057 \series default
29058  requires the LaTeX-package 
29059 \series bold
29060 color
29061 \series default
29062  in the preamble, see section
29063 \begin_inset space ~
29064 \end_inset
29065
29066
29067 \begin_inset CommandInset ref
29068 LatexCommand ref
29069 reference "sec:Colored-Boxes"
29070
29071 \end_inset
29072
29073 .
29074 \end_layout
29075
29076 \end_inset
29077
29078  For example the appearance of the following shaded background box is set
29079  with the TeX-Code commands
29080 \end_layout
29081
29082 \begin_layout Standard
29083
29084 \series bold
29085
29086 \backslash
29087 setlength{
29088 \backslash
29089 fboxsep}{0.5cm}
29090 \series default
29091
29092 \begin_inset Newline newline
29093 \end_inset
29094
29095
29096 \series bold
29097
29098 \backslash
29099 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29100 \end_layout
29101
29102 \begin_layout Standard
29103 \begin_inset ERT
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107
29108
29109 \backslash
29110 setlength{
29111 \backslash
29112 fboxsep}{0.5cm}
29113 \end_layout
29114
29115 \begin_layout Plain Layout
29116
29117
29118 \backslash
29119 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29120 \end_layout
29121
29122 \end_inset
29123
29124
29125 \begin_inset Box Shaded
29126 position "t"
29127 hor_pos "c"
29128 has_inner_box 0
29129 inner_pos "t"
29130 use_parbox 0
29131 use_makebox 0
29132 width "100col%"
29133 special "none"
29134 height "1in"
29135 height_special "totalheight"
29136 status open
29137
29138 \begin_layout Plain Layout
29139
29140 \color yellow
29141 This is yellow text in a
29142 \color none
29143  
29144 \family sans
29145 \color yellow
29146 shaded background
29147 \family default
29148 \color none
29149  
29150 \color yellow
29151 box with dark green background.
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \begin_inset ERT
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161
29162
29163 \backslash
29164 setlength{
29165 \backslash
29166 fboxsep}{3pt}
29167 \end_layout
29168
29169 \begin_layout Plain Layout
29170
29171
29172 \backslash
29173 definecolor{shadecolor}{rgb}{1,0,0}
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 \begin_inset VSpace bigskip
29183 \end_inset
29184
29185 Changed lengths and widths are valid for all boxes following the commands
29186  that change them.
29187 \end_layout
29188
29189 \begin_layout Section
29190 Minipages
29191 \begin_inset CommandInset label
29192 LatexCommand label
29193 name "sec:Minipages"
29194
29195 \end_inset
29196
29197
29198 \begin_inset Index idx
29199 status collapsed
29200
29201 \begin_layout Plain Layout
29202 Boxes ! Minipages
29203 \end_layout
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \begin_layout Standard
29211 Minipages are treated by LaTeX as pages within pages and can therefore for
29212  example have their own footnotes.
29213 \end_layout
29214
29215 \begin_layout Standard
29216 Minipages are useful when you write documents with different languages.
29217 \end_layout
29218
29219 \begin_layout Standard
29220 Below are two example minipages side by side.
29221  Their width is set to 45
29222 \begin_inset space \thinspace{}
29223 \end_inset
29224
29225 col% and they are separated by a horizontal fill, that was inserted via
29226  the menu 
29227 \family sans
29228 Insert\SpecialChar \menuseparator
29229 Special
29230 \begin_inset space ~
29231 \end_inset
29232
29233 Formatting\SpecialChar \menuseparator
29234 Horizontal
29235 \begin_inset space ~
29236 \end_inset
29237
29238 Fill
29239 \family default
29240 .
29241 \begin_inset Newpage newpage
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Standard
29248 \begin_inset Box Frameless
29249 position "t"
29250 hor_pos "c"
29251 has_inner_box 1
29252 inner_pos "c"
29253 use_parbox 0
29254 use_makebox 0
29255 width "45col%"
29256 special "none"
29257 height "1in"
29258 height_special "totalheight"
29259 status open
29260
29261 \begin_layout Plain Layout
29262
29263 \lang german
29264 Dies ist ein deutscher Text.
29265  Dies ist ein deutscher Text.
29266  Dies ist ein deutscher Text.
29267  Dies ist ein deutscher Text.
29268  Dies ist ein deutscher Text.
29269  Dies ist ein deutscher Text.
29270  Dies ist ein deutscher Text.
29271  Dies ist ein deutscher Text.
29272  Dies ist ein deutscher Text.
29273  Dies ist ein deutscher Text.
29274  Dies ist ein deutscher Text.
29275  Dies ist ein deutscher Text.
29276  Dies ist ein deutscher Text
29277 \begin_inset Foot
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281
29282 \lang german
29283 Dies ist eine deutsche Fußnote.
29284 \end_layout
29285
29286 \end_inset
29287
29288 .
29289  Dies ist ein deutscher Text.
29290  Dies ist ein deutscher Text.
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \begin_inset space \hfill{}
29297 \end_inset
29298
29299
29300 \begin_inset Box Frameless
29301 position "t"
29302 hor_pos "c"
29303 has_inner_box 1
29304 inner_pos "c"
29305 use_parbox 0
29306 use_makebox 0
29307 width "45col%"
29308 special "none"
29309 height "1in"
29310 height_special "totalheight"
29311 status open
29312
29313 \begin_layout Plain Layout
29314 This is an English Text.
29315  This is an English Text.
29316  This is an English Text.
29317  This is an English Text.
29318  This is an English Text.
29319  This is an English Text.
29320  This is an English Text.
29321  This is an English Text.
29322  This is an English Text.
29323  This is an English Text.
29324  This is an English Text.
29325  This is an English Text.
29326  This is an English Text.
29327  This is an English Text.
29328  This is an English Text.
29329  This is an English Text.
29330 \begin_inset Foot
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334 This is an English footnote.
29335 \end_layout
29336
29337 \end_inset
29338
29339  This is an English Text.
29340  
29341 \end_layout
29342
29343 \end_inset
29344
29345
29346 \end_layout
29347
29348 \begin_layout Standard
29349 \begin_inset VSpace bigskip
29350 \end_inset
29351
29352 The document-wide paragraph settings are ignored within minipages.
29353  That means that there will be no space between paragraphs in minipages
29354  although you set it to e.
29355 \begin_inset space \thinspace{}
29356 \end_inset
29357
29358 g.
29359 \begin_inset space \space{}
29360 \end_inset
29361
29362
29363 \family sans
29364 MedSkip
29365 \family default
29366  in the document settings.
29367 \end_layout
29368
29369 \begin_layout Standard
29370 Minipages can also be used to set a background color for text parts, see
29371  section
29372 \begin_inset space ~
29373 \end_inset
29374
29375
29376 \begin_inset CommandInset ref
29377 LatexCommand ref
29378 reference "sub:Color-for-Paragraphs"
29379
29380 \end_inset
29381
29382 .
29383 \end_layout
29384
29385 \begin_layout Standard
29386 \begin_inset Note Greyedout
29387 status open
29388
29389 \begin_layout Plain Layout
29390
29391 \series bold
29392 Note:
29393 \series default
29394  You cannot have floats or margin notes inside minipages but minipages can
29395  be used inside tables, floats, and other boxes.
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \begin_layout Section
29404 Parboxes
29405 \begin_inset CommandInset label
29406 LatexCommand label
29407 name "sec:Parboxes"
29408
29409 \end_inset
29410
29411
29412 \begin_inset Index idx
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416 Boxes ! Parboxes
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425 Parboxes are very similar to minipages with the difference that they cannot
29426  have footnotes, because minipages, unlike parboxes, are not real boxes
29427  but LaTeX-environments.
29428 \end_layout
29429
29430 \begin_layout Standard
29431 \align center
29432 \begin_inset Box Frameless
29433 position "t"
29434 hor_pos "c"
29435 has_inner_box 1
29436 inner_pos "t"
29437 use_parbox 1
29438 use_makebox 0
29439 width "33col%"
29440 special "none"
29441 height "1in"
29442 height_special "totalheight"
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446 This a text within a parbox.
29447  This a text within a parbox.
29448 \end_layout
29449
29450 \begin_layout Plain Layout
29451 This footnote won't appear:
29452 \begin_inset Foot
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 This footnote is inside a parbox and will therefore not appear.
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \end_inset
29465
29466
29467 \end_layout
29468
29469 \begin_layout Section
29470 Boxes for Words and Characters
29471 \begin_inset Index idx
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475 Boxes ! for Characters
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \end_layout
29482
29483 \begin_layout Subsection
29484 Prevent Hyphenation
29485 \begin_inset CommandInset label
29486 LatexCommand label
29487 name "sec:Prevent-Hyphenation"
29488
29489 \end_inset
29490
29491
29492 \begin_inset Index idx
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 Boxes ! to Prevent Hyphenation
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Standard
29505 You can use the box type 
29506 \family sans
29507 Makebox
29508 \family default
29509  to prevent words or text from being hyphenated.
29510 \begin_inset Newline newline
29511 \end_inset
29512
29513 Here is an example text:
29514 \end_layout
29515
29516 \begin_layout Standard
29517 This line is an example to show how you can prevent the hyphenation of 
29518 \begin_inset Quotes eld
29519 \end_inset
29520
29521 veryverylongword
29522 \begin_inset Quotes erd
29523 \end_inset
29524
29525 .
29526 \end_layout
29527
29528 \begin_layout Standard
29529 To prevent the hyphenation of the word 
29530 \begin_inset Quotes eld
29531 \end_inset
29532
29533 veryverylongword
29534 \begin_inset Quotes erd
29535 \end_inset
29536
29537 , put the word into a box, set the 
29538 \family sans
29539 Inner
29540 \begin_inset space ~
29541 \end_inset
29542
29543 box
29544 \family default
29545  to 
29546 \family sans
29547 Makebox
29548 \family default
29549  and its width to 1
29550 \begin_inset space \thinspace{}
29551 \end_inset
29552
29553 Width.
29554 \end_layout
29555
29556 \begin_layout Standard
29557 This is the result:
29558 \end_layout
29559
29560 \begin_layout Standard
29561 This line is an example to show how you can prevent the hyphenation of 
29562 \begin_inset Box Frameless
29563 position "t"
29564 hor_pos "c"
29565 has_inner_box 1
29566 inner_pos "t"
29567 use_parbox 0
29568 use_makebox 1
29569 width "1in"
29570 special "width"
29571 height "1in"
29572 height_special "totalheight"
29573 status open
29574
29575 \begin_layout Plain Layout
29576 \begin_inset Quotes eld
29577 \end_inset
29578
29579 veryverylongword
29580 \begin_inset Quotes erd
29581 \end_inset
29582
29583
29584 \end_layout
29585
29586 \end_inset
29587
29588 .
29589 \end_layout
29590
29591 \begin_layout Standard
29592 You can alternatively set the command 
29593 \begin_inset Quotes eld
29594 \end_inset
29595
29596
29597 \series bold
29598
29599 \backslash
29600 -
29601 \series default
29602
29603 \begin_inset Quotes grd
29604 \end_inset
29605
29606  as TeX-Code directly before the word:
29607 \end_layout
29608
29609 \begin_layout Standard
29610 This line is an example to show how you can prevent the hyphenation of 
29611 \begin_inset Quotes eld
29612 \end_inset
29613
29614
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620
29621 \backslash
29622 -
29623 \end_layout
29624
29625 \end_inset
29626
29627 veryverylongword
29628 \begin_inset Quotes erd
29629 \end_inset
29630
29631 .
29632 \end_layout
29633
29634 \begin_layout Standard
29635 Of course the word now protrudes over the side margin.
29636  To avoid this, add via the menu 
29637 \family sans
29638 Insert\SpecialChar \menuseparator
29639 Special
29640 \begin_inset space ~
29641 \end_inset
29642
29643 Formatting\SpecialChar \menuseparator
29644 Line
29645 \begin_inset space ~
29646 \end_inset
29647
29648 Break
29649 \family default
29650  (shortcut 
29651 \begin_inset Info
29652 type  "shortcut"
29653 arg   "newline-insert newline"
29654 \end_inset
29655
29656 ) a line break before the word:
29657 \end_layout
29658
29659 \begin_layout Standard
29660 This line is an example to show how you can prevent the hyphenation of 
29661 \begin_inset Newline newline
29662 \end_inset
29663
29664
29665 \begin_inset Box Frameless
29666 position "t"
29667 hor_pos "c"
29668 has_inner_box 1
29669 inner_pos "t"
29670 use_parbox 0
29671 use_makebox 1
29672 width "1in"
29673 special "width"
29674 height "1in"
29675 height_special "totalheight"
29676 status open
29677
29678 \begin_layout Plain Layout
29679 \begin_inset Quotes eld
29680 \end_inset
29681
29682 veryverylongword
29683 \begin_inset Quotes erd
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \end_inset
29690
29691 .
29692 \end_layout
29693
29694 \begin_layout Subsection
29695 Vertical Alignment
29696 \begin_inset CommandInset label
29697 LatexCommand label
29698 name "sub:Vertical-Alignment"
29699
29700 \end_inset
29701
29702
29703 \begin_inset Index idx
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707 Boxes ! for Vertical Alignment
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \begin_inset Index idx
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717 Boxes ! Raiseboxes
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \end_layout
29724
29725 \begin_layout Standard
29726 With the help of the command 
29727 \series bold
29728
29729 \backslash
29730 raisebox
29731 \series default
29732  you can align words, characters or other boxes vertically relative to the
29733  surrounding text.
29734  
29735 \series bold
29736
29737 \backslash
29738 raisebox
29739 \series default
29740  is used with the following scheme:
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \series bold
29746
29747 \backslash
29748 raisebox{lift}[height][depth]{box content}
29749 \end_layout
29750
29751 \begin_layout Standard
29752 The lift can be a positive value to raise the box or a negative value to
29753  lower the box.
29754 \end_layout
29755
29756 \begin_layout Standard
29757 To align for example the word 
29758 \begin_inset Quotes eld
29759 \end_inset
29760
29761 preventing
29762 \begin_inset Quotes erd
29763 \end_inset
29764
29765  so that the bottom of the 
29766 \begin_inset Quotes eld
29767 \end_inset
29768
29769 deepest
29770 \begin_inset Quotes erd
29771 \end_inset
29772
29773  character 
29774 \begin_inset Quotes eld
29775 \end_inset
29776
29777 p
29778 \begin_inset Quotes erd
29779 \end_inset
29780
29781  is at the baseline, insert the command
29782 \end_layout
29783
29784 \begin_layout Standard
29785
29786 \series bold
29787
29788 \backslash
29789 raisebox{
29790 \backslash
29791 depth}{
29792 \end_layout
29793
29794 \begin_layout Standard
29795 in TeX-Code before the word.
29796  After the word insert a closing brace 
29797 \begin_inset Quotes eld
29798 \end_inset
29799
29800
29801 \series bold
29802 }
29803 \series default
29804
29805 \begin_inset Quotes erd
29806 \end_inset
29807
29808  in TeX-Code.
29809 \begin_inset Newline newline
29810 \end_inset
29811
29812 This is the result:
29813 \end_layout
29814
29815 \begin_layout Standard
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{
29825 \backslash
29826 depth}{
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \begin_inset Quotes eld
29833 \end_inset
29834
29835 preventing
29836 \begin_inset Quotes erd
29837 \end_inset
29838
29839
29840 \begin_inset ERT
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845 }
29846 \end_layout
29847
29848 \end_inset
29849
29850  as a raised word.
29851 \end_layout
29852
29853 \begin_layout Standard
29854 \begin_inset VSpace bigskip
29855 \end_inset
29856
29857 When you raise or lower characters in a line, the line distance will be
29858  spread:
29859 \end_layout
29860
29861 \begin_layout Standard
29862 This is a text line with the word 
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 raisebox{-
29871 \backslash
29872 depth}{
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \begin_inset Quotes eld
29879 \end_inset
29880
29881 preventing
29882 \begin_inset Quotes erd
29883 \end_inset
29884
29885
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891 }
29892 \end_layout
29893
29894 \end_inset
29895
29896  as a lowered word.
29897 \begin_inset Newline newline
29898 \end_inset
29899
29900 This is a text line with the word 
29901 \begin_inset ERT
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905
29906
29907 \backslash
29908 raisebox{0.5cm}{
29909 \end_layout
29910
29911 \end_inset
29912
29913
29914 \begin_inset Quotes eld
29915 \end_inset
29916
29917 testing
29918 \begin_inset Quotes erd
29919 \end_inset
29920
29921
29922 \begin_inset ERT
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926
29927 }
29928 \end_layout
29929
29930 \end_inset
29931
29932  as a raised word.
29933 \end_layout
29934
29935 \begin_layout Standard
29936 If you want to prevent this for a certain reason, set the box height to
29937  a zero value.
29938  For example use
29939 \end_layout
29940
29941 \begin_layout Standard
29942
29943 \series bold
29944
29945 \backslash
29946 raisebox{-
29947 \backslash
29948 depth}[0pt]{
29949 \end_layout
29950
29951 \begin_layout Standard
29952 This is a text line with the word 
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958
29959 \backslash
29960 raisebox{-
29961 \backslash
29962 depth}[0pt]{
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Quotes eld
29969 \end_inset
29970
29971 preventing
29972 \begin_inset Quotes erd
29973 \end_inset
29974
29975
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981 }
29982 \end_layout
29983
29984 \end_inset
29985
29986  as a lowered word.
29987 \begin_inset Newline newline
29988 \end_inset
29989
29990 This is a text line with the word 
29991 \begin_inset ERT
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995
29996
29997 \backslash
29998 raisebox{0.5cm}[0pt]{
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \begin_inset Quotes eld
30005 \end_inset
30006
30007 testing
30008 \begin_inset Quotes erd
30009 \end_inset
30010
30011
30012 \begin_inset ERT
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016
30017 }
30018 \end_layout
30019
30020 \end_inset
30021
30022  as a raised word.
30023 \end_layout
30024
30025 \begin_layout Section
30026 Colored Boxes
30027 \begin_inset CommandInset label
30028 LatexCommand label
30029 name "sec:Colored-Boxes"
30030
30031 \end_inset
30032
30033
30034 \begin_inset Index idx
30035 status collapsed
30036
30037 \begin_layout Plain Layout
30038 Boxes ! Color
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \end_layout
30045
30046 \begin_layout Subsection
30047 Color for Text
30048 \begin_inset Index idx
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052 Color ! for Text
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \end_layout
30059
30060 \begin_layout Standard
30061 To color the background of text the text must be put into a so called 
30062 \begin_inset Quotes eld
30063 \end_inset
30064
30065 colorbox
30066 \begin_inset Quotes erd
30067 \end_inset
30068
30069 .
30070  This requires that the LaTeX-package 
30071 \series bold
30072 color
30073 \series default
30074
30075 \begin_inset Index idx
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079 LaTeX-packages ! color
30080 \end_layout
30081
30082 \end_inset
30083
30084  is loaded in the document preamble with the command
30085 \end_layout
30086
30087 \begin_layout Standard
30088
30089 \series bold
30090
30091 \backslash
30092 @ifundefined{textcolor}
30093 \begin_inset Newline newline
30094 \end_inset
30095
30096
30097 \begin_inset Phantom HPhantom
30098 status open
30099
30100 \begin_layout Plain Layout
30101
30102 \series bold
30103 \begin_inset space ~
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \end_inset
30110
30111 {
30112 \backslash
30113 usepackage{color}}{}
30114 \end_layout
30115
30116 \begin_layout Standard
30117 The package 
30118 \series bold
30119 color
30120 \series default
30121  will be loaded automatically by LyX when you color text.
30122 \begin_inset Foot
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126 To avoid it being loaded twice the command 
30127 \series bold
30128
30129 \backslash
30130 @ifundefined
30131 \series default
30132  is used.
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \end_layout
30139
30140 \begin_layout Standard
30141 \begin_inset VSpace medskip
30142 \end_inset
30143
30144 Colorboxes are created with the command 
30145 \series bold
30146
30147 \backslash
30148 colorbox
30149 \series default
30150 .
30151  This will be used with the following scheme:
30152 \end_layout
30153
30154 \begin_layout Standard
30155
30156 \series bold
30157
30158 \backslash
30159 colorbox{color}{box content}
30160 \end_layout
30161
30162 \begin_layout Standard
30163 The box content can also be a box and colorboxes can also be within other
30164  boxes.
30165 \end_layout
30166
30167 \begin_layout Standard
30168 The following colors are predefined:
30169 \begin_inset Newline newline
30170 \end_inset
30171
30172
30173 \family sans
30174 black
30175 \family default
30176
30177 \family sans
30178 blue
30179 \family default
30180
30181 \family sans
30182 cyan
30183 \family default
30184 \series bold
30185 ,
30186 \series default
30187  
30188 \family sans
30189 green
30190 \family default
30191
30192 \family sans
30193 magenta
30194 \family default
30195
30196 \family sans
30197 red
30198 \family default
30199
30200 \family sans
30201 white
30202 \family default
30203 , and 
30204 \family sans
30205 yellow
30206 \family default
30207 .
30208 \begin_inset Newline newline
30209 \end_inset
30210
30211 You can also define your own color as described in section
30212 \begin_inset space ~
30213 \end_inset
30214
30215
30216 \begin_inset CommandInset ref
30217 LatexCommand ref
30218 reference "sec:Colored-Tables"
30219
30220 \end_inset
30221
30222 .
30223 \end_layout
30224
30225 \begin_layout Standard
30226 To have e.
30227 \begin_inset space \thinspace{}
30228 \end_inset
30229
30230 g.
30231 \begin_inset space \space{}
30232 \end_inset
30233
30234 a red background for a word, insert the command
30235 \end_layout
30236
30237 \begin_layout Standard
30238
30239 \series bold
30240
30241 \backslash
30242 colorbox{red}{
30243 \end_layout
30244
30245 \begin_layout Standard
30246 before the word in TeX-Code.
30247  After the word insert a closing brace 
30248 \begin_inset Quotes eld
30249 \end_inset
30250
30251
30252 \series bold
30253 }
30254 \series default
30255
30256 \begin_inset Quotes erd
30257 \end_inset
30258
30259  in TeX-Code.
30260 \begin_inset Newline newline
30261 \end_inset
30262
30263 This is the result:
30264 \end_layout
30265
30266 \begin_layout Standard
30267 This is a line where the word 
30268 \begin_inset ERT
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272
30273
30274 \backslash
30275 colorbox{red}{
30276 \end_layout
30277
30278 \end_inset
30279
30280
30281 \begin_inset Quotes eld
30282 \end_inset
30283
30284 Attention!
30285 \begin_inset Quotes erd
30286 \end_inset
30287
30288
30289 \begin_inset ERT
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293
30294 }
30295 \end_layout
30296
30297 \end_inset
30298
30299  has a red background.
30300 \end_layout
30301
30302 \begin_layout Standard
30303 \begin_inset VSpace bigskip
30304 \end_inset
30305
30306 If you would like the box frame in a different color, you can use the command
30307  
30308 \series bold
30309
30310 \backslash
30311 fcolorbox
30312 \series default
30313  with the following scheme:
30314 \end_layout
30315
30316 \begin_layout Standard
30317
30318 \series bold
30319
30320 \backslash
30321 fcolorbox{frame color}{box color}{box content}
30322 \end_layout
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327
30328 \backslash
30329 fcolorbox
30330 \series default
30331  is an extension to 
30332 \series bold
30333
30334 \backslash
30335 colorbox
30336 \series default
30337 .
30338  The frame thickness and the space between the frame and the box content
30339  can be adjusted with the lengths 
30340 \series bold
30341
30342 \backslash
30343 fboxrule
30344 \series default
30345  and 
30346 \series bold
30347
30348 \backslash
30349 fboxsep
30350 \series default
30351 , respectively, as described in section
30352 \begin_inset space ~
30353 \end_inset
30354
30355
30356 \begin_inset CommandInset ref
30357 LatexCommand ref
30358 reference "sec:Decoration"
30359
30360 \end_inset
30361
30362 .
30363 \end_layout
30364
30365 \begin_layout Standard
30366 For the following example the command
30367 \end_layout
30368
30369 \begin_layout Standard
30370
30371 \series bold
30372
30373 \backslash
30374 fcolorbox{cyan}{magenta}{
30375 \end_layout
30376
30377 \begin_layout Standard
30378 was used.
30379 \end_layout
30380
30381 \begin_layout Standard
30382 Here is an example where the frame line thickness was set to 1
30383 \begin_inset space \thinspace{}
30384 \end_inset
30385
30386 mm:
30387 \begin_inset Newline newline
30388 \end_inset
30389
30390
30391 \begin_inset ERT
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396
30397 \backslash
30398 fboxrule 1mm 
30399 \backslash
30400 fboxsep 1mm
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411
30412 \backslash
30413 fcolorbox{cyan}{magenta}{
30414 \end_layout
30415
30416 \end_inset
30417
30418 This is text within a colored, framed box.
30419 \begin_inset ERT
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423
30424 }
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \end_layout
30431
30432 \begin_layout Standard
30433 \begin_inset VSpace bigskip
30434 \end_inset
30435
30436 Of course you can also have colored text inside a colorbox:
30437 \begin_inset Newline newline
30438 \end_inset
30439
30440
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446
30447 \backslash
30448 fcolorbox{cyan}{magenta}{
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \color yellow
30455 This is colored text within a colored, framed box.
30456 \color none
30457
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463 }
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474
30475 \backslash
30476 fboxrule 0.4pt 
30477 \backslash
30478 fboxsep 3pt
30479 \end_layout
30480
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \begin_layout Standard
30487
30488 \series bold
30489 \begin_inset VSpace medskip
30490 \end_inset
30491
30492
30493 \end_layout
30494
30495 \begin_layout Standard
30496 \begin_inset Note Greyedout
30497 status open
30498
30499 \begin_layout Plain Layout
30500
30501 \series bold
30502 Note:
30503 \series default
30504  Text in colorboxes cannot have line breaks.
30505  To color multiple text lines or paragraphs, use a box inside a colorbox
30506  as described in the following.
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \end_layout
30513
30514 \begin_layout Subsection
30515 Color for Paragraphs
30516 \begin_inset CommandInset label
30517 LatexCommand label
30518 name "sub:Color-for-Paragraphs"
30519
30520 \end_inset
30521
30522
30523 \begin_inset Index idx
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527 Color ! for Paragraphs
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \end_layout
30534
30535 \begin_layout Standard
30536 To set the background color for more than one text line, put the text into
30537  a minipage.
30538  Before the minipage insert the 
30539 \series bold
30540
30541 \backslash
30542 colorbox
30543 \series default
30544  command
30545 \end_layout
30546
30547 \begin_layout Standard
30548
30549 \series bold
30550
30551 \backslash
30552 colorbox{color}{
30553 \end_layout
30554
30555 \begin_layout Standard
30556 in TeX-Code.
30557  After the minipage insert a closing brace 
30558 \begin_inset Quotes eld
30559 \end_inset
30560
30561
30562 \series bold
30563 }
30564 \series default
30565
30566 \begin_inset Quotes erd
30567 \end_inset
30568
30569  in TeX-Code.
30570 \end_layout
30571
30572 \begin_layout Standard
30573 \begin_inset ERT
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577
30578
30579 \backslash
30580 colorbox{lightgrey}{
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \begin_inset Box Frameless
30587 position "t"
30588 hor_pos "c"
30589 has_inner_box 1
30590 inner_pos "t"
30591 use_parbox 0
30592 use_makebox 0
30593 width "100col%"
30594 special "none"
30595 height "1in"
30596 height_special "totalheight"
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600 This is text with background color.
30601  This is text with background color.
30602 \end_layout
30603
30604 \begin_layout Plain Layout
30605 \begin_inset VSpace defskip
30606 \end_inset
30607
30608 The text can have footnotes
30609 \begin_inset Foot
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613 Another example footnote
30614 \end_layout
30615
30616 \end_inset
30617
30618  and can include tables and figures.
30619 \end_layout
30620
30621 \begin_layout Plain Layout
30622 \align center
30623 \begin_inset Tabular
30624 <lyxtabular version="3" rows="3" columns="3">
30625 <features tabularvalignment="middle">
30626 <column alignment="center" valignment="top" width="0">
30627 <column alignment="center" valignment="top" width="0">
30628 <column alignment="center" valignment="top" width="0">
30629 <row>
30630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30631 \begin_inset Text
30632
30633 \begin_layout Plain Layout
30634 a
30635 \end_layout
30636
30637 \end_inset
30638 </cell>
30639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30640 \begin_inset Text
30641
30642 \begin_layout Plain Layout
30643 !
30644 \end_layout
30645
30646 \end_inset
30647 </cell>
30648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30649 \begin_inset Text
30650
30651 \begin_layout Plain Layout
30652 3
30653 \end_layout
30654
30655 \end_inset
30656 </cell>
30657 </row>
30658 <row>
30659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30660 \begin_inset Text
30661
30662 \begin_layout Plain Layout
30663 <
30664 \end_layout
30665
30666 \end_inset
30667 </cell>
30668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30669 \begin_inset Text
30670
30671 \begin_layout Plain Layout
30672 b2
30673 \begin_inset Quotes erd
30674 \end_inset
30675
30676 |
30677 \end_layout
30678
30679 \end_inset
30680 </cell>
30681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30682 \begin_inset Text
30683
30684 \begin_layout Plain Layout
30685 >
30686 \end_layout
30687
30688 \end_inset
30689 </cell>
30690 </row>
30691 <row>
30692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30693 \begin_inset Text
30694
30695 \begin_layout Plain Layout
30696 1
30697 \end_layout
30698
30699 \end_inset
30700 </cell>
30701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30702 \begin_inset Text
30703
30704 \begin_layout Plain Layout
30705 §
30706 \end_layout
30707
30708 \end_inset
30709 </cell>
30710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30711 \begin_inset Text
30712
30713 \begin_layout Plain Layout
30714 c
30715 \end_layout
30716
30717 \end_inset
30718 </cell>
30719 </row>
30720 </lyxtabular>
30721
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \end_inset
30728
30729
30730 \begin_inset ERT
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734
30735 }
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \end_layout
30742
30743 \begin_layout Section
30744 Rotated and Scaled Boxes
30745 \end_layout
30746
30747 \begin_layout Standard
30748 To use the commands described in this section, the LaTeX-package 
30749 \series bold
30750 graphicx
30751 \series default
30752
30753 \begin_inset Index idx
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757 LaTeX-packages ! graphicx
30758 \end_layout
30759
30760 \end_inset
30761
30762  needs to be loaded in the document preamble with the command
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 @ifundefined{rotatebox}
30771 \begin_inset Newline newline
30772 \end_inset
30773
30774
30775 \begin_inset Phantom HPhantom
30776 status open
30777
30778 \begin_layout Plain Layout
30779
30780 \series bold
30781 \begin_inset space ~
30782 \end_inset
30783
30784
30785 \end_layout
30786
30787 \end_inset
30788
30789 {
30790 \backslash
30791 usepackage{graphicx}}{}
30792 \end_layout
30793
30794 \begin_layout Standard
30795 \begin_inset Note Greyedout
30796 status open
30797
30798 \begin_layout Plain Layout
30799
30800 \series bold
30801 Note:
30802 \series default
30803  Some DVI-viewers can't display rotated or scaled material.
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \end_layout
30810
30811 \begin_layout Standard
30812 \begin_inset Note Greyedout
30813 status open
30814
30815 \begin_layout Plain Layout
30816
30817 \series bold
30818 Note:
30819 \series default
30820  Floats mustn't be inside a rotated or scaled box.
30821 \end_layout
30822
30823 \end_inset
30824
30825
30826 \end_layout
30827
30828 \begin_layout Subsection
30829 Rotated Boxes
30830 \begin_inset Index idx
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834 Boxes ! rotated
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \begin_inset Index idx
30841 status collapsed
30842
30843 \begin_layout Plain Layout
30844 Rotated material
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \begin_inset Index idx
30851 status collapsed
30852
30853 \begin_layout Plain Layout
30854 Figures ! rotated
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \begin_inset Index idx
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864 Table Customization ! Rotating
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \begin_layout Standard
30873 To rotate material, you can put it into a rotated box.
30874  Such a box is created using the command 
30875 \series bold
30876
30877 \backslash
30878 rotatebox
30879 \series default
30880  in TeX-Code with the following scheme:
30881 \end_layout
30882
30883 \begin_layout Standard
30884
30885 \series bold
30886
30887 \backslash
30888 rotatebox[rotation origin]{rotation angle}{box content}
30889 \end_layout
30890
30891 \begin_layout Standard
30892 The rotation origin is specified in the form 
30893 \series bold
30894 origin=position
30895 \series default
30896 .
30897  The following positions are possible: 
30898 \emph on
30899 c
30900 \emph default
30901  (center), 
30902 \emph on
30903 l
30904 \emph default
30905  (left), 
30906 \emph on
30907 r
30908 \emph default
30909  (right), 
30910 \emph on
30911 b
30912 \emph default
30913  (bottom), 
30914 \emph on
30915 t
30916 \emph default
30917  (top), along with meaningful combinations of the four base positions.
30918  For example 
30919 \emph on
30920 lt
30921 \emph default
30922  means that the rotation origin is at the top left corner of the box.
30923  When no rotation origin is specified, the position 
30924 \emph on
30925 l
30926 \emph default
30927  will be used.
30928  The rotation angle is a number that can be negative that specifies the
30929  angle in degrees.
30930  The rotation direction is counterclockwise.
30931 \end_layout
30932
30933 \begin_layout Standard
30934 In the following example the command 
30935 \series bold
30936
30937 \backslash
30938 rotatebox[origin=c]{60}{
30939 \series default
30940  was inserted as TeX-Code before the text 
30941 \begin_inset Quotes eld
30942 \end_inset
30943
30944 with rotated
30945 \begin_inset Quotes erd
30946 \end_inset
30947
30948 ; after the text the box was closed by a closing brace 
30949 \series bold
30950 }
30951 \series default
30952  in TeX-Code.
30953 \end_layout
30954
30955 \begin_layout Standard
30956 This is a line 
30957 \begin_inset ERT
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962
30963 \backslash
30964 rotatebox[origin=c]{60}{
30965 \end_layout
30966
30967 \end_inset
30968
30969 with rotated
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975 }
30976 \end_layout
30977
30978 \end_inset
30979
30980  text.
30981 \end_layout
30982
30983 \begin_layout Standard
30984 The box content can also be another box or an inline formula:
30985 \end_layout
30986
30987 \begin_layout Standard
30988 This is a line
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994
30995 \backslash
30996 rotatebox[origin=r]{-60}{
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \begin_inset Box Doublebox
31003 position "c"
31004 hor_pos "c"
31005 has_inner_box 0
31006 inner_pos "c"
31007 use_parbox 0
31008 use_makebox 0
31009 width "1in"
31010 special "width"
31011 height "1in"
31012 height_special "totalheight"
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016 with rotated
31017 \end_layout
31018
31019 \end_inset
31020
31021
31022 \begin_inset ERT
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026
31027 }
31028 \end_layout
31029
31030 \end_inset
31031
31032  framed text 
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037
31038
31039 \backslash
31040 rotatebox[origin=lb]{60}{
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31047 \end_inset
31048
31049
31050 \begin_inset ERT
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054
31055 }
31056 \end_layout
31057
31058 \end_inset
31059
31060  and a formula.
31061 \end_layout
31062
31063 \begin_layout Standard
31064 or an image or table:
31065 \end_layout
31066
31067 \begin_layout Standard
31068 This is a line
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074
31075 \backslash
31076 rotatebox[origin=lb]{90}{
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \begin_inset Graphics
31083         filename clipart/platypus.eps
31084         lyxscale 50
31085         width 25col%
31086
31087 \end_inset
31088
31089
31090 \begin_inset ERT
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094
31095 }
31096 \end_layout
31097
31098 \end_inset
31099
31100  with a rotated image 
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106
31107 \backslash
31108 rotatebox[origin=l]{-90}{
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset Tabular
31115 <lyxtabular version="3" rows="2" columns="2">
31116 <features tabularvalignment="middle">
31117 <column alignment="center" valignment="top" width="0">
31118 <column alignment="center" valignment="top" width="0">
31119 <row>
31120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31121 \begin_inset Text
31122
31123 \begin_layout Plain Layout
31124 q
31125 \end_layout
31126
31127 \end_inset
31128 </cell>
31129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31130 \begin_inset Text
31131
31132 \begin_layout Plain Layout
31133 w
31134 \end_layout
31135
31136 \end_inset
31137 </cell>
31138 </row>
31139 <row>
31140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31141 \begin_inset Text
31142
31143 \begin_layout Plain Layout
31144 e
31145 \end_layout
31146
31147 \end_inset
31148 </cell>
31149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31150 \begin_inset Text
31151
31152 \begin_layout Plain Layout
31153 r
31154 \end_layout
31155
31156 \end_inset
31157 </cell>
31158 </row>
31159 </lyxtabular>
31160
31161 \end_inset
31162
31163
31164 \begin_inset ERT
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168
31169 }
31170 \end_layout
31171
31172 \end_inset
31173
31174  and table.
31175 \end_layout
31176
31177 \begin_layout Subsection
31178 Scaled Boxes
31179 \begin_inset Index idx
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183 Boxes ! scaled
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \begin_inset Index idx
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193 Scaled material
31194 \end_layout
31195
31196 \end_inset
31197
31198
31199 \begin_inset Index idx
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203 Figures ! scaled
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \begin_inset Index idx
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Table Customization ! Scaling
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Standard
31222 To scale material the commands 
31223 \series bold
31224
31225 \backslash
31226 scalebox
31227 \series default
31228  and 
31229 \series bold
31230
31231 \backslash
31232 resizebox
31233 \series default
31234  can be used as TeX-Code.
31235 \end_layout
31236
31237 \begin_layout Standard
31238
31239 \series bold
31240
31241 \backslash
31242 scalebox
31243 \series default
31244  is used with the following scheme:
31245 \end_layout
31246
31247 \begin_layout Standard
31248
31249 \series bold
31250
31251 \backslash
31252 scalebox{horizontal}[vertical]{box content}
31253 \end_layout
31254
31255 \begin_layout Standard
31256 Horizontal and vertical are the corresponding scaling factors.
31257  If no vertical scaling factor is given, the horizontal factor will also
31258  be used as the vertical one.
31259 \end_layout
31260
31261 \begin_layout Standard
31262 The command 
31263 \series bold
31264
31265 \backslash
31266 scalebox{2}{Hello}
31267 \series default
31268  creates for example a double size 
31269 \begin_inset ERT
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273
31274
31275 \backslash
31276 scalebox{2}{
31277 \end_layout
31278
31279 \end_inset
31280
31281 Hello
31282 \begin_inset ERT
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286
31287 }
31288 \end_layout
31289
31290 \end_inset
31291
31292 , compared with the document text size.
31293 \end_layout
31294
31295 \begin_layout Standard
31296
31297 \series bold
31298
31299 \backslash
31300 scalebox{2}[1]{Hello}
31301 \series default
31302  on the other hand distorts the 
31303 \begin_inset ERT
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307
31308
31309 \backslash
31310 scalebox{2}[1]{
31311 \end_layout
31312
31313 \end_inset
31314
31315 Hello
31316 \begin_inset ERT
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320
31321 }
31322 \end_layout
31323
31324 \end_inset
31325
31326 .
31327 \end_layout
31328
31329 \begin_layout Standard
31330 If the scaling factor is negative, the box content will be mirrored.
31331  Therefore the command 
31332 \series bold
31333
31334 \backslash
31335 scalebox{-1}[1]{Hello}
31336 \series default
31337  can be used to create mirror writing: 
31338 \begin_inset ERT
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342
31343
31344 \backslash
31345 scalebox{-1}[1]{
31346 \end_layout
31347
31348 \end_inset
31349
31350 Hello
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356 }
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \begin_layout Standard
31365
31366 \series bold
31367
31368 \backslash
31369 scalebox{1}[-1]{Hello}
31370 \series default
31371  reflects the 
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377
31378 \backslash
31379 scalebox{1}[-1]{
31380 \end_layout
31381
31382 \end_inset
31383
31384 Hello
31385 \begin_inset ERT
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389
31390 }
31391 \end_layout
31392
31393 \end_inset
31394
31395  at the base line.
31396 \end_layout
31397
31398 \begin_layout Standard
31399 Equivalent to 
31400 \series bold
31401
31402 \backslash
31403 scalebox{-1}[1]{box content}
31404 \series default
31405  there exists the command
31406 \begin_inset Newline newline
31407 \end_inset
31408
31409
31410 \series bold
31411
31412 \backslash
31413 reflectbox{box content}
31414 \series default
31415 .
31416 \end_layout
31417
31418 \begin_layout Standard
31419 \begin_inset VSpace bigskip
31420 \end_inset
31421
31422 The command 
31423 \series bold
31424
31425 \backslash
31426 resizebox
31427 \series default
31428  is used to scale the box to a defined width and height.
31429  The command scheme is:
31430 \end_layout
31431
31432 \begin_layout Standard
31433
31434 \series bold
31435
31436 \backslash
31437 resizebox{width}{height}{box content}
31438 \end_layout
31439
31440 \begin_layout Standard
31441 If one of the two command arguments given is an exclamation mark 
31442 \series bold
31443 !
31444 \series default
31445 , the size is set so that the aspect ratio of the box content is kept.
31446 \end_layout
31447
31448 \begin_layout Standard
31449 The command 
31450 \series bold
31451
31452 \backslash
31453 resizebox{2cm}{1cm}{Hello}
31454 \series default
31455  produces: 
31456 \begin_inset ERT
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460
31461
31462 \backslash
31463 resizebox{2cm}{1cm}{
31464 \end_layout
31465
31466 \end_inset
31467
31468 Hello
31469 \begin_inset ERT
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473
31474 }
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \begin_inset Newline newline
31481 \end_inset
31482
31483 The command 
31484 \series bold
31485
31486 \backslash
31487 resizebox{2cm}{!}{Hello}
31488 \series default
31489  produces: 
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495
31496 \backslash
31497 resizebox{2cm}{!}{
31498 \end_layout
31499
31500 \end_inset
31501
31502 Hello
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508 }
31509 \end_layout
31510
31511 \end_inset
31512
31513
31514 \end_layout
31515
31516 \begin_layout Standard
31517 \begin_inset VSpace bigskip
31518 \end_inset
31519
31520
31521 \begin_inset Note Greyedout
31522 status open
31523
31524 \begin_layout Plain Layout
31525
31526 \series bold
31527 Note:
31528 \series default
31529  When arguments of 
31530 \series bold
31531
31532 \backslash
31533 scalebox
31534 \series default
31535  or 
31536 \series bold
31537
31538 \backslash
31539 resizebox
31540 \series default
31541  are set to zero, no LaTeX-errors occur when exporting the document but
31542  the exported files can not or only partly be displayed.
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \begin_layout Standard
31551 \begin_inset VSpace bigskip
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \begin_layout Standard
31558 The boxes can be combined in any order.
31559  E.
31560 \begin_inset space \thinspace{}
31561 \end_inset
31562
31563 g.
31564 \begin_inset space \space{}
31565 \end_inset
31566
31567 the command
31568 \begin_inset Newline newline
31569 \end_inset
31570
31571
31572 \series bold
31573
31574 \backslash
31575 rotatebox[origin=c]{-45}{
31576 \backslash
31577 resizebox{2cm}{!}{
31578 \backslash
31579 reflectbox{Hello}}}
31580 \begin_inset Newline newline
31581 \end_inset
31582
31583
31584 \series default
31585 produces:
31586 \end_layout
31587
31588 \begin_layout Standard
31589 \align center
31590 \begin_inset ERT
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594
31595
31596 \backslash
31597 rotatebox[origin=c]{-45}{
31598 \backslash
31599 resizebox{2cm}{!}{
31600 \backslash
31601 reflectbox{
31602 \end_layout
31603
31604 \end_inset
31605
31606 Hello
31607 \begin_inset ERT
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611
31612 }}}
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \begin_layout Standard
31621 \noindent
31622 Images, tables, and inline formulas are allowed as box content:
31623 \end_layout
31624
31625 \begin_layout Standard
31626 \align center
31627 \begin_inset ERT
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631
31632
31633 \backslash
31634 rotatebox[origin=c]{-30}{
31635 \backslash
31636 resizebox{2cm}{!}{
31637 \backslash
31638 reflectbox{
31639 \end_layout
31640
31641 \end_inset
31642
31643
31644 \begin_inset Graphics
31645         filename clipart/platypus.eps
31646         lyxscale 50
31647         width 25col%
31648
31649 \end_inset
31650
31651
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657 }}}
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \begin_inset ERT
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667
31668
31669 \backslash
31670 rotatebox[origin=c]{-45}{
31671 \backslash
31672 resizebox{2cm}{!}{
31673 \backslash
31674 reflectbox{
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset Tabular
31681 <lyxtabular version="3" rows="2" columns="2">
31682 <features tabularvalignment="middle">
31683 <column alignment="center" valignment="top" width="0">
31684 <column alignment="center" valignment="top" width="0">
31685 <row>
31686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31687 \begin_inset Text
31688
31689 \begin_layout Plain Layout
31690 q
31691 \end_layout
31692
31693 \end_inset
31694 </cell>
31695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699 w
31700 \end_layout
31701
31702 \end_inset
31703 </cell>
31704 </row>
31705 <row>
31706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 e
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719 r
31720 \end_layout
31721
31722 \end_inset
31723 </cell>
31724 </row>
31725 </lyxtabular>
31726
31727 \end_inset
31728
31729
31730 \begin_inset ERT
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734
31735 }}}
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 rotatebox[origin=c]{-45}{
31749 \backslash
31750 resizebox{2cm}{!}{
31751 \backslash
31752 reflectbox{
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31759 \end_inset
31760
31761
31762 \begin_inset ERT
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766
31767 }}}
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Standard
31776 When the global formula style 
31777 \series bold
31778 fleqn
31779 \series default
31780  is used in the document
31781 \begin_inset Foot
31782 status collapsed
31783
31784 \begin_layout Plain Layout
31785 When 
31786 \begin_inset Quotes eld
31787 \end_inset
31788
31789 fleqn
31790 \begin_inset Quotes erd
31791 \end_inset
31792
31793  is added to the document class options.
31794 \end_layout
31795
31796 \end_inset
31797
31798 , display style formulas can also be scaled.
31799 \end_layout
31800
31801 \begin_layout Chapter
31802 External Document Parts
31803 \begin_inset Index idx
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807 External Document Parts
31808 \end_layout
31809
31810 \end_inset
31811
31812
31813 \end_layout
31814
31815 \begin_layout Standard
31816 With the menu 
31817 \family sans
31818 Insert\SpecialChar \menuseparator
31819 File
31820 \family default
31821  you can insert external material to your document.
31822  This can be:
31823 \end_layout
31824
31825 \begin_layout Description
31826 LyX
31827 \begin_inset space ~
31828 \end_inset
31829
31830 Document Another LyX document; its content is directly inserted to your
31831  document.
31832 \end_layout
31833
31834 \begin_layout Description
31835 Plain
31836 \begin_inset space ~
31837 \end_inset
31838
31839 Text A text document; each line is inserted in your document as a separate
31840  paragraph.
31841 \end_layout
31842
31843 \begin_layout Description
31844 Plain
31845 \begin_inset space ~
31846 \end_inset
31847
31848 Text,
31849 \begin_inset space ~
31850 \end_inset
31851
31852 Join
31853 \begin_inset space ~
31854 \end_inset
31855
31856 Lines A text document; text lines are inserted in your document continuously
31857  but an empty text line creates a new paragraph.
31858 \end_layout
31859
31860 \begin_layout Description
31861 External
31862 \begin_inset space ~
31863 \end_inset
31864
31865 Material Files in various formats.
31866 \end_layout
31867
31868 \begin_layout Description
31869 Child
31870 \begin_inset space ~
31871 \end_inset
31872
31873 Document LyX or LaTeX-documents.
31874 \end_layout
31875
31876 \begin_layout Section
31877 External Material
31878 \begin_inset Index idx
31879 status collapsed
31880
31881 \begin_layout Plain Layout
31882 External Document Parts ! External Material
31883 \end_layout
31884
31885 \end_inset
31886
31887
31888 \end_layout
31889
31890 \begin_layout Standard
31891 The external material feature allows you to insert files in to your document
31892  without converting them to a format that can be read by the document output
31893  format.
31894  LyX takes care of the necessary conversions.
31895  This is similar to images that can be inserted in various image formats
31896  in LyX documents.
31897  When you have enabled Instant Preview in LyX's preferences under 
31898 \family sans
31899 Look
31900 \begin_inset space ~
31901 \end_inset
31902
31903 and
31904 \begin_inset space ~
31905 \end_inset
31906
31907 feel\SpecialChar \menuseparator
31908 Graphics
31909 \family default
31910 , the external material types Dia and Xfig are directly shown in LyX.
31911 \end_layout
31912
31913 \begin_layout Standard
31914 External material can be inserted via the 
31915 \family sans
31916 External Material
31917 \family default
31918  dialog that is accessible with the menu 
31919 \family sans
31920 Insert\SpecialChar \menuseparator
31921 File\SpecialChar \menuseparator
31922 External
31923 \begin_inset space ~
31924 \end_inset
31925
31926 Material
31927 \family default
31928 .
31929  Currently the following file types (
31930 \family sans
31931 Templates
31932 \family default
31933 ) are allowed:
31934 \end_layout
31935
31936 \begin_layout Description
31937 ChessDiagram This template supports chess position diagrams made with the
31938  program 
31939 \series bold
31940
31941 \begin_inset CommandInset href
31942 LatexCommand href
31943 name "XBoard"
31944 target "http://en.wikipedia.org/wiki/XBoard"
31945
31946 \end_inset
31947
31948
31949 \series default
31950 .
31951 \end_layout
31952
31953 \begin_layout Description
31954 Date This inserts the date in the form 
31955 \emph on
31956 Day-Month-Year
31957 \emph default
31958 .
31959  This is a date inserted as external material: 
31960 \begin_inset External
31961         template Date
31962         filename .
31963
31964 \end_inset
31965
31966
31967 \begin_inset space ~
31968 \end_inset
31969
31970
31971 \begin_inset Note Note
31972 status open
31973
31974 \begin_layout Plain Layout
31975 Remove the protected space when bug 4398 is fixed!
31976 \end_layout
31977
31978 \end_inset
31979
31980
31981 \begin_inset Newline newline
31982 \end_inset
31983
31984 The date is not shown within LyX, only in the output.
31985  There are two other methods of inserting a date: Via menu 
31986 \family sans
31987 Insert\SpecialChar \menuseparator
31988 Date
31989 \family default
31990  and with the LaTeX command 
31991 \series bold
31992
31993 \backslash
31994 today
31995 \series default
31996  as TeX-Code.
31997  The different methods are compared in Table
31998 \begin_inset space ~
31999 \end_inset
32000
32001
32002 \begin_inset CommandInset ref
32003 LatexCommand ref
32004 reference "tab:Comparison-of-the"
32005
32006 \end_inset
32007
32008 .
32009 \end_layout
32010
32011 \begin_layout Description
32012 Dia This template supports diagrams created with the program 
32013 \series bold
32014
32015 \begin_inset CommandInset href
32016 LatexCommand href
32017 name "Dia"
32018 target "http://en.wikipedia.org/wiki/Dia_(software)"
32019
32020 \end_inset
32021
32022
32023 \series default
32024 .
32025 \end_layout
32026
32027 \begin_layout Description
32028 LilyPond This template is used for music notation typeset with the program
32029 \begin_inset Newline linebreak
32030 \end_inset
32031
32032
32033 \series bold
32034
32035 \begin_inset CommandInset href
32036 LatexCommand href
32037 name "LilyPond"
32038 target "http://en.wikipedia.org/wiki/LilyPond"
32039
32040 \end_inset
32041
32042
32043 \series default
32044 .
32045 \end_layout
32046
32047 \begin_layout Description
32048 PDFPages With this template you can insert PDF documents to your document.
32049  To insert certain or all pages of a PDF, use the 
32050 \emph on
32051 pages
32052 \emph default
32053  option in the 
32054 \family sans
32055 Option
32056 \family default
32057  field in the 
32058 \family sans
32059 LaTeX and LyX options
32060 \family default
32061  tab according to the template description in the dialog.
32062  When no 
32063 \emph on
32064 pages
32065 \emph default
32066  option is given, only the first page of the PDF will be inserted.
32067 \end_layout
32068
32069 \begin_layout Description
32070 RasterImage This can be used for bitmap images.
32071  Nearly all popular image formats are supported.
32072  The image can be treated in the 
32073 \family sans
32074 External material
32075 \family default
32076  dialog like the images that are usually included via the 
32077 \family sans
32078 Graphics
32079 \family default
32080  dialog as described in section
32081 \begin_inset space ~
32082 \end_inset
32083
32084
32085 \begin_inset CommandInset ref
32086 LatexCommand ref
32087 reference "sec:Graphics-Dialog"
32088
32089 \end_inset
32090
32091 .
32092  The difference is that only raster images are allowed; that means that
32093  PDF and EPS-images are not supported.
32094 \end_layout
32095
32096 \begin_layout Description
32097 XFig This template supports images created with the program 
32098 \series bold
32099
32100 \begin_inset CommandInset href
32101 LatexCommand href
32102 name "Xfig"
32103 target "http://en.wikipedia.org/wiki/Xfig"
32104
32105 \end_inset
32106
32107
32108 \series default
32109 .
32110 \end_layout
32111
32112 \begin_layout Standard
32113 \begin_inset Float table
32114 placement h
32115 wide false
32116 sideways false
32117 status open
32118
32119 \begin_layout Plain Layout
32120 \begin_inset Caption
32121
32122 \begin_layout Plain Layout
32123 \begin_inset CommandInset label
32124 LatexCommand label
32125 name "tab:Comparison-of-the"
32126
32127 \end_inset
32128
32129 Comparison of the date input methods.
32130 \end_layout
32131
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \begin_layout Plain Layout
32138 \align center
32139 \begin_inset Tabular
32140 <lyxtabular version="3" rows="4" columns="4">
32141 <features tabularvalignment="middle">
32142 <column alignment="center" valignment="top" width="0">
32143 <column alignment="center" valignment="top" width="0">
32144 <column alignment="center" valignment="top" width="0">
32145 <column alignment="center" valignment="top" width="0">
32146 <row>
32147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151 Document format
32152 \end_layout
32153
32154 \end_inset
32155 </cell>
32156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32157 \begin_inset Text
32158
32159 \begin_layout Plain Layout
32160
32161 \family sans
32162 External Material\SpecialChar \menuseparator
32163 Date
32164 \end_layout
32165
32166 \end_inset
32167 </cell>
32168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Plain Layout
32172
32173 \family sans
32174 Insert\SpecialChar \menuseparator
32175 Date
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32181 \begin_inset Text
32182
32183 \begin_layout Plain Layout
32184 command 
32185 \series bold
32186
32187 \backslash
32188 today
32189 \end_layout
32190
32191 \end_inset
32192 </cell>
32193 </row>
32194 <row>
32195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32196 \begin_inset Text
32197
32198 \begin_layout Plain Layout
32199 LyX
32200 \end_layout
32201
32202 \end_inset
32203 </cell>
32204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32205 \begin_inset Text
32206
32207 \begin_layout Plain Layout
32208 as inset box
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 as date
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226 as TeX-Code inset box
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 </row>
32232 <row>
32233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 LaTeX
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32243 \begin_inset Text
32244
32245 \begin_layout Plain Layout
32246 as date
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 as date
32256 \end_layout
32257
32258 \end_inset
32259 </cell>
32260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32261 \begin_inset Text
32262
32263 \begin_layout Plain Layout
32264 as command
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 </row>
32270 <row>
32271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275 DVI, PDF, PS
32276 \end_layout
32277
32278 \end_inset
32279 </cell>
32280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Plain Layout
32284 as date
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 as date
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 as date
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 </row>
32308 </lyxtabular>
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 When you use the option 
32322 \family sans
32323 Draft
32324 \family default
32325  in the 
32326 \family sans
32327 File
32328 \family default
32329  tab of the 
32330 \family sans
32331 External Material
32332 \family default
32333  dialog, only the path to the inserted file is shown in the output.
32334 \begin_inset Newline newline
32335 \end_inset
32336
32337 External material is displayed in LyX either as a box like this: 
32338 \begin_inset Graphics
32339         filename clipart/ExternalMaterialQt4.png
32340         scale 85
32341         scaleBeforeRotation
32342
32343 \end_inset
32344
32345  or as image, depending on the option 
32346 \family sans
32347 Show in LyX
32348 \family default
32349  in the 
32350 \family sans
32351 LaTeX and LyX options
32352 \family default
32353  tab of the dialog.
32354 \end_layout
32355
32356 \begin_layout Standard
32357 The 
32358 \family sans
32359 \emph on
32360 Customization
32361 \family default
32362 \emph default
32363  manual explains how you can define your own templates.
32364 \end_layout
32365
32366 \begin_layout Section
32367 Child Documents
32368 \begin_inset CommandInset label
32369 LatexCommand label
32370 name "sec:Child-Documents"
32371
32372 \end_inset
32373
32374
32375 \begin_inset Index idx
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379 External Document Parts ! Child Documents
32380 \end_layout
32381
32382 \end_inset
32383
32384
32385 \begin_inset Index idx
32386 status collapsed
32387
32388 \begin_layout Plain Layout
32389 Files ! Include
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 Child documents are used when you have a long document consisting of several
32399  larger parts or sections.
32400  For maintenance it is often useful and sometimes even required to split
32401  the document in several files that can be revised separately.
32402  The different documents are then the so called child documents and a master
32403  document connects them to print the full document or parts of it.
32404  A child documents inherits elements of its master, for example the LaTeX
32405  preamble, the bibliography, and labels for cross-references.
32406 \end_layout
32407
32408 \begin_layout Standard
32409 To be able to work on child documents without the need to open their master,
32410  specify in the child document the master in the menu
32411 \family sans
32412  Document\SpecialChar \menuseparator
32413 Settings\SpecialChar \menuseparator
32414 Document
32415 \begin_inset space ~
32416 \end_inset
32417
32418 Class
32419 \family default
32420 .
32421  This master document will then be used in the background by LyX when you
32422  edit the child document.
32423 \end_layout
32424
32425 \begin_layout Standard
32426 Included documents are displayed in LyX as a box like this: 
32427 \begin_inset Graphics
32428         filename clipart/ChildDocumentQt4.png
32429         scale 85
32430         scaleBeforeRotation
32431
32432 \end_inset
32433
32434  To include child documents in a master document use the menu 
32435 \family sans
32436 Insert\SpecialChar \menuseparator
32437 File\SpecialChar \menuseparator
32438 Child
32439 \begin_inset space ~
32440 \end_inset
32441
32442 Documents
32443 \family default
32444 .
32445  A dialog pops up where you can choose between four include methods:
32446 \end_layout
32447
32448 \begin_layout Description
32449 Include You can include LyX and LaTeX-documents.
32450  When you press the 
32451 \family sans
32452 Load
32453 \family default
32454  button in the 
32455 \family sans
32456 Child Document
32457 \family default
32458  dialog, the included documents will be opened in LyX in a new file tab
32459  so that you can modify them.
32460 \begin_inset Newline newline
32461 \end_inset
32462
32463
32464 \end_layout
32465
32466 \begin_layout Standard
32467 Here is a child document inserted using 
32468 \family sans
32469 Include
32470 \family default
32471
32472 \begin_inset CommandInset include
32473 LatexCommand include
32474 filename "DummyDocument1.lyx"
32475
32476 \end_inset
32477
32478
32479 \end_layout
32480
32481 \begin_layout Standard
32482 The section numbering includes the sections of the included files in the
32483  order they are inserted in the master document.
32484  The included example document has for example a subsection that is numbered
32485  as a subsection of this section.
32486  Labels of included documents can be referenced: Subsection
32487 \begin_inset space ~
32488 \end_inset
32489
32490
32491 \begin_inset CommandInset ref
32492 LatexCommand ref
32493 reference "sub:External-Subsection-1"
32494
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \begin_layout Standard
32501 The preamble of the child document is ignored; only the preamble of the
32502  master document is used.
32503  Branches in child documents will be ignored by the master document when
32504  the master document does not have a branch with the same name.
32505  Included documents are inserted starting on a new page and ending with
32506  a page break.
32507 \end_layout
32508
32509 \begin_layout Standard
32510 If you are only working on a certain chapter of a large document and want
32511  to save compiling time, you can put each included file into a branch.
32512 \begin_inset Foot
32513 status collapsed
32514
32515 \begin_layout Plain Layout
32516 Branches are described in section 
32517 \emph on
32518 Branches
32519 \emph default
32520  of the LyX 
32521 \emph on
32522 Userguide
32523 \emph default
32524 .
32525 \end_layout
32526
32527 \end_inset
32528
32529  By enabling/disabling branches you can decide what included files will
32530  appear in the output.
32531 \end_layout
32532
32533 \begin_layout Standard
32534 \begin_inset Note Greyedout
32535 status open
32536
32537 \begin_layout Plain Layout
32538
32539 \series bold
32540 Note:
32541 \series default
32542  Due to a bug in LyX the LaTeX command 
32543 \series bold
32544
32545 \backslash
32546 includeonly
32547 \series default
32548  can currently not be used as an alternative to decide what files should
32549  be included.
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \begin_layout Standard
32558 \begin_inset Note Greyedout
32559 status open
32560
32561 \begin_layout Plain Layout
32562
32563 \series bold
32564 Note:
32565 \series default
32566  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32567 w the document in case the child document uses another document class than
32568  the master document as this will lead to unexpected outputs.
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \begin_layout Description
32577 Input This method is very similar to the Include method.
32578  The differences are:
32579 \end_layout
32580
32581 \begin_deeper
32582 \begin_layout Itemize
32583 Input files don't start with a new page and don't end with a page break.
32584 \end_layout
32585
32586 \begin_layout Itemize
32587 Input files can be previewed in LyX when 
32588 \family sans
32589 Instant
32590 \begin_inset space ~
32591 \end_inset
32592
32593 Preview
32594 \family default
32595  is enabled in LyX's preferences under 
32596 \family sans
32597 Look
32598 \begin_inset space ~
32599 \end_inset
32600
32601 and
32602 \begin_inset space ~
32603 \end_inset
32604
32605 feel\SpecialChar \menuseparator
32606 Graphics
32607 \family default
32608 .
32609 \end_layout
32610
32611 \begin_layout Itemize
32612 The LaTeX-command 
32613 \series bold
32614
32615 \backslash
32616 includeonly
32617 \series default
32618  cannot be used.
32619 \end_layout
32620
32621 \end_deeper
32622 \begin_layout Standard
32623 Here is a child document inserted using 
32624 \family sans
32625 Input
32626 \family default
32627
32628 \begin_inset CommandInset include
32629 LatexCommand input
32630 filename "DummyDocument2.lyx"
32631
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Description
32638 Verbatim With this method every text file can be included.
32639  The file is shown in the output with its source code; no command used in
32640  the text is invoked.
32641  You can use the option 
32642 \family sans
32643 Mark spaces in output
32644 \family default
32645  that displays the character 
32646 \begin_inset Quotes eld
32647 \end_inset
32648
32649
32650 \begin_inset ERT
32651 status collapsed
32652
32653 \begin_layout Plain Layout
32654
32655
32656 \backslash
32657 textvisiblespace 
32658 \end_layout
32659
32660 \end_inset
32661
32662
32663 \begin_inset Quotes erd
32664 \end_inset
32665
32666  for every space character in the source code.
32667  The difference from the method via the menu 
32668 \family sans
32669 Insert\SpecialChar \menuseparator
32670 File\SpecialChar \menuseparator
32671 Plain
32672 \begin_inset space ~
32673 \end_inset
32674
32675 Text
32676 \family default
32677  is that the document content is not shown in LyX.
32678 \end_layout
32679
32680 \begin_layout Standard
32681 Here is a child document inserted as Verbatim: 
32682 \begin_inset CommandInset include
32683 LatexCommand verbatiminput
32684 filename "DummyTextDocument.txt"
32685
32686 \end_inset
32687
32688
32689 \begin_inset VSpace bigskip
32690 \end_inset
32691
32692 Here is a child document inserted as Verbatim using the 
32693 \family sans
32694 Mark spaces in output
32695 \family default
32696  option: 
32697 \begin_inset CommandInset include
32698 LatexCommand verbatiminput*
32699 filename "DummyTextDocument.txt"
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 \begin_inset VSpace bigskip
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Standard
32714 \begin_inset Note Greyedout
32715 status open
32716
32717 \begin_layout Plain Layout
32718
32719 \series bold
32720 Note:
32721 \series default
32722  As you can see in the examples above, the text of the documents included
32723  as 
32724 \family sans
32725 verbatim
32726 \family default
32727  is not broken at the end of the document lines.
32728 \end_layout
32729
32730 \end_inset
32731
32732
32733 \end_layout
32734
32735 \begin_layout Description
32736 Listings This type is described in chapter
32737 \begin_inset space ~
32738 \end_inset
32739
32740
32741 \begin_inset CommandInset ref
32742 LatexCommand ref
32743 reference "cha:Program-Code-Listings"
32744
32745 \end_inset
32746
32747 .
32748 \end_layout
32749
32750 \begin_layout Standard
32751 \begin_inset Note Greyedout
32752 status open
32753
32754 \begin_layout Plain Layout
32755
32756 \series bold
32757 Note:
32758 \series default
32759  Including the same document twice in a document using different methods
32760  could cause LaTeX-problems.
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Chapter
32769 Program Code Listings
32770 \begin_inset CommandInset label
32771 LatexCommand label
32772 name "cha:Program-Code-Listings"
32773
32774 \end_inset
32775
32776
32777 \begin_inset Index idx
32778 status collapsed
32779
32780 \begin_layout Plain Layout
32781 Listings
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \begin_inset Index idx
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791 Program Code
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \begin_inset Index idx
32798 status collapsed
32799
32800 \begin_layout Plain Layout
32801 Floats ! Listings
32802 \end_layout
32803
32804 \end_inset
32805
32806
32807 \end_layout
32808
32809 \begin_layout Standard
32810 To include and typeset program code you can use the 
32811 \family sans
32812 Listings
32813 \family default
32814  inset that can be inserted via the menu 
32815 \family sans
32816 Insert\SpecialChar \menuseparator
32817 Program Listing
32818 \family default
32819 .
32820  The LaTeX-package 
32821 \series bold
32822 listings
32823 \series default
32824
32825 \begin_inset Index idx
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829 LaTeX-packages ! listings
32830 \end_layout
32831
32832 \end_inset
32833
32834  provides a powerful and flexible way to insert program source code into
32835  your document.
32836 \end_layout
32837
32838 \begin_layout Standard
32839 Right-clicking on a listings inset opens the context menu containing where
32840  you can set the listings format.
32841 \end_layout
32842
32843 \begin_layout Standard
32844 By default, a listing starts a new paragraph in the output.
32845  The placement option 
32846 \family sans
32847 Inline
32848 \begin_inset space ~
32849 \end_inset
32850
32851 listing
32852 \family default
32853  prints the listing inline like this: 
32854 \begin_inset listings
32855 lstparams "language={C++}"
32856 inline true
32857 status open
32858
32859 \begin_layout Plain Layout
32860
32861 int a=5;
32862 \end_layout
32863
32864 \end_inset
32865
32866
32867 \begin_inset Newline newline
32868 \end_inset
32869
32870 The option 
32871 \family sans
32872 Float
32873 \family default
32874  creates a listings float where you can specify the placement options 
32875 \begin_inset Quotes eld
32876 \end_inset
32877
32878
32879 \family sans
32880 h
32881 \family default
32882
32883 \begin_inset Quotes erd
32884 \end_inset
32885
32886
32887 \begin_inset Quotes eld
32888 \end_inset
32889
32890
32891 \family sans
32892 t
32893 \family default
32894
32895 \begin_inset Quotes erd
32896 \end_inset
32897
32898
32899 \begin_inset Quotes eld
32900 \end_inset
32901
32902
32903 \family sans
32904 b
32905 \family default
32906
32907 \begin_inset Quotes erd
32908 \end_inset
32909
32910 , and 
32911 \begin_inset Quotes eld
32912 \end_inset
32913
32914
32915 \family sans
32916 p
32917 \family default
32918
32919 \begin_inset Quotes erd
32920 \end_inset
32921
32922  corresponding to the float placement options described in section
32923 \begin_inset space ~
32924 \end_inset
32925
32926
32927 \begin_inset CommandInset ref
32928 LatexCommand ref
32929 reference "sec:Float-Placement"
32930
32931 \end_inset
32932
32933 .
32934  The placement options can be mixed and are inserted without any separation,
32935  e.
32936 \begin_inset space \thinspace{}
32937 \end_inset
32938
32939 g.
32940 \begin_inset space \space{}
32941 \end_inset
32942
32943
32944 \begin_inset Quotes eld
32945 \end_inset
32946
32947
32948 \family sans
32949 htbp
32950 \family default
32951
32952 \begin_inset Quotes erd
32953 \end_inset
32954
32955 .
32956  The option 
32957 \begin_inset Quotes eld
32958 \end_inset
32959
32960 h
32961 \begin_inset Quotes erd
32962 \end_inset
32963
32964  has sometimes no effect, but you don't need to use the 
32965 \family sans
32966 Float
32967 \family default
32968  option in this case as also non-float listings can have captions and be
32969  referenced.
32970 \end_layout
32971
32972 \begin_layout Standard
32973 You can add captions to listings with the menu 
32974 \family sans
32975 Insert\SpecialChar \menuseparator
32976 Caption
32977 \family default
32978 .
32979  Listings can be referenced like floats: Listing
32980 \begin_inset space ~
32981 \end_inset
32982
32983
32984 \begin_inset CommandInset ref
32985 LatexCommand ref
32986 reference "lst:Example-Listing"
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 \begin_inset listings
32995 lstparams "language=Python"
32996 inline false
32997 status open
32998
32999 \begin_layout Plain Layout
33000
33001 \begin_inset Caption
33002
33003 \begin_layout Plain Layout
33004 \begin_inset CommandInset label
33005 LatexCommand label
33006 name "lst:Example-Listing"
33007
33008 \end_inset
33009
33010 Example Listing float
33011 \end_layout
33012
33013 \end_inset
33014
33015 # Example listing float
33016 \end_layout
33017
33018 \begin_layout Plain Layout
33019
33020 def func(param):
33021 \end_layout
33022
33023 \begin_layout Plain Layout
33024
33025     'this is a python function'
33026 \end_layout
33027
33028 \begin_layout Plain Layout
33029
33030     pass
33031 \end_layout
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \begin_layout Standard
33039 When you have set a programming language in the listings dialog, the keywords
33040  of this language will be recognized and specially typeset in the output.
33041  In the example listings the Python keyword 
33042 \begin_inset Quotes eld
33043 \end_inset
33044
33045 def
33046 \begin_inset Quotes erd
33047 \end_inset
33048
33049  is recognized and printed bold in the output.
33050 \end_layout
33051
33052 \begin_layout Standard
33053 \begin_inset Note Greyedout
33054 status open
33055
33056 \begin_layout Plain Layout
33057
33058 \series bold
33059 Note:
33060 \series default
33061  If you don't get bold keywords when using typewriter fonts, your 
33062 \family typewriter
33063 typewriter
33064 \family default
33065  font probably doesn't provide a bold shape.
33066  In this case select a different one in the menu 
33067 \family sans
33068 Document\SpecialChar \menuseparator
33069 Settings\SpecialChar \menuseparator
33070 Fonts
33071 \family default
33072 .
33073  (The fonts 
33074 \emph on
33075 LuxiMono, BeraMono
33076 \emph default
33077  and 
33078 \emph on
33079 Courier
33080 \emph default
33081  provide bold shapes.)
33082 \end_layout
33083
33084 \end_inset
33085
33086
33087 \end_layout
33088
33089 \begin_layout Standard
33090 In section 
33091 \family sans
33092 Line
33093 \begin_inset space ~
33094 \end_inset
33095
33096 numbering
33097 \family default
33098  of the listings dialog you can specify the line numbering style.
33099  You can insert a number to specify which lines are numbered in the field
33100  
33101 \family sans
33102 Step
33103 \family default
33104 .
33105  When you insert e.
33106 \begin_inset space \thinspace{}
33107 \end_inset
33108
33109 g.
33110 \begin_inset space \space{}
33111 \end_inset
33112
33113
33114 \begin_inset Quotes eld
33115 \end_inset
33116
33117 3
33118 \begin_inset Quotes erd
33119 \end_inset
33120
33121 , only every 3rd line will be numbered.
33122 \end_layout
33123
33124 \begin_layout Standard
33125 You can furthermore specify a range of lines; only these will then appear
33126  in the output.
33127  The option 
33128 \family sans
33129 Extended character table
33130 \family default
33131  should be used when you use national characters like the German umlauts
33132  in the listing.
33133 \begin_inset Newline newline
33134 \end_inset
33135
33136 Here is an example listing with left line numbering, step 
33137 \begin_inset Quotes eld
33138 \end_inset
33139
33140 3
33141 \begin_inset Quotes erd
33142 \end_inset
33143
33144 , language 
33145 \begin_inset Quotes eld
33146 \end_inset
33147
33148 Python
33149 \begin_inset Quotes erd
33150 \end_inset
33151
33152 , options 
33153 \begin_inset Quotes eld
33154 \end_inset
33155
33156 Extended character table
33157 \begin_inset Quotes erd
33158 \end_inset
33159
33160  and 
33161 \begin_inset Quotes eld
33162 \end_inset
33163
33164 Space
33165 \begin_inset space ~
33166 \end_inset
33167
33168 as
33169 \begin_inset space ~
33170 \end_inset
33171
33172 symbol
33173 \begin_inset Quotes erd
33174 \end_inset
33175
33176 , range lines 3
33177 \begin_inset space \thinspace{}
33178 \end_inset
33179
33180 -
33181 \begin_inset space \thinspace{}
33182 \end_inset
33183
33184 8:
33185 \end_layout
33186
33187 \begin_layout Standard
33188 \begin_inset listings
33189 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33190 inline false
33191 status open
33192
33193 \begin_layout Plain Layout
33194
33195 def func(param):
33196 \end_layout
33197
33198 \begin_layout Plain Layout
33199
33200     'this is a python function'
33201 \end_layout
33202
33203 \begin_layout Plain Layout
33204
33205     pass
33206 \end_layout
33207
33208 \begin_layout Plain Layout
33209
33210 def func(param):
33211 \end_layout
33212
33213 \begin_layout Plain Layout
33214
33215 'This is a German word: Tschüß'
33216 \end_layout
33217
33218 \begin_layout Plain Layout
33219
33220 pass
33221 \end_layout
33222
33223 \begin_layout Plain Layout
33224
33225 def func(param):
33226 \end_layout
33227
33228 \begin_layout Plain Layout
33229
33230 'this is a python function'
33231 \end_layout
33232
33233 \begin_layout Plain Layout
33234
33235 pass
33236 \end_layout
33237
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \begin_layout Standard
33244 When you have tabulators in your listing, you can specify the number of
33245  characters that are spanned by a tabulator in the field 
33246 \family sans
33247 Tabulator
33248 \begin_inset space ~
33249 \end_inset
33250
33251 size
33252 \family default
33253 .
33254 \end_layout
33255
33256 \begin_layout Standard
33257 \begin_inset Note Greyedout
33258 status open
33259
33260 \begin_layout Plain Layout
33261
33262 \series bold
33263 Note:
33264 \series default
33265  Due to a bug in the 
33266 \series bold
33267 listings
33268 \series default
33269  package the line numbering is shifted by a line by every previous listing.
33270  That's the reason why the lines 2 and 5 are numbered in the above listing
33271  and not the lines 3 and 6.
33272 \end_layout
33273
33274 \end_inset
33275
33276
33277 \end_layout
33278
33279 \begin_layout Standard
33280 \begin_inset VSpace bigskip
33281 \end_inset
33282
33283
33284 \end_layout
33285
33286 \begin_layout Standard
33287 It is also possible to print lines from a file as listing.
33288  To do this, use the menu 
33289 \family sans
33290 Insert\SpecialChar \menuseparator
33291 File\SpecialChar \menuseparator
33292 Child Document
33293 \family default
33294  and choose the type 
33295 \family sans
33296 Listings
33297 \family default
33298 .
33299 \begin_inset Foot
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 The other child document types are described in section
33304 \begin_inset space ~
33305 \end_inset
33306
33307
33308 \begin_inset CommandInset ref
33309 LatexCommand ref
33310 reference "sec:Child-Documents"
33311
33312 \end_inset
33313
33314 .
33315 \end_layout
33316
33317 \end_inset
33318
33319  In the child document dialog you can specify the listing parameters in
33320  a text box.
33321  To show a list of all available parameters, type in a question mark 
33322 \begin_inset Quotes eld
33323 \end_inset
33324
33325 ?
33326 \begin_inset Quotes erd
33327 \end_inset
33328
33329  in the text box.
33330 \end_layout
33331
33332 \begin_layout Standard
33333 To reference child document listings, write a label text into the corresponding
33334  field of the child document dialog.
33335  The label can then be referenced using the menu 
33336 \family sans
33337 Insert\SpecialChar \menuseparator
33338 Cross-Reference
33339 \family default
33340 .
33341 \end_layout
33342
33343 \begin_layout Standard
33344 Listing
33345 \begin_inset space ~
33346 \end_inset
33347
33348
33349 \begin_inset CommandInset ref
33350 LatexCommand ref
33351 reference "lst:file-listing"
33352
33353 \end_inset
33354
33355  is an example for a listing of a file; there the lines 10
33356 \begin_inset space \thinspace{}
33357 \end_inset
33358
33359 -
33360 \begin_inset space \thinspace{}
33361 \end_inset
33362
33363 15 of this LyX file are listed.
33364 \end_layout
33365
33366 \begin_layout Standard
33367 \begin_inset CommandInset include
33368 LatexCommand lstinputlisting
33369 filename "EmbeddedObjects.lyx"
33370 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33371
33372 \end_inset
33373
33374
33375 \end_layout
33376
33377 \begin_layout Standard
33378 \begin_inset VSpace bigskip
33379 \end_inset
33380
33381
33382 \end_layout
33383
33384 \begin_layout Standard
33385 Inserting a formula into a listing can be done the following way:
33386 \end_layout
33387
33388 \begin_layout Enumerate
33389 Open the listings dialog and add
33390 \begin_inset Newline newline
33391 \end_inset
33392
33393
33394 \family sans
33395 mathescape=true
33396 \family default
33397
33398 \begin_inset Newline newline
33399 \end_inset
33400
33401 to the field of the 
33402 \family sans
33403 Advanced
33404 \family default
33405  tab.
33406 \end_layout
33407
33408 \begin_layout Enumerate
33409 Create a formula outside the listing
33410 \end_layout
33411
33412 \begin_layout Enumerate
33413 Copy the content of the formula (not the formula inset) to the clipboard
33414  (shortcut 
33415 \begin_inset Info
33416 type  "shortcut"
33417 arg   "copy"
33418 \end_inset
33419
33420 )
33421 \end_layout
33422
33423 \begin_layout Enumerate
33424 In the listing write 
33425 \begin_inset Quotes eld
33426 \end_inset
33427
33428
33429 \family sans
33430 $$
33431 \family default
33432
33433 \begin_inset Quotes erd
33434 \end_inset
33435
33436  and copy from the clipboard between the dollar-signs (shortcut 
33437 \begin_inset Info
33438 type  "shortcut"
33439 arg   "paste"
33440 \end_inset
33441
33442 )
33443 \end_layout
33444
33445 \begin_layout Standard
33446 \begin_inset listings
33447 lstparams "language=Python,mathescape=true"
33448 inline false
33449 status open
33450
33451 \begin_layout Plain Layout
33452
33453 \begin_inset Caption
33454
33455 \begin_layout Plain Layout
33456 Example Listing float containing a formula
33457 \end_layout
33458
33459 \end_inset
33460
33461 # Example listing float
33462 \end_layout
33463
33464 \begin_layout Plain Layout
33465
33466 def func(param):
33467 \end_layout
33468
33469 \begin_layout Plain Layout
33470
33471     # $
33472 \backslash
33473 prod_{n=1}^{
33474 \backslash
33475 infty}
33476 \backslash
33477 ,
33478 \backslash
33479 frac{1}{x^{2}}$
33480 \end_layout
33481
33482 \begin_layout Plain Layout
33483
33484     pass
33485 \end_layout
33486
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \begin_layout Standard
33493 \begin_inset VSpace bigskip
33494 \end_inset
33495
33496
33497 \end_layout
33498
33499 \begin_layout Standard
33500 Global listings settings can be set in the 
33501 \family sans
33502 Document\SpecialChar \menuseparator
33503 Settings\SpecialChar \menuseparator
33504 Text Layout
33505 \family default
33506  dialog.
33507  To get there a list of available options, type in a question mark 
33508 \begin_inset Quotes eld
33509 \end_inset
33510
33511 ?
33512 \begin_inset Quotes erd
33513 \end_inset
33514
33515  in the 
33516 \family sans
33517 Listings
33518 \begin_inset space ~
33519 \end_inset
33520
33521 settings
33522 \family default
33523  field.
33524 \end_layout
33525
33526 \begin_layout Standard
33527 For more information about the 
33528 \series bold
33529 listings
33530 \series default
33531  package, we refer to its documentation 
33532 \begin_inset CommandInset citation
33533 LatexCommand cite
33534 key "listings"
33535
33536 \end_inset
33537
33538 .
33539 \end_layout
33540
33541 \begin_layout Standard
33542 \begin_inset Newpage newpage
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \begin_layout Chapter
33549 \start_of_appendix
33550 Units available in LyX
33551 \begin_inset Index idx
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 Units
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \begin_inset CommandInset label
33562 LatexCommand label
33563 name "cha:Units-available-in"
33564
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \begin_layout Standard
33571 To understand the units described in this documentation, Table
33572 \begin_inset space ~
33573 \end_inset
33574
33575
33576 \begin_inset CommandInset ref
33577 LatexCommand ref
33578 reference "tab:Units"
33579
33580 \end_inset
33581
33582  explains all units available in LyX.
33583 \end_layout
33584
33585 \begin_layout Standard
33586 \begin_inset Float table
33587 placement h
33588 wide false
33589 sideways false
33590 status open
33591
33592 \begin_layout Plain Layout
33593 \begin_inset Caption
33594
33595 \begin_layout Plain Layout
33596 \begin_inset CommandInset label
33597 LatexCommand label
33598 name "tab:Units"
33599
33600 \end_inset
33601
33602 Units
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \begin_layout Plain Layout
33611 \begin_inset VSpace medskip
33612 \end_inset
33613
33614
33615 \end_layout
33616
33617 \begin_layout Plain Layout
33618 \align center
33619 \begin_inset Tabular
33620 <lyxtabular version="3" rows="20" columns="2">
33621 <features tabularvalignment="middle">
33622 <column alignment="center" valignment="top" width="0">
33623 <column alignment="center" valignment="top" width="0">
33624 <row>
33625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33626 \begin_inset Text
33627
33628 \begin_layout Plain Layout
33629 unit
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33635 \begin_inset Text
33636
33637 \begin_layout Plain Layout
33638 name/description
33639 \end_layout
33640
33641 \end_inset
33642 </cell>
33643 </row>
33644 <row>
33645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33646 \begin_inset Text
33647
33648 \begin_layout Plain Layout
33649 mm
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33655 \begin_inset Text
33656
33657 \begin_layout Plain Layout
33658 millimeter
33659 \end_layout
33660
33661 \end_inset
33662 </cell>
33663 </row>
33664 <row>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669 cm
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678 centimeter
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 </row>
33684 <row>
33685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33686 \begin_inset Text
33687
33688 \begin_layout Plain Layout
33689 in
33690 \end_layout
33691
33692 \end_inset
33693 </cell>
33694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33695 \begin_inset Text
33696
33697 \begin_layout Plain Layout
33698 inch
33699 \end_layout
33700
33701 \end_inset
33702 </cell>
33703 </row>
33704 <row>
33705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33706 \begin_inset Text
33707
33708 \begin_layout Plain Layout
33709 pt
33710 \end_layout
33711
33712 \end_inset
33713 </cell>
33714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33715 \begin_inset Text
33716
33717 \begin_layout Plain Layout
33718 point (72.27
33719 \begin_inset space \thinspace{}
33720 \end_inset
33721
33722 pt = 1
33723 \begin_inset space \thinspace{}
33724 \end_inset
33725
33726 in)
33727 \end_layout
33728
33729 \end_inset
33730 </cell>
33731 </row>
33732 <row>
33733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33734 \begin_inset Text
33735
33736 \begin_layout Plain Layout
33737 pc
33738 \end_layout
33739
33740 \end_inset
33741 </cell>
33742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33743 \begin_inset Text
33744
33745 \begin_layout Plain Layout
33746 pica (1
33747 \begin_inset space \thinspace{}
33748 \end_inset
33749
33750 pc = 12
33751 \begin_inset space \thinspace{}
33752 \end_inset
33753
33754 pt)
33755 \end_layout
33756
33757 \end_inset
33758 </cell>
33759 </row>
33760 <row>
33761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33762 \begin_inset Text
33763
33764 \begin_layout Plain Layout
33765 sp
33766 \end_layout
33767
33768 \end_inset
33769 </cell>
33770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33771 \begin_inset Text
33772
33773 \begin_layout Plain Layout
33774 scaled point (65536
33775 \begin_inset space \thinspace{}
33776 \end_inset
33777
33778 sp = 1
33779 \begin_inset space \thinspace{}
33780 \end_inset
33781
33782 pt)
33783 \end_layout
33784
33785 \end_inset
33786 </cell>
33787 </row>
33788 <row>
33789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33790 \begin_inset Text
33791
33792 \begin_layout Plain Layout
33793 bp
33794 \end_layout
33795
33796 \end_inset
33797 </cell>
33798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33799 \begin_inset Text
33800
33801 \begin_layout Plain Layout
33802 big point (72
33803 \begin_inset space \thinspace{}
33804 \end_inset
33805
33806 bp = 1
33807 \begin_inset space \thinspace{}
33808 \end_inset
33809
33810 in)
33811 \end_layout
33812
33813 \end_inset
33814 </cell>
33815 </row>
33816 <row>
33817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33818 \begin_inset Text
33819
33820 \begin_layout Plain Layout
33821 dd
33822 \end_layout
33823
33824 \end_inset
33825 </cell>
33826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 didot (1
33831 \begin_inset space \thinspace{}
33832 \end_inset
33833
33834 dd 
33835 \begin_inset Formula $\approx$
33836 \end_inset
33837
33838  0.376
33839 \begin_inset space \thinspace{}
33840 \end_inset
33841
33842 mm)
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 </row>
33848 <row>
33849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33850 \begin_inset Text
33851
33852 \begin_layout Plain Layout
33853 cc
33854 \end_layout
33855
33856 \end_inset
33857 </cell>
33858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33859 \begin_inset Text
33860
33861 \begin_layout Plain Layout
33862 cicero (1
33863 \begin_inset space \thinspace{}
33864 \end_inset
33865
33866 cc = 12
33867 \begin_inset space \thinspace{}
33868 \end_inset
33869
33870 dd)
33871 \end_layout
33872
33873 \end_inset
33874 </cell>
33875 </row>
33876 <row>
33877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33878 \begin_inset Text
33879
33880 \begin_layout Plain Layout
33881 Scale%
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 % of original image width
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 </row>
33896 <row>
33897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901 text%
33902 \end_layout
33903
33904 \end_inset
33905 </cell>
33906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 % of text width
33911 \end_layout
33912
33913 \end_inset
33914 </cell>
33915 </row>
33916 <row>
33917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33918 \begin_inset Text
33919
33920 \begin_layout Plain Layout
33921 col%
33922 \end_layout
33923
33924 \end_inset
33925 </cell>
33926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Plain Layout
33930 % of column width
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 </row>
33936 <row>
33937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33938 \begin_inset Text
33939
33940 \begin_layout Plain Layout
33941 page%
33942 \end_layout
33943
33944 \end_inset
33945 </cell>
33946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33947 \begin_inset Text
33948
33949 \begin_layout Plain Layout
33950 % of paper width
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 </row>
33956 <row>
33957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Plain Layout
33961 line%
33962 \end_layout
33963
33964 \end_inset
33965 </cell>
33966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33967 \begin_inset Text
33968
33969 \begin_layout Plain Layout
33970 % of line width
33971 \end_layout
33972
33973 \end_inset
33974 </cell>
33975 </row>
33976 <row>
33977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33978 \begin_inset Text
33979
33980 \begin_layout Plain Layout
33981 theight%
33982 \end_layout
33983
33984 \end_inset
33985 </cell>
33986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990 % of text height
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 </row>
33996 <row>
33997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33998 \begin_inset Text
33999
34000 \begin_layout Plain Layout
34001 pheight%
34002 \end_layout
34003
34004 \end_inset
34005 </cell>
34006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010 % of paper height
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 </row>
34016 <row>
34017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021 ex
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34027 \begin_inset Text
34028
34029 \begin_layout Plain Layout
34030 height of letter 
34031 \emph on
34032 x
34033 \emph default
34034  in current font
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 </row>
34040 <row>
34041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045 em
34046 \end_layout
34047
34048 \end_inset
34049 </cell>
34050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34051 \begin_inset Text
34052
34053 \begin_layout Plain Layout
34054 width of letter 
34055 \emph on
34056 M
34057 \emph default
34058  in current font
34059 \end_layout
34060
34061 \end_inset
34062 </cell>
34063 </row>
34064 <row>
34065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34066 \begin_inset Text
34067
34068 \begin_layout Plain Layout
34069 mu
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078 math unit (1
34079 \begin_inset space \thinspace{}
34080 \end_inset
34081
34082 mu = 1/18
34083 \begin_inset space \thinspace{}
34084 \end_inset
34085
34086 em)
34087 \end_layout
34088
34089 \end_inset
34090 </cell>
34091 </row>
34092 </lyxtabular>
34093
34094 \end_inset
34095
34096
34097 \end_layout
34098
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \begin_layout Chapter
34105 Output File Formats with Graphics
34106 \begin_inset CommandInset label
34107 LatexCommand label
34108 name "cha:Output-File-Formats"
34109
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \begin_layout Section
34116 DVI
34117 \begin_inset Index idx
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121 File Formats ! DVI
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \begin_inset Index idx
34128 status collapsed
34129
34130 \begin_layout Plain Layout
34131 DVI|see
34132 \begin_inset ERT
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136
34137 {
34138 \end_layout
34139
34140 \end_inset
34141
34142 File Formats
34143 \begin_inset ERT
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147
34148 }
34149 \end_layout
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 This file type has the extension 
34163 \begin_inset Quotes eld
34164 \end_inset
34165
34166
34167 \family typewriter
34168 .dvi
34169 \family default
34170
34171 \begin_inset Quotes erd
34172 \end_inset
34173
34174 .
34175  It is called 
34176 \begin_inset Quotes eld
34177 \end_inset
34178
34179 device-independent
34180 \begin_inset Quotes erd
34181 \end_inset
34182
34183  (DVI), because it is completely portable; you can move them from one machine
34184  to another without needing to do any sort of conversion.
34185  At the time when this file-format was developed, this was no matter of
34186  course.
34187  DVIs are used for quick previews and as pre-stage for other output formats,
34188  like PostScript.
34189 \end_layout
34190
34191 \begin_layout Standard
34192 \begin_inset Note Greyedout
34193 status open
34194
34195 \begin_layout Plain Layout
34196
34197 \series bold
34198 Note:
34199 \series default
34200  DVI-files do not contain images; they will only be a linked.
34201 \end_layout
34202
34203 \end_inset
34204
34205  So don't forget this, if you move your 
34206 \family typewriter
34207 .dvi
34208 \family default
34209  file to another computer.
34210  This property can also slow down your computer when you view the DVI, because
34211  the DVI-viewer has to convert the image in the background to make it visible
34212  when you scroll in the DVI.
34213  So it is recommended that you use PDF for files with many images.
34214 \end_layout
34215
34216 \begin_layout Standard
34217 You can export your document to DVI by using the menu 
34218 \family sans
34219 File\SpecialChar \menuseparator
34220 Export\SpecialChar \menuseparator
34221 DVI
34222 \family default
34223 .
34224  You can view your document as DVI via the 
34225 \family sans
34226 View
34227 \family default
34228  menu or by using the toolbar button 
34229 \begin_inset Graphics
34230         filename ../images/buffer-view_dvi.png
34231         scale 85
34232         scaleBeforeRotation
34233
34234 \end_inset
34235
34236 .
34237 \end_layout
34238
34239 \begin_layout Section
34240 PostScript
34241 \begin_inset CommandInset label
34242 LatexCommand label
34243 name "sec:PostScript"
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index idx
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 File Formats ! PostScript
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \begin_inset Index idx
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262 PostScript|see
34263 \begin_inset ERT
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267
34268 {
34269 \end_layout
34270
34271 \end_inset
34272
34273 File Formats
34274 \begin_inset ERT
34275 status collapsed
34276
34277 \begin_layout Plain Layout
34278
34279 }
34280 \end_layout
34281
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \begin_layout Standard
34293 This file type has the extension 
34294 \begin_inset Quotes eld
34295 \end_inset
34296
34297
34298 \family typewriter
34299 .ps
34300 \family default
34301
34302 \begin_inset Quotes erd
34303 \end_inset
34304
34305 .
34306  PostScript was developed by the company 
34307 \family typewriter
34308 Adobe
34309 \family default
34310  as a printer language.
34311  The file therefore contains commands that the printer uses to print the
34312  file.
34313  PostScript can be seen as a 
34314 \begin_inset Quotes eld
34315 \end_inset
34316
34317 programming language
34318 \begin_inset Quotes erd
34319 \end_inset
34320
34321 ; you can calculate with it and draw diagrams and images
34322 \begin_inset Foot
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326 If you are interested to learn more about this, have a look at the LaTeX-package
34327  
34328 \series bold
34329 PSTricks
34330 \series default
34331  
34332 \begin_inset CommandInset citation
34333 LatexCommand cite
34334 key "pstricks"
34335
34336 \end_inset
34337
34338 .
34339 \end_layout
34340
34341 \end_inset
34342
34343 .
34344  Due to this ability, the files are often bigger than PDFs.
34345 \end_layout
34346
34347 \begin_layout Standard
34348 PostScript can only contain images in the format 
34349 \begin_inset Quotes eld
34350 \end_inset
34351
34352 Encapsulated PostScript
34353 \begin_inset Quotes erd
34354 \end_inset
34355
34356  (EPS, file extension 
34357 \begin_inset Quotes eld
34358 \end_inset
34359
34360
34361 \family typewriter
34362 .eps
34363 \family default
34364
34365 \begin_inset Quotes erd
34366 \end_inset
34367
34368 ).
34369  As LyX allows you to use any known image format in your document, it has
34370  to convert images in the background to EPS.
34371  If you have e.g.
34372 \begin_inset space ~
34373 \end_inset
34374
34375 50
34376 \begin_inset space ~
34377 \end_inset
34378
34379 images in your document, LyX has to do 50
34380 \begin_inset space ~
34381 \end_inset
34382
34383 conversions whenever you view or export your document.
34384  This will slow down your work flow with LyX drastically.
34385  So if you plan to use PostScript, you can insert your images directly as
34386  EPS to avoid this problem.
34387 \end_layout
34388
34389 \begin_layout Standard
34390 You can export your document to PostScript using the menu 
34391 \family sans
34392 File\SpecialChar \menuseparator
34393 Export\SpecialChar \menuseparator
34394 Postscript
34395 \family default
34396 .
34397  You can view your document as PostScript via the 
34398 \family sans
34399 View
34400 \family default
34401  menu or by using the toolbar button 
34402 \begin_inset Graphics
34403         filename ../images/buffer-view_ps.png
34404         scale 85
34405         scaleBeforeRotation
34406
34407 \end_inset
34408
34409 .
34410 \end_layout
34411
34412 \begin_layout Section
34413 PDF
34414 \begin_inset Index idx
34415 status collapsed
34416
34417 \begin_layout Plain Layout
34418 File Formats ! PDF
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \begin_inset Index idx
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428 PDF
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \begin_layout Standard
34437 This file type has the extension 
34438 \begin_inset Quotes eld
34439 \end_inset
34440
34441
34442 \family typewriter
34443 .pdf
34444 \family default
34445
34446 \begin_inset Quotes erd
34447 \end_inset
34448
34449 .
34450  The 
34451 \begin_inset Quotes eld
34452 \end_inset
34453
34454 Portable Document Format
34455 \begin_inset Quotes erd
34456 \end_inset
34457
34458  (PDF) was developed by 
34459 \family typewriter
34460 Adobe
34461 \family default
34462  as a derivative of PostScript.
34463  It is more compressed and it uses fewer commands than PostScript.
34464  As the name 
34465 \begin_inset Quotes eld
34466 \end_inset
34467
34468 portable
34469 \begin_inset Quotes erd
34470 \end_inset
34471
34472  implies, it can be processed at any computer system and the printed output
34473  looks exactly the same.
34474 \end_layout
34475
34476 \begin_layout Standard
34477 PDF can contain images in its own PDF format, in the format 
34478 \begin_inset Quotes eld
34479 \end_inset
34480
34481 Joint Photographic Experts Group
34482 \begin_inset Quotes erd
34483 \end_inset
34484
34485  (JPG, file extension 
34486 \begin_inset Quotes eld
34487 \end_inset
34488
34489
34490 \family typewriter
34491 .jpg
34492 \family default
34493
34494 \begin_inset Quotes erd
34495 \end_inset
34496
34497  or 
34498 \begin_inset Quotes eld
34499 \end_inset
34500
34501
34502 \family typewriter
34503 .jpeg
34504 \family default
34505
34506 \begin_inset Quotes erd
34507 \end_inset
34508
34509 ), and in the format 
34510 \begin_inset Quotes eld
34511 \end_inset
34512
34513 Portable Network Graphics
34514 \begin_inset Quotes erd
34515 \end_inset
34516
34517  (PNG, file extension 
34518 \begin_inset Quotes eld
34519 \end_inset
34520
34521
34522 \family typewriter
34523 .png
34524 \family default
34525
34526 \begin_inset Quotes erd
34527 \end_inset
34528
34529 ).
34530  Nevertheless you can use any other image format, because LyX converts them
34531  in the background to one of these formats.
34532  But as described in the section about PostScript, the image conversion
34533  will slow down your work flow.
34534  So it is recommended that you use images in one of the three mentioned
34535  formats.
34536 \end_layout
34537
34538 \begin_layout Standard
34539 You can export your document to PDF via the menu 
34540 \family sans
34541 File\SpecialChar \menuseparator
34542 Export
34543 \family default
34544  in three different ways:
34545 \end_layout
34546
34547 \begin_layout Description
34548 PDF
34549 \begin_inset space ~
34550 \end_inset
34551
34552 (ps2pdf) This uses the program 
34553 \family typewriter
34554 ps2pdf
34555 \family default
34556  that creates a PDF from a PostScript-version of your file.
34557  The PostScript-version is produced by the program 
34558 \family typewriter
34559 dvips
34560 \family default
34561  which uses a DVI-version as intermediate step.
34562  So this export variant consists of three conversions.
34563 \end_layout
34564
34565 \begin_layout Description
34566 PDF
34567 \begin_inset space ~
34568 \end_inset
34569
34570 (dvipdfm) This uses the program 
34571 \family typewriter
34572 dvipdfm
34573 \family default
34574  that converts your file in the background to DVI and in a second step to
34575  PDF.
34576 \end_layout
34577
34578 \begin_layout Description
34579 PDF
34580 \begin_inset space ~
34581 \end_inset
34582
34583 (pdflatex) This uses the program 
34584 \family typewriter
34585 pdftex
34586 \family default
34587  that converts your file directly to PDF.
34588 \end_layout
34589
34590 \begin_layout Standard
34591 It is recommended that you use 
34592 \family sans
34593 PDF
34594 \begin_inset space ~
34595 \end_inset
34596
34597 (pdflatex)
34598 \family default
34599  because 
34600 \family typewriter
34601 pdftex
34602 \family default
34603  supports all features of actual PDF-versions, is quick and works stable.
34604  The program 
34605 \family typewriter
34606 dvipdfm
34607 \family default
34608  is not under development and therefore a bit outdated.
34609 \end_layout
34610
34611 \begin_layout Standard
34612 You can view your document as PDF via the 
34613 \family sans
34614 View
34615 \family default
34616  menu or by using the toolbar button 
34617 \begin_inset Graphics
34618         filename ../images/buffer-view_pdf2.png
34619         scale 85
34620         scaleBeforeRotation
34621
34622 \end_inset
34623
34624  
34625 \family sans
34626 (
34627 \family default
34628 that uses 
34629 \family sans
34630 PDF
34631 \begin_inset space ~
34632 \end_inset
34633
34634 (pdflatex)
34635 \family default
34636 ).
34637 \end_layout
34638
34639 \begin_layout Chapter
34640 Explanation of Equation
34641 \begin_inset space ~
34642 \end_inset
34643
34644 (
34645 \begin_inset CommandInset ref
34646 LatexCommand ref
34647 reference "eq:Wgn"
34648
34649 \end_inset
34650
34651 )
34652 \begin_inset CommandInset label
34653 LatexCommand label
34654 name "cha:Explanation-of-Equation"
34655
34656 \end_inset
34657
34658
34659 \end_layout
34660
34661 \begin_layout Standard
34662 We can calculate the total width of 
34663 \emph on
34664 n
34665 \emph default
34666  table cells 
34667 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34668 \end_inset
34669
34670  as follows:
34671 \end_layout
34672
34673 \begin_layout Standard
34674 \begin_inset Formula \begin{equation}
34675 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}
34676
34677 \end_inset
34678
34679 where 
34680 \begin_inset Formula $W_{g\, n}$
34681 \end_inset
34682
34683  is the given width of all cells, 
34684 \series bold
34685
34686 \backslash
34687 tabcolsep
34688 \series default
34689  is the LaTeX-length between the cell text and the cell border (its default
34690  value is 6
34691 \begin_inset space \thinspace{}
34692 \end_inset
34693
34694 pt).
34695  
34696 \series bold
34697
34698 \backslash
34699 arrayrulewidth
34700 \series default
34701  is the thickness of the cell border line, the default is 0.4
34702 \begin_inset space \thinspace{}
34703 \end_inset
34704
34705 pt.
34706 \end_layout
34707
34708 \begin_layout Standard
34709 Following equation
34710 \begin_inset space ~
34711 \end_inset
34712
34713
34714 \begin_inset CommandInset ref
34715 LatexCommand eqref
34716 reference "eq:Wtot_n"
34717
34718 \end_inset
34719
34720 , the total width of a multicolumn 
34721 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34722 \end_inset
34723
34724  is
34725 \end_layout
34726
34727 \begin_layout Standard
34728 \begin_inset Formula \begin{equation}
34729 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 By setting equation
34738 \begin_inset space ~
34739 \end_inset
34740
34741
34742 \begin_inset CommandInset ref
34743 LatexCommand eqref
34744 reference "eq:Wtot_n"
34745
34746 \end_inset
34747
34748  and 
34749 \begin_inset CommandInset ref
34750 LatexCommand eqref
34751 reference "eq:Wtot_mult"
34752
34753 \end_inset
34754
34755  equal we can calculate the needed given width 
34756 \begin_inset Formula $W_{g\, n}$
34757 \end_inset
34758
34759  when 
34760 \emph on
34761 n
34762 \emph default
34763  columns are spanned, so that each column has a total width of 
34764 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34765 \end_inset
34766
34767 :
34768 \end_layout
34769
34770 \begin_layout Standard
34771 \begin_inset Formula \begin{equation}
34772 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Bibliography
34780 \labelwidthstring Bibliography
34781 \begin_inset CommandInset bibitem
34782 LatexCommand bibitem
34783 key "latexcompanion"
34784
34785 \end_inset
34786
34787 Frank Mittelbach and Michel Goossens: 
34788 \emph on
34789 The LaTeX Companion Second Edition.
34790
34791 \emph default
34792  Addison-Wesley, 2004
34793 \end_layout
34794
34795 \begin_layout Bibliography
34796 \labelwidthstring Bibliography
34797 \begin_inset CommandInset bibitem
34798 LatexCommand bibitem
34799 key "latexguide"
34800
34801 \end_inset
34802
34803 Helmut Kopka and Patrick W.
34804  Daly: 
34805 \emph on
34806 A Guide to LaTeX Fourth Edition.
34807
34808 \emph default
34809  Addison-Wesley, 2003
34810 \end_layout
34811
34812 \begin_layout Bibliography
34813 \labelwidthstring Bibliography
34814 \begin_inset CommandInset bibitem
34815 LatexCommand bibitem
34816 key "latexbook"
34817
34818 \end_inset
34819
34820 Leslie Lamport: 
34821 \emph on
34822 LaTeX: A Document Preparation System.
34823
34824 \emph default
34825  Addison-Wesley, second edition, 1994
34826 \end_layout
34827
34828 \begin_layout Bibliography
34829 \labelwidthstring Bibliography
34830 \begin_inset CommandInset bibitem
34831 LatexCommand bibitem
34832 key "booktabs"
34833
34834 \end_inset
34835
34836 Documentation of the LaTeX-package 
34837 \series bold
34838
34839 \begin_inset CommandInset href
34840 LatexCommand href
34841 name "booktabs"
34842 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34843
34844 \end_inset
34845
34846
34847 \series default
34848
34849 \begin_inset Index idx
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853 LaTeX-packages ! booktabs
34854 \end_layout
34855
34856 \end_inset
34857
34858
34859 \end_layout
34860
34861 \begin_layout Bibliography
34862 \labelwidthstring Bibliography
34863 \begin_inset CommandInset bibitem
34864 LatexCommand bibitem
34865 key "caption"
34866
34867 \end_inset
34868
34869 Documentation of the LaTeX-package 
34870 \series bold
34871
34872 \begin_inset CommandInset href
34873 LatexCommand href
34874 name "caption"
34875 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34876
34877 \end_inset
34878
34879
34880 \series default
34881
34882 \begin_inset Index idx
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886 LaTeX-packages ! caption
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Bibliography
34895 \labelwidthstring Bibliography
34896 \begin_inset CommandInset bibitem
34897 LatexCommand bibitem
34898 key "endfloat"
34899
34900 \end_inset
34901
34902 Documentation of the LaTeX-package 
34903 \series bold
34904
34905 \begin_inset CommandInset href
34906 LatexCommand href
34907 name "endfloat"
34908 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34909
34910 \end_inset
34911
34912
34913 \series default
34914
34915 \begin_inset Index idx
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919 LaTeX-packages ! endfloat
34920 \end_layout
34921
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \begin_layout Bibliography
34928 \labelwidthstring Bibliography
34929 \begin_inset CommandInset bibitem
34930 LatexCommand bibitem
34931 key "wrapfig"
34932
34933 \end_inset
34934
34935 Documentation of the LaTeX-package 
34936 \series bold
34937
34938 \begin_inset CommandInset href
34939 LatexCommand href
34940 name "wrapfig"
34941 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34942
34943 \end_inset
34944
34945
34946 \series default
34947
34948 \begin_inset Index idx
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952 LaTeX-packages ! wrapfig
34953 \begin_inset ERT
34954 status collapsed
34955
34956 \begin_layout Plain Layout
34957
34958
34959 \backslash
34960 vspace{4mm}
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \begin_layout Bibliography
34974 \labelwidthstring Bibliography
34975 \begin_inset CommandInset bibitem
34976 LatexCommand bibitem
34977 key "footmisc"
34978
34979 \end_inset
34980
34981 Documentation of the LaTeX-package 
34982 \series bold
34983
34984 \begin_inset CommandInset href
34985 LatexCommand href
34986 name "footmisc"
34987 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34988
34989 \end_inset
34990
34991
34992 \series default
34993
34994 \begin_inset Index idx
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998 LaTeX-packages ! footmisc
34999 \end_layout
35000
35001 \end_inset
35002
35003
35004 \end_layout
35005
35006 \begin_layout Bibliography
35007 \labelwidthstring Bibliography
35008 \begin_inset CommandInset bibitem
35009 LatexCommand bibitem
35010 key "hypcap"
35011
35012 \end_inset
35013
35014 Documentation of the LaTeX-package 
35015 \series bold
35016
35017 \begin_inset CommandInset href
35018 LatexCommand href
35019 name "hypcap"
35020 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35021
35022 \end_inset
35023
35024
35025 \series default
35026
35027 \begin_inset Index idx
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031 LaTeX-packages ! hyperref
35032 \end_layout
35033
35034 \end_inset
35035
35036
35037 \end_layout
35038
35039 \begin_layout Bibliography
35040 \labelwidthstring Bibliography
35041 \begin_inset CommandInset bibitem
35042 LatexCommand bibitem
35043 key "hyperref"
35044
35045 \end_inset
35046
35047 Documentation of the LaTeX-package 
35048 \series bold
35049
35050 \begin_inset CommandInset href
35051 LatexCommand href
35052 name "hyperref"
35053 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35054
35055 \end_inset
35056
35057
35058 \series default
35059
35060 \begin_inset Index idx
35061 status collapsed
35062
35063 \begin_layout Plain Layout
35064 LaTeX-packages ! hyperref
35065 \end_layout
35066
35067 \end_inset
35068
35069
35070 \end_layout
35071
35072 \begin_layout Bibliography
35073 \labelwidthstring Bibliography
35074 \begin_inset CommandInset bibitem
35075 LatexCommand bibitem
35076 key "KOMA-Script"
35077
35078 \end_inset
35079
35080 Documentation of the LaTeX-package 
35081 \series bold
35082
35083 \begin_inset CommandInset href
35084 LatexCommand href
35085 name "KOMA-Script"
35086 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35087
35088 \end_inset
35089
35090
35091 \series default
35092
35093 \begin_inset Index idx
35094 status collapsed
35095
35096 \begin_layout Plain Layout
35097 LaTeX-packages ! KOMA-Script
35098 \end_layout
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \begin_layout Bibliography
35106 \labelwidthstring Bibliography
35107 \begin_inset CommandInset bibitem
35108 LatexCommand bibitem
35109 key "listings"
35110
35111 \end_inset
35112
35113 Documentation of the LaTeX-package 
35114 \series bold
35115
35116 \begin_inset CommandInset href
35117 LatexCommand href
35118 name "listings"
35119 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35120
35121 \end_inset
35122
35123
35124 \series default
35125
35126 \begin_inset Index idx
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130 LaTeX-packages ! listings
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Bibliography
35139 \labelwidthstring Bibliography
35140 \begin_inset CommandInset bibitem
35141 LatexCommand bibitem
35142 key "marginnote"
35143
35144 \end_inset
35145
35146 Documentation of the LaTeX-package 
35147 \series bold
35148
35149 \begin_inset CommandInset href
35150 LatexCommand href
35151 name "marginnote"
35152 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35153
35154 \end_inset
35155
35156
35157 \series default
35158
35159 \begin_inset Index idx
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163 LaTeX-packages ! marginnote
35164 \end_layout
35165
35166 \end_inset
35167
35168
35169 \end_layout
35170
35171 \begin_layout Bibliography
35172 \labelwidthstring Bibliography
35173 \begin_inset CommandInset bibitem
35174 LatexCommand bibitem
35175 key "pstricks"
35176
35177 \end_inset
35178
35179 Web page of the LaTeX-package 
35180 \series bold
35181
35182 \begin_inset CommandInset href
35183 LatexCommand href
35184 name "PSTricks"
35185 target "http://tug.org/PSTricks/"
35186
35187 \end_inset
35188
35189
35190 \series default
35191
35192 \begin_inset Index idx
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196 LaTeX-packages ! PSTricks
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \end_layout
35203
35204 \begin_layout Bibliography
35205 \labelwidthstring Bibliography
35206 \begin_inset CommandInset bibitem
35207 LatexCommand bibitem
35208 key "sidecap"
35209
35210 \end_inset
35211
35212 Documentation of the LaTeX-package 
35213 \series bold
35214
35215 \begin_inset CommandInset href
35216 LatexCommand href
35217 name "sidecap"
35218 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35219
35220 \end_inset
35221
35222
35223 \series default
35224
35225 \begin_inset Index idx
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229 LaTeX-packages ! sidecap
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Bibliography
35238 \labelwidthstring Bibliography
35239 \begin_inset CommandInset bibitem
35240 LatexCommand bibitem
35241 key "prettyref"
35242
35243 \end_inset
35244
35245 Documentation of the LaTeX-package 
35246 \series bold
35247
35248 \begin_inset CommandInset href
35249 LatexCommand href
35250 name "prettyref"
35251 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35252
35253 \end_inset
35254
35255
35256 \series default
35257
35258 \begin_inset Index idx
35259 status collapsed
35260
35261 \begin_layout Plain Layout
35262 LaTeX-packages ! prettyref
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \end_layout
35269
35270 \begin_layout Bibliography
35271 \labelwidthstring Bibliography
35272 \begin_inset CommandInset bibitem
35273 LatexCommand bibitem
35274 key "refstyle"
35275
35276 \end_inset
35277
35278 Documentation of the LaTeX-package 
35279 \series bold
35280
35281 \begin_inset CommandInset href
35282 LatexCommand href
35283 name "refstyle"
35284 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
35285
35286 \end_inset
35287
35288
35289 \series default
35290
35291 \begin_inset Index idx
35292 status collapsed
35293
35294 \begin_layout Plain Layout
35295 LaTeX-packages ! refstyle
35296 \end_layout
35297
35298 \end_inset
35299
35300
35301 \end_layout
35302
35303 \begin_layout Bibliography
35304 \labelwidthstring Bibliography
35305 \begin_inset CommandInset bibitem
35306 LatexCommand bibitem
35307 key "NewInLyX20"
35308
35309 \end_inset
35310
35311
35312 \begin_inset CommandInset href
35313 LatexCommand href
35314 name "Wiki page"
35315 target "http://wiki.lyx.org/LyX/NewInLyX20"
35316
35317 \end_inset
35318
35319  about new features in 
35320 \family sans
35321 LyX 2.0
35322 \family default
35323 .
35324 \end_layout
35325
35326 \begin_layout Standard
35327 \begin_inset CommandInset index_print
35328 LatexCommand printindex
35329 type "idx"
35330
35331 \end_inset
35332
35333
35334 \end_layout
35335
35336 \end_body
35337 \end_document