]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: - describe the new \nameref and refstyle features
[lyx.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 .
2066 \begin_inset Newline newline
2067 \end_inset
2068
2069 The rotate check boxes rotate the current cell, a selection, or the whole
2070  table counter-clockwise by 90°.
2071  The rotation is not shown within LyX, only in the output.
2072 \begin_inset Newline newline
2073 \end_inset
2074
2075
2076 \begin_inset Note Greyedout
2077 status open
2078
2079 \begin_layout Plain Layout
2080
2081 \series bold
2082 Note:
2083 \series default
2084  Not all DVI-viewers are able to display rotations.
2085 \end_layout
2086
2087 \end_inset
2088
2089
2090 \begin_inset Newline newline
2091 \end_inset
2092
2093 It is also possible to enter a LaTeX-argument which is needed for special
2094  table formattings, see section
2095 \begin_inset space ~
2096 \end_inset
2097
2098
2099 \begin_inset CommandInset ref
2100 LatexCommand ref
2101 reference "sub:Multicolumn-Calculations"
2102
2103 \end_inset
2104
2105  and 
2106 \begin_inset CommandInset ref
2107 LatexCommand ref
2108 reference "sec:Colored-Tables"
2109
2110 \end_inset
2111
2112 .
2113 \end_layout
2114
2115 \begin_layout Description
2116
2117 \family sans
2118 Borders
2119 \family default
2120  In this tab you can add and delete border lines for the current row/column.
2121 \begin_inset Newline newline
2122 \end_inset
2123
2124 Using the style option 
2125 \family sans
2126 Formal
2127 \family default
2128  will convert the table to a formal table as described in section
2129 \begin_inset space ~
2130 \end_inset
2131
2132
2133 \begin_inset CommandInset ref
2134 LatexCommand ref
2135 reference "sec:Formal-Tables"
2136
2137 \end_inset
2138
2139 .
2140 \begin_inset Newline newline
2141 \end_inset
2142
2143 You can also add here space to table rows as described in section
2144 \begin_inset space ~
2145 \end_inset
2146
2147
2148 \begin_inset CommandInset ref
2149 LatexCommand ref
2150 reference "sub:Row-Spacing"
2151
2152 \end_inset
2153
2154 .
2155 \end_layout
2156
2157 \begin_layout Description
2158
2159 \family sans
2160 Longtable
2161 \family default
2162  This tab is to make a table a so called 
2163 \begin_inset Quotes eld
2164 \end_inset
2165
2166
2167 \emph on
2168 longtable
2169 \emph default
2170
2171 \begin_inset Quotes erd
2172 \end_inset
2173
2174  that can run over several pages.
2175  Sections
2176 \begin_inset space ~
2177 \end_inset
2178
2179
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "sec:Longtables"
2183
2184 \end_inset
2185
2186  and 
2187 \begin_inset CommandInset ref
2188 LatexCommand ref
2189 reference "sec:Special-Longtable-Issues"
2190
2191 \end_inset
2192
2193  describe the longtable features in detail.
2194 \end_layout
2195
2196 \begin_layout Standard
2197 When the table dialog is open, you can move the cursor with the arrow keys
2198  from cell to cell and the property of the current cell will immediately
2199  be displayed in the dialog.
2200 \end_layout
2201
2202 \begin_layout Section
2203 Table Toolbar
2204 \begin_inset Index idx
2205 status collapsed
2206
2207 \begin_layout Plain Layout
2208 Table ! Toolbar
2209 \end_layout
2210
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \begin_layout Standard
2217 The table toolbar is an alternative to the table dialog to be able to alter
2218  tables faster.
2219  It should normally appear at the bottom of LyX's main window when the cursor
2220  is inside a table.
2221  You can alternatively switch it on to appear always, by right-clicking
2222  in LyX's main menu bar.
2223 \end_layout
2224
2225 \begin_layout Standard
2226 The toolbar has the following icons:
2227 \end_layout
2228
2229 \begin_layout Labeling
2230 \labelwidthstring 00.00.0000
2231 \begin_inset Graphics
2232         filename ../images/tabular-feature_append-row.png
2233         scaleBeforeRotation
2234
2235 \end_inset
2236
2237  adds a row below the current cell or selection
2238 \end_layout
2239
2240 \begin_layout Labeling
2241 \labelwidthstring 00.00.0000
2242 \begin_inset Graphics
2243         filename ../images/tabular-feature_append-column.png
2244         scaleBeforeRotation
2245
2246 \end_inset
2247
2248  adds a column right beside the current cell or selection
2249 \end_layout
2250
2251 \begin_layout Labeling
2252 \labelwidthstring 00.00.0000
2253 \begin_inset Graphics
2254         filename ../images/tabular-feature_delete-row.png
2255         scaleBeforeRotation
2256
2257 \end_inset
2258
2259  deletes the current row or selection
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../images/tabular-feature_delete-column.png
2266         scaleBeforeRotation
2267
2268 \end_inset
2269
2270  deletes the current column or selection
2271 \end_layout
2272
2273 \begin_layout Labeling
2274 \labelwidthstring 00.00.0000
2275 \begin_inset Graphics
2276         filename ../images/tabular-feature_toggle-line-top.png
2277         scaleBeforeRotation
2278
2279 \end_inset
2280
2281  adds a line at the top of the current cell / row or of a selection
2282 \end_layout
2283
2284 \begin_layout Labeling
2285 \labelwidthstring 00.00.0000
2286 \begin_inset Graphics
2287         filename ../images/tabular-feature_toggle-line-bottom.png
2288         scaleBeforeRotation
2289
2290 \end_inset
2291
2292  adds a line at the bottom of the current cell / row or of a selection
2293 \end_layout
2294
2295 \begin_layout Labeling
2296 \labelwidthstring 00.00.0000
2297 \begin_inset Graphics
2298         filename ../images/tabular-feature_toggle-line-left.png
2299         scaleBeforeRotation
2300
2301 \end_inset
2302
2303  adds a line at the left side of the current cell / row or of a selection
2304 \end_layout
2305
2306 \begin_layout Labeling
2307 \labelwidthstring 00.00.0000
2308 \begin_inset Graphics
2309         filename ../images/tabular-feature_toggle-line-right.png
2310         scaleBeforeRotation
2311
2312 \end_inset
2313
2314  adds a line at the right side of the current cell / row or of a selection
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../images/tabular-feature_set-all-lines.png
2321         scaleBeforeRotation
2322
2323 \end_inset
2324
2325  adds lines around the current or selected cells - if the current cell no
2326  multicolumn cell this also affects the current row and column
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331 \begin_inset Graphics
2332         filename ../images/tabular-feature_unset-all-lines.png
2333         scaleBeforeRotation
2334
2335 \end_inset
2336
2337  deletes all lines of the current or selected cells - if the current cell
2338  no multicolumn cell this also affects the current row and column
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343 \begin_inset Graphics
2344         filename ../images/tabular-feature_m-align-left.png
2345         scaleBeforeRotation
2346
2347 \end_inset
2348
2349  left-aligns the content of the current cell / column
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354 \begin_inset Graphics
2355         filename ../images/tabular-feature_m-align-center.png
2356         scaleBeforeRotation
2357
2358 \end_inset
2359
2360  centers the content of the current cell / column horizontally
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365 \begin_inset Graphics
2366         filename ../images/tabular-feature_m-align-right.png
2367         scaleBeforeRotation
2368
2369 \end_inset
2370
2371  right-aligns the content of the current cell / column
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Graphics
2377         filename ../images/tabular-feature_m-valign-top.png
2378         scaleBeforeRotation
2379
2380 \end_inset
2381
2382  aligns the content of the current cell vertically to the top
2383 \end_layout
2384
2385 \begin_layout Labeling
2386 \labelwidthstring 00.00.0000
2387 \begin_inset Graphics
2388         filename ../images/tabular-feature_m-valign-middle.png
2389         scaleBeforeRotation
2390
2391 \end_inset
2392
2393  centers the content of the current cell vertically
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Graphics
2399         filename ../images/tabular-feature_m-valign-bottom.png
2400         scaleBeforeRotation
2401
2402 \end_inset
2403
2404  aligns the content of the current cell vertically to the bottom
2405 \end_layout
2406
2407 \begin_layout Labeling
2408 \labelwidthstring 00.00.0000
2409 \begin_inset Graphics
2410         filename ../images/tabular-feature_set-rotate-cell.png
2411         scaleBeforeRotation
2412
2413 \end_inset
2414
2415  rotates the current cell or selection counter-clockwise by 90°
2416 \end_layout
2417
2418 \begin_layout Labeling
2419 \labelwidthstring 00.00.0000
2420 \begin_inset Graphics
2421         filename ../images/tabular-feature_set-rotate-tabular.png
2422         scaleBeforeRotation
2423
2424 \end_inset
2425
2426  rotates the whole table counter-clockwise by 90°
2427 \end_layout
2428
2429 \begin_layout Labeling
2430 \labelwidthstring 00.00.0000
2431 \begin_inset Graphics
2432         filename ../images/tabular-feature_multicolumn.png
2433         scaleBeforeRotation
2434
2435 \end_inset
2436
2437  sets the current cell or selection as a multicolumn
2438 \end_layout
2439
2440 \begin_layout Standard
2441 \begin_inset Note Greyedout
2442 status open
2443
2444 \begin_layout Plain Layout
2445
2446 \series bold
2447 Note:
2448 \series default
2449  For the output the vertical alignment of the first cell in a row is used
2450  for all following cells in the row.
2451 \end_layout
2452
2453 \end_inset
2454
2455
2456 \end_layout
2457
2458 \begin_layout Section
2459 Edit Table Menu
2460 \begin_inset Index idx
2461 status collapsed
2462
2463 \begin_layout Plain Layout
2464 Table ! Edit Menu
2465 \end_layout
2466
2467 \end_inset
2468
2469
2470 \end_layout
2471
2472 \begin_layout Standard
2473 Additionally to the table dialog and toolbar, the menu 
2474 \family sans
2475 Edit\SpecialChar \menuseparator
2476 Table
2477 \family default
2478  allows you to add and delete border lines for the current row/column and
2479  to set the current selection as multicolumn.
2480  The menu is only available when the cursor is inside a table.
2481 \end_layout
2482
2483 \begin_layout Section
2484 Table Floats
2485 \begin_inset CommandInset label
2486 LatexCommand label
2487 name "sec:Table-Floats"
2488
2489 \end_inset
2490
2491
2492 \begin_inset Index idx
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496 Floats ! Tables
2497 \end_layout
2498
2499 \end_inset
2500
2501
2502 \begin_inset Index idx
2503 status collapsed
2504
2505 \begin_layout Plain Layout
2506 Table ! Floats
2507 \end_layout
2508
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \begin_layout Standard
2515 For general explanations about floats, have a look at section
2516 \begin_inset space ~
2517 \end_inset
2518
2519
2520 \begin_inset CommandInset ref
2521 LatexCommand ref
2522 reference "sec:FloatIntroduction"
2523
2524 \end_inset
2525
2526 .
2527 \end_layout
2528
2529 \begin_layout Standard
2530 \begin_inset Float table
2531 placement h
2532 wide false
2533 sideways false
2534 status open
2535
2536 \begin_layout Plain Layout
2537 \begin_inset Caption
2538
2539 \begin_layout Plain Layout
2540 \begin_inset CommandInset label
2541 LatexCommand label
2542 name "tab:a table float"
2543
2544 \end_inset
2545
2546 A table float.
2547 \end_layout
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Plain Layout
2555 \align center
2556 \begin_inset Tabular
2557 <lyxtabular version="3" rows="3" columns="3">
2558 <features tabularvalignment="middle">
2559 <column alignment="center" valignment="top" width="0pt">
2560 <column alignment="center" valignment="top" width="0pt">
2561 <column alignment="center" valignment="top" width="0pt">
2562 <row>
2563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2564 \begin_inset Text
2565
2566 \begin_layout Plain Layout
2567
2568 \family roman
2569 \series medium
2570 \shape up
2571 \size normal
2572 \emph off
2573 \bar no
2574 \noun off
2575 \color none
2576 1
2577 \end_layout
2578
2579 \end_inset
2580 </cell>
2581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2582 \begin_inset Text
2583
2584 \begin_layout Plain Layout
2585
2586 \family roman
2587 \series medium
2588 \shape up
2589 \size normal
2590 \emph off
2591 \bar no
2592 \noun off
2593 \color none
2594 2
2595 \end_layout
2596
2597 \end_inset
2598 </cell>
2599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2600 \begin_inset Text
2601
2602 \begin_layout Plain Layout
2603
2604 \family roman
2605 \series medium
2606 \shape up
2607 \size normal
2608 \emph off
2609 \bar no
2610 \noun off
2611 \color none
2612 3
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 </row>
2618 <row>
2619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2620 \begin_inset Text
2621
2622 \begin_layout Plain Layout
2623
2624 \family roman
2625 \series medium
2626 \shape up
2627 \size normal
2628 \emph off
2629 \bar no
2630 \noun off
2631 \color none
2632 Joe
2633 \end_layout
2634
2635 \end_inset
2636 </cell>
2637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Plain Layout
2641
2642 \family roman
2643 \series medium
2644 \shape up
2645 \size normal
2646 \emph off
2647 \bar no
2648 \noun off
2649 \color none
2650 Mary
2651 \end_layout
2652
2653 \end_inset
2654 </cell>
2655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2656 \begin_inset Text
2657
2658 \begin_layout Plain Layout
2659
2660 \family roman
2661 \series medium
2662 \shape up
2663 \size normal
2664 \emph off
2665 \bar no
2666 \noun off
2667 \color none
2668 Ted
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 </row>
2674 <row>
2675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2676 \begin_inset Text
2677
2678 \begin_layout Plain Layout
2679
2680 \family roman
2681 \series medium
2682 \shape up
2683 \size normal
2684 \emph off
2685 \bar no
2686 \noun off
2687 \color none
2688 \begin_inset Formula $\int x^{2}dx$
2689 \end_inset
2690
2691
2692 \end_layout
2693
2694 \end_inset
2695 </cell>
2696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700
2701 \family roman
2702 \series medium
2703 \shape up
2704 \size normal
2705 \emph off
2706 \bar no
2707 \noun off
2708 \color none
2709 \begin_inset Formula $\left[\begin{array}{cc}
2710 a & b\\
2711 c & d
2712 \end{array}\right]$
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2721 \begin_inset Text
2722
2723 \begin_layout Plain Layout
2724
2725 \family roman
2726 \series medium
2727 \shape up
2728 \size normal
2729 \emph off
2730 \bar no
2731 \noun off
2732 \color none
2733 \begin_inset Formula $1+1=2$
2734 \end_inset
2735
2736
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 </row>
2742 </lyxtabular>
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \begin_layout Standard
2755 Table floats can be inserted using the menu 
2756 \family sans
2757 Insert\SpecialChar \menuseparator
2758 Float\SpecialChar \menuseparator
2759 Table
2760 \family default
2761  or the toolbar button 
2762 \begin_inset Graphics
2763         filename ../images/float-insert_table.png
2764         scale 85
2765         scaleBeforeRotation
2766
2767 \end_inset
2768
2769 .
2770 \end_layout
2771
2772 \begin_layout Standard
2773 The float appears as a collapsible box with a caption that has the label
2774  
2775 \begin_inset Quotes eld
2776 \end_inset
2777
2778 Table
2779 \begin_inset space ~
2780 \end_inset
2781
2782 #:
2783 \begin_inset Quotes erd
2784 \end_inset
2785
2786  (# is the actual table number).
2787  You can insert tables in the float above or below the caption.
2788 \end_layout
2789
2790 \begin_layout Standard
2791 Table
2792 \begin_inset space ~
2793 \end_inset
2794
2795
2796 \begin_inset CommandInset ref
2797 LatexCommand ref
2798 reference "tab:a table float"
2799
2800 \end_inset
2801
2802  is an example table within a table float.
2803 \end_layout
2804
2805 \begin_layout Standard
2806 Having the caption above the table is the common rule that is unfortunately
2807  not supported in LaTeX's standard classes.
2808  This means that, if you are using the document classes 
2809 \family sans
2810 article
2811 \family default
2812
2813 \family sans
2814 book
2815 \family default
2816
2817 \family sans
2818 letter
2819 \family default
2820 , or 
2821 \family sans
2822 report
2823 \family default
2824 , there will be no space between the caption and the table.
2825  To insert the needed space, add the following option to the load command
2826  of the LaTeX-package 
2827 \series bold
2828 caption
2829 \series default
2830
2831 \begin_inset Index idx
2832 status collapsed
2833
2834 \begin_layout Plain Layout
2835 LaTeX-packages ! caption
2836 \end_layout
2837
2838 \end_inset
2839
2840  in your document preamble
2841 \begin_inset Foot
2842 status collapsed
2843
2844 \begin_layout Plain Layout
2845 For more information have a look at section
2846 \begin_inset space ~
2847 \end_inset
2848
2849
2850 \begin_inset CommandInset ref
2851 LatexCommand ref
2852 reference "sec:Caption-Placement"
2853
2854 \end_inset
2855
2856 .
2857 \end_layout
2858
2859 \end_inset
2860
2861 :
2862 \end_layout
2863
2864 \begin_layout Standard
2865
2866 \series bold
2867 tableposition=top
2868 \end_layout
2869
2870 \begin_layout Standard
2871 The package 
2872 \series bold
2873 caption
2874 \series default
2875 , which is described in section
2876 \begin_inset space ~
2877 \end_inset
2878
2879
2880 \begin_inset CommandInset ref
2881 LatexCommand ref
2882 reference "sec:Caption-Formatting"
2883
2884 \end_inset
2885
2886 , is used to adjust the caption format.
2887 \end_layout
2888
2889 \begin_layout Standard
2890 \begin_inset Index idx
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894 References ! to Tables
2895 \end_layout
2896
2897 \end_inset
2898
2899 Tables can be cross-referenced in the text by referencing their label.
2900  To do this insert a label in the caption using the menu 
2901 \family sans
2902 Insert\SpecialChar \menuseparator
2903 Label
2904 \family default
2905  or the toolbar button 
2906 \begin_inset Graphics
2907         filename ../images/label-insert.png
2908         scale 85
2909         scaleBeforeRotation
2910
2911 \end_inset
2912
2913 .
2914  You can now refer to the label using the menu 
2915 \family sans
2916 Insert\SpecialChar \menuseparator
2917 Cross
2918 \begin_inset space ~
2919 \end_inset
2920
2921 reference
2922 \family default
2923  or the toolbar button 
2924 \begin_inset Graphics
2925         filename ../images/dialog-show-new-inset_ref.png
2926         scale 85
2927         scaleBeforeRotation
2928
2929 \end_inset
2930
2931 .
2932 \begin_inset Newline newline
2933 \end_inset
2934
2935 Referencing is explained in detail in section
2936 \begin_inset space ~
2937 \end_inset
2938
2939
2940 \begin_inset CommandInset ref
2941 LatexCommand ref
2942 reference "sec:Referencing-Floats"
2943
2944 \end_inset
2945
2946 .
2947 \end_layout
2948
2949 \begin_layout Section
2950 Longtables
2951 \begin_inset CommandInset label
2952 LatexCommand label
2953 name "sec:Longtables"
2954
2955 \end_inset
2956
2957
2958 \begin_inset Index idx
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962 Longtables
2963 \end_layout
2964
2965 \end_inset
2966
2967
2968 \begin_inset Index idx
2969 status collapsed
2970
2971 \begin_layout Plain Layout
2972 Table ! Longtables
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \begin_layout Standard
2981 If the table is too long to fit on one page, you can use the option 
2982 \family sans
2983 Use
2984 \begin_inset space ~
2985 \end_inset
2986
2987 long
2988 \begin_inset space ~
2989 \end_inset
2990
2991 table
2992 \family default
2993  in the tab 
2994 \family sans
2995 Longtable
2996 \family default
2997  of the table dialog to split the table automatically over more pages.
2998  Doing this enables the following options:
2999 \end_layout
3000
3001 \begin_layout Description
3002 Header: The current row is defined to be a header row that appears on all
3003  pages of the longtable; except for the first page, if 
3004 \family sans
3005 First
3006 \begin_inset space ~
3007 \end_inset
3008
3009 header
3010 \family default
3011  is defined.
3012  This is therefore called the main header.
3013 \end_layout
3014
3015 \begin_layout Description
3016 First
3017 \begin_inset space ~
3018 \end_inset
3019
3020 header: The current row is defined to be a header row that appears on the
3021  first page of the longtable.
3022 \end_layout
3023
3024 \begin_layout Description
3025 Footer: The current row is defined to be a footer row that appears on all
3026  pages of the longtable; except for the last page, if 
3027 \family sans
3028 Last
3029 \begin_inset space ~
3030 \end_inset
3031
3032 footer
3033 \family default
3034  is defined.
3035 \end_layout
3036
3037 \begin_layout Description
3038 Last
3039 \begin_inset space ~
3040 \end_inset
3041
3042 footer: The current row is defined to be a footer row that appears on the
3043  last page of the longtable.
3044 \end_layout
3045
3046 \begin_layout Description
3047 Caption: The current row contains the table caption.
3048  The row is reset as single column and a caption is inserted.
3049  More about longtable captions is explained in sec.
3050 \begin_inset space \thinspace{}
3051 \end_inset
3052
3053
3054 \begin_inset CommandInset ref
3055 LatexCommand ref
3056 reference "sub:Longtable-Captions"
3057
3058 \end_inset
3059
3060 .
3061 \end_layout
3062
3063 \begin_layout Standard
3064 You can also specify a row where the table is split.
3065  See the following longtable to see how it works:
3066 \end_layout
3067
3068 \begin_layout Standard
3069 \align center
3070 \begin_inset Tabular
3071 <lyxtabular version="3" rows="69" columns="3">
3072 <features islongtable="true" longtabularalignment="center">
3073 <column alignment="left" valignment="top" width="0cm">
3074 <column alignment="left" valignment="top" width="0pt">
3075 <column alignment="center" valignment="top" width="0pt">
3076 <row endfirsthead="true">
3077 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \series bold
3083 Example Phone List (ignore the names)
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 </row>
3107 <row endfirsthead="true">
3108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \series bold
3114 NAME
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \series bold
3134 TEL.
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 </row>
3140 <row endhead="true">
3141 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \series bold
3147 Example Phone List
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row endhead="true">
3172 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \series bold
3178 NAME
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196
3197 \series bold
3198 TEL.
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row endfoot="true">
3205 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209  continued on next page
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \series bold
3240 Annovi
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249 Silvia
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 111
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row>
3265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 Bertoli
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 Stefano
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 111
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 </row>
3295 <row>
3296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \series bold
3302 Bozzi
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 Walter
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 111
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 </row>
3326 <row>
3327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331
3332 \series bold
3333 Cachia
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 Maria
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 111
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 </row>
3357 <row>
3358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \series bold
3364 Cachia
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 Maurizio
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 111
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row>
3389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 Cinquemani
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 Giusi
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 111
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row>
3420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 Colin
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 Bernard
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 111
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row>
3451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455
3456 \series bold
3457 Concli
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 Gianfranco
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 111
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 </row>
3481 <row>
3482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \series bold
3488 Dal Bosco
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 Carolina
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 111
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Dalpiaz
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Annamaria
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 111
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 Feliciello
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 Domenico
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 111
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \series bold
3581 Focarelli
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Paola
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 111
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Galletti
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Oreste
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Gasparini
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Franca
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Rizzardi
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Paola
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Lassini
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Giancarlo
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Malfatti
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Luciano
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Malfatti
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Valeriano
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Meneguzzo
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Roberto
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Mezzadra
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Roberto
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Pirpamer
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Erich
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Pochiesa
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Paolo
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111, 222
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Radina
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Claudio
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Stuffer
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Oskar
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Tacchelli
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Ugo
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Tezzele
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Margit
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Unterkalmsteiner
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Frieda
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Vieider
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Hilde
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Vigna
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Jürgen
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 111
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Weber
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Maurizio
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 111
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Winkler
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Franz
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 111
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199  
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Annovi
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Silvia
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 555
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Bertoli
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Stefano
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 555
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Bozzi
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Walter
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 555
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \series bold
4323 Cachia
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Maria
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 555
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Cachia
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Maurizio
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 555
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Cinquemani
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Giusi
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 555
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Colin
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Bernard
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 555
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445
4446 \series bold
4447 Concli
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Gianfranco
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 555
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Dal Bosco
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Carolina
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 555
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Dalpiaz
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Annamaria
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 555
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Feliciello
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Domenico
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 555
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \series bold
4571 Focarelli
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 Paola
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 555
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Galletti
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Oreste
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Gasparini
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Franca
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Rizzardi
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Paola
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Lassini
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Giancarlo
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Malfatti
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Luciano
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Malfatti
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Valeriano
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Meneguzzo
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Roberto
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Mezzadra
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Roberto
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Pirpamer
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Erich
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Pochiesa
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Paolo
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555, 222
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Radina
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Claudio
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 555
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Stuffer
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Oskar
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Tacchelli
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Ugo
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row>
4999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003
5004 \series bold
5005 Tezzele
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Margit
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 555
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 </row>
5029 <row>
5030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \series bold
5036 Unterkalmsteiner
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Frieda
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 555
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \series bold
5067 Vieider
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Hilde
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 555
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \series bold
5098 Vigna
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 Jürgen
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 999
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row>
5123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \series bold
5129 Weber
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 Maurizio
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 555
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row>
5154 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \series bold
5160 Winkler
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 Franz
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 555
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row endlastfoot="true">
5185 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 end
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 </lyxtabular>
5214
5215 \end_inset
5216
5217
5218 \begin_inset ERT
5219 status collapsed
5220
5221 \begin_layout Plain Layout
5222
5223
5224 \backslash
5225 addtocounter{table}{-1}
5226 \end_layout
5227
5228 \end_inset
5229
5230
5231 \begin_inset Note Note
5232 status collapsed
5233
5234 \begin_layout Plain Layout
5235 See the first greyed-out note in section
5236 \begin_inset space ~
5237 \end_inset
5238
5239
5240 \begin_inset CommandInset ref
5241 LatexCommand ref
5242 reference "sub:Longtable-Captions"
5243
5244 \end_inset
5245
5246  for an explanation of this command.
5247 \end_layout
5248
5249 \end_inset
5250
5251
5252 \end_layout
5253
5254 \begin_layout Subsection
5255 Footnotes in Longtables
5256 \begin_inset CommandInset label
5257 LatexCommand label
5258 name "sub:Footnotes-in-Longtables"
5259
5260 \end_inset
5261
5262
5263 \begin_inset Index idx
5264 status collapsed
5265
5266 \begin_layout Plain Layout
5267 Longtables ! Footnotes
5268 \end_layout
5269
5270 \end_inset
5271
5272
5273 \end_layout
5274
5275 \begin_layout Standard
5276 Footnotes can be inserted to every longtable cell.
5277  They appear at the bottom of the page where the table cell with the footnote
5278  appears.
5279  Table
5280 \begin_inset space ~
5281 \end_inset
5282
5283
5284 \begin_inset CommandInset ref
5285 LatexCommand ref
5286 reference "tab:DiffCaptions"
5287
5288 \end_inset
5289
5290  has for example a footnote.
5291 \end_layout
5292
5293 \begin_layout Subsection
5294 Longtable Alignment
5295 \begin_inset Index idx
5296 status collapsed
5297
5298 \begin_layout Plain Layout
5299 Longtables ! Alignment
5300 \end_layout
5301
5302 \end_inset
5303
5304
5305 \end_layout
5306
5307 \begin_layout Standard
5308 Longtables are by default centered.
5309  Unlike the alignment of the table columns and rows, the table alignment
5310  can currently not be changed in the table dialog.
5311  To change the alignment of longtables you have to change the value of the
5312  lengths 
5313 \series bold
5314
5315 \backslash
5316 LTleft 
5317 \series default
5318 and 
5319 \series bold
5320
5321 \backslash
5322 LTright
5323 \series default
5324  by inserting this line as TeX-Code before the corresponding longtable:
5325 \end_layout
5326
5327 \begin_layout Standard
5328
5329 \series bold
5330
5331 \backslash
5332 setlength{
5333 \backslash
5334 LTleft}{value}
5335 \end_layout
5336
5337 \begin_layout Standard
5338 where the value can have any of the units listed in Table
5339 \begin_inset space ~
5340 \end_inset
5341
5342
5343 \begin_inset CommandInset ref
5344 LatexCommand ref
5345 reference "tab:Units"
5346
5347 \end_inset
5348
5349 .
5350  
5351 \series bold
5352
5353 \backslash
5354 LTleft
5355 \series default
5356  controls the horizontal distance from the left page border to the longtable,
5357  
5358 \series bold
5359
5360 \backslash
5361 LTright
5362 \series default
5363  the distance from the right side.
5364  The default value for both lengths is 
5365 \series bold
5366
5367 \backslash
5368 fill
5369 \series default
5370 , which is in this case the same as an horizontal fill in LyX.
5371 \end_layout
5372
5373 \begin_layout Standard
5374 The following longtable was left-aligned by setting 
5375 \series bold
5376
5377 \backslash
5378 LTleft
5379 \series default
5380  to 0
5381 \begin_inset space \thinspace{}
5382 \end_inset
5383
5384 pt.
5385 \begin_inset ERT
5386 status collapsed
5387
5388 \begin_layout Plain Layout
5389
5390
5391 \backslash
5392 setlength{
5393 \backslash
5394 LTleft}{0pt}
5395 \end_layout
5396
5397 \end_inset
5398
5399
5400 \end_layout
5401
5402 \begin_layout Standard
5403 \begin_inset Tabular
5404 <lyxtabular version="3" rows="5" columns="5">
5405 <features islongtable="true" longtabularalignment="center">
5406 <column alignment="center" valignment="top" width="0">
5407 <column alignment="center" valignment="top" width="0">
5408 <column alignment="center" valignment="top" width="0">
5409 <column alignment="center" valignment="top" width="0">
5410 <column alignment="center" valignment="top" width="0">
5411 <row>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 1
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 2
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 3
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 4
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 5
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 <row>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 asd
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 s
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 s
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 s
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 asd
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 </row>
5505 <row>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 asd
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 s
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 s
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 s
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 asd
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 </row>
5552 <row>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 asd
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 s
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 s
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 s
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 asd
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 </row>
5599 <row>
5600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 asd
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 asd
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 asd
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 asd
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 </lyxtabular>
5647
5648 \end_inset
5649
5650
5651 \begin_inset ERT
5652 status collapsed
5653
5654 \begin_layout Plain Layout
5655
5656
5657 \backslash
5658 setlength{
5659 \backslash
5660 LTleft}{
5661 \backslash
5662 fill}
5663 \end_layout
5664
5665 \end_inset
5666
5667
5668 \begin_inset ERT
5669 status collapsed
5670
5671 \begin_layout Plain Layout
5672
5673
5674 \backslash
5675 addtocounter{table}{-1}
5676 \end_layout
5677
5678 \end_inset
5679
5680
5681 \begin_inset Note Note
5682 status collapsed
5683
5684 \begin_layout Plain Layout
5685 See the first greyed-out note in section
5686 \begin_inset space ~
5687 \end_inset
5688
5689
5690 \begin_inset CommandInset ref
5691 LatexCommand ref
5692 reference "sub:Longtable-Captions"
5693
5694 \end_inset
5695
5696  for an explanation of this command.
5697 \end_layout
5698
5699 \end_inset
5700
5701
5702 \end_layout
5703
5704 \begin_layout Subsection
5705 Longtable Captions
5706 \begin_inset Index idx
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 Longtables ! Captions
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \begin_inset CommandInset label
5717 LatexCommand label
5718 name "sub:Longtable-Captions"
5719
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \begin_layout Standard
5726 A longtable cannot be put into a table float because floats can only be
5727  on one page.
5728  But the caption environment of floats can also be used for longtables when
5729  you use the longtable option 
5730 \family sans
5731 Caption
5732 \family default
5733  as described in sec.
5734 \begin_inset space \thinspace{}
5735 \end_inset
5736
5737
5738 \begin_inset CommandInset ref
5739 LatexCommand ref
5740 reference "sec:Longtables"
5741
5742 \end_inset
5743
5744 .
5745  Only one table row can contain the caption.
5746 \end_layout
5747
5748 \begin_layout Standard
5749 Here is a short longtable to see how it works:
5750 \end_layout
5751
5752 \begin_layout Standard
5753 \begin_inset Tabular
5754 <lyxtabular version="3" rows="6" columns="5">
5755 <features islongtable="true" longtabularalignment="center">
5756 <column alignment="center" valignment="top" width="0">
5757 <column alignment="center" valignment="top" width="0">
5758 <column alignment="center" valignment="top" width="0">
5759 <column alignment="center" valignment="top" width="0">
5760 <column alignment="center" valignment="top" width="0">
5761 <row caption="true">
5762 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 \begin_inset Caption
5767
5768 \begin_layout Plain Layout
5769 Longtable with caption
5770 \begin_inset Argument
5771 status open
5772
5773 \begin_layout Plain Layout
5774 Longtable
5775 \end_layout
5776
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 1
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 2
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 3
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 4
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 5
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 s
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 s
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 s
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 asd
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 </row>
5920 <row>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 s
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 s
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 s
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 asd
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 </row>
5967 <row>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 s
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 s
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 s
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 </row>
6014 <row>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 asd
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 asd
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 asd
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 </lyxtabular>
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \begin_layout Standard
6069 \begin_inset VSpace medskip
6070 \end_inset
6071
6072
6073 \begin_inset Note Greyedout
6074 status open
6075
6076 \begin_layout Plain Layout
6077
6078 \series bold
6079 Note
6080 \begin_inset space ~
6081 \end_inset
6082
6083 1:
6084 \series default
6085  The table number is increased for for every longtable, even if you did
6086  not set a caption for it.
6087  For this reason you could have the case that e.
6088 \begin_inset space \thinspace{}
6089 \end_inset
6090
6091 g.
6092 \begin_inset space \space{}
6093 \end_inset
6094
6095 Table
6096 \begin_inset space ~
6097 \end_inset
6098
6099 2.4 follows Table
6100 \begin_inset space ~
6101 \end_inset
6102
6103 2.1 in the list of tables if there are two longtables without captions.
6104  To avoid this you can add the following command in TeX-Code after every
6105  longtable without a caption:
6106 \end_layout
6107
6108 \begin_layout Plain Layout
6109
6110 \series bold
6111
6112 \backslash
6113 addtocounter{table}{-1}
6114 \end_layout
6115
6116 \begin_layout Plain Layout
6117 This is not needed when none of your longtables have a caption and you add
6118  the following code to the document preamble:
6119 \end_layout
6120
6121 \begin_layout Plain Layout
6122
6123 \series bold
6124
6125 \backslash
6126 let
6127 \backslash
6128 myEnd
6129 \backslash
6130 endlongtable
6131 \begin_inset Newline newline
6132 \end_inset
6133
6134
6135 \backslash
6136 renewcommand{
6137 \backslash
6138 endlongtable}{
6139 \backslash
6140 myEnd
6141 \backslash
6142 addtocounter{table}{-1}}
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \begin_layout Standard
6151 \begin_inset Note Greyedout
6152 status open
6153
6154 \begin_layout Plain Layout
6155
6156 \series bold
6157 Note
6158 \begin_inset space ~
6159 \end_inset
6160
6161 2:
6162 \series default
6163  If you are using
6164 \series bold
6165  hyperref
6166 \series default
6167
6168 \begin_inset Index idx
6169 status collapsed
6170
6171 \begin_layout Plain Layout
6172 LaTeX-packages ! hyperref
6173 \end_layout
6174
6175 \end_inset
6176
6177  in the 
6178 \family sans
6179 PDF Properties
6180 \family default
6181  of the 
6182 \family sans
6183 Document Settings
6184 \family default
6185  dialog to link cross-references, the link to a longtable caption will always
6186  point to the beginning of the document.
6187 \end_layout
6188
6189 \end_inset
6190
6191
6192 \end_layout
6193
6194 \begin_layout Subsubsection
6195 References to Longtables
6196 \begin_inset Index idx
6197 status collapsed
6198
6199 \begin_layout Plain Layout
6200 Longtables ! References
6201 \end_layout
6202
6203 \end_inset
6204
6205
6206 \end_layout
6207
6208 \begin_layout Standard
6209 \begin_inset Tabular
6210 <lyxtabular version="3" rows="6" columns="5">
6211 <features islongtable="true" longtabularalignment="center">
6212 <column alignment="center" valignment="top" width="0">
6213 <column alignment="center" valignment="top" width="0">
6214 <column alignment="center" valignment="top" width="0">
6215 <column alignment="center" valignment="top" width="0">
6216 <column alignment="center" valignment="top" width="0">
6217 <row caption="true">
6218 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 \begin_inset Caption
6223
6224 \begin_layout Plain Layout
6225 Referenced longtable
6226 \begin_inset CommandInset label
6227 LatexCommand label
6228 name "tab:RefExample"
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 </row>
6279 <row>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 1
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 2
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 3
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 4
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 5
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 </row>
6326 <row>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 asd
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 s
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 asd
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 </row>
6373 <row>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 asd
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 s
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 s
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 s
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 asd
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 </row>
6420 <row>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 s
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 s
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 s
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 asd
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 </row>
6467 <row>
6468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 asd
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 sad
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 asd
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 asd
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 </row>
6514 </lyxtabular>
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 To reference a longtable, insert a label into the caption.
6523 \end_layout
6524
6525 \begin_layout Standard
6526 This is a reference to Table
6527 \begin_inset space ~
6528 \end_inset
6529
6530
6531 \begin_inset CommandInset ref
6532 LatexCommand ref
6533 reference "tab:RefExample"
6534
6535 \end_inset
6536
6537 .
6538 \end_layout
6539
6540 \begin_layout Standard
6541 The caption layout can be set together with all other captions of your document
6542  using the LaTeX-package 
6543 \series bold
6544 caption
6545 \series default
6546
6547 \begin_inset Index idx
6548 status collapsed
6549
6550 \begin_layout Plain Layout
6551 LaTeX-packages ! caption
6552 \end_layout
6553
6554 \end_inset
6555
6556 , see section
6557 \begin_inset space ~
6558 \end_inset
6559
6560
6561 \begin_inset CommandInset ref
6562 LatexCommand ref
6563 reference "sec:Caption-Formatting"
6564
6565 \end_inset
6566
6567 .
6568 \end_layout
6569
6570 \begin_layout Subsubsection
6571 Caption Width
6572 \begin_inset Index idx
6573 status collapsed
6574
6575 \begin_layout Plain Layout
6576 Longtables ! Caption Width
6577 \end_layout
6578
6579 \end_inset
6580
6581
6582 \end_layout
6583
6584 \begin_layout Standard
6585 The maximal width of of caption lines is defined by the length 
6586 \series bold
6587
6588 \backslash
6589 LTcapwidth
6590 \series default
6591 .
6592  Its default value is 4
6593 \begin_inset space \thinspace{}
6594 \end_inset
6595
6596 in.
6597  To change it add the following command to your document preamble or as
6598  TeX-Code into your document before the longtable that should be affected
6599 \end_layout
6600
6601 \begin_layout Standard
6602
6603 \series bold
6604
6605 \backslash
6606 setlength{
6607 \backslash
6608 LTcapwidth}{width}
6609 \end_layout
6610
6611 \begin_layout Standard
6612 where the width could have one of the units listed in appendix
6613 \begin_inset space ~
6614 \end_inset
6615
6616
6617 \begin_inset CommandInset ref
6618 LatexCommand ref
6619 reference "cha:Units-available-in"
6620
6621 \end_inset
6622
6623 .
6624 \end_layout
6625
6626 \begin_layout Standard
6627 The following tables show the difference:
6628 \end_layout
6629
6630 \begin_layout Standard
6631 \begin_inset Tabular
6632 <lyxtabular version="3" rows="6" columns="5">
6633 <features islongtable="true" longtabularalignment="center">
6634 <column alignment="center" valignment="top" width="0">
6635 <column alignment="center" valignment="top" width="0">
6636 <column alignment="center" valignment="top" width="0">
6637 <column alignment="center" valignment="top" width="0">
6638 <column alignment="center" valignment="top" width="0">
6639 <row caption="true">
6640 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 \begin_inset Caption
6645
6646 \begin_layout Plain Layout
6647 long full title with default width long full title with default width long
6648  full title with default width
6649 \begin_inset Argument
6650 status collapsed
6651
6652 \begin_layout Plain Layout
6653 caption with default width
6654 \end_layout
6655
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \end_inset
6662
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 </row>
6705 <row>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 1
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 2
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 3
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 4
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 5
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 </row>
6752 <row>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 s
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 s
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 s
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 asd
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 </row>
6799 <row>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 asd
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 s
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 s
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 asd
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 </row>
6846 <row>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 asd
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 s
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 s
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 s
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 asd
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 </row>
6893 <row>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 asd
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 sad
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 asd
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 asd
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 </row>
6940 </lyxtabular>
6941
6942 \end_inset
6943
6944
6945 \end_layout
6946
6947 \begin_layout Standard
6948 \begin_inset ERT
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952
6953
6954 \backslash
6955 setlength{
6956 \backslash
6957 LTcapwidth}{5cm}
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \begin_inset Tabular
6964 <lyxtabular version="3" rows="6" columns="5">
6965 <features islongtable="true" longtabularalignment="center">
6966 <column alignment="center" valignment="top" width="0">
6967 <column alignment="center" valignment="top" width="0">
6968 <column alignment="center" valignment="top" width="0">
6969 <column alignment="center" valignment="top" width="0">
6970 <column alignment="center" valignment="top" width="0">
6971 <row caption="true">
6972 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 \begin_inset Caption
6977
6978 \begin_layout Plain Layout
6979 long full title with width set to 5
6980 \begin_inset space \thinspace{}
6981 \end_inset
6982
6983 cm long full title with width set to 5
6984 \begin_inset space \thinspace{}
6985 \end_inset
6986
6987 cm long full title with width set to 5
6988 \begin_inset space \thinspace{}
6989 \end_inset
6990
6991 cm
6992 \begin_inset Argument
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996 caption with width
6997 \begin_inset space \thinspace{}
6998 \end_inset
6999
7000 =
7001 \begin_inset space \thinspace{}
7002 \end_inset
7003
7004 5
7005 \begin_inset space \thinspace{}
7006 \end_inset
7007
7008 cm
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 </row>
7060 <row>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 1
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 2
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 3
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 4
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 5
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 </row>
7107 <row>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 asd
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 s
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 s
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 s
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 asd
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 </row>
7154 <row>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 asd
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 s
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 s
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 s
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 asd
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 </row>
7201 <row>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 asd
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 s
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 s
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 s
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 asd
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 </row>
7248 <row>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 asd
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 sad
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 asd
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 asd
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 asd
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 </row>
7295 </lyxtabular>
7296
7297 \end_inset
7298
7299
7300 \end_layout
7301
7302 \begin_layout Standard
7303 \begin_inset ERT
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307
7308
7309 \backslash
7310 setlength{
7311 \backslash
7312 LTcapwidth}{4in}
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \begin_layout Standard
7321 \begin_inset Note Greyedout
7322 status open
7323
7324 \begin_layout Plain Layout
7325
7326 \series bold
7327 Note:
7328 \series default
7329  When the LaTeX-package 
7330 \series bold
7331 caption
7332 \series default
7333
7334 \begin_inset Index idx
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338 LaTeX-packages ! caption
7339 \end_layout
7340
7341 \end_inset
7342
7343  is used, as in this document, the full page width is used for the caption
7344  when you use the default value of 4
7345 \begin_inset space \thinspace{}
7346 \end_inset
7347
7348 in for 
7349 \series bold
7350
7351 \backslash
7352 LTcapwidth
7353 \series default
7354 .
7355  To get in this case exactly a 4
7356 \begin_inset space \thinspace{}
7357 \end_inset
7358
7359 in wide caption, you can either use a value slightly different from 4.0
7360 \begin_inset space \thinspace{}
7361 \end_inset
7362
7363 in, e.
7364 \begin_inset space \thinspace{}
7365 \end_inset
7366
7367 g.
7368 \begin_inset space \space{}
7369 \end_inset
7370
7371 3.99
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 in, or the LaTeX-command 
7376 \series bold
7377
7378 \backslash
7379 captionsetup{width=value}
7380 \series default
7381  that is provided by the 
7382 \series bold
7383 caption
7384 \series default
7385 -package.
7386 \end_layout
7387
7388 \end_inset
7389
7390
7391 \end_layout
7392
7393 \begin_layout Subsubsection
7394 Different Captions for Table Pages
7395 \begin_inset Index idx
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399 Longtables ! Different Captions for Pages
7400 \end_layout
7401
7402 \end_inset
7403
7404
7405 \end_layout
7406
7407 \begin_layout Standard
7408 When the table captions for the following pages should differ from the one
7409  of the first table page, insert a caption with the TeX code command
7410 \end_layout
7411
7412 \begin_layout Standard
7413
7414 \series bold
7415
7416 \backslash
7417 caption*{caption text}
7418 \backslash
7419
7420 \backslash
7421 %
7422 \end_layout
7423
7424 \begin_layout Standard
7425 in a dummy caption row that is marked as a header.
7426  Table
7427 \begin_inset space ~
7428 \end_inset
7429
7430
7431 \begin_inset CommandInset ref
7432 LatexCommand ref
7433 reference "tab:DiffCaptions"
7434
7435 \end_inset
7436
7437  is an example of a longtable with different heading where the second caption
7438  doesn't include the table number.
7439 \end_layout
7440
7441 \begin_layout Standard
7442 \align center
7443 \begin_inset Tabular
7444 <lyxtabular version="3" rows="59" columns="3">
7445 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7446 <column alignment="left" valignment="top" width="0cm">
7447 <column alignment="left" valignment="top" width="0pt">
7448 <column alignment="center" valignment="top" width="0pt">
7449 <row caption="true">
7450 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 \begin_inset Caption
7455
7456 \begin_layout Plain Layout
7457 Example Phone List
7458 \begin_inset CommandInset label
7459 LatexCommand label
7460 name "tab:DiffCaptions"
7461
7462 \end_inset
7463
7464
7465 \begin_inset Argument
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469 Example Phone List
7470 \end_layout
7471
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \end_inset
7478
7479
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 </row>
7503 <row endfirsthead="true">
7504 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \series bold
7510 Example Phone List (ignore the names)
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 </row>
7534 <row endfirsthead="true">
7535 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \series bold
7541 NAME
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559
7560 \series bold
7561 TEL.
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row endhead="true">
7568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 \begin_inset ERT
7573 status open
7574
7575 \begin_layout Plain Layout
7576
7577
7578 \backslash
7579 caption*{Continued Example Phone List}
7580 \backslash
7581
7582 \backslash
7583 %
7584 \end_layout
7585
7586 \end_inset
7587
7588
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 </row>
7612 <row endhead="true">
7613 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617
7618 \series bold
7619 Example Phone List
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 </row>
7643 <row endhead="true">
7644 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \series bold
7650 NAME
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \series bold
7670 TEL.
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 <row endfoot="true">
7677 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 continued on next page
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row>
7706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \series bold
7712 Annovi
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 Silvia
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 111
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row>
7737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \series bold
7743 Bertoli
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 Stefano
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761 111
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 </row>
7767 <row>
7768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \series bold
7774 Bozzi
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 Walter
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 111
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 </row>
7798 <row>
7799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803
7804 \series bold
7805 Cachia
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 Maria
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 111
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 </row>
7829 <row>
7830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \series bold
7836 Cachia
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 Maurizio
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 111
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row>
7861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \series bold
7867 Cinquemani
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 Giusi
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 111
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row>
7892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 Colin
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 Bernard
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 111
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row>
7923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \series bold
7929 Concli
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 Gianfranco
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 111
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \series bold
7960 Dal Bosco
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 Carolina
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 111
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Dalpiaz
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Annamaria
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Feliciello
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Domenico
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Focarelli
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Paola
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Galletti
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Oreste
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Gasparini
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Franca
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Rizzardi
8147 \series default
8148
8149 \begin_inset Foot
8150 status open
8151
8152 \begin_layout Plain Layout
8153 Example footnote
8154 \end_layout
8155
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Paola
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 111
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \series bold
8189 Lassini
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 Giancarlo
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 111
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \series bold
8220 Malfatti
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 Luciano
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 111
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \series bold
8251 Malfatti
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 Valeriano
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 111
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \series bold
8282 Meneguzzo
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Roberto
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 111
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \series bold
8313 Mezzadra
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 Roberto
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 111
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \series bold
8344 Pirpamer
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Erich
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 111
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \series bold
8375 Pochiesa
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 Paolo
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 111, 222
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 </row>
8399 <row>
8400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \series bold
8406 Radina
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Claudio
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 111
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \series bold
8437 Stuffer
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Oskar
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Tacchelli
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Ugo
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Tezzele
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Margit
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Unterkalmsteiner
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Frieda
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 Vieider
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Hilde
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 111
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Vigna
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Jürgen
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 111
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Weber
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Maurizio
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 111
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Winkler
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Franz
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683  
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \series bold
8714 Annovi
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 Silvia
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 555
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \series bold
8745 Bertoli
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 Stefano
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 555
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 </row>
8769 <row>
8770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774
8775 \series bold
8776 Bozzi
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Walter
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 555
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \series bold
8807 Cachia
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 Maria
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 555
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 </row>
8831 <row>
8832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836
8837 \series bold
8838 Cachia
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 Maurizio
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 555
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \series bold
8869 Cinquemani
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 Giusi
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 555
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898
8899 \series bold
8900 Colin
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 Bernard
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 555
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \series bold
8931 Concli
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 Gianfranco
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 555
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Dal Bosco
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Carolina
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 555
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Dalpiaz
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Annamaria
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 555
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Feliciello
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Domenico
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 555
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Focarelli
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Paola
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 555
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Galletti
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Oreste
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Gasparini
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Franca
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Rizzardi
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Paola
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Lassini
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Giancarlo
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Malfatti
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Luciano
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 555
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Malfatti
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Valeriano
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 555
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Meneguzzo
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Roberto
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 555
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Mezzadra
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Roberto
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 555
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 </lyxtabular>
9328
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \begin_layout Section
9335 Special Longtable Issues
9336 \begin_inset CommandInset label
9337 LatexCommand label
9338 name "sec:Special-Longtable-Issues"
9339
9340 \end_inset
9341
9342
9343 \end_layout
9344
9345 \begin_layout Subsection
9346 Longtable Calculation
9347 \begin_inset Index idx
9348 status collapsed
9349
9350 \begin_layout Plain Layout
9351 Longtables ! Calculation
9352 \end_layout
9353
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \begin_layout Standard
9360 LaTeX calculates the height of table pages and their page breaks using so
9361  called chunks.
9362  Chunks are parts of tables that held at the same time in LaTeX's memory.
9363  The default value was historically set to only 20 table rows.
9364  If you are using longtables with many pages this may slow down the creation
9365  of your document.
9366  You can safely increase the chunk size to values of 100-1000 by adding
9367  this command line to your document preamble:
9368 \end_layout
9369
9370 \begin_layout Standard
9371
9372 \series bold
9373
9374 \backslash
9375 setcounter{LTchunksize}{100}
9376 \end_layout
9377
9378 \begin_layout Subsection
9379 Floats and Longtables
9380 \begin_inset Index idx
9381 status collapsed
9382
9383 \begin_layout Plain Layout
9384 Longtables ! Floats
9385 \end_layout
9386
9387 \end_inset
9388
9389
9390 \end_layout
9391
9392 \begin_layout Standard
9393 There might be problems when a float appears on the same page where a longtable
9394  starts.
9395  To avoid such a situation, insert a 
9396 \begin_inset Quotes eld
9397 \end_inset
9398
9399 clear page
9400 \begin_inset Quotes erd
9401 \end_inset
9402
9403  (menu 
9404 \family sans
9405 Insert\SpecialChar \menuseparator
9406 Formatting\SpecialChar \menuseparator
9407 Clear
9408 \begin_inset space ~
9409 \end_inset
9410
9411 Page
9412 \family default
9413 ) before your longtable.
9414 \end_layout
9415
9416 \begin_layout Subsection
9417 Forced Page Breaks
9418 \begin_inset Index idx
9419 status collapsed
9420
9421 \begin_layout Plain Layout
9422 Longtables ! Forced Page Breaks
9423 \end_layout
9424
9425 \end_inset
9426
9427
9428 \end_layout
9429
9430 \begin_layout Standard
9431 By default tables are only broken between rows.
9432  If you have a cell with multiples lines and want to have a page break within
9433  the cell, insert the new line command 
9434 \begin_inset Quotes eld
9435 \end_inset
9436
9437
9438 \series bold
9439
9440 \backslash
9441
9442 \backslash
9443
9444 \series default
9445
9446 \begin_inset Quotes erd
9447 \end_inset
9448
9449  as TeX-Code at the point of the cell where it can be broken.
9450  Before the 
9451 \series bold
9452
9453 \backslash
9454
9455 \backslash
9456
9457 \series default
9458  command you have to insert in TeX-Code as many 
9459 \begin_inset Quotes eld
9460 \end_inset
9461
9462
9463 \series bold
9464 &
9465 \series default
9466
9467 \begin_inset Quotes erd
9468 \end_inset
9469
9470  characters as the number of the following table columns.
9471  The 
9472 \series bold
9473 &
9474 \series default
9475  is the character to separate table cells.
9476  Write in TeX-Code after each 
9477 \series bold
9478 &
9479 \series default
9480  the content of the corresponding following cell and delete the content
9481  of these cells.
9482 \begin_inset Newline newline
9483 \end_inset
9484
9485 After the 
9486 \series bold
9487
9488 \backslash
9489
9490 \backslash
9491
9492 \series default
9493  command, insert as many 
9494 \series bold
9495 &
9496 \series default
9497  characters as the number of table columns before the current column.
9498  In Table
9499 \begin_inset space ~
9500 \end_inset
9501
9502
9503 \begin_inset CommandInset ref
9504 LatexCommand ref
9505 reference "tab:ForcedPagebreak"
9506
9507 \end_inset
9508
9509  the cell that should be broken is in the second column followed by another
9510  column.
9511  Therefore the following command was inserted in the cell as TeX-Code after
9512  
9513 \begin_inset Quotes eld
9514 \end_inset
9515
9516
9517 \emph on
9518 Castelchiodato,
9519 \emph default
9520
9521 \begin_inset Quotes erd
9522 \end_inset
9523
9524 :
9525 \end_layout
9526
9527 \begin_layout Standard
9528
9529 \series bold
9530 & 111
9531 \backslash
9532
9533 \backslash
9534  
9535 \backslash
9536 newpage
9537 \begin_inset Newline newline
9538 \end_inset
9539
9540 &
9541 \end_layout
9542
9543 \begin_layout Standard
9544 The 
9545 \begin_inset Quotes eld
9546 \end_inset
9547
9548 111
9549 \begin_inset Quotes erd
9550 \end_inset
9551
9552  in the third column of the row was deleted.
9553  
9554 \series bold
9555
9556 \backslash
9557 newpage
9558 \series default
9559  is only needed when a page break should definitely occur at this position,
9560  otherwise it would be a conditional break.
9561  If your footer row of the longtable has for a certain reason no upper line
9562  but you would have a horizontal line where the cell is broken, use this
9563  command instead:
9564 \end_layout
9565
9566 \begin_layout Standard
9567
9568 \series bold
9569 & 111
9570 \backslash
9571
9572 \backslash
9573
9574 \begin_inset Newline newline
9575 \end_inset
9576
9577
9578 \backslash
9579 hline &
9580 \end_layout
9581
9582 \begin_layout Standard
9583 When the cell to be broken is in the last column, the command
9584 \end_layout
9585
9586 \begin_layout Standard
9587
9588 \series bold
9589
9590 \backslash
9591 setlength{
9592 \backslash
9593 parfillskip}{0pt}
9594 \end_layout
9595
9596 \begin_layout Standard
9597 must be inserted as TeX-Code at the beginning of the cell.
9598  This ensures that the part of the cell that will be displayed on the new
9599  page appears with the full width.
9600 \end_layout
9601
9602 \begin_layout Standard
9603 \align center
9604 \begin_inset Tabular
9605 <lyxtabular version="3" rows="38" columns="3">
9606 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9607 <column alignment="left" valignment="top" width="0cm">
9608 <column alignment="left" valignment="top" width="3cm">
9609 <column alignment="center" valignment="top" width="0pt">
9610 <row caption="true">
9611 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 \begin_inset Caption
9616
9617 \begin_layout Plain Layout
9618 Table with forced page break in table cell
9619 \begin_inset CommandInset label
9620 LatexCommand label
9621 name "tab:ForcedPagebreak"
9622
9623 \end_inset
9624
9625
9626 \begin_inset Argument
9627 status collapsed
9628
9629 \begin_layout Plain Layout
9630 Table with forced page break in table cell
9631 \end_layout
9632
9633 \end_inset
9634
9635
9636 \end_layout
9637
9638 \end_inset
9639
9640
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 </row>
9664 <row endfirsthead="true">
9665 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669
9670 \series bold
9671 Example Phone List (ignore the names)
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row endfirsthead="true">
9696 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \series bold
9702 NAME
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720
9721 \series bold
9722 TEL.
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 <row endhead="true">
9729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733 \begin_inset ERT
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737
9738
9739 \backslash
9740 caption*{Continued Example Phone List}
9741 \backslash
9742
9743 \backslash
9744 %
9745 \end_layout
9746
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row endhead="true">
9774 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \series bold
9780 Example Phone List
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row endhead="true">
9805 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \series bold
9811 NAME
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \series bold
9831 TEL.
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 </row>
9837 <row endfoot="true">
9838 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 continued on next page
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \series bold
9873 Annovi
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882 Silvia
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 111
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row>
9898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \series bold
9904 Bertoli
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 Stefano
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 111
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row>
9929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \series bold
9935 Bozzi
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 Walter
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 111
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \series bold
9966 Cachia
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 Maria
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 111
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \series bold
9997 Cachia
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 Maurizio
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 111
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \series bold
10028 Cinquemani
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 Giusi
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 111
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row>
10053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \series bold
10059 Colin
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 Bernard
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 111
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row>
10084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \series bold
10090 Concli
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 Gianfranco
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 111
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \series bold
10121 Dal Bosco
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 Carolina
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 111
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \series bold
10152 Dalpiaz
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 Annamaria
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 111
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \series bold
10183 Feliciello
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 Domenico
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 111
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 </row>
10207 <row>
10208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 Focarelli
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 Paola
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 111
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row>
10239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \series bold
10245 Galletti
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Oreste
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 111
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row>
10270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \series bold
10276 Gasparini
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 Franca
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 111
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 Lassini
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 Giancarlo
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 111
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 Malfatti
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 Luciano
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 111
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 <row>
10363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367
10368 \series bold
10369 Malfatti
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Valeriano
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 111
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400 Meneguzzo
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Roberto
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 111
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \series bold
10431 Mezzadra
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Roberto
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Pirpamer
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Erich
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 111
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Pochiesa
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Paolo
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 111, 222
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Radina
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Claudio
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Rizzardi
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Paolo, 11.
10565  Fürst von Montecompatri, 11.
10566  Fürst von Sulmona und Vivaro, 10.
10567  Fürst von Rossano, 5.
10568  Herzog von Canemorte, 11.
10569  Herzog von Palombara, 5.
10570  Herzog von Castelchiodato,
10571 \begin_inset ERT
10572 status open
10573
10574 \begin_layout Plain Layout
10575
10576 & 111
10577 \backslash
10578
10579 \backslash
10580  
10581 \backslash
10582 newpage
10583 \end_layout
10584
10585 \begin_layout Plain Layout
10586
10587 &
10588 \end_layout
10589
10590 \end_inset
10591
10592  11.
10593  Herzog von Poggionativo, 11.
10594  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10595  Graf von Valinfreda, 11.
10596  Baron von Cropalati, 11.
10597  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 </row>
10612 <row>
10613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617
10618 \series bold
10619 Stuffer
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 Oskar
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 111
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row>
10644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648
10649 \series bold
10650 Tacchelli
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 Ugo
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 111
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 </row>
10674 <row>
10675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679
10680 \series bold
10681 Tezzele
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 Margit
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 111
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 </row>
10705 <row>
10706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710
10711 \series bold
10712 Unterkalmsteiner
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 Frieda
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 111
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \series bold
10743 Vieider
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 Hilde
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 111
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 </row>
10767 <row>
10768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772
10773 \series bold
10774 Vigna
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 Jürgen
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 111
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 </row>
10798 <row>
10799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803
10804 \series bold
10805 Weber
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 Maurizio
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 111
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 <row>
10830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \series bold
10836 Winkler
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845 Franz
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 111
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 </row>
10860 </lyxtabular>
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Section
10868 Multiple Lines Columns and Rows
10869 \end_layout
10870
10871 \begin_layout Subsection
10872 Multiple Lines in Table Cells
10873 \begin_inset CommandInset label
10874 LatexCommand label
10875 name "sub:Multiple-Lines-in"
10876
10877 \end_inset
10878
10879
10880 \begin_inset Index idx
10881 status collapsed
10882
10883 \begin_layout Plain Layout
10884 Multiple Lines in Table Cells
10885 \end_layout
10886
10887 \end_inset
10888
10889
10890 \begin_inset Index idx
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894 Table ! Linebreaks
10895 \end_layout
10896
10897 \end_inset
10898
10899
10900 \end_layout
10901
10902 \begin_layout Standard
10903 \noindent
10904 \begin_inset Float table
10905 placement H
10906 wide false
10907 sideways false
10908 status open
10909
10910 \begin_layout Plain Layout
10911 \begin_inset Caption
10912
10913 \begin_layout Plain Layout
10914 \begin_inset CommandInset label
10915 LatexCommand label
10916 name "tab:Table-with-multiple"
10917
10918 \end_inset
10919
10920 Table with multiple lines in cells
10921 \end_layout
10922
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \begin_layout Plain Layout
10929 \align center
10930 \begin_inset Tabular
10931 <lyxtabular version="3" rows="3" columns="3">
10932 <features tabularvalignment="middle">
10933 <column alignment="center" valignment="middle" width="2.5cm">
10934 <column alignment="center" valignment="middle" width="0">
10935 <column alignment="center" valignment="middle" width="0">
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 multiple
10942 \begin_inset Newline linebreak
10943 \end_inset
10944
10945 lines
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 b
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 c
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 </row>
10969 <row>
10970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 d
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 e
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 f
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 g
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 h
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 i
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 </lyxtabular>
11028
11029 \end_inset
11030
11031
11032 \end_layout
11033
11034 \end_inset
11035
11036
11037 \end_layout
11038
11039 \begin_layout Standard
11040 Setting a fixed width for a column enables you to enter text as a paragraph
11041  with multiple lines and hyphenation.
11042 \end_layout
11043
11044 \begin_layout Standard
11045 To produce Table
11046 \begin_inset space ~
11047 \end_inset
11048
11049
11050 \begin_inset CommandInset ref
11051 LatexCommand ref
11052 reference "tab:Table-with-multiple"
11053
11054 \end_inset
11055
11056 , create a 3×3 table, mark the first cell and right-click on it.
11057  In the appearing table dialog we set a cell width of 2.5
11058 \begin_inset space \thinspace{}
11059 \end_inset
11060
11061 cm and choose centered for the vertical and horizontal alignment.
11062  The vertical alignment is used for all cells of the row.
11063  As our text is smaller than 2.5
11064 \begin_inset space \thinspace{}
11065 \end_inset
11066
11067 cm, only one line will appear.
11068  To get two lines, a justified line break (shortcut 
11069 \begin_inset Info
11070 type  "shortcut"
11071 arg   "newline-insert linebreak"
11072 \end_inset
11073
11074 ) was added.
11075  If the text is wider than the set cell width, it will automatically be
11076  broken to several lines.
11077 \end_layout
11078
11079 \begin_layout Standard
11080 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11081  by LaTeX if it is the first entry.
11082  Therefore you need to insert something to prevent the word not being the
11083  first entry.
11084  So add a horizontal space of 0
11085 \begin_inset space \thinspace{}
11086 \end_inset
11087
11088 pt before the word.
11089  As the space is zero, it doesn't change the output.
11090  Table
11091 \begin_inset space ~
11092 \end_inset
11093
11094
11095 \begin_inset CommandInset ref
11096 LatexCommand ref
11097 reference "tab:Table-with-and"
11098
11099 \end_inset
11100
11101  shows the effect.
11102 \end_layout
11103
11104 \begin_layout Standard
11105 \begin_inset Float table
11106 placement h
11107 wide false
11108 sideways false
11109 status open
11110
11111 \begin_layout Plain Layout
11112 \begin_inset Caption
11113
11114 \begin_layout Plain Layout
11115 \begin_inset CommandInset label
11116 LatexCommand label
11117 name "tab:Table-with-and"
11118
11119 \end_inset
11120
11121 Table with and without hyphenation
11122 \end_layout
11123
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \begin_layout Plain Layout
11130 \begin_inset space \hfill{}
11131 \end_inset
11132
11133
11134 \begin_inset Tabular
11135 <lyxtabular version="3" rows="3" columns="3">
11136 <features tabularvalignment="middle">
11137 <column alignment="center" valignment="middle" width="2.5cm">
11138 <column alignment="center" valignment="middle" width="0">
11139 <column alignment="center" valignment="middle" width="0">
11140 <row>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 verylongtablecellword
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 b
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 c
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 d
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 e
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 f
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 </row>
11198 <row>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 g
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 h
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 i
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 </lyxtabular>
11228
11229 \end_inset
11230
11231
11232 \begin_inset space \hfill{}
11233 \end_inset
11234
11235
11236 \begin_inset Tabular
11237 <lyxtabular version="3" rows="3" columns="3">
11238 <features tabularvalignment="middle">
11239 <column alignment="center" valignment="middle" width="2.5cm">
11240 <column alignment="center" valignment="middle" width="0">
11241 <column alignment="center" valignment="middle" width="0">
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 \begin_inset space \hspace{}
11248 \length 0pt
11249 \end_inset
11250
11251 verylongtablecellword
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 b
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 c
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 <row>
11276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 d
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 e
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 f
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 </row>
11304 <row>
11305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 g
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 h
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 i
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 </row>
11333 </lyxtabular>
11334
11335 \end_inset
11336
11337
11338 \begin_inset space \hfill{}
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \begin_layout Subsection
11350 Multicolumns
11351 \begin_inset CommandInset label
11352 LatexCommand label
11353 name "sub:Multicolumns"
11354
11355 \end_inset
11356
11357
11358 \begin_inset Index idx
11359 status collapsed
11360
11361 \begin_layout Plain Layout
11362 Multicolumns
11363 \end_layout
11364
11365 \end_inset
11366
11367
11368 \begin_inset Index idx
11369 status collapsed
11370
11371 \begin_layout Plain Layout
11372 Table ! Multicolumns
11373 \end_layout
11374
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \begin_layout Subsubsection
11381 Multicolumn Basics
11382 \end_layout
11383
11384 \begin_layout Standard
11385 To merge cells over multiple columns, select as many cells within a row
11386  as you want to merge and use either the table-toolbar button 
11387 \begin_inset Graphics
11388         filename ../images/tabular-feature_multicolumn.png
11389         scale 85
11390         scaleBeforeRotation
11391
11392 \end_inset
11393
11394 , or the menu 
11395 \family sans
11396 Edit\SpecialChar \menuseparator
11397 Table\SpecialChar \menuseparator
11398 Multicolumn
11399 \family default
11400 , or right click on the marked cells and choose 
11401 \family sans
11402 Multicolumn
11403 \family default
11404  in the appearing context menu.
11405 \end_layout
11406
11407 \begin_layout Standard
11408 Multicolumns have there own cell settings.
11409  That means changing cell borders, cell alignment, and the width only affects
11410  the multicolumn.
11411  Here is an example table with a multicolumn cell in the first row and one
11412  in the last row without the upper border:
11413 \end_layout
11414
11415 \begin_layout Standard
11416 \align center
11417 \begin_inset Tabular
11418 <lyxtabular version="3" rows="3" columns="4">
11419 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11420 <column alignment="center" valignment="top" width="0pt">
11421 <column alignment="center" valignment="middle" width="0">
11422 <column alignment="center" valignment="top" width="0in">
11423 <column alignment="center" valignment="top" width="0pt">
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 abc
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 def ghi
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 jkl
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467
11468 \family roman
11469 \series medium
11470 \shape up
11471 \size normal
11472 \emph off
11473 \bar no
11474 \noun off
11475 \color none
11476 A
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 B
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 C
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 D
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 <row>
11510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 1
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 2
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 3
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 4
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 </row>
11547 </lyxtabular>
11548
11549 \end_inset
11550
11551
11552 \end_layout
11553
11554 \begin_layout Subsubsection
11555 Multicolumn Calculations
11556 \begin_inset CommandInset label
11557 LatexCommand label
11558 name "sub:Multicolumn-Calculations"
11559
11560 \end_inset
11561
11562
11563 \begin_inset Index idx
11564 status collapsed
11565
11566 \begin_layout Plain Layout
11567 Multicolumns ! Calculations
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 LyX supports multicolumns directly, but we have to take account of the cell
11577  width of the columns spanned by the multicolumn cell.
11578 \end_layout
11579
11580 \begin_layout Standard
11581 \begin_inset Float table
11582 placement h
11583 wide false
11584 sideways false
11585 status open
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Caption
11589
11590 \begin_layout Plain Layout
11591 \begin_inset CommandInset label
11592 LatexCommand label
11593 name "tab:Table-with-centered"
11594
11595 \end_inset
11596
11597 Table with centered multicolumn text above two columns that have exactly
11598  half the width of the multicolumn cell
11599 \begin_inset Argument
11600 status collapsed
11601
11602 \begin_layout Plain Layout
11603 Perfect multicolumn table
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \end_inset
11612
11613
11614 \end_layout
11615
11616 \begin_layout Plain Layout
11617 \align center
11618 \begin_inset Tabular
11619 <lyxtabular version="3" rows="3" columns="3">
11620 <features tabularvalignment="middle">
11621 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11622 <column alignment="center" valignment="middle" width="0">
11623 <column alignment="center" valignment="top" width="0">
11624 <row>
11625 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 multiple lines multicolumn
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 c
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 <row>
11654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 d
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 e
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 f
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 <row>
11683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 g
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 h
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 i
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 </lyxtabular>
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \begin_layout Standard
11724 To create for example Table
11725 \begin_inset space ~
11726 \end_inset
11727
11728
11729 \begin_inset CommandInset ref
11730 LatexCommand ref
11731 reference "tab:Table-with-centered"
11732
11733 \end_inset
11734
11735 , mark the first two cells in the first row of a 3×3 table and right-click
11736  on them.
11737  Now choose for this cell 
11738 \emph on
11739 multicolumn
11740 \emph default
11741
11742 \emph on
11743 centered alignment
11744 \emph default
11745  and a width of 2.5
11746 \begin_inset space \thinspace{}
11747 \end_inset
11748
11749 cm in the table dialog.
11750  The merged columns should have exactly half the width of the multicolumn
11751  cell, so that you would set a width of 1.25
11752 \begin_inset space \thinspace{}
11753 \end_inset
11754
11755 cm for the first column.
11756  The second column has then automatically a width of 1.25
11757 \begin_inset space \thinspace{}
11758 \end_inset
11759
11760 cm (multicolumn width - width of first column).
11761  This was done for Table
11762 \begin_inset space ~
11763 \end_inset
11764
11765
11766 \begin_inset CommandInset ref
11767 LatexCommand ref
11768 reference "tab:Table-without-half"
11769
11770 \end_inset
11771
11772 .
11773 \end_layout
11774
11775 \begin_layout Standard
11776 \begin_inset Float table
11777 wide false
11778 sideways false
11779 status open
11780
11781 \begin_layout Plain Layout
11782 \begin_inset Caption
11783
11784 \begin_layout Plain Layout
11785 \begin_inset CommandInset label
11786 LatexCommand label
11787 name "tab:Table-without-half"
11788
11789 \end_inset
11790
11791 Table where the spanned table columns are not exactly half the width of
11792  the multicolumn cell
11793 \begin_inset Argument
11794 status collapsed
11795
11796 \begin_layout Plain Layout
11797 Imperfect multicolumn table
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \begin_layout Plain Layout
11811 \align center
11812 \begin_inset Tabular
11813 <lyxtabular version="3" rows="3" columns="3">
11814 <features tabularvalignment="middle">
11815 <column alignment="center" valignment="top" width="1.25cm">
11816 <column alignment="center" valignment="top" width="0">
11817 <column alignment="center" valignment="top" width="0">
11818 <row>
11819 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 multiple lines multicolumn
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 c
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 </row>
11847 <row>
11848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 d
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 e
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 f
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 </row>
11876 <row>
11877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 g
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 h
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 i
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 </lyxtabular>
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \begin_layout Standard
11918 You can see that the first column is not half the width of the multicolumn
11919  cell, it is a bit bigger.
11920  The reason is that the specified width of a cell 
11921 \begin_inset Formula $W_{g}$
11922 \end_inset
11923
11924  is not its total width 
11925 \begin_inset Formula $W_{\mathrm{tot}}$
11926 \end_inset
11927
11928  because a cell is always a bit larger than specified.
11929  Appendix
11930 \begin_inset space ~
11931 \end_inset
11932
11933
11934 \begin_inset CommandInset ref
11935 LatexCommand eqref
11936 reference "cha:Explanation-of-Equation"
11937
11938 \end_inset
11939
11940  explains this in detail.
11941 \end_layout
11942
11943 \begin_layout Standard
11944 The width 
11945 \begin_inset Formula $W_{g\, n}$
11946 \end_inset
11947
11948  which the user needs to set when 
11949 \emph on
11950 n
11951 \emph default
11952  columns are spanned can be calculated, so that each column has a total
11953  width of 
11954 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11955 \end_inset
11956
11957 :
11958 \begin_inset Formula \begin{equation}
11959 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11960
11961 \end_inset
11962
11963
11964 \end_layout
11965
11966 \begin_layout Standard
11967 In our case we have 
11968 \begin_inset Formula $n=2$
11969 \end_inset
11970
11971
11972 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11973 \end_inset
11974
11975 cm and the default values for the lengths, so that equation 
11976 \begin_inset CommandInset ref
11977 LatexCommand ref
11978 reference "eq:Wgn"
11979
11980 \end_inset
11981
11982  becomes
11983 \begin_inset Formula \begin{equation}
11984 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \begin_layout Standard
11992 To enable calculations in LaTeX, the LaTeX-package 
11993 \series bold
11994 calc
11995 \series default
11996  must be loaded with the document preamble line
11997 \begin_inset Index idx
11998 status collapsed
11999
12000 \begin_layout Plain Layout
12001 LaTeX-packages ! calc
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \begin_layout Standard
12010
12011 \series bold
12012
12013 \backslash
12014 usepackage{calc}
12015 \end_layout
12016
12017 \begin_layout Standard
12018 LyX does not allow you to calculate lengths in the 
12019 \family sans
12020 Width
12021 \family default
12022  field of the table dialog.
12023  Therefore you have to format the column by inserting a LaTeX-argument in
12024  the dialog.
12025  Here is an overview about the arguments:
12026 \end_layout
12027
12028 \begin_layout Itemize
12029
12030 \series bold
12031 p{width}
12032 \series default
12033  creates cell with a fixed width, its text is vertically top-aligned
12034 \end_layout
12035
12036 \begin_layout Itemize
12037
12038 \series bold
12039 m{width}
12040 \series default
12041  creates cell with a fixed width, its text is vertically centered
12042 \end_layout
12043
12044 \begin_layout Itemize
12045
12046 \series bold
12047 b{width}
12048 \series default
12049  creates cell with a fixed width, its text is vertically bottom-aligned
12050 \end_layout
12051
12052 \begin_layout Standard
12053 By entering a LaTeX-argument, all cell settings set in the table dialog
12054  are overwritten.
12055 \end_layout
12056
12057 \begin_layout Standard
12058 \begin_inset Note Greyedout
12059 status open
12060
12061 \begin_layout Plain Layout
12062
12063 \series bold
12064 Note:
12065 \series default
12066  Due to a bug, LyX shows the overwritten settings anyway.
12067 \end_layout
12068
12069 \end_inset
12070
12071
12072 \end_layout
12073
12074 \begin_layout Standard
12075 As the text should be horizontally centered, the command 
12076 \series bold
12077
12078 \backslash
12079 centering
12080 \series default
12081  is added.
12082  You can now enter the following LaTeX-argument for the first spanned column:
12083 \end_layout
12084
12085 \begin_layout Standard
12086
12087 \series bold
12088 >{
12089 \backslash
12090 centering}m{1.25cm-6.2pt}
12091 \end_layout
12092
12093 \begin_layout Standard
12094 The command 
12095 \series bold
12096 >{ }
12097 \series default
12098  means, that the commands inside the braces are applied before the cell
12099  is created.
12100 \end_layout
12101
12102 \begin_layout Standard
12103 Although we have chosen centered alignment for the text of the multicolumn
12104  cell, it is still left aligned.
12105  This is because LyX only applies the alignment to single columns.
12106  So for the multicolumn cell we have to use the LaTeX-argument
12107 \end_layout
12108
12109 \begin_layout Standard
12110
12111 \series bold
12112 >{
12113 \backslash
12114 centering}m{2.5cm}
12115 \end_layout
12116
12117 \begin_layout Subsection
12118 Multirows
12119 \begin_inset Index idx
12120 status collapsed
12121
12122 \begin_layout Plain Layout
12123 Multirows
12124 \end_layout
12125
12126 \end_inset
12127
12128
12129 \begin_inset Index idx
12130 status collapsed
12131
12132 \begin_layout Plain Layout
12133 Table ! Multirows
12134 \end_layout
12135
12136 \end_inset
12137
12138
12139 \end_layout
12140
12141 \begin_layout Standard
12142 Unlike multicolumns multirows are not yet supported by LyX; so a bit of
12143  TeX-Code needs to be used.
12144  To use multirows load the LaTeX-package 
12145 \series bold
12146 multirow
12147 \series default
12148
12149 \begin_inset Index idx
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153 LaTeX-packages ! multirow
12154 \end_layout
12155
12156 \end_inset
12157
12158  in your document preamble with the command
12159 \end_layout
12160
12161 \begin_layout Standard
12162
12163 \series bold
12164
12165 \backslash
12166 usepackage{multirow}
12167 \end_layout
12168
12169 \begin_layout Standard
12170 Multirows are created with the command
12171 \end_layout
12172
12173 \begin_layout Standard
12174
12175 \series bold
12176
12177 \backslash
12178 multirow{number of rows}{cell width}{cell entry}
12179 \end_layout
12180
12181 \begin_layout Standard
12182 To create the following table:
12183 \end_layout
12184
12185 \begin_layout Standard
12186 \align center
12187 \begin_inset ERT
12188 status collapsed
12189
12190 \begin_layout Plain Layout
12191
12192
12193 \backslash
12194 renewcommand{
12195 \backslash
12196 multirowsetup}{
12197 \backslash
12198 centering}
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \begin_inset Tabular
12205 <lyxtabular version="3" rows="3" columns="3">
12206 <features tabularvalignment="middle">
12207 <column alignment="center" valignment="top" width="0">
12208 <column alignment="center" valignment="top" width="0">
12209 <column alignment="center" valignment="top" width="0">
12210 <row>
12211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Plain Layout
12215 a
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224 b
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 c
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 </row>
12239 <row>
12240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12241 \begin_inset Text
12242
12243 \begin_layout Plain Layout
12244 \begin_inset ERT
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248
12249
12250 \backslash
12251 multirow{2}{2.5cm}{
12252 \end_layout
12253
12254 \end_inset
12255
12256 multirow entry
12257 \begin_inset ERT
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261
12262 }
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 e
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 f
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 </row>
12291 <row>
12292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 h
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 i
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 </row>
12320 </lyxtabular>
12321
12322 \end_inset
12323
12324
12325 \begin_inset ERT
12326 status collapsed
12327
12328 \begin_layout Plain Layout
12329
12330
12331 \backslash
12332 renewcommand{
12333 \backslash
12334 multirowsetup}{
12335 \backslash
12336 raggedright}
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \end_layout
12343
12344 \begin_layout Standard
12345 create a 3×3 table.
12346  Unset the upper border of the last cell in the first column.
12347  The multirow is now created in the second row of the first column by inserting
12348  there the command
12349 \end_layout
12350
12351 \begin_layout Standard
12352
12353 \series bold
12354
12355 \backslash
12356 multirow{2}{2.5cm}{
12357 \end_layout
12358
12359 \begin_layout Standard
12360 as TeX-Code.
12361  According to the command parameters the multirow spans now two rows and
12362  has a width of 2.5
12363 \begin_inset space \thinspace{}
12364 \end_inset
12365
12366 cm.
12367  The content of the multirow cell follows outside the TeX-Code box and the
12368  command is finished with a right brace 
12369 \series bold
12370 }
12371 \series default
12372  in another TeX-Code-box after the text.
12373 \end_layout
12374
12375 \begin_layout Standard
12376
12377 \series bold
12378
12379 \backslash
12380 multirow
12381 \series default
12382  left-aligns its content by default.
12383  To override the default, renew the command 
12384 \series bold
12385
12386 \backslash
12387 multirowsetup
12388 \series default
12389  with the command
12390 \end_layout
12391
12392 \begin_layout Standard
12393
12394 \series bold
12395
12396 \backslash
12397 renewcommand{
12398 \backslash
12399 multirowsetup}{
12400 \backslash
12401 centering}
12402 \end_layout
12403
12404 \begin_layout Standard
12405 in TeX-Code in the document preamble.
12406  Then all entries of multirow cells in the document are centered.
12407  If centering is only needed for several tables, you can renew the command
12408  in a TeX-Code box just before the table instead of the preamble.
12409  If the text should be right-aligned, replace 
12410 \series bold
12411
12412 \backslash
12413 centering
12414 \series default
12415  by 
12416 \series bold
12417
12418 \backslash
12419 raggedleft
12420 \series default
12421 .
12422  To return to left-alignment 
12423 \series bold
12424
12425 \backslash
12426 raggedright
12427 \series default
12428  is used.
12429 \end_layout
12430
12431 \begin_layout Section
12432 Formal Tables
12433 \begin_inset CommandInset label
12434 LatexCommand label
12435 name "sec:Formal-Tables"
12436
12437 \end_inset
12438
12439
12440 \begin_inset Index idx
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444 Table ! Formal
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \end_layout
12451
12452 \begin_layout Standard
12453 Tables are often typeset in books similar to Table
12454 \begin_inset space ~
12455 \end_inset
12456
12457
12458 \begin_inset CommandInset ref
12459 LatexCommand ref
12460 reference "tab:Example-booktabs-table"
12461
12462 \end_inset
12463
12464 .
12465  This kind of tables is called 
12466 \begin_inset Quotes eld
12467 \end_inset
12468
12469
12470 \emph on
12471 formal
12472 \emph default
12473
12474 \begin_inset Quotes erd
12475 \end_inset
12476
12477 .
12478  To make a table a formal table use the option 
12479 \family sans
12480 Formal
12481 \family default
12482  in the 
12483 \family sans
12484 Borders
12485 \family default
12486  tab of the table dialog.
12487 \end_layout
12488
12489 \begin_layout Standard
12490 \begin_inset Float table
12491 placement h
12492 wide false
12493 sideways false
12494 status open
12495
12496 \begin_layout Plain Layout
12497 \begin_inset Caption
12498
12499 \begin_layout Plain Layout
12500 \begin_inset CommandInset label
12501 LatexCommand label
12502 name "tab:Example-booktabs-table"
12503
12504 \end_inset
12505
12506 Example booktabs-table
12507 \end_layout
12508
12509 \end_inset
12510
12511
12512 \end_layout
12513
12514 \begin_layout Plain Layout
12515 \align center
12516 \begin_inset Tabular
12517 <lyxtabular version="3" rows="8" columns="4">
12518 <features booktabs="true" tabularvalignment="middle">
12519 <column alignment="center" valignment="top" width="0">
12520 <column alignment="center" valignment="top" width="0">
12521 <column alignment="center" valignment="top" width="0">
12522 <column alignment="center" valignment="top" width="0">
12523 <row>
12524 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 System
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" topline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 Chip
12538 \begin_inset space \thinspace{}
12539 \end_inset
12540
12541 1
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 Chip
12551 \begin_inset space \thinspace{}
12552 \end_inset
12553
12554 2
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 </row>
12569 <row>
12570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 \begin_inset ERT
12575 status collapsed
12576
12577 \begin_layout Plain Layout
12578
12579
12580 \backslash
12581 cmidrule(r){2-2}
12582 \end_layout
12583
12584 \end_inset
12585
12586
12587 \begin_inset ERT
12588 status collapsed
12589
12590 \begin_layout Plain Layout
12591
12592
12593 \backslash
12594 cmidrule(l){3-4}
12595 \end_layout
12596
12597 \end_inset
12598
12599 Detector thickness in Âµm
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 300
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 300
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 700
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 </row>
12632 <row>
12633 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 Edge angle in Â°
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 3.55
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 2.71
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 7.99
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 </row>
12670 <row topspace="default">
12671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 Spatial resolution in Âµm
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 4.26
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 10.17
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 10.56
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 </row>
12708 <row topspace="default">
12709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 MTF at 
12714 \begin_inset Formula $f_{\mathrm{max}}$
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 0.53
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 0.37
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 0.39
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 </row>
12750 <row topspace="default">
12751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 \begin_inset ERT
12756 status collapsed
12757
12758 \begin_layout Plain Layout
12759
12760
12761 \backslash
12762 cmidrule(l{10pt}){1-1}
12763 \end_layout
12764
12765 \end_inset
12766
12767 LSF-spatial resolution
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 </row>
12800 <row>
12801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 in Âµm
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 129.7
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 52.75
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 50.78
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 <row>
12839 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 in % of pixel size
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 76.3
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 95.9
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 92.3
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 </lyxtabular>
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \end_inset
12884
12885
12886 \end_layout
12887
12888 \begin_layout Standard
12889 Spaces to table rows can be added using the 
12890 \family sans
12891 Borders
12892 \family default
12893  tab of the table dialog as described in section
12894 \begin_inset space ~
12895 \end_inset
12896
12897
12898 \begin_inset CommandInset ref
12899 LatexCommand ref
12900 reference "sub:Row-Spacing"
12901
12902 \end_inset
12903
12904 .
12905 \end_layout
12906
12907 \begin_layout Standard
12908 Unlike normal tables, formal tables have no vertical table lines.
12909  The horizontal table lines can be set as for normal tables but they appear
12910  with different widths in the output:
12911 \begin_inset Newline newline
12912 \end_inset
12913
12914 The first and the last table line have a default width of 0.08
12915 \begin_inset space \thinspace{}
12916 \end_inset
12917
12918 em while the other lines have a default width of 0.05
12919 \begin_inset space \thinspace{}
12920 \end_inset
12921
12922 em.
12923 \end_layout
12924
12925 \begin_layout Standard
12926 The default widths can be changed with the following preamble lines
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \series bold
12932
12933 \backslash
12934 let
12935 \backslash
12936 mytoprule
12937 \backslash
12938 toprule
12939 \begin_inset Newline newline
12940 \end_inset
12941
12942
12943 \backslash
12944 renewcommand{
12945 \backslash
12946 toprule}{
12947 \backslash
12948 mytoprule[width]}
12949 \end_layout
12950
12951 \begin_layout Standard
12952 This example is for the first line, the so called 
12953 \series bold
12954 toprule
12955 \series default
12956 .
12957  If you want to change the width for the last line, replace 
12958 \series bold
12959 toprule
12960 \series default
12961  by 
12962 \series bold
12963 bottomrule
12964 \series default
12965 .
12966  To change the width for the other lines replace 
12967 \series bold
12968 toprule
12969 \series default
12970  by 
12971 \series bold
12972 midrule
12973 \series default
12974 .
12975  You can use all units listed in appendix
12976 \begin_inset space ~
12977 \end_inset
12978
12979
12980 \begin_inset CommandInset ref
12981 LatexCommand ref
12982 reference "cha:Units-available-in"
12983
12984 \end_inset
12985
12986  to set the width.
12987 \end_layout
12988
12989 \begin_layout Standard
12990 Lines that do not span all table columns can be created by setting a table
12991  line for multicolumn cells.
12992  LyX will then internally use the command 
12993 \series bold
12994
12995 \backslash
12996 cmidrule
12997 \series default
12998  to create this line.
12999  Its full scheme is
13000 \end_layout
13001
13002 \begin_layout Standard
13003
13004 \series bold
13005
13006 \backslash
13007 cmidrule[width](trim){startcol-endcol}
13008 \end_layout
13009
13010 \begin_layout Standard
13011 The options of 
13012 \series bold
13013
13014 \backslash
13015 cmidrule
13016 \series default
13017  are currently not supported by LyX so you have to use TeX-Code to be able
13018  to use them.
13019  
13020 \series bold
13021
13022 \backslash
13023 cmidrule
13024 \series default
13025 s can manually be created by inserting the command as TeX-Code as the first
13026  cell entry of the first cell of a row.
13027  The line is then drawn in the output above the current row.
13028 \end_layout
13029
13030 \begin_layout Standard
13031 The default for the width is 0.03
13032 \begin_inset space \thinspace{}
13033 \end_inset
13034
13035 em.
13036  Startcol is the number of the column where the line starts and endcol the
13037  column number where the line ends.
13038  The endcol always needs to be specified, also when the line should span
13039  only one column.
13040  The optional parameter trim could be either 
13041 \emph on
13042 l{trimwidth}
13043 \emph default
13044 , or 
13045 \emph on
13046 r{trimwidth}
13047 \emph default
13048  where the trimwidth is also optional.
13049  Using for example the parameter 
13050 \emph on
13051 l{2pt}
13052 \emph default
13053  means that the line is trimmed from its left end by 2
13054 \begin_inset space \thinspace{}
13055 \end_inset
13056
13057 pt.
13058  If you don't specify the trimwidth the lines are trimmed by the default
13059  of 0.5
13060 \begin_inset space \thinspace{}
13061 \end_inset
13062
13063 em.
13064 \end_layout
13065
13066 \begin_layout Standard
13067 \begin_inset VSpace bigskip
13068 \end_inset
13069
13070 Table
13071 \begin_inset space ~
13072 \end_inset
13073
13074
13075 \begin_inset CommandInset ref
13076 LatexCommand ref
13077 reference "tab:Example-booktabs-table"
13078
13079 \end_inset
13080
13081  was created using the commands
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087
13088 \backslash
13089 cmidrule(r){2-2}
13090 \backslash
13091 cmidrule(l){3-4}
13092 \end_layout
13093
13094 \begin_layout Standard
13095 at the beginning of the second row and
13096 \end_layout
13097
13098 \begin_layout Standard
13099
13100 \series bold
13101
13102 \backslash
13103 cmidrule(l{10pt}){1-1}
13104 \end_layout
13105
13106 \begin_layout Standard
13107 in the sixth row.
13108 \end_layout
13109
13110 \begin_layout Standard
13111 \begin_inset VSpace bigskip
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \begin_layout Standard
13118 You might want to have overlapping 
13119 \series bold
13120
13121 \backslash
13122 cmidrule
13123 \series default
13124 s as in in Table
13125 \begin_inset space ~
13126 \end_inset
13127
13128
13129 \begin_inset CommandInset ref
13130 LatexCommand ref
13131 reference "tab:Special-booktabs-table"
13132
13133 \end_inset
13134
13135 .
13136  This can be achieved with the TeX-Code command
13137 \end_layout
13138
13139 \begin_layout Standard
13140
13141 \series bold
13142
13143 \backslash
13144 morecmidrules
13145 \end_layout
13146
13147 \begin_layout Standard
13148 The command that was used for the second row of Table
13149 \begin_inset space ~
13150 \end_inset
13151
13152
13153 \begin_inset CommandInset ref
13154 LatexCommand ref
13155 reference "tab:Special-booktabs-table"
13156
13157 \end_inset
13158
13159  is
13160 \end_layout
13161
13162 \begin_layout Standard
13163
13164 \series bold
13165
13166 \backslash
13167 cmidrule(r){2-2}
13168 \backslash
13169 cmidrule(l){3-4}
13170 \backslash
13171 morecmidrules
13172 \backslash
13173 cmidrule{2-4}
13174 \end_layout
13175
13176 \begin_layout Standard
13177 The command for the sixth row is
13178 \end_layout
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183
13184 \backslash
13185 midrule
13186 \backslash
13187 morecmidrules
13188 \backslash
13189 cmidrule{3-4}
13190 \end_layout
13191
13192 \begin_layout Standard
13193 \begin_inset VSpace bigskip
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \begin_layout Standard
13200 If you are anyway not satisfied with the border line spacing, you can use
13201  the following command to produce lines that span over all table columns
13202 \series bold
13203 :
13204 \end_layout
13205
13206 \begin_layout Standard
13207
13208 \series bold
13209
13210 \backslash
13211 specialrule{width}{space above}{space below}
13212 \end_layout
13213
13214 \begin_layout Standard
13215 For more information about these features, refer to the manual of the LaTeX-pack
13216 age 
13217 \series bold
13218 booktabs
13219 \series default
13220  
13221 \begin_inset CommandInset citation
13222 LatexCommand cite
13223 key "booktabs"
13224
13225 \end_inset
13226
13227 .
13228 \begin_inset Index idx
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232 LaTeX-packages ! booktabs
13233 \end_layout
13234
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \begin_layout Standard
13241 \begin_inset Float table
13242 placement h
13243 wide false
13244 sideways false
13245 status open
13246
13247 \begin_layout Plain Layout
13248 \begin_inset Caption
13249
13250 \begin_layout Plain Layout
13251 \begin_inset CommandInset label
13252 LatexCommand label
13253 name "tab:Special-booktabs-table"
13254
13255 \end_inset
13256
13257 Special booktabs-table
13258 \end_layout
13259
13260 \end_inset
13261
13262
13263 \end_layout
13264
13265 \begin_layout Plain Layout
13266 \align center
13267 \begin_inset Tabular
13268 <lyxtabular version="3" rows="8" columns="4">
13269 <features booktabs="true" tabularvalignment="middle">
13270 <column alignment="center" valignment="top" width="0">
13271 <column alignment="center" valignment="top" width="0">
13272 <column alignment="center" valignment="top" width="0">
13273 <column alignment="center" valignment="top" width="0">
13274 <row>
13275 <cell alignment="center" valignment="top" topline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 System
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 Chip
13289 \begin_inset space \thinspace{}
13290 \end_inset
13291
13292 1
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 Chip
13302 \begin_inset space \thinspace{}
13303 \end_inset
13304
13305 2
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 </row>
13320 <row>
13321 <cell alignment="center" valignment="top" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 \begin_inset ERT
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329
13330
13331 \backslash
13332 cmidrule(r){2-2}
13333 \end_layout
13334
13335 \end_inset
13336
13337
13338 \begin_inset ERT
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342
13343
13344 \backslash
13345 cmidrule(l){3-4}
13346 \end_layout
13347
13348 \end_inset
13349
13350
13351 \begin_inset ERT
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355
13356
13357 \backslash
13358 morecmidrules 
13359 \end_layout
13360
13361 \end_inset
13362
13363
13364 \begin_inset ERT
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368
13369
13370 \backslash
13371 cmidrule{2-4}
13372 \end_layout
13373
13374 \end_inset
13375
13376 Detector thickness in Âµm
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 300
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 300
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 700
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 <row>
13410 <cell alignment="center" valignment="top" topline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 Edge angle in Â°
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 3.55
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" topline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 2.71
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" topline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 7.99
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row topspace="default">
13448 <cell alignment="center" valignment="top" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 Spatial resolution in Âµm
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 4.26
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 10.17
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 <cell alignment="center" valignment="top" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479 10.56
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 </row>
13485 <row topspace="default">
13486 <cell alignment="center" valignment="top" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 MTF at 
13491 \begin_inset Formula $f_{\mathrm{max}}$
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 0.53
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 0.37
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 0.39
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 </row>
13527 <row>
13528 <cell alignment="center" valignment="top" topline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 \begin_inset ERT
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536
13537
13538 \backslash
13539 morecmidrules 
13540 \end_layout
13541
13542 \end_inset
13543
13544
13545 \begin_inset ERT
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549
13550
13551 \backslash
13552 cmidrule{3-4}
13553 \end_layout
13554
13555 \end_inset
13556
13557 LSF-spatial resolution
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" topline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 </row>
13590 <row>
13591 <cell alignment="center" valignment="top" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 in Âµm
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 129.7
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 52.75
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 50.78
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 <row>
13629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 in % of pixel size
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 76.3
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 95.9
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 92.3
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 </lyxtabular>
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \end_inset
13674
13675
13676 \end_layout
13677
13678 \begin_layout Section
13679 Vertical Table Alignment
13680 \begin_inset Index idx
13681 status collapsed
13682
13683 \begin_layout Plain Layout
13684 Table ! Alignment
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \end_layout
13691
13692 \begin_layout Standard
13693 To align tables vertically in a text line the table must be inside a box.
13694  The box can then be vertically aligned as described in section
13695 \begin_inset space ~
13696 \end_inset
13697
13698
13699 \begin_inset CommandInset ref
13700 LatexCommand ref
13701 reference "sec:Box-Dialog"
13702
13703 \end_inset
13704
13705 .
13706 \end_layout
13707
13708 \begin_layout Standard
13709 In the following example the tables are inside a minipage
13710 \begin_inset Foot
13711 status collapsed
13712
13713 \begin_layout Plain Layout
13714 Minipages are described in section
13715 \begin_inset space ~
13716 \end_inset
13717
13718
13719 \begin_inset CommandInset ref
13720 LatexCommand ref
13721 reference "sec:Minipages"
13722
13723 \end_inset
13724
13725 .
13726 \end_layout
13727
13728 \end_inset
13729
13730  box that has a width of 15
13731 \begin_inset space \thinspace{}
13732 \end_inset
13733
13734 col%:
13735 \end_layout
13736
13737 \begin_layout Itemize
13738 test 
13739 \begin_inset Box Frameless
13740 position "t"
13741 hor_pos "c"
13742 has_inner_box 1
13743 inner_pos "c"
13744 use_parbox 0
13745 use_makebox 0
13746 width "15col%"
13747 special "none"
13748 height "1in"
13749 height_special "totalheight"
13750 status collapsed
13751
13752 \begin_layout Plain Layout
13753 \begin_inset Tabular
13754 <lyxtabular version="3" rows="3" columns="3">
13755 <features tabularvalignment="middle">
13756 <column alignment="center" valignment="top" width="0">
13757 <column alignment="center" valignment="top" width="0">
13758 <column alignment="center" valignment="top" width="0">
13759 <row>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 a
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 d
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 g
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 </row>
13788 <row>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 b
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 e
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 h
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 </row>
13817 <row>
13818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 c
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 f
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 i
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 </row>
13846 </lyxtabular>
13847
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \end_inset
13854
13855  test 
13856 \begin_inset ERT
13857 status collapsed
13858
13859 \begin_layout Plain Layout
13860
13861
13862 \backslash
13863 raisebox{0.85
13864 \backslash
13865 baselineskip}{
13866 \end_layout
13867
13868 \end_inset
13869
13870
13871 \begin_inset Box Frameless
13872 position "t"
13873 hor_pos "c"
13874 has_inner_box 1
13875 inner_pos "c"
13876 use_parbox 0
13877 use_makebox 0
13878 width "15col%"
13879 special "none"
13880 height "1in"
13881 height_special "totalheight"
13882 status collapsed
13883
13884 \begin_layout Plain Layout
13885 \begin_inset Tabular
13886 <lyxtabular version="3" rows="3" columns="3">
13887 <features tabularvalignment="middle">
13888 <column alignment="center" valignment="top" width="0">
13889 <column alignment="center" valignment="top" width="0">
13890 <column alignment="center" valignment="top" width="0">
13891 <row>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 a
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 d
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 g
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 </row>
13920 <row>
13921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 b
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 e
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 h
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 </row>
13949 <row>
13950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 c
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963 f
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 i
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 </row>
13978 </lyxtabular>
13979
13980 \end_inset
13981
13982
13983 \end_layout
13984
13985 \end_inset
13986
13987
13988 \begin_inset ERT
13989 status collapsed
13990
13991 \begin_layout Plain Layout
13992
13993 }
13994 \end_layout
13995
13996 \end_inset
13997
13998
13999 \end_layout
14000
14001 \begin_layout Itemize
14002 test 
14003 \begin_inset Box Frameless
14004 position "c"
14005 hor_pos "c"
14006 has_inner_box 1
14007 inner_pos "c"
14008 use_parbox 0
14009 use_makebox 0
14010 width "15col%"
14011 special "none"
14012 height "1in"
14013 height_special "totalheight"
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017 \begin_inset Tabular
14018 <lyxtabular version="3" rows="3" columns="3">
14019 <features tabularvalignment="middle">
14020 <column alignment="center" valignment="top" width="0">
14021 <column alignment="center" valignment="top" width="0">
14022 <column alignment="center" valignment="top" width="0">
14023 <row>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 a
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 d
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 g
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 </row>
14052 <row>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 b
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 e
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 h
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 </row>
14081 <row>
14082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 c
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 f
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 i
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 </row>
14110 </lyxtabular>
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \end_inset
14118
14119
14120 \end_layout
14121
14122 \begin_layout Itemize
14123 test 
14124 \begin_inset Box Frameless
14125 position "b"
14126 hor_pos "c"
14127 has_inner_box 1
14128 inner_pos "c"
14129 use_parbox 0
14130 use_makebox 0
14131 width "15col%"
14132 special "none"
14133 height "1in"
14134 height_special "totalheight"
14135 status collapsed
14136
14137 \begin_layout Plain Layout
14138 \begin_inset Tabular
14139 <lyxtabular version="3" rows="3" columns="3">
14140 <features tabularvalignment="middle">
14141 <column alignment="center" valignment="top" width="0">
14142 <column alignment="center" valignment="top" width="0">
14143 <column alignment="center" valignment="top" width="0">
14144 <row>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 a
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 d
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 g
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 </row>
14173 <row>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 b
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 e
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 h
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 c
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 f
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225 i
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 </row>
14231 </lyxtabular>
14232
14233 \end_inset
14234
14235
14236 \end_layout
14237
14238 \end_inset
14239
14240  test 
14241 \begin_inset ERT
14242 status collapsed
14243
14244 \begin_layout Plain Layout
14245
14246
14247 \backslash
14248 raisebox{-0.32
14249 \backslash
14250 baselineskip}{
14251 \end_layout
14252
14253 \end_inset
14254
14255
14256 \begin_inset Box Frameless
14257 position "b"
14258 hor_pos "c"
14259 has_inner_box 1
14260 inner_pos "c"
14261 use_parbox 0
14262 use_makebox 0
14263 width "15col%"
14264 special "none"
14265 height "1in"
14266 height_special "totalheight"
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270 \begin_inset Tabular
14271 <lyxtabular version="3" rows="3" columns="3">
14272 <features tabularvalignment="middle">
14273 <column alignment="center" valignment="top" width="0">
14274 <column alignment="center" valignment="top" width="0">
14275 <column alignment="center" valignment="top" width="0">
14276 <row>
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 a
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 d
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 g
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 </row>
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 b
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 e
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 h
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 <row>
14335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 c
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 f
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 i
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 </row>
14363 </lyxtabular>
14364
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \end_inset
14371
14372
14373 \begin_inset ERT
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377
14378 }
14379 \end_layout
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \begin_layout Standard
14387 As you will see, the content of the first and last table row is not correctly
14388  aligned.
14389  To get this alignment, the minipage box must be set into a raisebox
14390 \begin_inset Foot
14391 status collapsed
14392
14393 \begin_layout Plain Layout
14394 Raiseboxes are described in section
14395 \begin_inset space ~
14396 \end_inset
14397
14398
14399 \begin_inset CommandInset ref
14400 LatexCommand ref
14401 reference "sub:Vertical-Alignment"
14402
14403 \end_inset
14404
14405 .
14406 \end_layout
14407
14408 \end_inset
14409
14410 .
14411  In the example above the second table in the first item is aligned using
14412  the TeX-Code-command
14413 \end_layout
14414
14415 \begin_layout Standard
14416
14417 \series bold
14418
14419 \backslash
14420 raisebox{0.85
14421 \backslash
14422 baselineskip}{
14423 \end_layout
14424
14425 \begin_layout Standard
14426 before the box.
14427  After the box the closing brace 
14428 \series bold
14429 }
14430 \series default
14431  is inserted as TeX-Code.
14432  For the second table in the last item the command
14433 \end_layout
14434
14435 \begin_layout Standard
14436
14437 \series bold
14438
14439 \backslash
14440 raisebox{-0.32
14441 \backslash
14442 baselineskip}{
14443 \end_layout
14444
14445 \begin_layout Standard
14446 is used.
14447 \end_layout
14448
14449 \begin_layout Standard
14450 \begin_inset Note Greyedout
14451 status open
14452
14453 \begin_layout Plain Layout
14454
14455 \series bold
14456 Note:
14457 \series default
14458  The alignment of the table row content to the surrounding text line is
14459  not exact.
14460  The required value for the 
14461 \series bold
14462
14463 \backslash
14464 raisebox
14465 \series default
14466  command for this alignment depends on the document font, the font size,
14467  and the table line thickness.
14468 \end_layout
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \begin_layout Section
14476 Colored Tables
14477 \begin_inset CommandInset label
14478 LatexCommand label
14479 name "sec:Colored-Tables"
14480
14481 \end_inset
14482
14483
14484 \begin_inset Index idx
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488 Table ! Color
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \begin_layout Subsection
14497 Colored Cells
14498 \begin_inset Index idx
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502 Table Color ! for Cells
14503 \end_layout
14504
14505 \end_inset
14506
14507
14508 \begin_inset Index idx
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512 Color ! for Table Cells
14513 \end_layout
14514
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \begin_layout Standard
14521 \begin_inset Float table
14522 placement h
14523 wide false
14524 sideways false
14525 status open
14526
14527 \begin_layout Plain Layout
14528 \begin_inset Caption
14529
14530 \begin_layout Plain Layout
14531 \begin_inset CommandInset label
14532 LatexCommand label
14533 name "tab:Table-colored-without"
14534
14535 \end_inset
14536
14537 Table colored without using the package 
14538 \series bold
14539 colortbl
14540 \series default
14541
14542 \begin_inset Argument
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546 Table without colortbl
14547 \end_layout
14548
14549 \end_inset
14550
14551
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \begin_layout Plain Layout
14560 \align center
14561 \begin_inset Tabular
14562 <lyxtabular version="3" rows="3" columns="3">
14563 <features tabularvalignment="middle">
14564 <column alignment="center" valignment="top" width="0">
14565 <column alignment="center" valignment="top" width="0">
14566 <column alignment="center" valignment="top" width="0">
14567 <row>
14568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572
14573 \color green
14574 a
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583
14584 \color red
14585 b
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594
14595 \color red
14596 c
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 </row>
14602 <row>
14603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Plain Layout
14607
14608 \color green
14609 d
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618
14619 \color blue
14620 e
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Plain Layout
14629
14630 \color blue
14631 f
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 </row>
14637 <row>
14638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642
14643 \color green
14644 g
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653
14654 \color blue
14655 h
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664
14665 \color blue
14666 i
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 </row>
14672 </lyxtabular>
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Standard
14685 If you only need colored text, mark the cells and choose a color in the
14686  menu 
14687 \family sans
14688 Edit\SpecialChar \menuseparator
14689 Text
14690 \begin_inset space ~
14691 \end_inset
14692
14693 Style
14694 \family default
14695 .
14696  This was used to create Table
14697 \begin_inset space ~
14698 \end_inset
14699
14700
14701 \begin_inset CommandInset ref
14702 LatexCommand ref
14703 reference "tab:Table-colored-without"
14704
14705 \end_inset
14706
14707 .
14708  In any other case you have to use the LaTeX-package 
14709 \series bold
14710 colortbl
14711 \series default
14712 .
14713 \begin_inset Index idx
14714 status collapsed
14715
14716 \begin_layout Plain Layout
14717 LaTeX-packages ! colortbl
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Standard
14726 \begin_inset ERT
14727 status collapsed
14728
14729 \begin_layout Plain Layout
14730
14731
14732 \backslash
14733 ifcolortbl
14734 \end_layout
14735
14736 \end_inset
14737
14738
14739 \begin_inset Note Note
14740 status open
14741
14742 \begin_layout Plain Layout
14743 The following section part will only be displayed when the LaTeX-package
14744  
14745 \series bold
14746 colortbl
14747 \series default
14748  is installed.
14749 \end_layout
14750
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \begin_layout Standard
14757 To create colored tables, 
14758 \series bold
14759 colortbl
14760 \series default
14761  must be loaded in the preamble with the line
14762 \end_layout
14763
14764 \begin_layout Standard
14765
14766 \series bold
14767
14768 \backslash
14769 usepackage{colortbl}
14770 \end_layout
14771
14772 \begin_layout Standard
14773 The color of a column is adjusted with the command
14774 \end_layout
14775
14776 \begin_layout Standard
14777
14778 \series bold
14779
14780 \backslash
14781 columncolor{name of color}
14782 \end_layout
14783
14784 \begin_layout Standard
14785 inside the command 
14786 \series bold
14787 >{ }
14788 \series default
14789 .
14790  More about the command 
14791 \series bold
14792 >{}
14793 \series default
14794  is contained in section
14795 \begin_inset space ~
14796 \end_inset
14797
14798
14799 \begin_inset CommandInset ref
14800 LatexCommand ref
14801 reference "sub:Multicolumn-Calculations"
14802
14803 \end_inset
14804
14805 .
14806 \end_layout
14807
14808 \begin_layout Standard
14809 The following color names are predefined:
14810 \end_layout
14811
14812 \begin_layout Standard
14813
14814 \family sans
14815 red
14816 \family default
14817
14818 \family sans
14819 green
14820 \family default
14821
14822 \family sans
14823 yellow
14824 \family default
14825
14826 \family sans
14827 blue
14828 \family default
14829
14830 \family sans
14831 cyan
14832 \family default
14833
14834 \family sans
14835 magenta
14836 \family default
14837
14838 \family sans
14839 black
14840 \family default
14841  and 
14842 \family sans
14843 white
14844 \end_layout
14845
14846 \begin_layout Standard
14847 \begin_inset VSpace medskip
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \begin_layout Standard
14854 You can also define your own color with the command
14855 \end_layout
14856
14857 \begin_layout Standard
14858
14859 \series bold
14860
14861 \backslash
14862 definecolor{color name}{color model}{color values}
14863 \end_layout
14864
14865 \begin_layout Standard
14866 The color model can be
14867 \end_layout
14868
14869 \begin_layout Labeling
14870 \labelwidthstring 00.00.0000
14871 cmyk: cyan, magenta, yellow, black
14872 \end_layout
14873
14874 \begin_layout Labeling
14875 \labelwidthstring 00.00.0000
14876 rgb: red, green blue
14877 \end_layout
14878
14879 \begin_layout Labeling
14880 \labelwidthstring 00.00.0000
14881 gray gray
14882 \end_layout
14883
14884 \begin_layout Standard
14885 and the color values are comma separated numbers between 0 and 1 describing
14886  the factor for the corresponding color of the color model.
14887 \end_layout
14888
14889 \begin_layout Standard
14890 You can e.
14891 \begin_inset space \thinspace{}
14892 \end_inset
14893
14894 g.
14895 \begin_inset space \space{}
14896 \end_inset
14897
14898 define the color "
14899 \emph on
14900 darkgreen
14901 \emph default
14902 " in the preamble with
14903 \end_layout
14904
14905 \begin_layout Standard
14906
14907 \series bold
14908
14909 \backslash
14910 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14911 \end_layout
14912
14913 \begin_layout Standard
14914 and the color "
14915 \emph on
14916 lightgray
14917 \emph default
14918 " with
14919 \end_layout
14920
14921 \begin_layout Standard
14922
14923 \series bold
14924
14925 \backslash
14926 definecolor{lightgray}{gray}{0.8}
14927 \end_layout
14928
14929 \begin_layout Standard
14930 \begin_inset VSpace medskip
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \begin_layout Standard
14937 Lines are colored with the command
14938 \end_layout
14939
14940 \begin_layout Standard
14941
14942 \series bold
14943
14944 \backslash
14945 rowcolor{name of color}
14946 \end_layout
14947
14948 \begin_layout Standard
14949 and cells are colored with the command
14950 \end_layout
14951
14952 \begin_layout Standard
14953
14954 \series bold
14955
14956 \backslash
14957 cellcolor{name of color}
14958 \end_layout
14959
14960 \begin_layout Standard
14961 Both commands are inserted at the beginning of a cell as TeX-Code.
14962 \end_layout
14963
14964 \begin_layout Standard
14965 To color characters in the table, mark the cells and use the LyX menu 
14966 \family sans
14967 Edit\SpecialChar \menuseparator
14968 Text
14969 \begin_inset space ~
14970 \end_inset
14971
14972 Style
14973 \family default
14974 .
14975  If a cell contains TeX-Code mark only the characters, otherwise the colored
14976  TeX-Code will cause LaTeX-errors.
14977 \end_layout
14978
14979 \begin_layout Standard
14980 \begin_inset Note Greyedout
14981 status open
14982
14983 \begin_layout Plain Layout
14984
14985 \series bold
14986 Note:
14987 \series default
14988  Not all DVI-viewers are able to display self-defined colors.
14989 \end_layout
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 \begin_inset VSpace bigskip
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \begin_layout Standard
15004 To create Table
15005 \begin_inset space ~
15006 \end_inset
15007
15008
15009 \begin_inset CommandInset ref
15010 LatexCommand ref
15011 reference "tab:Table-colored-using"
15012
15013 \end_inset
15014
15015  do the following: The color of the first column should be 
15016 \emph on
15017 darkgreen
15018 \emph default
15019 .
15020  So insert
15021 \end_layout
15022
15023 \begin_layout Standard
15024
15025 \series bold
15026 >{
15027 \backslash
15028 columncolor{darkgreen}
15029 \backslash
15030 centering}c
15031 \end_layout
15032
15033 \begin_layout Standard
15034 as LaTeX-argument for this column.
15035  The first row should be blue, therefore the TeX-Code command
15036 \end_layout
15037
15038 \begin_layout Standard
15039
15040 \series bold
15041
15042 \backslash
15043 rowcolor{cyan}
15044 \end_layout
15045
15046 \begin_layout Standard
15047 is inserted to the first cell of this row.
15048  Note that this overwrites the column color for the first cell.
15049  The last cell of the last row is colored magenta by inserting the TeX-Code
15050  command
15051 \end_layout
15052
15053 \begin_layout Standard
15054
15055 \series bold
15056
15057 \backslash
15058 cellcolor{magenta}
15059 \end_layout
15060
15061 \begin_layout Standard
15062 The characters could now be colored using the menu 
15063 \family sans
15064 Edit\SpecialChar \menuseparator
15065 Text
15066 \begin_inset space ~
15067 \end_inset
15068
15069 Style
15070 \family default
15071 .
15072 \end_layout
15073
15074 \begin_layout Standard
15075 \begin_inset Float table
15076 placement h
15077 wide false
15078 sideways false
15079 status open
15080
15081 \begin_layout Plain Layout
15082 \begin_inset Caption
15083
15084 \begin_layout Plain Layout
15085 \begin_inset CommandInset label
15086 LatexCommand label
15087 name "tab:Table-colored-using"
15088
15089 \end_inset
15090
15091 Table colored using the package 
15092 \series bold
15093 colortbl
15094 \series default
15095
15096 \begin_inset Argument
15097 status collapsed
15098
15099 \begin_layout Plain Layout
15100 Table with colortbl
15101 \end_layout
15102
15103 \end_inset
15104
15105
15106 \end_layout
15107
15108 \end_inset
15109
15110
15111 \end_layout
15112
15113 \begin_layout Plain Layout
15114 \align center
15115 \begin_inset Tabular
15116 <lyxtabular version="3" rows="3" columns="3">
15117 <features tabularvalignment="middle">
15118 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15119 <column alignment="center" valignment="top" width="0">
15120 <column alignment="center" valignment="top" width="0">
15121 <row>
15122 <cell alignment="center" valignment="top" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 \begin_inset ERT
15127 status collapsed
15128
15129 \begin_layout Plain Layout
15130
15131
15132 \backslash
15133 rowcolor{cyan}
15134 \end_layout
15135
15136 \end_inset
15137
15138
15139 \color magenta
15140 a
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149
15150 \color red
15151 b
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160
15161 \color red
15162 c
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \color yellow
15175 d
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \color blue
15186 e
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \color blue
15197 f
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \color yellow
15210 g
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219
15220 \color blue
15221 h
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 \begin_inset ERT
15231 status collapsed
15232
15233 \begin_layout Plain Layout
15234
15235
15236 \backslash
15237 cellcolor{magenta}
15238 \end_layout
15239
15240 \end_inset
15241
15242
15243 \color green
15244 i
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 </row>
15250 </lyxtabular>
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \begin_layout Standard
15263 \begin_inset ERT
15264 status collapsed
15265
15266 \begin_layout Plain Layout
15267
15268
15269 \backslash
15270 else
15271 \end_layout
15272
15273 \end_inset
15274
15275
15276 \begin_inset Note Note
15277 status open
15278
15279 \begin_layout Plain Layout
15280 The following will be displayed when the LaTeX-package 
15281 \series bold
15282 colortbl
15283 \series default
15284  is not installed:
15285 \end_layout
15286
15287 \end_inset
15288
15289
15290 \end_layout
15291
15292 \begin_layout Standard
15293 You need to install the package 
15294 \series bold
15295 colortbl
15296 \series default
15297  to see the content of this section in the output.
15298 \end_layout
15299
15300 \begin_layout Standard
15301 \begin_inset ERT
15302 status collapsed
15303
15304 \begin_layout Plain Layout
15305
15306
15307 \backslash
15308 fi
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Subsection
15317 Colored Lines
15318 \begin_inset Index idx
15319 status collapsed
15320
15321 \begin_layout Plain Layout
15322 Table Color ! for Lines
15323 \end_layout
15324
15325 \end_inset
15326
15327
15328 \begin_inset Index idx
15329 status collapsed
15330
15331 \begin_layout Plain Layout
15332 Color ! for Table Lines
15333 \end_layout
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \begin_layout Standard
15341 As described in section
15342 \begin_inset space ~
15343 \end_inset
15344
15345
15346 \begin_inset CommandInset ref
15347 LatexCommand ref
15348 reference "sub:Line-Thickness"
15349
15350 \end_inset
15351
15352 , the line thickness for all lines in a table can be adjusted with the length
15353  
15354 \series bold
15355
15356 \backslash
15357 arrayrulewidth
15358 \series default
15359 .
15360  It is set to 1.5
15361 \begin_inset space \thinspace{}
15362 \end_inset
15363
15364 pt for all tables of this section.
15365 \begin_inset ERT
15366 status collapsed
15367
15368 \begin_layout Plain Layout
15369
15370
15371 \backslash
15372 setlength{
15373 \backslash
15374 arrayrulewidth}{1.5pt}
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \begin_layout Standard
15383 To color vertical lines for example with green, create the following column
15384  format in the document preamble, according to the description in section
15385 \begin_inset space ~
15386 \end_inset
15387
15388
15389 \begin_inset CommandInset ref
15390 LatexCommand ref
15391 reference "sub:Customized-Format"
15392
15393 \end_inset
15394
15395 :
15396 \end_layout
15397
15398 \begin_layout Standard
15399
15400 \series bold
15401
15402 \backslash
15403 newcolumntype{W}{!{
15404 \backslash
15405 color{green}
15406 \backslash
15407 vline}}
15408 \end_layout
15409
15410 \begin_layout Standard
15411 For Table
15412 \begin_inset space ~
15413 \end_inset
15414
15415
15416 \begin_inset CommandInset ref
15417 LatexCommand ref
15418 reference "tab:Table-with-vertical-colored"
15419
15420 \end_inset
15421
15422  the LaTeX-argument
15423 \series bold
15424  WcW
15425 \series default
15426  was used for the last column and
15427 \series bold
15428  Wc
15429 \series default
15430  for the other columns.
15431 \end_layout
15432
15433 \begin_layout Standard
15434 If you want to have several colors, define more column formats.
15435 \end_layout
15436
15437 \begin_layout Standard
15438 \begin_inset Float table
15439 placement h
15440 wide false
15441 sideways false
15442 status open
15443
15444 \begin_layout Plain Layout
15445 \begin_inset Caption
15446
15447 \begin_layout Plain Layout
15448 \begin_inset CommandInset label
15449 LatexCommand label
15450 name "tab:Table-with-vertical-colored"
15451
15452 \end_inset
15453
15454 Table with colored vertical lines
15455 \end_layout
15456
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \begin_layout Plain Layout
15463 \align center
15464 \begin_inset Tabular
15465 <lyxtabular version="3" rows="3" columns="3">
15466 <features tabularvalignment="middle">
15467 <column alignment="center" valignment="top" width="0" special="Wc">
15468 <column alignment="center" valignment="top" width="0" special="Wc">
15469 <column alignment="center" valignment="top" width="0" special="WcW">
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 sd
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" topline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 <row>
15500 <cell alignment="center" valignment="top" topline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513 sd
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row>
15529 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 sd
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 </lyxtabular>
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \begin_layout Standard
15570 \begin_inset VSpace bigskip
15571 \end_inset
15572
15573 To color horizontal lines for example with red, as in Table
15574 \begin_inset space ~
15575 \end_inset
15576
15577
15578 \begin_inset CommandInset ref
15579 LatexCommand ref
15580 reference "tab:Table-with-horizontal-colored"
15581
15582 \end_inset
15583
15584 , insert these commands in TeX-Code before the table or table float:
15585 \end_layout
15586
15587 \begin_layout Standard
15588
15589 \series bold
15590
15591 \backslash
15592 let
15593 \backslash
15594 myHlineC
15595 \backslash
15596 hline
15597 \begin_inset Newline newline
15598 \end_inset
15599
15600
15601 \backslash
15602 renewcommand{
15603 \backslash
15604 hline}
15605 \begin_inset Newline newline
15606 \end_inset
15607
15608
15609 \begin_inset Phantom HPhantom
15610 status open
15611
15612 \begin_layout Plain Layout
15613
15614 \series bold
15615 \begin_inset space ~
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \end_inset
15622
15623 {
15624 \backslash
15625 arrayrulecolor{red}
15626 \backslash
15627 myHlineC
15628 \backslash
15629 arrayrulecolor{black}}
15630 \end_layout
15631
15632 \begin_layout Standard
15633 \begin_inset ERT
15634 status collapsed
15635
15636 \begin_layout Plain Layout
15637
15638
15639 \backslash
15640 let
15641 \backslash
15642 myHlineC
15643 \backslash
15644 hline
15645 \end_layout
15646
15647 \begin_layout Plain Layout
15648
15649
15650 \backslash
15651 renewcommand{
15652 \backslash
15653 hline}
15654 \end_layout
15655
15656 \begin_layout Plain Layout
15657
15658  {
15659 \backslash
15660 arrayrulecolor{red}
15661 \backslash
15662 myHlineC
15663 \backslash
15664 arrayrulecolor{black}}
15665 \end_layout
15666
15667 \end_inset
15668
15669
15670 \begin_inset Float table
15671 placement h
15672 wide false
15673 sideways false
15674 status open
15675
15676 \begin_layout Plain Layout
15677 \begin_inset Caption
15678
15679 \begin_layout Plain Layout
15680 \begin_inset CommandInset label
15681 LatexCommand label
15682 name "tab:Table-with-horizontal-colored"
15683
15684 \end_inset
15685
15686 Table with colored horizontal lines
15687 \end_layout
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \begin_layout Plain Layout
15695 \align center
15696 \begin_inset Tabular
15697 <lyxtabular version="3" rows="3" columns="3">
15698 <features tabularvalignment="middle">
15699 <column alignment="center" valignment="top" width="0">
15700 <column alignment="center" valignment="top" width="0">
15701 <column alignment="center" valignment="top" width="0">
15702 <row>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 sd
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row>
15732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 sd
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 </row>
15760 <row>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 sd
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 </row>
15789 </lyxtabular>
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \begin_layout Standard
15802 To return to the default line color black, insert this command in TeX-Code
15803  after the table or table float:
15804 \end_layout
15805
15806 \begin_layout Standard
15807
15808 \series bold
15809
15810 \backslash
15811 renewcommand{
15812 \backslash
15813 hline}{
15814 \backslash
15815 myHlineC}
15816 \end_layout
15817
15818 \begin_layout Standard
15819 Table
15820 \begin_inset space ~
15821 \end_inset
15822
15823
15824 \begin_inset CommandInset ref
15825 LatexCommand ref
15826 reference "tab:Table-with-colored"
15827
15828 \end_inset
15829
15830  is an example with colored vertical and horizontal lines.
15831 \end_layout
15832
15833 \begin_layout Standard
15834 \begin_inset Float table
15835 placement h
15836 wide false
15837 sideways false
15838 status open
15839
15840 \begin_layout Plain Layout
15841 \begin_inset Caption
15842
15843 \begin_layout Plain Layout
15844 \begin_inset CommandInset label
15845 LatexCommand label
15846 name "tab:Table-with-colored"
15847
15848 \end_inset
15849
15850 Table with colored lines
15851 \end_layout
15852
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \begin_layout Plain Layout
15859 \align center
15860 \begin_inset Tabular
15861 <lyxtabular version="3" rows="3" columns="3">
15862 <features tabularvalignment="middle">
15863 <column alignment="center" valignment="top" width="0" special="Wc">
15864 <column alignment="center" valignment="top" width="0" special="Wc">
15865 <column alignment="center" valignment="top" width="0" special="WcW">
15866 <row>
15867 <cell alignment="center" valignment="top" topline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 sd
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" topline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 </row>
15895 <row>
15896 <cell alignment="center" valignment="top" topline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 sd
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 </row>
15924 <row topspace="default">
15925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 sd
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 </lyxtabular>
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \begin_layout Standard
15966 \begin_inset ERT
15967 status collapsed
15968
15969 \begin_layout Plain Layout
15970
15971
15972 \backslash
15973 renewcommand{
15974 \backslash
15975 hline}{
15976 \backslash
15977 myHlineC}
15978 \end_layout
15979
15980 \end_inset
15981
15982
15983 \end_layout
15984
15985 \begin_layout Standard
15986 \begin_inset ERT
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990
15991
15992 \backslash
15993 setlength{
15994 \backslash
15995 arrayrulewidth}{0.4pt}
15996 \end_layout
15997
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \begin_layout Section
16004 Table Customization
16005 \begin_inset Index idx
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009 Table Customization
16010 \end_layout
16011
16012 \end_inset
16013
16014
16015 \begin_inset Index idx
16016 status collapsed
16017
16018 \begin_layout Plain Layout
16019 Table ! Customization
16020 \end_layout
16021
16022 \end_inset
16023
16024
16025 \end_layout
16026
16027 \begin_layout Subsection
16028 Row Spacing
16029 \begin_inset CommandInset label
16030 LatexCommand label
16031 name "sub:Row-Spacing"
16032
16033 \end_inset
16034
16035
16036 \begin_inset Index idx
16037 status collapsed
16038
16039 \begin_layout Plain Layout
16040 Table Customization ! Row Spacing
16041 \end_layout
16042
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \begin_layout Standard
16049 You can add vertical space to table rows in the 
16050 \family sans
16051 Borders
16052 \family default
16053  tab of the table dialog.
16054  You find there three possibilities:
16055 \end_layout
16056
16057 \begin_layout Description
16058 Top
16059 \begin_inset space ~
16060 \end_inset
16061
16062 of
16063 \begin_inset space ~
16064 \end_inset
16065
16066 row will add space above the characters of the table row.
16067  If the table is a formal table
16068 \begin_inset Foot
16069 status collapsed
16070
16071 \begin_layout Plain Layout
16072 Formal tables are explained in section
16073 \begin_inset space ~
16074 \end_inset
16075
16076
16077 \begin_inset CommandInset ref
16078 LatexCommand ref
16079 reference "sec:Formal-Tables"
16080
16081 \end_inset
16082
16083 .
16084 \end_layout
16085
16086 \end_inset
16087
16088  LyX will insert as default 0.5
16089 \begin_inset space \thinspace{}
16090 \end_inset
16091
16092 em space.
16093  For normal tables the inserted space will unfortunately destroy the vertical
16094  table lines as in the following table:
16095 \begin_inset VSpace medskip
16096 \end_inset
16097
16098
16099 \begin_inset Newline newline
16100 \end_inset
16101
16102
16103 \begin_inset space \hspace*{}
16104 \length 0pt
16105 \end_inset
16106
16107
16108 \begin_inset space \hfill{}
16109 \end_inset
16110
16111
16112 \begin_inset Tabular
16113 <lyxtabular version="3" rows="3" columns="1">
16114 <features tabularvalignment="middle">
16115 <column alignment="center" valignment="top" width="0">
16116 <row>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 A
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 </row>
16127 <row topspace="3mm">
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132 3
16133 \begin_inset space \thinspace{}
16134 \end_inset
16135
16136 mm space top of row
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row>
16143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 C
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 </row>
16153 </lyxtabular>
16154
16155 \end_inset
16156
16157
16158 \begin_inset space \hfill{}
16159 \end_inset
16160
16161
16162 \begin_inset space \hspace*{}
16163 \length 0pt
16164 \end_inset
16165
16166
16167 \begin_inset VSpace medskip
16168 \end_inset
16169
16170
16171 \begin_inset Newline newline
16172 \end_inset
16173
16174 So inserting space in the top of row for normal tables is only useful when
16175  you don't have vertical lines.
16176 \end_layout
16177
16178 \begin_layout Description
16179 Bottom
16180 \begin_inset space ~
16181 \end_inset
16182
16183 of
16184 \begin_inset space ~
16185 \end_inset
16186
16187 row will add space below the characters of the table row.
16188  If the table is a formal table LyX will insert as default 0.5
16189 \begin_inset space \thinspace{}
16190 \end_inset
16191
16192 em space, for normal tables the default size is 2
16193 \begin_inset space \thinspace{}
16194 \end_inset
16195
16196 pt.
16197 \end_layout
16198
16199 \begin_layout Description
16200 Between
16201 \begin_inset space ~
16202 \end_inset
16203
16204 rows adds space between the current and the following row.
16205  If the table is a formal table LyX will insert as default 0.5
16206 \begin_inset space \thinspace{}
16207 \end_inset
16208
16209 em space.
16210  For normal tables the inserted space will unfortunately destroy the vertical
16211  table lines as in the following table:
16212 \begin_inset VSpace medskip
16213 \end_inset
16214
16215
16216 \begin_inset Newline newline
16217 \end_inset
16218
16219
16220 \begin_inset space \hspace*{}
16221 \length 0pt
16222 \end_inset
16223
16224
16225 \begin_inset space \hfill{}
16226 \end_inset
16227
16228
16229 \begin_inset Tabular
16230 <lyxtabular version="3" rows="3" columns="1">
16231 <features tabularvalignment="middle">
16232 <column alignment="center" valignment="top" width="0">
16233 <row>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 A
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row interlinespace="3mm">
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Formula $\downarrow$
16250 \end_inset
16251
16252  3
16253 \begin_inset space \thinspace{}
16254 \end_inset
16255
16256 mm space between row 
16257 \begin_inset Formula $\downarrow$
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 <row>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 \begin_inset Formula $\uparrow$
16272 \end_inset
16273
16274  3
16275 \begin_inset space \thinspace{}
16276 \end_inset
16277
16278 mm space between row 
16279 \begin_inset Formula $\uparrow$
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 </row>
16288 </lyxtabular>
16289
16290 \end_inset
16291
16292
16293 \begin_inset space \hfill{}
16294 \end_inset
16295
16296
16297 \begin_inset space \hspace*{}
16298 \length 0pt
16299 \end_inset
16300
16301
16302 \begin_inset VSpace medskip
16303 \end_inset
16304
16305
16306 \begin_inset Newline newline
16307 \end_inset
16308
16309 So inserting space between rows for normal tables is only useful when you
16310  don't have vertical lines.
16311 \end_layout
16312
16313 \begin_layout Standard
16314 \begin_inset VSpace bigskip
16315 \end_inset
16316
16317 When you want to add extra height to all cells of all tables, you can do
16318  this with the following preamble lines:
16319 \end_layout
16320
16321 \begin_layout Standard
16322
16323 \series bold
16324
16325 \backslash
16326 @ifundefined{extrarowheight}
16327 \begin_inset Newline newline
16328 \end_inset
16329
16330
16331 \begin_inset Phantom HPhantom
16332 status open
16333
16334 \begin_layout Plain Layout
16335
16336 \series bold
16337 \begin_inset space ~
16338 \end_inset
16339
16340
16341 \end_layout
16342
16343 \end_inset
16344
16345 {
16346 \backslash
16347 usepackage{array}}{}
16348 \begin_inset Newline newline
16349 \end_inset
16350
16351
16352 \backslash
16353 setlength{
16354 \backslash
16355 extrarowheight}{height}
16356 \end_layout
16357
16358 \begin_layout Standard
16359 But this has the disadvantage that the cell texts are no longer exactly
16360  vertically centered.
16361  (The package 
16362 \series bold
16363 array
16364 \series default
16365  will be loaded automatically by LyX when you use self defined table formats.
16366  To avoid that it being loaded twice the command 
16367 \series bold
16368
16369 \backslash
16370 @ifundefined
16371 \series default
16372  is used in the above command.)
16373 \end_layout
16374
16375 \begin_layout Standard
16376 If you are using font sizes larger than the normal size, the table borders
16377  are often too close to the letters.
16378  This can be corrected by inserting the command 
16379 \series bold
16380
16381 \backslash
16382 strut
16383 \series default
16384  in TeX code at the beginning of a table row.
16385  Table
16386 \begin_inset space ~
16387 \end_inset
16388
16389
16390 \begin_inset CommandInset ref
16391 LatexCommand ref
16392 reference "tab:Vertical-alignment-of"
16393
16394 \end_inset
16395
16396  illustrates the effect.
16397 \end_layout
16398
16399 \begin_layout Standard
16400 \noindent
16401 \begin_inset Float table
16402 placement h
16403 wide false
16404 sideways false
16405 status open
16406
16407 \begin_layout Plain Layout
16408 \begin_inset Caption
16409
16410 \begin_layout Plain Layout
16411 \begin_inset CommandInset label
16412 LatexCommand label
16413 name "tab:Vertical-alignment-of"
16414
16415 \end_inset
16416
16417 Vertical alignment of text with large font sizes.
16418 \end_layout
16419
16420 \end_inset
16421
16422
16423 \end_layout
16424
16425 \begin_layout Plain Layout
16426 \begin_inset space \hfill{}
16427 \end_inset
16428
16429
16430 \begin_inset Float table
16431 wide false
16432 sideways false
16433 status collapsed
16434
16435 \begin_layout Plain Layout
16436 \begin_inset Caption
16437
16438 \begin_layout Plain Layout
16439 Normal table.
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \begin_layout Plain Layout
16448 \noindent
16449 \align center
16450 \begin_inset Tabular
16451 <lyxtabular version="3" rows="6" columns="1">
16452 <features tabularvalignment="middle">
16453 <column alignment="left" valignment="top" width="0">
16454 <row>
16455 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 Normal, g
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470
16471 \size large
16472 Large
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 <row>
16479 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483
16484 \size larger
16485 Larger
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496
16497 \size largest
16498 Largest
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 </row>
16504 <row>
16505 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509
16510 \size huge
16511 Huge
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522
16523 \size huge
16524 Huger
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 </lyxtabular>
16531
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538
16539
16540 \begin_inset space \hfill{}
16541 \end_inset
16542
16543
16544 \begin_inset Float table
16545 wide false
16546 sideways false
16547 status collapsed
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Caption
16551
16552 \begin_layout Plain Layout
16553 Table using the command 
16554 \series bold
16555
16556 \backslash
16557 strut
16558 \series default
16559 .
16560 \end_layout
16561
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \begin_layout Plain Layout
16568 \noindent
16569 \align center
16570 \begin_inset Tabular
16571 <lyxtabular version="3" rows="6" columns="1">
16572 <features tabularvalignment="middle">
16573 <column alignment="left" valignment="top" width="0">
16574 <row>
16575 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 Normal, g
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \size large
16592 \begin_inset ERT
16593 status collapsed
16594
16595 \begin_layout Plain Layout
16596
16597
16598 \backslash
16599 strut 
16600 \end_layout
16601
16602 \end_inset
16603
16604 Large
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row>
16611 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615
16616 \size larger
16617 \begin_inset ERT
16618 status collapsed
16619
16620 \begin_layout Plain Layout
16621
16622
16623 \backslash
16624 strut 
16625 \end_layout
16626
16627 \end_inset
16628
16629 Larger
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row>
16636 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640
16641 \size largest
16642 \begin_inset ERT
16643 status collapsed
16644
16645 \begin_layout Plain Layout
16646
16647
16648 \backslash
16649 strut 
16650 \end_layout
16651
16652 \end_inset
16653
16654 Largest
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \size huge
16667 \begin_inset ERT
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671
16672
16673 \backslash
16674 strut 
16675 \end_layout
16676
16677 \end_inset
16678
16679 Huge
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690
16691 \size giant
16692 \begin_inset ERT
16693 status collapsed
16694
16695 \begin_layout Plain Layout
16696
16697
16698 \backslash
16699 strut 
16700 \end_layout
16701
16702 \end_inset
16703
16704
16705 \size huge
16706 Huger
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 </lyxtabular>
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \end_inset
16720
16721
16722 \begin_inset space \hfill{}
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \begin_layout Subsection
16734 Special Cell Alignment
16735 \begin_inset Index idx
16736 status collapsed
16737
16738 \begin_layout Plain Layout
16739 Table Customization ! Special Cell Alignment
16740 \end_layout
16741
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \begin_layout Standard
16748 Sometimes it looks better when the cell entries of a column are aligned
16749  with a special character, e.
16750 \begin_inset space \thinspace{}
16751 \end_inset
16752
16753 g.
16754 \begin_inset space \space{}
16755 \end_inset
16756
16757 with the decimal separator as in Table
16758 \begin_inset space ~
16759 \end_inset
16760
16761
16762 \begin_inset CommandInset ref
16763 LatexCommand ref
16764 reference "tab:Table-cells-of"
16765
16766 \end_inset
16767
16768 .
16769 \end_layout
16770
16771 \begin_layout Standard
16772 \begin_inset Float table
16773 placement h
16774 wide false
16775 sideways false
16776 status open
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Caption
16780
16781 \begin_layout Plain Layout
16782 \begin_inset CommandInset label
16783 LatexCommand label
16784 name "tab:Table-cells-of"
16785
16786 \end_inset
16787
16788 Table cells of a column aligned with the decimal separator.
16789 \end_layout
16790
16791 \end_inset
16792
16793
16794 \end_layout
16795
16796 \begin_layout Plain Layout
16797 \align center
16798 \begin_inset Tabular
16799 <lyxtabular version="3" rows="4" columns="2">
16800 <features tabularvalignment="middle">
16801 <column alignment="right" valignment="top" width="0">
16802 <column alignment="left" valignment="top" width="0" special="@{}l">
16803 <row>
16804 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 heading
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="center" valignment="top" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 12.
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 <cell alignment="center" valignment="top" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 6
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 </row>
16843 <row>
16844 <cell alignment="center" valignment="top" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 0.
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 68
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 -123.
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 0
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 </lyxtabular>
16884
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Standard
16896 This table was created with a 4×2 table.
16897  The heading is a centered multicolumn.
16898  The first column is right-aligned and contains the digits before the decimal
16899  point and the decimal point.
16900  The second column is left aligned and contains the digits after the decimal
16901  point.
16902  To omit the space that is normally between two table columns, the following
16903  LaTeX-argument was used for the second column:
16904 \end_layout
16905
16906 \begin_layout Standard
16907
16908 \series bold
16909 @{}l
16910 \end_layout
16911
16912 \begin_layout Standard
16913 Table
16914 \begin_inset space ~
16915 \end_inset
16916
16917
16918 \begin_inset CommandInset ref
16919 LatexCommand ref
16920 reference "tab:Several-table-cell"
16921
16922 \end_inset
16923
16924  shows some example alignments.
16925  For the alignment with the relation sign, you must add the second smallest
16926  math-space at the beginning of the last column to get the correct space
16927  surrounding the relation sign.
16928 \end_layout
16929
16930 \begin_layout Standard
16931 \begin_inset Float table
16932 placement h
16933 wide false
16934 sideways false
16935 status open
16936
16937 \begin_layout Plain Layout
16938 \begin_inset Caption
16939
16940 \begin_layout Plain Layout
16941 \begin_inset CommandInset label
16942 LatexCommand label
16943 name "tab:Several-table-cell"
16944
16945 \end_inset
16946
16947 Several table cell alignments.
16948 \end_layout
16949
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \begin_layout Plain Layout
16956 \align center
16957 \begin_inset Tabular
16958 <lyxtabular version="3" rows="4" columns="6">
16959 <features tabularvalignment="middle">
16960 <column alignment="right" valignment="top" width="0">
16961 <column alignment="left" valignment="top" width="0" special="@{}l">
16962 <column alignment="right" valignment="top" width="0">
16963 <column alignment="left" valignment="top" width="0" special="@{}l">
16964 <column alignment="right" valignment="top" width="0">
16965 <column alignment="left" valignment="top" width="0" special="@{}l">
16966 <row>
16967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 units
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 exponents
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 relations
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 12×
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 24
17037 \begin_inset space \thinspace{}
17038 \end_inset
17039
17040 bottles
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 <cell alignment="center" valignment="top" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049 \begin_inset Formula $10\cdot$
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $10^{\mbox{-}17}$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\Gamma(t)\propto$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $\:\Upsilon(t)$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="center" valignment="top" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 1024×
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 768
17109 \begin_inset space \thinspace{}
17110 \end_inset
17111
17112 Pixels
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $5.78\cdot$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $10^{7}$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $A\ne$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 <cell alignment="center" valignment="top" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157 \begin_inset Formula $\: B_{\mathrm{red}}$
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row>
17167 <cell alignment="center" valignment="top" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 32×
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 6
17181 \begin_inset space \thinspace{}
17182 \end_inset
17183
17184 cm
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 -
17194 \begin_inset Formula $33.5\cdot$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $10^{4}$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 <cell alignment="center" valignment="top" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218 \begin_inset Formula $\sin(\alpha)\ge$
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 <cell alignment="center" valignment="top" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230 \begin_inset Formula $\:\sin(\beta)$
17231 \end_inset
17232
17233
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 </row>
17239 </lyxtabular>
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247
17248
17249 \end_layout
17250
17251 \begin_layout Standard
17252 \begin_inset VSpace bigskip
17253 \end_inset
17254
17255 There is also the LaTeX-package 
17256 \series bold
17257 dcolumn
17258 \series default
17259
17260 \begin_inset Index idx
17261 status collapsed
17262
17263 \begin_layout Plain Layout
17264 LaTeX-packages ! dcolumn
17265 \end_layout
17266
17267 \end_inset
17268
17269  that provides table cell alignments.
17270  But this unfortunately treats the cell entries as math and does not allow
17271  formulas in table cells: The first column of Table
17272 \begin_inset space ~
17273 \end_inset
17274
17275
17276 \begin_inset CommandInset ref
17277 LatexCommand ref
17278 reference "tab:Several-table-cell"
17279
17280 \end_inset
17281
17282  will look with 
17283 \series bold
17284 dcolumn
17285 \series default
17286  like the first column in Table
17287 \begin_inset space ~
17288 \end_inset
17289
17290
17291 \begin_inset CommandInset ref
17292 LatexCommand ref
17293 reference "tab:Alignments-when"
17294
17295 \end_inset
17296
17297  and only with some tricks as you would want.
17298  The alignment of the second and third column of Table
17299 \begin_inset space ~
17300 \end_inset
17301
17302
17303 \begin_inset CommandInset ref
17304 LatexCommand ref
17305 reference "tab:Several-table-cell"
17306
17307 \end_inset
17308
17309  is not possible with 
17310 \series bold
17311 dcolumn
17312 \series default
17313 .
17314 \end_layout
17315
17316 \begin_layout Standard
17317 \begin_inset Newpage newpage
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \begin_layout Standard
17324 \begin_inset Float table
17325 placement h
17326 wide false
17327 sideways false
17328 status open
17329
17330 \begin_layout Plain Layout
17331 \begin_inset Caption
17332
17333 \begin_layout Plain Layout
17334 \begin_inset CommandInset label
17335 LatexCommand label
17336 name "tab:Alignments-when"
17337
17338 \end_inset
17339
17340 Alignments when LaTeX-package dcolumn is used.
17341  For all column alignments tricks have to be used to get the output.
17342 \end_layout
17343
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \begin_layout Plain Layout
17350 \align center
17351 \begin_inset Tabular
17352 <lyxtabular version="3" rows="4" columns="3">
17353 <features tabularvalignment="middle">
17354 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17355 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17356 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17357 <row>
17358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 units
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 units
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 units
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 12x24
17392 \begin_inset space \thinspace{}
17393 \end_inset
17394
17395 bottles
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 12x24
17405 \begin_inset space \thinspace{}
17406 \end_inset
17407
17408
17409 \begin_inset Formula $\mbox{bottles}$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 12
17422 \begin_inset ERT
17423 status collapsed
17424
17425 \begin_layout Plain Layout
17426
17427
17428 \backslash
17429 times 
17430 \end_layout
17431
17432 \end_inset
17433
17434 24+
17435 \begin_inset Formula $\mbox{bottles}$
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 </row>
17444 <row>
17445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 1024x768
17450 \begin_inset space \thinspace{}
17451 \end_inset
17452
17453 Pixels
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 1024x768
17463 \begin_inset space \thinspace{}
17464 \end_inset
17465
17466
17467 \begin_inset Formula $\mbox{Pixels}$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 1024
17480 \begin_inset ERT
17481 status collapsed
17482
17483 \begin_layout Plain Layout
17484
17485
17486 \backslash
17487 times 
17488 \end_layout
17489
17490 \end_inset
17491
17492 768+
17493 \begin_inset Formula $\mbox{Pixels}$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 32x6
17508 \begin_inset space \thinspace{}
17509 \end_inset
17510
17511 cm
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 32x6
17521 \begin_inset space \thinspace{}
17522 \end_inset
17523
17524
17525 \begin_inset Formula $\mbox{cm}$
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 32
17538 \begin_inset ERT
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542
17543
17544 \backslash
17545 times 
17546 \end_layout
17547
17548 \end_inset
17549
17550 6+
17551 \begin_inset Formula $\mbox{cm}$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 </lyxtabular>
17561
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \begin_layout Subsection
17573 Customized Cell/Column Format
17574 \begin_inset CommandInset label
17575 LatexCommand label
17576 name "sub:Customized-Format"
17577
17578 \end_inset
17579
17580
17581 \begin_inset Index idx
17582 status collapsed
17583
17584 \begin_layout Plain Layout
17585 Table Customization ! Cell/Column Format
17586 \end_layout
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \begin_layout Standard
17594 Calculating the required width for spanned columns as in section
17595 \begin_inset space ~
17596 \end_inset
17597
17598
17599 \begin_inset CommandInset ref
17600 LatexCommand ref
17601 reference "sub:Multicolumn-Calculations"
17602
17603 \end_inset
17604
17605  is very annoying if you have several tables with multicolumn cells.
17606  To make life easier, you can define a cell/column format in the preamble,
17607  so that it can be used in all tables of the document.
17608  The format is defined with the command
17609 \end_layout
17610
17611 \begin_layout Standard
17612
17613 \series bold
17614
17615 \backslash
17616 newcolumntype{name of format}[number of arguments]{commands}
17617 \end_layout
17618
17619 \begin_layout Standard
17620 The format name may only consist of one letter.
17621  The letters 
17622 \emph on
17623 b
17624 \emph default
17625
17626 \emph on
17627 c
17628 \emph default
17629
17630 \emph on
17631 l
17632 \emph default
17633
17634 \emph on
17635 m
17636 \emph default
17637
17638 \emph on
17639 p
17640 \emph default
17641  and 
17642 \emph on
17643 r
17644 \emph default
17645  are predefined and cannot be used.
17646  But all letters are allowed as capitals.
17647 \end_layout
17648
17649 \begin_layout Standard
17650 \begin_inset VSpace medskip
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \begin_layout Standard
17657 For vertically and horizontally centered multicolumn cells with a fixed
17658  width you can define the cell format
17659 \end_layout
17660
17661 \begin_layout Standard
17662
17663 \series bold
17664
17665 \backslash
17666 newcolumntype{M}[1]{>{
17667 \backslash
17668 centering
17669 \backslash
17670 hspace{0pt}}m{#1}}
17671 \end_layout
17672
17673 \begin_layout Standard
17674 where 
17675 \series bold
17676
17677 \backslash
17678 hspace{0pt}
17679 \series default
17680  avoids the problem of hyphenating the first word, as described in section
17681 \begin_inset space ~
17682 \end_inset
17683
17684
17685 \begin_inset CommandInset ref
17686 LatexCommand ref
17687 reference "sub:Multiple-Lines-in"
17688
17689 \end_inset
17690
17691 .
17692  Now you can simply enter
17693 \end_layout
17694
17695 \begin_layout Standard
17696
17697 \series bold
17698 M{width}
17699 \end_layout
17700
17701 \begin_layout Standard
17702 as LaTeX-argument in the table dialog to create a multicolumn.
17703 \end_layout
17704
17705 \begin_layout Standard
17706 \begin_inset VSpace bigskip
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \begin_layout Standard
17713 For cells spanned by a multicolumn cell, you can define the format
17714 \end_layout
17715
17716 \begin_layout Standard
17717
17718 \series bold
17719
17720 \backslash
17721 newcolumntype{S}[2]{>{
17722 \backslash
17723 centering
17724 \backslash
17725 hspace{0pt}}
17726 \begin_inset Newline newline
17727 \end_inset
17728
17729
17730 \begin_inset Phantom HPhantom
17731 status open
17732
17733 \begin_layout Plain Layout
17734
17735 \series bold
17736
17737 \backslash
17738 newcolumntype
17739 \end_layout
17740
17741 \end_inset
17742
17743 m{(#1+(2
17744 \backslash
17745 tabcolsep+
17746 \backslash
17747 arrayrulewidth)*(1-#2))/#2}}
17748 \end_layout
17749
17750 \begin_layout Standard
17751 This format uses equation 
17752 \begin_inset CommandInset ref
17753 LatexCommand eqref
17754 reference "eq:Wgn"
17755
17756 \end_inset
17757
17758  to calculate the required width so that each spanned cell has the same
17759  width.
17760 \end_layout
17761
17762 \begin_layout Standard
17763 You can now enter
17764 \end_layout
17765
17766 \begin_layout Standard
17767
17768 \series bold
17769 S{width of multicolumn cell}{number of spanned columns}
17770 \end_layout
17771
17772 \begin_layout Standard
17773 as LaTeX-argument of the column.
17774 \end_layout
17775
17776 \begin_layout Standard
17777 \begin_inset VSpace bigskip
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \begin_layout Standard
17784 For colored columns, you can define
17785 \end_layout
17786
17787 \begin_layout Standard
17788
17789 \series bold
17790
17791 \backslash
17792 newcolumntype{K}[1]{>{
17793 \backslash
17794 columncolor{#1}
17795 \backslash
17796 hspace{0pt}}c}
17797 \end_layout
17798
17799 \begin_layout Standard
17800 The 
17801 \begin_inset Quotes eld
17802 \end_inset
17803
17804 c
17805 \begin_inset Quotes erd
17806 \end_inset
17807
17808  at the end creates a column with a flexible width whose text is horizontally
17809  centered.
17810  You can now enter
17811 \end_layout
17812
17813 \begin_layout Standard
17814
17815 \series bold
17816 K{color name}
17817 \end_layout
17818
17819 \begin_layout Standard
17820 as LaTeX-argument.
17821 \end_layout
17822
17823 \begin_layout Standard
17824 \begin_inset VSpace bigskip
17825 \end_inset
17826
17827
17828 \end_layout
17829
17830 \begin_layout Standard
17831 To create Table
17832 \begin_inset space ~
17833 \end_inset
17834
17835
17836 \begin_inset CommandInset ref
17837 LatexCommand ref
17838 reference "tab:Table-using-user-defined"
17839
17840 \end_inset
17841
17842  use the LaTeX-arguments
17843 \end_layout
17844
17845 \begin_layout Standard
17846
17847 \series bold
17848 M{2.5cm}
17849 \end_layout
17850
17851 \begin_layout Standard
17852 for the first column and the multicolumn,
17853 \end_layout
17854
17855 \begin_layout Standard
17856
17857 \series bold
17858 K{red}
17859 \end_layout
17860
17861 \begin_layout Standard
17862 for the last column, and
17863 \end_layout
17864
17865 \begin_layout Standard
17866
17867 \series bold
17868 S{2.5cm}{2}
17869 \end_layout
17870
17871 \begin_layout Standard
17872 for the cells in the second column.
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset Float table
17877 placement h
17878 wide false
17879 sideways false
17880 status open
17881
17882 \begin_layout Plain Layout
17883 \begin_inset Caption
17884
17885 \begin_layout Plain Layout
17886 \begin_inset CommandInset label
17887 LatexCommand label
17888 name "tab:Table-using-user-defined"
17889
17890 \end_inset
17891
17892 Table using user-defined table formats
17893 \end_layout
17894
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \begin_layout Plain Layout
17901 \align center
17902 \begin_inset Tabular
17903 <lyxtabular version="3" rows="3" columns="4">
17904 <features tabularvalignment="middle">
17905 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17906 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17907 <column alignment="center" valignment="middle" width="0">
17908 <column alignment="center" valignment="middle" width="0" special="K{red}">
17909 <row>
17910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 verylongtablecellword
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 multiple lines multicolumn
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 c
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 </row>
17947 <row>
17948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 d
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 e
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 f
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 g
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 </row>
17985 <row>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 h
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 i
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 j
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 k
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 </row>
18023 </lyxtabular>
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \end_inset
18031
18032
18033 \end_layout
18034
18035 \begin_layout Subsection
18036 Line Thickness
18037 \begin_inset CommandInset label
18038 LatexCommand label
18039 name "sub:Line-Thickness"
18040
18041 \end_inset
18042
18043
18044 \begin_inset Index idx
18045 status collapsed
18046
18047 \begin_layout Plain Layout
18048 Table Customization ! Line Thickness
18049 \end_layout
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \begin_layout Standard
18057 The line thickness for all lines in a table can be adjusted with the length
18058  
18059 \series bold
18060
18061 \backslash
18062 arrayrulewidth
18063 \series default
18064 .
18065  To set for example a line thickness of 1.5
18066 \begin_inset space \thinspace{}
18067 \end_inset
18068
18069 pt, as in Table
18070 \begin_inset space ~
18071 \end_inset
18072
18073
18074 \begin_inset CommandInset ref
18075 LatexCommand ref
18076 reference "tab:Table-with-1.5"
18077
18078 \end_inset
18079
18080 , insert the command
18081 \end_layout
18082
18083 \begin_layout Standard
18084
18085 \series bold
18086
18087 \backslash
18088 setlength{
18089 \backslash
18090 arrayrulewidth}{1.5pt}
18091 \end_layout
18092
18093 \begin_layout Standard
18094 in TeX-Code before the table or table float.
18095  The changed thickness is valid for all subsequent tables.
18096  To use the default value again, set 
18097 \series bold
18098
18099 \backslash
18100 arrayrulewidth
18101 \series default
18102  to 0.4
18103 \begin_inset space \thinspace{}
18104 \end_inset
18105
18106 pt in TeX-Code after the table or table float.
18107 \end_layout
18108
18109 \begin_layout Standard
18110 \begin_inset ERT
18111 status collapsed
18112
18113 \begin_layout Plain Layout
18114
18115
18116 \backslash
18117 setlength{
18118 \backslash
18119 arrayrulewidth}{1.5pt}
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \begin_inset Float table
18126 wide false
18127 sideways false
18128 status open
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Caption
18132
18133 \begin_layout Plain Layout
18134 \begin_inset CommandInset label
18135 LatexCommand label
18136 name "tab:Table-with-1.5"
18137
18138 \end_inset
18139
18140 Table with 1.5
18141 \begin_inset space \thinspace{}
18142 \end_inset
18143
18144 pt thick lines
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Plain Layout
18153 \align center
18154 \begin_inset Tabular
18155 <lyxtabular version="3" rows="3" columns="3">
18156 <features tabularvalignment="middle">
18157 <column alignment="center" valignment="top" width="0">
18158 <column alignment="center" valignment="top" width="0">
18159 <column alignment="center" valignment="top" width="0">
18160 <row>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 sd
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 <row>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 sd
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 sd
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 </lyxtabular>
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \begin_inset ERT
18258 status collapsed
18259
18260 \begin_layout Plain Layout
18261
18262
18263 \backslash
18264 setlength{
18265 \backslash
18266 arrayrulewidth}{0.4pt}
18267 \end_layout
18268
18269 \end_inset
18270
18271
18272 \end_layout
18273
18274 \begin_layout Standard
18275 \begin_inset VSpace bigskip
18276 \end_inset
18277
18278 To set the line thickness to 1.5
18279 \begin_inset space \thinspace{}
18280 \end_inset
18281
18282 pt only for horizontal lines, as in Table
18283 \begin_inset space ~
18284 \end_inset
18285
18286
18287 \begin_inset CommandInset ref
18288 LatexCommand ref
18289 reference "tab:Table-with-horizontal"
18290
18291 \end_inset
18292
18293 , insert these commands in TeX-Code before the table or table float:
18294 \end_layout
18295
18296 \begin_layout Standard
18297
18298 \series bold
18299
18300 \backslash
18301 let
18302 \backslash
18303 myHline
18304 \backslash
18305 hline
18306 \begin_inset Newline newline
18307 \end_inset
18308
18309
18310 \backslash
18311 renewcommand{
18312 \backslash
18313 hline}
18314 \begin_inset Newline newline
18315 \end_inset
18316
18317  {
18318 \backslash
18319 noalign{
18320 \backslash
18321 global
18322 \backslash
18323 arrayrulewidth 1.5pt}
18324 \begin_inset Newline newline
18325 \end_inset
18326
18327  
18328 \backslash
18329 myHline
18330 \backslash
18331 noalign{
18332 \backslash
18333 global
18334 \backslash
18335 arrayrulewidth 0.4pt}}
18336 \end_layout
18337
18338 \begin_layout Standard
18339 To return to the default line thickness, insert this command in TeX-Code
18340  after the table or table float:
18341 \end_layout
18342
18343 \begin_layout Standard
18344
18345 \series bold
18346
18347 \backslash
18348 renewcommand{
18349 \backslash
18350 hline}{
18351 \backslash
18352 myHline}
18353 \end_layout
18354
18355 \begin_layout Standard
18356 \begin_inset ERT
18357 status collapsed
18358
18359 \begin_layout Plain Layout
18360
18361
18362 \backslash
18363 let
18364 \backslash
18365 myHline
18366 \backslash
18367 hline
18368 \end_layout
18369
18370 \begin_layout Plain Layout
18371
18372
18373 \backslash
18374 renewcommand{
18375 \backslash
18376 hline}
18377 \end_layout
18378
18379 \begin_layout Plain Layout
18380
18381  {
18382 \backslash
18383 noalign{
18384 \backslash
18385 global
18386 \backslash
18387 arrayrulewidth 1.5pt}
18388 \end_layout
18389
18390 \begin_layout Plain Layout
18391
18392   
18393 \backslash
18394 myHline
18395 \backslash
18396 noalign{
18397 \backslash
18398 global
18399 \backslash
18400 arrayrulewidth 0.4pt}}
18401 \end_layout
18402
18403 \end_inset
18404
18405
18406 \begin_inset Float table
18407 wide false
18408 sideways false
18409 status open
18410
18411 \begin_layout Plain Layout
18412 \begin_inset Caption
18413
18414 \begin_layout Plain Layout
18415 \begin_inset CommandInset label
18416 LatexCommand label
18417 name "tab:Table-with-horizontal"
18418
18419 \end_inset
18420
18421 Table with 1.5
18422 \begin_inset space \thinspace{}
18423 \end_inset
18424
18425 pt thick horizontal lines
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Plain Layout
18434 \align center
18435 \begin_inset Tabular
18436 <lyxtabular version="3" rows="3" columns="3">
18437 <features tabularvalignment="middle">
18438 <column alignment="center" valignment="top" width="0">
18439 <column alignment="center" valignment="top" width="0">
18440 <column alignment="center" valignment="top" width="0">
18441 <row>
18442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 sd
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 </row>
18470 <row>
18471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 sd
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 </row>
18499 <row>
18500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522 sd
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 </row>
18528 </lyxtabular>
18529
18530 \end_inset
18531
18532
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \begin_inset ERT
18539 status collapsed
18540
18541 \begin_layout Plain Layout
18542
18543
18544 \backslash
18545 renewcommand{
18546 \backslash
18547 hline}{
18548 \backslash
18549 myHline}
18550 \end_layout
18551
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Standard
18558 \begin_inset VSpace bigskip
18559 \end_inset
18560
18561 To set the line thickness to 1.5
18562 \begin_inset space \thinspace{}
18563 \end_inset
18564
18565 pt only for vertical lines, create the following column format in the document
18566  preamble, according to the description in section
18567 \begin_inset space ~
18568 \end_inset
18569
18570
18571 \begin_inset CommandInset ref
18572 LatexCommand ref
18573 reference "sub:Customized-Format"
18574
18575 \end_inset
18576
18577 :
18578 \end_layout
18579
18580 \begin_layout Standard
18581
18582 \series bold
18583
18584 \backslash
18585 newcolumntype{V}{!{
18586 \backslash
18587 vrule width 1.5pt}}
18588 \end_layout
18589
18590 \begin_layout Standard
18591 For Table
18592 \begin_inset space ~
18593 \end_inset
18594
18595
18596 \begin_inset CommandInset ref
18597 LatexCommand ref
18598 reference "tab:Table-with-vertical"
18599
18600 \end_inset
18601
18602  the LaTeX-argument
18603 \end_layout
18604
18605 \begin_layout Standard
18606
18607 \series bold
18608 VcV
18609 \end_layout
18610
18611 \begin_layout Standard
18612 was used for the last column and
18613 \end_layout
18614
18615 \begin_layout Standard
18616
18617 \series bold
18618 Vc
18619 \end_layout
18620
18621 \begin_layout Standard
18622 for the other columns.
18623 \end_layout
18624
18625 \begin_layout Standard
18626 \begin_inset Float table
18627 wide false
18628 sideways false
18629 status open
18630
18631 \begin_layout Plain Layout
18632 \begin_inset Caption
18633
18634 \begin_layout Plain Layout
18635 \begin_inset CommandInset label
18636 LatexCommand label
18637 name "tab:Table-with-vertical"
18638
18639 \end_inset
18640
18641 Table with 1.5
18642 \begin_inset space \thinspace{}
18643 \end_inset
18644
18645 pt thick vertical lines
18646 \end_layout
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \begin_layout Plain Layout
18654 \align center
18655 \begin_inset Tabular
18656 <lyxtabular version="3" rows="3" columns="3">
18657 <features tabularvalignment="middle">
18658 <column alignment="center" valignment="top" width="0" special="Vc">
18659 <column alignment="center" valignment="top" width="0" special="Vc">
18660 <column alignment="center" valignment="top" width="0" special="VcV">
18661 <row>
18662 <cell alignment="center" valignment="top" topline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666 sd
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" topline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" topline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 </row>
18690 <row>
18691 <cell alignment="center" valignment="top" topline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 sd
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 <cell alignment="center" valignment="top" topline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 </row>
18719 <row>
18720 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742 sd
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 </row>
18748 </lyxtabular>
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Subsection
18761 Dashed Lines
18762 \begin_inset Index idx
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766 Table Customization ! Dashed Lines
18767 \end_layout
18768
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \begin_layout Standard
18775 \begin_inset ERT
18776 status collapsed
18777
18778 \begin_layout Plain Layout
18779
18780
18781 \backslash
18782 ifarydshln
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \begin_inset Note Note
18789 status open
18790
18791 \begin_layout Plain Layout
18792 The following section will only be displayed when the LaTeX-package 
18793 \series bold
18794 arydshln
18795 \series default
18796  is installed.
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \begin_layout Standard
18805 \begin_inset Float table
18806 placement H
18807 wide false
18808 sideways false
18809 status open
18810
18811 \begin_layout Plain Layout
18812 \begin_inset Caption
18813
18814 \begin_layout Plain Layout
18815 \begin_inset CommandInset label
18816 LatexCommand label
18817 name "tab:Table-with-dashed"
18818
18819 \end_inset
18820
18821 Table with dashed lines
18822 \end_layout
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \begin_layout Plain Layout
18830 \align center
18831 \begin_inset Tabular
18832 <lyxtabular version="3" rows="5" columns="5">
18833 <features tabularvalignment="middle">
18834 <column alignment="center" valignment="top" width="0">
18835 <column alignment="center" valignment="top" width="0">
18836 <column alignment="center" valignment="top" width="0" special=":c">
18837 <column alignment="center" valignment="top" width="0">
18838 <column alignment="center" valignment="top" width="0">
18839 <row>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 a
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 b
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862 c
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 d
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 e
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 </row>
18886 <row>
18887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891 f
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 g
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 h
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 i
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927 j
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 </row>
18933 <row>
18934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938 \begin_inset ERT
18939 status collapsed
18940
18941 \begin_layout Plain Layout
18942
18943
18944 \backslash
18945 hdashline 
18946 \end_layout
18947
18948 \end_inset
18949
18950 k
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 l
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 m
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 n
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986 o
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 </row>
18992 <row>
18993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 \begin_inset ERT
18998 status collapsed
18999
19000 \begin_layout Plain Layout
19001
19002
19003 \backslash
19004 cdashline{4-5}
19005 \end_layout
19006
19007 \end_inset
19008
19009 p
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018 q
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027 r
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036 s
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 </row>
19051 <row>
19052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 t
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 u
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 v
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 w
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092 x
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 </lyxtabular>
19099
19100 \end_inset
19101
19102
19103 \end_layout
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Standard
19111 LyX does not natively support dashed lines, so you have to use TeX-Code.
19112  As a prerequisite the LaTeX-package 
19113 \series bold
19114 arydshln
19115 \series default
19116
19117 \begin_inset Index idx
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121 LaTeX-packages ! arydshln
19122 \end_layout
19123
19124 \end_inset
19125
19126  must be loaded in the document preamble with the command
19127 \end_layout
19128
19129 \begin_layout Standard
19130
19131 \series bold
19132
19133 \backslash
19134 usepackage{arydshln}
19135 \end_layout
19136
19137 \begin_layout Standard
19138 To make a vertical line dashed, enter the colon 
19139 \begin_inset Quotes eld
19140 \end_inset
19141
19142 :
19143 \begin_inset Quotes erd
19144 \end_inset
19145
19146  together with the character for the horizontal alignment as LaTeX-argument
19147  in the table cell dialog.
19148 \end_layout
19149
19150 \begin_layout Standard
19151 For a horizontal dashed line add the command
19152 \end_layout
19153
19154 \begin_layout Standard
19155
19156 \series bold
19157
19158 \backslash
19159 hdashline
19160 \end_layout
19161
19162 \begin_layout Standard
19163 in TeX-Code as first element of the first cell in the table row.
19164 \end_layout
19165
19166 \begin_layout Standard
19167 For dashed multicolumn lines use the command
19168 \end_layout
19169
19170 \begin_layout Standard
19171
19172 \series bold
19173
19174 \backslash
19175 cdashline{line number
19176 \series default
19177 }
19178 \end_layout
19179
19180 \begin_layout Standard
19181 in TeX-Code as the first element of the first cell in the table row.
19182  If you have for example a multicolumn spanning columns 2 to 4 and you want
19183  to have a dashed line above, add the command
19184 \end_layout
19185
19186 \begin_layout Standard
19187
19188 \series bold
19189
19190 \backslash
19191 cdashline{2-4}
19192 \end_layout
19193
19194 \begin_layout Standard
19195 as the first element of the first cell in the row of the multicolumn.
19196 \end_layout
19197
19198 \begin_layout Standard
19199 \begin_inset VSpace bigskip
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \begin_layout Standard
19206 Table
19207 \begin_inset space ~
19208 \end_inset
19209
19210
19211 \begin_inset CommandInset ref
19212 LatexCommand ref
19213 reference "tab:Table-with-dashed"
19214
19215 \end_inset
19216
19217  was created using 
19218 \begin_inset Quotes eld
19219 \end_inset
19220
19221
19222 \series bold
19223 :c
19224 \series default
19225
19226 \begin_inset Quotes erd
19227 \end_inset
19228
19229  as LaTeX-argument of the third column.
19230  The TeX-Code command 
19231 \series bold
19232
19233 \backslash
19234 hdashline
19235 \series default
19236  was inserted in the first cell of the third row and the TeX-Code command
19237 \begin_inset Newline newline
19238 \end_inset
19239
19240  
19241 \series bold
19242
19243 \backslash
19244 cdashline{4-5}
19245 \series default
19246  was inserted in the first cell of the fourth row.
19247 \end_layout
19248
19249 \begin_layout Standard
19250 \begin_inset Note Greyedout
19251 status open
19252
19253 \begin_layout Plain Layout
19254
19255 \series bold
19256 Note:
19257 \series default
19258  The LaTeX-package 
19259 \series bold
19260 arydshln
19261 \series default
19262  is apparently not compatible with the LaTeX-package 
19263 \series bold
19264 colortbl
19265 \series default
19266
19267 \begin_inset Index idx
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271 LaTeX-packages ! colortbl
19272 \end_layout
19273
19274 \end_inset
19275
19276  that is used for colored tables in section
19277 \begin_inset space ~
19278 \end_inset
19279
19280
19281 \begin_inset CommandInset ref
19282 LatexCommand ref
19283 reference "sec:Colored-Tables"
19284
19285 \end_inset
19286
19287 .
19288  That means colored tables cannot have dashed lines.
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \begin_layout Standard
19297 \begin_inset ERT
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301
19302
19303 \backslash
19304 else
19305 \end_layout
19306
19307 \end_inset
19308
19309
19310 \begin_inset Note Note
19311 status open
19312
19313 \begin_layout Plain Layout
19314 The following will be displayed when the LaTeX-package 
19315 \series bold
19316 arydshln
19317 \series default
19318  is not installed:
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 You need to install the package 
19328 \series bold
19329 arydshln
19330 \series default
19331  to see the content of this section in the output.
19332 \end_layout
19333
19334 \begin_layout Standard
19335 \begin_inset ERT
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339
19340
19341 \backslash
19342 fi
19343 \end_layout
19344
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \begin_layout Chapter
19351 Floats
19352 \begin_inset Index idx
19353 status collapsed
19354
19355 \begin_layout Plain Layout
19356 Floats
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout Section
19365 Introduction
19366 \begin_inset CommandInset label
19367 LatexCommand label
19368 name "sec:FloatIntroduction"
19369
19370 \end_inset
19371
19372
19373 \begin_inset Index idx
19374 status collapsed
19375
19376 \begin_layout Plain Layout
19377 Floats ! Introduction
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \begin_layout Standard
19386 A float is a block of text associated with some sort of label, which doesn't
19387  have a fixed location.
19388  It can 
19389 \begin_inset Quotes eld
19390 \end_inset
19391
19392 float
19393 \begin_inset Quotes erd
19394 \end_inset
19395
19396  forward or backward a page or two, to wherever it fits best.
19397  
19398 \family sans
19399 Footnotes
19400 \family default
19401  and 
19402 \family sans
19403 Margin
19404 \begin_inset space ~
19405 \end_inset
19406
19407 Notes
19408 \family default
19409  are also floats, because they can float to the next page when there are
19410  too many notes on the page.
19411 \end_layout
19412
19413 \begin_layout Standard
19414 Floats allow a high quality layout.
19415  Images and tables can be spread evenly to the pages to avoid white space
19416  and pages without text.
19417  As the floating often destroys the context between the text and the image/table
19418 , every float can be referenced in the text.
19419  Floats are therefore numbered.
19420  Referencing is described in section
19421 \begin_inset space ~
19422 \end_inset
19423
19424
19425 \begin_inset CommandInset ref
19426 LatexCommand ref
19427 reference "sec:Referencing-Floats"
19428
19429 \end_inset
19430
19431 .
19432 \end_layout
19433
19434 \begin_layout Standard
19435 To insert a float, use the menu 
19436 \family sans
19437 Insert\SpecialChar \menuseparator
19438 Float
19439 \family default
19440 .
19441  This inserts the 
19442 \family sans
19443 Caption
19444 \family default
19445  inset, a box with a label.
19446  The label will automatically be translated to the document language in
19447  the output.
19448  After the label you can insert the caption text.
19449  The image or table is inserted above or below the caption in a separate
19450  paragraph within the float.
19451  More about the caption placement is contained in section
19452 \begin_inset space ~
19453 \end_inset
19454
19455
19456 \begin_inset CommandInset ref
19457 LatexCommand ref
19458 reference "sec:Caption-Placement"
19459
19460 \end_inset
19461
19462 .
19463  To keep your LyX-document readable, you can open and close the float box
19464  by left-clicking on the box label.
19465  A closed float box looks like this: 
19466 \begin_inset Graphics
19467         filename clipart/floatQt4.png
19468         scale 70
19469         scaleBeforeRotation
19470
19471 \end_inset
19472
19473  â€“ a gray button with a red label.
19474 \end_layout
19475
19476 \begin_layout Standard
19477 It is recommended that you insert floats as a separate standard paragraph
19478  to avoid possible LaTeX-errors that can occur when the surrounding text
19479  is specially formatted.
19480 \end_layout
19481
19482 \begin_layout Standard
19483 Existing figures or tables can be put into a float by highlighting them
19484  and then pressing the corresponding toolbar button for a new float.
19485 \end_layout
19486
19487 \begin_layout Section
19488 Float Types
19489 \end_layout
19490
19491 \begin_layout Standard
19492 Besides figure and table floats that are described in sections
19493 \begin_inset space ~
19494 \end_inset
19495
19496
19497 \begin_inset CommandInset ref
19498 LatexCommand ref
19499 reference "sec:Figure-Floats"
19500
19501 \end_inset
19502
19503  and 
19504 \begin_inset CommandInset ref
19505 LatexCommand ref
19506 reference "sec:Table-Floats"
19507
19508 \end_inset
19509
19510  respectively, LyX offers the float types 
19511 \series bold
19512 Algorithm
19513 \series default
19514  and 
19515 \series bold
19516 Wrap
19517 \series default
19518 .
19519 \end_layout
19520
19521 \begin_layout Subsection
19522 Algorithm Floats
19523 \begin_inset Index idx
19524 status collapsed
19525
19526 \begin_layout Plain Layout
19527 Floats ! Algorithms
19528 \end_layout
19529
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \begin_layout Standard
19536 \begin_inset Float algorithm
19537 placement h
19538 wide false
19539 sideways false
19540 status open
19541
19542 \begin_layout Plain Layout
19543 \begin_inset Caption
19544
19545 \begin_layout Plain Layout
19546 \begin_inset CommandInset label
19547 LatexCommand label
19548 name "alg:Example-Algorithm-float"
19549
19550 \end_inset
19551
19552 Example Algorithm float
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \begin_layout LyX-Code
19561 for I in 1..N loop
19562 \begin_inset Newline newline
19563 \end_inset
19564
19565  Sum:= Sum + A(I); /*comment*/
19566 \begin_inset Newline newline
19567 \end_inset
19568
19569 end loop
19570 \begin_inset VSpace -4mm
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \begin_layout Standard
19582 This float type is inserted with the menu 
19583 \family sans
19584 Insert\SpecialChar \menuseparator
19585 Floats\SpecialChar \menuseparator
19586 Algorithm
19587 \family default
19588 .
19589  It is used for program codes and descriptions of algorithms and can be
19590  seen as an alternative to program code listings that are explained in chapter
19591 \begin_inset space ~
19592 \end_inset
19593
19594
19595 \begin_inset CommandInset ref
19596 LatexCommand ref
19597 reference "cha:Program-Code-Listings"
19598
19599 \end_inset
19600
19601 .
19602  A possible environment for algorithms is the 
19603 \family sans
19604 LyX-Code
19605 \family default
19606 , described in LyX's 
19607 \emph on
19608 Userguide
19609 \emph default
19610 .
19611  Algorithm
19612 \begin_inset space ~
19613 \end_inset
19614
19615
19616 \begin_inset CommandInset ref
19617 LatexCommand ref
19618 reference "alg:Example-Algorithm-float"
19619
19620 \end_inset
19621
19622  is an example of an algorithm float where -4
19623 \begin_inset space \thinspace{}
19624 \end_inset
19625
19626 mm vertical space was added at the end of the float to have the bottom rule
19627  exactly below the last text line.
19628 \end_layout
19629
19630 \begin_layout Standard
19631 The float label is not automatically translated into the document language.
19632  If your document is not in English, you have to do this manually by adding
19633  the following line to the document preamble
19634 \series bold
19635 :
19636 \end_layout
19637
19638 \begin_layout Standard
19639
19640 \series bold
19641
19642 \backslash
19643 floatname{algorithm}{your
19644 \begin_inset space ~
19645 \end_inset
19646
19647 name}
19648 \end_layout
19649
19650 \begin_layout Standard
19651 where 
19652 \family sans
19653 your
19654 \begin_inset space ~
19655 \end_inset
19656
19657 name
19658 \family default
19659  is the word 
19660 \begin_inset Quotes eld
19661 \end_inset
19662
19663
19664 \emph on
19665 algorithm
19666 \emph default
19667
19668 \begin_inset Quotes erd
19669 \end_inset
19670
19671  in your language.
19672 \end_layout
19673
19674 \begin_layout Standard
19675 To insert the list of algorithms you can use the menu 
19676 \family sans
19677 Insert\SpecialChar \menuseparator
19678 List
19679 \begin_inset space \thinspace{}
19680 \end_inset
19681
19682 /
19683 \begin_inset space \thinspace{}
19684 \end_inset
19685
19686 TOC\SpecialChar \menuseparator
19687 List of Algorithms
19688 \family default
19689  when your document has the same language as LyX's menu names.
19690  In other cases use this command in TeX-Code instead:
19691 \end_layout
19692
19693 \begin_layout Standard
19694
19695 \series bold
19696
19697 \backslash
19698 listof{algorithm}{your
19699 \begin_inset space ~
19700 \end_inset
19701
19702 name}
19703 \end_layout
19704
19705 \begin_layout Standard
19706 where 
19707 \family sans
19708 your
19709 \begin_inset space ~
19710 \end_inset
19711
19712 name
19713 \family default
19714  is the word 
19715 \begin_inset Quotes eld
19716 \end_inset
19717
19718
19719 \emph on
19720 List of Algorithm
19721 \emph default
19722 s
19723 \begin_inset Quotes erd
19724 \end_inset
19725
19726  in your language.
19727 \end_layout
19728
19729 \begin_layout Standard
19730 Algorithm floats are not by default numbered in the scheme 
19731 \begin_inset Quotes eld
19732 \end_inset
19733
19734 chapter.algorithm
19735 \begin_inset Quotes erd
19736 \end_inset
19737
19738  as is the case for table and figure floats in many document-classes.
19739  To number algorithm floats in the same scheme, add this command to your
19740  document preamble:
19741 \end_layout
19742
19743 \begin_layout Standard
19744
19745 \series bold
19746
19747 \backslash
19748 numberwithin{algorithm}{chapter}
19749 \end_layout
19750
19751 \begin_layout Standard
19752 To be able to use the command 
19753 \series bold
19754
19755 \backslash
19756 numberwithin
19757 \series default
19758 , set in the tab 
19759 \family sans
19760 Math
19761 \begin_inset space ~
19762 \end_inset
19763
19764 Options
19765 \family default
19766  in the document settings the option 
19767 \family sans
19768 Use
19769 \begin_inset space ~
19770 \end_inset
19771
19772 AMS
19773 \begin_inset space ~
19774 \end_inset
19775
19776 math
19777 \begin_inset space ~
19778 \end_inset
19779
19780 package
19781 \family default
19782 .
19783 \end_layout
19784
19785 \begin_layout Subsection
19786 Wrap Floats
19787 \begin_inset Index idx
19788 status collapsed
19789
19790 \begin_layout Plain Layout
19791 Floats ! Wrap Floats
19792 \end_layout
19793
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \begin_layout Standard
19800 \begin_inset Wrap figure
19801 lines 0
19802 placement l
19803 overhang 1cm
19804 width "40col%"
19805 status open
19806
19807 \begin_layout Plain Layout
19808 \begin_inset Graphics
19809         filename clipart/mobius.eps
19810         width 40col%
19811         scaleBeforeRotation
19812         rotateOrigin center
19813
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \begin_layout Plain Layout
19820 \begin_inset Caption
19821
19822 \begin_layout Plain Layout
19823 \begin_inset CommandInset label
19824 LatexCommand label
19825 name "fig:This-is-a"
19826
19827 \end_inset
19828
19829 This is a figure wrap float.
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \end_inset
19838
19839  This float type is used if you want to wrap text around a figure or table
19840  so that it only occupies some fraction of the column width.
19841  It can be inserted using the menu 
19842 \family sans
19843 Insert\SpecialChar \menuseparator
19844 Floats\SpecialChar \menuseparator
19845 Figure
19846 \begin_inset space ~
19847 \end_inset
19848
19849 Wrap
19850 \begin_inset space ~
19851 \end_inset
19852
19853 Float
19854 \family default
19855  or 
19856 \family sans
19857 Table
19858 \begin_inset space ~
19859 \end_inset
19860
19861 Wrap
19862 \begin_inset space ~
19863 \end_inset
19864
19865 Float
19866 \family default
19867  if the LaTeX-package 
19868 \series bold
19869 wrapfig
19870 \series default
19871
19872 \begin_inset Index idx
19873 status collapsed
19874
19875 \begin_layout Plain Layout
19876 LaTeX-packages ! wrapfig
19877 \begin_inset ERT
19878 status collapsed
19879
19880 \begin_layout Plain Layout
19881
19882
19883 \backslash
19884 vspace{4mm}
19885 \end_layout
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \end_inset
19893
19894  is installed.
19895 \begin_inset Foot
19896 status collapsed
19897
19898 \begin_layout Plain Layout
19899 Installing a LaTeX-package is explained it in the 
19900 \emph on
19901 LaTeX
19902 \begin_inset space ~
19903 \end_inset
19904
19905 Configuration
19906 \emph default
19907  manual.
19908 \end_layout
19909
19910 \end_inset
19911
19912  The settings of the float can be modified by right-clicking on the float
19913  box.
19914  The mandatory settings are the float 
19915 \family sans
19916 Placement
19917 \family default
19918  and its 
19919 \family sans
19920 Width
19921 \family default
19922 .
19923  Optional are the 
19924 \family sans
19925 Overhang
19926 \family default
19927  that specifies how much the float is set into the paragraph
19928 \begin_inset space \thinspace{}
19929 \end_inset
19930
19931 /
19932 \begin_inset space \thinspace{}
19933 \end_inset
19934
19935 page margin, and the 
19936 \family sans
19937 Line
19938 \begin_inset space ~
19939 \end_inset
19940
19941 span
19942 \family default
19943  that specifies how many text lines the float will approximately need.
19944  The line span is often hard to approximate; so it is better only to use
19945  it when you encounter float placement problems.
19946  You can furthermore decide if LaTeX is allowed to let the float float within
19947  the paragraph or to surrounding paragraphs.
19948  Figure
19949 \begin_inset space ~
19950 \end_inset
19951
19952
19953 \begin_inset CommandInset ref
19954 LatexCommand ref
19955 reference "fig:This-is-a"
19956
19957 \end_inset
19958
19959  is an example text wrap float with a width of 40
19960 \begin_inset space \thinspace{}
19961 \end_inset
19962
19963 col%, 1
19964 \begin_inset space \thinspace{}
19965 \end_inset
19966
19967 cm overhang, set to the left.
19968 \begin_inset Foot
19969 status collapsed
19970
19971 \begin_layout Plain Layout
19972 Available units are explained in appendix
19973 \begin_inset space ~
19974 \end_inset
19975
19976
19977 \begin_inset CommandInset ref
19978 LatexCommand ref
19979 reference "cha:Units-available-in"
19980
19981 \end_inset
19982
19983 .
19984 \end_layout
19985
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \begin_layout Standard
19992 \begin_inset Note Greyedout
19993 status open
19994
19995 \begin_layout Plain Layout
19996
19997 \series bold
19998 Note:
19999 \series default
20000  Text
20001 \begin_inset space ~
20002 \end_inset
20003
20004 wrap float floats are fragile! E.
20005 \begin_inset space \thinspace{}
20006 \end_inset
20007
20008 g.
20009 \begin_inset space \space{}
20010 \end_inset
20011
20012 having a figure too close to the bottom of the page can mess things up in
20013  such a way that the float does not appear in the output or that it is placed
20014  over some other text.
20015 \end_layout
20016
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \begin_layout Standard
20023 In general:
20024 \end_layout
20025
20026 \begin_layout Itemize
20027 Wrap floats should not be placed in paragraphs that run over a page break.
20028  That means that wrap floats are better inserted in their exact place when
20029  the document is almost finished and you are able to estimate where page
20030  breaks will appear.
20031 \end_layout
20032
20033 \begin_layout Itemize
20034 Wrap floats should either be placed in their own paragraph before the paragraph
20035  where they should wrap into or within a paragraph.
20036 \end_layout
20037
20038 \begin_layout Itemize
20039 Wrap floats in consecutive paragraphs may cause troubles, so ensure that
20040  there is a text paragraph between them as separator.
20041 \end_layout
20042
20043 \begin_layout Itemize
20044 Wrap floats are not allowed in section headings or tables.
20045 \end_layout
20046
20047 \begin_layout Section
20048 Float Numbering
20049 \begin_inset Index idx
20050 status collapsed
20051
20052 \begin_layout Plain Layout
20053 Floats ! Numbering
20054 \end_layout
20055
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \begin_layout Standard
20062 Floats are usually numbered either independently from the sections the floats
20063  are in, or in the scheme 
20064 \begin_inset Quotes eld
20065 \end_inset
20066
20067 chapter.number
20068 \begin_inset Quotes erd
20069 \end_inset
20070
20071  or 
20072 \begin_inset Quotes eld
20073 \end_inset
20074
20075 section.number
20076 \begin_inset Quotes erd
20077 \end_inset
20078
20079 .
20080  This depends on the document class used.
20081 \end_layout
20082
20083 \begin_layout Standard
20084 To change section-independent numbering, you can use this command in the
20085  document preamble:
20086 \end_layout
20087
20088 \begin_layout Standard
20089
20090 \series bold
20091
20092 \backslash
20093 renewcommand{
20094 \backslash
20095 thetable}{
20096 \backslash
20097 roman{table}}
20098 \end_layout
20099
20100 \begin_layout Standard
20101
20102 \series bold
20103
20104 \backslash
20105 thetable
20106 \series default
20107  is the command that prints the table number, for figure floats, the command
20108  would be 
20109 \series bold
20110
20111 \backslash
20112 thefigure
20113 \series default
20114 .
20115  
20116 \series bold
20117
20118 \backslash
20119 roman
20120 \series default
20121  in the command above prints the table number as small roman number.
20122 \end_layout
20123
20124 \begin_layout Standard
20125 To change the numbering scheme for example to 
20126 \begin_inset Quotes eld
20127 \end_inset
20128
20129 subsection.number
20130 \begin_inset Quotes erd
20131 \end_inset
20132
20133 , use this command in the preamble:
20134 \end_layout
20135
20136 \begin_layout Standard
20137
20138 \series bold
20139
20140 \backslash
20141 numberwithin{table}{subsection}
20142 \end_layout
20143
20144 \begin_layout Standard
20145 To be able to use the command 
20146 \series bold
20147
20148 \backslash
20149 numberwithin
20150 \series default
20151 , set in the tab 
20152 \family sans
20153 Math
20154 \begin_inset space ~
20155 \end_inset
20156
20157 Options
20158 \family default
20159  in the document settings the option 
20160 \family sans
20161 Use
20162 \begin_inset space ~
20163 \end_inset
20164
20165 AMS
20166 \begin_inset space ~
20167 \end_inset
20168
20169 math
20170 \begin_inset space ~
20171 \end_inset
20172
20173 package
20174 \family default
20175 .
20176 \end_layout
20177
20178 \begin_layout Standard
20179 Please also have a look at section
20180 \begin_inset space ~
20181 \end_inset
20182
20183
20184 \begin_inset CommandInset ref
20185 LatexCommand ref
20186 reference "sub:Footnote-Numbering"
20187
20188 \end_inset
20189
20190  for the details and important notes about the numbering commands.
20191 \end_layout
20192
20193 \begin_layout Section
20194 Referencing Floats
20195 \begin_inset CommandInset label
20196 LatexCommand label
20197 name "sec:Referencing-Floats"
20198
20199 \end_inset
20200
20201
20202 \begin_inset Index idx
20203 status collapsed
20204
20205 \begin_layout Plain Layout
20206 Floats ! References
20207 \end_layout
20208
20209 \end_inset
20210
20211
20212 \begin_inset Index idx
20213 status collapsed
20214
20215 \begin_layout Plain Layout
20216 References ! to Floats
20217 \end_layout
20218
20219 \end_inset
20220
20221
20222 \end_layout
20223
20224 \begin_layout Standard
20225 To reference a float, insert a label into its caption using the menu 
20226 \family sans
20227 Insert\SpecialChar \menuseparator
20228 Label
20229 \family default
20230  or the toolbar button 
20231 \begin_inset Graphics
20232         filename ../images/label-insert.png
20233         scale 85
20234         scaleBeforeRotation
20235
20236 \end_inset
20237
20238 .
20239  A grey label box like this one: 
20240 \begin_inset Graphics
20241         filename clipart/labelQt4.png
20242         scale 85
20243         scaleBeforeRotation
20244
20245 \end_inset
20246
20247  will be inserted and the label window pops up asking for the label text.
20248  LyX offers as text the first words of the caption with a prefix.
20249  The prefix depends on the float type, e.
20250 \begin_inset space \thinspace{}
20251 \end_inset
20252
20253 g.
20254 \begin_inset space \space{}
20255 \end_inset
20256
20257 for figure floats the prefix will be "
20258 \family sans
20259 fig:
20260 \family default
20261 ".
20262 \end_layout
20263
20264 \begin_layout Standard
20265 The label is used as anchor and name for the reference.
20266  You can refer to the label using the menu 
20267 \family sans
20268 Insert\SpecialChar \menuseparator
20269 Cross-reference
20270 \family default
20271  or the toolbar button 
20272 \begin_inset Graphics
20273         filename ../images/dialog-show-new-inset_ref.png
20274         scale 85
20275         scaleBeforeRotation
20276
20277 \end_inset
20278
20279 .
20280  A grey cross-reference box like this one: 
20281 \begin_inset Graphics
20282         filename clipart/referenceQt4.png
20283         scale 85
20284         scaleBeforeRotation
20285
20286 \end_inset
20287
20288  will be inserted and the cross-reference window appear showing all labels
20289  of the document.
20290  If you have multiple LyX-documents opened, choose the one you are working
20291  on from the drop-list at the top of the dialog.
20292  You can now sort the labels alphabetically and then choose one.
20293  At the position of the cross-reference box the float number will appear
20294  in the output.
20295 \end_layout
20296
20297 \begin_layout Standard
20298 It is recommended that you use a protected space between the cross-reference
20299  name and its number to avoid line breaks between them.
20300  If a cross-reference refers to a non-existing label, you will see two question
20301  marks in the output instead of the reference.
20302 \end_layout
20303
20304 \begin_layout Standard
20305 You can change labels at any time by clicking on the label box.
20306  References to the changed label will automatically change its link to the
20307  new label text, so that you don't need to take care about this.
20308 \end_layout
20309
20310 \begin_layout Standard
20311 The button 
20312 \family sans
20313 Go
20314 \begin_inset space ~
20315 \end_inset
20316
20317 to
20318 \begin_inset space ~
20319 \end_inset
20320
20321 Label
20322 \family default
20323  in the cross-reference window sets the cursor before the referred label.
20324  The button text changes then to Go
20325 \begin_inset space ~
20326 \end_inset
20327
20328 Back and you can use it to set the cursor back to the cross-reference.
20329  Right-clicking on a cross-reference box also sets the cursor before the
20330  referenced label but without the possibility of going back.
20331 \end_layout
20332
20333 \begin_layout Subsection
20334 Cross-Reference Formats
20335 \begin_inset CommandInset label
20336 LatexCommand label
20337 name "sub:Cross-Reference-Formats"
20338
20339 \end_inset
20340
20341
20342 \begin_inset Index idx
20343 status collapsed
20344
20345 \begin_layout Plain Layout
20346 References ! Formats
20347 \end_layout
20348
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \begin_layout Standard
20355 There are six varieties of cross-references:
20356 \end_layout
20357
20358 \begin_layout Description
20359 <reference>: prints the float number, this is the default: 
20360 \begin_inset CommandInset ref
20361 LatexCommand ref
20362 reference "fig:Two-distorted-images"
20363
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \begin_layout Description
20370 (<reference>): prints the float number within two parentheses, this is the
20371  style normally used to reference formulas, especially when the reference
20372  name 
20373 \begin_inset Quotes eld
20374 \end_inset
20375
20376 Equation
20377 \begin_inset Quotes erd
20378 \end_inset
20379
20380  is omitted: 
20381 \begin_inset CommandInset ref
20382 LatexCommand eqref
20383 reference "eq:Wgn"
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \begin_layout Description
20391 <page>: prints the page number: Page
20392 \begin_inset space ~
20393 \end_inset
20394
20395
20396 \begin_inset CommandInset ref
20397 LatexCommand pageref
20398 reference "fig:Two-distorted-images"
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \begin_layout Description
20406 on
20407 \begin_inset space ~
20408 \end_inset
20409
20410 page
20411 \begin_inset space ~
20412 \end_inset
20413
20414 <page>: prints the text "on page" and the page number: 
20415 \begin_inset CommandInset ref
20416 LatexCommand vpageref
20417 reference "fig:Two-distorted-images"
20418
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Description
20425 <reference>
20426 \begin_inset space ~
20427 \end_inset
20428
20429 on
20430 \begin_inset space ~
20431 \end_inset
20432
20433 page
20434 \begin_inset space ~
20435 \end_inset
20436
20437 <page>: prints the float number, the text "on page", and the page number:
20438  
20439 \begin_inset CommandInset ref
20440 LatexCommand vref
20441 reference "fig:Two-distorted-images"
20442
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \begin_layout Description
20449 Formatted
20450 \begin_inset space ~
20451 \end_inset
20452
20453 reference: prints a self-defined cross-reference format.
20454 \begin_inset Newline newline
20455 \end_inset
20456
20457
20458 \begin_inset Note Greyedout
20459 status open
20460
20461 \begin_layout Plain Layout
20462
20463 \series bold
20464 Note:
20465 \series default
20466  This feature is only available when you have the LaTeX-package 
20467 \series bold
20468 prettyref
20469 \series default
20470  or 
20471 \series bold
20472 refstyle
20473 \series default
20474
20475 \begin_inset Index idx
20476 status collapsed
20477
20478 \begin_layout Plain Layout
20479 LaTeX-packages ! prettyref
20480 \end_layout
20481
20482 \end_inset
20483
20484
20485 \begin_inset Index idx
20486 status collapsed
20487
20488 \begin_layout Plain Layout
20489 LaTeX-packages ! refstyle
20490 \end_layout
20491
20492 \end_inset
20493
20494  installed.
20495 \end_layout
20496
20497 \end_inset
20498
20499
20500 \begin_inset Newline newline
20501 \end_inset
20502
20503 You can select which LaTeX-package should be used for this feature by setting
20504  the option 
20505 \family sans
20506 Use refstyle (not prettyref) for cross-references
20507 \family default
20508  in the menu 
20509 \family sans
20510 Document\SpecialChar \menuseparator
20511 Settings\SpecialChar \menuseparator
20512 Document Class
20513 \family default
20514 .
20515  The format is specified by adding the command 
20516 \series bold
20517
20518 \backslash
20519 newrefformat
20520 \series default
20521  (prettyref) or 
20522 \series bold
20523
20524 \backslash
20525 newref
20526 \series default
20527  (refstyle) to the preamble of the document.
20528  For example redefining all references to figures (which have the label
20529  shortcut 
20530 \begin_inset Quotes eld
20531 \end_inset
20532
20533
20534 \family sans
20535 fig
20536 \family default
20537
20538 \begin_inset Quotes erd
20539 \end_inset
20540
20541 ) can be done with this command
20542 \begin_inset Newline newline
20543 \end_inset
20544
20545
20546 \series bold
20547
20548 \backslash
20549 newref{fig}{refcmd={Image on page 
20550 \backslash
20551 pageref{#1}}}
20552 \series default
20553
20554 \begin_inset Newline newline
20555 \end_inset
20556
20557 For more information about the format, have a look at the package documentations
20558
20559 \begin_inset CommandInset citation
20560 LatexCommand cite
20561 key "prettyref,refstyle"
20562
20563 \end_inset
20564
20565 .
20566 \end_layout
20567
20568 \begin_layout Description
20569 Textual
20570 \begin_inset space ~
20571 \end_inset
20572
20573 reference: prints the caption of the reference: 
20574 \begin_inset CommandInset ref
20575 LatexCommand nameref
20576 reference "fig:Two-distorted-images"
20577
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \begin_layout Standard
20584
20585 \family sans
20586 <page>
20587 \family default
20588  will not print the page number if the label is on the previous, the same,
20589  or the next page.
20590  You will e.
20591 \begin_inset space \thinspace{}
20592 \end_inset
20593
20594 g.
20595 \begin_inset space \space{}
20596 \end_inset
20597
20598 see the text 
20599 \begin_inset Quotes eld
20600 \end_inset
20601
20602
20603 \family sans
20604 on this page
20605 \family default
20606
20607 \begin_inset Quotes erd
20608 \end_inset
20609
20610  instead.
20611  The style 
20612 \family sans
20613 <reference> on page <page>
20614 \family default
20615  will not print anything about the page if the label is on the same page.
20616 \end_layout
20617
20618 \begin_layout Standard
20619 The number and current page of the part of the document referred to in the
20620  output is automatically calculated by LaTeX.
20621  The varieties are adjusted in the field 
20622 \family sans
20623 Format
20624 \family default
20625  of the cross-reference window that appears when you click on the cross-referenc
20626 e box.
20627 \end_layout
20628
20629 \begin_layout Standard
20630 \begin_inset Note Greyedout
20631 status open
20632
20633 \begin_layout Plain Layout
20634
20635 \series bold
20636 Note:
20637 \series default
20638  It is recommended to use the LaTeX-package 
20639 \series bold
20640 refstyle
20641 \series default
20642
20643 \begin_inset Index idx
20644 status collapsed
20645
20646 \begin_layout Plain Layout
20647 LaTeX-packages ! refstyle
20648 \end_layout
20649
20650 \end_inset
20651
20652  because 
20653 \series bold
20654 prettyref
20655 \series default
20656
20657 \begin_inset Index idx
20658 status collapsed
20659
20660 \begin_layout Plain Layout
20661 LaTeX-packages ! prettyref
20662 \end_layout
20663
20664 \end_inset
20665
20666  does not know all of LyX's possible label shortcuts
20667 \begin_inset Foot
20668 status collapsed
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Quotes eld
20672 \end_inset
20673
20674 fig:
20675 \begin_inset Quotes erd
20676 \end_inset
20677
20678  is for example LyX's shortcut for labels in figure captions.
20679 \end_layout
20680
20681 \end_inset
20682
20683  and is not internationalized.
20684 \end_layout
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Standard
20692 \begin_inset Note Greyedout
20693 status open
20694
20695 \begin_layout Plain Layout
20696
20697 \series bold
20698 Note:
20699 \series default
20700  Due to a bug in the LaTeX-package 
20701 \series bold
20702 varioref
20703 \series default
20704  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20705  languages that make the period character active (like French).
20706  For a workaround, see
20707 \begin_inset Newline newline
20708 \end_inset
20709
20710
20711 \begin_inset CommandInset href
20712 LatexCommand href
20713 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20714
20715 \end_inset
20716
20717 .
20718 \end_layout
20719
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \begin_layout Subsection
20726 Automatic Reference Naming
20727 \begin_inset Index idx
20728 status collapsed
20729
20730 \begin_layout Plain Layout
20731 References ! Automatic Reference Naming
20732 \end_layout
20733
20734 \end_inset
20735
20736
20737 \end_layout
20738
20739 \begin_layout Standard
20740 The LaTeX-package 
20741 \series bold
20742 hyperref
20743 \series default
20744
20745 \begin_inset Index idx
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749 LaTeX-packages ! hyperref
20750 \end_layout
20751
20752 \end_inset
20753
20754 , that is enabled in the 
20755 \family sans
20756 PDF Properties
20757 \family default
20758  of the 
20759 \family sans
20760 Document Settings
20761 \family default
20762  dialog, provides a very useful feature that cross-references automatically
20763  include the name of the referenced floats (or text parts like 
20764 \emph on
20765 section
20766 \emph default
20767 ).
20768  So you will save having to write e.
20769 \begin_inset space \thinspace{}
20770 \end_inset
20771
20772 g.
20773 \begin_inset space \space{}
20774 \end_inset
20775
20776 the name 
20777 \begin_inset Quotes eld
20778 \end_inset
20779
20780 Figure
20781 \begin_inset Quotes erd
20782 \end_inset
20783
20784  before every reference to a figure.
20785  To use this feature, enable 
20786 \series bold
20787 hyperref
20788 \series default
20789  and insert this line to the LaTeX preamble:
20790 \end_layout
20791
20792 \begin_layout Standard
20793
20794 \series bold
20795
20796 \backslash
20797 AtBeginDocument{
20798 \backslash
20799 renewcommand{
20800 \backslash
20801 ref}[1]{
20802 \backslash
20803 mbox{
20804 \backslash
20805 autoref{#1}}}}
20806 \end_layout
20807
20808 \begin_layout Standard
20809 When you prefer other reference names than the default ones, for example
20810  you want instead of 
20811 \begin_inset Quotes eld
20812 \end_inset
20813
20814 section
20815 \begin_inset Quotes erd
20816 \end_inset
20817
20818  the name 
20819 \begin_inset Quotes eld
20820 \end_inset
20821
20822 sec.
20823 \begin_inset space \thinspace{}
20824 \end_inset
20825
20826
20827 \begin_inset Quotes eld
20828 \end_inset
20829
20830 , you can redefine the name by inserting this in the preamble:
20831 \end_layout
20832
20833 \begin_layout Standard
20834
20835 \series bold
20836
20837 \backslash
20838 addto
20839 \backslash
20840 extrasenglish{
20841 \backslash
20842 renewcommand{
20843 \backslash
20844 sectionautorefname}
20845 \begin_inset Newline newline
20846 \end_inset
20847
20848
20849 \begin_inset Phantom HPhantom
20850 status open
20851
20852 \begin_layout Plain Layout
20853
20854 \series bold
20855 \begin_inset space ~
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862
20863 {sec.
20864 \backslash
20865 negthinspace}}
20866 \end_layout
20867
20868 \begin_layout Standard
20869 When you are using another document language than English, replace
20870 \begin_inset Newline newline
20871 \end_inset
20872
20873
20874 \series bold
20875
20876 \backslash
20877 extrasenglish
20878 \series default
20879  by 
20880 \series bold
20881
20882 \backslash
20883 extras***
20884 \series default
20885 , where *** is the name of the language used.
20886 \end_layout
20887
20888 \begin_layout Standard
20889 To get automatic names, but not for certain reference types, for example
20890  not for equations, use this preamble code:
20891 \end_layout
20892
20893 \begin_layout Standard
20894
20895 \series bold
20896
20897 \backslash
20898 newlength{
20899 \backslash
20900 abc}
20901 \begin_inset Newline newline
20902 \end_inset
20903
20904
20905 \backslash
20906 settowidth{
20907 \backslash
20908 abc}{
20909 \backslash
20910 space}
20911 \begin_inset Newline newline
20912 \end_inset
20913
20914
20915 \backslash
20916 addto
20917 \backslash
20918 extrasenglish{
20919 \backslash
20920 renewcommand{
20921 \backslash
20922 equationautorefname}
20923 \begin_inset Newline newline
20924 \end_inset
20925
20926
20927 \begin_inset Phantom HPhantom
20928 status open
20929
20930 \begin_layout Plain Layout
20931
20932 \series bold
20933 \begin_inset space ~
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940
20941 {
20942 \backslash
20943 hspace{-
20944 \backslash
20945 abc}}
20946 \end_layout
20947
20948 \begin_layout Standard
20949 More about this topic can be found in 
20950 \series bold
20951 hyperref
20952 \series default
20953 's documentation 
20954 \begin_inset CommandInset citation
20955 LatexCommand cite
20956 key "hyperref"
20957
20958 \end_inset
20959
20960 .
20961 \end_layout
20962
20963 \begin_layout Standard
20964 \begin_inset Note Greyedout
20965 status open
20966
20967 \begin_layout Plain Layout
20968
20969 \series bold
20970 Note:
20971 \series default
20972  Automatic reference naming cannot be used when you use cross-references
20973  in the 
20974 \family sans
20975 Formatted
20976 \begin_inset space ~
20977 \end_inset
20978
20979 reference
20980 \family default
20981  style, as described in section
20982 \begin_inset space ~
20983 \end_inset
20984
20985
20986 \begin_inset CommandInset ref
20987 LatexCommand ref
20988 reference "sub:Cross-Reference-Formats"
20989
20990 \end_inset
20991
20992 .
20993 \end_layout
20994
20995 \end_inset
20996
20997
20998 \end_layout
20999
21000 \begin_layout Standard
21001 The 
21002 \emph on
21003 Math
21004 \emph default
21005  manual is an example where automatic reference naming is used.
21006 \end_layout
21007
21008 \begin_layout Subsection
21009 Reference Position
21010 \begin_inset CommandInset label
21011 LatexCommand label
21012 name "sub:Reference-Position"
21013
21014 \end_inset
21015
21016
21017 \begin_inset Index idx
21018 status collapsed
21019
21020 \begin_layout Plain Layout
21021 References ! Reference Position
21022 \end_layout
21023
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \begin_layout Standard
21030 If you use 
21031 \series bold
21032 hyperref
21033 \series default
21034
21035 \begin_inset Index idx
21036 status collapsed
21037
21038 \begin_layout Plain Layout
21039 LaTeX-packages ! hyperref
21040 \end_layout
21041
21042 \end_inset
21043
21044  in the 
21045 \family sans
21046 PDF Properties
21047 \family default
21048  of the 
21049 \family sans
21050 Document Settings
21051 \family default
21052  dialog to link cross-references in the output, you will see that clicking
21053  on an image float reference jumps to the image label.
21054  The caption will be the first text part on the screen, so that you cannot
21055  see the image without scrolling.
21056  This is because the reference link anchor is placed at the position of
21057  the label.
21058  With the use of the package 
21059 \series bold
21060 hypcap
21061 \series default
21062
21063 \begin_inset Index idx
21064 status collapsed
21065
21066 \begin_layout Plain Layout
21067 LaTeX-packages ! hypcap
21068 \end_layout
21069
21070 \end_inset
21071
21072 , which is part of the LaTeX-package 
21073 \series bold
21074 oberdiek
21075 \series default
21076
21077 \begin_inset Index idx
21078 status collapsed
21079
21080 \begin_layout Plain Layout
21081 LaTeX-packages ! oberdiek
21082 \end_layout
21083
21084 \end_inset
21085
21086 , the link anchor is placed at the beginning of a float.
21087  To use this feature for figure floats, load 
21088 \series bold
21089 hypcap
21090 \series default
21091  in the document preamble with the line
21092 \end_layout
21093
21094 \begin_layout Standard
21095
21096 \series bold
21097
21098 \backslash
21099 usepackage[figure]{hypcap}
21100 \end_layout
21101
21102 \begin_layout Standard
21103 You can also use 
21104 \series bold
21105 hypcap
21106 \series default
21107  for all float types but this is not recommended for stability reasons.
21108  For more information, have a look at 
21109 \series bold
21110 hypcap
21111 \series default
21112 's manual 
21113 \begin_inset CommandInset citation
21114 LatexCommand cite
21115 key "hypcap"
21116
21117 \end_inset
21118
21119 .
21120 \end_layout
21121
21122 \begin_layout Standard
21123 \begin_inset Note Greyedout
21124 status open
21125
21126 \begin_layout Plain Layout
21127
21128 \series bold
21129 Note:
21130 \series default
21131  
21132 \series bold
21133 hypcap
21134 \series default
21135  has no effect on references to subfigures.
21136 \end_layout
21137
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \begin_layout Section
21144 Float Placement
21145 \begin_inset CommandInset label
21146 LatexCommand label
21147 name "sec:Float-Placement"
21148
21149 \end_inset
21150
21151
21152 \begin_inset Index idx
21153 status collapsed
21154
21155 \begin_layout Plain Layout
21156 Floats ! Placement
21157 \end_layout
21158
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \begin_layout Standard
21165 Right-clicking on a float-box opens a dialog where you can alter the placement
21166  options that LaTeX uses for positioning the float.
21167 \begin_inset Newline newline
21168 \end_inset
21169
21170 The option 
21171 \family sans
21172 Span
21173 \begin_inset space ~
21174 \end_inset
21175
21176 columns
21177 \family default
21178  is only useful for two-column documents: If you select it, the float will
21179  span both columns on the page instead of being confined to just one.
21180 \begin_inset Newline newline
21181 \end_inset
21182
21183 The option 
21184 \family sans
21185 Rotate
21186 \begin_inset space ~
21187 \end_inset
21188
21189 sideways
21190 \family default
21191  is used to rotate floats, see section 
21192 \begin_inset CommandInset ref
21193 LatexCommand ref
21194 reference "sec:Rotated-Floats"
21195
21196 \end_inset
21197
21198 .
21199 \end_layout
21200
21201 \begin_layout Standard
21202 You can use one ore more of the following options in the float dialog to
21203  set the placement for a particular float when you uncheck the option 
21204 \family sans
21205 Use
21206 \begin_inset space ~
21207 \end_inset
21208
21209 default
21210 \begin_inset space ~
21211 \end_inset
21212
21213 placement
21214 \family default
21215 :
21216 \end_layout
21217
21218 \begin_layout Description
21219 Here
21220 \begin_inset space ~
21221 \end_inset
21222
21223 if
21224 \begin_inset space ~
21225 \end_inset
21226
21227 possible try to place the float on the position where it has been inserted
21228 \end_layout
21229
21230 \begin_layout Description
21231 Top
21232 \begin_inset space ~
21233 \end_inset
21234
21235 of
21236 \begin_inset space ~
21237 \end_inset
21238
21239 page try to place the float at the top of the current page
21240 \end_layout
21241
21242 \begin_layout Description
21243 Bottom
21244 \begin_inset space ~
21245 \end_inset
21246
21247 of
21248 \begin_inset space ~
21249 \end_inset
21250
21251 page try to place the float at the bottom of the current page
21252 \end_layout
21253
21254 \begin_layout Description
21255 Page
21256 \begin_inset space ~
21257 \end_inset
21258
21259 of
21260 \begin_inset space ~
21261 \end_inset
21262
21263 floats try to place the float on its own page 
21264 \end_layout
21265
21266 \begin_layout Standard
21267 The order of the above option is 
21268 \emph on
21269 always
21270 \emph default
21271  used by LaTeX.
21272  That means, if you use the default placement, LaTeX will first try out
21273  
21274 \family sans
21275 Here
21276 \begin_inset space ~
21277 \end_inset
21278
21279 if
21280 \begin_inset space ~
21281 \end_inset
21282
21283 possible
21284 \family default
21285 , then 
21286 \family sans
21287 Top
21288 \begin_inset space ~
21289 \end_inset
21290
21291 of
21292 \begin_inset space ~
21293 \end_inset
21294
21295 page
21296 \family default
21297 , and then the others.
21298  If you do not use the default, LaTeX will try only the checked options
21299  but in the same order.
21300  If none of the 4
21301 \begin_inset space ~
21302 \end_inset
21303
21304 placements are possible the procedure is internally repeated but it is tried
21305  to put the float on the following page.
21306 \end_layout
21307
21308 \begin_layout Standard
21309 By default, each option has its own rules:
21310 \end_layout
21311
21312 \begin_layout Labeling
21313 \labelwidthstring 00.00.0000
21314
21315 \family sans
21316 Top
21317 \begin_inset space ~
21318 \end_inset
21319
21320 of
21321 \begin_inset space ~
21322 \end_inset
21323
21324 page
21325 \family default
21326  only floats occupying less than 70
21327 \begin_inset space \thinspace{}
21328 \end_inset
21329
21330 % of the page can be placed at the top of a page (
21331 \series bold
21332
21333 \backslash
21334 topfraction
21335 \series default
21336 )
21337 \end_layout
21338
21339 \begin_layout Labeling
21340 \labelwidthstring 00.00.0000
21341
21342 \family sans
21343 Bottom
21344 \begin_inset space ~
21345 \end_inset
21346
21347 of
21348 \begin_inset space ~
21349 \end_inset
21350
21351 page
21352 \family default
21353 : only floats occupying less than 30
21354 \begin_inset space \thinspace{}
21355 \end_inset
21356
21357 % of the page can be placed at the bottom of a page.
21358  (
21359 \series bold
21360
21361 \backslash
21362 bottomfraction
21363 \series default
21364 )
21365 \end_layout
21366
21367 \begin_layout Labeling
21368 \labelwidthstring 00.00.0000
21369
21370 \family sans
21371 Page
21372 \begin_inset space ~
21373 \end_inset
21374
21375 of
21376 \begin_inset space ~
21377 \end_inset
21378
21379 floats
21380 \family default
21381 : only if more than 50
21382 \begin_inset space \thinspace{}
21383 \end_inset
21384
21385 % of the page are occupied by floats, several floats can be set together
21386  on a page.
21387  (
21388 \series bold
21389
21390 \backslash
21391 floatpagefraction
21392 \series default
21393 )
21394 \end_layout
21395
21396 \begin_layout Standard
21397 If you don't like these rules, you can ignore them by using the additional
21398  option 
21399 \family sans
21400 Ignore
21401 \begin_inset space ~
21402 \end_inset
21403
21404 LaTeX
21405 \begin_inset space ~
21406 \end_inset
21407
21408 rules
21409 \family default
21410 .
21411 \begin_inset Newline newline
21412 \end_inset
21413
21414 You can also redefine the rules with LaTeX-commands that are given in parenthese
21415 s after the rules description above.
21416  To increase for example the often too small default of the bottom-rule
21417  to 50
21418 \begin_inset space \thinspace{}
21419 \end_inset
21420
21421 % of the page, add this line to your document preamble:
21422 \end_layout
21423
21424 \begin_layout Standard
21425
21426 \series bold
21427
21428 \backslash
21429 renewcommand{
21430 \backslash
21431 bottomfraction}{0.5}
21432 \end_layout
21433
21434 \begin_layout Standard
21435 Sometimes you might need, under all circumstances, a float to be placed
21436  exactly at the position where it is inserted.
21437  For this case you can use the option 
21438 \family sans
21439 Here
21440 \begin_inset space ~
21441 \end_inset
21442
21443 definitely
21444 \family default
21445 .
21446  Use this option very rarely and only if the document is almost ready to
21447  be printed, because the float is then no longer able to 
21448 \begin_inset Quotes eld
21449 \end_inset
21450
21451 float
21452 \begin_inset Quotes erd
21453 \end_inset
21454
21455  when you change your document and this will often destroy the page layout.
21456 \end_layout
21457
21458 \begin_layout Standard
21459 There are no placement options for text wrap floats, because they are always
21460  surrounded by the text of a certain paragraph.
21461 \begin_inset VSpace bigskip
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \begin_layout Standard
21468 Sometimes you have the problem that a float is placed at the top of a page
21469  while its corresponding section starts at the middle of the page, so that
21470  the reader could think the float is part of the previous section.
21471  To avoid this the LaTeX-command 
21472 \series bold
21473
21474 \backslash
21475 suppressfloats
21476 \series default
21477  can be used.
21478  It suppresses a given float placement for the page where it is inserted
21479  and can therefore be used to avoid floats being set before a section starts.
21480  To get this, add these commands to your document preamble:
21481 \end_layout
21482
21483 \begin_layout Standard
21484
21485 \series bold
21486
21487 \backslash
21488 let
21489 \backslash
21490 mySection
21491 \backslash
21492 section
21493 \begin_inset Newline newline
21494 \end_inset
21495
21496
21497 \backslash
21498 renewcommand{
21499 \backslash
21500 section}{
21501 \backslash
21502 suppressfloats[t]
21503 \backslash
21504 mySection}
21505 \end_layout
21506
21507 \begin_layout Standard
21508 You can define the same for all section headings, like chapters and subsections.
21509  This definition is not recommended to be used for small text parts like
21510  subsubsections because LaTeX may then have problems finding a suitable
21511  placement.
21512 \end_layout
21513
21514 \begin_layout Standard
21515 \begin_inset VSpace bigskip
21516 \end_inset
21517
21518 In some cases it is required to have all figures/tables at the end of the
21519  document.
21520  For this purpose the LaTeX-package 
21521 \series bold
21522 endfloat
21523 \series default
21524
21525 \begin_inset Index idx
21526 status collapsed
21527
21528 \begin_layout Plain Layout
21529 LaTeX-packages ! endfloat
21530 \end_layout
21531
21532 \end_inset
21533
21534  was developed.
21535  It puts all figure and table floats at the end of the document into their
21536  own sections.
21537  At the original float position a text hint like 
21538 \begin_inset Quotes eld
21539 \end_inset
21540
21541
21542 \family sans
21543 [Figure
21544 \begin_inset space ~
21545 \end_inset
21546
21547 3.2 about here.]
21548 \family default
21549
21550 \begin_inset Quotes erd
21551 \end_inset
21552
21553  is inserted.
21554  The endfloat-package is loaded in the preamble with the line
21555 \end_layout
21556
21557 \begin_layout Standard
21558
21559 \series bold
21560
21561 \backslash
21562 usepackage[options]{endfloat}
21563 \end_layout
21564
21565 \begin_layout Standard
21566 There are various package options to format the created figure/table sections.
21567  For more information we refer to the 
21568 \series bold
21569 endfloat
21570 \series default
21571  documentation 
21572 \begin_inset CommandInset citation
21573 LatexCommand cite
21574 key "endfloat"
21575
21576 \end_inset
21577
21578 .
21579 \begin_inset Newline newline
21580 \end_inset
21581
21582
21583 \begin_inset Note Greyedout
21584 status open
21585
21586 \begin_layout Plain Layout
21587
21588 \series bold
21589 Note: endfloat
21590 \series default
21591  doesn't provide an automatic translation for the text hint, you have to
21592  do this manually, see section
21593 \begin_inset space ~
21594 \end_inset
21595
21596 4 in 
21597 \begin_inset CommandInset citation
21598 LatexCommand cite
21599 key "endfloat"
21600
21601 \end_inset
21602
21603 .
21604 \end_layout
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:
21620 \series default
21621  There is currently a bug in 
21622 \series bold
21623 endfloat
21624 \series default
21625  when the caption contains a German 
21626 \begin_inset Quotes eld
21627 \end_inset
21628
21629 ß
21630 \begin_inset Quotes erd
21631 \end_inset
21632
21633 .
21634  Use in this case the command 
21635 \begin_inset Quotes eld
21636 \end_inset
21637
21638
21639 \series bold
21640
21641 \backslash
21642 ss
21643 \series default
21644
21645 \begin_inset Quotes erd
21646 \end_inset
21647
21648  in TeX-Code instead of 
21649 \begin_inset Quotes eld
21650 \end_inset
21651
21652 ß
21653 \begin_inset Quotes erd
21654 \end_inset
21655
21656 .
21657 \end_layout
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \begin_layout Standard
21665 \begin_inset VSpace bigskip
21666 \end_inset
21667
21668 For more details about float placements, have a look at LaTeX books, 
21669 \begin_inset CommandInset citation
21670 LatexCommand cite
21671 key "latexcompanion,latexguide,latexbook"
21672
21673 \end_inset
21674
21675 .
21676 \end_layout
21677
21678 \begin_layout Section
21679 Rotated Floats
21680 \begin_inset CommandInset label
21681 LatexCommand label
21682 name "sec:Rotated-Floats"
21683
21684 \end_inset
21685
21686
21687 \begin_inset Index idx
21688 status collapsed
21689
21690 \begin_layout Plain Layout
21691 Floats ! Rotating
21692 \end_layout
21693
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \begin_layout Standard
21700 Especially for wide tables you might have floats rotated.
21701  To rotate a whole float including the caption, right-click on the float-box
21702  and use the option 
21703 \family sans
21704 Rotate
21705 \begin_inset space ~
21706 \end_inset
21707
21708 sideways
21709 \family default
21710 .
21711 \end_layout
21712
21713 \begin_layout Standard
21714 Rotated floats are always placed on a page of their own (or column of their
21715  own; in case you have a multi-column document).
21716  You can let them span several columns using the float settings option 
21717 \family sans
21718 Span
21719 \begin_inset space ~
21720 \end_inset
21721
21722 columns
21723 \family default
21724 .
21725  Floats are rotated so that you can read them from the outside margin.
21726  To force a certain rotation direction for all pages, you can add either
21727  the option 
21728 \series bold
21729 figuresleft
21730 \series default
21731  or 
21732 \series bold
21733 figuresright
21734 \series default
21735  to the document class options.
21736 \end_layout
21737
21738 \begin_layout Standard
21739 Referencing rotated floats is the same as for normal floats, the caption
21740  format is also the same: Table
21741 \begin_inset space ~
21742 \end_inset
21743
21744
21745 \begin_inset CommandInset ref
21746 LatexCommand ref
21747 reference "tab:Rotated-table"
21748
21749 \end_inset
21750
21751  is an example of a rotated table float.
21752 \end_layout
21753
21754 \begin_layout Standard
21755 \begin_inset Note Greyedout
21756 status open
21757
21758 \begin_layout Plain Layout
21759
21760 \series bold
21761 Note:
21762 \series default
21763  Not all DVI-viewers are able to display rotated floats.
21764 \end_layout
21765
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \begin_layout Standard
21772 \begin_inset Float table
21773 wide false
21774 sideways true
21775 status open
21776
21777 \begin_layout Plain Layout
21778 \begin_inset Caption
21779
21780 \begin_layout Plain Layout
21781 \begin_inset CommandInset label
21782 LatexCommand label
21783 name "tab:Rotated-table"
21784
21785 \end_inset
21786
21787  Rotated table
21788 \end_layout
21789
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \begin_layout Plain Layout
21796 \align center
21797 \begin_inset Tabular
21798 <lyxtabular version="3" rows="1" columns="5">
21799 <features tabularvalignment="middle">
21800 <column alignment="center" valignment="top" width="0">
21801 <column alignment="center" valignment="top" width="0">
21802 <column alignment="center" valignment="top" width="0">
21803 <column alignment="center" valignment="top" width="0">
21804 <column alignment="center" valignment="top" width="0">
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 test
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 b
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828 c
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 d
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 e
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 </lyxtabular>
21853
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \begin_layout Section
21865 Subfloats
21866 \begin_inset Index idx
21867 status collapsed
21868
21869 \begin_layout Plain Layout
21870 Floats ! Subfloats
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \begin_layout Standard
21879 Subfloats are for example used when a figure consists of several images.
21880  They are created by inserting a float into an existing float.
21881  The placement of the subfloats can be controlled in the same way as for
21882  paragraphs as shown in table
21883 \begin_inset space ~
21884 \end_inset
21885
21886
21887 \begin_inset CommandInset ref
21888 LatexCommand ref
21889 reference "tab:Two-subtables-side"
21890
21891 \end_inset
21892
21893  and 
21894 \begin_inset CommandInset ref
21895 LatexCommand ref
21896 reference "tab:Two-subtables-upon"
21897
21898 \end_inset
21899
21900 .
21901 \end_layout
21902
21903 \begin_layout Standard
21904 Referencing subfloats works as for normal floats: Table
21905 \begin_inset space ~
21906 \end_inset
21907
21908
21909 \begin_inset CommandInset ref
21910 LatexCommand ref
21911 reference "tab:This-is-subtable-a"
21912
21913 \end_inset
21914
21915  and 
21916 \begin_inset CommandInset ref
21917 LatexCommand ref
21918 reference "tab:This-is-subtable-b"
21919
21920 \end_inset
21921
21922  are subtables of table
21923 \begin_inset space ~
21924 \end_inset
21925
21926
21927 \begin_inset CommandInset ref
21928 LatexCommand ref
21929 reference "tab:Two-subtables-side"
21930
21931 \end_inset
21932
21933 .
21934 \end_layout
21935
21936 \begin_layout Standard
21937 \begin_inset Float table
21938 wide false
21939 sideways false
21940 status open
21941
21942 \begin_layout Plain Layout
21943 \begin_inset Caption
21944
21945 \begin_layout Plain Layout
21946 \begin_inset CommandInset label
21947 LatexCommand label
21948 name "tab:Two-subtables-side"
21949
21950 \end_inset
21951
21952 Two subtables placed side by side.
21953 \end_layout
21954
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \begin_layout Plain Layout
21961 \align center
21962 \begin_inset space \hfill{}
21963 \end_inset
21964
21965
21966 \begin_inset Float table
21967 wide false
21968 sideways false
21969 status collapsed
21970
21971 \begin_layout Plain Layout
21972 \begin_inset Caption
21973
21974 \begin_layout Plain Layout
21975 \begin_inset CommandInset label
21976 LatexCommand label
21977 name "tab:This-is-subtable-a"
21978
21979 \end_inset
21980
21981 This is subtable a.
21982 \end_layout
21983
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Plain Layout
21990 \align center
21991 \begin_inset Tabular
21992 <lyxtabular version="3" rows="1" columns="5">
21993 <features tabularvalignment="middle">
21994 <column alignment="center" valignment="top" width="0">
21995 <column alignment="center" valignment="top" width="0">
21996 <column alignment="center" valignment="top" width="0">
21997 <column alignment="center" valignment="top" width="0">
21998 <column alignment="center" valignment="top" width="0">
21999 <row>
22000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 test
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 b
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 c
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 d
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 e
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 </lyxtabular>
22047
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \end_inset
22054
22055
22056 \begin_inset space \hfill{}
22057 \end_inset
22058
22059
22060 \begin_inset Float table
22061 wide false
22062 sideways false
22063 status collapsed
22064
22065 \begin_layout Plain Layout
22066 \begin_inset Caption
22067
22068 \begin_layout Plain Layout
22069 \begin_inset CommandInset label
22070 LatexCommand label
22071 name "tab:This-is-subtable-b"
22072
22073 \end_inset
22074
22075 This is subtable b.
22076 \end_layout
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \begin_layout Plain Layout
22084 \align center
22085 \begin_inset Tabular
22086 <lyxtabular version="3" rows="1" columns="5">
22087 <features tabularvalignment="middle">
22088 <column alignment="center" valignment="top" width="0">
22089 <column alignment="center" valignment="top" width="0">
22090 <column alignment="center" valignment="top" width="0">
22091 <column alignment="center" valignment="top" width="0">
22092 <column alignment="center" valignment="top" width="0">
22093 <row>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 e
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 d
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 c
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 b
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 test
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 </lyxtabular>
22141
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148
22149
22150 \begin_inset space \hfill{}
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \begin_layout Standard
22162 \begin_inset Float table
22163 wide false
22164 sideways false
22165 status open
22166
22167 \begin_layout Plain Layout
22168 \begin_inset Caption
22169
22170 \begin_layout Plain Layout
22171 \begin_inset CommandInset label
22172 LatexCommand label
22173 name "tab:Two-subtables-upon"
22174
22175 \end_inset
22176
22177 Two subtables placed one above the other.
22178  (a) table with 4 cells, (b) table with 5 cells.
22179 \end_layout
22180
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \begin_layout Plain Layout
22187 \align center
22188 \begin_inset Float table
22189 wide false
22190 sideways false
22191 status collapsed
22192
22193 \begin_layout Plain Layout
22194 \begin_inset Caption
22195
22196 \begin_layout Plain Layout
22197
22198 \end_layout
22199
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \begin_layout Plain Layout
22206 \align center
22207 \begin_inset Tabular
22208 <lyxtabular version="3" rows="1" columns="4">
22209 <features tabularvalignment="middle">
22210 <column alignment="center" valignment="top" width="0">
22211 <column alignment="center" valignment="top" width="0">
22212 <column alignment="center" valignment="top" width="0">
22213 <column alignment="center" valignment="top" width="0">
22214 <row>
22215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 test
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228 test
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 test
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246 test
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 </lyxtabular>
22253
22254 \end_inset
22255
22256
22257 \end_layout
22258
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \begin_layout Plain Layout
22265 \align center
22266 \begin_inset Float table
22267 wide false
22268 sideways false
22269 status collapsed
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Caption
22273
22274 \begin_layout Plain Layout
22275
22276 \end_layout
22277
22278 \end_inset
22279
22280
22281 \end_layout
22282
22283 \begin_layout Plain Layout
22284 \align center
22285 \begin_inset Tabular
22286 <lyxtabular version="3" rows="1" columns="5">
22287 <features tabularvalignment="middle">
22288 <column alignment="center" valignment="top" width="0">
22289 <column alignment="center" valignment="top" width="0">
22290 <column alignment="center" valignment="top" width="0">
22291 <column alignment="center" valignment="top" width="0">
22292 <column alignment="center" valignment="top" width="0">
22293 <row>
22294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298 a
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 b
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 c
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 d
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 e
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 </lyxtabular>
22341
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \end_inset
22348
22349
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Section
22358 Floats Side by Side
22359 \begin_inset Index idx
22360 status collapsed
22361
22362 \begin_layout Plain Layout
22363 Floats ! Side by side
22364 \end_layout
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Standard
22372 To place floats side by side, as in Figures
22373 \begin_inset space ~
22374 \end_inset
22375
22376
22377 \begin_inset CommandInset ref
22378 LatexCommand ref
22379 reference "fig:Float-left"
22380
22381 \end_inset
22382
22383  and 
22384 \begin_inset CommandInset ref
22385 LatexCommand ref
22386 reference "fig:Float-right"
22387
22388 \end_inset
22389
22390 , only 
22391 \emph on
22392 one
22393 \emph default
22394  float is used.
22395  In it two minipage boxes are inserted.
22396 \begin_inset Foot
22397 status collapsed
22398
22399 \begin_layout Plain Layout
22400 Minipages are explained in section
22401 \begin_inset space ~
22402 \end_inset
22403
22404
22405 \begin_inset CommandInset ref
22406 LatexCommand ref
22407 reference "sec:Minipages"
22408
22409 \end_inset
22410
22411 .
22412 \end_layout
22413
22414 \end_inset
22415
22416  The width is set to 45
22417 \begin_inset space \thinspace{}
22418 \end_inset
22419
22420 -50
22421 \begin_inset space \thinspace{}
22422 \end_inset
22423
22424 column% and the box alignment to 
22425 \family sans
22426 Bottom
22427 \family default
22428  for each minipage.
22429  The minipage boxes contain the image and the caption in the same way as
22430  they are in a float.
22431  The only difference is that the image unit 
22432 \family sans
22433 Column
22434 \begin_inset space ~
22435 \end_inset
22436
22437 Width
22438 \begin_inset space ~
22439 \end_inset
22440
22441 %
22442 \family default
22443  is now calculated according to the width of the minipage boxes.
22444 \end_layout
22445
22446 \begin_layout Standard
22447 \begin_inset Float figure
22448 wide false
22449 sideways false
22450 status open
22451
22452 \begin_layout Plain Layout
22453 \begin_inset Box Frameless
22454 position "b"
22455 hor_pos "c"
22456 has_inner_box 1
22457 inner_pos "t"
22458 use_parbox 0
22459 use_makebox 0
22460 width "45col%"
22461 special "none"
22462 height "1in"
22463 height_special "totalheight"
22464 status open
22465
22466 \begin_layout Plain Layout
22467 \align center
22468 \begin_inset Graphics
22469         filename clipart/mobius.eps
22470         lyxscale 50
22471         width 100col%
22472         scaleBeforeRotation
22473
22474 \end_inset
22475
22476
22477 \end_layout
22478
22479 \begin_layout Plain Layout
22480 \begin_inset Caption
22481
22482 \begin_layout Plain Layout
22483 \begin_inset CommandInset label
22484 LatexCommand label
22485 name "fig:Float-left"
22486
22487 \end_inset
22488
22489 Float on the left side.
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498
22499
22500 \begin_inset space \hfill{}
22501 \end_inset
22502
22503
22504 \begin_inset Box Frameless
22505 position "b"
22506 hor_pos "c"
22507 has_inner_box 1
22508 inner_pos "t"
22509 use_parbox 0
22510 use_makebox 0
22511 width "45col%"
22512 special "none"
22513 height "1in"
22514 height_special "totalheight"
22515 status open
22516
22517 \begin_layout Plain Layout
22518 \align center
22519 \begin_inset Graphics
22520         filename clipart/platypus.eps
22521         lyxscale 50
22522         width 100col%
22523         scaleBeforeRotation
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \begin_layout Plain Layout
22531 \begin_inset Caption
22532
22533 \begin_layout Plain Layout
22534 \begin_inset CommandInset label
22535 LatexCommand label
22536 name "fig:Float-right"
22537
22538 \end_inset
22539
22540 Float on the right side.
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \begin_layout Plain Layout
22554
22555 \end_layout
22556
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \begin_layout Section
22563 Caption Formatting
22564 \begin_inset Index idx
22565 status collapsed
22566
22567 \begin_layout Plain Layout
22568 Caption ! Formatting
22569 \end_layout
22570
22571 \end_inset
22572
22573
22574 \begin_inset Index idx
22575 status collapsed
22576
22577 \begin_layout Plain Layout
22578 Floats ! Caption Formatting
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \begin_inset CommandInset label
22585 LatexCommand label
22586 name "sec:Caption-Formatting"
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \begin_layout Standard
22594 The 
22595 \family sans
22596 Caption
22597 \family default
22598  environment is the default paragraph environment for 
22599 \family sans
22600 Floats
22601 \family default
22602 .
22603  On the LyX screen captions appear as label, e.
22604 \begin_inset space \thinspace{}
22605 \end_inset
22606
22607 g.
22608 \begin_inset space \space{}
22609 \end_inset
22610
22611
22612 \begin_inset Quotes eld
22613 \end_inset
22614
22615
22616 \family sans
22617 Figure #:
22618 \family default
22619
22620 \begin_inset Quotes erd
22621 \end_inset
22622
22623  followed by the caption text.
22624  
22625 \begin_inset Quotes eld
22626 \end_inset
22627
22628 #
22629 \begin_inset Quotes erd
22630 \end_inset
22631
22632  is the actual reference number.
22633  By default the label and the number are in the same font as the caption
22634  text and a colon follows the number to divide the label from the text.
22635  This caption format is not suitable for all document formats.
22636  
22637 \end_layout
22638
22639 \begin_layout Standard
22640 To change the default caption format, load the LaTeX-package 
22641 \series bold
22642 caption
22643 \series default
22644
22645 \begin_inset Index idx
22646 status collapsed
22647
22648 \begin_layout Plain Layout
22649 LaTeX-packages ! caption
22650 \end_layout
22651
22652 \end_inset
22653
22654  in the document preamble with this line:
22655 \end_layout
22656
22657 \begin_layout Standard
22658
22659 \series bold
22660
22661 \backslash
22662 usepackage[format definition]{caption}
22663 \end_layout
22664
22665 \begin_layout Standard
22666 To have for example the label and the number in sans-serif bold font and
22667  the table captions always above the table as in this document, use the
22668  following command:
22669 \end_layout
22670
22671 \begin_layout Standard
22672
22673 \series bold
22674
22675 \backslash
22676 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22677 \end_layout
22678
22679 \begin_layout Standard
22680 You can also define different caption formats for the different float types.
22681  In this case load the 
22682 \series bold
22683 caption
22684 \series default
22685  package without format specific options and define the different formats
22686  with the help of the command
22687 \end_layout
22688
22689 \begin_layout Standard
22690
22691 \series bold
22692
22693 \backslash
22694 captionsetup[float type]{format definition}
22695 \end_layout
22696
22697 \begin_layout Standard
22698 in the document preamble.
22699  For example the caption formats of Figure
22700 \begin_inset space ~
22701 \end_inset
22702
22703
22704 \begin_inset CommandInset ref
22705 LatexCommand ref
22706 reference "fig:This-is-an-fig"
22707
22708 \end_inset
22709
22710  and Table
22711 \begin_inset space ~
22712 \end_inset
22713
22714
22715 \begin_inset CommandInset ref
22716 LatexCommand ref
22717 reference "tab:This-is-an-tab"
22718
22719 \end_inset
22720
22721  can be created using these commands in the document preamble:
22722 \end_layout
22723
22724 \begin_layout Standard
22725
22726 \series bold
22727
22728 \backslash
22729 usepackage[tableposition=top]{caption}
22730 \series default
22731
22732 \begin_inset Newline newline
22733 \end_inset
22734
22735
22736 \series bold
22737
22738 \backslash
22739 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22740 \begin_inset Newline newline
22741 \end_inset
22742
22743
22744 \begin_inset Phantom HPhantom
22745 status open
22746
22747 \begin_layout Plain Layout
22748
22749 \series bold
22750
22751 \backslash
22752 captionsetup[figure]{
22753 \end_layout
22754
22755 \end_inset
22756
22757 labelsep=period}
22758 \begin_inset Newline newline
22759 \end_inset
22760
22761
22762 \backslash
22763 captionsetup[table]{labelfont={bf,sf}}
22764 \end_layout
22765
22766 \begin_layout Standard
22767 \begin_inset Note Greyedout
22768 status open
22769
22770 \begin_layout Plain Layout
22771
22772 \series bold
22773 Note:
22774 \series default
22775  The option 
22776 \series bold
22777 tableposition=top
22778 \series default
22779  has no effect when a 
22780 \series bold
22781 KOMA-Script
22782 \series default
22783
22784 \begin_inset Index idx
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788 LaTeX-packages ! KOMA-Script
22789 \end_layout
22790
22791 \end_inset
22792
22793  document class is used.
22794  In this case the document class option 
22795 \series bold
22796 captions=tableheading
22797 \series default
22798  must be used.
22799 \end_layout
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \begin_layout Standard
22807 For more information about the package 
22808 \series bold
22809 caption
22810 \series default
22811  we refer to its documentation 
22812 \begin_inset CommandInset citation
22813 LatexCommand cite
22814 key "caption"
22815
22816 \end_inset
22817
22818 .
22819 \end_layout
22820
22821 \begin_layout Standard
22822 To change the label name from e.
22823 \begin_inset space \thinspace{}
22824 \end_inset
22825
22826 g.
22827 \begin_inset space \space{}
22828 \end_inset
22829
22830
22831 \begin_inset Quotes eld
22832 \end_inset
22833
22834 Figure
22835 \begin_inset Quotes erd
22836 \end_inset
22837
22838  to 
22839 \begin_inset Quotes eld
22840 \end_inset
22841
22842 Image
22843 \begin_inset Quotes erd
22844 \end_inset
22845
22846  use this preamble command:
22847 \end_layout
22848
22849 \begin_layout Standard
22850
22851 \series bold
22852
22853 \backslash
22854 renewcommand{
22855 \backslash
22856 fnum@figure}{Image~
22857 \backslash
22858 thefigure}
22859 \end_layout
22860
22861 \begin_layout Standard
22862 where 
22863 \series bold
22864
22865 \backslash
22866 thefigure
22867 \series default
22868  inserts the figure number and
22869 \series bold
22870  
22871 \begin_inset Quotes eld
22872 \end_inset
22873
22874 ~
22875 \series default
22876
22877 \begin_inset Quotes erd
22878 \end_inset
22879
22880  creates a protected space.
22881 \end_layout
22882
22883 \begin_layout Standard
22884 \begin_inset VSpace bigskip
22885 \end_inset
22886
22887 If you are using a 
22888 \series bold
22889 KOMA-Script
22890 \series default
22891
22892 \begin_inset Index idx
22893 status collapsed
22894
22895 \begin_layout Plain Layout
22896 LaTeX-packages ! KOMA-Script
22897 \end_layout
22898
22899 \end_inset
22900
22901  document class (
22902 \family sans
22903 article (KOMA-Script)
22904 \family default
22905
22906 \family sans
22907 book (KOMA-Script)
22908 \family default
22909
22910 \family sans
22911 letter (KOMA-Script)
22912 \family default
22913 , or 
22914 \family sans
22915 report (KOMA-Script)
22916 \family default
22917
22918 \begin_inset space \thinspace{}
22919 \end_inset
22920
22921 ), you can alternatively to the 
22922 \series bold
22923 caption
22924 \series default
22925  package use 
22926 \series bold
22927 KOMA-Script
22928 \series default
22929 's built-in command 
22930 \series bold
22931
22932 \backslash
22933 setkomafont
22934 \series default
22935 .
22936  For example, to have the caption label in bold, add this command to your
22937  document preamble:
22938 \end_layout
22939
22940 \begin_layout Standard
22941
22942 \series bold
22943
22944 \backslash
22945 setkomafont{captionlabel}{
22946 \backslash
22947 bfseries}
22948 \end_layout
22949
22950 \begin_layout Standard
22951 For more information about 
22952 \series bold
22953
22954 \backslash
22955 setkomafont
22956 \series default
22957  we refer to the 
22958 \series bold
22959 KOMA-Script
22960 \series default
22961  documentation 
22962 \begin_inset CommandInset citation
22963 LatexCommand cite
22964 key "KOMA-Script"
22965
22966 \end_inset
22967
22968 .
22969 \end_layout
22970
22971 \begin_layout Standard
22972 \begin_inset ERT
22973 status collapsed
22974
22975 \begin_layout Plain Layout
22976
22977
22978 \backslash
22979 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22980 }
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \begin_inset Note Note
22987 status open
22988
22989 \begin_layout Plain Layout
22990 The caption format is changed only for this example.
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \begin_layout Standard
22999 \begin_inset Float figure
23000 placement !p
23001 wide false
23002 sideways false
23003 status open
23004
23005 \begin_layout Plain Layout
23006 \align center
23007 \begin_inset Graphics
23008         filename clipart/mobius.eps
23009         lyxscale 50
23010         scale 50
23011         scaleBeforeRotation
23012
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Caption
23020
23021 \begin_layout Plain Layout
23022 \begin_inset CommandInset label
23023 LatexCommand label
23024 name "fig:This-is-an-fig"
23025
23026 \end_inset
23027
23028 This is an example figure caption that is longer than one line to show the
23029  different caption format.
23030  Here a self-defined caption format is used.
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \begin_layout Standard
23044 \begin_inset ERT
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048
23049
23050 \backslash
23051 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23052 on}
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Standard
23061 \begin_inset Float table
23062 placement !p
23063 wide false
23064 sideways false
23065 status open
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Caption
23069
23070 \begin_layout Plain Layout
23071 \begin_inset CommandInset label
23072 LatexCommand label
23073 name "tab:This-is-an-tab"
23074
23075 \end_inset
23076
23077 This is an example table caption that is longer than one line to show the
23078  different caption format.
23079  Here the standard caption format for tables in this document is used.
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \begin_layout Plain Layout
23088 \align center
23089 \begin_inset Tabular
23090 <lyxtabular version="3" rows="1" columns="5">
23091 <features tabularvalignment="middle">
23092 <column alignment="center" valignment="top" width="0">
23093 <column alignment="center" valignment="top" width="0">
23094 <column alignment="center" valignment="top" width="0">
23095 <column alignment="center" valignment="top" width="0">
23096 <column alignment="center" valignment="top" width="0">
23097 <row>
23098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 a
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 b
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 c
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129 d
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 e
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 </row>
23144 </lyxtabular>
23145
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \begin_layout Section
23157 Caption Placement
23158 \begin_inset Index idx
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162 Caption ! Placement
23163 \end_layout
23164
23165 \end_inset
23166
23167
23168 \begin_inset Index idx
23169 status collapsed
23170
23171 \begin_layout Plain Layout
23172 Floats ! Caption Placement
23173 \end_layout
23174
23175 \end_inset
23176
23177
23178 \begin_inset CommandInset label
23179 LatexCommand label
23180 name "sec:Caption-Placement"
23181
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \begin_layout Standard
23188 The common caption placement rule is:
23189 \end_layout
23190
23191 \begin_layout Description
23192 Figure: Caption is set below the figure
23193 \end_layout
23194
23195 \begin_layout Description
23196 Table: Caption is set above the table
23197 \end_layout
23198
23199 \begin_layout Standard
23200 Having the caption above the table is unfortunately not supported in LaTeX's
23201  standard classes.
23202  That means if you are using the document classes 
23203 \family sans
23204 article
23205 \family default
23206
23207 \family sans
23208 book
23209 \family default
23210
23211 \family sans
23212 letter
23213 \family default
23214 , or 
23215 \family sans
23216 report
23217 \family default
23218  there will be no space between the caption and the table.
23219  To insert the necessary space, add the following option to the load command
23220  of the LaTeX-package 
23221 \series bold
23222 caption
23223 \series default
23224  in your document preamble
23225 \begin_inset Foot
23226 status collapsed
23227
23228 \begin_layout Plain Layout
23229 See section
23230 \begin_inset space ~
23231 \end_inset
23232
23233
23234 \begin_inset CommandInset ref
23235 LatexCommand ref
23236 reference "sec:Caption-Formatting"
23237
23238 \end_inset
23239
23240  for more information of the package 
23241 \series bold
23242 caption
23243 \series default
23244 .
23245 \end_layout
23246
23247 \end_inset
23248
23249 :
23250 \end_layout
23251
23252 \begin_layout Standard
23253
23254 \series bold
23255 tableposition=top
23256 \end_layout
23257
23258 \begin_layout Standard
23259 If you are using a 
23260 \series bold
23261 KOMA-Script
23262 \series default
23263
23264 \begin_inset Index idx
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268 LaTeX-packages ! KOMA-Script
23269 \end_layout
23270
23271 \end_inset
23272
23273  document class (
23274 \family sans
23275 article (KOMA-Script)
23276 \family default
23277
23278 \family sans
23279 book (KOMA-Script)
23280 \family default
23281
23282 \family sans
23283 letter (KOMA-Script)
23284 \family default
23285 , or 
23286 \family sans
23287 report (KOMA-Script)
23288 \family default
23289
23290 \begin_inset space \thinspace{}
23291 \end_inset
23292
23293 ), you can alternatively to the 
23294 \series bold
23295 caption
23296 \series default
23297  package set the document class option 
23298 \series bold
23299 captions=tableheading
23300 \series default
23301 .
23302 \end_layout
23303
23304 \begin_layout Standard
23305 \begin_inset VSpace bigskip
23306 \end_inset
23307
23308 It is also possible to set the caption beside a figure or table.
23309  To get this the LaTeX-package 
23310 \series bold
23311 sidecap
23312 \series default
23313
23314 \begin_inset Index idx
23315 status collapsed
23316
23317 \begin_layout Plain Layout
23318 LaTeX-packages ! sidecap
23319 \end_layout
23320
23321 \end_inset
23322
23323  has to be loaded in the document preamble with the line
23324 \end_layout
23325
23326 \begin_layout Standard
23327
23328 \series bold
23329
23330 \backslash
23331 usepackage[option]{sidecap}
23332 \end_layout
23333
23334 \begin_layout Standard
23335 If you set no option, the caption is placed on the side of the outer page
23336  margin â€“ to the right on odd pages, to the left on even pages.
23337  You can change the placement to inner margin with the option 
23338 \series bold
23339 innercaption
23340 \series default
23341 .
23342  To force the placement always to the right or left, use the option 
23343 \series bold
23344 rightcaption
23345 \series default
23346  or 
23347 \series bold
23348 leftcaption
23349 \series default
23350 , respectively.
23351 \end_layout
23352
23353 \begin_layout Standard
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359
23360 \backslash
23361 ifsidecap
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \begin_inset Note Note
23368 status open
23369
23370 \begin_layout Plain Layout
23371 The following section will only be displayed when the LaTeX-package 
23372 \series bold
23373 sidecap
23374 \series default
23375  is installed.
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Standard
23384 To place in LyX the caption of a float on the side, it is necessary to add
23385  these commands to the document preamble:
23386 \end_layout
23387
23388 \begin_layout Standard
23389 \noindent
23390 \begin_inset CommandInset line
23391 LatexCommand rule
23392 offset "0.5ex"
23393 width "100line%"
23394 height "1pt"
23395
23396 \end_inset
23397
23398
23399 \end_layout
23400
23401 \begin_layout Standard
23402
23403 \series bold
23404
23405 \backslash
23406 newcommand{
23407 \backslash
23408 TabBesBeg}{%
23409 \begin_inset Newline newline
23410 \end_inset
23411
23412
23413 \begin_inset Phantom HPhantom
23414 status open
23415
23416 \begin_layout Plain Layout
23417
23418 \series bold
23419 \begin_inset space ~
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \backslash
23429 let
23430 \backslash
23431 MyTable
23432 \backslash
23433 table
23434 \begin_inset Newline newline
23435 \end_inset
23436
23437
23438 \begin_inset Phantom HPhantom
23439 status open
23440
23441 \begin_layout Plain Layout
23442
23443 \series bold
23444 \begin_inset space ~
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451
23452
23453 \backslash
23454 let
23455 \backslash
23456 MyEndtable
23457 \backslash
23458 endtable
23459 \begin_inset Newline newline
23460 \end_inset
23461
23462
23463 \begin_inset Phantom HPhantom
23464 status open
23465
23466 \begin_layout Plain Layout
23467
23468 \series bold
23469 \begin_inset space ~
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476
23477
23478 \backslash
23479 renewenvironment{table}{
23480 \backslash
23481 begin{SCtable}}{
23482 \backslash
23483 end{SCtable}}}
23484 \end_layout
23485
23486 \begin_layout Standard
23487
23488 \series bold
23489
23490 \backslash
23491 newcommand{
23492 \backslash
23493 TabBesEnd}{%
23494 \begin_inset Newline newline
23495 \end_inset
23496
23497
23498 \begin_inset Phantom HPhantom
23499 status open
23500
23501 \begin_layout Plain Layout
23502
23503 \series bold
23504 \begin_inset space ~
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \backslash
23514 let
23515 \backslash
23516 table
23517 \backslash
23518 MyTable
23519 \begin_inset Newline newline
23520 \end_inset
23521
23522
23523 \begin_inset Phantom HPhantom
23524 status open
23525
23526 \begin_layout Plain Layout
23527
23528 \series bold
23529 \begin_inset space ~
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \end_inset
23536
23537
23538 \backslash
23539 let
23540 \backslash
23541 endtable
23542 \backslash
23543 MyEndtable
23544 \end_layout
23545
23546 \begin_layout Standard
23547
23548 \series bold
23549
23550 \backslash
23551 newcommand{
23552 \backslash
23553 FigBesBeg}{%
23554 \begin_inset Newline newline
23555 \end_inset
23556
23557
23558 \begin_inset Phantom HPhantom
23559 status open
23560
23561 \begin_layout Plain Layout
23562
23563 \series bold
23564 \begin_inset space ~
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \backslash
23574 let
23575 \backslash
23576 MyFigure
23577 \backslash
23578 figure
23579 \begin_inset Newline newline
23580 \end_inset
23581
23582
23583 \begin_inset Phantom HPhantom
23584 status open
23585
23586 \begin_layout Plain Layout
23587
23588 \series bold
23589 \begin_inset space ~
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \backslash
23599 let
23600 \backslash
23601 MyEndfigure
23602 \backslash
23603 endfigure
23604 \begin_inset Newline newline
23605 \end_inset
23606
23607
23608 \begin_inset Phantom HPhantom
23609 status open
23610
23611 \begin_layout Plain Layout
23612
23613 \series bold
23614 \begin_inset space ~
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621
23622
23623 \backslash
23624 renewenvironment{figure}{
23625 \backslash
23626 begin{SCfigure}}{
23627 \backslash
23628 end{SCfigure}}}
23629 \end_layout
23630
23631 \begin_layout Standard
23632
23633 \series bold
23634
23635 \backslash
23636 newcommand{
23637 \backslash
23638 FigBesEnd}{%
23639 \begin_inset Newline newline
23640 \end_inset
23641
23642
23643 \begin_inset Phantom HPhantom
23644 status open
23645
23646 \begin_layout Plain Layout
23647
23648 \series bold
23649 \begin_inset space ~
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \backslash
23659 let
23660 \backslash
23661 figure
23662 \backslash
23663 MyFigure
23664 \begin_inset Newline newline
23665 \end_inset
23666
23667
23668 \begin_inset Phantom HPhantom
23669 status open
23670
23671 \begin_layout Plain Layout
23672
23673 \series bold
23674 \begin_inset space ~
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \backslash
23684 let
23685 \backslash
23686 endfigure
23687 \backslash
23688 MyEndfigure}
23689 \end_layout
23690
23691 \begin_layout Standard
23692 \noindent
23693 \begin_inset CommandInset line
23694 LatexCommand rule
23695 offset "0.5ex"
23696 width "100line%"
23697 height "1pt"
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Standard
23705 The commands allow you to redefine the floats so that the caption is set
23706  on the side.
23707  For figure floats use the command
23708 \end_layout
23709
23710 \begin_layout Standard
23711
23712 \series bold
23713
23714 \backslash
23715 FigBesBeg
23716 \end_layout
23717
23718 \begin_layout Standard
23719 in TeX-Code before the float.
23720  After the float insert the command
23721 \end_layout
23722
23723 \begin_layout Standard
23724
23725 \series bold
23726
23727 \backslash
23728 FigBesEnd
23729 \end_layout
23730
23731 \begin_layout Standard
23732 in TeX-Code to get back to the original float definition.
23733 \end_layout
23734
23735 \begin_layout Standard
23736 For table floats use the corresponding commands
23737 \end_layout
23738
23739 \begin_layout Standard
23740
23741 \series bold
23742
23743 \backslash
23744 TabBesBeg
23745 \series default
23746  and 
23747 \series bold
23748
23749 \backslash
23750 TabBesEnd
23751 \end_layout
23752
23753 \begin_layout Standard
23754 Figure
23755 \begin_inset space ~
23756 \end_inset
23757
23758
23759 \begin_inset CommandInset ref
23760 LatexCommand ref
23761 reference "fig:cap-beside-fig"
23762
23763 \end_inset
23764
23765  and Table
23766 \begin_inset space ~
23767 \end_inset
23768
23769
23770 \begin_inset CommandInset ref
23771 LatexCommand ref
23772 reference "tab:cap-beside-tab"
23773
23774 \end_inset
23775
23776  are examples where the caption is set beside.
23777 \end_layout
23778
23779 \begin_layout Standard
23780 You can see in the examples that the caption text appears at the top of
23781  the floats for table floats and at the bottom for figure floats.
23782  To change this, you can use the command
23783 \end_layout
23784
23785 \begin_layout Standard
23786
23787 \series bold
23788
23789 \backslash
23790 sidecaptionvpos{float type}{placement}
23791 \end_layout
23792
23793 \begin_layout Standard
23794 in the document preamble or in TeX-Code before the float.
23795  The float type is either 
23796 \family sans
23797 figure
23798 \family default
23799  or 
23800 \family sans
23801 table
23802 \family default
23803 , the placement can be 
23804 \begin_inset Quotes eld
23805 \end_inset
23806
23807
23808 \family sans
23809 t
23810 \family default
23811
23812 \begin_inset Quotes erd
23813 \end_inset
23814
23815  for top, 
23816 \begin_inset Quotes eld
23817 \end_inset
23818
23819
23820 \family sans
23821 c
23822 \family default
23823
23824 \begin_inset Quotes erd
23825 \end_inset
23826
23827  for center, or 
23828 \begin_inset Quotes eld
23829 \end_inset
23830
23831
23832 \family sans
23833 b
23834 \family default
23835
23836 \begin_inset Quotes erd
23837 \end_inset
23838
23839  for bottom.
23840  To have for example the caption of figure floats vertically centered, use
23841  the command
23842 \end_layout
23843
23844 \begin_layout Standard
23845
23846 \series bold
23847
23848 \backslash
23849 sidecaptionvpos{figure}{c}
23850 \end_layout
23851
23852 \begin_layout Standard
23853 This was used for Figure
23854 \begin_inset space ~
23855 \end_inset
23856
23857
23858 \begin_inset CommandInset ref
23859 LatexCommand ref
23860 reference "fig:cap-beside-fig-2"
23861
23862 \end_inset
23863
23864 .
23865 \end_layout
23866
23867 \begin_layout Standard
23868 \begin_inset VSpace medskip
23869 \end_inset
23870
23871 For more information about the package 
23872 \series bold
23873 sidecap
23874 \series default
23875  we refer to its documentation 
23876 \begin_inset CommandInset citation
23877 LatexCommand cite
23878 key "sidecap"
23879
23880 \end_inset
23881
23882 .
23883 \end_layout
23884
23885 \begin_layout Standard
23886 \begin_inset Note Greyedout
23887 status open
23888
23889 \begin_layout Plain Layout
23890
23891 \series bold
23892 Note:
23893 \series default
23894  The LaTeX-package 
23895 \series bold
23896 hypcap
23897 \series default
23898
23899 \begin_inset Index idx
23900 status collapsed
23901
23902 \begin_layout Plain Layout
23903 LaTeX-packages ! hypcap
23904 \end_layout
23905
23906 \end_inset
23907
23908 , described in section
23909 \begin_inset space ~
23910 \end_inset
23911
23912
23913 \begin_inset CommandInset ref
23914 LatexCommand ref
23915 reference "sub:Reference-Position"
23916
23917 \end_inset
23918
23919 , has no effect on floats with the caption set beside.
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \begin_layout Standard
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932
23933
23934 \backslash
23935 FigBesBeg 
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Standard
23944 \begin_inset Float figure
23945 wide false
23946 sideways false
23947 status open
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Graphics
23951         filename clipart/escher-lsd.eps
23952         scale 75
23953         scaleBeforeRotation
23954
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \begin_layout Plain Layout
23961 \begin_inset Caption
23962
23963 \begin_layout Plain Layout
23964 \begin_inset CommandInset label
23965 LatexCommand label
23966 name "fig:cap-beside-fig"
23967
23968 \end_inset
23969
23970 This is a caption beside a figure.
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 \begin_inset ERT
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988
23989
23990 \backslash
23991 TabBesBeg 
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout Standard
24000 \begin_inset Float table
24001 wide false
24002 sideways false
24003 status open
24004
24005 \begin_layout Plain Layout
24006 \begin_inset Caption
24007
24008 \begin_layout Plain Layout
24009 \begin_inset CommandInset label
24010 LatexCommand label
24011 name "tab:cap-beside-tab"
24012
24013 \end_inset
24014
24015 This is a caption beside a table.
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \end_layout
24022
24023 \begin_layout Plain Layout
24024 \begin_inset Tabular
24025 <lyxtabular version="3" rows="4" columns="5">
24026 <features tabularvalignment="middle">
24027 <column alignment="center" valignment="top" width="0">
24028 <column alignment="center" valignment="top" width="0">
24029 <column alignment="center" valignment="top" width="0">
24030 <column alignment="center" valignment="top" width="0">
24031 <column alignment="center" valignment="top" width="0">
24032 <row>
24033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 a
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 b
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073 c
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 </row>
24079 <row>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093 d
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 e
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 </row>
24126 <row>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 f
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149 g
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 h
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 </row>
24173 <row>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 i
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 j
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 </lyxtabular>
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \begin_layout Standard
24233 \begin_inset ERT
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237
24238
24239 \backslash
24240 TabBesEnd
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \begin_layout Standard
24249 \begin_inset ERT
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253
24254
24255 \backslash
24256 sidecaptionvpos{figure}{c}
24257 \end_layout
24258
24259 \end_inset
24260
24261
24262 \begin_inset Float figure
24263 wide false
24264 sideways false
24265 status open
24266
24267 \begin_layout Plain Layout
24268 \begin_inset Graphics
24269         filename clipart/escher-lsd.eps
24270         scale 75
24271         scaleBeforeRotation
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \begin_layout Plain Layout
24279 \begin_inset Caption
24280
24281 \begin_layout Plain Layout
24282 \begin_inset CommandInset label
24283 LatexCommand label
24284 name "fig:cap-beside-fig-2"
24285
24286 \end_inset
24287
24288 This is a vertically centered caption beside a figure.
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset ERT
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306
24307
24308 \backslash
24309 FigBesEnd
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 \begin_inset ERT
24319 status collapsed
24320
24321 \begin_layout Plain Layout
24322
24323
24324 \backslash
24325 else
24326 \end_layout
24327
24328 \end_inset
24329
24330
24331 \begin_inset Note Note
24332 status open
24333
24334 \begin_layout Plain Layout
24335 The following will be displayed when the LaTeX-package 
24336 \series bold
24337 sidecap
24338 \series default
24339  is not installed:
24340 \end_layout
24341
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \begin_layout Standard
24348 You need to install the LaTeX-package 
24349 \series bold
24350 sidecap
24351 \series default
24352  to see the following part of this section in the output.
24353 \end_layout
24354
24355 \begin_layout Standard
24356 \begin_inset ERT
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360
24361
24362 \backslash
24363 fi
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \begin_layout Section
24372 Listings of Floats
24373 \begin_inset Index idx
24374 status collapsed
24375
24376 \begin_layout Plain Layout
24377 Floats ! Float Lists
24378 \end_layout
24379
24380 \end_inset
24381
24382
24383 \end_layout
24384
24385 \begin_layout Standard
24386 Similar to the table of contents where the sections of the document are
24387  listed, there are listings for all float types, like the figures of the
24388  documents.
24389  You can insert them via the 
24390 \family sans
24391 Insert\SpecialChar \menuseparator
24392 List
24393 \begin_inset space ~
24394 \end_inset
24395
24396 /
24397 \begin_inset space ~
24398 \end_inset
24399
24400 TOC
24401 \family default
24402  sub menus.
24403 \end_layout
24404
24405 \begin_layout Standard
24406 The list entries are the float captions or its short title, the float number,
24407  and the page number where they appear in the document.
24408 \end_layout
24409
24410 \begin_layout Standard
24411 You can find the list of figures and tables at the end of this document.
24412 \end_layout
24413
24414 \begin_layout Chapter
24415 Notes
24416 \end_layout
24417
24418 \begin_layout Section
24419 LyX Notes
24420 \begin_inset Index idx
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424 Notes ! LyX Notes
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Standard
24433 Notes are inserted with the toolbar button 
24434 \begin_inset Graphics
24435         filename ../images/note-insert.png
24436         scale 85
24437         scaleBeforeRotation
24438
24439 \end_inset
24440
24441  or the menu 
24442 \family sans
24443 Insert\SpecialChar \menuseparator
24444 Note
24445 \family default
24446 .
24447  There are three types of notes:
24448 \end_layout
24449
24450 \begin_layout Description
24451 LyX
24452 \begin_inset space ~
24453 \end_inset
24454
24455 Note This note type is for internal notes that won't appear in the output.
24456  Its note-box looks like this:
24457 \begin_inset Newline newline
24458 \end_inset
24459
24460
24461 \begin_inset Newline newline
24462 \end_inset
24463
24464
24465 \begin_inset Graphics
24466         filename clipart/LyXNoteImageQt4.png
24467         display false
24468         scale 85
24469         scaleBeforeRotation
24470
24471 \end_inset
24472
24473  
24474 \begin_inset Note Note
24475 status open
24476
24477 \begin_layout Plain Layout
24478 This is text in a note box that doesn't appear in the output.
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \begin_layout Description
24487 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24488 ent, when you export the document to LaTeX via the menu 
24489 \family sans
24490 File\SpecialChar \menuseparator
24491 Export\SpecialChar \menuseparator
24492 LaTeX (pdflatex) / (plain)
24493 \family default
24494 .
24495  Its note-box looks like this:
24496 \begin_inset Newline newline
24497 \end_inset
24498
24499
24500 \begin_inset Newline newline
24501 \end_inset
24502
24503
24504 \begin_inset Graphics
24505         filename clipart/CommentNoteImageQt4.png
24506         display false
24507         scale 85
24508         scaleBeforeRotation
24509
24510 \end_inset
24511
24512  
24513 \begin_inset Note Comment
24514 status open
24515
24516 \begin_layout Plain Layout
24517 This is text in a note box that only appears as comment in LaTeX-files.
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \begin_layout Description
24526 Greyed
24527 \begin_inset space ~
24528 \end_inset
24529
24530 Out This note will appear in the output as grey text.
24531  Its note-box looks like this:
24532 \begin_inset Newline newline
24533 \end_inset
24534
24535
24536 \begin_inset Newline newline
24537 \end_inset
24538
24539
24540 \begin_inset Graphics
24541         filename clipart/GreyedOutNoteImageQt4.png
24542         display false
24543         scale 85
24544         scaleBeforeRotation
24545
24546 \end_inset
24547
24548
24549 \begin_inset Newline newline
24550 \end_inset
24551
24552
24553 \begin_inset ERT
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557
24558
24559 \backslash
24560 renewenvironment{lyxgreyedout}
24561 \end_layout
24562
24563 \begin_layout Plain Layout
24564
24565 {
24566 \backslash
24567 textcolor[gray]{0.8}
24568 \backslash
24569 bgroup}{
24570 \backslash
24571 egroup}
24572 \end_layout
24573
24574 \end_inset
24575
24576
24577 \begin_inset Note Greyedout
24578 status open
24579
24580 \begin_layout Plain Layout
24581 This is text
24582 \begin_inset Foot
24583 status open
24584
24585 \begin_layout Plain Layout
24586 This is an example footnote within a greyed out note.
24587 \end_layout
24588
24589 \end_inset
24590
24591  of a comment that appears in the output as grey text.
24592 \end_layout
24593
24594 \end_inset
24595
24596
24597 \begin_inset ERT
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601
24602
24603 \backslash
24604 renewenvironment{lyxgreyedout}
24605 \end_layout
24606
24607 \begin_layout Plain Layout
24608
24609 {
24610 \backslash
24611 textcolor{blue}
24612 \backslash
24613 bgroup}{
24614 \backslash
24615 egroup}
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \begin_inset Note Note
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625 The greyed out note is here redefined to show it with the original LyX definitio
24626 n because greyed out notes are redefined in the preamble of this document,
24627  as described below, to have blue text.
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \begin_inset Newline newline
24634 \end_inset
24635
24636
24637 \begin_inset Newline newline
24638 \end_inset
24639
24640 As you can see in the example, the first line of greyed out notes is a bit
24641  indented and greyed out notes can have footnotes.
24642 \end_layout
24643
24644 \begin_layout Standard
24645 \begin_inset VSpace bigskip
24646 \end_inset
24647
24648 When you use the toolbar button 
24649 \begin_inset Graphics
24650         filename ../images/note-insert.png
24651         scale 85
24652         scaleBeforeRotation
24653
24654 \end_inset
24655
24656  to insert notes, a 
24657 \family sans
24658 LyX
24659 \begin_inset space ~
24660 \end_inset
24661
24662 Note
24663 \family default
24664  is inserted.
24665  You can switch between the five note types by right-clicking on the note-box.
24666  
24667 \family roman
24668 \series medium
24669 \bar no
24670 If you want to turn existing text into a note, mark it and click on the
24671  note
24672 \family default
24673 \series default
24674 \bar default
24675  toolbar 
24676 \family roman
24677 \series medium
24678 \bar no
24679 button
24680 \family default
24681 \series default
24682 \bar default
24683 .
24684  To change a note to text, press the backspace key when the cursor is in
24685  the first position of a note, or press the delete key when the cursor is
24686  in the very last position of the note, respectively.
24687 \end_layout
24688
24689 \begin_layout Standard
24690 \begin_inset VSpace bigskip
24691 \end_inset
24692
24693 You can change the text color of the greyed out notes in the preamble with
24694  the following command:
24695 \end_layout
24696
24697 \begin_layout Standard
24698
24699 \series bold
24700
24701 \backslash
24702 renewenvironment{lyxgreyedout}
24703 \begin_inset Newline newline
24704 \end_inset
24705
24706
24707 \begin_inset Phantom HPhantom
24708 status open
24709
24710 \begin_layout Plain Layout
24711
24712 \series bold
24713 \begin_inset space ~
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \end_inset
24720
24721 {
24722 \backslash
24723 textcolor{color}
24724 \backslash
24725 bgroup}{
24726 \backslash
24727 egroup}
24728 \end_layout
24729
24730 \begin_layout Standard
24731 The available colors and the method to define colors is explained in section
24732 \begin_inset space ~
24733 \end_inset
24734
24735
24736 \begin_inset CommandInset ref
24737 LatexCommand ref
24738 reference "sec:Colored-Tables"
24739
24740 \end_inset
24741
24742 .
24743 \end_layout
24744
24745 \begin_layout Standard
24746 Notes that appear in blue in this document are set using greyed out notes
24747  with blue text.
24748 \end_layout
24749
24750 \begin_layout Section
24751 Footnotes
24752 \begin_inset CommandInset label
24753 LatexCommand label
24754 name "sec:Footnotes"
24755
24756 \end_inset
24757
24758
24759 \begin_inset Index idx
24760 status collapsed
24761
24762 \begin_layout Plain Layout
24763 Notes ! Footnotes
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \begin_inset Index idx
24770 status collapsed
24771
24772 \begin_layout Plain Layout
24773 Footnotes
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \begin_layout Standard
24782 Footnotes can be inserted using the toolbar button 
24783 \begin_inset Graphics
24784         filename ../images/footnote-insert.png
24785         scale 85
24786         scaleBeforeRotation
24787
24788 \end_inset
24789
24790  or the menu 
24791 \family sans
24792 Insert\SpecialChar \menuseparator
24793 Footnote
24794 \family default
24795 .
24796  
24797 \family roman
24798 \series medium
24799 \bar no
24800 You'll see
24801 \family default
24802 \series default
24803 \bar default
24804  then the following footnote-box: 
24805 \begin_inset Graphics
24806         filename clipart/footnoteQt4.png
24807         scale 80
24808         scaleBeforeRotation
24809
24810 \end_inset
24811
24812  
24813 \family roman
24814 \series medium
24815 \bar no
24816 where you can enter the footnote text.
24817  If you want to turn existing text into a footnote, mark it and click on
24818  the footnote
24819 \family default
24820 \series default
24821 \bar default
24822  toolbar 
24823 \family roman
24824 \series medium
24825 \bar no
24826 button
24827 \family default
24828 \series default
24829 \bar default
24830 .
24831  To change a 
24832 \family roman
24833 \series medium
24834 \bar no
24835 footnote
24836 \family default
24837 \series default
24838 \bar default
24839  to text, press the Backspace key when the cursor is in the first position
24840  of a 
24841 \family roman
24842 \series medium
24843 \bar no
24844 footnote
24845 \family default
24846 \series default
24847 \bar default
24848 , or press the Delete key when the cursor is in the very last position of
24849  the 
24850 \family roman
24851 \series medium
24852 \bar no
24853 footnote
24854 \family default
24855 \series default
24856 \bar default
24857 , respectively.
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Here is an example footnote:
24862 \family roman
24863 \series medium
24864 \bar no
24865
24866 \begin_inset Foot
24867 status open
24868
24869 \begin_layout Plain Layout
24870 \begin_inset CommandInset label
24871 LatexCommand label
24872 name "foot:This-is-an"
24873
24874 \end_inset
24875
24876 This is an example footnote.
24877 \end_layout
24878
24879 \end_inset
24880
24881
24882 \family default
24883 \series default
24884 \bar default
24885
24886 \begin_inset ERT
24887 status collapsed
24888
24889 \begin_layout Plain Layout
24890
24891
24892 \backslash
24893 newcounter{MyRepeatFoot}
24894 \end_layout
24895
24896 \begin_layout Plain Layout
24897
24898
24899 \backslash
24900 setcounter{MyRepeatFoot}{
24901 \backslash
24902 thefootnote}
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \end_layout
24909
24910 \begin_layout Standard
24911 The footnote will appear in the output as a superscript number at the text
24912  position where the footnote box is placed.
24913  The footnote text is placed at the bottom of the current page.
24914  The footnote number is calculated by LaTeX; the numbers are consecutive.
24915  It depends on your document-class, whether the footnote number is reset
24916  for every chapter.
24917 \end_layout
24918
24919 \begin_layout Standard
24920 Footnotes can be referenced like floats: Insert a label into the footnote
24921  and cross-reference this label in the text as described in section
24922 \begin_inset space ~
24923 \end_inset
24924
24925
24926 \begin_inset CommandInset ref
24927 LatexCommand ref
24928 reference "sec:Referencing-Floats"
24929
24930 \end_inset
24931
24932 .
24933 \begin_inset Newline newline
24934 \end_inset
24935
24936 This is a cross-reference of Footnote
24937 \begin_inset space ~
24938 \end_inset
24939
24940
24941 \begin_inset CommandInset ref
24942 LatexCommand ref
24943 reference "foot:This-is-an"
24944
24945 \end_inset
24946
24947 .
24948 \end_layout
24949
24950 \begin_layout Standard
24951 \begin_inset VSpace defskip
24952 \end_inset
24953
24954 Footnotes in tables are not printed by LaTeX due to technical reasons.
24955  However there exists another method to print them: Instead of the footnote
24956  the command 
24957 \series bold
24958
24959 \backslash
24960 footnotemark{}
24961 \series default
24962  is inserted as TeX-code.
24963  The text of the footnote is entered as an argument of the TeX-code command
24964  
24965 \series bold
24966
24967 \backslash
24968 footnotetext
24969 \series default
24970  after the table.
24971 \begin_inset Newline newline
24972 \end_inset
24973
24974 This was done for the following table with the command
24975 \end_layout
24976
24977 \begin_layout Standard
24978
24979 \series bold
24980
24981 \backslash
24982 footnotetext{
24983 \series default
24984 Printed table footnote.
24985 \series bold
24986 }
24987 \end_layout
24988
24989 \begin_layout Standard
24990 \begin_inset Tabular
24991 <lyxtabular version="3" rows="2" columns="1">
24992 <features tabularvalignment="middle">
24993 <column alignment="center" valignment="top" width="0">
24994 <row>
24995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 This an example text.
25000 \begin_inset Foot
25001 status open
25002
25003 \begin_layout Plain Layout
25004 This footnote will not be printed!
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 <row>
25016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020 This an example text.
25021 \begin_inset ERT
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025
25026
25027 \backslash
25028 footnotemark{}
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 </row>
25039 </lyxtabular>
25040
25041 \end_inset
25042
25043
25044 \begin_inset ERT
25045 status collapsed
25046
25047 \begin_layout Plain Layout
25048
25049
25050 \backslash
25051 footnotetext{
25052 \end_layout
25053
25054 \end_inset
25055
25056 Printed table footnote.
25057 \begin_inset ERT
25058 status collapsed
25059
25060 \begin_layout Plain Layout
25061
25062 }
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \begin_layout Standard
25071 Footnotes in longtables are described in section
25072 \begin_inset space ~
25073 \end_inset
25074
25075
25076 \begin_inset CommandInset ref
25077 LatexCommand ref
25078 reference "sub:Footnotes-in-Longtables"
25079
25080 \end_inset
25081
25082 .
25083 \end_layout
25084
25085 \begin_layout Standard
25086 Footnotes in minipage boxes are printed, but inside the box and with a different
25087  numbering because a minipage box is like a page inside a page.
25088  (For more about minipages, see section
25089 \begin_inset space ~
25090 \end_inset
25091
25092
25093 \begin_inset CommandInset ref
25094 LatexCommand ref
25095 reference "sec:Minipages"
25096
25097 \end_inset
25098
25099 .) To get a footnote in the minipage that is output at the bottom of the
25100  page like normal footnotes, also use the method of 
25101 \series bold
25102
25103 \backslash
25104 footnotemark{}
25105 \series default
25106  and 
25107 \series bold
25108
25109 \backslash
25110 footnotetext
25111 \series default
25112 .
25113 \end_layout
25114
25115 \begin_layout Standard
25116 \begin_inset Box Frameless
25117 position "t"
25118 hor_pos "c"
25119 has_inner_box 1
25120 inner_pos "t"
25121 use_parbox 0
25122 use_makebox 0
25123 width "100col%"
25124 special "none"
25125 height "1in"
25126 height_special "totalheight"
25127 status open
25128
25129 \begin_layout Plain Layout
25130 This an example text in a minipage.
25131 \begin_inset Foot
25132 status open
25133
25134 \begin_layout Plain Layout
25135 Footnote in the minipage.
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \begin_layout Plain Layout
25144 This an example text in a minipage.
25145 \begin_inset ERT
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149
25150
25151 \backslash
25152 footnotemark{}
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \end_inset
25161
25162
25163 \end_layout
25164
25165 \begin_layout Standard
25166 \begin_inset ERT
25167 status collapsed
25168
25169 \begin_layout Plain Layout
25170
25171
25172 \backslash
25173 footnotetext{
25174 \end_layout
25175
25176 \end_inset
25177
25178 Footnote outside the minipage.
25179 \begin_inset ERT
25180 status collapsed
25181
25182 \begin_layout Plain Layout
25183
25184 }
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Standard
25193 \begin_inset VSpace defskip
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 To refer to the same footnote several times without printing the footnote
25201  text every time, use the command 
25202 \series bold
25203
25204 \backslash
25205 footnotemark[number]
25206 \series default
25207  in TeX-code.
25208 \begin_inset Newline newline
25209 \end_inset
25210
25211 As you do not know the number of the repeating footnote while you are writing
25212  the text, you have to store its number.
25213  For the following footnote mark example, these commands were inserted in
25214  TeX-code after Footnote
25215 \begin_inset space ~
25216 \end_inset
25217
25218
25219 \begin_inset CommandInset ref
25220 LatexCommand ref
25221 reference "foot:This-is-an"
25222
25223 \end_inset
25224
25225  to store the footnote number:
25226 \end_layout
25227
25228 \begin_layout Standard
25229
25230 \series bold
25231
25232 \backslash
25233 newcounter{MyRepeatFoot}
25234 \begin_inset Newline newline
25235 \end_inset
25236
25237
25238 \backslash
25239 setcounter{MyRepeatFoot}{
25240 \backslash
25241 thefootnote}
25242 \end_layout
25243
25244 \begin_layout Standard
25245 The footnote mark was then created with this command:
25246 \end_layout
25247
25248 \begin_layout Standard
25249
25250 \series bold
25251
25252 \backslash
25253 footnotemark[
25254 \backslash
25255 theMyRepeatFoot]
25256 \end_layout
25257
25258 \begin_layout Standard
25259 Here is a repeated footnote:
25260 \family roman
25261 \series medium
25262 \bar no
25263
25264 \begin_inset ERT
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268
25269
25270 \backslash
25271 footnotemark[
25272 \backslash
25273 theMyRepeatFoot]
25274 \end_layout
25275
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \begin_layout Standard
25282 If you want to repeat the previous footnote, you can omit the storage of
25283  the footnote number and just use this command instead:
25284 \end_layout
25285
25286 \begin_layout Standard
25287
25288 \series bold
25289
25290 \backslash
25291 footnotemark[
25292 \backslash
25293 thefootnote]
25294 \end_layout
25295
25296 \begin_layout Standard
25297 Here is another repeated footnote:
25298 \family roman
25299 \series medium
25300 \bar no
25301
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307
25308 \backslash
25309 footnotemark[
25310 \backslash
25311 thefootnote]
25312 \end_layout
25313
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \begin_layout Subsection
25320 Footnote Numbering
25321 \begin_inset CommandInset label
25322 LatexCommand label
25323 name "sub:Footnote-Numbering"
25324
25325 \end_inset
25326
25327
25328 \begin_inset Index idx
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 Footnotes ! Numbering
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \begin_layout Standard
25341 To reset the footnote number back to 1 after each section
25342 \family roman
25343 , add this command to your document preamble:
25344 \end_layout
25345
25346 \begin_layout Standard
25347
25348 \series bold
25349
25350 \backslash
25351 @addtoreset{footnote}{section}
25352 \end_layout
25353
25354 \begin_layout Standard
25355 \begin_inset VSpace bigskip
25356 \end_inset
25357
25358 The following preamble command changes the footnote numbering style to small
25359  roman numerals:
25360 \end_layout
25361
25362 \begin_layout Standard
25363
25364 \series bold
25365
25366 \backslash
25367 renewcommand{
25368 \backslash
25369 thefootnote}{
25370 \backslash
25371 roman{footnote}}
25372 \end_layout
25373
25374 \begin_layout Standard
25375 \begin_inset ERT
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379
25380
25381 \backslash
25382 renewcommand{
25383 \backslash
25384 thefootnote}{
25385 \backslash
25386 roman{footnote}}
25387 \end_layout
25388
25389 \end_inset
25390
25391  This is a footnote with roman numbering:
25392 \begin_inset Foot
25393 status open
25394
25395 \begin_layout Plain Layout
25396 This is an example footnote with roman numbering.
25397 \end_layout
25398
25399 \end_inset
25400
25401
25402 \end_layout
25403
25404 \begin_layout Standard
25405 To change the numbering style to capital roman numerals replace in the command
25406  above 
25407 \series bold
25408
25409 \backslash
25410 roman
25411 \series default
25412  by 
25413 \series bold
25414
25415 \backslash
25416 Roman
25417 \series default
25418 .
25419  To 
25420 \begin_inset Quotes eld
25421 \end_inset
25422
25423 number
25424 \begin_inset Quotes erd
25425 \end_inset
25426
25427  footnotes with capital or small Latin letters use 
25428 \series bold
25429
25430 \backslash
25431 Alph
25432 \series default
25433  or 
25434 \series bold
25435
25436 \backslash
25437 alph
25438 \series default
25439 , respectively.
25440  To 
25441 \begin_inset Quotes eld
25442 \end_inset
25443
25444 number
25445 \begin_inset Quotes erd
25446 \end_inset
25447
25448  footnotes with symbols use 
25449 \series bold
25450
25451 \backslash
25452 fnsymbol
25453 \series default
25454 .
25455 \end_layout
25456
25457 \begin_layout Standard
25458 \begin_inset Note Greyedout
25459 status open
25460
25461 \begin_layout Plain Layout
25462
25463 \series bold
25464 Note:
25465 \series default
25466  You can only number 26 footnotes with Latin letters, because this numbering
25467  is limited to single letters.
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \begin_inset Newline newline
25474 \end_inset
25475
25476
25477 \begin_inset Note Greyedout
25478 status open
25479
25480 \begin_layout Plain Layout
25481
25482 \series bold
25483 Note:
25484 \series default
25485  You can only number 9 footnotes with symbols.
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \begin_layout Standard
25494 To return to the default numbering style after you have changed to another
25495  one, use 
25496 \series bold
25497
25498 \backslash
25499 arabic
25500 \series default
25501  instead of 
25502 \series bold
25503
25504 \backslash
25505 roman
25506 \series default
25507  in the command above.
25508 \begin_inset ERT
25509 status collapsed
25510
25511 \begin_layout Plain Layout
25512
25513
25514 \backslash
25515 renewcommand{
25516 \backslash
25517 thefootnote}{
25518 \backslash
25519 arabic{footnote}}
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \begin_layout Standard
25528 \begin_inset VSpace bigskip
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \begin_layout Standard
25535 If you want to have footnotes numbered in the scheme 
25536 \begin_inset Quotes eld
25537 \end_inset
25538
25539 chapter.footnote
25540 \begin_inset Quotes erd
25541 \end_inset
25542
25543 , add the following command to your document preamble:
25544 \end_layout
25545
25546 \begin_layout Standard
25547
25548 \series bold
25549
25550 \backslash
25551 numberwithin{footnote}{chapter}
25552 \end_layout
25553
25554 \begin_layout Standard
25555 To be able to use the command 
25556 \series bold
25557
25558 \backslash
25559 numberwithin
25560 \series default
25561 , set in the tab 
25562 \family sans
25563 Math
25564 \begin_inset space ~
25565 \end_inset
25566
25567 Options
25568 \family default
25569  in the document settings the option 
25570 \family sans
25571 Use
25572 \begin_inset space ~
25573 \end_inset
25574
25575 AMS
25576 \begin_inset space ~
25577 \end_inset
25578
25579 math
25580 \begin_inset space ~
25581 \end_inset
25582
25583 package
25584 \family default
25585 .
25586 \end_layout
25587
25588 \begin_layout Standard
25589 \begin_inset ERT
25590 status collapsed
25591
25592 \begin_layout Plain Layout
25593
25594
25595 \backslash
25596 numberwithin{footnote}{chapter}
25597 \end_layout
25598
25599 \end_inset
25600
25601 This is another example footnote:
25602 \series bold
25603
25604 \begin_inset Foot
25605 status open
25606
25607 \begin_layout Plain Layout
25608 This is a footnote numbered in the scheme 
25609 \begin_inset Quotes eld
25610 \end_inset
25611
25612 chapter.footnote
25613 \begin_inset Quotes erd
25614 \end_inset
25615
25616 .
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \series default
25623
25624 \begin_inset ERT
25625 status collapsed
25626
25627 \begin_layout Plain Layout
25628
25629
25630 \backslash
25631 renewcommand{
25632 \backslash
25633 thefootnote}{
25634 \backslash
25635 arabic{footnote}}
25636 \end_layout
25637
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \begin_layout Standard
25644 \begin_inset Note Greyedout
25645 status open
25646
25647 \begin_layout Plain Layout
25648
25649 \series bold
25650 Note:
25651 \series default
25652  
25653 \series bold
25654
25655 \backslash
25656 numberwithin
25657 \series default
25658  always prints out the footnote number as arabic number; previous redefinitions
25659  to get non-arabic numbers are overwritten.
25660 \end_layout
25661
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \begin_layout Standard
25668 So to get for example the scheme 
25669 \begin_inset Quotes eld
25670 \end_inset
25671
25672 chapter.
25673 \backslash
25674 Roman{footnote}
25675 \begin_inset Quotes erd
25676 \end_inset
25677
25678 , use this command instead of 
25679 \series bold
25680
25681 \backslash
25682 numberwithin
25683 \series default
25684 :
25685 \end_layout
25686
25687 \begin_layout Standard
25688
25689 \series bold
25690
25691 \backslash
25692 renewcommand{
25693 \backslash
25694 thefootnote}{
25695 \backslash
25696 thechapter.
25697 \backslash
25698 Roman{footnote}}
25699 \end_layout
25700
25701 \begin_layout Subsection
25702 Footnote Placement
25703 \begin_inset Index idx
25704 status collapsed
25705
25706 \begin_layout Plain Layout
25707 Footnotes ! Placement
25708 \end_layout
25709
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \begin_layout Standard
25716 If you have several footnotes in one page, they appear without vertical
25717  space between them at the bottom of the page.
25718  To make them more readable you can e.
25719 \begin_inset space \thinspace{}
25720 \end_inset
25721
25722 g.
25723 \begin_inset space \space{}
25724 \end_inset
25725
25726 add 1.5
25727 \begin_inset space \thinspace{}
25728 \end_inset
25729
25730 mm space with the following preamble command:
25731 \end_layout
25732
25733 \begin_layout Standard
25734
25735 \series bold
25736
25737 \backslash
25738 let
25739 \backslash
25740 myFoot
25741 \backslash
25742 footnote
25743 \begin_inset Newline newline
25744 \end_inset
25745
25746
25747 \backslash
25748 renewcommand{
25749 \backslash
25750 footnote}[1]{
25751 \backslash
25752 myFoot{#1
25753 \backslash
25754 vspace{1.5mm}}}
25755 \end_layout
25756
25757 \begin_layout Standard
25758 \begin_inset VSpace bigskip
25759 \end_inset
25760
25761 In a two-column document the footnotes appear at the bottom of every column,
25762  see Figure
25763 \begin_inset space ~
25764 \end_inset
25765
25766
25767 \begin_inset CommandInset ref
25768 LatexCommand ref
25769 reference "fig:Standard-footnote-placement"
25770
25771 \end_inset
25772
25773 .
25774  If the footnotes should only appear at the bottom of the right column,
25775  as in Figure
25776 \begin_inset space ~
25777 \end_inset
25778
25779
25780 \begin_inset CommandInset ref
25781 LatexCommand ref
25782 reference "fig:Footnote-placement-in"
25783
25784 \end_inset
25785
25786 , use the LaTeX-package 
25787 \series bold
25788 ftnright
25789 \series default
25790
25791 \begin_inset Index idx
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795 LaTeX-packages ! ftnright
25796 \end_layout
25797
25798 \end_inset
25799
25800  with this command in the document preamble:
25801 \end_layout
25802
25803 \begin_layout Standard
25804
25805 \series bold
25806
25807 \backslash
25808 usepackage{ftnright}
25809 \end_layout
25810
25811 \begin_layout Standard
25812 \begin_inset Float figure
25813 placement !h
25814 wide false
25815 sideways false
25816 status open
25817
25818 \begin_layout Plain Layout
25819 \begin_inset ERT
25820 status collapsed
25821
25822 \begin_layout Plain Layout
25823
25824
25825 \backslash
25826 framebox{
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \begin_inset Graphics
25833         filename clipart/without_fntright.pdf
25834         width 100col%
25835         scaleBeforeRotation
25836
25837 \end_inset
25838
25839
25840 \begin_inset ERT
25841 status collapsed
25842
25843 \begin_layout Plain Layout
25844
25845 }
25846 \end_layout
25847
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_layout Plain Layout
25854 \begin_inset Caption
25855
25856 \begin_layout Plain Layout
25857 \begin_inset CommandInset label
25858 LatexCommand label
25859 name "fig:Standard-footnote-placement"
25860
25861 \end_inset
25862
25863 Standard footnote placement in two-column documents.
25864 \end_layout
25865
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \begin_layout Standard
25877 \begin_inset Float figure
25878 placement !h
25879 wide false
25880 sideways false
25881 status open
25882
25883 \begin_layout Plain Layout
25884 \begin_inset ERT
25885 status collapsed
25886
25887 \begin_layout Plain Layout
25888
25889
25890 \backslash
25891 framebox{
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \begin_inset Graphics
25898         filename clipart/with_fntright.pdf
25899         width 100col%
25900         scaleBeforeRotation
25901
25902 \end_inset
25903
25904
25905 \begin_inset ERT
25906 status collapsed
25907
25908 \begin_layout Plain Layout
25909
25910 }
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \begin_layout Plain Layout
25919 \begin_inset Caption
25920
25921 \begin_layout Plain Layout
25922 \begin_inset CommandInset label
25923 LatexCommand label
25924 name "fig:Footnote-placement-in"
25925
25926 \end_inset
25927
25928 Footnote placement in two-column documents when the LaTeX-package 
25929 \series bold
25930 ftnright
25931 \series default
25932  is used.
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \begin_layout Standard
25946 \begin_inset VSpace bigskip
25947 \end_inset
25948
25949 In some scientific literature it is usual to collect the footnotes and print
25950  them in a separate paragraph at the end of a section, as in Figure
25951 \begin_inset space ~
25952 \end_inset
25953
25954
25955 \begin_inset CommandInset ref
25956 LatexCommand ref
25957 reference "fig:Endnotes"
25958
25959 \end_inset
25960
25961 .
25962  They are then called 
25963 \begin_inset Quotes eld
25964 \end_inset
25965
25966 endnotes
25967 \begin_inset Quotes erd
25968 \end_inset
25969
25970 .
25971 \begin_inset Index idx
25972 status collapsed
25973
25974 \begin_layout Plain Layout
25975 Endnotes
25976 \end_layout
25977
25978 \end_inset
25979
25980  To use endnotes instead of footnotes in your document, load in the menu
25981  
25982 \family sans
25983 Document\SpecialChar \menuseparator
25984 Settings\SpecialChar \menuseparator
25985 Modules 
25986 \family default
25987 the module 
25988 \family sans
25989 Foot
25990 \begin_inset space ~
25991 \end_inset
25992
25993 to
25994 \begin_inset space ~
25995 \end_inset
25996
25997 End
25998 \family default
25999 .
26000  To insert the collected footnotes, insert the command
26001 \end_layout
26002
26003 \begin_layout Standard
26004
26005 \series bold
26006
26007 \backslash
26008 theendnotes
26009 \end_layout
26010
26011 \begin_layout Standard
26012 in TeX-Code at the end of a section or chapter.
26013 \end_layout
26014
26015 \begin_layout Standard
26016 \begin_inset Float figure
26017 wide false
26018 sideways false
26019 status open
26020
26021 \begin_layout Plain Layout
26022 \align center
26023 \begin_inset ERT
26024 status collapsed
26025
26026 \begin_layout Plain Layout
26027
26028
26029 \backslash
26030 framebox{
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \begin_inset Graphics
26037         filename clipart/endnotes.pdf
26038         scaleBeforeRotation
26039
26040 \end_inset
26041
26042
26043 \begin_inset ERT
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047
26048 }
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Plain Layout
26057 \begin_inset Caption
26058
26059 \begin_layout Plain Layout
26060 \begin_inset CommandInset label
26061 LatexCommand label
26062 name "fig:Endnotes"
26063
26064 \end_inset
26065
26066 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
26067  or chapters.
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \begin_layout Standard
26081 \begin_inset VSpace medskip
26082 \end_inset
26083
26084 The paragraph heading for the endnotes isn't automatically translated into
26085  the document language, this must be done manually.
26086  The following preamble command translates the default English 
26087 \begin_inset Quotes eld
26088 \end_inset
26089
26090 Notes
26091 \begin_inset Quotes erd
26092 \end_inset
26093
26094  into the German 
26095 \begin_inset Quotes eld
26096 \end_inset
26097
26098 Anmerkungen
26099 \begin_inset Quotes erd
26100 \end_inset
26101
26102 :
26103 \end_layout
26104
26105 \begin_layout Standard
26106
26107 \series bold
26108
26109 \backslash
26110 renewcommand{
26111 \backslash
26112 notesname}{Anmerkungen}
26113 \end_layout
26114
26115 \begin_layout Standard
26116 \begin_inset VSpace medskip
26117 \end_inset
26118
26119 The numbering of endnotes can be changed like the footnote numbering as
26120  described in section
26121 \begin_inset space ~
26122 \end_inset
26123
26124
26125 \begin_inset CommandInset ref
26126 LatexCommand ref
26127 reference "sub:Footnote-Numbering"
26128
26129 \end_inset
26130
26131 ; just replace the command 
26132 \series bold
26133
26134 \backslash
26135 thefootnote
26136 \series default
26137  by 
26138 \series bold
26139
26140 \backslash
26141 theendnote
26142 \series default
26143 .
26144  To reset the endnote number use the command 
26145 \series bold
26146
26147 \backslash
26148 @addtoreset
26149 \series default
26150  as 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  and replace the command parameter 
26162 \series bold
26163 footnote
26164 \series default
26165  by 
26166 \series bold
26167 endnote
26168 \series default
26169 .
26170 \end_layout
26171
26172 \begin_layout Standard
26173 For endnotes there is the command 
26174 \series bold
26175
26176 \backslash
26177 endnotemark[number]
26178 \series default
26179  similar to the command 
26180 \series bold
26181
26182 \backslash
26183 footnotemark
26184 \series default
26185 , that is described in section
26186 \begin_inset space ~
26187 \end_inset
26188
26189
26190 \begin_inset CommandInset ref
26191 LatexCommand ref
26192 reference "sec:Footnotes"
26193
26194 \end_inset
26195
26196 .
26197 \end_layout
26198
26199 \begin_layout Standard
26200 \begin_inset VSpace bigskip
26201 \end_inset
26202
26203 Footnotes can also be placed in the page margin and the footnote text alignment
26204  can be changed, see the LaTeX-package 
26205 \series bold
26206 footmisc
26207 \series default
26208
26209 \begin_inset Index idx
26210 status collapsed
26211
26212 \begin_layout Plain Layout
26213 LaTeX-packages ! footmisc
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \begin_inset CommandInset citation
26220 LatexCommand cite
26221 key "footmisc"
26222
26223 \end_inset
26224
26225  for more information about this.
26226 \end_layout
26227
26228 \begin_layout Standard
26229 For various further footnote formatting issues have a look at LaTeX-books,
26230  
26231 \begin_inset CommandInset citation
26232 LatexCommand cite
26233 key "latexcompanion,latexguide,latexbook"
26234
26235 \end_inset
26236
26237 .
26238 \end_layout
26239
26240 \begin_layout Section
26241 Margin Notes
26242 \begin_inset Index idx
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246 Notes ! Margin Notes
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \begin_layout Standard
26255 Margin notes look and behave in LyX like footnotes.
26256  They are inserted via the menu 
26257 \family sans
26258 Insert\SpecialChar \menuseparator
26259 Marginal
26260 \begin_inset space ~
26261 \end_inset
26262
26263 Note
26264 \family default
26265  or the toolbar button 
26266 \begin_inset Graphics
26267         filename ../images/marginalnote-insert.png
26268         scale 85
26269         scaleBeforeRotation
26270
26271 \end_inset
26272
26273 .
26274  A grey 
26275 \family roman
26276 \series medium
26277 box with the
26278 \family default
26279 \series default
26280  red 
26281 \family roman
26282 \series medium
26283 label 
26284 \begin_inset Quotes eld
26285 \end_inset
26286
26287 margin
26288 \begin_inset Quotes erd
26289 \end_inset
26290
26291  appears where you can enter the text of the margin note.
26292 \end_layout
26293
26294 \begin_layout Standard
26295 At the side is an example margin note.
26296
26297 \family roman
26298 \series medium
26299  
26300 \begin_inset Marginal
26301 status open
26302
26303 \begin_layout Plain Layout
26304 This is a margin note.
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Standard
26313 Margin notes appear at the right side in single-sided documents.
26314  In double-sided documents they appear in the outer margin â€“ left on even
26315  pages, right on odd pages.
26316  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
26317 d when the note appears in the left margin.
26318  The first line of the margin note is placed at the position of the text
26319  line where it is inserted in the document.
26320 \end_layout
26321
26322 \begin_layout Standard
26323 \begin_inset VSpace bigskip
26324 \end_inset
26325
26326 To place the margin note in the inner margin, add the command
26327 \end_layout
26328
26329 \begin_layout Standard
26330
26331 \series bold
26332
26333 \backslash
26334 reversemarginpar
26335 \end_layout
26336
26337 \begin_layout Standard
26338 in TeX-Code before a margin note.
26339  The new placement is valid for all subsequent margin notes.
26340  
26341 \begin_inset ERT
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346
26347 \backslash
26348 reversemarginpar 
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \begin_inset Marginal
26355 status open
26356
26357 \begin_layout Plain Layout
26358 This is a margin note in the inner margin.
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \series bold
26365
26366 \begin_inset Newline newline
26367 \end_inset
26368
26369
26370 \series default
26371
26372 \begin_inset Note Greyedout
26373 status open
26374
26375 \begin_layout Plain Layout
26376
26377 \series bold
26378 Note:
26379 \series default
26380  There is often not enough space in the inner margin so that the notes are
26381  not correctly displayed in the output.
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \begin_layout Standard
26390 To return to the default placement insert the command
26391 \end_layout
26392
26393 \begin_layout Standard
26394
26395 \series bold
26396
26397 \backslash
26398 normalmarginpar
26399 \end_layout
26400
26401 \begin_layout Standard
26402 in TeX-Code.
26403 \begin_inset ERT
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407
26408
26409 \backslash
26410 normalmarginpar 
26411 \end_layout
26412
26413 \end_inset
26414
26415  
26416 \begin_inset Note Greyedout
26417 status open
26418
26419 \begin_layout Plain Layout
26420
26421 \series bold
26422 Note:
26423 \series default
26424  The command is ignored when it is within a paragraph where also the command
26425  
26426 \series bold
26427
26428 \backslash
26429 reversemarginpar
26430 \series default
26431  is inserted.
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Standard
26440 \begin_inset VSpace bigskip
26441 \end_inset
26442
26443
26444 \family roman
26445 \series medium
26446
26447 \begin_inset Marginal
26448 status open
26449
26450 \begin_layout Plain Layout
26451 AVeryLongMarginParWord that isn't hyphenated.
26452 \end_layout
26453
26454 \end_inset
26455
26456
26457 \family default
26458 \series default
26459  Similar to the case described in section
26460 \begin_inset space ~
26461 \end_inset
26462
26463
26464 \begin_inset CommandInset ref
26465 LatexCommand ref
26466 reference "sub:Multiple-Lines-in"
26467
26468 \end_inset
26469
26470 , long words cannot be hyphenated when they are the first word in a margin
26471  note.
26472  To avoid this, insert 0
26473 \begin_inset space \thinspace{}
26474 \end_inset
26475
26476 pt horizontal space before the word
26477 \family roman
26478 \series medium
26479 .
26480  
26481 \begin_inset Marginal
26482 status open
26483
26484 \begin_layout Plain Layout
26485 \begin_inset space \hspace*{}
26486 \length 0pt
26487 \end_inset
26488
26489 AVeryLongMarginParWord that is hyphenated.
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \begin_layout Standard
26498 \begin_inset VSpace bigskip
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Standard
26505 \begin_inset Note Greyedout
26506 status open
26507
26508 \begin_layout Plain Layout
26509
26510 \series bold
26511 Note:
26512 \series default
26513  Margin notes can normally not be used inside tables, floats, and footnotes.
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Standard
26522 \begin_inset VSpace bigskip
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \begin_layout Standard
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 ifmarginnote
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \begin_inset Note Note
26543 status open
26544
26545 \begin_layout Plain Layout
26546 The following section will only be displayed when the LaTeX-package 
26547 \series bold
26548 marginnote
26549 \series default
26550  is installed.
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \begin_layout Standard
26559 This restriction can be evaded by using the LaTeX-package 
26560 \series bold
26561 marginnote
26562 \series default
26563
26564 \begin_inset Index idx
26565 status collapsed
26566
26567 \begin_layout Plain Layout
26568 LaTeX-packages ! marginnote
26569 \end_layout
26570
26571 \end_inset
26572
26573 .
26574  By adding these two lines to your document preamble, the command used by
26575  LyX for margin notes is redefined to use the command provided by the 
26576 \series bold
26577 marginnote
26578 \series default
26579 -package:
26580 \end_layout
26581
26582 \begin_layout Standard
26583
26584 \series bold
26585
26586 \backslash
26587 usepackage{marginnote}
26588 \begin_inset Newline newline
26589 \end_inset
26590
26591
26592 \backslash
26593 let
26594 \backslash
26595 marginpar
26596 \backslash
26597 marginnote
26598 \end_layout
26599
26600 \begin_layout Standard
26601 This is also used in this document because 
26602 \series bold
26603 marginnote
26604 \series default
26605  has another useful feature: You can set a vertical offset for the note.
26606  This is often needed when too many margin notes are too close together
26607  or for a better page layout.
26608  The offset is set in LyX as TeX-Code directly after the margin note in
26609  the scheme
26610 \end_layout
26611
26612 \begin_layout Standard
26613
26614 \series bold
26615 [offset]
26616 \end_layout
26617
26618 \begin_layout Standard
26619 where the offset is a length with one of the units listed in Table
26620 \begin_inset space ~
26621 \end_inset
26622
26623
26624 \begin_inset CommandInset ref
26625 LatexCommand ref
26626 reference "tab:Units"
26627
26628 \end_inset
26629
26630 .
26631  A negative value shifts the note up, a positive value shifts it down.
26632  
26633 \family roman
26634 \series medium
26635 For example the margin note beside this text line is shifted up 1.5
26636 \begin_inset space \thinspace{}
26637 \end_inset
26638
26639 cm with the TeX-Code-command 
26640 \begin_inset Quotes eld
26641 \end_inset
26642
26643
26644 \family default
26645 \series bold
26646 [-1.5cm]
26647 \family roman
26648 \series medium
26649
26650 \begin_inset Quotes erd
26651 \end_inset
26652
26653
26654 \begin_inset Marginal
26655 status open
26656
26657 \begin_layout Plain Layout
26658 This margin note is shifted up 1.5
26659 \begin_inset space \thinspace{}
26660 \end_inset
26661
26662 cm from its original position.
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \family default
26669 \series default
26670
26671 \begin_inset ERT
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675
26676 [-1.5cm]
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Standard
26685 \begin_inset VSpace medskip
26686 \end_inset
26687
26688 With 
26689 \series bold
26690 marginnote
26691 \series default
26692  you can also change the alignment of the text in the margin note.
26693  For example the commands
26694 \end_layout
26695
26696 \begin_layout Standard
26697
26698 \series bold
26699
26700 \backslash
26701 renewcommand*{
26702 \backslash
26703 raggedleftmarginnote}{
26704 \backslash
26705 centering}
26706 \begin_inset Newline newline
26707 \end_inset
26708
26709
26710 \backslash
26711 renewcommand*{
26712 \backslash
26713 raggedrightmarginnote}{
26714 \backslash
26715 centering}
26716 \end_layout
26717
26718 \begin_layout Standard
26719 set the alignment to centered.
26720  
26721 \series bold
26722
26723 \backslash
26724 raggedleftmarginnote
26725 \series default
26726  denotes margin notes that appear at the left side.
26727 \family roman
26728 \series medium
26729
26730 \begin_inset ERT
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734
26735
26736 \backslash
26737 renewcommand*{
26738 \backslash
26739 raggedleftmarginnote}{
26740 \backslash
26741 centering}
26742 \end_layout
26743
26744 \begin_layout Plain Layout
26745
26746
26747 \backslash
26748 renewcommand*{
26749 \backslash
26750 raggedrightmarginnote}{
26751 \backslash
26752 centering}
26753 \end_layout
26754
26755 \end_inset
26756
26757
26758 \begin_inset Marginal
26759 status open
26760
26761 \begin_layout Plain Layout
26762 The text of this margin note is centered.
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \family default
26769 \series default
26770  The default is
26771 \end_layout
26772
26773 \begin_layout Standard
26774
26775 \series bold
26776
26777 \backslash
26778 renewcommand*{
26779 \backslash
26780 raggedleftmarginnote}{
26781 \backslash
26782 raggedleft}
26783 \begin_inset Newline newline
26784 \end_inset
26785
26786
26787 \backslash
26788 renewcommand*{
26789 \backslash
26790 raggedrightmarginnote}{
26791 \backslash
26792 raggedright}
26793 \family roman
26794 \series medium
26795
26796 \begin_inset ERT
26797 status collapsed
26798
26799 \begin_layout Plain Layout
26800
26801
26802 \backslash
26803 renewcommand*{
26804 \backslash
26805 raggedleftmarginnote}{
26806 \backslash
26807 raggedleft}
26808 \end_layout
26809
26810 \begin_layout Plain Layout
26811
26812
26813 \backslash
26814 renewcommand*{
26815 \backslash
26816 raggedrightmarginnote}{
26817 \backslash
26818 raggedright}
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \begin_layout Standard
26827 \begin_inset VSpace medskip
26828 \end_inset
26829
26830 For the other features of 
26831 \series bold
26832 marginnote
26833 \series default
26834  refer to its documentation 
26835 \begin_inset CommandInset citation
26836 LatexCommand cite
26837 key "marginnote"
26838
26839 \end_inset
26840
26841 .
26842 \end_layout
26843
26844 \begin_layout Standard
26845 \begin_inset VSpace bigskip
26846 \end_inset
26847
26848 You can adjust the layout of margin notes by changing its definition.
26849  To create for example a header for all margin notes with the underlined,
26850  sans-serif, and bold header text 
26851 \begin_inset Quotes eld
26852 \end_inset
26853
26854
26855 \family sans
26856 \series bold
26857 \bar under
26858 Attention!
26859 \family default
26860 \series default
26861 \bar default
26862
26863 \begin_inset Quotes erd
26864 \end_inset
26865
26866 , add this to your document preamble:
26867 \end_layout
26868
26869 \begin_layout Standard
26870
26871 \series bold
26872
26873 \backslash
26874 let
26875 \backslash
26876 myMarginpar
26877 \backslash
26878 marginpar
26879 \begin_inset Newline newline
26880 \end_inset
26881
26882
26883 \backslash
26884 renewcommand{
26885 \backslash
26886 marginpar}[1]{
26887 \backslash
26888 myMarginpar{%
26889 \begin_inset Newline newline
26890 \end_inset
26891
26892
26893 \begin_inset Phantom HPhantom
26894 status open
26895
26896 \begin_layout Plain Layout
26897
26898 \series bold
26899 \begin_inset space ~
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \backslash
26909 hspace{0pt}
26910 \backslash
26911 textsf{
26912 \backslash
26913 textbf{
26914 \backslash
26915 underbar{Attention!}}}%
26916 \begin_inset Newline newline
26917 \end_inset
26918
26919
26920 \begin_inset Phantom HPhantom
26921 status open
26922
26923 \begin_layout Plain Layout
26924
26925 \series bold
26926 \begin_inset space ~
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \backslash
26936 vspace{1.5mm}
26937 \backslash
26938
26939 \backslash
26940 #1}}
26941 \end_layout
26942
26943 \begin_layout Standard
26944
26945 \family roman
26946 \series medium
26947 \begin_inset ERT
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951
26952
26953 \backslash
26954 let
26955 \backslash
26956 myMarginpar
26957 \backslash
26958 marginpar
26959 \end_layout
26960
26961 \begin_layout Plain Layout
26962
26963
26964 \backslash
26965 renewcommand{
26966 \backslash
26967 marginpar}[1]{
26968 \backslash
26969 myMarginpar{%
26970 \end_layout
26971
26972 \begin_layout Plain Layout
26973
26974    
26975 \backslash
26976 textsf{
26977 \backslash
26978 textbf{
26979 \backslash
26980 underbar{Attention!}}}%
26981 \end_layout
26982
26983 \begin_layout Plain Layout
26984
26985    
26986 \backslash
26987 vspace{1.5mm}
26988 \backslash
26989
26990 \backslash
26991 #1}}
26992 \end_layout
26993
26994 \end_inset
26995
26996
26997 \begin_inset Marginal
26998 status open
26999
27000 \begin_layout Plain Layout
27001 This is a margin note with a defined heading.
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \family default
27008 \series default
27009
27010 \begin_inset ERT
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014
27015 [-1.5cm]
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \family roman
27022 \series medium
27023
27024 \begin_inset ERT
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028
27029
27030 \backslash
27031 renewcommand{
27032 \backslash
27033 marginpar}[1]{
27034 \backslash
27035 myMarginpar{#1}}
27036 \end_layout
27037
27038 \end_inset
27039
27040
27041 \family default
27042 \series default
27043
27044 \begin_inset Note Note
27045 status collapsed
27046
27047 \begin_layout Plain Layout
27048 The margin note format is changed only for this example.
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \begin_layout Standard
27057 \begin_inset ERT
27058 status collapsed
27059
27060 \begin_layout Plain Layout
27061
27062
27063 \backslash
27064 else
27065 \end_layout
27066
27067 \end_inset
27068
27069
27070 \begin_inset Note Note
27071 status open
27072
27073 \begin_layout Plain Layout
27074 The following will be displayed when the LaTeX-package 
27075 \series bold
27076 marginnote
27077 \series default
27078  is not installed:
27079 \end_layout
27080
27081 \end_inset
27082
27083
27084 \end_layout
27085
27086 \begin_layout Standard
27087 You need to install the LaTeX-package 
27088 \series bold
27089 marginnote
27090 \series default
27091  to see the following part of this section in the output.
27092 \end_layout
27093
27094 \begin_layout Standard
27095 \begin_inset ERT
27096 status collapsed
27097
27098 \begin_layout Plain Layout
27099
27100
27101 \backslash
27102 fi
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \begin_layout Chapter
27111 Boxes
27112 \end_layout
27113
27114 \begin_layout Section
27115 Introduction
27116 \begin_inset Index idx
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120 Boxes ! Introduction
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \begin_layout Standard
27129 Boxes are used to format a block of text.
27130  Boxes can be used to write documents with multiple languages, see section
27131 \begin_inset space ~
27132 \end_inset
27133
27134
27135 \begin_inset CommandInset ref
27136 LatexCommand ref
27137 reference "sec:Minipages"
27138
27139 \end_inset
27140
27141 , to frame texts, see section
27142 \begin_inset space ~
27143 \end_inset
27144
27145
27146 \begin_inset CommandInset ref
27147 LatexCommand ref
27148 reference "sec:Decoration"
27149
27150 \end_inset
27151
27152 , to prevent words from being hyphenated, see section
27153 \begin_inset space ~
27154 \end_inset
27155
27156
27157 \begin_inset CommandInset ref
27158 LatexCommand ref
27159 reference "sec:Prevent-Hyphenation"
27160
27161 \end_inset
27162
27163 , to align text, see section
27164 \begin_inset space ~
27165 \end_inset
27166
27167
27168 \begin_inset CommandInset ref
27169 LatexCommand ref
27170 reference "sub:Vertical-Alignment"
27171
27172 \end_inset
27173
27174 , or to set the background color of texts, see section
27175 \begin_inset space ~
27176 \end_inset
27177
27178
27179 \begin_inset CommandInset ref
27180 LatexCommand ref
27181 reference "sec:Colored-Boxes"
27182
27183 \end_inset
27184
27185 .
27186 \end_layout
27187
27188 \begin_layout Standard
27189 Boxes can be inserted with the menu 
27190 \family sans
27191 Insert\SpecialChar \menuseparator
27192 Box
27193 \family default
27194  or the toolbar button 
27195 \begin_inset Graphics
27196         filename ../images/box-insert.png
27197         scale 85
27198         scaleBeforeRotation
27199
27200 \end_inset
27201
27202 .
27203  A grey box with the label 
27204 \family sans
27205 Box (Minipage)
27206 \family default
27207
27208 \begin_inset Graphics
27209         filename clipart/BoxInsetDefaultQt4.png
27210         scale 85
27211         scaleBeforeRotation
27212
27213 \end_inset
27214
27215  will be inserted.
27216  The box type can be specified by right-clicking on the box and selecting
27217  
27218 \family sans
27219 Settings
27220 \family default
27221 .
27222  The box dialog offers the 
27223 \family sans
27224 Inner
27225 \begin_inset space ~
27226 \end_inset
27227
27228 Box
27229 \family default
27230  types 
27231 \family sans
27232 Makebox
27233 \family default
27234
27235 \family sans
27236 Parbox
27237 \family default
27238  and 
27239 \family sans
27240 Minipage
27241 \family default
27242 .
27243  The type 
27244 \family sans
27245 Minipage
27246 \family default
27247  is the default for new boxes and is explained in section
27248 \begin_inset space ~
27249 \end_inset
27250
27251
27252 \begin_inset CommandInset ref
27253 LatexCommand ref
27254 reference "sec:Minipages"
27255
27256 \end_inset
27257
27258 ; the type 
27259 \family sans
27260 Parbox
27261 \family default
27262  is described in section
27263 \begin_inset space ~
27264 \end_inset
27265
27266
27267 \begin_inset CommandInset ref
27268 LatexCommand ref
27269 reference "sec:Parboxes"
27270
27271 \end_inset
27272
27273  and the type 
27274 \family sans
27275 Makebox
27276 \family default
27277  in 
27278 \begin_inset CommandInset ref
27279 LatexCommand ref
27280 reference "sec:Prevent-Hyphenation"
27281
27282 \end_inset
27283
27284 .
27285 \end_layout
27286
27287 \begin_layout Standard
27288 Boxes are not numbered and can therefore not be referenced like floats or
27289  footnotes.
27290 \end_layout
27291
27292 \begin_layout Standard
27293 \begin_inset Note Greyedout
27294 status open
27295
27296 \begin_layout Plain Layout
27297
27298 \series bold
27299 Note:
27300 \series default
27301  Boxes must not be the item in an 
27302 \family sans
27303 Itemize
27304 \family default
27305  or 
27306 \family sans
27307 Description
27308 \family default
27309  environment.
27310 \end_layout
27311
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \begin_layout Standard
27318 \begin_inset Note Greyedout
27319 status open
27320
27321 \begin_layout Plain Layout
27322
27323 \series bold
27324 Note:
27325 \series default
27326  For an unknown reason you can only set the 
27327 \family sans
27328 Inner
27329 \begin_inset space ~
27330 \end_inset
27331
27332 Box
27333 \family default
27334  type to 
27335 \family sans
27336 None
27337 \family default
27338  when you use a framed box.
27339  Boxes without an 
27340 \family sans
27341 Inner
27342 \begin_inset space ~
27343 \end_inset
27344
27345 Box
27346 \family default
27347  type and without frames are explained in section
27348 \begin_inset space ~
27349 \end_inset
27350
27351
27352 \begin_inset CommandInset ref
27353 LatexCommand ref
27354 reference "sec:Prevent-Hyphenation"
27355
27356 \end_inset
27357
27358 .
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Section
27367 Box Dialog
27368 \begin_inset CommandInset label
27369 LatexCommand label
27370 name "sec:Box-Dialog"
27371
27372 \end_inset
27373
27374
27375 \begin_inset Index idx
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379 Boxes ! Box Dialog
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Subsection
27388 Size
27389 \begin_inset Index idx
27390 status collapsed
27391
27392 \begin_layout Plain Layout
27393 Boxes ! Size
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Standard
27402 In the box dialog you can adjust the box geometry in the fields 
27403 \family sans
27404 Width
27405 \family default
27406  and 
27407 \family sans
27408 Height
27409 \family default
27410 .
27411  The available units for the geometry are explained in Table
27412 \begin_inset space ~
27413 \end_inset
27414
27415
27416 \begin_inset CommandInset ref
27417 LatexCommand ref
27418 reference "tab:Units"
27419
27420 \end_inset
27421
27422 .
27423  The field 
27424 \family sans
27425 Height
27426 \family default
27427  offers the following additional sizes:
27428 \end_layout
27429
27430 \begin_layout Description
27431 Depth This is the plain text 
27432 \begin_inset Quotes eld
27433 \end_inset
27434
27435 height
27436 \begin_inset Quotes erd
27437 \end_inset
27438
27439 .
27440  It ignores the total depth when there are multiple text lines in the box:
27441 \begin_inset Newline newline
27442 \end_inset
27443
27444
27445 \begin_inset Newline newline
27446 \end_inset
27447
27448
27449 \begin_inset Newline newline
27450 \end_inset
27451
27452
27453 \begin_inset Box Boxed
27454 position "c"
27455 hor_pos "c"
27456 has_inner_box 1
27457 inner_pos "c"
27458 use_parbox 0
27459 use_makebox 0
27460 width "12col%"
27461 special "none"
27462 height "1in"
27463 height_special "depth"
27464 status collapsed
27465
27466 \begin_layout Plain Layout
27467 \align center
27468 Box height set to 1
27469 \begin_inset space \thinspace{}
27470 \end_inset
27471
27472 Depth
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \begin_inset Newline newline
27479 \end_inset
27480
27481
27482 \begin_inset Newline newline
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \begin_layout Description
27489 Height This is the height of the text that is inside the box.
27490  A value of e.
27491 \begin_inset space \thinspace{}
27492 \end_inset
27493
27494 g.
27495 \begin_inset space \space{}
27496 \end_inset
27497
27498 2 for this size will set the box height to 2
27499 \begin_inset space ~
27500 \end_inset
27501
27502 times the text height: 
27503 \begin_inset Box Boxed
27504 position "c"
27505 hor_pos "c"
27506 has_inner_box 1
27507 inner_pos "c"
27508 use_parbox 0
27509 use_makebox 0
27510 width "20col%"
27511 special "none"
27512 height "2in"
27513 height_special "height"
27514 status collapsed
27515
27516 \begin_layout Plain Layout
27517 \align center
27518 Box height set to 2
27519 \begin_inset space \thinspace{}
27520 \end_inset
27521
27522 Height
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Description
27531 Total
27532 \begin_inset space ~
27533 \end_inset
27534
27535 Height This is the Height
27536 \begin_inset space \thinspace{}
27537 \end_inset
27538
27539 +
27540 \begin_inset space \thinspace{}
27541 \end_inset
27542
27543 Depth: 
27544 \begin_inset Box Boxed
27545 position "c"
27546 hor_pos "c"
27547 has_inner_box 1
27548 inner_pos "c"
27549 use_parbox 0
27550 use_makebox 0
27551 width "20col%"
27552 special "none"
27553 height "1in"
27554 height_special "totalheight"
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558 \align center
27559 Box height set to 1
27560 \begin_inset space \thinspace{}
27561 \end_inset
27562
27563 Total
27564 \begin_inset space ~
27565 \end_inset
27566
27567 Height
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \begin_layout Description
27576 Width This sets the width of the box as height: 
27577 \begin_inset Box Boxed
27578 position "c"
27579 hor_pos "c"
27580 has_inner_box 1
27581 inner_pos "c"
27582 use_parbox 0
27583 use_makebox 0
27584 width "12col%"
27585 special "none"
27586 height "1in"
27587 height_special "width"
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591 \align center
27592 Box height set to 1
27593 \begin_inset space \thinspace{}
27594 \end_inset
27595
27596 Width
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Subsection
27605 Alignment
27606 \begin_inset Index idx
27607 status collapsed
27608
27609 \begin_layout Plain Layout
27610 Boxes ! Alignment
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Standard
27619 When you have chosen an 
27620 \family sans
27621 Inner
27622 \begin_inset space ~
27623 \end_inset
27624
27625 Box
27626 \family default
27627 , the vertical box alignment can be:
27628 \end_layout
27629
27630 \begin_layout Description
27631 Top This is an example text line.
27632  
27633 \begin_inset Box Boxed
27634 position "t"
27635 hor_pos "c"
27636 has_inner_box 1
27637 inner_pos "c"
27638 use_parbox 0
27639 use_makebox 0
27640 width "12col%"
27641 special "none"
27642 height "1in"
27643 height_special "totalheight"
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647 \align center
27648 This box is top-aligned.
27649 \end_layout
27650
27651 \end_inset
27652
27653  This is an example text line.
27654 \end_layout
27655
27656 \begin_layout Description
27657 Middle This is an example text line.
27658  
27659 \begin_inset Box Boxed
27660 position "c"
27661 hor_pos "c"
27662 has_inner_box 1
27663 inner_pos "c"
27664 use_parbox 0
27665 use_makebox 0
27666 width "12col%"
27667 special "none"
27668 height "1in"
27669 height_special "totalheight"
27670 status collapsed
27671
27672 \begin_layout Plain Layout
27673 \align center
27674 This box is middle-aligned.
27675 \end_layout
27676
27677 \end_inset
27678
27679  This is an example text line.
27680 \end_layout
27681
27682 \begin_layout Description
27683 Bottom This is an example text line.
27684  
27685 \begin_inset Box Boxed
27686 position "b"
27687 hor_pos "c"
27688 has_inner_box 1
27689 inner_pos "c"
27690 use_parbox 0
27691 use_makebox 0
27692 width "12col%"
27693 special "none"
27694 height "1in"
27695 height_special "totalheight"
27696 status collapsed
27697
27698 \begin_layout Plain Layout
27699 \align center
27700 This box is bottom-aligned.
27701 \end_layout
27702
27703 \end_inset
27704
27705  This is an example text line.
27706 \end_layout
27707
27708 \begin_layout Standard
27709 \begin_inset Note Greyedout
27710 status open
27711
27712 \begin_layout Plain Layout
27713
27714 \series bold
27715 Note:
27716 \series default
27717  The vertical box alignment can be lost in the output when you have two
27718  boxes in a line and one has e.
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722 g.
27723 \begin_inset space \space{}
27724 \end_inset
27725
27726 a shadow and the other one not.
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \begin_layout Standard
27735 The horizontal box alignment can be set via LyX's paragraph dialog when
27736  you set the box into its own paragraph.
27737 \end_layout
27738
27739 \begin_layout Standard
27740 \begin_inset VSpace bigskip
27741 \end_inset
27742
27743 When you have chosen an 
27744 \family sans
27745 Inner
27746 \begin_inset space ~
27747 \end_inset
27748
27749 Box
27750 \family default
27751 , the box content can be aligned vertically to:
27752 \end_layout
27753
27754 \begin_layout Description
27755 top This is an example text line.
27756  
27757 \begin_inset Box Boxed
27758 position "c"
27759 hor_pos "c"
27760 has_inner_box 1
27761 inner_pos "t"
27762 use_parbox 0
27763 use_makebox 0
27764 width "12col%"
27765 special "none"
27766 height "1.5in"
27767 height_special "totalheight"
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 \align center
27772 This box text is top-aligned.
27773 \end_layout
27774
27775 \end_inset
27776
27777  This is an example text line.
27778 \end_layout
27779
27780 \begin_layout Description
27781 middle This is an example text line.
27782  
27783 \begin_inset Box Boxed
27784 position "c"
27785 hor_pos "c"
27786 has_inner_box 1
27787 inner_pos "c"
27788 use_parbox 0
27789 use_makebox 0
27790 width "12col%"
27791 special "none"
27792 height "1.5in"
27793 height_special "totalheight"
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 \align center
27798 This box text is middle-aligned.
27799 \end_layout
27800
27801 \end_inset
27802
27803  This is an example text line.
27804 \end_layout
27805
27806 \begin_layout Description
27807 bottom This is an example text line.
27808  
27809 \begin_inset Box Boxed
27810 position "c"
27811 hor_pos "c"
27812 has_inner_box 1
27813 inner_pos "b"
27814 use_parbox 0
27815 use_makebox 0
27816 width "12col%"
27817 special "none"
27818 height "1.5in"
27819 height_special "totalheight"
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823 \align center
27824 This box text is bottom-aligned.
27825 \end_layout
27826
27827 \end_inset
27828
27829  This is an example text line.
27830 \end_layout
27831
27832 \begin_layout Description
27833 stretch This is an example text line.
27834  
27835 \begin_inset Box Boxed
27836 position "c"
27837 hor_pos "c"
27838 has_inner_box 1
27839 inner_pos "s"
27840 use_parbox 0
27841 use_makebox 0
27842 width "12col%"
27843 special "none"
27844 height "1.5in"
27845 height_special "totalheight"
27846 status collapsed
27847
27848 \begin_layout Plain Layout
27849 \align center
27850 This box
27851 \end_layout
27852
27853 \begin_layout Plain Layout
27854 \align center
27855 text is
27856 \end_layout
27857
27858 \begin_layout Plain Layout
27859 \align center
27860 stretched.
27861 \end_layout
27862
27863 \end_inset
27864
27865  This is an example text line.
27866 \end_layout
27867
27868 \begin_layout Standard
27869 To stretch the box content, it must consist of more than one paragraph.
27870  In the example above every text line is in an own paragraph.
27871 \end_layout
27872
27873 \begin_layout Standard
27874 \begin_inset VSpace bigskip
27875 \end_inset
27876
27877 To align the box content horizontally you can use LyX's paragraph dialog
27878  when you have chosen an 
27879 \family sans
27880 Inner
27881 \begin_inset space ~
27882 \end_inset
27883
27884 Box
27885 \family default
27886 .
27887 \end_layout
27888
27889 \begin_layout Standard
27890 \align center
27891 \begin_inset Box Boxed
27892 position "c"
27893 hor_pos "c"
27894 has_inner_box 1
27895 inner_pos "s"
27896 use_parbox 0
27897 use_makebox 0
27898 width "15col%"
27899 special "none"
27900 height "1.25in"
27901 height_special "totalheight"
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905 \align left
27906 This box
27907 \end_layout
27908
27909 \begin_layout Plain Layout
27910 \align center
27911 text is
27912 \end_layout
27913
27914 \begin_layout Plain Layout
27915 \align right
27916 stretched.
27917 \end_layout
27918
27919 \end_inset
27920
27921
27922 \end_layout
27923
27924 \begin_layout Standard
27925 If you have not set an 
27926 \family sans
27927 Inner
27928 \begin_inset space ~
27929 \end_inset
27930
27931 Box
27932 \family default
27933 , you can align the box content horizontally in the box dialog.
27934 \end_layout
27935
27936 \begin_layout Standard
27937 \align center
27938 \begin_inset Box Boxed
27939 position "c"
27940 hor_pos "s"
27941 has_inner_box 0
27942 inner_pos "s"
27943 use_parbox 0
27944 use_makebox 0
27945 width "90col%"
27946 special "none"
27947 height "1.25in"
27948 height_special "totalheight"
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952 \align left
27953 This box text is horizontally stretched.
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Subsection
27962 Decoration
27963 \begin_inset CommandInset label
27964 LatexCommand label
27965 name "sec:Decoration"
27966
27967 \end_inset
27968
27969
27970 \begin_inset Index idx
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 Boxes ! Decoration
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Standard
27983 The type of the box can be specified in the box dialog in the drop-down
27984  list 
27985 \family sans
27986 Decoration
27987 \family default
27988 .
27989  The following types are possible:
27990 \end_layout
27991
27992 \begin_layout Description
27993 No
27994 \begin_inset space ~
27995 \end_inset
27996
27997 frame Nothing is drawn.
27998 \end_layout
27999
28000 \begin_layout Description
28001 Simple
28002 \begin_inset space ~
28003 \end_inset
28004
28005 rectangular
28006 \begin_inset space ~
28007 \end_inset
28008
28009 frame This draws a rectangular frame around the box.
28010  The frame line thickness has the size of 
28011 \series bold
28012
28013 \backslash
28014 fboxrule
28015 \series default
28016 .
28017  
28018 \begin_inset Box Boxed
28019 position "c"
28020 hor_pos "c"
28021 has_inner_box 1
28022 inner_pos "c"
28023 use_parbox 0
28024 use_makebox 0
28025 width "20col%"
28026 special "none"
28027 height "1in"
28028 height_special "totalheight"
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032 \align center
28033 Rectangular box
28034 \end_layout
28035
28036 \end_inset
28037
28038
28039 \end_layout
28040
28041 \begin_layout Description
28042 Oval
28043 \begin_inset space ~
28044 \end_inset
28045
28046 box,
28047 \begin_inset space ~
28048 \end_inset
28049
28050 thin This draws an oval frame around the box.
28051  The frame line thickness has the size 0.4
28052 \begin_inset space \thinspace{}
28053 \end_inset
28054
28055 pt.
28056  
28057 \begin_inset Box ovalbox
28058 position "c"
28059 hor_pos "c"
28060 has_inner_box 1
28061 inner_pos "c"
28062 use_parbox 0
28063 use_makebox 0
28064 width "20col%"
28065 special "none"
28066 height "1in"
28067 height_special "totalheight"
28068 status collapsed
28069
28070 \begin_layout Plain Layout
28071 \align center
28072 Oval box, thin
28073 \end_layout
28074
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \begin_layout Description
28081 Oval
28082 \begin_inset space ~
28083 \end_inset
28084
28085 box,
28086 \begin_inset space ~
28087 \end_inset
28088
28089 thick This draws an oval frame around the box.
28090  The frame line thickness has the size 0.8
28091 \begin_inset space \thinspace{}
28092 \end_inset
28093
28094 pt.
28095  
28096 \begin_inset Box Ovalbox
28097 position "c"
28098 hor_pos "c"
28099 has_inner_box 1
28100 inner_pos "c"
28101 use_parbox 0
28102 use_makebox 0
28103 width "20col%"
28104 special "none"
28105 height "1in"
28106 height_special "totalheight"
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 \align center
28111 Oval box, thick
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Description
28120 Drop
28121 \begin_inset space ~
28122 \end_inset
28123
28124 shadow This draws a rectangular frame with a shadow around the box.
28125  The frame line thickness has the size of 
28126 \series bold
28127
28128 \backslash
28129 fboxrule
28130 \series default
28131 , the shadow has a width of 4
28132 \begin_inset space \thinspace{}
28133 \end_inset
28134
28135 pt.
28136  
28137 \begin_inset Box Shadowbox
28138 position "c"
28139 hor_pos "c"
28140 has_inner_box 1
28141 inner_pos "c"
28142 use_parbox 0
28143 use_makebox 0
28144 width "20col%"
28145 special "none"
28146 height "1in"
28147 height_special "totalheight"
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151 \align center
28152 Shadow box
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \begin_layout Description
28161 Shaded
28162 \begin_inset space ~
28163 \end_inset
28164
28165 background This draws a box with a red background.
28166  Unlike colored boxes
28167 \begin_inset Foot
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 see sec.
28172 \begin_inset space \thinspace{}
28173 \end_inset
28174
28175
28176 \begin_inset CommandInset ref
28177 LatexCommand ref
28178 reference "sec:Colored-Boxes"
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \end_inset
28186
28187 , it always uses the whole column width and the box is set as its own paragraph.
28188  
28189 \begin_inset Box Shaded
28190 position "t"
28191 hor_pos "c"
28192 has_inner_box 0
28193 inner_pos "t"
28194 use_parbox 0
28195 use_makebox 0
28196 width "50col%"
28197 special "none"
28198 height "1in"
28199 height_special "totalheight"
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 Shaded background box
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \end_layout
28210
28211 \begin_layout Description
28212 Double
28213 \begin_inset space ~
28214 \end_inset
28215
28216 rectangular
28217 \begin_inset space ~
28218 \end_inset
28219
28220 frame This draws a double-line rectangular frame around the box.
28221  The line thickness of the inner frame is 0.75
28222 \begin_inset space \thinspace{}
28223 \end_inset
28224
28225
28226 \series bold
28227
28228 \backslash
28229 fboxrule
28230 \series default
28231 , the thickness of the outer frame is 1.5
28232 \begin_inset space \thinspace{}
28233 \end_inset
28234
28235
28236 \series bold
28237
28238 \backslash
28239 fboxrule
28240 \series default
28241 .
28242  The distance between the lines is 1.5
28243 \begin_inset space \thinspace{}
28244 \end_inset
28245
28246
28247 \series bold
28248
28249 \backslash
28250 fboxrule
28251 \series default
28252
28253 \begin_inset space \thinspace{}
28254 \end_inset
28255
28256 +
28257 \begin_inset space \thinspace{}
28258 \end_inset
28259
28260 0.5
28261 \begin_inset space \thinspace{}
28262 \end_inset
28263
28264 pt.
28265  
28266 \begin_inset Box Doublebox
28267 position "c"
28268 hor_pos "c"
28269 has_inner_box 1
28270 inner_pos "c"
28271 use_parbox 0
28272 use_makebox 0
28273 width "20col%"
28274 special "none"
28275 height "1in"
28276 height_special "totalheight"
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280 \align center
28281 Double rectangular box
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Standard
28290 \begin_inset VSpace bigskip
28291 \end_inset
28292
28293 LyX's box label will reflect the different frame types.
28294  To be able to use all types, the LaTeX-package 
28295 \series bold
28296 fancybox
28297 \series default
28298
28299 \begin_inset Index idx
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303 LaTeX-packages ! fancybox
28304 \end_layout
28305
28306 \end_inset
28307
28308  must be installed.
28309 \end_layout
28310
28311 \begin_layout Standard
28312 \begin_inset VSpace bigskip
28313 \end_inset
28314
28315 When you use the decoration 
28316 \family sans
28317 simple rectangular frame
28318 \family default
28319  and no inner box, you can allow page breaks within a box.
28320  Note that then, unlike other framed boxes, the frame always uses the whole
28321  column width, the box is set as its own paragraph, and 
28322 \series bold
28323
28324 \backslash
28325 fboxrule
28326 \series default
28327  and 
28328 \series bold
28329
28330 \backslash
28331 fboxsep
28332 \series default
28333  have no effect on this box type.
28334  The frame line thickness has the size of 
28335 \series bold
28336
28337 \backslash
28338 FrameRule
28339 \series default
28340 .
28341  
28342 \begin_inset Box Framed
28343 position "t"
28344 hor_pos "c"
28345 has_inner_box 0
28346 inner_pos "t"
28347 use_parbox 0
28348 use_makebox 0
28349 width "100col%"
28350 special "none"
28351 height "1in"
28352 height_special "totalheight"
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356 Allow page break box
28357 \end_layout
28358
28359 \end_inset
28360
28361
28362 \end_layout
28363
28364 \begin_layout Section
28365 Box Customization
28366 \begin_inset Index idx
28367 status collapsed
28368
28369 \begin_layout Plain Layout
28370 Boxes ! Customization
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 The default value for the size 
28380 \series bold
28381
28382 \backslash
28383 fboxrule
28384 \series default
28385  is 0.4
28386 \begin_inset space \thinspace{}
28387 \end_inset
28388
28389 pt.
28390  It can be changed with the following command in TeX-Code to e.
28391 \begin_inset space \thinspace{}
28392 \end_inset
28393
28394 g.
28395 \begin_inset space \space{}
28396 \end_inset
28397
28398 2
28399 \begin_inset space \thinspace{}
28400 \end_inset
28401
28402 pt:
28403 \end_layout
28404
28405 \begin_layout Standard
28406
28407 \series bold
28408
28409 \backslash
28410 setlength{
28411 \backslash
28412 fboxrule}{2pt}
28413 \end_layout
28414
28415 \begin_layout Standard
28416 \begin_inset ERT
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420
28421
28422 \backslash
28423 setlength{
28424 \backslash
28425 fboxrule}{2pt}
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \begin_inset Box Boxed
28432 position "c"
28433 hor_pos "c"
28434 has_inner_box 1
28435 inner_pos "c"
28436 use_parbox 0
28437 use_makebox 0
28438 width "25col%"
28439 special "none"
28440 height "1in"
28441 height_special "totalheight"
28442 status open
28443
28444 \begin_layout Plain Layout
28445 \align center
28446 Rectangular box with 
28447 \series bold
28448
28449 \backslash
28450 fboxrule
28451 \series default
28452
28453 \begin_inset space \thinspace{}
28454 \end_inset
28455
28456 =
28457 \begin_inset space \thinspace{}
28458 \end_inset
28459
28460 2
28461 \begin_inset space \thinspace{}
28462 \end_inset
28463
28464 pt
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \begin_inset ERT
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474
28475
28476 \backslash
28477 setlength{
28478 \backslash
28479 fboxrule}{0.4pt}
28480 \end_layout
28481
28482 \end_inset
28483
28484
28485 \end_layout
28486
28487 \begin_layout Standard
28488 \begin_inset VSpace bigskip
28489 \end_inset
28490
28491 The space between the frame and the box content is for all frame styles
28492  by default 3
28493 \begin_inset space \thinspace{}
28494 \end_inset
28495
28496 pt.
28497  You can change it by setting the length 
28498 \series bold
28499
28500 \backslash
28501 fboxsep
28502 \series default
28503  to another value.
28504  For example the command
28505 \end_layout
28506
28507 \begin_layout Standard
28508
28509 \series bold
28510
28511 \backslash
28512 setlength{
28513 \backslash
28514 fboxsep}{10pt}
28515 \end_layout
28516
28517 \begin_layout Standard
28518 sets the value to 10
28519 \begin_inset space \thinspace{}
28520 \end_inset
28521
28522 pt, as with the following box:
28523 \end_layout
28524
28525 \begin_layout Standard
28526 \begin_inset ERT
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530
28531
28532 \backslash
28533 setlength{
28534 \backslash
28535 fboxsep}{10pt}
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \begin_inset Box Boxed
28542 position "c"
28543 hor_pos "c"
28544 has_inner_box 1
28545 inner_pos "c"
28546 use_parbox 0
28547 use_makebox 0
28548 width "25col%"
28549 special "none"
28550 height "1in"
28551 height_special "totalheight"
28552 status open
28553
28554 \begin_layout Plain Layout
28555 \align center
28556 Rectangular box with 
28557 \series bold
28558
28559 \backslash
28560 fboxsep
28561 \series default
28562
28563 \begin_inset space \thinspace{}
28564 \end_inset
28565
28566 =
28567 \begin_inset space \thinspace{}
28568 \end_inset
28569
28570 10
28571 \begin_inset space \thinspace{}
28572 \end_inset
28573
28574 pt
28575 \end_layout
28576
28577 \end_inset
28578
28579
28580 \begin_inset ERT
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584
28585
28586 \backslash
28587 setlength{
28588 \backslash
28589 fboxsep}{3pt}
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Standard
28598 \begin_inset VSpace bigskip
28599 \end_inset
28600
28601 The diameter of the round corners of the oval boxes can be set with the
28602  command 
28603 \series bold
28604
28605 \backslash
28606 cornersize
28607 \series default
28608 .
28609  The command
28610 \end_layout
28611
28612 \begin_layout Standard
28613
28614 \series bold
28615
28616 \backslash
28617 cornersize*{1cm}
28618 \end_layout
28619
28620 \begin_layout Standard
28621 sets the diameter to 1
28622 \begin_inset space \thinspace{}
28623 \end_inset
28624
28625 cm.
28626  The command
28627 \end_layout
28628
28629 \begin_layout Standard
28630
28631 \series bold
28632
28633 \backslash
28634 cornersize{num}
28635 \end_layout
28636
28637 \begin_layout Standard
28638 sets the diameter to 
28639 \family sans
28640 num
28641 \begin_inset space \thinspace{}
28642 \end_inset
28643
28644 ×
28645 \begin_inset space \thinspace{}
28646 \end_inset
28647
28648 minimum(width and heigth of box)
28649 \family default
28650 .
28651  The default is 
28652 \series bold
28653
28654 \backslash
28655 cornersize{0.5}
28656 \series default
28657 .
28658 \end_layout
28659
28660 \begin_layout Standard
28661 \begin_inset ERT
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665
28666
28667 \backslash
28668 cornersize*{1.5cm}
28669 \end_layout
28670
28671 \end_inset
28672
28673
28674 \begin_inset Box Ovalbox
28675 position "c"
28676 hor_pos "c"
28677 has_inner_box 1
28678 inner_pos "c"
28679 use_parbox 0
28680 use_makebox 0
28681 width "25col%"
28682 special "none"
28683 height "1in"
28684 height_special "totalheight"
28685 status open
28686
28687 \begin_layout Plain Layout
28688 \align center
28689 Oval box with 
28690 \series bold
28691
28692 \backslash
28693 cornersize
28694 \series default
28695
28696 \begin_inset space \thinspace{}
28697 \end_inset
28698
28699 =
28700 \begin_inset space \thinspace{}
28701 \end_inset
28702
28703 1.5
28704 \begin_inset space \thinspace{}
28705 \end_inset
28706
28707 cm
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \begin_inset ERT
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717
28718
28719 \backslash
28720 cornersize{0.5}
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \end_layout
28727
28728 \begin_layout Standard
28729 \begin_inset VSpace bigskip
28730 \end_inset
28731
28732 The size of the shadow can be adjusted by changing the length 
28733 \series bold
28734
28735 \backslash
28736 shadowsize
28737 \series default
28738 .
28739  It it set to 2
28740 \begin_inset space \thinspace{}
28741 \end_inset
28742
28743 pt for the following box by this command:
28744 \end_layout
28745
28746 \begin_layout Standard
28747
28748 \series bold
28749
28750 \backslash
28751 setlength{
28752 \backslash
28753 shadowsize}{2pt}
28754 \end_layout
28755
28756 \begin_layout Standard
28757 \begin_inset ERT
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761
28762
28763 \backslash
28764 setlength{
28765 \backslash
28766 shadowsize}{2pt}
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \begin_inset Box Shadowbox
28773 position "c"
28774 hor_pos "c"
28775 has_inner_box 1
28776 inner_pos "c"
28777 use_parbox 0
28778 use_makebox 0
28779 width "25col%"
28780 special "none"
28781 height "1in"
28782 height_special "totalheight"
28783 status open
28784
28785 \begin_layout Plain Layout
28786 \align center
28787 Shadow box with 
28788 \series bold
28789
28790 \backslash
28791 shadowsize
28792 \series default
28793
28794 \begin_inset space \thinspace{}
28795 \end_inset
28796
28797 =
28798 \begin_inset space \thinspace{}
28799 \end_inset
28800
28801 2
28802 \begin_inset space \thinspace{}
28803 \end_inset
28804
28805 pt
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \begin_inset ERT
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815
28816
28817 \backslash
28818 setlength{
28819 \backslash
28820 shadowsize}{4pt}
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Standard
28829 \begin_inset VSpace bigskip
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \begin_layout Standard
28836 The default value for the size 
28837 \series bold
28838
28839 \backslash
28840 FrameRule
28841 \series default
28842  is 0.4
28843 \begin_inset space \thinspace{}
28844 \end_inset
28845
28846 pt.
28847  The default space between the note content and the frame is 9
28848 \begin_inset space \thinspace{}
28849 \end_inset
28850
28851 pt and can be changed with the value of 
28852 \series bold
28853
28854 \backslash
28855 FrameSep
28856 \series default
28857 .
28858  For example the frame appearance of the following 
28859 \family sans
28860 box
28861 \family default
28862  is set with the TeX-Code commands
28863 \end_layout
28864
28865 \begin_layout Standard
28866
28867 \series bold
28868
28869 \backslash
28870 setlength{
28871 \backslash
28872 FrameRule}{5pt}
28873 \begin_inset Newline newline
28874 \end_inset
28875
28876
28877 \backslash
28878 setlength{
28879 \backslash
28880 FrameSep}{0.5cm}
28881 \end_layout
28882
28883 \begin_layout Standard
28884 \begin_inset ERT
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888
28889
28890 \backslash
28891 setlength{
28892 \backslash
28893 FrameRule}{5pt}
28894 \end_layout
28895
28896 \begin_layout Plain Layout
28897
28898
28899 \backslash
28900 setlength{
28901 \backslash
28902 FrameSep}{0.5cm}
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \begin_inset Box Framed
28909 position "t"
28910 hor_pos "c"
28911 has_inner_box 0
28912 inner_pos "t"
28913 use_parbox 0
28914 use_makebox 0
28915 width "100col%"
28916 special "none"
28917 height "1in"
28918 height_special "totalheight"
28919 status open
28920
28921 \begin_layout Plain Layout
28922 This is text in an 
28923 \family sans
28924 allow page break
28925 \family default
28926  box.
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \begin_inset ERT
28933 status collapsed
28934
28935 \begin_layout Plain Layout
28936
28937
28938 \backslash
28939 setlength{
28940 \backslash
28941 FrameRule}{0.4pt}
28942 \end_layout
28943
28944 \begin_layout Plain Layout
28945
28946
28947 \backslash
28948 setlength{
28949 \backslash
28950 FrameSep}{9pt}
28951 \end_layout
28952
28953 \end_inset
28954
28955
28956 \end_layout
28957
28958 \begin_layout Standard
28959 \begin_inset VSpace bigskip
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Standard
28966 For 
28967 \family sans
28968 shaded background
28969 \family default
28970  boxes the default space between the box content and the box border is 3
28971 \begin_inset space \thinspace{}
28972 \end_inset
28973
28974 pt and can be changed with the value of 
28975 \series bold
28976
28977 \backslash
28978 fboxsep
28979 \series default
28980 .
28981  The default background color red can either be changed locally with the
28982  command 
28983 \series bold
28984
28985 \backslash
28986 definecolor{shadecolor}
28987 \series default
28988  or globally with the menu 
28989 \family sans
28990 Tools\SpecialChar \menuseparator
28991 Preferences\SpecialChar \menuseparator
28992 Colors\SpecialChar \menuseparator
28993 shaded
28994 \begin_inset space ~
28995 \end_inset
28996
28997 box
28998 \family default
28999 .
29000  The scheme of the 
29001 \series bold
29002
29003 \backslash
29004 definecolor
29005 \series default
29006  command is explained in section
29007 \begin_inset space ~
29008 \end_inset
29009
29010
29011 \begin_inset CommandInset ref
29012 LatexCommand ref
29013 reference "sec:Colored-Tables"
29014
29015 \end_inset
29016
29017 .
29018 \begin_inset Foot
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 Note that 
29023 \series bold
29024
29025 \backslash
29026 definecolor
29027 \series default
29028  requires the LaTeX-package 
29029 \series bold
29030 color
29031 \series default
29032  in the preamble, see section
29033 \begin_inset space ~
29034 \end_inset
29035
29036
29037 \begin_inset CommandInset ref
29038 LatexCommand ref
29039 reference "sec:Colored-Boxes"
29040
29041 \end_inset
29042
29043 .
29044 \end_layout
29045
29046 \end_inset
29047
29048  For example the appearance of the following shaded background box is set
29049  with the TeX-Code commands
29050 \end_layout
29051
29052 \begin_layout Standard
29053
29054 \series bold
29055
29056 \backslash
29057 setlength{
29058 \backslash
29059 fboxsep}{0.5cm}
29060 \series default
29061
29062 \begin_inset Newline newline
29063 \end_inset
29064
29065
29066 \series bold
29067
29068 \backslash
29069 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29070 \end_layout
29071
29072 \begin_layout Standard
29073 \begin_inset ERT
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077
29078
29079 \backslash
29080 setlength{
29081 \backslash
29082 fboxsep}{0.5cm}
29083 \end_layout
29084
29085 \begin_layout Plain Layout
29086
29087
29088 \backslash
29089 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29090 \end_layout
29091
29092 \end_inset
29093
29094
29095 \begin_inset Box Shaded
29096 position "t"
29097 hor_pos "c"
29098 has_inner_box 0
29099 inner_pos "t"
29100 use_parbox 0
29101 use_makebox 0
29102 width "100col%"
29103 special "none"
29104 height "1in"
29105 height_special "totalheight"
29106 status open
29107
29108 \begin_layout Plain Layout
29109
29110 \color yellow
29111 This is yellow text in a
29112 \color none
29113  
29114 \family sans
29115 \color yellow
29116 shaded background
29117 \family default
29118 \color none
29119  
29120 \color yellow
29121 box with dark green background.
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \begin_inset ERT
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131
29132
29133 \backslash
29134 setlength{
29135 \backslash
29136 fboxsep}{3pt}
29137 \end_layout
29138
29139 \begin_layout Plain Layout
29140
29141
29142 \backslash
29143 definecolor{shadecolor}{rgb}{1,0,0}
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \begin_layout Standard
29152 \begin_inset VSpace bigskip
29153 \end_inset
29154
29155 Changed lengths and widths are valid for all boxes following the commands
29156  that change them.
29157 \end_layout
29158
29159 \begin_layout Section
29160 Minipages
29161 \begin_inset CommandInset label
29162 LatexCommand label
29163 name "sec:Minipages"
29164
29165 \end_inset
29166
29167
29168 \begin_inset Index idx
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172 Boxes ! Minipages
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 Minipages are treated by LaTeX as pages within pages and can therefore for
29182  example have their own footnotes.
29183 \end_layout
29184
29185 \begin_layout Standard
29186 Minipages are useful when you write documents with different languages.
29187 \end_layout
29188
29189 \begin_layout Standard
29190 Below are two example minipages side by side.
29191  Their width is set to 45
29192 \begin_inset space \thinspace{}
29193 \end_inset
29194
29195 col% and they are separated by a horizontal fill, that was inserted via
29196  the menu 
29197 \family sans
29198 Insert\SpecialChar \menuseparator
29199 Special
29200 \begin_inset space ~
29201 \end_inset
29202
29203 Formatting\SpecialChar \menuseparator
29204 Horizontal
29205 \begin_inset space ~
29206 \end_inset
29207
29208 Fill
29209 \family default
29210 .
29211 \begin_inset Newpage newpage
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \begin_layout Standard
29218 \begin_inset Box Frameless
29219 position "t"
29220 hor_pos "c"
29221 has_inner_box 1
29222 inner_pos "c"
29223 use_parbox 0
29224 use_makebox 0
29225 width "45col%"
29226 special "none"
29227 height "1in"
29228 height_special "totalheight"
29229 status open
29230
29231 \begin_layout Plain Layout
29232
29233 \lang german
29234 Dies ist ein deutscher Text.
29235  Dies ist ein deutscher Text.
29236  Dies ist ein deutscher Text.
29237  Dies ist ein deutscher Text.
29238  Dies ist ein deutscher Text.
29239  Dies ist ein deutscher Text.
29240  Dies ist ein deutscher Text.
29241  Dies ist ein deutscher Text.
29242  Dies ist ein deutscher Text.
29243  Dies ist ein deutscher Text.
29244  Dies ist ein deutscher Text.
29245  Dies ist ein deutscher Text.
29246  Dies ist ein deutscher Text
29247 \begin_inset Foot
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252 \lang german
29253 Dies ist eine deutsche Fußnote.
29254 \end_layout
29255
29256 \end_inset
29257
29258 .
29259  Dies ist ein deutscher Text.
29260  Dies ist ein deutscher Text.
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \begin_inset space \hfill{}
29267 \end_inset
29268
29269
29270 \begin_inset Box Frameless
29271 position "t"
29272 hor_pos "c"
29273 has_inner_box 1
29274 inner_pos "c"
29275 use_parbox 0
29276 use_makebox 0
29277 width "45col%"
29278 special "none"
29279 height "1in"
29280 height_special "totalheight"
29281 status open
29282
29283 \begin_layout Plain Layout
29284 This is an English Text.
29285  This is an English Text.
29286  This is an English Text.
29287  This is an English Text.
29288  This is an English Text.
29289  This is an English Text.
29290  This is an English Text.
29291  This is an English Text.
29292  This is an English Text.
29293  This is an English Text.
29294  This is an English Text.
29295  This is an English Text.
29296  This is an English Text.
29297  This is an English Text.
29298  This is an English Text.
29299  This is an English Text.
29300 \begin_inset Foot
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304 This is an English footnote.
29305 \end_layout
29306
29307 \end_inset
29308
29309  This is an English Text.
29310  
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Standard
29319 \begin_inset VSpace bigskip
29320 \end_inset
29321
29322 The document-wide paragraph settings are ignored within minipages.
29323  That means that there will be no space between paragraphs in minipages
29324  although you set it to e.
29325 \begin_inset space \thinspace{}
29326 \end_inset
29327
29328 g.
29329 \begin_inset space \space{}
29330 \end_inset
29331
29332
29333 \family sans
29334 MedSkip
29335 \family default
29336  in the document settings.
29337 \end_layout
29338
29339 \begin_layout Standard
29340 Minipages can also be used to set a background color for text parts, see
29341  section
29342 \begin_inset space ~
29343 \end_inset
29344
29345
29346 \begin_inset CommandInset ref
29347 LatexCommand ref
29348 reference "sub:Color-for-Paragraphs"
29349
29350 \end_inset
29351
29352 .
29353 \end_layout
29354
29355 \begin_layout Standard
29356 \begin_inset Note Greyedout
29357 status open
29358
29359 \begin_layout Plain Layout
29360
29361 \series bold
29362 Note:
29363 \series default
29364  You cannot have floats or margin notes inside minipages but minipages can
29365  be used inside tables, floats, and other boxes.
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Section
29374 Parboxes
29375 \begin_inset CommandInset label
29376 LatexCommand label
29377 name "sec:Parboxes"
29378
29379 \end_inset
29380
29381
29382 \begin_inset Index idx
29383 status collapsed
29384
29385 \begin_layout Plain Layout
29386 Boxes ! Parboxes
29387 \end_layout
29388
29389 \end_inset
29390
29391
29392 \end_layout
29393
29394 \begin_layout Standard
29395 Parboxes are very similar to minipages with the difference that they cannot
29396  have footnotes, because minipages, unlike parboxes, are not real boxes
29397  but LaTeX-environments.
29398 \end_layout
29399
29400 \begin_layout Standard
29401 \align center
29402 \begin_inset Box Frameless
29403 position "t"
29404 hor_pos "c"
29405 has_inner_box 1
29406 inner_pos "t"
29407 use_parbox 1
29408 use_makebox 0
29409 width "33col%"
29410 special "none"
29411 height "1in"
29412 height_special "totalheight"
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416 This a text within a parbox.
29417  This a text within a parbox.
29418 \end_layout
29419
29420 \begin_layout Plain Layout
29421 This footnote won't appear:
29422 \begin_inset Foot
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426 This footnote is inside a parbox and will therefore not appear.
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \begin_layout Section
29440 Boxes for Words and Characters
29441 \begin_inset Index idx
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445 Boxes ! for Characters
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Subsection
29454 Prevent Hyphenation
29455 \begin_inset CommandInset label
29456 LatexCommand label
29457 name "sec:Prevent-Hyphenation"
29458
29459 \end_inset
29460
29461
29462 \begin_inset Index idx
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466 Boxes ! to Prevent Hyphenation
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \begin_layout Standard
29475 You can use the box type 
29476 \family sans
29477 Makebox
29478 \family default
29479  to prevent words or text from being hyphenated.
29480 \begin_inset Newline newline
29481 \end_inset
29482
29483 Here is an example text:
29484 \end_layout
29485
29486 \begin_layout Standard
29487 This line is an example to show how you can prevent the hyphenation of 
29488 \begin_inset Quotes eld
29489 \end_inset
29490
29491 veryverylongword
29492 \begin_inset Quotes erd
29493 \end_inset
29494
29495 .
29496 \end_layout
29497
29498 \begin_layout Standard
29499 To prevent the hyphenation of the word 
29500 \begin_inset Quotes eld
29501 \end_inset
29502
29503 veryverylongword
29504 \begin_inset Quotes erd
29505 \end_inset
29506
29507 , put the word into a box, set the 
29508 \family sans
29509 Inner
29510 \begin_inset space ~
29511 \end_inset
29512
29513 box
29514 \family default
29515  to 
29516 \family sans
29517 Makebox
29518 \family default
29519  and its width to 1
29520 \begin_inset space \thinspace{}
29521 \end_inset
29522
29523 Width.
29524 \end_layout
29525
29526 \begin_layout Standard
29527 This is the result:
29528 \end_layout
29529
29530 \begin_layout Standard
29531 This line is an example to show how you can prevent the hyphenation of 
29532 \begin_inset Box Frameless
29533 position "t"
29534 hor_pos "c"
29535 has_inner_box 1
29536 inner_pos "t"
29537 use_parbox 0
29538 use_makebox 1
29539 width "1in"
29540 special "width"
29541 height "1in"
29542 height_special "totalheight"
29543 status open
29544
29545 \begin_layout Plain Layout
29546 \begin_inset Quotes eld
29547 \end_inset
29548
29549 veryverylongword
29550 \begin_inset Quotes erd
29551 \end_inset
29552
29553
29554 \end_layout
29555
29556 \end_inset
29557
29558 .
29559 \end_layout
29560
29561 \begin_layout Standard
29562 You can alternatively set the command 
29563 \begin_inset Quotes eld
29564 \end_inset
29565
29566
29567 \series bold
29568
29569 \backslash
29570 -
29571 \series default
29572
29573 \begin_inset Quotes grd
29574 \end_inset
29575
29576  as TeX-Code directly before the word:
29577 \end_layout
29578
29579 \begin_layout Standard
29580 This line is an example to show how you can prevent the hyphenation of 
29581 \begin_inset Quotes eld
29582 \end_inset
29583
29584
29585 \begin_inset ERT
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589
29590
29591 \backslash
29592 -
29593 \end_layout
29594
29595 \end_inset
29596
29597 veryverylongword
29598 \begin_inset Quotes erd
29599 \end_inset
29600
29601 .
29602 \end_layout
29603
29604 \begin_layout Standard
29605 Of course the word now protrudes over the side margin.
29606  To avoid this, add via the menu 
29607 \family sans
29608 Insert\SpecialChar \menuseparator
29609 Special
29610 \begin_inset space ~
29611 \end_inset
29612
29613 Formatting\SpecialChar \menuseparator
29614 Line
29615 \begin_inset space ~
29616 \end_inset
29617
29618 Break
29619 \family default
29620  (shortcut 
29621 \begin_inset Info
29622 type  "shortcut"
29623 arg   "newline-insert newline"
29624 \end_inset
29625
29626 ) a line break before the word:
29627 \end_layout
29628
29629 \begin_layout Standard
29630 This line is an example to show how you can prevent the hyphenation of 
29631 \begin_inset Newline newline
29632 \end_inset
29633
29634
29635 \begin_inset Box Frameless
29636 position "t"
29637 hor_pos "c"
29638 has_inner_box 1
29639 inner_pos "t"
29640 use_parbox 0
29641 use_makebox 1
29642 width "1in"
29643 special "width"
29644 height "1in"
29645 height_special "totalheight"
29646 status open
29647
29648 \begin_layout Plain Layout
29649 \begin_inset Quotes eld
29650 \end_inset
29651
29652 veryverylongword
29653 \begin_inset Quotes erd
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \end_inset
29660
29661 .
29662 \end_layout
29663
29664 \begin_layout Subsection
29665 Vertical Alignment
29666 \begin_inset CommandInset label
29667 LatexCommand label
29668 name "sub:Vertical-Alignment"
29669
29670 \end_inset
29671
29672
29673 \begin_inset Index idx
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677 Boxes ! for Vertical Alignment
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \begin_inset Index idx
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687 Boxes ! Raiseboxes
29688 \end_layout
29689
29690 \end_inset
29691
29692
29693 \end_layout
29694
29695 \begin_layout Standard
29696 With the help of the command 
29697 \series bold
29698
29699 \backslash
29700 raisebox
29701 \series default
29702  you can align words, characters or other boxes vertically relative to the
29703  surrounding text.
29704  
29705 \series bold
29706
29707 \backslash
29708 raisebox
29709 \series default
29710  is used with the following scheme:
29711 \end_layout
29712
29713 \begin_layout Standard
29714
29715 \series bold
29716
29717 \backslash
29718 raisebox{lift}[height][depth]{box content}
29719 \end_layout
29720
29721 \begin_layout Standard
29722 The lift can be a positive value to raise the box or a negative value to
29723  lower the box.
29724 \end_layout
29725
29726 \begin_layout Standard
29727 To align for example the word 
29728 \begin_inset Quotes eld
29729 \end_inset
29730
29731 preventing
29732 \begin_inset Quotes erd
29733 \end_inset
29734
29735  so that the bottom of the 
29736 \begin_inset Quotes eld
29737 \end_inset
29738
29739 deepest
29740 \begin_inset Quotes erd
29741 \end_inset
29742
29743  character 
29744 \begin_inset Quotes eld
29745 \end_inset
29746
29747 p
29748 \begin_inset Quotes erd
29749 \end_inset
29750
29751  is at the baseline, insert the command
29752 \end_layout
29753
29754 \begin_layout Standard
29755
29756 \series bold
29757
29758 \backslash
29759 raisebox{
29760 \backslash
29761 depth}{
29762 \end_layout
29763
29764 \begin_layout Standard
29765 in TeX-Code before the word.
29766  After the word insert a closing brace 
29767 \begin_inset Quotes eld
29768 \end_inset
29769
29770
29771 \series bold
29772 }
29773 \series default
29774
29775 \begin_inset Quotes erd
29776 \end_inset
29777
29778  in TeX-Code.
29779 \begin_inset Newline newline
29780 \end_inset
29781
29782 This is the result:
29783 \end_layout
29784
29785 \begin_layout Standard
29786 This is a text line with the word 
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792
29793 \backslash
29794 raisebox{
29795 \backslash
29796 depth}{
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \begin_inset Quotes eld
29803 \end_inset
29804
29805 preventing
29806 \begin_inset Quotes erd
29807 \end_inset
29808
29809
29810 \begin_inset ERT
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814
29815 }
29816 \end_layout
29817
29818 \end_inset
29819
29820  as a raised word.
29821 \end_layout
29822
29823 \begin_layout Standard
29824 \begin_inset VSpace bigskip
29825 \end_inset
29826
29827 When you raise or lower characters in a line, the line distance will be
29828  spread:
29829 \end_layout
29830
29831 \begin_layout Standard
29832 This is a text line with the word 
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837
29838
29839 \backslash
29840 raisebox{-
29841 \backslash
29842 depth}{
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \begin_inset Quotes eld
29849 \end_inset
29850
29851 preventing
29852 \begin_inset Quotes erd
29853 \end_inset
29854
29855
29856 \begin_inset ERT
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860
29861 }
29862 \end_layout
29863
29864 \end_inset
29865
29866  as a lowered word.
29867 \begin_inset Newline newline
29868 \end_inset
29869
29870 This is a text line with the word 
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876
29877 \backslash
29878 raisebox{0.5cm}{
29879 \end_layout
29880
29881 \end_inset
29882
29883
29884 \begin_inset Quotes eld
29885 \end_inset
29886
29887 testing
29888 \begin_inset Quotes erd
29889 \end_inset
29890
29891
29892 \begin_inset ERT
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896
29897 }
29898 \end_layout
29899
29900 \end_inset
29901
29902  as a raised word.
29903 \end_layout
29904
29905 \begin_layout Standard
29906 If you want to prevent this for a certain reason, set the box height to
29907  a zero value.
29908  For example use
29909 \end_layout
29910
29911 \begin_layout Standard
29912
29913 \series bold
29914
29915 \backslash
29916 raisebox{-
29917 \backslash
29918 depth}[0pt]{
29919 \end_layout
29920
29921 \begin_layout Standard
29922 This is a text line with the word 
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928
29929 \backslash
29930 raisebox{-
29931 \backslash
29932 depth}[0pt]{
29933 \end_layout
29934
29935 \end_inset
29936
29937
29938 \begin_inset Quotes eld
29939 \end_inset
29940
29941 preventing
29942 \begin_inset Quotes erd
29943 \end_inset
29944
29945
29946 \begin_inset ERT
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950
29951 }
29952 \end_layout
29953
29954 \end_inset
29955
29956  as a lowered word.
29957 \begin_inset Newline newline
29958 \end_inset
29959
29960 This is a text line with the word 
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966
29967 \backslash
29968 raisebox{0.5cm}[0pt]{
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \begin_inset Quotes eld
29975 \end_inset
29976
29977 testing
29978 \begin_inset Quotes erd
29979 \end_inset
29980
29981
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987 }
29988 \end_layout
29989
29990 \end_inset
29991
29992  as a raised word.
29993 \end_layout
29994
29995 \begin_layout Section
29996 Colored Boxes
29997 \begin_inset CommandInset label
29998 LatexCommand label
29999 name "sec:Colored-Boxes"
30000
30001 \end_inset
30002
30003
30004 \begin_inset Index idx
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008 Boxes ! Color
30009 \end_layout
30010
30011 \end_inset
30012
30013
30014 \end_layout
30015
30016 \begin_layout Subsection
30017 Color for Text
30018 \begin_inset Index idx
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022 Color ! for Text
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \end_layout
30029
30030 \begin_layout Standard
30031 To color the background of text the text must be put into a so called 
30032 \begin_inset Quotes eld
30033 \end_inset
30034
30035 colorbox
30036 \begin_inset Quotes erd
30037 \end_inset
30038
30039 .
30040  This requires that the LaTeX-package 
30041 \series bold
30042 color
30043 \series default
30044
30045 \begin_inset Index idx
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049 LaTeX-packages ! color
30050 \end_layout
30051
30052 \end_inset
30053
30054  is loaded in the document preamble with the command
30055 \end_layout
30056
30057 \begin_layout Standard
30058
30059 \series bold
30060
30061 \backslash
30062 @ifundefined{textcolor}
30063 \begin_inset Newline newline
30064 \end_inset
30065
30066
30067 \begin_inset Phantom HPhantom
30068 status open
30069
30070 \begin_layout Plain Layout
30071
30072 \series bold
30073 \begin_inset space ~
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \end_inset
30080
30081 {
30082 \backslash
30083 usepackage{color}}{}
30084 \end_layout
30085
30086 \begin_layout Standard
30087 The package 
30088 \series bold
30089 color
30090 \series default
30091  will be loaded automatically by LyX when you color text.
30092 \begin_inset Foot
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 To avoid it being loaded twice the command 
30097 \series bold
30098
30099 \backslash
30100 @ifundefined
30101 \series default
30102  is used.
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \end_layout
30109
30110 \begin_layout Standard
30111 \begin_inset VSpace medskip
30112 \end_inset
30113
30114 Colorboxes are created with the command 
30115 \series bold
30116
30117 \backslash
30118 colorbox
30119 \series default
30120 .
30121  This will be used with the following scheme:
30122 \end_layout
30123
30124 \begin_layout Standard
30125
30126 \series bold
30127
30128 \backslash
30129 colorbox{color}{box content}
30130 \end_layout
30131
30132 \begin_layout Standard
30133 The box content can also be a box and colorboxes can also be within other
30134  boxes.
30135 \end_layout
30136
30137 \begin_layout Standard
30138 The following colors are predefined:
30139 \begin_inset Newline newline
30140 \end_inset
30141
30142
30143 \family sans
30144 black
30145 \family default
30146
30147 \family sans
30148 blue
30149 \family default
30150
30151 \family sans
30152 cyan
30153 \family default
30154 \series bold
30155 ,
30156 \series default
30157  
30158 \family sans
30159 green
30160 \family default
30161
30162 \family sans
30163 magenta
30164 \family default
30165
30166 \family sans
30167 red
30168 \family default
30169
30170 \family sans
30171 white
30172 \family default
30173 , and 
30174 \family sans
30175 yellow
30176 \family default
30177 .
30178 \begin_inset Newline newline
30179 \end_inset
30180
30181 You can also define your own color as described in section
30182 \begin_inset space ~
30183 \end_inset
30184
30185
30186 \begin_inset CommandInset ref
30187 LatexCommand ref
30188 reference "sec:Colored-Tables"
30189
30190 \end_inset
30191
30192 .
30193 \end_layout
30194
30195 \begin_layout Standard
30196 To have e.
30197 \begin_inset space \thinspace{}
30198 \end_inset
30199
30200 g.
30201 \begin_inset space \space{}
30202 \end_inset
30203
30204 a red background for a word, insert the command
30205 \end_layout
30206
30207 \begin_layout Standard
30208
30209 \series bold
30210
30211 \backslash
30212 colorbox{red}{
30213 \end_layout
30214
30215 \begin_layout Standard
30216 before the word in TeX-Code.
30217  After the word insert a closing brace 
30218 \begin_inset Quotes eld
30219 \end_inset
30220
30221
30222 \series bold
30223 }
30224 \series default
30225
30226 \begin_inset Quotes erd
30227 \end_inset
30228
30229  in TeX-Code.
30230 \begin_inset Newline newline
30231 \end_inset
30232
30233 This is the result:
30234 \end_layout
30235
30236 \begin_layout Standard
30237 This is a line where the word 
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243
30244 \backslash
30245 colorbox{red}{
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \begin_inset Quotes eld
30252 \end_inset
30253
30254 Attention!
30255 \begin_inset Quotes erd
30256 \end_inset
30257
30258
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264 }
30265 \end_layout
30266
30267 \end_inset
30268
30269  has a red background.
30270 \end_layout
30271
30272 \begin_layout Standard
30273 \begin_inset VSpace bigskip
30274 \end_inset
30275
30276 If you would like the box frame in a different color, you can use the command
30277  
30278 \series bold
30279
30280 \backslash
30281 fcolorbox
30282 \series default
30283  with the following scheme:
30284 \end_layout
30285
30286 \begin_layout Standard
30287
30288 \series bold
30289
30290 \backslash
30291 fcolorbox{frame color}{box color}{box content}
30292 \end_layout
30293
30294 \begin_layout Standard
30295
30296 \series bold
30297
30298 \backslash
30299 fcolorbox
30300 \series default
30301  is an extension to 
30302 \series bold
30303
30304 \backslash
30305 colorbox
30306 \series default
30307 .
30308  The frame thickness and the space between the frame and the box content
30309  can be adjusted with the lengths 
30310 \series bold
30311
30312 \backslash
30313 fboxrule
30314 \series default
30315  and 
30316 \series bold
30317
30318 \backslash
30319 fboxsep
30320 \series default
30321 , respectively, as described in section
30322 \begin_inset space ~
30323 \end_inset
30324
30325
30326 \begin_inset CommandInset ref
30327 LatexCommand ref
30328 reference "sec:Decoration"
30329
30330 \end_inset
30331
30332 .
30333 \end_layout
30334
30335 \begin_layout Standard
30336 For the following example the command
30337 \end_layout
30338
30339 \begin_layout Standard
30340
30341 \series bold
30342
30343 \backslash
30344 fcolorbox{cyan}{magenta}{
30345 \end_layout
30346
30347 \begin_layout Standard
30348 was used.
30349 \end_layout
30350
30351 \begin_layout Standard
30352 Here is an example where the frame line thickness was set to 1
30353 \begin_inset space \thinspace{}
30354 \end_inset
30355
30356 mm:
30357 \begin_inset Newline newline
30358 \end_inset
30359
30360
30361 \begin_inset ERT
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365
30366
30367 \backslash
30368 fboxrule 1mm 
30369 \backslash
30370 fboxsep 1mm
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381
30382 \backslash
30383 fcolorbox{cyan}{magenta}{
30384 \end_layout
30385
30386 \end_inset
30387
30388 This is text within a colored, framed box.
30389 \begin_inset ERT
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393
30394 }
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Standard
30403 \begin_inset VSpace bigskip
30404 \end_inset
30405
30406 Of course you can also have colored text inside a colorbox:
30407 \begin_inset Newline newline
30408 \end_inset
30409
30410
30411 \begin_inset ERT
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415
30416
30417 \backslash
30418 fcolorbox{cyan}{magenta}{
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \color yellow
30425 This is colored text within a colored, framed box.
30426 \color none
30427
30428 \begin_inset ERT
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432
30433 }
30434 \end_layout
30435
30436 \end_inset
30437
30438
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444
30445 \backslash
30446 fboxrule 0.4pt 
30447 \backslash
30448 fboxsep 3pt
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459 \begin_inset VSpace medskip
30460 \end_inset
30461
30462
30463 \end_layout
30464
30465 \begin_layout Standard
30466 \begin_inset Note Greyedout
30467 status open
30468
30469 \begin_layout Plain Layout
30470
30471 \series bold
30472 Note:
30473 \series default
30474  Text in colorboxes cannot have line breaks.
30475  To color multiple text lines or paragraphs, use a box inside a colorbox
30476  as described in the following.
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \end_layout
30483
30484 \begin_layout Subsection
30485 Color for Paragraphs
30486 \begin_inset CommandInset label
30487 LatexCommand label
30488 name "sub:Color-for-Paragraphs"
30489
30490 \end_inset
30491
30492
30493 \begin_inset Index idx
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497 Color ! for Paragraphs
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Standard
30506 To set the background color for more than one text line, put the text into
30507  a minipage.
30508  Before the minipage insert the 
30509 \series bold
30510
30511 \backslash
30512 colorbox
30513 \series default
30514  command
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 \series bold
30520
30521 \backslash
30522 colorbox{color}{
30523 \end_layout
30524
30525 \begin_layout Standard
30526 in TeX-Code.
30527  After the minipage insert a closing brace 
30528 \begin_inset Quotes eld
30529 \end_inset
30530
30531
30532 \series bold
30533 }
30534 \series default
30535
30536 \begin_inset Quotes erd
30537 \end_inset
30538
30539  in TeX-Code.
30540 \end_layout
30541
30542 \begin_layout Standard
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548
30549 \backslash
30550 colorbox{lightgrey}{
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \begin_inset Box Frameless
30557 position "t"
30558 hor_pos "c"
30559 has_inner_box 1
30560 inner_pos "t"
30561 use_parbox 0
30562 use_makebox 0
30563 width "100col%"
30564 special "none"
30565 height "1in"
30566 height_special "totalheight"
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570 This is text with background color.
30571  This is text with background color.
30572 \end_layout
30573
30574 \begin_layout Plain Layout
30575 \begin_inset VSpace defskip
30576 \end_inset
30577
30578 The text can have footnotes
30579 \begin_inset Foot
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583 Another example footnote
30584 \end_layout
30585
30586 \end_inset
30587
30588  and can include tables and figures.
30589 \end_layout
30590
30591 \begin_layout Plain Layout
30592 \align center
30593 \begin_inset Tabular
30594 <lyxtabular version="3" rows="3" columns="3">
30595 <features tabularvalignment="middle">
30596 <column alignment="center" valignment="top" width="0">
30597 <column alignment="center" valignment="top" width="0">
30598 <column alignment="center" valignment="top" width="0">
30599 <row>
30600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30601 \begin_inset Text
30602
30603 \begin_layout Plain Layout
30604 a
30605 \end_layout
30606
30607 \end_inset
30608 </cell>
30609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30610 \begin_inset Text
30611
30612 \begin_layout Plain Layout
30613 !
30614 \end_layout
30615
30616 \end_inset
30617 </cell>
30618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30619 \begin_inset Text
30620
30621 \begin_layout Plain Layout
30622 3
30623 \end_layout
30624
30625 \end_inset
30626 </cell>
30627 </row>
30628 <row>
30629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30630 \begin_inset Text
30631
30632 \begin_layout Plain Layout
30633 <
30634 \end_layout
30635
30636 \end_inset
30637 </cell>
30638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30639 \begin_inset Text
30640
30641 \begin_layout Plain Layout
30642 b2
30643 \begin_inset Quotes erd
30644 \end_inset
30645
30646 |
30647 \end_layout
30648
30649 \end_inset
30650 </cell>
30651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30652 \begin_inset Text
30653
30654 \begin_layout Plain Layout
30655 >
30656 \end_layout
30657
30658 \end_inset
30659 </cell>
30660 </row>
30661 <row>
30662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30663 \begin_inset Text
30664
30665 \begin_layout Plain Layout
30666 1
30667 \end_layout
30668
30669 \end_inset
30670 </cell>
30671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30672 \begin_inset Text
30673
30674 \begin_layout Plain Layout
30675 §
30676 \end_layout
30677
30678 \end_inset
30679 </cell>
30680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30681 \begin_inset Text
30682
30683 \begin_layout Plain Layout
30684 c
30685 \end_layout
30686
30687 \end_inset
30688 </cell>
30689 </row>
30690 </lyxtabular>
30691
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \begin_inset ERT
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704
30705 }
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Section
30714 Rotated and Scaled Boxes
30715 \end_layout
30716
30717 \begin_layout Standard
30718 To use the commands described in this section, the LaTeX-package 
30719 \series bold
30720 graphicx
30721 \series default
30722
30723 \begin_inset Index idx
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 LaTeX-packages ! graphicx
30728 \end_layout
30729
30730 \end_inset
30731
30732  needs to be loaded in the document preamble with the command
30733 \end_layout
30734
30735 \begin_layout Standard
30736
30737 \series bold
30738
30739 \backslash
30740 @ifundefined{rotatebox}
30741 \begin_inset Newline newline
30742 \end_inset
30743
30744
30745 \begin_inset Phantom HPhantom
30746 status open
30747
30748 \begin_layout Plain Layout
30749
30750 \series bold
30751 \begin_inset space ~
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \end_inset
30758
30759 {
30760 \backslash
30761 usepackage{graphicx}}{}
30762 \end_layout
30763
30764 \begin_layout Standard
30765 \begin_inset Note Greyedout
30766 status open
30767
30768 \begin_layout Plain Layout
30769
30770 \series bold
30771 Note:
30772 \series default
30773  Some DVI-viewers can't display rotated or scaled material.
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \begin_layout Standard
30782 \begin_inset Note Greyedout
30783 status open
30784
30785 \begin_layout Plain Layout
30786
30787 \series bold
30788 Note:
30789 \series default
30790  Floats mustn't be inside a rotated or scaled box.
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \begin_layout Subsection
30799 Rotated Boxes
30800 \begin_inset Index idx
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804 Boxes ! rotated
30805 \end_layout
30806
30807 \end_inset
30808
30809
30810 \begin_inset Index idx
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814 Rotated material
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \begin_inset Index idx
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824 Figures ! rotated
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \begin_inset Index idx
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834 Table Customization ! Rotating
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Standard
30843 To rotate material, you can put it into a rotated box.
30844  Such a box is created using the command 
30845 \series bold
30846
30847 \backslash
30848 rotatebox
30849 \series default
30850  in TeX-Code with the following scheme:
30851 \end_layout
30852
30853 \begin_layout Standard
30854
30855 \series bold
30856
30857 \backslash
30858 rotatebox[rotation origin]{rotation angle}{box content}
30859 \end_layout
30860
30861 \begin_layout Standard
30862 The rotation origin is specified in the form 
30863 \series bold
30864 origin=position
30865 \series default
30866 .
30867  The following positions are possible: 
30868 \emph on
30869 c
30870 \emph default
30871  (center), 
30872 \emph on
30873 l
30874 \emph default
30875  (left), 
30876 \emph on
30877 r
30878 \emph default
30879  (right), 
30880 \emph on
30881 b
30882 \emph default
30883  (bottom), 
30884 \emph on
30885 t
30886 \emph default
30887  (top), along with meaningful combinations of the four base positions.
30888  For example 
30889 \emph on
30890 lt
30891 \emph default
30892  means that the rotation origin is at the top left corner of the box.
30893  When no rotation origin is specified, the position 
30894 \emph on
30895 l
30896 \emph default
30897  will be used.
30898  The rotation angle is a number that can be negative that specifies the
30899  angle in degrees.
30900  The rotation direction is counterclockwise.
30901 \end_layout
30902
30903 \begin_layout Standard
30904 In the following example the command 
30905 \series bold
30906
30907 \backslash
30908 rotatebox[origin=c]{60}{
30909 \series default
30910  was inserted as TeX-Code before the text 
30911 \begin_inset Quotes eld
30912 \end_inset
30913
30914 with rotated
30915 \begin_inset Quotes erd
30916 \end_inset
30917
30918 ; after the text the box was closed by a closing brace 
30919 \series bold
30920 }
30921 \series default
30922  in TeX-Code.
30923 \end_layout
30924
30925 \begin_layout Standard
30926 This is a line 
30927 \begin_inset ERT
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931
30932
30933 \backslash
30934 rotatebox[origin=c]{60}{
30935 \end_layout
30936
30937 \end_inset
30938
30939 with rotated
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945 }
30946 \end_layout
30947
30948 \end_inset
30949
30950  text.
30951 \end_layout
30952
30953 \begin_layout Standard
30954 The box content can also be another box or an inline formula:
30955 \end_layout
30956
30957 \begin_layout Standard
30958 This is a line
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964
30965 \backslash
30966 rotatebox[origin=r]{-60}{
30967 \end_layout
30968
30969 \end_inset
30970
30971
30972 \begin_inset Box Doublebox
30973 position "c"
30974 hor_pos "c"
30975 has_inner_box 0
30976 inner_pos "c"
30977 use_parbox 0
30978 use_makebox 0
30979 width "1in"
30980 special "width"
30981 height "1in"
30982 height_special "totalheight"
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986 with rotated
30987 \end_layout
30988
30989 \end_inset
30990
30991
30992 \begin_inset ERT
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996
30997 }
30998 \end_layout
30999
31000 \end_inset
31001
31002  framed text 
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008
31009 \backslash
31010 rotatebox[origin=lb]{60}{
31011 \end_layout
31012
31013 \end_inset
31014
31015
31016 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31017 \end_inset
31018
31019
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025 }
31026 \end_layout
31027
31028 \end_inset
31029
31030  and a formula.
31031 \end_layout
31032
31033 \begin_layout Standard
31034 or an image or table:
31035 \end_layout
31036
31037 \begin_layout Standard
31038 This is a line
31039 \begin_inset ERT
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043
31044
31045 \backslash
31046 rotatebox[origin=lb]{90}{
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset Graphics
31053         filename clipart/platypus.eps
31054         lyxscale 50
31055         width 25col%
31056
31057 \end_inset
31058
31059
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065 }
31066 \end_layout
31067
31068 \end_inset
31069
31070  with a rotated image 
31071 \begin_inset ERT
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075
31076
31077 \backslash
31078 rotatebox[origin=l]{-90}{
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \begin_inset Tabular
31085 <lyxtabular version="3" rows="2" columns="2">
31086 <features tabularvalignment="middle">
31087 <column alignment="center" valignment="top" width="0">
31088 <column alignment="center" valignment="top" width="0">
31089 <row>
31090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31091 \begin_inset Text
31092
31093 \begin_layout Plain Layout
31094 q
31095 \end_layout
31096
31097 \end_inset
31098 </cell>
31099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31100 \begin_inset Text
31101
31102 \begin_layout Plain Layout
31103 w
31104 \end_layout
31105
31106 \end_inset
31107 </cell>
31108 </row>
31109 <row>
31110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31111 \begin_inset Text
31112
31113 \begin_layout Plain Layout
31114 e
31115 \end_layout
31116
31117 \end_inset
31118 </cell>
31119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31120 \begin_inset Text
31121
31122 \begin_layout Plain Layout
31123 r
31124 \end_layout
31125
31126 \end_inset
31127 </cell>
31128 </row>
31129 </lyxtabular>
31130
31131 \end_inset
31132
31133
31134 \begin_inset ERT
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139 }
31140 \end_layout
31141
31142 \end_inset
31143
31144  and table.
31145 \end_layout
31146
31147 \begin_layout Subsection
31148 Scaled Boxes
31149 \begin_inset Index idx
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153 Boxes ! scaled
31154 \end_layout
31155
31156 \end_inset
31157
31158
31159 \begin_inset Index idx
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163 Scaled material
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \begin_inset Index idx
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173 Figures ! scaled
31174 \end_layout
31175
31176 \end_inset
31177
31178
31179 \begin_inset Index idx
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183 Table Customization ! Scaling
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 To scale material the commands 
31193 \series bold
31194
31195 \backslash
31196 scalebox
31197 \series default
31198  and 
31199 \series bold
31200
31201 \backslash
31202 resizebox
31203 \series default
31204  can be used as TeX-Code.
31205 \end_layout
31206
31207 \begin_layout Standard
31208
31209 \series bold
31210
31211 \backslash
31212 scalebox
31213 \series default
31214  is used with the following scheme:
31215 \end_layout
31216
31217 \begin_layout Standard
31218
31219 \series bold
31220
31221 \backslash
31222 scalebox{horizontal}[vertical]{box content}
31223 \end_layout
31224
31225 \begin_layout Standard
31226 Horizontal and vertical are the corresponding scaling factors.
31227  If no vertical scaling factor is given, the horizontal factor will also
31228  be used as the vertical one.
31229 \end_layout
31230
31231 \begin_layout Standard
31232 The command 
31233 \series bold
31234
31235 \backslash
31236 scalebox{2}{Hello}
31237 \series default
31238  creates for example a double size 
31239 \begin_inset ERT
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243
31244
31245 \backslash
31246 scalebox{2}{
31247 \end_layout
31248
31249 \end_inset
31250
31251 Hello
31252 \begin_inset ERT
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256
31257 }
31258 \end_layout
31259
31260 \end_inset
31261
31262 , compared with the document text size.
31263 \end_layout
31264
31265 \begin_layout Standard
31266
31267 \series bold
31268
31269 \backslash
31270 scalebox{2}[1]{Hello}
31271 \series default
31272  on the other hand distorts the 
31273 \begin_inset ERT
31274 status collapsed
31275
31276 \begin_layout Plain Layout
31277
31278
31279 \backslash
31280 scalebox{2}[1]{
31281 \end_layout
31282
31283 \end_inset
31284
31285 Hello
31286 \begin_inset ERT
31287 status collapsed
31288
31289 \begin_layout Plain Layout
31290
31291 }
31292 \end_layout
31293
31294 \end_inset
31295
31296 .
31297 \end_layout
31298
31299 \begin_layout Standard
31300 If the scaling factor is negative, the box content will be mirrored.
31301  Therefore the command 
31302 \series bold
31303
31304 \backslash
31305 scalebox{-1}[1]{Hello}
31306 \series default
31307  can be used to create mirror writing: 
31308 \begin_inset ERT
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312
31313
31314 \backslash
31315 scalebox{-1}[1]{
31316 \end_layout
31317
31318 \end_inset
31319
31320 Hello
31321 \begin_inset ERT
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325
31326 }
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \end_layout
31333
31334 \begin_layout Standard
31335
31336 \series bold
31337
31338 \backslash
31339 scalebox{1}[-1]{Hello}
31340 \series default
31341  reflects the 
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 scalebox{1}[-1]{
31350 \end_layout
31351
31352 \end_inset
31353
31354 Hello
31355 \begin_inset ERT
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359
31360 }
31361 \end_layout
31362
31363 \end_inset
31364
31365  at the base line.
31366 \end_layout
31367
31368 \begin_layout Standard
31369 Equivalent to 
31370 \series bold
31371
31372 \backslash
31373 scalebox{-1}[1]{box content}
31374 \series default
31375  there exists the command
31376 \begin_inset Newline newline
31377 \end_inset
31378
31379
31380 \series bold
31381
31382 \backslash
31383 reflectbox{box content}
31384 \series default
31385 .
31386 \end_layout
31387
31388 \begin_layout Standard
31389 \begin_inset VSpace bigskip
31390 \end_inset
31391
31392 The command 
31393 \series bold
31394
31395 \backslash
31396 resizebox
31397 \series default
31398  is used to scale the box to a defined width and height.
31399  The command scheme is:
31400 \end_layout
31401
31402 \begin_layout Standard
31403
31404 \series bold
31405
31406 \backslash
31407 resizebox{width}{height}{box content}
31408 \end_layout
31409
31410 \begin_layout Standard
31411 If one of the two command arguments given is an exclamation mark 
31412 \series bold
31413 !
31414 \series default
31415 , the size is set so that the aspect ratio of the box content is kept.
31416 \end_layout
31417
31418 \begin_layout Standard
31419 The command 
31420 \series bold
31421
31422 \backslash
31423 resizebox{2cm}{1cm}{Hello}
31424 \series default
31425  produces: 
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 resizebox{2cm}{1cm}{
31434 \end_layout
31435
31436 \end_inset
31437
31438 Hello
31439 \begin_inset ERT
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443
31444 }
31445 \end_layout
31446
31447 \end_inset
31448
31449
31450 \begin_inset Newline newline
31451 \end_inset
31452
31453 The command 
31454 \series bold
31455
31456 \backslash
31457 resizebox{2cm}{!}{Hello}
31458 \series default
31459  produces: 
31460 \begin_inset ERT
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464
31465
31466 \backslash
31467 resizebox{2cm}{!}{
31468 \end_layout
31469
31470 \end_inset
31471
31472 Hello
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478 }
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \begin_layout Standard
31487 \begin_inset VSpace bigskip
31488 \end_inset
31489
31490
31491 \begin_inset Note Greyedout
31492 status open
31493
31494 \begin_layout Plain Layout
31495
31496 \series bold
31497 Note:
31498 \series default
31499  When arguments of 
31500 \series bold
31501
31502 \backslash
31503 scalebox
31504 \series default
31505  or 
31506 \series bold
31507
31508 \backslash
31509 resizebox
31510 \series default
31511  are set to zero, no LaTeX-errors occur when exporting the document but
31512  the exported files can not or only partly be displayed.
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 \begin_inset VSpace bigskip
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 The boxes can be combined in any order.
31529  E.
31530 \begin_inset space \thinspace{}
31531 \end_inset
31532
31533 g.
31534 \begin_inset space \space{}
31535 \end_inset
31536
31537 the command
31538 \begin_inset Newline newline
31539 \end_inset
31540
31541
31542 \series bold
31543
31544 \backslash
31545 rotatebox[origin=c]{-45}{
31546 \backslash
31547 resizebox{2cm}{!}{
31548 \backslash
31549 reflectbox{Hello}}}
31550 \begin_inset Newline newline
31551 \end_inset
31552
31553
31554 \series default
31555 produces:
31556 \end_layout
31557
31558 \begin_layout Standard
31559 \align center
31560 \begin_inset ERT
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565
31566 \backslash
31567 rotatebox[origin=c]{-45}{
31568 \backslash
31569 resizebox{2cm}{!}{
31570 \backslash
31571 reflectbox{
31572 \end_layout
31573
31574 \end_inset
31575
31576 Hello
31577 \begin_inset ERT
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582 }}}
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591 \noindent
31592 Images, tables, and inline formulas are allowed as box content:
31593 \end_layout
31594
31595 \begin_layout Standard
31596 \align center
31597 \begin_inset ERT
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601
31602
31603 \backslash
31604 rotatebox[origin=c]{-30}{
31605 \backslash
31606 resizebox{2cm}{!}{
31607 \backslash
31608 reflectbox{
31609 \end_layout
31610
31611 \end_inset
31612
31613
31614 \begin_inset Graphics
31615         filename clipart/platypus.eps
31616         lyxscale 50
31617         width 25col%
31618
31619 \end_inset
31620
31621
31622 \begin_inset ERT
31623 status collapsed
31624
31625 \begin_layout Plain Layout
31626
31627 }}}
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \begin_inset ERT
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637
31638
31639 \backslash
31640 rotatebox[origin=c]{-45}{
31641 \backslash
31642 resizebox{2cm}{!}{
31643 \backslash
31644 reflectbox{
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \begin_inset Tabular
31651 <lyxtabular version="3" rows="2" columns="2">
31652 <features tabularvalignment="middle">
31653 <column alignment="center" valignment="top" width="0">
31654 <column alignment="center" valignment="top" width="0">
31655 <row>
31656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660 q
31661 \end_layout
31662
31663 \end_inset
31664 </cell>
31665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31666 \begin_inset Text
31667
31668 \begin_layout Plain Layout
31669 w
31670 \end_layout
31671
31672 \end_inset
31673 </cell>
31674 </row>
31675 <row>
31676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31677 \begin_inset Text
31678
31679 \begin_layout Plain Layout
31680 e
31681 \end_layout
31682
31683 \end_inset
31684 </cell>
31685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31686 \begin_inset Text
31687
31688 \begin_layout Plain Layout
31689 r
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 </row>
31695 </lyxtabular>
31696
31697 \end_inset
31698
31699
31700 \begin_inset ERT
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704
31705 }}}
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \begin_inset ERT
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715
31716
31717 \backslash
31718 rotatebox[origin=c]{-45}{
31719 \backslash
31720 resizebox{2cm}{!}{
31721 \backslash
31722 reflectbox{
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31729 \end_inset
31730
31731
31732 \begin_inset ERT
31733 status collapsed
31734
31735 \begin_layout Plain Layout
31736
31737 }}}
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 When the global formula style 
31747 \series bold
31748 fleqn
31749 \series default
31750  is used in the document
31751 \begin_inset Foot
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755 When 
31756 \begin_inset Quotes eld
31757 \end_inset
31758
31759 fleqn
31760 \begin_inset Quotes erd
31761 \end_inset
31762
31763  is added to the document class options.
31764 \end_layout
31765
31766 \end_inset
31767
31768 , display style formulas can also be scaled.
31769 \end_layout
31770
31771 \begin_layout Chapter
31772 External Document Parts
31773 \begin_inset Index idx
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777 External Document Parts
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \end_layout
31784
31785 \begin_layout Standard
31786 With the menu 
31787 \family sans
31788 Insert\SpecialChar \menuseparator
31789 File
31790 \family default
31791  you can insert external material to your document.
31792  This can be:
31793 \end_layout
31794
31795 \begin_layout Description
31796 LyX
31797 \begin_inset space ~
31798 \end_inset
31799
31800 Document Another LyX document; its content is directly inserted to your
31801  document.
31802 \end_layout
31803
31804 \begin_layout Description
31805 Plain
31806 \begin_inset space ~
31807 \end_inset
31808
31809 Text A text document; each line is inserted in your document as a separate
31810  paragraph.
31811 \end_layout
31812
31813 \begin_layout Description
31814 Plain
31815 \begin_inset space ~
31816 \end_inset
31817
31818 Text,
31819 \begin_inset space ~
31820 \end_inset
31821
31822 Join
31823 \begin_inset space ~
31824 \end_inset
31825
31826 Lines A text document; text lines are inserted in your document continuously
31827  but an empty text line creates a new paragraph.
31828 \end_layout
31829
31830 \begin_layout Description
31831 External
31832 \begin_inset space ~
31833 \end_inset
31834
31835 Material Files in various formats.
31836 \end_layout
31837
31838 \begin_layout Description
31839 Child
31840 \begin_inset space ~
31841 \end_inset
31842
31843 Document LyX or LaTeX-documents.
31844 \end_layout
31845
31846 \begin_layout Section
31847 External Material
31848 \begin_inset Index idx
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852 External Document Parts ! External Material
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \end_layout
31859
31860 \begin_layout Standard
31861 The external material feature allows you to insert files in to your document
31862  without converting them to a format that can be read by the document output
31863  format.
31864  LyX takes care of the necessary conversions.
31865  This is similar to images that can be inserted in various image formats
31866  in LyX documents.
31867  When you have enabled Instant Preview in LyX's preferences under 
31868 \family sans
31869 Look
31870 \begin_inset space ~
31871 \end_inset
31872
31873 and
31874 \begin_inset space ~
31875 \end_inset
31876
31877 feel\SpecialChar \menuseparator
31878 Graphics
31879 \family default
31880 , the external material types Dia and Xfig are directly shown in LyX.
31881 \end_layout
31882
31883 \begin_layout Standard
31884 External material can be inserted via the 
31885 \family sans
31886 External Material
31887 \family default
31888  dialog that is accessible with the menu 
31889 \family sans
31890 Insert\SpecialChar \menuseparator
31891 File\SpecialChar \menuseparator
31892 External
31893 \begin_inset space ~
31894 \end_inset
31895
31896 Material
31897 \family default
31898 .
31899  Currently the following file types (
31900 \family sans
31901 Templates
31902 \family default
31903 ) are allowed:
31904 \end_layout
31905
31906 \begin_layout Description
31907 ChessDiagram This template supports chess position diagrams made with the
31908  program 
31909 \series bold
31910
31911 \begin_inset CommandInset href
31912 LatexCommand href
31913 name "XBoard"
31914 target "http://en.wikipedia.org/wiki/XBoard"
31915
31916 \end_inset
31917
31918
31919 \series default
31920 .
31921 \end_layout
31922
31923 \begin_layout Description
31924 Date This inserts the date in the form 
31925 \emph on
31926 Day-Month-Year
31927 \emph default
31928 .
31929  This is a date inserted as external material: 
31930 \begin_inset External
31931         template Date
31932         filename .
31933
31934 \end_inset
31935
31936
31937 \begin_inset space ~
31938 \end_inset
31939
31940
31941 \begin_inset Note Note
31942 status open
31943
31944 \begin_layout Plain Layout
31945 Remove the protected space when bug 4398 is fixed!
31946 \end_layout
31947
31948 \end_inset
31949
31950
31951 \begin_inset Newline newline
31952 \end_inset
31953
31954 The date is not shown within LyX, only in the output.
31955  There are two other methods of inserting a date: Via menu 
31956 \family sans
31957 Insert\SpecialChar \menuseparator
31958 Date
31959 \family default
31960  and with the LaTeX command 
31961 \series bold
31962
31963 \backslash
31964 today
31965 \series default
31966  as TeX-Code.
31967  The different methods are compared in Table
31968 \begin_inset space ~
31969 \end_inset
31970
31971
31972 \begin_inset CommandInset ref
31973 LatexCommand ref
31974 reference "tab:Comparison-of-the"
31975
31976 \end_inset
31977
31978 .
31979 \end_layout
31980
31981 \begin_layout Description
31982 Dia This template supports diagrams created with the program 
31983 \series bold
31984
31985 \begin_inset CommandInset href
31986 LatexCommand href
31987 name "Dia"
31988 target "http://en.wikipedia.org/wiki/Dia_(software)"
31989
31990 \end_inset
31991
31992
31993 \series default
31994 .
31995 \end_layout
31996
31997 \begin_layout Description
31998 LilyPond This template is used for music notation typeset with the program
31999 \begin_inset Newline linebreak
32000 \end_inset
32001
32002
32003 \series bold
32004
32005 \begin_inset CommandInset href
32006 LatexCommand href
32007 name "LilyPond"
32008 target "http://en.wikipedia.org/wiki/LilyPond"
32009
32010 \end_inset
32011
32012
32013 \series default
32014 .
32015 \end_layout
32016
32017 \begin_layout Description
32018 PDFPages With this template you can insert PDF documents to your document.
32019  To insert certain or all pages of a PDF, use the 
32020 \emph on
32021 pages
32022 \emph default
32023  option in the 
32024 \family sans
32025 Option
32026 \family default
32027  field in the 
32028 \family sans
32029 LaTeX and LyX options
32030 \family default
32031  tab according to the template description in the dialog.
32032  When no 
32033 \emph on
32034 pages
32035 \emph default
32036  option is given, only the first page of the PDF will be inserted.
32037 \end_layout
32038
32039 \begin_layout Description
32040 RasterImage This can be used for bitmap images.
32041  Nearly all popular image formats are supported.
32042  The image can be treated in the 
32043 \family sans
32044 External material
32045 \family default
32046  dialog like the images that are usually included via the 
32047 \family sans
32048 Graphics
32049 \family default
32050  dialog as described in section
32051 \begin_inset space ~
32052 \end_inset
32053
32054
32055 \begin_inset CommandInset ref
32056 LatexCommand ref
32057 reference "sec:Graphics-Dialog"
32058
32059 \end_inset
32060
32061 .
32062  The difference is that only raster images are allowed; that means that
32063  PDF and EPS-images are not supported.
32064 \end_layout
32065
32066 \begin_layout Description
32067 XFig This template supports images created with the program 
32068 \series bold
32069
32070 \begin_inset CommandInset href
32071 LatexCommand href
32072 name "Xfig"
32073 target "http://en.wikipedia.org/wiki/Xfig"
32074
32075 \end_inset
32076
32077
32078 \series default
32079 .
32080 \end_layout
32081
32082 \begin_layout Standard
32083 \begin_inset Float table
32084 placement h
32085 wide false
32086 sideways false
32087 status open
32088
32089 \begin_layout Plain Layout
32090 \begin_inset Caption
32091
32092 \begin_layout Plain Layout
32093 \begin_inset CommandInset label
32094 LatexCommand label
32095 name "tab:Comparison-of-the"
32096
32097 \end_inset
32098
32099 Comparison of the date input methods.
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Plain Layout
32108 \align center
32109 \begin_inset Tabular
32110 <lyxtabular version="3" rows="4" columns="4">
32111 <features tabularvalignment="middle">
32112 <column alignment="center" valignment="top" width="0">
32113 <column alignment="center" valignment="top" width="0">
32114 <column alignment="center" valignment="top" width="0">
32115 <column alignment="center" valignment="top" width="0">
32116 <row>
32117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Plain Layout
32121 Document format
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130
32131 \family sans
32132 External Material\SpecialChar \menuseparator
32133 Date
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32139 \begin_inset Text
32140
32141 \begin_layout Plain Layout
32142
32143 \family sans
32144 Insert\SpecialChar \menuseparator
32145 Date
32146 \end_layout
32147
32148 \end_inset
32149 </cell>
32150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32151 \begin_inset Text
32152
32153 \begin_layout Plain Layout
32154 command 
32155 \series bold
32156
32157 \backslash
32158 today
32159 \end_layout
32160
32161 \end_inset
32162 </cell>
32163 </row>
32164 <row>
32165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32166 \begin_inset Text
32167
32168 \begin_layout Plain Layout
32169 LyX
32170 \end_layout
32171
32172 \end_inset
32173 </cell>
32174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32175 \begin_inset Text
32176
32177 \begin_layout Plain Layout
32178 as inset box
32179 \end_layout
32180
32181 \end_inset
32182 </cell>
32183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32184 \begin_inset Text
32185
32186 \begin_layout Plain Layout
32187 as date
32188 \end_layout
32189
32190 \end_inset
32191 </cell>
32192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196 as TeX-Code inset box
32197 \end_layout
32198
32199 \end_inset
32200 </cell>
32201 </row>
32202 <row>
32203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32204 \begin_inset Text
32205
32206 \begin_layout Plain Layout
32207 LaTeX
32208 \end_layout
32209
32210 \end_inset
32211 </cell>
32212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32213 \begin_inset Text
32214
32215 \begin_layout Plain Layout
32216 as date
32217 \end_layout
32218
32219 \end_inset
32220 </cell>
32221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32222 \begin_inset Text
32223
32224 \begin_layout Plain Layout
32225 as date
32226 \end_layout
32227
32228 \end_inset
32229 </cell>
32230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32231 \begin_inset Text
32232
32233 \begin_layout Plain Layout
32234 as command
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 </row>
32240 <row>
32241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32242 \begin_inset Text
32243
32244 \begin_layout Plain Layout
32245 DVI, PDF, PS
32246 \end_layout
32247
32248 \end_inset
32249 </cell>
32250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32251 \begin_inset Text
32252
32253 \begin_layout Plain Layout
32254 as date
32255 \end_layout
32256
32257 \end_inset
32258 </cell>
32259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32260 \begin_inset Text
32261
32262 \begin_layout Plain Layout
32263 as date
32264 \end_layout
32265
32266 \end_inset
32267 </cell>
32268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32269 \begin_inset Text
32270
32271 \begin_layout Plain Layout
32272 as date
32273 \end_layout
32274
32275 \end_inset
32276 </cell>
32277 </row>
32278 </lyxtabular>
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Standard
32291 When you use the option 
32292 \family sans
32293 Draft
32294 \family default
32295  in the 
32296 \family sans
32297 File
32298 \family default
32299  tab of the 
32300 \family sans
32301 External Material
32302 \family default
32303  dialog, only the path to the inserted file is shown in the output.
32304 \begin_inset Newline newline
32305 \end_inset
32306
32307 External material is displayed in LyX either as a box like this: 
32308 \begin_inset Graphics
32309         filename clipart/ExternalMaterialQt4.png
32310         scale 85
32311         scaleBeforeRotation
32312
32313 \end_inset
32314
32315  or as image, depending on the option 
32316 \family sans
32317 Show in LyX
32318 \family default
32319  in the 
32320 \family sans
32321 LaTeX and LyX options
32322 \family default
32323  tab of the dialog.
32324 \end_layout
32325
32326 \begin_layout Standard
32327 The 
32328 \family sans
32329 \emph on
32330 Customization
32331 \family default
32332 \emph default
32333  manual explains how you can define your own templates.
32334 \end_layout
32335
32336 \begin_layout Section
32337 Child Documents
32338 \begin_inset CommandInset label
32339 LatexCommand label
32340 name "sec:Child-Documents"
32341
32342 \end_inset
32343
32344
32345 \begin_inset Index idx
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349 External Document Parts ! Child Documents
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \begin_inset Index idx
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359 Files ! Include
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Standard
32368 Child documents are used when you have a long document consisting of several
32369  larger parts or sections.
32370  For maintenance it is often useful and sometimes even required to split
32371  the document in several files that can be revised separately.
32372  The different documents are then the so called child documents and a master
32373  document connects them to print the full document or parts of it.
32374  A child documents inherits elements of its master, for example the LaTeX
32375  preamble, the bibliography, and labels for cross-references.
32376 \end_layout
32377
32378 \begin_layout Standard
32379 To be able to work on child documents without the need to open their master,
32380  specify in the child document the master in the menu
32381 \family sans
32382  Document\SpecialChar \menuseparator
32383 Settings\SpecialChar \menuseparator
32384 Document
32385 \begin_inset space ~
32386 \end_inset
32387
32388 Class
32389 \family default
32390 .
32391  This master document will then be used in the background by LyX when you
32392  edit the child document.
32393 \end_layout
32394
32395 \begin_layout Standard
32396 Included documents are displayed in LyX as a box like this: 
32397 \begin_inset Graphics
32398         filename clipart/ChildDocumentQt4.png
32399         scale 85
32400         scaleBeforeRotation
32401
32402 \end_inset
32403
32404  To include child documents in a master document use the menu 
32405 \family sans
32406 Insert\SpecialChar \menuseparator
32407 File\SpecialChar \menuseparator
32408 Child
32409 \begin_inset space ~
32410 \end_inset
32411
32412 Documents
32413 \family default
32414 .
32415  A dialog pops up where you can choose between four include methods:
32416 \end_layout
32417
32418 \begin_layout Description
32419 Include You can include LyX and LaTeX-documents.
32420  When you press the 
32421 \family sans
32422 Load
32423 \family default
32424  button in the 
32425 \family sans
32426 Child Document
32427 \family default
32428  dialog, the included documents will be opened in LyX in a new file tab
32429  so that you can modify them.
32430 \begin_inset Newline newline
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 Here is a child document inserted using 
32438 \family sans
32439 Include
32440 \family default
32441
32442 \begin_inset CommandInset include
32443 LatexCommand include
32444 filename "DummyDocument1.lyx"
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \begin_layout Standard
32452 The section numbering includes the sections of the included files in the
32453  order they are inserted in the master document.
32454  The included example document has for example a subsection that is numbered
32455  as a subsection of this section.
32456  Labels of included documents can be referenced: Subsection
32457 \begin_inset space ~
32458 \end_inset
32459
32460
32461 \begin_inset CommandInset ref
32462 LatexCommand ref
32463 reference "sub:External-Subsection-1"
32464
32465 \end_inset
32466
32467
32468 \end_layout
32469
32470 \begin_layout Standard
32471 The preamble of the child document is ignored; only the preamble of the
32472  master document is used.
32473  Branches in child documents will be ignored by the master document when
32474  the master document does not have a branch with the same name.
32475  Included documents are inserted starting on a new page and ending with
32476  a page break.
32477 \end_layout
32478
32479 \begin_layout Standard
32480 If you are only working on a certain chapter of a large document and want
32481  to save compiling time, you can put each included file into a branch.
32482 \begin_inset Foot
32483 status collapsed
32484
32485 \begin_layout Plain Layout
32486 Branches are described in section 
32487 \emph on
32488 Branches
32489 \emph default
32490  of the LyX 
32491 \emph on
32492 Userguide
32493 \emph default
32494 .
32495 \end_layout
32496
32497 \end_inset
32498
32499  By enabling/disabling branches you can decide what included files will
32500  appear in the output.
32501 \end_layout
32502
32503 \begin_layout Standard
32504 \begin_inset Note Greyedout
32505 status open
32506
32507 \begin_layout Plain Layout
32508
32509 \series bold
32510 Note:
32511 \series default
32512  Due to a bug in LyX the LaTeX command 
32513 \series bold
32514
32515 \backslash
32516 includeonly
32517 \series default
32518  can currently not be used as an alternative to decide what files should
32519  be included.
32520 \end_layout
32521
32522 \end_inset
32523
32524
32525 \end_layout
32526
32527 \begin_layout Standard
32528 \begin_inset Note Greyedout
32529 status open
32530
32531 \begin_layout Plain Layout
32532
32533 \series bold
32534 Note:
32535 \series default
32536  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32537 w the document in case the child document uses another document class than
32538  the master document as this will lead to unexpected outputs.
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \begin_layout Description
32547 Input This method is very similar to the Include method.
32548  The differences are:
32549 \end_layout
32550
32551 \begin_deeper
32552 \begin_layout Itemize
32553 Input files don't start with a new page and don't end with a page break.
32554 \end_layout
32555
32556 \begin_layout Itemize
32557 Input files can be previewed in LyX when 
32558 \family sans
32559 Instant
32560 \begin_inset space ~
32561 \end_inset
32562
32563 Preview
32564 \family default
32565  is enabled in LyX's preferences under 
32566 \family sans
32567 Look
32568 \begin_inset space ~
32569 \end_inset
32570
32571 and
32572 \begin_inset space ~
32573 \end_inset
32574
32575 feel\SpecialChar \menuseparator
32576 Graphics
32577 \family default
32578 .
32579 \end_layout
32580
32581 \begin_layout Itemize
32582 The LaTeX-command 
32583 \series bold
32584
32585 \backslash
32586 includeonly
32587 \series default
32588  cannot be used.
32589 \end_layout
32590
32591 \end_deeper
32592 \begin_layout Standard
32593 Here is a child document inserted using 
32594 \family sans
32595 Input
32596 \family default
32597
32598 \begin_inset CommandInset include
32599 LatexCommand input
32600 filename "DummyDocument2.lyx"
32601
32602 \end_inset
32603
32604
32605 \end_layout
32606
32607 \begin_layout Description
32608 Verbatim With this method every text file can be included.
32609  The file is shown in the output with its source code; no command used in
32610  the text is invoked.
32611  You can use the option 
32612 \family sans
32613 Mark spaces in output
32614 \family default
32615  that displays the character 
32616 \begin_inset Quotes eld
32617 \end_inset
32618
32619
32620 \begin_inset ERT
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624
32625
32626 \backslash
32627 textvisiblespace 
32628 \end_layout
32629
32630 \end_inset
32631
32632
32633 \begin_inset Quotes erd
32634 \end_inset
32635
32636  for every space character in the source code.
32637  The difference from the method via the menu 
32638 \family sans
32639 Insert\SpecialChar \menuseparator
32640 File\SpecialChar \menuseparator
32641 Plain
32642 \begin_inset space ~
32643 \end_inset
32644
32645 Text
32646 \family default
32647  is that the document content is not shown in LyX.
32648 \end_layout
32649
32650 \begin_layout Standard
32651 Here is a child document inserted as Verbatim: 
32652 \begin_inset CommandInset include
32653 LatexCommand verbatiminput
32654 filename "DummyTextDocument.txt"
32655
32656 \end_inset
32657
32658
32659 \begin_inset VSpace bigskip
32660 \end_inset
32661
32662 Here is a child document inserted as Verbatim using the 
32663 \family sans
32664 Mark spaces in output
32665 \family default
32666  option: 
32667 \begin_inset CommandInset include
32668 LatexCommand verbatiminput*
32669 filename "DummyTextDocument.txt"
32670
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \begin_layout Standard
32677 \begin_inset VSpace bigskip
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Standard
32684 \begin_inset Note Greyedout
32685 status open
32686
32687 \begin_layout Plain Layout
32688
32689 \series bold
32690 Note:
32691 \series default
32692  As you can see in the examples above, the text of the documents included
32693  as 
32694 \family sans
32695 verbatim
32696 \family default
32697  is not broken at the end of the document lines.
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \begin_layout Description
32706 Listings This type is described in chapter
32707 \begin_inset space ~
32708 \end_inset
32709
32710
32711 \begin_inset CommandInset ref
32712 LatexCommand ref
32713 reference "cha:Program-Code-Listings"
32714
32715 \end_inset
32716
32717 .
32718 \end_layout
32719
32720 \begin_layout Standard
32721 \begin_inset Note Greyedout
32722 status open
32723
32724 \begin_layout Plain Layout
32725
32726 \series bold
32727 Note:
32728 \series default
32729  Including the same document twice in a document using different methods
32730  could cause LaTeX-problems.
32731 \end_layout
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Chapter
32739 Program Code Listings
32740 \begin_inset CommandInset label
32741 LatexCommand label
32742 name "cha:Program-Code-Listings"
32743
32744 \end_inset
32745
32746
32747 \begin_inset Index idx
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751 Listings
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \begin_inset Index idx
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761 Program Code
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \begin_inset Index idx
32768 status collapsed
32769
32770 \begin_layout Plain Layout
32771 Floats ! Listings
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Standard
32780 To include and typeset program code you can use the 
32781 \family sans
32782 Listings
32783 \family default
32784  inset that can be inserted via the menu 
32785 \family sans
32786 Insert\SpecialChar \menuseparator
32787 Program Listing
32788 \family default
32789 .
32790  The LaTeX-package 
32791 \series bold
32792 listings
32793 \series default
32794
32795 \begin_inset Index idx
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 LaTeX-packages ! listings
32800 \end_layout
32801
32802 \end_inset
32803
32804  provides a powerful and flexible way to insert program source code into
32805  your document.
32806 \end_layout
32807
32808 \begin_layout Standard
32809 Right-clicking on a listings inset opens the context menu containing where
32810  you can set the listings format.
32811 \end_layout
32812
32813 \begin_layout Standard
32814 By default, a listing starts a new paragraph in the output.
32815  The placement option 
32816 \family sans
32817 Inline
32818 \begin_inset space ~
32819 \end_inset
32820
32821 listing
32822 \family default
32823  prints the listing inline like this: 
32824 \begin_inset listings
32825 lstparams "language={C++}"
32826 inline true
32827 status open
32828
32829 \begin_layout Plain Layout
32830
32831 int a=5;
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \begin_inset Newline newline
32838 \end_inset
32839
32840 The option 
32841 \family sans
32842 Float
32843 \family default
32844  creates a listings float where you can specify the placement options 
32845 \begin_inset Quotes eld
32846 \end_inset
32847
32848
32849 \family sans
32850 h
32851 \family default
32852
32853 \begin_inset Quotes erd
32854 \end_inset
32855
32856
32857 \begin_inset Quotes eld
32858 \end_inset
32859
32860
32861 \family sans
32862 t
32863 \family default
32864
32865 \begin_inset Quotes erd
32866 \end_inset
32867
32868
32869 \begin_inset Quotes eld
32870 \end_inset
32871
32872
32873 \family sans
32874 b
32875 \family default
32876
32877 \begin_inset Quotes erd
32878 \end_inset
32879
32880 , and 
32881 \begin_inset Quotes eld
32882 \end_inset
32883
32884
32885 \family sans
32886 p
32887 \family default
32888
32889 \begin_inset Quotes erd
32890 \end_inset
32891
32892  corresponding to the float placement options described in section
32893 \begin_inset space ~
32894 \end_inset
32895
32896
32897 \begin_inset CommandInset ref
32898 LatexCommand ref
32899 reference "sec:Float-Placement"
32900
32901 \end_inset
32902
32903 .
32904  The placement options can be mixed and are inserted without any separation,
32905  e.
32906 \begin_inset space \thinspace{}
32907 \end_inset
32908
32909 g.
32910 \begin_inset space \space{}
32911 \end_inset
32912
32913
32914 \begin_inset Quotes eld
32915 \end_inset
32916
32917
32918 \family sans
32919 htbp
32920 \family default
32921
32922 \begin_inset Quotes erd
32923 \end_inset
32924
32925 .
32926  The option 
32927 \begin_inset Quotes eld
32928 \end_inset
32929
32930 h
32931 \begin_inset Quotes erd
32932 \end_inset
32933
32934  has sometimes no effect, but you don't need to use the 
32935 \family sans
32936 Float
32937 \family default
32938  option in this case as also non-float listings can have captions and be
32939  referenced.
32940 \end_layout
32941
32942 \begin_layout Standard
32943 You can add captions to listings with the menu 
32944 \family sans
32945 Insert\SpecialChar \menuseparator
32946 Caption
32947 \family default
32948 .
32949  Listings can be referenced like floats: Listing
32950 \begin_inset space ~
32951 \end_inset
32952
32953
32954 \begin_inset CommandInset ref
32955 LatexCommand ref
32956 reference "lst:Example-Listing"
32957
32958 \end_inset
32959
32960
32961 \end_layout
32962
32963 \begin_layout Standard
32964 \begin_inset listings
32965 lstparams "language=Python"
32966 inline false
32967 status open
32968
32969 \begin_layout Plain Layout
32970
32971 \begin_inset Caption
32972
32973 \begin_layout Plain Layout
32974 \begin_inset CommandInset label
32975 LatexCommand label
32976 name "lst:Example-Listing"
32977
32978 \end_inset
32979
32980 Example Listing float
32981 \end_layout
32982
32983 \end_inset
32984
32985 # Example listing float
32986 \end_layout
32987
32988 \begin_layout Plain Layout
32989
32990 def func(param):
32991 \end_layout
32992
32993 \begin_layout Plain Layout
32994
32995     'this is a python function'
32996 \end_layout
32997
32998 \begin_layout Plain Layout
32999
33000     pass
33001 \end_layout
33002
33003 \end_inset
33004
33005
33006 \end_layout
33007
33008 \begin_layout Standard
33009 When you have set a programming language in the listings dialog, the keywords
33010  of this language will be recognized and specially typeset in the output.
33011  In the example listings the Python keyword 
33012 \begin_inset Quotes eld
33013 \end_inset
33014
33015 def
33016 \begin_inset Quotes erd
33017 \end_inset
33018
33019  is recognized and printed bold in the output.
33020 \end_layout
33021
33022 \begin_layout Standard
33023 \begin_inset Note Greyedout
33024 status open
33025
33026 \begin_layout Plain Layout
33027
33028 \series bold
33029 Note:
33030 \series default
33031  If you don't get bold keywords when using typewriter fonts, your 
33032 \family typewriter
33033 typewriter
33034 \family default
33035  font probably doesn't provide a bold shape.
33036  In this case select a different one in the menu 
33037 \family sans
33038 Document\SpecialChar \menuseparator
33039 Settings\SpecialChar \menuseparator
33040 Fonts
33041 \family default
33042 .
33043  (The fonts 
33044 \emph on
33045 LuxiMono, BeraMono
33046 \emph default
33047  and 
33048 \emph on
33049 Courier
33050 \emph default
33051  provide bold shapes.)
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060 In section 
33061 \family sans
33062 Line
33063 \begin_inset space ~
33064 \end_inset
33065
33066 numbering
33067 \family default
33068  of the listings dialog you can specify the line numbering style.
33069  You can insert a number to specify which lines are numbered in the field
33070  
33071 \family sans
33072 Step
33073 \family default
33074 .
33075  When you insert e.
33076 \begin_inset space \thinspace{}
33077 \end_inset
33078
33079 g.
33080 \begin_inset space \space{}
33081 \end_inset
33082
33083
33084 \begin_inset Quotes eld
33085 \end_inset
33086
33087 3
33088 \begin_inset Quotes erd
33089 \end_inset
33090
33091 , only every 3rd line will be numbered.
33092 \end_layout
33093
33094 \begin_layout Standard
33095 You can furthermore specify a range of lines; only these will then appear
33096  in the output.
33097  The option 
33098 \family sans
33099 Extended character table
33100 \family default
33101  should be used when you use national characters like the German umlauts
33102  in the listing.
33103 \begin_inset Newline newline
33104 \end_inset
33105
33106 Here is an example listing with left line numbering, step 
33107 \begin_inset Quotes eld
33108 \end_inset
33109
33110 3
33111 \begin_inset Quotes erd
33112 \end_inset
33113
33114 , language 
33115 \begin_inset Quotes eld
33116 \end_inset
33117
33118 Python
33119 \begin_inset Quotes erd
33120 \end_inset
33121
33122 , options 
33123 \begin_inset Quotes eld
33124 \end_inset
33125
33126 Extended character table
33127 \begin_inset Quotes erd
33128 \end_inset
33129
33130  and 
33131 \begin_inset Quotes eld
33132 \end_inset
33133
33134 Space
33135 \begin_inset space ~
33136 \end_inset
33137
33138 as
33139 \begin_inset space ~
33140 \end_inset
33141
33142 symbol
33143 \begin_inset Quotes erd
33144 \end_inset
33145
33146 , range lines 3
33147 \begin_inset space \thinspace{}
33148 \end_inset
33149
33150 -
33151 \begin_inset space \thinspace{}
33152 \end_inset
33153
33154 8:
33155 \end_layout
33156
33157 \begin_layout Standard
33158 \begin_inset listings
33159 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33160 inline false
33161 status open
33162
33163 \begin_layout Plain Layout
33164
33165 def func(param):
33166 \end_layout
33167
33168 \begin_layout Plain Layout
33169
33170     'this is a python function'
33171 \end_layout
33172
33173 \begin_layout Plain Layout
33174
33175     pass
33176 \end_layout
33177
33178 \begin_layout Plain Layout
33179
33180 def func(param):
33181 \end_layout
33182
33183 \begin_layout Plain Layout
33184
33185 'This is a German word: Tschüß'
33186 \end_layout
33187
33188 \begin_layout Plain Layout
33189
33190 pass
33191 \end_layout
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 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Standard
33214 When you have tabulators in your listing, you can specify the number of
33215  characters that are spanned by a tabulator in the field 
33216 \family sans
33217 Tabulator
33218 \begin_inset space ~
33219 \end_inset
33220
33221 size
33222 \family default
33223 .
33224 \end_layout
33225
33226 \begin_layout Standard
33227 \begin_inset Note Greyedout
33228 status open
33229
33230 \begin_layout Plain Layout
33231
33232 \series bold
33233 Note:
33234 \series default
33235  Due to a bug in the 
33236 \series bold
33237 listings
33238 \series default
33239  package the line numbering is shifted by a line by every previous listing.
33240  That's the reason why the lines 2 and 5 are numbered in the above listing
33241  and not the lines 3 and 6.
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Standard
33250 \begin_inset VSpace bigskip
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \begin_layout Standard
33257 It is also possible to print lines from a file as listing.
33258  To do this, use the menu 
33259 \family sans
33260 Insert\SpecialChar \menuseparator
33261 File\SpecialChar \menuseparator
33262 Child Document
33263 \family default
33264  and choose the type 
33265 \family sans
33266 Listings
33267 \family default
33268 .
33269 \begin_inset Foot
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273 The other child document types are described in section
33274 \begin_inset space ~
33275 \end_inset
33276
33277
33278 \begin_inset CommandInset ref
33279 LatexCommand ref
33280 reference "sec:Child-Documents"
33281
33282 \end_inset
33283
33284 .
33285 \end_layout
33286
33287 \end_inset
33288
33289  In the child document dialog you can specify the listing parameters in
33290  a text box.
33291  To show a list of all available parameters, type in a question mark 
33292 \begin_inset Quotes eld
33293 \end_inset
33294
33295 ?
33296 \begin_inset Quotes erd
33297 \end_inset
33298
33299  in the text box.
33300 \end_layout
33301
33302 \begin_layout Standard
33303 To reference child document listings, write a label text into the corresponding
33304  field of the child document dialog.
33305  The label can then be referenced using the menu 
33306 \family sans
33307 Insert\SpecialChar \menuseparator
33308 Cross-Reference
33309 \family default
33310 .
33311 \end_layout
33312
33313 \begin_layout Standard
33314 Listing
33315 \begin_inset space ~
33316 \end_inset
33317
33318
33319 \begin_inset CommandInset ref
33320 LatexCommand ref
33321 reference "lst:file-listing"
33322
33323 \end_inset
33324
33325  is an example for a listing of a file; there the lines 10
33326 \begin_inset space \thinspace{}
33327 \end_inset
33328
33329 -
33330 \begin_inset space \thinspace{}
33331 \end_inset
33332
33333 15 of this LyX file are listed.
33334 \end_layout
33335
33336 \begin_layout Standard
33337 \begin_inset CommandInset include
33338 LatexCommand lstinputlisting
33339 filename "EmbeddedObjects.lyx"
33340 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Standard
33348 \begin_inset VSpace bigskip
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \begin_layout Standard
33355 Inserting a formula into a listing can be done the following way:
33356 \end_layout
33357
33358 \begin_layout Enumerate
33359 Open the listings dialog and add
33360 \begin_inset Newline newline
33361 \end_inset
33362
33363
33364 \family sans
33365 mathescape=true
33366 \family default
33367
33368 \begin_inset Newline newline
33369 \end_inset
33370
33371 to the field of the 
33372 \family sans
33373 Advanced
33374 \family default
33375  tab.
33376 \end_layout
33377
33378 \begin_layout Enumerate
33379 Create a formula outside the listing
33380 \end_layout
33381
33382 \begin_layout Enumerate
33383 Copy the content of the formula (not the formula inset) to the clipboard
33384  (shortcut 
33385 \begin_inset Info
33386 type  "shortcut"
33387 arg   "copy"
33388 \end_inset
33389
33390 )
33391 \end_layout
33392
33393 \begin_layout Enumerate
33394 In the listing write 
33395 \begin_inset Quotes eld
33396 \end_inset
33397
33398
33399 \family sans
33400 $$
33401 \family default
33402
33403 \begin_inset Quotes erd
33404 \end_inset
33405
33406  and copy from the clipboard between the dollar-signs (shortcut 
33407 \begin_inset Info
33408 type  "shortcut"
33409 arg   "paste"
33410 \end_inset
33411
33412 )
33413 \end_layout
33414
33415 \begin_layout Standard
33416 \begin_inset listings
33417 lstparams "language=Python,mathescape=true"
33418 inline false
33419 status open
33420
33421 \begin_layout Plain Layout
33422
33423 \begin_inset Caption
33424
33425 \begin_layout Plain Layout
33426 Example Listing float containing a formula
33427 \end_layout
33428
33429 \end_inset
33430
33431 # Example listing float
33432 \end_layout
33433
33434 \begin_layout Plain Layout
33435
33436 def func(param):
33437 \end_layout
33438
33439 \begin_layout Plain Layout
33440
33441     # $
33442 \backslash
33443 prod_{n=1}^{
33444 \backslash
33445 infty}
33446 \backslash
33447 ,
33448 \backslash
33449 frac{1}{x^{2}}$
33450 \end_layout
33451
33452 \begin_layout Plain Layout
33453
33454     pass
33455 \end_layout
33456
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \begin_layout Standard
33463 \begin_inset VSpace bigskip
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \begin_layout Standard
33470 Global listings settings can be set in the 
33471 \family sans
33472 Document\SpecialChar \menuseparator
33473 Settings\SpecialChar \menuseparator
33474 Text Layout
33475 \family default
33476  dialog.
33477  To get there a list of available options, type in a question mark 
33478 \begin_inset Quotes eld
33479 \end_inset
33480
33481 ?
33482 \begin_inset Quotes erd
33483 \end_inset
33484
33485  in the 
33486 \family sans
33487 Listings
33488 \begin_inset space ~
33489 \end_inset
33490
33491 settings
33492 \family default
33493  field.
33494 \end_layout
33495
33496 \begin_layout Standard
33497 For more information about the 
33498 \series bold
33499 listings
33500 \series default
33501  package, we refer to its documentation 
33502 \begin_inset CommandInset citation
33503 LatexCommand cite
33504 key "listings"
33505
33506 \end_inset
33507
33508 .
33509 \end_layout
33510
33511 \begin_layout Standard
33512 \begin_inset Newpage newpage
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Chapter
33519 \start_of_appendix
33520 Units available in LyX
33521 \begin_inset Index idx
33522 status collapsed
33523
33524 \begin_layout Plain Layout
33525 Units
33526 \end_layout
33527
33528 \end_inset
33529
33530
33531 \begin_inset CommandInset label
33532 LatexCommand label
33533 name "cha:Units-available-in"
33534
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \begin_layout Standard
33541 To understand the units described in this documentation, Table
33542 \begin_inset space ~
33543 \end_inset
33544
33545
33546 \begin_inset CommandInset ref
33547 LatexCommand ref
33548 reference "tab:Units"
33549
33550 \end_inset
33551
33552  explains all units available in LyX.
33553 \end_layout
33554
33555 \begin_layout Standard
33556 \begin_inset Float table
33557 placement h
33558 wide false
33559 sideways false
33560 status open
33561
33562 \begin_layout Plain Layout
33563 \begin_inset Caption
33564
33565 \begin_layout Plain Layout
33566 \begin_inset CommandInset label
33567 LatexCommand label
33568 name "tab:Units"
33569
33570 \end_inset
33571
33572 Units
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \begin_layout Plain Layout
33581 \begin_inset VSpace medskip
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \begin_layout Plain Layout
33588 \align center
33589 \begin_inset Tabular
33590 <lyxtabular version="3" rows="20" columns="2">
33591 <features tabularvalignment="middle">
33592 <column alignment="center" valignment="top" width="0">
33593 <column alignment="center" valignment="top" width="0">
33594 <row>
33595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33596 \begin_inset Text
33597
33598 \begin_layout Plain Layout
33599 unit
33600 \end_layout
33601
33602 \end_inset
33603 </cell>
33604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33605 \begin_inset Text
33606
33607 \begin_layout Plain Layout
33608 name/description
33609 \end_layout
33610
33611 \end_inset
33612 </cell>
33613 </row>
33614 <row>
33615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33616 \begin_inset Text
33617
33618 \begin_layout Plain Layout
33619 mm
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33625 \begin_inset Text
33626
33627 \begin_layout Plain Layout
33628 millimeter
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 </row>
33634 <row>
33635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 cm
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33645 \begin_inset Text
33646
33647 \begin_layout Plain Layout
33648 centimeter
33649 \end_layout
33650
33651 \end_inset
33652 </cell>
33653 </row>
33654 <row>
33655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659 in
33660 \end_layout
33661
33662 \end_inset
33663 </cell>
33664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33665 \begin_inset Text
33666
33667 \begin_layout Plain Layout
33668 inch
33669 \end_layout
33670
33671 \end_inset
33672 </cell>
33673 </row>
33674 <row>
33675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679 pt
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688 point (72.27
33689 \begin_inset space \thinspace{}
33690 \end_inset
33691
33692 pt = 1
33693 \begin_inset space \thinspace{}
33694 \end_inset
33695
33696 in)
33697 \end_layout
33698
33699 \end_inset
33700 </cell>
33701 </row>
33702 <row>
33703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33704 \begin_inset Text
33705
33706 \begin_layout Plain Layout
33707 pc
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33713 \begin_inset Text
33714
33715 \begin_layout Plain Layout
33716 pica (1
33717 \begin_inset space \thinspace{}
33718 \end_inset
33719
33720 pc = 12
33721 \begin_inset space \thinspace{}
33722 \end_inset
33723
33724 pt)
33725 \end_layout
33726
33727 \end_inset
33728 </cell>
33729 </row>
33730 <row>
33731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33732 \begin_inset Text
33733
33734 \begin_layout Plain Layout
33735 sp
33736 \end_layout
33737
33738 \end_inset
33739 </cell>
33740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33741 \begin_inset Text
33742
33743 \begin_layout Plain Layout
33744 scaled point (65536
33745 \begin_inset space \thinspace{}
33746 \end_inset
33747
33748 sp = 1
33749 \begin_inset space \thinspace{}
33750 \end_inset
33751
33752 pt)
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 </row>
33758 <row>
33759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Plain Layout
33763 bp
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33769 \begin_inset Text
33770
33771 \begin_layout Plain Layout
33772 big point (72
33773 \begin_inset space \thinspace{}
33774 \end_inset
33775
33776 bp = 1
33777 \begin_inset space \thinspace{}
33778 \end_inset
33779
33780 in)
33781 \end_layout
33782
33783 \end_inset
33784 </cell>
33785 </row>
33786 <row>
33787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33788 \begin_inset Text
33789
33790 \begin_layout Plain Layout
33791 dd
33792 \end_layout
33793
33794 \end_inset
33795 </cell>
33796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33797 \begin_inset Text
33798
33799 \begin_layout Plain Layout
33800 didot (1
33801 \begin_inset space \thinspace{}
33802 \end_inset
33803
33804 dd 
33805 \begin_inset Formula $\approx$
33806 \end_inset
33807
33808  0.376
33809 \begin_inset space \thinspace{}
33810 \end_inset
33811
33812 mm)
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 </row>
33818 <row>
33819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33820 \begin_inset Text
33821
33822 \begin_layout Plain Layout
33823 cc
33824 \end_layout
33825
33826 \end_inset
33827 </cell>
33828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Plain Layout
33832 cicero (1
33833 \begin_inset space \thinspace{}
33834 \end_inset
33835
33836 cc = 12
33837 \begin_inset space \thinspace{}
33838 \end_inset
33839
33840 dd)
33841 \end_layout
33842
33843 \end_inset
33844 </cell>
33845 </row>
33846 <row>
33847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33848 \begin_inset Text
33849
33850 \begin_layout Plain Layout
33851 Scale%
33852 \end_layout
33853
33854 \end_inset
33855 </cell>
33856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33857 \begin_inset Text
33858
33859 \begin_layout Plain Layout
33860 % of original image width
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 </row>
33866 <row>
33867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Plain Layout
33871 text%
33872 \end_layout
33873
33874 \end_inset
33875 </cell>
33876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33877 \begin_inset Text
33878
33879 \begin_layout Plain Layout
33880 % of text width
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 </row>
33886 <row>
33887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891 col%
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33897 \begin_inset Text
33898
33899 \begin_layout Plain Layout
33900 % of column width
33901 \end_layout
33902
33903 \end_inset
33904 </cell>
33905 </row>
33906 <row>
33907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 page%
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33917 \begin_inset Text
33918
33919 \begin_layout Plain Layout
33920 % of paper width
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 </row>
33926 <row>
33927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 line%
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940 % of line width
33941 \end_layout
33942
33943 \end_inset
33944 </cell>
33945 </row>
33946 <row>
33947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33948 \begin_inset Text
33949
33950 \begin_layout Plain Layout
33951 theight%
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33957 \begin_inset Text
33958
33959 \begin_layout Plain Layout
33960 % of text height
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 </row>
33966 <row>
33967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 pheight%
33972 \end_layout
33973
33974 \end_inset
33975 </cell>
33976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33977 \begin_inset Text
33978
33979 \begin_layout Plain Layout
33980 % of paper height
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 <row>
33987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991 ex
33992 \end_layout
33993
33994 \end_inset
33995 </cell>
33996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000 height of letter 
34001 \emph on
34002 x
34003 \emph default
34004  in current font
34005 \end_layout
34006
34007 \end_inset
34008 </cell>
34009 </row>
34010 <row>
34011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015 em
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024 width of letter 
34025 \emph on
34026 M
34027 \emph default
34028  in current font
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 </row>
34034 <row>
34035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039 mu
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34045 \begin_inset Text
34046
34047 \begin_layout Plain Layout
34048 math unit (1
34049 \begin_inset space \thinspace{}
34050 \end_inset
34051
34052 mu = 1/18
34053 \begin_inset space \thinspace{}
34054 \end_inset
34055
34056 em)
34057 \end_layout
34058
34059 \end_inset
34060 </cell>
34061 </row>
34062 </lyxtabular>
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Chapter
34075 Output File Formats with Graphics
34076 \begin_inset CommandInset label
34077 LatexCommand label
34078 name "cha:Output-File-Formats"
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \begin_layout Section
34086 DVI
34087 \begin_inset Index idx
34088 status collapsed
34089
34090 \begin_layout Plain Layout
34091 File Formats ! DVI
34092 \end_layout
34093
34094 \end_inset
34095
34096
34097 \begin_inset Index idx
34098 status collapsed
34099
34100 \begin_layout Plain Layout
34101 DVI|see
34102 \begin_inset ERT
34103 status collapsed
34104
34105 \begin_layout Plain Layout
34106
34107 {
34108 \end_layout
34109
34110 \end_inset
34111
34112 File Formats
34113 \begin_inset ERT
34114 status collapsed
34115
34116 \begin_layout Plain Layout
34117
34118 }
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Standard
34132 This file type has the extension 
34133 \begin_inset Quotes eld
34134 \end_inset
34135
34136
34137 \family typewriter
34138 .dvi
34139 \family default
34140
34141 \begin_inset Quotes erd
34142 \end_inset
34143
34144 .
34145  It is called 
34146 \begin_inset Quotes eld
34147 \end_inset
34148
34149 device-independent
34150 \begin_inset Quotes erd
34151 \end_inset
34152
34153  (DVI), because it is completely portable; you can move them from one machine
34154  to another without needing to do any sort of conversion.
34155  At the time when this file-format was developed, this was no matter of
34156  course.
34157  DVIs are used for quick previews and as pre-stage for other output formats,
34158  like PostScript.
34159 \end_layout
34160
34161 \begin_layout Standard
34162 \begin_inset Note Greyedout
34163 status open
34164
34165 \begin_layout Plain Layout
34166
34167 \series bold
34168 Note:
34169 \series default
34170  DVI-files do not contain images; they will only be a linked.
34171 \end_layout
34172
34173 \end_inset
34174
34175  So don't forget this, if you move your 
34176 \family typewriter
34177 .dvi
34178 \family default
34179  file to another computer.
34180  This property can also slow down your computer when you view the DVI, because
34181  the DVI-viewer has to convert the image in the background to make it visible
34182  when you scroll in the DVI.
34183  So it is recommended that you use PDF for files with many images.
34184 \end_layout
34185
34186 \begin_layout Standard
34187 You can export your document to DVI by using the menu 
34188 \family sans
34189 File\SpecialChar \menuseparator
34190 Export\SpecialChar \menuseparator
34191 DVI
34192 \family default
34193 .
34194  You can view your document as DVI via the 
34195 \family sans
34196 View
34197 \family default
34198  menu or by using the toolbar button 
34199 \begin_inset Graphics
34200         filename ../images/buffer-view_dvi.png
34201         scale 85
34202         scaleBeforeRotation
34203
34204 \end_inset
34205
34206 .
34207 \end_layout
34208
34209 \begin_layout Section
34210 PostScript
34211 \begin_inset CommandInset label
34212 LatexCommand label
34213 name "sec:PostScript"
34214
34215 \end_inset
34216
34217
34218 \begin_inset Index idx
34219 status collapsed
34220
34221 \begin_layout Plain Layout
34222 File Formats ! PostScript
34223 \end_layout
34224
34225 \end_inset
34226
34227
34228 \begin_inset Index idx
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232 PostScript|see
34233 \begin_inset ERT
34234 status collapsed
34235
34236 \begin_layout Plain Layout
34237
34238 {
34239 \end_layout
34240
34241 \end_inset
34242
34243 File Formats
34244 \begin_inset ERT
34245 status collapsed
34246
34247 \begin_layout Plain Layout
34248
34249 }
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \end_inset
34258
34259
34260 \end_layout
34261
34262 \begin_layout Standard
34263 This file type has the extension 
34264 \begin_inset Quotes eld
34265 \end_inset
34266
34267
34268 \family typewriter
34269 .ps
34270 \family default
34271
34272 \begin_inset Quotes erd
34273 \end_inset
34274
34275 .
34276  PostScript was developed by the company 
34277 \family typewriter
34278 Adobe
34279 \family default
34280  as a printer language.
34281  The file therefore contains commands that the printer uses to print the
34282  file.
34283  PostScript can be seen as a 
34284 \begin_inset Quotes eld
34285 \end_inset
34286
34287 programming language
34288 \begin_inset Quotes erd
34289 \end_inset
34290
34291 ; you can calculate with it and draw diagrams and images
34292 \begin_inset Foot
34293 status collapsed
34294
34295 \begin_layout Plain Layout
34296 If you are interested to learn more about this, have a look at the LaTeX-package
34297  
34298 \series bold
34299 PSTricks
34300 \series default
34301  
34302 \begin_inset CommandInset citation
34303 LatexCommand cite
34304 key "pstricks"
34305
34306 \end_inset
34307
34308 .
34309 \end_layout
34310
34311 \end_inset
34312
34313 .
34314  Due to this ability, the files are often bigger than PDFs.
34315 \end_layout
34316
34317 \begin_layout Standard
34318 PostScript can only contain images in the format 
34319 \begin_inset Quotes eld
34320 \end_inset
34321
34322 Encapsulated PostScript
34323 \begin_inset Quotes erd
34324 \end_inset
34325
34326  (EPS, file extension 
34327 \begin_inset Quotes eld
34328 \end_inset
34329
34330
34331 \family typewriter
34332 .eps
34333 \family default
34334
34335 \begin_inset Quotes erd
34336 \end_inset
34337
34338 ).
34339  As LyX allows you to use any known image format in your document, it has
34340  to convert images in the background to EPS.
34341  If you have e.g.
34342 \begin_inset space ~
34343 \end_inset
34344
34345 50
34346 \begin_inset space ~
34347 \end_inset
34348
34349 images in your document, LyX has to do 50
34350 \begin_inset space ~
34351 \end_inset
34352
34353 conversions whenever you view or export your document.
34354  This will slow down your work flow with LyX drastically.
34355  So if you plan to use PostScript, you can insert your images directly as
34356  EPS to avoid this problem.
34357 \end_layout
34358
34359 \begin_layout Standard
34360 You can export your document to PostScript using the menu 
34361 \family sans
34362 File\SpecialChar \menuseparator
34363 Export\SpecialChar \menuseparator
34364 Postscript
34365 \family default
34366 .
34367  You can view your document as PostScript via the 
34368 \family sans
34369 View
34370 \family default
34371  menu or by using the toolbar button 
34372 \begin_inset Graphics
34373         filename ../images/buffer-view_ps.png
34374         scale 85
34375         scaleBeforeRotation
34376
34377 \end_inset
34378
34379 .
34380 \end_layout
34381
34382 \begin_layout Section
34383 PDF
34384 \begin_inset Index idx
34385 status collapsed
34386
34387 \begin_layout Plain Layout
34388 File Formats ! PDF
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \begin_inset Index idx
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 PDF
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Standard
34407 This file type has the extension 
34408 \begin_inset Quotes eld
34409 \end_inset
34410
34411
34412 \family typewriter
34413 .pdf
34414 \family default
34415
34416 \begin_inset Quotes erd
34417 \end_inset
34418
34419 .
34420  The 
34421 \begin_inset Quotes eld
34422 \end_inset
34423
34424 Portable Document Format
34425 \begin_inset Quotes erd
34426 \end_inset
34427
34428  (PDF) was developed by 
34429 \family typewriter
34430 Adobe
34431 \family default
34432  as a derivative of PostScript.
34433  It is more compressed and it uses fewer commands than PostScript.
34434  As the name 
34435 \begin_inset Quotes eld
34436 \end_inset
34437
34438 portable
34439 \begin_inset Quotes erd
34440 \end_inset
34441
34442  implies, it can be processed at any computer system and the printed output
34443  looks exactly the same.
34444 \end_layout
34445
34446 \begin_layout Standard
34447 PDF can contain images in its own PDF format, in the format 
34448 \begin_inset Quotes eld
34449 \end_inset
34450
34451 Joint Photographic Experts Group
34452 \begin_inset Quotes erd
34453 \end_inset
34454
34455  (JPG, file extension 
34456 \begin_inset Quotes eld
34457 \end_inset
34458
34459
34460 \family typewriter
34461 .jpg
34462 \family default
34463
34464 \begin_inset Quotes erd
34465 \end_inset
34466
34467  or 
34468 \begin_inset Quotes eld
34469 \end_inset
34470
34471
34472 \family typewriter
34473 .jpeg
34474 \family default
34475
34476 \begin_inset Quotes erd
34477 \end_inset
34478
34479 ), and in the format 
34480 \begin_inset Quotes eld
34481 \end_inset
34482
34483 Portable Network Graphics
34484 \begin_inset Quotes erd
34485 \end_inset
34486
34487  (PNG, file extension 
34488 \begin_inset Quotes eld
34489 \end_inset
34490
34491
34492 \family typewriter
34493 .png
34494 \family default
34495
34496 \begin_inset Quotes erd
34497 \end_inset
34498
34499 ).
34500  Nevertheless you can use any other image format, because LyX converts them
34501  in the background to one of these formats.
34502  But as described in the section about PostScript, the image conversion
34503  will slow down your work flow.
34504  So it is recommended that you use images in one of the three mentioned
34505  formats.
34506 \end_layout
34507
34508 \begin_layout Standard
34509 You can export your document to PDF via the menu 
34510 \family sans
34511 File\SpecialChar \menuseparator
34512 Export
34513 \family default
34514  in three different ways:
34515 \end_layout
34516
34517 \begin_layout Description
34518 PDF
34519 \begin_inset space ~
34520 \end_inset
34521
34522 (ps2pdf) This uses the program 
34523 \family typewriter
34524 ps2pdf
34525 \family default
34526  that creates a PDF from a PostScript-version of your file.
34527  The PostScript-version is produced by the program 
34528 \family typewriter
34529 dvips
34530 \family default
34531  which uses a DVI-version as intermediate step.
34532  So this export variant consists of three conversions.
34533 \end_layout
34534
34535 \begin_layout Description
34536 PDF
34537 \begin_inset space ~
34538 \end_inset
34539
34540 (dvipdfm) This uses the program 
34541 \family typewriter
34542 dvipdfm
34543 \family default
34544  that converts your file in the background to DVI and in a second step to
34545  PDF.
34546 \end_layout
34547
34548 \begin_layout Description
34549 PDF
34550 \begin_inset space ~
34551 \end_inset
34552
34553 (pdflatex) This uses the program 
34554 \family typewriter
34555 pdftex
34556 \family default
34557  that converts your file directly to PDF.
34558 \end_layout
34559
34560 \begin_layout Standard
34561 It is recommended that you use 
34562 \family sans
34563 PDF
34564 \begin_inset space ~
34565 \end_inset
34566
34567 (pdflatex)
34568 \family default
34569  because 
34570 \family typewriter
34571 pdftex
34572 \family default
34573  supports all features of actual PDF-versions, is quick and works stable.
34574  The program 
34575 \family typewriter
34576 dvipdfm
34577 \family default
34578  is not under development and therefore a bit outdated.
34579 \end_layout
34580
34581 \begin_layout Standard
34582 You can view your document as PDF via the 
34583 \family sans
34584 View
34585 \family default
34586  menu or by using the toolbar button 
34587 \begin_inset Graphics
34588         filename ../images/buffer-view_pdf2.png
34589         scale 85
34590         scaleBeforeRotation
34591
34592 \end_inset
34593
34594  
34595 \family sans
34596 (
34597 \family default
34598 that uses 
34599 \family sans
34600 PDF
34601 \begin_inset space ~
34602 \end_inset
34603
34604 (pdflatex)
34605 \family default
34606 ).
34607 \end_layout
34608
34609 \begin_layout Chapter
34610 Explanation of Equation
34611 \begin_inset space ~
34612 \end_inset
34613
34614 (
34615 \begin_inset CommandInset ref
34616 LatexCommand ref
34617 reference "eq:Wgn"
34618
34619 \end_inset
34620
34621 )
34622 \begin_inset CommandInset label
34623 LatexCommand label
34624 name "cha:Explanation-of-Equation"
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Standard
34632 We can calculate the total width of 
34633 \emph on
34634 n
34635 \emph default
34636  table cells 
34637 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34638 \end_inset
34639
34640  as follows:
34641 \end_layout
34642
34643 \begin_layout Standard
34644 \begin_inset Formula \begin{equation}
34645 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}
34646
34647 \end_inset
34648
34649 where 
34650 \begin_inset Formula $W_{g\, n}$
34651 \end_inset
34652
34653  is the given width of all cells, 
34654 \series bold
34655
34656 \backslash
34657 tabcolsep
34658 \series default
34659  is the LaTeX-length between the cell text and the cell border (its default
34660  value is 6
34661 \begin_inset space \thinspace{}
34662 \end_inset
34663
34664 pt).
34665  
34666 \series bold
34667
34668 \backslash
34669 arrayrulewidth
34670 \series default
34671  is the thickness of the cell border line, the default is 0.4
34672 \begin_inset space \thinspace{}
34673 \end_inset
34674
34675 pt.
34676 \end_layout
34677
34678 \begin_layout Standard
34679 Following equation
34680 \begin_inset space ~
34681 \end_inset
34682
34683
34684 \begin_inset CommandInset ref
34685 LatexCommand eqref
34686 reference "eq:Wtot_n"
34687
34688 \end_inset
34689
34690 , the total width of a multicolumn 
34691 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34692 \end_inset
34693
34694  is
34695 \end_layout
34696
34697 \begin_layout Standard
34698 \begin_inset Formula \begin{equation}
34699 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Standard
34707 By setting equation
34708 \begin_inset space ~
34709 \end_inset
34710
34711
34712 \begin_inset CommandInset ref
34713 LatexCommand eqref
34714 reference "eq:Wtot_n"
34715
34716 \end_inset
34717
34718  and 
34719 \begin_inset CommandInset ref
34720 LatexCommand eqref
34721 reference "eq:Wtot_mult"
34722
34723 \end_inset
34724
34725  equal we can calculate the needed given width 
34726 \begin_inset Formula $W_{g\, n}$
34727 \end_inset
34728
34729  when 
34730 \emph on
34731 n
34732 \emph default
34733  columns are spanned, so that each column has a total width of 
34734 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34735 \end_inset
34736
34737 :
34738 \end_layout
34739
34740 \begin_layout Standard
34741 \begin_inset Formula \begin{equation}
34742 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34743
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Bibliography
34750 \labelwidthstring Bibliography
34751 \begin_inset CommandInset bibitem
34752 LatexCommand bibitem
34753 key "latexcompanion"
34754
34755 \end_inset
34756
34757 Frank Mittelbach and Michel Goossens: 
34758 \emph on
34759 The LaTeX Companion Second Edition.
34760
34761 \emph default
34762  Addison-Wesley, 2004
34763 \end_layout
34764
34765 \begin_layout Bibliography
34766 \labelwidthstring Bibliography
34767 \begin_inset CommandInset bibitem
34768 LatexCommand bibitem
34769 key "latexguide"
34770
34771 \end_inset
34772
34773 Helmut Kopka and Patrick W.
34774  Daly: 
34775 \emph on
34776 A Guide to LaTeX Fourth Edition.
34777
34778 \emph default
34779  Addison-Wesley, 2003
34780 \end_layout
34781
34782 \begin_layout Bibliography
34783 \labelwidthstring Bibliography
34784 \begin_inset CommandInset bibitem
34785 LatexCommand bibitem
34786 key "latexbook"
34787
34788 \end_inset
34789
34790 Leslie Lamport: 
34791 \emph on
34792 LaTeX: A Document Preparation System.
34793
34794 \emph default
34795  Addison-Wesley, second edition, 1994
34796 \end_layout
34797
34798 \begin_layout Bibliography
34799 \labelwidthstring Bibliography
34800 \begin_inset CommandInset bibitem
34801 LatexCommand bibitem
34802 key "booktabs"
34803
34804 \end_inset
34805
34806 Documentation of the LaTeX-package 
34807 \series bold
34808
34809 \begin_inset CommandInset href
34810 LatexCommand href
34811 name "booktabs"
34812 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34813
34814 \end_inset
34815
34816
34817 \series default
34818
34819 \begin_inset Index idx
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823 LaTeX-packages ! booktabs
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \end_layout
34830
34831 \begin_layout Bibliography
34832 \labelwidthstring Bibliography
34833 \begin_inset CommandInset bibitem
34834 LatexCommand bibitem
34835 key "caption"
34836
34837 \end_inset
34838
34839 Documentation of the LaTeX-package 
34840 \series bold
34841
34842 \begin_inset CommandInset href
34843 LatexCommand href
34844 name "caption"
34845 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34846
34847 \end_inset
34848
34849
34850 \series default
34851
34852 \begin_inset Index idx
34853 status collapsed
34854
34855 \begin_layout Plain Layout
34856 LaTeX-packages ! caption
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \begin_layout Bibliography
34865 \labelwidthstring Bibliography
34866 \begin_inset CommandInset bibitem
34867 LatexCommand bibitem
34868 key "endfloat"
34869
34870 \end_inset
34871
34872 Documentation of the LaTeX-package 
34873 \series bold
34874
34875 \begin_inset CommandInset href
34876 LatexCommand href
34877 name "endfloat"
34878 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34879
34880 \end_inset
34881
34882
34883 \series default
34884
34885 \begin_inset Index idx
34886 status collapsed
34887
34888 \begin_layout Plain Layout
34889 LaTeX-packages ! endfloat
34890 \end_layout
34891
34892 \end_inset
34893
34894
34895 \end_layout
34896
34897 \begin_layout Bibliography
34898 \labelwidthstring Bibliography
34899 \begin_inset CommandInset bibitem
34900 LatexCommand bibitem
34901 key "wrapfig"
34902
34903 \end_inset
34904
34905 Documentation of the LaTeX-package 
34906 \series bold
34907
34908 \begin_inset CommandInset href
34909 LatexCommand href
34910 name "wrapfig"
34911 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34912
34913 \end_inset
34914
34915
34916 \series default
34917
34918 \begin_inset Index idx
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922 LaTeX-packages ! wrapfig
34923 \begin_inset ERT
34924 status collapsed
34925
34926 \begin_layout Plain Layout
34927
34928
34929 \backslash
34930 vspace{4mm}
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \end_inset
34939
34940
34941 \end_layout
34942
34943 \begin_layout Bibliography
34944 \labelwidthstring Bibliography
34945 \begin_inset CommandInset bibitem
34946 LatexCommand bibitem
34947 key "footmisc"
34948
34949 \end_inset
34950
34951 Documentation of the LaTeX-package 
34952 \series bold
34953
34954 \begin_inset CommandInset href
34955 LatexCommand href
34956 name "footmisc"
34957 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34958
34959 \end_inset
34960
34961
34962 \series default
34963
34964 \begin_inset Index idx
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968 LaTeX-packages ! footmisc
34969 \end_layout
34970
34971 \end_inset
34972
34973
34974 \end_layout
34975
34976 \begin_layout Bibliography
34977 \labelwidthstring Bibliography
34978 \begin_inset CommandInset bibitem
34979 LatexCommand bibitem
34980 key "hypcap"
34981
34982 \end_inset
34983
34984 Documentation of the LaTeX-package 
34985 \series bold
34986
34987 \begin_inset CommandInset href
34988 LatexCommand href
34989 name "hypcap"
34990 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34991
34992 \end_inset
34993
34994
34995 \series default
34996
34997 \begin_inset Index idx
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001 LaTeX-packages ! hyperref
35002 \end_layout
35003
35004 \end_inset
35005
35006
35007 \end_layout
35008
35009 \begin_layout Bibliography
35010 \labelwidthstring Bibliography
35011 \begin_inset CommandInset bibitem
35012 LatexCommand bibitem
35013 key "hyperref"
35014
35015 \end_inset
35016
35017 Documentation of the LaTeX-package 
35018 \series bold
35019
35020 \begin_inset CommandInset href
35021 LatexCommand href
35022 name "hyperref"
35023 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35024
35025 \end_inset
35026
35027
35028 \series default
35029
35030 \begin_inset Index idx
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034 LaTeX-packages ! hyperref
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Bibliography
35043 \labelwidthstring Bibliography
35044 \begin_inset CommandInset bibitem
35045 LatexCommand bibitem
35046 key "KOMA-Script"
35047
35048 \end_inset
35049
35050 Documentation of the LaTeX-package 
35051 \series bold
35052
35053 \begin_inset CommandInset href
35054 LatexCommand href
35055 name "KOMA-Script"
35056 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35057
35058 \end_inset
35059
35060
35061 \series default
35062
35063 \begin_inset Index idx
35064 status collapsed
35065
35066 \begin_layout Plain Layout
35067 LaTeX-packages ! KOMA-Script
35068 \end_layout
35069
35070 \end_inset
35071
35072
35073 \end_layout
35074
35075 \begin_layout Bibliography
35076 \labelwidthstring Bibliography
35077 \begin_inset CommandInset bibitem
35078 LatexCommand bibitem
35079 key "listings"
35080
35081 \end_inset
35082
35083 Documentation of the LaTeX-package 
35084 \series bold
35085
35086 \begin_inset CommandInset href
35087 LatexCommand href
35088 name "listings"
35089 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35090
35091 \end_inset
35092
35093
35094 \series default
35095
35096 \begin_inset Index idx
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100 LaTeX-packages ! listings
35101 \end_layout
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \begin_layout Bibliography
35109 \labelwidthstring Bibliography
35110 \begin_inset CommandInset bibitem
35111 LatexCommand bibitem
35112 key "marginnote"
35113
35114 \end_inset
35115
35116 Documentation of the LaTeX-package 
35117 \series bold
35118
35119 \begin_inset CommandInset href
35120 LatexCommand href
35121 name "marginnote"
35122 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35123
35124 \end_inset
35125
35126
35127 \series default
35128
35129 \begin_inset Index idx
35130 status collapsed
35131
35132 \begin_layout Plain Layout
35133 LaTeX-packages ! marginnote
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Bibliography
35142 \labelwidthstring Bibliography
35143 \begin_inset CommandInset bibitem
35144 LatexCommand bibitem
35145 key "pstricks"
35146
35147 \end_inset
35148
35149 Web page of the LaTeX-package 
35150 \series bold
35151
35152 \begin_inset CommandInset href
35153 LatexCommand href
35154 name "PSTricks"
35155 target "http://tug.org/PSTricks/"
35156
35157 \end_inset
35158
35159
35160 \series default
35161
35162 \begin_inset Index idx
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166 LaTeX-packages ! PSTricks
35167 \end_layout
35168
35169 \end_inset
35170
35171
35172 \end_layout
35173
35174 \begin_layout Bibliography
35175 \labelwidthstring Bibliography
35176 \begin_inset CommandInset bibitem
35177 LatexCommand bibitem
35178 key "sidecap"
35179
35180 \end_inset
35181
35182 Documentation of the LaTeX-package 
35183 \series bold
35184
35185 \begin_inset CommandInset href
35186 LatexCommand href
35187 name "sidecap"
35188 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35189
35190 \end_inset
35191
35192
35193 \series default
35194
35195 \begin_inset Index idx
35196 status collapsed
35197
35198 \begin_layout Plain Layout
35199 LaTeX-packages ! sidecap
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Bibliography
35208 \labelwidthstring Bibliography
35209 \begin_inset CommandInset bibitem
35210 LatexCommand bibitem
35211 key "prettyref"
35212
35213 \end_inset
35214
35215 Documentation of the LaTeX-package 
35216 \series bold
35217
35218 \begin_inset CommandInset href
35219 LatexCommand href
35220 name "prettyref"
35221 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35222
35223 \end_inset
35224
35225
35226 \series default
35227
35228 \begin_inset Index idx
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232 LaTeX-packages ! prettyref
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Bibliography
35241 \labelwidthstring Bibliography
35242 \begin_inset CommandInset bibitem
35243 LatexCommand bibitem
35244 key "refstyle"
35245
35246 \end_inset
35247
35248 Documentation of the LaTeX-package 
35249 \series bold
35250
35251 \begin_inset CommandInset href
35252 LatexCommand href
35253 name "refstyle"
35254 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
35255
35256 \end_inset
35257
35258
35259 \series default
35260
35261 \begin_inset Index idx
35262 status collapsed
35263
35264 \begin_layout Plain Layout
35265 LaTeX-packages ! refstyle
35266 \end_layout
35267
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \begin_layout Bibliography
35274 \labelwidthstring Bibliography
35275 \begin_inset CommandInset bibitem
35276 LatexCommand bibitem
35277 key "NewInLyX20"
35278
35279 \end_inset
35280
35281
35282 \begin_inset CommandInset href
35283 LatexCommand href
35284 name "Wiki page"
35285 target "http://wiki.lyx.org/LyX/NewInLyX20"
35286
35287 \end_inset
35288
35289  about new features in 
35290 \family sans
35291 LyX 2.0
35292 \family default
35293 .
35294 \end_layout
35295
35296 \begin_layout Standard
35297 \begin_inset CommandInset index_print
35298 LatexCommand printindex
35299 type "idx"
35300
35301 \end_inset
35302
35303
35304 \end_layout
35305
35306 \end_body
35307 \end_document