]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
d974360fbb90bf8f510cc6a1fcc6959f4c9e612c
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125
126 % ------------------------------------
127 % used to check for needed LaTeX packages
128 \usepackage{ifthen}
129
130 % check for package arydshln
131 % used for tables with dashed lines
132 \newboolean{arydshln}
133 \IfFileExists{arydshln.sty}
134  {\usepackage{arydshln}
135   \setboolean{arydshln}{true}}
136  {\setboolean{arydshln}{false}}
137
138 % check for package marginnote
139 % used for margin notes
140 \newboolean{marginnote}
141 \IfFileExists{marginnote.sty}
142  {\usepackage{marginnote}
143   \let\marginpar\marginnote
144   \setboolean{marginnote}{true}}
145  {\setboolean{marginnote}{false}}
146
147 % check for package sidecap
148 % used for captions on the side
149 \newboolean{sidecap}
150 \IfFileExists{sidecap.sty}
151  {\usepackage{sidecap}
152   \setboolean{sidecap}{true}}
153  {\setboolean{sidecap}{false}}
154
155 % redefine the \LyX macro for PDF bookmarks
156 \def\LyX{\texorpdfstring{%
157   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
158   {LyX}}
159 \end_preamble
160 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
161 \use_default_options false
162 \maintain_unincluded_children false
163 \language english
164 \inputencoding auto
165 \fontencoding global
166 \font_roman default
167 \font_sans default
168 \font_typewriter default
169 \font_default_family default
170 \use_xetex false
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \default_output_format default
178 \output_sync 0
179 \bibtex_command default
180 \index_command default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
185 \pdf_author "LyX Team, Uwe Stöhr"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
198 \papersize default
199 \use_geometry false
200 \use_amsmath 2
201 \use_esint 0
202 \use_mhchem 1
203 \use_mathdots 1
204 \cite_engine basic
205 \use_bibtopic false
206 \use_indices false
207 \paperorientation portrait
208 \suppress_date false
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 Two distorted images.
1203  Both images are in the image settings group named 
1204 \begin_inset Quotes eld
1205 \end_inset
1206
1207 distorted
1208 \begin_inset Quotes erd
1209 \end_inset
1210
1211 .
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \begin_layout Standard
1225 \begin_inset Newpage newpage
1226 \end_inset
1227
1228
1229 \end_layout
1230
1231 \begin_layout Section
1232 Image Formats
1233 \begin_inset CommandInset label
1234 LatexCommand label
1235 name "sec:Image-Formats"
1236
1237 \end_inset
1238
1239
1240 \begin_inset Index idx
1241 status collapsed
1242
1243 \begin_layout Plain Layout
1244 Image Formats
1245 \end_layout
1246
1247 \end_inset
1248
1249
1250 \begin_inset Index idx
1251 status collapsed
1252
1253 \begin_layout Plain Layout
1254 Figures ! Image Formats
1255 \end_layout
1256
1257 \end_inset
1258
1259
1260 \end_layout
1261
1262 \begin_layout Standard
1263 You can insert images in any known file format.
1264  But as explained in appendix
1265 \begin_inset space ~
1266 \end_inset
1267
1268
1269 \begin_inset CommandInset ref
1270 LatexCommand ref
1271 reference "cha:Output-File-Formats"
1272
1273 \end_inset
1274
1275 , each output document format allows only a few image formats.
1276  LyX uses therefore the program 
1277 \family typewriter
1278 ImageMagick
1279 \family default
1280  in the background to convert the images to the right format.
1281  To increase your work flow by avoiding these conversions in the background,
1282  you can use only the image formats that can directly be embedded in the
1283  output file format.
1284  The output file formats are explained in appendix
1285 \begin_inset space ~
1286 \end_inset
1287
1288
1289 \begin_inset CommandInset ref
1290 LatexCommand ref
1291 reference "cha:Output-File-Formats"
1292
1293 \end_inset
1294
1295 .
1296 \end_layout
1297
1298 \begin_layout Standard
1299 Similar to fonts there are two types of image formats:
1300 \end_layout
1301
1302 \begin_layout Description
1303 Bitmap
1304 \begin_inset space ~
1305 \end_inset
1306
1307 images consist of pixel values, often in a compressed form.
1308  They are therefore not fully scalable and look pixelated in large zooms.
1309  Well-known bitmap image formats are 
1310 \begin_inset Quotes eld
1311 \end_inset
1312
1313 Graphics Interchange Format
1314 \begin_inset Quotes erd
1315 \end_inset
1316
1317  (GIF, file extension 
1318 \begin_inset Quotes eld
1319 \end_inset
1320
1321
1322 \family typewriter
1323 .gif
1324 \family default
1325
1326 \begin_inset Quotes erd
1327 \end_inset
1328
1329 )
1330 \begin_inset Index idx
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334 GIF|see
1335 \begin_inset ERT
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339
1340 {
1341 \end_layout
1342
1343 \end_inset
1344
1345 Image formats
1346 \begin_inset ERT
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350
1351 }
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \end_inset
1360
1361
1362 \begin_inset Quotes eld
1363 \end_inset
1364
1365 Portable Network Graphics
1366 \begin_inset Quotes erd
1367 \end_inset
1368
1369  (PNG, file extension 
1370 \begin_inset Quotes eld
1371 \end_inset
1372
1373
1374 \family typewriter
1375 .png
1376 \family default
1377
1378 \begin_inset Quotes erd
1379 \end_inset
1380
1381 )
1382 \begin_inset Index idx
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386 PNG|see
1387 \begin_inset ERT
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391
1392 {
1393 \end_layout
1394
1395 \end_inset
1396
1397 Image formats
1398 \begin_inset ERT
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402
1403 }
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \end_inset
1412
1413 , and 
1414 \begin_inset Quotes eld
1415 \end_inset
1416
1417 Joint Photographic Experts Group
1418 \begin_inset Quotes erd
1419 \end_inset
1420
1421  (JPG, file extension 
1422 \begin_inset Quotes eld
1423 \end_inset
1424
1425
1426 \family typewriter
1427 .jpg
1428 \family default
1429
1430 \begin_inset Quotes erd
1431 \end_inset
1432
1433  or 
1434 \begin_inset Quotes eld
1435 \end_inset
1436
1437
1438 \family typewriter
1439 .jpeg
1440 \family default
1441
1442 \begin_inset Quotes erd
1443 \end_inset
1444
1445 )
1446 \begin_inset Index idx
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 JPG|see
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 {
1457 \end_layout
1458
1459 \end_inset
1460
1461 Image formats
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 }
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \end_inset
1476
1477 .
1478 \end_layout
1479
1480 \begin_layout Description
1481 Vector
1482 \begin_inset space ~
1483 \end_inset
1484
1485 images consist of vectors and can therefore be scaled to any size without
1486  data loss.
1487  The scaling ability is necessary if you want to create presentations, because
1488  presentations are always scaled by the video projector.
1489  Scaling is also useful for online documents to let the user zoom into diagrams.
1490 \begin_inset Newline newline
1491 \end_inset
1492
1493 Well-known scalable image formats are 
1494 \begin_inset Quotes eld
1495 \end_inset
1496
1497 Scalable Vector Graphics
1498 \begin_inset Quotes erd
1499 \end_inset
1500
1501  (SVG, file extension 
1502 \begin_inset Quotes eld
1503 \end_inset
1504
1505
1506 \family typewriter
1507 .svg
1508 \family default
1509
1510 \begin_inset Quotes erd
1511 \end_inset
1512
1513 )
1514 \begin_inset Index idx
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518 SVG|see
1519 \begin_inset ERT
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523
1524 {
1525 \end_layout
1526
1527 \end_inset
1528
1529 Image formats
1530 \begin_inset ERT
1531 status collapsed
1532
1533 \begin_layout Plain Layout
1534
1535 }
1536 \end_layout
1537
1538 \end_inset
1539
1540
1541 \end_layout
1542
1543 \end_inset
1544
1545
1546 \begin_inset Quotes eld
1547 \end_inset
1548
1549 Encapsulated PostScript
1550 \begin_inset Quotes erd
1551 \end_inset
1552
1553  (EPS, file extension 
1554 \begin_inset Quotes eld
1555 \end_inset
1556
1557
1558 \family typewriter
1559 .eps
1560 \family default
1561
1562 \begin_inset Quotes erd
1563 \end_inset
1564
1565 )
1566 \begin_inset Index idx
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570 EPS|see
1571 \begin_inset ERT
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575
1576 {
1577 \end_layout
1578
1579 \end_inset
1580
1581 Image formats
1582 \begin_inset ERT
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586
1587 }
1588 \end_layout
1589
1590 \end_inset
1591
1592
1593 \end_layout
1594
1595 \end_inset
1596
1597
1598 \begin_inset Quotes eld
1599 \end_inset
1600
1601 Portable Document Format
1602 \begin_inset Quotes erd
1603 \end_inset
1604
1605  (PDF, file extension 
1606 \begin_inset Quotes eld
1607 \end_inset
1608
1609
1610 \family typewriter
1611 .pdf
1612 \family default
1613
1614 \begin_inset Quotes erd
1615 \end_inset
1616
1617 )
1618 \begin_inset Index idx
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 PDF
1623 \end_layout
1624
1625 \end_inset
1626
1627 , and 
1628 \begin_inset Quotes eld
1629 \end_inset
1630
1631 Windows Metafile
1632 \begin_inset Quotes erd
1633 \end_inset
1634
1635  (WMF, file extension 
1636 \begin_inset Quotes eld
1637 \end_inset
1638
1639
1640 \family typewriter
1641 .wmf
1642 \family default
1643
1644 \begin_inset Quotes erd
1645 \end_inset
1646
1647 )
1648 \begin_inset Index idx
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 SVG|see
1653 \begin_inset ERT
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657
1658 {
1659 \end_layout
1660
1661 \end_inset
1662
1663 Image formats
1664 \begin_inset ERT
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668
1669 }
1670 \end_layout
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \end_inset
1678
1679 .
1680  We wrote 
1681 \begin_inset Quotes eld
1682 \end_inset
1683
1684 can be
1685 \begin_inset Quotes erd
1686 \end_inset
1687
1688 , because you can convert any bitmap image to a PDF or EPS-image and the
1689  result will still be a bitmap image.
1690  In such cases only a header with the image properties is added to the original
1691  image
1692 \begin_inset Foot
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 In the case of PDF, the original image is additionally compressed.
1697 \end_layout
1698
1699 \end_inset
1700
1701 .
1702  The PDF-files generated by 
1703 \family typewriter
1704 Adobe Photoshop
1705 \family default
1706  are for example bitmap images.
1707 \end_layout
1708
1709 \begin_layout Standard
1710 Normally it is not possible to convert a bitmap image into a scalable one,
1711  only vice versa.
1712  Only the image formats PDF and EPS can directly be embedded to PDF and
1713  PostScript output files, respectively.
1714  SVG and WMF-images are recalculated to bitmaps when the output file is
1715  generated because there is currently no adequate WMF/SVG
1716 \begin_inset Formula $\to$
1717 \end_inset
1718
1719 PDF/EPS converter available.
1720 \end_layout
1721
1722 \begin_layout Chapter
1723 Tables
1724 \begin_inset Index idx
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 Table
1729 \end_layout
1730
1731 \end_inset
1732
1733
1734 \end_layout
1735
1736 \begin_layout Section
1737 Introduction
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table ! Introduction
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Standard
1751 You can insert a table using either the toolbar button 
1752 \begin_inset Graphics
1753         filename ../images/tabular-insert.png
1754         scale 85
1755         scaleBeforeRotation
1756
1757 \end_inset
1758
1759  or the menu 
1760 \family sans
1761 Insert\SpecialChar \menuseparator
1762 Table
1763 \family default
1764 .
1765  The toolbar button offers you a graphical selection: move the mouse to
1766  set the column/row number of the table that should be created and then
1767  press a mouse button.
1768  When you use the menu to create a table, a dialog will appear, asking you
1769  for the number of rows and columns.
1770 \begin_inset Newline newline
1771 \end_inset
1772
1773  The default table has lines around any cell and the first row appears separated
1774  from the rest of the table.
1775  This separation occurs due to a double line: The cells of the first row
1776  have a line below them and the cells of the second row have a line above
1777  them.
1778  Here is an example table:
1779 \end_layout
1780
1781 \begin_layout Standard
1782 \align center
1783 \begin_inset Tabular
1784 <lyxtabular version="3" rows="4" columns="4">
1785 <features tabularvalignment="middle">
1786 <column alignment="center" valignment="top" width="0">
1787 <column alignment="center" valignment="top" width="0">
1788 <column alignment="center" valignment="top" width="0">
1789 <column alignment="center" valignment="top" width="0">
1790 <row>
1791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \family roman
1806 \series medium
1807 \shape up
1808 \size normal
1809 \emph off
1810 \bar no
1811 \noun off
1812 \color none
1813 1
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 2
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831 3
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 </row>
1837 <row>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \family roman
1844 \series medium
1845 \shape up
1846 \size normal
1847 \emph off
1848 \bar no
1849 \noun off
1850 \color none
1851 A
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 <row>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \family roman
1891 \series medium
1892 \shape up
1893 \size normal
1894 \emph off
1895 \bar no
1896 \noun off
1897 \color none
1898 B
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \family roman
1938 \series medium
1939 \shape up
1940 \size normal
1941 \emph off
1942 \bar no
1943 \noun off
1944 \color none
1945 C
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 </row>
1978 </lyxtabular>
1979
1980 \end_inset
1981
1982
1983 \end_layout
1984
1985 \begin_layout Section
1986 Table Dialog
1987 \begin_inset Index idx
1988 status collapsed
1989
1990 \begin_layout Plain Layout
1991 Table ! Dialog
1992 \end_layout
1993
1994 \end_inset
1995
1996
1997 \end_layout
1998
1999 \begin_layout Standard
2000 You can alter a table by clicking on it with the right mouse button, which
2001  brings up the table dialog.
2002  Here you can adjust the settings of that cell and row/column respectively
2003  where the cursor is currently placed.
2004  Most of the dialog options also work on selections.
2005  This means if you select more cells, columns or rows, the action is done
2006  for the whole selection.
2007  Note that there is a difference between selecting the 
2008 \emph on
2009 contents
2010 \emph default
2011  of the cell, and the cell itself.
2012  You can alter tables with the following tabs of the table dialog:
2013 \end_layout
2014
2015 \begin_layout Description
2016
2017 \family sans
2018 Table
2019 \begin_inset space ~
2020 \end_inset
2021
2022 Settings
2023 \family default
2024  Here you can set the horizontal alignment and the width of the current
2025  column.
2026  When you have set a width you can also adjust the vertical alignment of
2027  the current row.
2028  A given width will allow the cell to have line breaks and multiple paragraphs
2029  of text, see section
2030 \begin_inset space ~
2031 \end_inset
2032
2033
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "sub:Multiple-Lines-in"
2037
2038 \end_inset
2039
2040 .
2041  If you set no width, the column is as wide as the content of the widest
2042  cell.
2043 \begin_inset Newline newline
2044 \end_inset
2045
2046 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2047  cell, see section
2048 \begin_inset space ~
2049 \end_inset
2050
2051
2052 \begin_inset CommandInset ref
2053 LatexCommand ref
2054 reference "sub:Multicolumns"
2055
2056 \end_inset
2057
2058 .
2059 \begin_inset Newline newline
2060 \end_inset
2061
2062 The rotate check boxes rotate the current cell, a selection, or the whole
2063  table counter-clockwise by 90°.
2064  The rotation is not shown within LyX, only in the output.
2065 \begin_inset Newline newline
2066 \end_inset
2067
2068
2069 \begin_inset Note Greyedout
2070 status open
2071
2072 \begin_layout Plain Layout
2073
2074 \series bold
2075 Note:
2076 \series default
2077  Not all DVI-viewers are able to display rotations.
2078 \end_layout
2079
2080 \end_inset
2081
2082
2083 \begin_inset Newline newline
2084 \end_inset
2085
2086 It is also possible to enter a LaTeX-argument which is needed for special
2087  table formattings, see section
2088 \begin_inset space ~
2089 \end_inset
2090
2091
2092 \begin_inset CommandInset ref
2093 LatexCommand ref
2094 reference "sub:Multicolumn-Calculations"
2095
2096 \end_inset
2097
2098  and 
2099 \begin_inset CommandInset ref
2100 LatexCommand ref
2101 reference "sec:Colored-Tables"
2102
2103 \end_inset
2104
2105 .
2106 \end_layout
2107
2108 \begin_layout Description
2109
2110 \family sans
2111 Borders
2112 \family default
2113  In this tab you can add and delete border lines for the current row/column.
2114 \begin_inset Newline newline
2115 \end_inset
2116
2117 Using the style option 
2118 \family sans
2119 Formal
2120 \family default
2121  will convert the table to a formal table as described in section
2122 \begin_inset space ~
2123 \end_inset
2124
2125
2126 \begin_inset CommandInset ref
2127 LatexCommand ref
2128 reference "sec:Formal-Tables"
2129
2130 \end_inset
2131
2132 .
2133 \begin_inset Newline newline
2134 \end_inset
2135
2136 You can also add here space to table rows as described in section
2137 \begin_inset space ~
2138 \end_inset
2139
2140
2141 \begin_inset CommandInset ref
2142 LatexCommand ref
2143 reference "sub:Row-Spacing"
2144
2145 \end_inset
2146
2147 .
2148 \end_layout
2149
2150 \begin_layout Description
2151
2152 \family sans
2153 Longtable
2154 \family default
2155  This tab is to make a table a so called 
2156 \begin_inset Quotes eld
2157 \end_inset
2158
2159
2160 \emph on
2161 longtable
2162 \emph default
2163
2164 \begin_inset Quotes erd
2165 \end_inset
2166
2167  that can run over several pages.
2168  Sections
2169 \begin_inset space ~
2170 \end_inset
2171
2172
2173 \begin_inset CommandInset ref
2174 LatexCommand ref
2175 reference "sec:Longtables"
2176
2177 \end_inset
2178
2179  and 
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "sec:Special-Longtable-Issues"
2183
2184 \end_inset
2185
2186  describe the longtable features in detail.
2187 \end_layout
2188
2189 \begin_layout Standard
2190 When the table dialog is open, you can move the cursor with the arrow keys
2191  from cell to cell and the property of the current cell will immediately
2192  be displayed in the dialog.
2193 \end_layout
2194
2195 \begin_layout Section
2196 Table Toolbar
2197 \begin_inset Index idx
2198 status collapsed
2199
2200 \begin_layout Plain Layout
2201 Table ! Toolbar
2202 \end_layout
2203
2204 \end_inset
2205
2206
2207 \end_layout
2208
2209 \begin_layout Standard
2210 The table toolbar is an alternative to the table dialog to be able to alter
2211  tables faster.
2212  It should normally appear at the bottom of LyX's main window when the cursor
2213  is inside a table.
2214  You can alternatively switch it on to appear always, by right-clicking
2215  in LyX's main menu bar.
2216 \end_layout
2217
2218 \begin_layout Standard
2219 The toolbar has the following icons:
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../images/tabular-feature_append-row.png
2226         scaleBeforeRotation
2227
2228 \end_inset
2229
2230  adds a row below the current cell or selection
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235 \begin_inset Graphics
2236         filename ../images/tabular-feature_append-column.png
2237         scaleBeforeRotation
2238
2239 \end_inset
2240
2241  adds a column right beside the current cell or selection
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246 \begin_inset Graphics
2247         filename ../images/tabular-feature_delete-row.png
2248         scaleBeforeRotation
2249
2250 \end_inset
2251
2252  deletes the current row or selection
2253 \end_layout
2254
2255 \begin_layout Labeling
2256 \labelwidthstring 00.00.0000
2257 \begin_inset Graphics
2258         filename ../images/tabular-feature_delete-column.png
2259         scaleBeforeRotation
2260
2261 \end_inset
2262
2263  deletes the current column or selection
2264 \end_layout
2265
2266 \begin_layout Labeling
2267 \labelwidthstring 00.00.0000
2268 \begin_inset Graphics
2269         filename ../images/tabular-feature_toggle-line-top.png
2270         scaleBeforeRotation
2271
2272 \end_inset
2273
2274  adds a line at the top of the current cell / row or of a selection
2275 \end_layout
2276
2277 \begin_layout Labeling
2278 \labelwidthstring 00.00.0000
2279 \begin_inset Graphics
2280         filename ../images/tabular-feature_toggle-line-bottom.png
2281         scaleBeforeRotation
2282
2283 \end_inset
2284
2285  adds a line at the bottom of the current cell / row or of a selection
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../images/tabular-feature_toggle-line-left.png
2292         scaleBeforeRotation
2293
2294 \end_inset
2295
2296  adds a line at the left side of the current cell / row or of a selection
2297 \end_layout
2298
2299 \begin_layout Labeling
2300 \labelwidthstring 00.00.0000
2301 \begin_inset Graphics
2302         filename ../images/tabular-feature_toggle-line-right.png
2303         scaleBeforeRotation
2304
2305 \end_inset
2306
2307  adds a line at the right side of the current cell / row or of a selection
2308 \end_layout
2309
2310 \begin_layout Labeling
2311 \labelwidthstring 00.00.0000
2312 \begin_inset Graphics
2313         filename ../images/tabular-feature_set-all-lines.png
2314         scaleBeforeRotation
2315
2316 \end_inset
2317
2318  adds lines around the current or selected cells - if the current cell no
2319  multicolumn cell this also affects the current row and column
2320 \end_layout
2321
2322 \begin_layout Labeling
2323 \labelwidthstring 00.00.0000
2324 \begin_inset Graphics
2325         filename ../images/tabular-feature_unset-all-lines.png
2326         scaleBeforeRotation
2327
2328 \end_inset
2329
2330  deletes all lines of the current or selected cells - if the current cell
2331  no multicolumn cell this also affects the current row and column
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336 \begin_inset Graphics
2337         filename ../images/tabular-feature_m-align-left.png
2338         scaleBeforeRotation
2339
2340 \end_inset
2341
2342  left-aligns the content of the current cell / column
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347 \begin_inset Graphics
2348         filename ../images/tabular-feature_m-align-center.png
2349         scaleBeforeRotation
2350
2351 \end_inset
2352
2353  centers the content of the current cell / column horizontally
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Graphics
2359         filename ../images/tabular-feature_m-align-right.png
2360         scaleBeforeRotation
2361
2362 \end_inset
2363
2364  right-aligns the content of the current cell / column
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Graphics
2370         filename ../images/tabular-feature_m-valign-top.png
2371         scaleBeforeRotation
2372
2373 \end_inset
2374
2375  aligns the content of the current cell vertically to the top
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Graphics
2381         filename ../images/tabular-feature_m-valign-middle.png
2382         scaleBeforeRotation
2383
2384 \end_inset
2385
2386  centers the content of the current cell vertically
2387 \end_layout
2388
2389 \begin_layout Labeling
2390 \labelwidthstring 00.00.0000
2391 \begin_inset Graphics
2392         filename ../images/tabular-feature_m-valign-bottom.png
2393         scaleBeforeRotation
2394
2395 \end_inset
2396
2397  aligns the content of the current cell vertically to the bottom
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402 \begin_inset Graphics
2403         filename ../images/tabular-feature_set-rotate-cell.png
2404         scaleBeforeRotation
2405
2406 \end_inset
2407
2408  rotates the current cell or selection counter-clockwise by 90°
2409 \end_layout
2410
2411 \begin_layout Labeling
2412 \labelwidthstring 00.00.0000
2413 \begin_inset Graphics
2414         filename ../images/tabular-feature_set-rotate-tabular.png
2415         scaleBeforeRotation
2416
2417 \end_inset
2418
2419  rotates the whole table counter-clockwise by 90°
2420 \end_layout
2421
2422 \begin_layout Labeling
2423 \labelwidthstring 00.00.0000
2424 \begin_inset Graphics
2425         filename ../images/tabular-feature_multicolumn.png
2426         scaleBeforeRotation
2427
2428 \end_inset
2429
2430  sets the current cell or selection as a multicolumn
2431 \end_layout
2432
2433 \begin_layout Standard
2434 \begin_inset Note Greyedout
2435 status open
2436
2437 \begin_layout Plain Layout
2438
2439 \series bold
2440 Note:
2441 \series default
2442  For the output the vertical alignment of the first cell in a row is used
2443  for all following cells in the row.
2444 \end_layout
2445
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \begin_layout Section
2452 Edit Table Menu
2453 \begin_inset Index idx
2454 status collapsed
2455
2456 \begin_layout Plain Layout
2457 Table ! Edit Menu
2458 \end_layout
2459
2460 \end_inset
2461
2462
2463 \end_layout
2464
2465 \begin_layout Standard
2466 Additionally to the table dialog and toolbar, the menu 
2467 \family sans
2468 Edit\SpecialChar \menuseparator
2469 Table
2470 \family default
2471  allows you to add and delete border lines for the current row/column and
2472  to set the current selection as multicolumn.
2473  The menu is only available when the cursor is inside a table.
2474 \end_layout
2475
2476 \begin_layout Section
2477 Table Floats
2478 \begin_inset CommandInset label
2479 LatexCommand label
2480 name "sec:Table-Floats"
2481
2482 \end_inset
2483
2484
2485 \begin_inset Index idx
2486 status collapsed
2487
2488 \begin_layout Plain Layout
2489 Floats ! Tables
2490 \end_layout
2491
2492 \end_inset
2493
2494
2495 \begin_inset Index idx
2496 status collapsed
2497
2498 \begin_layout Plain Layout
2499 Table ! Floats
2500 \end_layout
2501
2502 \end_inset
2503
2504
2505 \end_layout
2506
2507 \begin_layout Standard
2508 For general explanations about floats, have a look at section
2509 \begin_inset space ~
2510 \end_inset
2511
2512
2513 \begin_inset CommandInset ref
2514 LatexCommand ref
2515 reference "sec:FloatIntroduction"
2516
2517 \end_inset
2518
2519 .
2520 \end_layout
2521
2522 \begin_layout Standard
2523 \begin_inset Float table
2524 placement h
2525 wide false
2526 sideways false
2527 status open
2528
2529 \begin_layout Plain Layout
2530 \begin_inset Caption
2531
2532 \begin_layout Plain Layout
2533 \begin_inset CommandInset label
2534 LatexCommand label
2535 name "tab:a table float"
2536
2537 \end_inset
2538
2539 A table float.
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Plain Layout
2548 \align center
2549 \begin_inset Tabular
2550 <lyxtabular version="3" rows="3" columns="3">
2551 <features tabularvalignment="middle">
2552 <column alignment="center" valignment="top" width="0pt">
2553 <column alignment="center" valignment="top" width="0pt">
2554 <column alignment="center" valignment="top" width="0pt">
2555 <row>
2556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560
2561 \family roman
2562 \series medium
2563 \shape up
2564 \size normal
2565 \emph off
2566 \bar no
2567 \noun off
2568 \color none
2569 1
2570 \end_layout
2571
2572 \end_inset
2573 </cell>
2574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Plain Layout
2578
2579 \family roman
2580 \series medium
2581 \shape up
2582 \size normal
2583 \emph off
2584 \bar no
2585 \noun off
2586 \color none
2587 2
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Plain Layout
2596
2597 \family roman
2598 \series medium
2599 \shape up
2600 \size normal
2601 \emph off
2602 \bar no
2603 \noun off
2604 \color none
2605 3
2606 \end_layout
2607
2608 \end_inset
2609 </cell>
2610 </row>
2611 <row>
2612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2613 \begin_inset Text
2614
2615 \begin_layout Plain Layout
2616
2617 \family roman
2618 \series medium
2619 \shape up
2620 \size normal
2621 \emph off
2622 \bar no
2623 \noun off
2624 \color none
2625 Joe
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 Mary
2644 \end_layout
2645
2646 \end_inset
2647 </cell>
2648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Plain Layout
2652
2653 \family roman
2654 \series medium
2655 \shape up
2656 \size normal
2657 \emph off
2658 \bar no
2659 \noun off
2660 \color none
2661 Ted
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 </row>
2667 <row>
2668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672
2673 \family roman
2674 \series medium
2675 \shape up
2676 \size normal
2677 \emph off
2678 \bar no
2679 \noun off
2680 \color none
2681 \begin_inset Formula $\int x^{2}dx$
2682 \end_inset
2683
2684
2685 \end_layout
2686
2687 \end_inset
2688 </cell>
2689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Plain Layout
2693
2694 \family roman
2695 \series medium
2696 \shape up
2697 \size normal
2698 \emph off
2699 \bar no
2700 \noun off
2701 \color none
2702 \begin_inset Formula $\left[\begin{array}{cc}
2703 a & b\\
2704 c & d
2705 \end{array}\right]$
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \end_inset
2712 </cell>
2713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Plain Layout
2717
2718 \family roman
2719 \series medium
2720 \shape up
2721 \size normal
2722 \emph off
2723 \bar no
2724 \noun off
2725 \color none
2726 \begin_inset Formula $1+1=2$
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 </row>
2735 </lyxtabular>
2736
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \end_inset
2743
2744
2745 \end_layout
2746
2747 \begin_layout Standard
2748 Table floats can be inserted using the menu 
2749 \family sans
2750 Insert\SpecialChar \menuseparator
2751 Float\SpecialChar \menuseparator
2752 Table
2753 \family default
2754  or the toolbar button 
2755 \begin_inset Graphics
2756         filename ../images/float-insert_table.png
2757         scale 85
2758         scaleBeforeRotation
2759
2760 \end_inset
2761
2762 .
2763 \end_layout
2764
2765 \begin_layout Standard
2766 The float appears as a collapsible box with a caption that has the label
2767  
2768 \begin_inset Quotes eld
2769 \end_inset
2770
2771 Table
2772 \begin_inset space ~
2773 \end_inset
2774
2775 #:
2776 \begin_inset Quotes erd
2777 \end_inset
2778
2779  (# is the actual table number).
2780  You can insert tables in the float above or below the caption.
2781 \end_layout
2782
2783 \begin_layout Standard
2784 Table
2785 \begin_inset space ~
2786 \end_inset
2787
2788
2789 \begin_inset CommandInset ref
2790 LatexCommand ref
2791 reference "tab:a table float"
2792
2793 \end_inset
2794
2795  is an example table within a table float.
2796 \end_layout
2797
2798 \begin_layout Standard
2799 Having the caption above the table is the common rule that is unfortunately
2800  not supported in LaTeX's standard classes.
2801  This means that, if you are using the document classes 
2802 \family sans
2803 article
2804 \family default
2805
2806 \family sans
2807 book
2808 \family default
2809
2810 \family sans
2811 letter
2812 \family default
2813 , or 
2814 \family sans
2815 report
2816 \family default
2817 , there will be no space between the caption and the table.
2818  To insert the needed space, add the following option to the load command
2819  of the LaTeX-package 
2820 \series bold
2821 caption
2822 \series default
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 LaTeX-packages ! caption
2829 \end_layout
2830
2831 \end_inset
2832
2833  in your document preamble
2834 \begin_inset Foot
2835 status collapsed
2836
2837 \begin_layout Plain Layout
2838 For more information have a look at section
2839 \begin_inset space ~
2840 \end_inset
2841
2842
2843 \begin_inset CommandInset ref
2844 LatexCommand ref
2845 reference "sec:Caption-Placement"
2846
2847 \end_inset
2848
2849 .
2850 \end_layout
2851
2852 \end_inset
2853
2854 :
2855 \end_layout
2856
2857 \begin_layout Standard
2858
2859 \series bold
2860 tableposition=top
2861 \end_layout
2862
2863 \begin_layout Standard
2864 The package 
2865 \series bold
2866 caption
2867 \series default
2868 , which is described in section
2869 \begin_inset space ~
2870 \end_inset
2871
2872
2873 \begin_inset CommandInset ref
2874 LatexCommand ref
2875 reference "sec:Caption-Formatting"
2876
2877 \end_inset
2878
2879 , is used to adjust the caption format.
2880 \end_layout
2881
2882 \begin_layout Standard
2883 \begin_inset Index idx
2884 status collapsed
2885
2886 \begin_layout Plain Layout
2887 References ! to Tables
2888 \end_layout
2889
2890 \end_inset
2891
2892 Tables can be cross-referenced in the text by referencing their label.
2893  To do this insert a label in the caption using the menu 
2894 \family sans
2895 Insert\SpecialChar \menuseparator
2896 Label
2897 \family default
2898  or the toolbar button 
2899 \begin_inset Graphics
2900         filename ../images/label-insert.png
2901         scale 85
2902         scaleBeforeRotation
2903
2904 \end_inset
2905
2906 .
2907  You can now refer to the label using the menu 
2908 \family sans
2909 Insert\SpecialChar \menuseparator
2910 Cross
2911 \begin_inset space ~
2912 \end_inset
2913
2914 reference
2915 \family default
2916  or the toolbar button 
2917 \begin_inset Graphics
2918         filename ../images/dialog-show-new-inset_ref.png
2919         scale 85
2920         scaleBeforeRotation
2921
2922 \end_inset
2923
2924 .
2925 \begin_inset Newline newline
2926 \end_inset
2927
2928 Referencing is explained in detail in section
2929 \begin_inset space ~
2930 \end_inset
2931
2932
2933 \begin_inset CommandInset ref
2934 LatexCommand ref
2935 reference "sec:Referencing-Floats"
2936
2937 \end_inset
2938
2939 .
2940 \end_layout
2941
2942 \begin_layout Section
2943 Longtables
2944 \begin_inset CommandInset label
2945 LatexCommand label
2946 name "sec:Longtables"
2947
2948 \end_inset
2949
2950
2951 \begin_inset Index idx
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955 Longtables
2956 \end_layout
2957
2958 \end_inset
2959
2960
2961 \begin_inset Index idx
2962 status collapsed
2963
2964 \begin_layout Plain Layout
2965 Table ! Longtables
2966 \end_layout
2967
2968 \end_inset
2969
2970
2971 \end_layout
2972
2973 \begin_layout Standard
2974 If the table is too long to fit on one page, you can use the option 
2975 \family sans
2976 Use
2977 \begin_inset space ~
2978 \end_inset
2979
2980 long
2981 \begin_inset space ~
2982 \end_inset
2983
2984 table
2985 \family default
2986  in the tab 
2987 \family sans
2988 Longtable
2989 \family default
2990  of the table dialog to split the table automatically over more pages.
2991  Doing this enables the following options:
2992 \end_layout
2993
2994 \begin_layout Description
2995 Header: The current row is defined to be a header row that appears on all
2996  pages of the longtable; except for the first page, if 
2997 \family sans
2998 First
2999 \begin_inset space ~
3000 \end_inset
3001
3002 header
3003 \family default
3004  is defined.
3005  This is therefore called the main header.
3006 \end_layout
3007
3008 \begin_layout Description
3009 First
3010 \begin_inset space ~
3011 \end_inset
3012
3013 header: The current row is defined to be a header row that appears on the
3014  first page of the longtable.
3015 \end_layout
3016
3017 \begin_layout Description
3018 Footer: The current row is defined to be a footer row that appears on all
3019  pages of the longtable; except for the last page, if 
3020 \family sans
3021 Last
3022 \begin_inset space ~
3023 \end_inset
3024
3025 footer
3026 \family default
3027  is defined.
3028 \end_layout
3029
3030 \begin_layout Description
3031 Last
3032 \begin_inset space ~
3033 \end_inset
3034
3035 footer: The current row is defined to be a footer row that appears on the
3036  last page of the longtable.
3037 \end_layout
3038
3039 \begin_layout Description
3040 Caption: The current row contains the table caption.
3041  The row is reset as single column and a caption is inserted.
3042  More about longtable captions is explained in sec.
3043 \begin_inset space \thinspace{}
3044 \end_inset
3045
3046
3047 \begin_inset CommandInset ref
3048 LatexCommand ref
3049 reference "sub:Longtable-Captions"
3050
3051 \end_inset
3052
3053 .
3054 \end_layout
3055
3056 \begin_layout Standard
3057 You can also specify a row where the table is split.
3058  See the following longtable to see how it works:
3059 \end_layout
3060
3061 \begin_layout Standard
3062 \align center
3063 \begin_inset Tabular
3064 <lyxtabular version="3" rows="69" columns="3">
3065 <features islongtable="true" longtabularalignment="center">
3066 <column alignment="left" valignment="top" width="0cm">
3067 <column alignment="left" valignment="top" width="0pt">
3068 <column alignment="center" valignment="top" width="0pt">
3069 <row endfirsthead="true">
3070 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \series bold
3076 Example Phone List (ignore the names)
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 </row>
3100 <row endfirsthead="true">
3101 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105
3106 \series bold
3107 NAME
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \series bold
3127 TEL.
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 </row>
3133 <row endhead="true">
3134 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \series bold
3140 Example Phone List
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 </row>
3164 <row endhead="true">
3165 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \series bold
3171 NAME
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189
3190 \series bold
3191 TEL.
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row endfoot="true">
3198 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202  continued on next page
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row>
3227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231
3232 \series bold
3233 Annovi
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 Silvia
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 111
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 </row>
3257 <row>
3258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262
3263 \series bold
3264 Bertoli
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 Stefano
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 111
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 </row>
3288 <row>
3289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \series bold
3295 Bozzi
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Walter
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 111
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row>
3320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \series bold
3326 Cachia
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 Maria
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 111
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row>
3351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 Cachia
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 Maurizio
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 111
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 </row>
3381 <row>
3382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \series bold
3388 Cinquemani
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 Giusi
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 111
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 Colin
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 Bernard
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 111
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 </row>
3443 <row>
3444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \series bold
3450 Concli
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 Gianfranco
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 111
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 </row>
3474 <row>
3475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \series bold
3481 Dal Bosco
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 Carolina
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 111
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row>
3506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Dalpiaz
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Annamaria
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 111
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row>
3537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 Feliciello
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 Domenico
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 111
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 <row>
3568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574 Focarelli
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 Paola
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 111
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Galletti
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Oreste
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Gasparini
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Franca
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Rizzardi
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Paola
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Lassini
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Giancarlo
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Malfatti
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Luciano
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Malfatti
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Valeriano
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Meneguzzo
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Roberto
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Mezzadra
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Roberto
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Pirpamer
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Erich
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Pochiesa
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Paolo
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111, 222
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Radina
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Claudio
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Stuffer
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Oskar
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Tacchelli
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Ugo
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Tezzele
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Margit
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Unterkalmsteiner
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Frieda
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 111
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Vieider
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Hilde
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 111
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Vigna
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Jürgen
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 111
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Weber
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Maurizio
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 111
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Winkler
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Franz
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 111
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192  
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Annovi
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Silvia
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 555
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Bertoli
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Stefano
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 555
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Bozzi
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Walter
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 555
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Cachia
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Maria
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 555
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Cachia
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Maurizio
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 555
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Cinquemani
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Giusi
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 555
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Colin
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Bernard
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 555
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Concli
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Gianfranco
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 555
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Dal Bosco
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Carolina
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 555
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Dalpiaz
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Annamaria
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 555
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Feliciello
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Domenico
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 555
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Focarelli
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Paola
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 555
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Galletti
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Oreste
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Gasparini
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Franca
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Rizzardi
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Paola
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Lassini
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Giancarlo
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Malfatti
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Luciano
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Malfatti
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Valeriano
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Meneguzzo
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Roberto
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Mezzadra
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Roberto
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Pirpamer
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Erich
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Pochiesa
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Paolo
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555, 222
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Radina
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Claudio
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Stuffer
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Oskar
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 555
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Tacchelli
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Ugo
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Tezzele
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Margit
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \series bold
5029 Unterkalmsteiner
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 Frieda
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 555
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 <row>
5054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \series bold
5060 Vieider
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Hilde
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 555
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \series bold
5091 Vigna
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Jürgen
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 999
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 </row>
5115 <row>
5116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \series bold
5122 Weber
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 Maurizio
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 555
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 <row>
5147 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151
5152 \series bold
5153 Winkler
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Franz
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 555
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row endlastfoot="true">
5178 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 end
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 </lyxtabular>
5207
5208 \end_inset
5209
5210
5211 \begin_inset ERT
5212 status collapsed
5213
5214 \begin_layout Plain Layout
5215
5216
5217 \backslash
5218 addtocounter{table}{-1}
5219 \end_layout
5220
5221 \end_inset
5222
5223
5224 \begin_inset Note Note
5225 status collapsed
5226
5227 \begin_layout Plain Layout
5228 See the first greyed-out note in section
5229 \begin_inset space ~
5230 \end_inset
5231
5232
5233 \begin_inset CommandInset ref
5234 LatexCommand ref
5235 reference "sub:Longtable-Captions"
5236
5237 \end_inset
5238
5239  for an explanation of this command.
5240 \end_layout
5241
5242 \end_inset
5243
5244
5245 \end_layout
5246
5247 \begin_layout Subsection
5248 Footnotes in Longtables
5249 \begin_inset CommandInset label
5250 LatexCommand label
5251 name "sub:Footnotes-in-Longtables"
5252
5253 \end_inset
5254
5255
5256 \begin_inset Index idx
5257 status collapsed
5258
5259 \begin_layout Plain Layout
5260 Longtables ! Footnotes
5261 \end_layout
5262
5263 \end_inset
5264
5265
5266 \end_layout
5267
5268 \begin_layout Standard
5269 Footnotes can be inserted to every longtable cell.
5270  They appear at the bottom of the page where the table cell with the footnote
5271  appears.
5272  Table
5273 \begin_inset space ~
5274 \end_inset
5275
5276
5277 \begin_inset CommandInset ref
5278 LatexCommand ref
5279 reference "tab:DiffCaptions"
5280
5281 \end_inset
5282
5283  has for example a footnote.
5284 \end_layout
5285
5286 \begin_layout Subsection
5287 Longtable Alignment
5288 \begin_inset Index idx
5289 status collapsed
5290
5291 \begin_layout Plain Layout
5292 Longtables ! Alignment
5293 \end_layout
5294
5295 \end_inset
5296
5297
5298 \end_layout
5299
5300 \begin_layout Standard
5301 Longtables are by default centered.
5302  Unlike the alignment of the table columns and rows, the table alignment
5303  can currently not be changed in the table dialog.
5304  To change the alignment of longtables you have to change the value of the
5305  lengths 
5306 \series bold
5307
5308 \backslash
5309 LTleft 
5310 \series default
5311 and 
5312 \series bold
5313
5314 \backslash
5315 LTright
5316 \series default
5317  by inserting this line as TeX-Code before the corresponding longtable:
5318 \end_layout
5319
5320 \begin_layout Standard
5321
5322 \series bold
5323
5324 \backslash
5325 setlength{
5326 \backslash
5327 LTleft}{value}
5328 \end_layout
5329
5330 \begin_layout Standard
5331 where the value can have any of the units listed in Table
5332 \begin_inset space ~
5333 \end_inset
5334
5335
5336 \begin_inset CommandInset ref
5337 LatexCommand ref
5338 reference "tab:Units"
5339
5340 \end_inset
5341
5342 .
5343  
5344 \series bold
5345
5346 \backslash
5347 LTleft
5348 \series default
5349  controls the horizontal distance from the left page border to the longtable,
5350  
5351 \series bold
5352
5353 \backslash
5354 LTright
5355 \series default
5356  the distance from the right side.
5357  The default value for both lengths is 
5358 \series bold
5359
5360 \backslash
5361 fill
5362 \series default
5363 , which is in this case the same as an horizontal fill in LyX.
5364 \end_layout
5365
5366 \begin_layout Standard
5367 The following longtable was left-aligned by setting 
5368 \series bold
5369
5370 \backslash
5371 LTleft
5372 \series default
5373  to 0
5374 \begin_inset space \thinspace{}
5375 \end_inset
5376
5377 pt.
5378 \begin_inset ERT
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382
5383
5384 \backslash
5385 setlength{
5386 \backslash
5387 LTleft}{0pt}
5388 \end_layout
5389
5390 \end_inset
5391
5392
5393 \end_layout
5394
5395 \begin_layout Standard
5396 \begin_inset Tabular
5397 <lyxtabular version="3" rows="5" columns="5">
5398 <features islongtable="true" longtabularalignment="center">
5399 <column alignment="center" valignment="top" width="0">
5400 <column alignment="center" valignment="top" width="0">
5401 <column alignment="center" valignment="top" width="0">
5402 <column alignment="center" valignment="top" width="0">
5403 <column alignment="center" valignment="top" width="0">
5404 <row>
5405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 1
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 2
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 3
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 4
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 5
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 </row>
5451 <row>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 asd
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 s
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 s
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483 s
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 asd
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 </row>
5498 <row>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 asd
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 s
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 s
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 s
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 asd
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 </row>
5545 <row>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 asd
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 s
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 s
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 s
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 asd
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 <row>
5593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 asd
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 asd
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 asd
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 asd
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 asd
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 </row>
5639 </lyxtabular>
5640
5641 \end_inset
5642
5643
5644 \begin_inset ERT
5645 status collapsed
5646
5647 \begin_layout Plain Layout
5648
5649
5650 \backslash
5651 setlength{
5652 \backslash
5653 LTleft}{
5654 \backslash
5655 fill}
5656 \end_layout
5657
5658 \end_inset
5659
5660
5661 \begin_inset ERT
5662 status collapsed
5663
5664 \begin_layout Plain Layout
5665
5666
5667 \backslash
5668 addtocounter{table}{-1}
5669 \end_layout
5670
5671 \end_inset
5672
5673
5674 \begin_inset Note Note
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678 See the first greyed-out note in section
5679 \begin_inset space ~
5680 \end_inset
5681
5682
5683 \begin_inset CommandInset ref
5684 LatexCommand ref
5685 reference "sub:Longtable-Captions"
5686
5687 \end_inset
5688
5689  for an explanation of this command.
5690 \end_layout
5691
5692 \end_inset
5693
5694
5695 \end_layout
5696
5697 \begin_layout Subsection
5698 Longtable Captions
5699 \begin_inset Index idx
5700 status collapsed
5701
5702 \begin_layout Plain Layout
5703 Longtables ! Captions
5704 \end_layout
5705
5706 \end_inset
5707
5708
5709 \begin_inset CommandInset label
5710 LatexCommand label
5711 name "sub:Longtable-Captions"
5712
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \begin_layout Standard
5719 A longtable cannot be put into a table float because floats can only be
5720  on one page.
5721  But the caption environment of floats can also be used for longtables when
5722  you use the longtable option 
5723 \family sans
5724 Caption
5725 \family default
5726  as described in sec.
5727 \begin_inset space \thinspace{}
5728 \end_inset
5729
5730
5731 \begin_inset CommandInset ref
5732 LatexCommand ref
5733 reference "sec:Longtables"
5734
5735 \end_inset
5736
5737 .
5738  Only one table row can contain the caption.
5739 \end_layout
5740
5741 \begin_layout Standard
5742 Here is a short longtable to see how it works:
5743 \end_layout
5744
5745 \begin_layout Standard
5746 \begin_inset Tabular
5747 <lyxtabular version="3" rows="6" columns="5">
5748 <features islongtable="true" longtabularalignment="center">
5749 <column alignment="center" valignment="top" width="0">
5750 <column alignment="center" valignment="top" width="0">
5751 <column alignment="center" valignment="top" width="0">
5752 <column alignment="center" valignment="top" width="0">
5753 <column alignment="center" valignment="top" width="0">
5754 <row caption="true">
5755 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 \begin_inset Caption
5760
5761 \begin_layout Plain Layout
5762 Longtable with caption
5763 \begin_inset Argument
5764 status open
5765
5766 \begin_layout Plain Layout
5767 Longtable
5768 \end_layout
5769
5770 \end_inset
5771
5772
5773 \end_layout
5774
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 1
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 2
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 3
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 4
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 5
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 asd
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 s
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 s
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 s
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 asd
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 </row>
5913 <row>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 asd
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 s
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 s
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 s
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 asd
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 </row>
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 asd
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 s
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 s
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 s
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 </row>
6007 <row>
6008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 asd
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 asd
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 asd
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 asd
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 </row>
6054 </lyxtabular>
6055
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \begin_layout Standard
6062 \begin_inset VSpace medskip
6063 \end_inset
6064
6065
6066 \begin_inset Note Greyedout
6067 status open
6068
6069 \begin_layout Plain Layout
6070
6071 \series bold
6072 Note
6073 \begin_inset space ~
6074 \end_inset
6075
6076 1:
6077 \series default
6078  The table number is increased for for every longtable, even if you did
6079  not set a caption for it.
6080  For this reason you could have the case that e.
6081 \begin_inset space \thinspace{}
6082 \end_inset
6083
6084 g.
6085 \begin_inset space \space{}
6086 \end_inset
6087
6088 Table
6089 \begin_inset space ~
6090 \end_inset
6091
6092 2.4 follows Table
6093 \begin_inset space ~
6094 \end_inset
6095
6096 2.1 in the list of tables if there are two longtables without captions.
6097  To avoid this you can add the following command in TeX-Code after every
6098  longtable without a caption:
6099 \end_layout
6100
6101 \begin_layout Plain Layout
6102
6103 \series bold
6104
6105 \backslash
6106 addtocounter{table}{-1}
6107 \end_layout
6108
6109 \begin_layout Plain Layout
6110 This is not needed when none of your longtables have a caption and you add
6111  the following code to the document preamble:
6112 \end_layout
6113
6114 \begin_layout Plain Layout
6115
6116 \series bold
6117
6118 \backslash
6119 let
6120 \backslash
6121 myEnd
6122 \backslash
6123 endlongtable
6124 \begin_inset Newline newline
6125 \end_inset
6126
6127
6128 \backslash
6129 renewcommand{
6130 \backslash
6131 endlongtable}{
6132 \backslash
6133 myEnd
6134 \backslash
6135 addtocounter{table}{-1}}
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \begin_layout Standard
6144 \begin_inset Note Greyedout
6145 status open
6146
6147 \begin_layout Plain Layout
6148
6149 \series bold
6150 Note
6151 \begin_inset space ~
6152 \end_inset
6153
6154 2:
6155 \series default
6156  If you are using
6157 \series bold
6158  hyperref
6159 \series default
6160
6161 \begin_inset Index idx
6162 status collapsed
6163
6164 \begin_layout Plain Layout
6165 LaTeX-packages ! hyperref
6166 \end_layout
6167
6168 \end_inset
6169
6170  in the 
6171 \family sans
6172 PDF Properties
6173 \family default
6174  of the 
6175 \family sans
6176 Document Settings
6177 \family default
6178  dialog to link cross-references, the link to a longtable caption will always
6179  point to the beginning of the document.
6180 \end_layout
6181
6182 \end_inset
6183
6184
6185 \end_layout
6186
6187 \begin_layout Subsubsection
6188 References to Longtables
6189 \begin_inset Index idx
6190 status collapsed
6191
6192 \begin_layout Plain Layout
6193 Longtables ! References
6194 \end_layout
6195
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \begin_layout Standard
6202 \begin_inset Tabular
6203 <lyxtabular version="3" rows="6" columns="5">
6204 <features islongtable="true" longtabularalignment="center">
6205 <column alignment="center" valignment="top" width="0">
6206 <column alignment="center" valignment="top" width="0">
6207 <column alignment="center" valignment="top" width="0">
6208 <column alignment="center" valignment="top" width="0">
6209 <column alignment="center" valignment="top" width="0">
6210 <row caption="true">
6211 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Caption
6216
6217 \begin_layout Plain Layout
6218 Referenced longtable
6219 \begin_inset CommandInset label
6220 LatexCommand label
6221 name "tab:RefExample"
6222
6223 \end_inset
6224
6225
6226 \end_layout
6227
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 </row>
6272 <row>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 1
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 2
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 3
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 4
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 5
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 </row>
6319 <row>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 asd
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 asd
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 s
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 asd
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 <row>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 asd
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 s
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 s
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 s
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 </row>
6460 <row>
6461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 asd
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 sad
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 asd
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 asd
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 </row>
6507 </lyxtabular>
6508
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \begin_layout Standard
6515 To reference a longtable, insert a label into the caption.
6516 \end_layout
6517
6518 \begin_layout Standard
6519 This is a reference to Table
6520 \begin_inset space ~
6521 \end_inset
6522
6523
6524 \begin_inset CommandInset ref
6525 LatexCommand ref
6526 reference "tab:RefExample"
6527
6528 \end_inset
6529
6530 .
6531 \end_layout
6532
6533 \begin_layout Standard
6534 The caption layout can be set together with all other captions of your document
6535  using the LaTeX-package 
6536 \series bold
6537 caption
6538 \series default
6539
6540 \begin_inset Index idx
6541 status collapsed
6542
6543 \begin_layout Plain Layout
6544 LaTeX-packages ! caption
6545 \end_layout
6546
6547 \end_inset
6548
6549 , see section
6550 \begin_inset space ~
6551 \end_inset
6552
6553
6554 \begin_inset CommandInset ref
6555 LatexCommand ref
6556 reference "sec:Caption-Formatting"
6557
6558 \end_inset
6559
6560 .
6561 \end_layout
6562
6563 \begin_layout Subsubsection
6564 Caption Width
6565 \begin_inset Index idx
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569 Longtables ! Caption Width
6570 \end_layout
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 The maximal width of of caption lines is defined by the length 
6579 \series bold
6580
6581 \backslash
6582 LTcapwidth
6583 \series default
6584 .
6585  Its default value is 4
6586 \begin_inset space \thinspace{}
6587 \end_inset
6588
6589 in.
6590  To change it add the following command to your document preamble or as
6591  TeX-Code into your document before the longtable that should be affected
6592 \end_layout
6593
6594 \begin_layout Standard
6595
6596 \series bold
6597
6598 \backslash
6599 setlength{
6600 \backslash
6601 LTcapwidth}{width}
6602 \end_layout
6603
6604 \begin_layout Standard
6605 where the width could have one of the units listed in appendix
6606 \begin_inset space ~
6607 \end_inset
6608
6609
6610 \begin_inset CommandInset ref
6611 LatexCommand ref
6612 reference "cha:Units-available-in"
6613
6614 \end_inset
6615
6616 .
6617 \end_layout
6618
6619 \begin_layout Standard
6620 The following tables show the difference:
6621 \end_layout
6622
6623 \begin_layout Standard
6624 \begin_inset Tabular
6625 <lyxtabular version="3" rows="6" columns="5">
6626 <features islongtable="true" longtabularalignment="center">
6627 <column alignment="center" valignment="top" width="0">
6628 <column alignment="center" valignment="top" width="0">
6629 <column alignment="center" valignment="top" width="0">
6630 <column alignment="center" valignment="top" width="0">
6631 <column alignment="center" valignment="top" width="0">
6632 <row caption="true">
6633 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 \begin_inset Caption
6638
6639 \begin_layout Plain Layout
6640 long full title with default width long full title with default width long
6641  full title with default width
6642 \begin_inset Argument
6643 status collapsed
6644
6645 \begin_layout Plain Layout
6646 caption with default width
6647 \end_layout
6648
6649 \end_inset
6650
6651
6652 \end_layout
6653
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 </row>
6698 <row>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 1
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 2
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 3
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 4
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 5
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 </row>
6745 <row>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 asd
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 s
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 s
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 </row>
6792 <row>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 asd
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 s
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 s
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 <row>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 asd
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 s
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 s
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 s
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 </row>
6886 <row>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 sad
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 asd
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 asd
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 asd
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 </row>
6933 </lyxtabular>
6934
6935 \end_inset
6936
6937
6938 \end_layout
6939
6940 \begin_layout Standard
6941 \begin_inset ERT
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945
6946
6947 \backslash
6948 setlength{
6949 \backslash
6950 LTcapwidth}{5cm}
6951 \end_layout
6952
6953 \end_inset
6954
6955
6956 \begin_inset Tabular
6957 <lyxtabular version="3" rows="6" columns="5">
6958 <features islongtable="true" longtabularalignment="center">
6959 <column alignment="center" valignment="top" width="0">
6960 <column alignment="center" valignment="top" width="0">
6961 <column alignment="center" valignment="top" width="0">
6962 <column alignment="center" valignment="top" width="0">
6963 <column alignment="center" valignment="top" width="0">
6964 <row caption="true">
6965 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 \begin_inset Caption
6970
6971 \begin_layout Plain Layout
6972 long full title with width set to 5
6973 \begin_inset space \thinspace{}
6974 \end_inset
6975
6976 cm long full title with width set to 5
6977 \begin_inset space \thinspace{}
6978 \end_inset
6979
6980 cm long full title with width set to 5
6981 \begin_inset space \thinspace{}
6982 \end_inset
6983
6984 cm
6985 \begin_inset Argument
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989 caption with width
6990 \begin_inset space \thinspace{}
6991 \end_inset
6992
6993 =
6994 \begin_inset space \thinspace{}
6995 \end_inset
6996
6997 5
6998 \begin_inset space \thinspace{}
6999 \end_inset
7000
7001 cm
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \end_layout
7008
7009 \end_inset
7010
7011
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 </row>
7053 <row>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 1
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 2
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 3
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 4
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 5
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 </row>
7100 <row>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 asd
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 s
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 s
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 </row>
7147 <row>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 s
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 s
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 s
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 <row>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 s
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 s
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 s
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 asd
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 sad
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 asd
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 </row>
7288 </lyxtabular>
7289
7290 \end_inset
7291
7292
7293 \end_layout
7294
7295 \begin_layout Standard
7296 \begin_inset ERT
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300
7301
7302 \backslash
7303 setlength{
7304 \backslash
7305 LTcapwidth}{4in}
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \begin_layout Standard
7314 \begin_inset Note Greyedout
7315 status open
7316
7317 \begin_layout Plain Layout
7318
7319 \series bold
7320 Note:
7321 \series default
7322  When the LaTeX-package 
7323 \series bold
7324 caption
7325 \series default
7326
7327 \begin_inset Index idx
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331 LaTeX-packages ! caption
7332 \end_layout
7333
7334 \end_inset
7335
7336  is used, as in this document, the full page width is used for the caption
7337  when you use the default value of 4
7338 \begin_inset space \thinspace{}
7339 \end_inset
7340
7341 in for 
7342 \series bold
7343
7344 \backslash
7345 LTcapwidth
7346 \series default
7347 .
7348  To get in this case exactly a 4
7349 \begin_inset space \thinspace{}
7350 \end_inset
7351
7352 in wide caption, you can either use a value slightly different from 4.0
7353 \begin_inset space \thinspace{}
7354 \end_inset
7355
7356 in, e.
7357 \begin_inset space \thinspace{}
7358 \end_inset
7359
7360 g.
7361 \begin_inset space \space{}
7362 \end_inset
7363
7364 3.99
7365 \begin_inset space \thinspace{}
7366 \end_inset
7367
7368 in, or the LaTeX-command 
7369 \series bold
7370
7371 \backslash
7372 captionsetup{width=value}
7373 \series default
7374  that is provided by the 
7375 \series bold
7376 caption
7377 \series default
7378 -package.
7379 \end_layout
7380
7381 \end_inset
7382
7383
7384 \end_layout
7385
7386 \begin_layout Subsubsection
7387 Different Captions for Table Pages
7388 \begin_inset Index idx
7389 status collapsed
7390
7391 \begin_layout Plain Layout
7392 Longtables ! Different Captions for Pages
7393 \end_layout
7394
7395 \end_inset
7396
7397
7398 \end_layout
7399
7400 \begin_layout Standard
7401 When the table captions for the following pages should differ from the one
7402  of the first table page, insert a caption with the TeX code command
7403 \end_layout
7404
7405 \begin_layout Standard
7406
7407 \series bold
7408
7409 \backslash
7410 caption*{caption text}
7411 \backslash
7412
7413 \backslash
7414 %
7415 \end_layout
7416
7417 \begin_layout Standard
7418 in a dummy caption row that is marked as a header.
7419  Table
7420 \begin_inset space ~
7421 \end_inset
7422
7423
7424 \begin_inset CommandInset ref
7425 LatexCommand ref
7426 reference "tab:DiffCaptions"
7427
7428 \end_inset
7429
7430  is an example of a longtable with different heading where the second caption
7431  doesn't include the table number.
7432 \end_layout
7433
7434 \begin_layout Standard
7435 \align center
7436 \begin_inset Tabular
7437 <lyxtabular version="3" rows="59" columns="3">
7438 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7439 <column alignment="left" valignment="top" width="0cm">
7440 <column alignment="left" valignment="top" width="0pt">
7441 <column alignment="center" valignment="top" width="0pt">
7442 <row caption="true">
7443 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 \begin_inset Caption
7448
7449 \begin_layout Plain Layout
7450 Example Phone List
7451 \begin_inset CommandInset label
7452 LatexCommand label
7453 name "tab:DiffCaptions"
7454
7455 \end_inset
7456
7457
7458 \begin_inset Argument
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 Example Phone List
7463 \end_layout
7464
7465 \end_inset
7466
7467
7468 \end_layout
7469
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 </row>
7496 <row endfirsthead="true">
7497 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \series bold
7503 Example Phone List (ignore the names)
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 </row>
7527 <row endfirsthead="true">
7528 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532
7533 \series bold
7534 NAME
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552
7553 \series bold
7554 TEL.
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 </row>
7560 <row endhead="true">
7561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 \begin_inset ERT
7566 status open
7567
7568 \begin_layout Plain Layout
7569
7570
7571 \backslash
7572 caption*{Continued Example Phone List}
7573 \backslash
7574
7575 \backslash
7576 %
7577 \end_layout
7578
7579 \end_inset
7580
7581
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 </row>
7605 <row endhead="true">
7606 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610
7611 \series bold
7612 Example Phone List
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 </row>
7636 <row endhead="true">
7637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \series bold
7643 NAME
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \series bold
7663 TEL.
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 <row endfoot="true">
7670 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 continued on next page
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row>
7699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \series bold
7705 Annovi
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 Silvia
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 111
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row>
7730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 Bertoli
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 Stefano
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 111
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 Bozzi
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 Walter
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 111
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row>
7792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \series bold
7798 Cachia
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 Maria
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 111
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row>
7823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \series bold
7829 Cachia
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 Maurizio
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 111
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 <row>
7854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \series bold
7860 Cinquemani
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 Giusi
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 111
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Colin
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Bernard
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Concli
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Gianfranco
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Dal Bosco
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Carolina
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Dalpiaz
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Annamaria
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Feliciello
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Domenico
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Focarelli
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Paola
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Galletti
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Oreste
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Gasparini
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Franca
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Rizzardi
8140 \series default
8141
8142 \begin_inset Foot
8143 status open
8144
8145 \begin_layout Plain Layout
8146 Example footnote
8147 \end_layout
8148
8149 \end_inset
8150
8151
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Paola
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Lassini
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Giancarlo
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Malfatti
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Luciano
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Malfatti
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Valeriano
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Meneguzzo
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Roberto
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Mezzadra
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Roberto
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Pirpamer
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Erich
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Pochiesa
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Paolo
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111, 222
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Radina
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Claudio
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Stuffer
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Oskar
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Tacchelli
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Ugo
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Tezzele
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Margit
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \series bold
8523 Unterkalmsteiner
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Frieda
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 111
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Vieider
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 Hilde
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 111
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \series bold
8585 Vigna
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 Jürgen
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 111
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \series bold
8616 Weber
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 Maurizio
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 111
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Winkler
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Franz
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 111
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676  
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \series bold
8707 Annovi
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Silvia
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 555
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738 Bertoli
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Stefano
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 555
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \series bold
8769 Bozzi
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Walter
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 555
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \series bold
8800 Cachia
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 Maria
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 555
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \series bold
8831 Cachia
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 Maurizio
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 555
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \series bold
8862 Cinquemani
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 Giusi
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 555
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891
8892 \series bold
8893 Colin
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Bernard
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 555
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \series bold
8924 Concli
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Gianfranco
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 555
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955 Dal Bosco
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Carolina
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 555
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \series bold
8986 Dalpiaz
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Annamaria
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 555
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017 Feliciello
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 Domenico
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 555
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \series bold
9048 Focarelli
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 Paola
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 555
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \series bold
9079 Galletti
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 Oreste
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 555
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 </row>
9103 <row>
9104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108
9109 \series bold
9110 Gasparini
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 Franca
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 555
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \series bold
9141 Rizzardi
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 Paola
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 555
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 <row>
9166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \series bold
9172 Lassini
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 Giancarlo
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 555
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \series bold
9203 Malfatti
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 Luciano
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 555
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 </row>
9227 <row>
9228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232
9233 \series bold
9234 Malfatti
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 Valeriano
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 555
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \series bold
9265 Meneguzzo
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 Roberto
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 555
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 </row>
9289 <row>
9290 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294
9295 \series bold
9296 Mezzadra
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 Roberto
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 555
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 </lyxtabular>
9321
9322 \end_inset
9323
9324
9325 \end_layout
9326
9327 \begin_layout Section
9328 Special Longtable Issues
9329 \begin_inset CommandInset label
9330 LatexCommand label
9331 name "sec:Special-Longtable-Issues"
9332
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \begin_layout Subsection
9339 Longtable Calculation
9340 \begin_inset Index idx
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Longtables ! Calculation
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \begin_layout Standard
9353 LaTeX calculates the height of table pages and their page breaks using so
9354  called chunks.
9355  Chunks are parts of tables that held at the same time in LaTeX's memory.
9356  The default value was historically set to only 20 table rows.
9357  If you are using longtables with many pages this may slow down the creation
9358  of your document.
9359  You can safely increase the chunk size to values of 100-1000 by adding
9360  this command line to your document preamble:
9361 \end_layout
9362
9363 \begin_layout Standard
9364
9365 \series bold
9366
9367 \backslash
9368 setcounter{LTchunksize}{100}
9369 \end_layout
9370
9371 \begin_layout Subsection
9372 Floats and Longtables
9373 \begin_inset Index idx
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377 Longtables ! Floats
9378 \end_layout
9379
9380 \end_inset
9381
9382
9383 \end_layout
9384
9385 \begin_layout Standard
9386 There might be problems when a float appears on the same page where a longtable
9387  starts.
9388  To avoid such a situation, insert a 
9389 \begin_inset Quotes eld
9390 \end_inset
9391
9392 clear page
9393 \begin_inset Quotes erd
9394 \end_inset
9395
9396  (menu 
9397 \family sans
9398 Insert\SpecialChar \menuseparator
9399 Formatting\SpecialChar \menuseparator
9400 Clear
9401 \begin_inset space ~
9402 \end_inset
9403
9404 Page
9405 \family default
9406 ) before your longtable.
9407 \end_layout
9408
9409 \begin_layout Subsection
9410 Forced Page Breaks
9411 \begin_inset Index idx
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415 Longtables ! Forced Page Breaks
9416 \end_layout
9417
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \begin_layout Standard
9424 By default tables are only broken between rows.
9425  If you have a cell with multiples lines and want to have a page break within
9426  the cell, insert the new line command 
9427 \begin_inset Quotes eld
9428 \end_inset
9429
9430
9431 \series bold
9432
9433 \backslash
9434
9435 \backslash
9436
9437 \series default
9438
9439 \begin_inset Quotes erd
9440 \end_inset
9441
9442  as TeX-Code at the point of the cell where it can be broken.
9443  Before the 
9444 \series bold
9445
9446 \backslash
9447
9448 \backslash
9449
9450 \series default
9451  command you have to insert in TeX-Code as many 
9452 \begin_inset Quotes eld
9453 \end_inset
9454
9455
9456 \series bold
9457 &
9458 \series default
9459
9460 \begin_inset Quotes erd
9461 \end_inset
9462
9463  characters as the number of the following table columns.
9464  The 
9465 \series bold
9466 &
9467 \series default
9468  is the character to separate table cells.
9469  Write in TeX-Code after each 
9470 \series bold
9471 &
9472 \series default
9473  the content of the corresponding following cell and delete the content
9474  of these cells.
9475 \begin_inset Newline newline
9476 \end_inset
9477
9478 After the 
9479 \series bold
9480
9481 \backslash
9482
9483 \backslash
9484
9485 \series default
9486  command, insert as many 
9487 \series bold
9488 &
9489 \series default
9490  characters as the number of table columns before the current column.
9491  In Table
9492 \begin_inset space ~
9493 \end_inset
9494
9495
9496 \begin_inset CommandInset ref
9497 LatexCommand ref
9498 reference "tab:ForcedPagebreak"
9499
9500 \end_inset
9501
9502  the cell that should be broken is in the second column followed by another
9503  column.
9504  Therefore the following command was inserted in the cell as TeX-Code after
9505  
9506 \begin_inset Quotes eld
9507 \end_inset
9508
9509
9510 \emph on
9511 Castelchiodato,
9512 \emph default
9513
9514 \begin_inset Quotes erd
9515 \end_inset
9516
9517 :
9518 \end_layout
9519
9520 \begin_layout Standard
9521
9522 \series bold
9523 & 111
9524 \backslash
9525
9526 \backslash
9527  
9528 \backslash
9529 newpage
9530 \begin_inset Newline newline
9531 \end_inset
9532
9533 &
9534 \end_layout
9535
9536 \begin_layout Standard
9537 The 
9538 \begin_inset Quotes eld
9539 \end_inset
9540
9541 111
9542 \begin_inset Quotes erd
9543 \end_inset
9544
9545  in the third column of the row was deleted.
9546  
9547 \series bold
9548
9549 \backslash
9550 newpage
9551 \series default
9552  is only needed when a page break should definitely occur at this position,
9553  otherwise it would be a conditional break.
9554  If your footer row of the longtable has for a certain reason no upper line
9555  but you would have a horizontal line where the cell is broken, use this
9556  command instead:
9557 \end_layout
9558
9559 \begin_layout Standard
9560
9561 \series bold
9562 & 111
9563 \backslash
9564
9565 \backslash
9566
9567 \begin_inset Newline newline
9568 \end_inset
9569
9570
9571 \backslash
9572 hline &
9573 \end_layout
9574
9575 \begin_layout Standard
9576 When the cell to be broken is in the last column, the command
9577 \end_layout
9578
9579 \begin_layout Standard
9580
9581 \series bold
9582
9583 \backslash
9584 setlength{
9585 \backslash
9586 parfillskip}{0pt}
9587 \end_layout
9588
9589 \begin_layout Standard
9590 must be inserted as TeX-Code at the beginning of the cell.
9591  This ensures that the part of the cell that will be displayed on the new
9592  page appears with the full width.
9593 \end_layout
9594
9595 \begin_layout Standard
9596 \align center
9597 \begin_inset Tabular
9598 <lyxtabular version="3" rows="38" columns="3">
9599 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9600 <column alignment="left" valignment="top" width="0cm">
9601 <column alignment="left" valignment="top" width="3cm">
9602 <column alignment="center" valignment="top" width="0pt">
9603 <row caption="true">
9604 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 \begin_inset Caption
9609
9610 \begin_layout Plain Layout
9611 Table with forced page break in table cell
9612 \begin_inset CommandInset label
9613 LatexCommand label
9614 name "tab:ForcedPagebreak"
9615
9616 \end_inset
9617
9618
9619 \begin_inset Argument
9620 status collapsed
9621
9622 \begin_layout Plain Layout
9623 Table with forced page break in table cell
9624 \end_layout
9625
9626 \end_inset
9627
9628
9629 \end_layout
9630
9631 \end_inset
9632
9633
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 </row>
9657 <row endfirsthead="true">
9658 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662
9663 \series bold
9664 Example Phone List (ignore the names)
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 </row>
9688 <row endfirsthead="true">
9689 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693
9694 \series bold
9695 NAME
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \series bold
9715 TEL.
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row endhead="true">
9722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726 \begin_inset ERT
9727 status collapsed
9728
9729 \begin_layout Plain Layout
9730
9731
9732 \backslash
9733 caption*{Continued Example Phone List}
9734 \backslash
9735
9736 \backslash
9737 %
9738 \end_layout
9739
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row endhead="true">
9767 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773 Example Phone List
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row endhead="true">
9798 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 NAME
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \series bold
9824 TEL.
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row endfoot="true">
9831 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 continued on next page
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row>
9860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \series bold
9866 Annovi
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 Silvia
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 111
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Bertoli
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 Stefano
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 111
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 Bozzi
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Walter
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 111
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 Cachia
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Maria
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 111
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Cachia
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Maurizio
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 111
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Cinquemani
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Giusi
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 111
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row>
10046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \series bold
10052 Colin
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 Bernard
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070 111
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 Concli
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 Gianfranco
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 111
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Dal Bosco
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 Carolina
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 111
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Dalpiaz
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Annamaria
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Feliciello
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Domenico
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Focarelli
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Paola
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Galletti
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Oreste
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Gasparini
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Franca
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Lassini
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Giancarlo
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Malfatti
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Luciano
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 111
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \series bold
10362 Malfatti
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 Valeriano
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 111
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \series bold
10393 Meneguzzo
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Roberto
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 111
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row>
10418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424 Mezzadra
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Roberto
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 111
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \series bold
10455 Pirpamer
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Erich
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 111
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 Pochiesa
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 Paolo
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 111, 222
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \series bold
10517 Radina
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Claudio
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 111
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548 Rizzardi
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 Paolo, 11.
10558  Fürst von Montecompatri, 11.
10559  Fürst von Sulmona und Vivaro, 10.
10560  Fürst von Rossano, 5.
10561  Herzog von Canemorte, 11.
10562  Herzog von Palombara, 5.
10563  Herzog von Castelchiodato,
10564 \begin_inset ERT
10565 status open
10566
10567 \begin_layout Plain Layout
10568
10569 & 111
10570 \backslash
10571
10572 \backslash
10573  
10574 \backslash
10575 newpage
10576 \end_layout
10577
10578 \begin_layout Plain Layout
10579
10580 &
10581 \end_layout
10582
10583 \end_inset
10584
10585  11.
10586  Herzog von Poggionativo, 11.
10587  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10588  Graf von Valinfreda, 11.
10589  Baron von Cropalati, 11.
10590  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row>
10606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \series bold
10612 Stuffer
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 Oskar
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 111
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 <row>
10637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \series bold
10643 Tacchelli
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 Ugo
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 111
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \series bold
10674 Tezzele
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Margit
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 111
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \series bold
10705 Unterkalmsteiner
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 Frieda
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 111
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736 Vieider
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Hilde
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 111
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 </row>
10760 <row>
10761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \series bold
10767 Vigna
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 Jürgen
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 111
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 </row>
10791 <row>
10792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \series bold
10798 Weber
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 Maurizio
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 111
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 </row>
10822 <row>
10823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \series bold
10829 Winkler
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 Franz
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 111
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 </lyxtabular>
10854
10855 \end_inset
10856
10857
10858 \end_layout
10859
10860 \begin_layout Section
10861 Multiple Lines Columns and Rows
10862 \end_layout
10863
10864 \begin_layout Subsection
10865 Multiple Lines in Table Cells
10866 \begin_inset CommandInset label
10867 LatexCommand label
10868 name "sub:Multiple-Lines-in"
10869
10870 \end_inset
10871
10872
10873 \begin_inset Index idx
10874 status collapsed
10875
10876 \begin_layout Plain Layout
10877 Multiple Lines in Table Cells
10878 \end_layout
10879
10880 \end_inset
10881
10882
10883 \begin_inset Index idx
10884 status collapsed
10885
10886 \begin_layout Plain Layout
10887 Table ! Linebreaks
10888 \end_layout
10889
10890 \end_inset
10891
10892
10893 \end_layout
10894
10895 \begin_layout Standard
10896 \noindent
10897 \begin_inset Float table
10898 placement H
10899 wide false
10900 sideways false
10901 status open
10902
10903 \begin_layout Plain Layout
10904 \begin_inset Caption
10905
10906 \begin_layout Plain Layout
10907 \begin_inset CommandInset label
10908 LatexCommand label
10909 name "tab:Table-with-multiple"
10910
10911 \end_inset
10912
10913 Table with multiple lines in cells
10914 \end_layout
10915
10916 \end_inset
10917
10918
10919 \end_layout
10920
10921 \begin_layout Plain Layout
10922 \align center
10923 \begin_inset Tabular
10924 <lyxtabular version="3" rows="3" columns="3">
10925 <features tabularvalignment="middle">
10926 <column alignment="center" valignment="middle" width="2.5cm">
10927 <column alignment="center" valignment="middle" width="0">
10928 <column alignment="center" valignment="middle" width="0">
10929 <row>
10930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 multiple
10935 \begin_inset Newline linebreak
10936 \end_inset
10937
10938 lines
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 b
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 c
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 </row>
10962 <row>
10963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 d
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 e
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 f
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 g
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 h
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 i
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 </lyxtabular>
11021
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \begin_layout Standard
11033 Setting a fixed width for a column enables you to enter text as a paragraph
11034  with multiple lines and hyphenation.
11035 \end_layout
11036
11037 \begin_layout Standard
11038 To produce Table
11039 \begin_inset space ~
11040 \end_inset
11041
11042
11043 \begin_inset CommandInset ref
11044 LatexCommand ref
11045 reference "tab:Table-with-multiple"
11046
11047 \end_inset
11048
11049 , create a 3×3 table, mark the first cell and right-click on it.
11050  In the appearing table dialog we set a cell width of 2.5
11051 \begin_inset space \thinspace{}
11052 \end_inset
11053
11054 cm and choose centered for the vertical and horizontal alignment.
11055  The vertical alignment is used for all cells of the row.
11056  As our text is smaller than 2.5
11057 \begin_inset space \thinspace{}
11058 \end_inset
11059
11060 cm, only one line will appear.
11061  To get two lines, a justified line break (shortcut 
11062 \begin_inset Info
11063 type  "shortcut"
11064 arg   "newline-insert linebreak"
11065 \end_inset
11066
11067 ) was added.
11068  If the text is wider than the set cell width, it will automatically be
11069  broken to several lines.
11070 \end_layout
11071
11072 \begin_layout Standard
11073 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11074  by LaTeX if it is the first entry.
11075  Therefore you need to insert something to prevent the word not being the
11076  first entry.
11077  So add a horizontal space of 0
11078 \begin_inset space \thinspace{}
11079 \end_inset
11080
11081 pt before the word.
11082  As the space is zero, it doesn't change the output.
11083  Table
11084 \begin_inset space ~
11085 \end_inset
11086
11087
11088 \begin_inset CommandInset ref
11089 LatexCommand ref
11090 reference "tab:Table-with-and"
11091
11092 \end_inset
11093
11094  shows the effect.
11095 \end_layout
11096
11097 \begin_layout Standard
11098 \begin_inset Float table
11099 placement h
11100 wide false
11101 sideways false
11102 status open
11103
11104 \begin_layout Plain Layout
11105 \begin_inset Caption
11106
11107 \begin_layout Plain Layout
11108 \begin_inset CommandInset label
11109 LatexCommand label
11110 name "tab:Table-with-and"
11111
11112 \end_inset
11113
11114 Table with and without hyphenation
11115 \end_layout
11116
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \begin_layout Plain Layout
11123 \begin_inset space \hfill{}
11124 \end_inset
11125
11126
11127 \begin_inset Tabular
11128 <lyxtabular version="3" rows="3" columns="3">
11129 <features tabularvalignment="middle">
11130 <column alignment="center" valignment="middle" width="2.5cm">
11131 <column alignment="center" valignment="middle" width="0">
11132 <column alignment="center" valignment="middle" width="0">
11133 <row>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 verylongtablecellword
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 b
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 c
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 d
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 e
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 f
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 g
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 h
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 i
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 </lyxtabular>
11221
11222 \end_inset
11223
11224
11225 \begin_inset space \hfill{}
11226 \end_inset
11227
11228
11229 \begin_inset Tabular
11230 <lyxtabular version="3" rows="3" columns="3">
11231 <features tabularvalignment="middle">
11232 <column alignment="center" valignment="middle" width="2.5cm">
11233 <column alignment="center" valignment="middle" width="0">
11234 <column alignment="center" valignment="middle" width="0">
11235 <row>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 \begin_inset space \hspace{}
11241 \length 0pt
11242 \end_inset
11243
11244 verylongtablecellword
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 b
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 c
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 <row>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 d
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 e
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 f
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 <row>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 g
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 h
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 i
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 </lyxtabular>
11327
11328 \end_inset
11329
11330
11331 \begin_inset space \hfill{}
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Subsection
11343 Multicolumns
11344 \begin_inset CommandInset label
11345 LatexCommand label
11346 name "sub:Multicolumns"
11347
11348 \end_inset
11349
11350
11351 \begin_inset Index idx
11352 status collapsed
11353
11354 \begin_layout Plain Layout
11355 Multicolumns
11356 \end_layout
11357
11358 \end_inset
11359
11360
11361 \begin_inset Index idx
11362 status collapsed
11363
11364 \begin_layout Plain Layout
11365 Table ! Multicolumns
11366 \end_layout
11367
11368 \end_inset
11369
11370
11371 \end_layout
11372
11373 \begin_layout Subsubsection
11374 Multicolumn Basics
11375 \end_layout
11376
11377 \begin_layout Standard
11378 To merge cells over multiple columns, select as many cells within a row
11379  as you want to merge and use either the table-toolbar button 
11380 \begin_inset Graphics
11381         filename ../images/tabular-feature_multicolumn.png
11382         scale 85
11383         scaleBeforeRotation
11384
11385 \end_inset
11386
11387 , or the menu 
11388 \family sans
11389 Edit\SpecialChar \menuseparator
11390 Table\SpecialChar \menuseparator
11391 Multicolumn
11392 \family default
11393 , or right click on the marked cells and choose 
11394 \family sans
11395 Multicolumn
11396 \family default
11397  in the appearing context menu.
11398 \end_layout
11399
11400 \begin_layout Standard
11401 Multicolumns have there own cell settings.
11402  That means changing cell borders, cell alignment, and the width only affects
11403  the multicolumn.
11404  Here is an example table with a multicolumn cell in the first row and one
11405  in the last row without the upper border:
11406 \end_layout
11407
11408 \begin_layout Standard
11409 \align center
11410 \begin_inset Tabular
11411 <lyxtabular version="3" rows="3" columns="4">
11412 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11413 <column alignment="center" valignment="top" width="0pt">
11414 <column alignment="center" valignment="middle" width="0">
11415 <column alignment="center" valignment="top" width="0in">
11416 <column alignment="center" valignment="top" width="0pt">
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 abc
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 def ghi
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 jkl
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460
11461 \family roman
11462 \series medium
11463 \shape up
11464 \size normal
11465 \emph off
11466 \bar no
11467 \noun off
11468 \color none
11469 A
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 B
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 C
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 D
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 </row>
11502 <row>
11503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 1
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 2
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 3
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 4
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 </lyxtabular>
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Subsubsection
11548 Multicolumn Calculations
11549 \begin_inset CommandInset label
11550 LatexCommand label
11551 name "sub:Multicolumn-Calculations"
11552
11553 \end_inset
11554
11555
11556 \begin_inset Index idx
11557 status collapsed
11558
11559 \begin_layout Plain Layout
11560 Multicolumns ! Calculations
11561 \end_layout
11562
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \begin_layout Standard
11569 LyX supports multicolumns directly, but we have to take account of the cell
11570  width of the columns spanned by the multicolumn cell.
11571 \end_layout
11572
11573 \begin_layout Standard
11574 \begin_inset Float table
11575 placement h
11576 wide false
11577 sideways false
11578 status open
11579
11580 \begin_layout Plain Layout
11581 \begin_inset Caption
11582
11583 \begin_layout Plain Layout
11584 \begin_inset CommandInset label
11585 LatexCommand label
11586 name "tab:Table-with-centered"
11587
11588 \end_inset
11589
11590 Table with centered multicolumn text above two columns that have exactly
11591  half the width of the multicolumn cell
11592 \begin_inset Argument
11593 status collapsed
11594
11595 \begin_layout Plain Layout
11596 Perfect multicolumn table
11597 \end_layout
11598
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Plain Layout
11610 \align center
11611 \begin_inset Tabular
11612 <lyxtabular version="3" rows="3" columns="3">
11613 <features tabularvalignment="middle">
11614 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11615 <column alignment="center" valignment="middle" width="0">
11616 <column alignment="center" valignment="top" width="0">
11617 <row>
11618 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 multiple lines multicolumn
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 c
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 d
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 e
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 f
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 g
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 h
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 i
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 </lyxtabular>
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \begin_layout Standard
11717 To create for example Table
11718 \begin_inset space ~
11719 \end_inset
11720
11721
11722 \begin_inset CommandInset ref
11723 LatexCommand ref
11724 reference "tab:Table-with-centered"
11725
11726 \end_inset
11727
11728 , mark the first two cells in the first row of a 3×3 table and right-click
11729  on them.
11730  Now choose for this cell 
11731 \emph on
11732 multicolumn
11733 \emph default
11734
11735 \emph on
11736 centered alignment
11737 \emph default
11738  and a width of 2.5
11739 \begin_inset space \thinspace{}
11740 \end_inset
11741
11742 cm in the table dialog.
11743  The merged columns should have exactly half the width of the multicolumn
11744  cell, so that you would set a width of 1.25
11745 \begin_inset space \thinspace{}
11746 \end_inset
11747
11748 cm for the first column.
11749  The second column has then automatically a width of 1.25
11750 \begin_inset space \thinspace{}
11751 \end_inset
11752
11753 cm (multicolumn width - width of first column).
11754  This was done for Table
11755 \begin_inset space ~
11756 \end_inset
11757
11758
11759 \begin_inset CommandInset ref
11760 LatexCommand ref
11761 reference "tab:Table-without-half"
11762
11763 \end_inset
11764
11765 .
11766 \end_layout
11767
11768 \begin_layout Standard
11769 \begin_inset Float table
11770 wide false
11771 sideways false
11772 status open
11773
11774 \begin_layout Plain Layout
11775 \begin_inset Caption
11776
11777 \begin_layout Plain Layout
11778 \begin_inset CommandInset label
11779 LatexCommand label
11780 name "tab:Table-without-half"
11781
11782 \end_inset
11783
11784 Table where the spanned table columns are not exactly half the width of
11785  the multicolumn cell
11786 \begin_inset Argument
11787 status collapsed
11788
11789 \begin_layout Plain Layout
11790 Imperfect multicolumn table
11791 \end_layout
11792
11793 \end_inset
11794
11795
11796 \end_layout
11797
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \begin_layout Plain Layout
11804 \align center
11805 \begin_inset Tabular
11806 <lyxtabular version="3" rows="3" columns="3">
11807 <features tabularvalignment="middle">
11808 <column alignment="center" valignment="top" width="1.25cm">
11809 <column alignment="center" valignment="top" width="0">
11810 <column alignment="center" valignment="top" width="0">
11811 <row>
11812 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 multiple lines multicolumn
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 c
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 <row>
11841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 d
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 e
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 f
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 </row>
11869 <row>
11870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 g
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Plain Layout
11883 h
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 i
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 </row>
11898 </lyxtabular>
11899
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \begin_layout Standard
11911 You can see that the first column is not half the width of the multicolumn
11912  cell, it is a bit bigger.
11913  The reason is that the specified width of a cell 
11914 \begin_inset Formula $W_{g}$
11915 \end_inset
11916
11917  is not its total width 
11918 \begin_inset Formula $W_{\mathrm{tot}}$
11919 \end_inset
11920
11921  because a cell is always a bit larger than specified.
11922  Appendix
11923 \begin_inset space ~
11924 \end_inset
11925
11926
11927 \begin_inset CommandInset ref
11928 LatexCommand eqref
11929 reference "cha:Explanation-of-Equation"
11930
11931 \end_inset
11932
11933  explains this in detail.
11934 \end_layout
11935
11936 \begin_layout Standard
11937 The width 
11938 \begin_inset Formula $W_{g\, n}$
11939 \end_inset
11940
11941  which the user needs to set when 
11942 \emph on
11943 n
11944 \emph default
11945  columns are spanned can be calculated, so that each column has a total
11946  width of 
11947 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11948 \end_inset
11949
11950 :
11951 \begin_inset Formula \begin{equation}
11952 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11953
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Standard
11960 In our case we have 
11961 \begin_inset Formula $n=2$
11962 \end_inset
11963
11964
11965 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11966 \end_inset
11967
11968 cm and the default values for the lengths, so that equation 
11969 \begin_inset CommandInset ref
11970 LatexCommand ref
11971 reference "eq:Wgn"
11972
11973 \end_inset
11974
11975  becomes
11976 \begin_inset Formula \begin{equation}
11977 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \begin_layout Standard
11985 To enable calculations in LaTeX, the LaTeX-package 
11986 \series bold
11987 calc
11988 \series default
11989  must be loaded with the document preamble line
11990 \begin_inset Index idx
11991 status collapsed
11992
11993 \begin_layout Plain Layout
11994 LaTeX-packages ! calc
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \begin_layout Standard
12003
12004 \series bold
12005
12006 \backslash
12007 usepackage{calc}
12008 \end_layout
12009
12010 \begin_layout Standard
12011 LyX does not allow you to calculate lengths in the 
12012 \family sans
12013 Width
12014 \family default
12015  field of the table dialog.
12016  Therefore you have to format the column by inserting a LaTeX-argument in
12017  the dialog.
12018  Here is an overview about the arguments:
12019 \end_layout
12020
12021 \begin_layout Itemize
12022
12023 \series bold
12024 p{width}
12025 \series default
12026  creates cell with a fixed width, its text is vertically top-aligned
12027 \end_layout
12028
12029 \begin_layout Itemize
12030
12031 \series bold
12032 m{width}
12033 \series default
12034  creates cell with a fixed width, its text is vertically centered
12035 \end_layout
12036
12037 \begin_layout Itemize
12038
12039 \series bold
12040 b{width}
12041 \series default
12042  creates cell with a fixed width, its text is vertically bottom-aligned
12043 \end_layout
12044
12045 \begin_layout Standard
12046 By entering a LaTeX-argument, all cell settings set in the table dialog
12047  are overwritten.
12048 \end_layout
12049
12050 \begin_layout Standard
12051 \begin_inset Note Greyedout
12052 status open
12053
12054 \begin_layout Plain Layout
12055
12056 \series bold
12057 Note:
12058 \series default
12059  Due to a bug, LyX shows the overwritten settings anyway.
12060 \end_layout
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 As the text should be horizontally centered, the command 
12069 \series bold
12070
12071 \backslash
12072 centering
12073 \series default
12074  is added.
12075  You can now enter the following LaTeX-argument for the first spanned column:
12076 \end_layout
12077
12078 \begin_layout Standard
12079
12080 \series bold
12081 >{
12082 \backslash
12083 centering}m{1.25cm-6.2pt}
12084 \end_layout
12085
12086 \begin_layout Standard
12087 The command 
12088 \series bold
12089 >{ }
12090 \series default
12091  means, that the commands inside the braces are applied before the cell
12092  is created.
12093 \end_layout
12094
12095 \begin_layout Standard
12096 Although we have chosen centered alignment for the text of the multicolumn
12097  cell, it is still left aligned.
12098  This is because LyX only applies the alignment to single columns.
12099  So for the multicolumn cell we have to use the LaTeX-argument
12100 \end_layout
12101
12102 \begin_layout Standard
12103
12104 \series bold
12105 >{
12106 \backslash
12107 centering}m{2.5cm}
12108 \end_layout
12109
12110 \begin_layout Subsection
12111 Multirows
12112 \begin_inset Index idx
12113 status collapsed
12114
12115 \begin_layout Plain Layout
12116 Multirows
12117 \end_layout
12118
12119 \end_inset
12120
12121
12122 \begin_inset Index idx
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126 Table ! Multirows
12127 \end_layout
12128
12129 \end_inset
12130
12131
12132 \end_layout
12133
12134 \begin_layout Standard
12135 Unlike multicolumns multirows are not yet supported by LyX; so a bit of
12136  TeX-Code needs to be used.
12137  To use multirows load the LaTeX-package 
12138 \series bold
12139 multirow
12140 \series default
12141
12142 \begin_inset Index idx
12143 status collapsed
12144
12145 \begin_layout Plain Layout
12146 LaTeX-packages ! multirow
12147 \end_layout
12148
12149 \end_inset
12150
12151  in your document preamble with the command
12152 \end_layout
12153
12154 \begin_layout Standard
12155
12156 \series bold
12157
12158 \backslash
12159 usepackage{multirow}
12160 \end_layout
12161
12162 \begin_layout Standard
12163 Multirows are created with the command
12164 \end_layout
12165
12166 \begin_layout Standard
12167
12168 \series bold
12169
12170 \backslash
12171 multirow{number of rows}{cell width}{cell entry}
12172 \end_layout
12173
12174 \begin_layout Standard
12175 To create the following table:
12176 \end_layout
12177
12178 \begin_layout Standard
12179 \align center
12180 \begin_inset ERT
12181 status collapsed
12182
12183 \begin_layout Plain Layout
12184
12185
12186 \backslash
12187 renewcommand{
12188 \backslash
12189 multirowsetup}{
12190 \backslash
12191 centering}
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \begin_inset Tabular
12198 <lyxtabular version="3" rows="3" columns="3">
12199 <features tabularvalignment="middle">
12200 <column alignment="center" valignment="top" width="0">
12201 <column alignment="center" valignment="top" width="0">
12202 <column alignment="center" valignment="top" width="0">
12203 <row>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 a
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217 b
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 c
12227 \end_layout
12228
12229 \end_inset
12230 </cell>
12231 </row>
12232 <row>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 \begin_inset ERT
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241
12242
12243 \backslash
12244 multirow{2}{2.5cm}{
12245 \end_layout
12246
12247 \end_inset
12248
12249 multirow entry
12250 \begin_inset ERT
12251 status collapsed
12252
12253 \begin_layout Plain Layout
12254
12255 }
12256 \end_layout
12257
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 e
12270 \end_layout
12271
12272 \end_inset
12273 </cell>
12274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 f
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 </row>
12284 <row>
12285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 h
12299 \end_layout
12300
12301 \end_inset
12302 </cell>
12303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12304 \begin_inset Text
12305
12306 \begin_layout Plain Layout
12307 i
12308 \end_layout
12309
12310 \end_inset
12311 </cell>
12312 </row>
12313 </lyxtabular>
12314
12315 \end_inset
12316
12317
12318 \begin_inset ERT
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322
12323
12324 \backslash
12325 renewcommand{
12326 \backslash
12327 multirowsetup}{
12328 \backslash
12329 raggedright}
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \begin_layout Standard
12338 create a 3×3 table.
12339  Unset the upper border of the last cell in the first column.
12340  The multirow is now created in the second row of the first column by inserting
12341  there the command
12342 \end_layout
12343
12344 \begin_layout Standard
12345
12346 \series bold
12347
12348 \backslash
12349 multirow{2}{2.5cm}{
12350 \end_layout
12351
12352 \begin_layout Standard
12353 as TeX-Code.
12354  According to the command parameters the multirow spans now two rows and
12355  has a width of 2.5
12356 \begin_inset space \thinspace{}
12357 \end_inset
12358
12359 cm.
12360  The content of the multirow cell follows outside the TeX-Code box and the
12361  command is finished with a right brace 
12362 \series bold
12363 }
12364 \series default
12365  in another TeX-Code-box after the text.
12366 \end_layout
12367
12368 \begin_layout Standard
12369
12370 \series bold
12371
12372 \backslash
12373 multirow
12374 \series default
12375  left-aligns its content by default.
12376  To override the default, renew the command 
12377 \series bold
12378
12379 \backslash
12380 multirowsetup
12381 \series default
12382  with the command
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 renewcommand{
12391 \backslash
12392 multirowsetup}{
12393 \backslash
12394 centering}
12395 \end_layout
12396
12397 \begin_layout Standard
12398 in TeX-Code in the document preamble.
12399  Then all entries of multirow cells in the document are centered.
12400  If centering is only needed for several tables, you can renew the command
12401  in a TeX-Code box just before the table instead of the preamble.
12402  If the text should be right-aligned, replace 
12403 \series bold
12404
12405 \backslash
12406 centering
12407 \series default
12408  by 
12409 \series bold
12410
12411 \backslash
12412 raggedleft
12413 \series default
12414 .
12415  To return to left-alignment 
12416 \series bold
12417
12418 \backslash
12419 raggedright
12420 \series default
12421  is used.
12422 \end_layout
12423
12424 \begin_layout Section
12425 Formal Tables
12426 \begin_inset CommandInset label
12427 LatexCommand label
12428 name "sec:Formal-Tables"
12429
12430 \end_inset
12431
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Table ! Formal
12438 \end_layout
12439
12440 \end_inset
12441
12442
12443 \end_layout
12444
12445 \begin_layout Standard
12446 Tables are often typeset in books similar to Table
12447 \begin_inset space ~
12448 \end_inset
12449
12450
12451 \begin_inset CommandInset ref
12452 LatexCommand ref
12453 reference "tab:Example-booktabs-table"
12454
12455 \end_inset
12456
12457 .
12458  This kind of tables is called 
12459 \begin_inset Quotes eld
12460 \end_inset
12461
12462
12463 \emph on
12464 formal
12465 \emph default
12466
12467 \begin_inset Quotes erd
12468 \end_inset
12469
12470 .
12471  To make a table a formal table use the option 
12472 \family sans
12473 Formal
12474 \family default
12475  in the 
12476 \family sans
12477 Borders
12478 \family default
12479  tab of the table dialog.
12480 \end_layout
12481
12482 \begin_layout Standard
12483 \begin_inset Float table
12484 placement h
12485 wide false
12486 sideways false
12487 status open
12488
12489 \begin_layout Plain Layout
12490 \begin_inset Caption
12491
12492 \begin_layout Plain Layout
12493 \begin_inset CommandInset label
12494 LatexCommand label
12495 name "tab:Example-booktabs-table"
12496
12497 \end_inset
12498
12499 Example booktabs-table
12500 \end_layout
12501
12502 \end_inset
12503
12504
12505 \end_layout
12506
12507 \begin_layout Plain Layout
12508 \align center
12509 \begin_inset Tabular
12510 <lyxtabular version="3" rows="8" columns="4">
12511 <features booktabs="true" tabularvalignment="middle">
12512 <column alignment="center" valignment="top" width="0">
12513 <column alignment="center" valignment="top" width="0">
12514 <column alignment="center" valignment="top" width="0">
12515 <column alignment="center" valignment="top" width="0">
12516 <row>
12517 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 System
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 Chip
12531 \begin_inset space \thinspace{}
12532 \end_inset
12533
12534 1
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 Chip
12544 \begin_inset space \thinspace{}
12545 \end_inset
12546
12547 2
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 </row>
12562 <row>
12563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 \begin_inset ERT
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571
12572
12573 \backslash
12574 cmidrule(r){2-2}
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \begin_inset ERT
12581 status collapsed
12582
12583 \begin_layout Plain Layout
12584
12585
12586 \backslash
12587 cmidrule(l){3-4}
12588 \end_layout
12589
12590 \end_inset
12591
12592 Detector thickness in Âµm
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 <cell alignment="center" valignment="top" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 300
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 <cell alignment="center" valignment="top" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 300
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 700
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 </row>
12625 <row>
12626 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 Edge angle in Â°
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 3.55
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 2.71
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 7.99
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 </row>
12663 <row topspace="default">
12664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 Spatial resolution in Âµm
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 4.26
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 10.17
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 10.56
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 <row topspace="default">
12702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 MTF at 
12707 \begin_inset Formula $f_{\mathrm{max}}$
12708 \end_inset
12709
12710
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 0.53
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 0.37
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 0.39
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 </row>
12743 <row topspace="default">
12744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 \begin_inset ERT
12749 status collapsed
12750
12751 \begin_layout Plain Layout
12752
12753
12754 \backslash
12755 cmidrule(l{10pt}){1-1}
12756 \end_layout
12757
12758 \end_inset
12759
12760 LSF-spatial resolution
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 </row>
12793 <row>
12794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 in Âµm
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 129.7
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 52.75
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 50.78
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 </row>
12831 <row>
12832 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 in % of pixel size
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 76.3
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 95.9
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 92.3
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 </row>
12869 </lyxtabular>
12870
12871 \end_inset
12872
12873
12874 \end_layout
12875
12876 \end_inset
12877
12878
12879 \end_layout
12880
12881 \begin_layout Standard
12882 Spaces to table rows can be added using the 
12883 \family sans
12884 Borders
12885 \family default
12886  tab of the table dialog as described in section
12887 \begin_inset space ~
12888 \end_inset
12889
12890
12891 \begin_inset CommandInset ref
12892 LatexCommand ref
12893 reference "sub:Row-Spacing"
12894
12895 \end_inset
12896
12897 .
12898 \end_layout
12899
12900 \begin_layout Standard
12901 Unlike normal tables, formal tables have no vertical table lines.
12902  The horizontal table lines can be set as for normal tables but they appear
12903  with different widths in the output:
12904 \begin_inset Newline newline
12905 \end_inset
12906
12907 The first and the last table line have a default width of 0.08
12908 \begin_inset space \thinspace{}
12909 \end_inset
12910
12911 em while the other lines have a default width of 0.05
12912 \begin_inset space \thinspace{}
12913 \end_inset
12914
12915 em.
12916 \end_layout
12917
12918 \begin_layout Standard
12919 The default widths can be changed with the following preamble lines
12920 \end_layout
12921
12922 \begin_layout Standard
12923
12924 \series bold
12925
12926 \backslash
12927 let
12928 \backslash
12929 mytoprule
12930 \backslash
12931 toprule
12932 \begin_inset Newline newline
12933 \end_inset
12934
12935
12936 \backslash
12937 renewcommand{
12938 \backslash
12939 toprule}{
12940 \backslash
12941 mytoprule[width]}
12942 \end_layout
12943
12944 \begin_layout Standard
12945 This example is for the first line, the so called 
12946 \series bold
12947 toprule
12948 \series default
12949 .
12950  If you want to change the width for the last line, replace 
12951 \series bold
12952 toprule
12953 \series default
12954  by 
12955 \series bold
12956 bottomrule
12957 \series default
12958 .
12959  To change the width for the other lines replace 
12960 \series bold
12961 toprule
12962 \series default
12963  by 
12964 \series bold
12965 midrule
12966 \series default
12967 .
12968  You can use all units listed in appendix
12969 \begin_inset space ~
12970 \end_inset
12971
12972
12973 \begin_inset CommandInset ref
12974 LatexCommand ref
12975 reference "cha:Units-available-in"
12976
12977 \end_inset
12978
12979  to set the width.
12980 \end_layout
12981
12982 \begin_layout Standard
12983 Lines that do not span all table columns can be created by setting a table
12984  line for multicolumn cells.
12985  LyX will then internally use the command 
12986 \series bold
12987
12988 \backslash
12989 cmidrule
12990 \series default
12991  to create this line.
12992  Its full scheme is
12993 \end_layout
12994
12995 \begin_layout Standard
12996
12997 \series bold
12998
12999 \backslash
13000 cmidrule[width](trim){startcol-endcol}
13001 \end_layout
13002
13003 \begin_layout Standard
13004 The options of 
13005 \series bold
13006
13007 \backslash
13008 cmidrule
13009 \series default
13010  are currently not supported by LyX so you have to use TeX-Code to be able
13011  to use them.
13012  
13013 \series bold
13014
13015 \backslash
13016 cmidrule
13017 \series default
13018 s can manually be created by inserting the command as TeX-Code as the first
13019  cell entry of the first cell of a row.
13020  The line is then drawn in the output above the current row.
13021 \end_layout
13022
13023 \begin_layout Standard
13024 The default for the width is 0.03
13025 \begin_inset space \thinspace{}
13026 \end_inset
13027
13028 em.
13029  Startcol is the number of the column where the line starts and endcol the
13030  column number where the line ends.
13031  The endcol always needs to be specified, also when the line should span
13032  only one column.
13033  The optional parameter trim could be either 
13034 \emph on
13035 l{trimwidth}
13036 \emph default
13037 , or 
13038 \emph on
13039 r{trimwidth}
13040 \emph default
13041  where the trimwidth is also optional.
13042  Using for example the parameter 
13043 \emph on
13044 l{2pt}
13045 \emph default
13046  means that the line is trimmed from its left end by 2
13047 \begin_inset space \thinspace{}
13048 \end_inset
13049
13050 pt.
13051  If you don't specify the trimwidth the lines are trimmed by the default
13052  of 0.5
13053 \begin_inset space \thinspace{}
13054 \end_inset
13055
13056 em.
13057 \end_layout
13058
13059 \begin_layout Standard
13060 \begin_inset VSpace bigskip
13061 \end_inset
13062
13063 Table
13064 \begin_inset space ~
13065 \end_inset
13066
13067
13068 \begin_inset CommandInset ref
13069 LatexCommand ref
13070 reference "tab:Example-booktabs-table"
13071
13072 \end_inset
13073
13074  was created using the commands
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080
13081 \backslash
13082 cmidrule(r){2-2}
13083 \backslash
13084 cmidrule(l){3-4}
13085 \end_layout
13086
13087 \begin_layout Standard
13088 at the beginning of the second row and
13089 \end_layout
13090
13091 \begin_layout Standard
13092
13093 \series bold
13094
13095 \backslash
13096 cmidrule(l{10pt}){1-1}
13097 \end_layout
13098
13099 \begin_layout Standard
13100 in the sixth row.
13101 \end_layout
13102
13103 \begin_layout Standard
13104 \begin_inset VSpace bigskip
13105 \end_inset
13106
13107
13108 \end_layout
13109
13110 \begin_layout Standard
13111 You might want to have overlapping 
13112 \series bold
13113
13114 \backslash
13115 cmidrule
13116 \series default
13117 s as in in Table
13118 \begin_inset space ~
13119 \end_inset
13120
13121
13122 \begin_inset CommandInset ref
13123 LatexCommand ref
13124 reference "tab:Special-booktabs-table"
13125
13126 \end_inset
13127
13128 .
13129  This can be achieved with the TeX-Code command
13130 \end_layout
13131
13132 \begin_layout Standard
13133
13134 \series bold
13135
13136 \backslash
13137 morecmidrules
13138 \end_layout
13139
13140 \begin_layout Standard
13141 The command that was used for the second row of Table
13142 \begin_inset space ~
13143 \end_inset
13144
13145
13146 \begin_inset CommandInset ref
13147 LatexCommand ref
13148 reference "tab:Special-booktabs-table"
13149
13150 \end_inset
13151
13152  is
13153 \end_layout
13154
13155 \begin_layout Standard
13156
13157 \series bold
13158
13159 \backslash
13160 cmidrule(r){2-2}
13161 \backslash
13162 cmidrule(l){3-4}
13163 \backslash
13164 morecmidrules
13165 \backslash
13166 cmidrule{2-4}
13167 \end_layout
13168
13169 \begin_layout Standard
13170 The command for the sixth row is
13171 \end_layout
13172
13173 \begin_layout Standard
13174
13175 \series bold
13176
13177 \backslash
13178 midrule
13179 \backslash
13180 morecmidrules
13181 \backslash
13182 cmidrule{3-4}
13183 \end_layout
13184
13185 \begin_layout Standard
13186 \begin_inset VSpace bigskip
13187 \end_inset
13188
13189
13190 \end_layout
13191
13192 \begin_layout Standard
13193 If you are anyway not satisfied with the border line spacing, you can use
13194  the following command to produce lines that span over all table columns
13195 \series bold
13196 :
13197 \end_layout
13198
13199 \begin_layout Standard
13200
13201 \series bold
13202
13203 \backslash
13204 specialrule{width}{space above}{space below}
13205 \end_layout
13206
13207 \begin_layout Standard
13208 For more information about these features, refer to the manual of the LaTeX-pack
13209 age 
13210 \series bold
13211 booktabs
13212 \series default
13213  
13214 \begin_inset CommandInset citation
13215 LatexCommand cite
13216 key "booktabs"
13217
13218 \end_inset
13219
13220 .
13221 \begin_inset Index idx
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225 LaTeX-packages ! booktabs
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \end_layout
13232
13233 \begin_layout Standard
13234 \begin_inset Float table
13235 placement h
13236 wide false
13237 sideways false
13238 status open
13239
13240 \begin_layout Plain Layout
13241 \begin_inset Caption
13242
13243 \begin_layout Plain Layout
13244 \begin_inset CommandInset label
13245 LatexCommand label
13246 name "tab:Special-booktabs-table"
13247
13248 \end_inset
13249
13250 Special booktabs-table
13251 \end_layout
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \begin_layout Plain Layout
13259 \align center
13260 \begin_inset Tabular
13261 <lyxtabular version="3" rows="8" columns="4">
13262 <features booktabs="true" tabularvalignment="middle">
13263 <column alignment="center" valignment="top" width="0">
13264 <column alignment="center" valignment="top" width="0">
13265 <column alignment="center" valignment="top" width="0">
13266 <column alignment="center" valignment="top" width="0">
13267 <row>
13268 <cell alignment="center" valignment="top" topline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 System
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" topline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 Chip
13282 \begin_inset space \thinspace{}
13283 \end_inset
13284
13285 1
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Chip
13295 \begin_inset space \thinspace{}
13296 \end_inset
13297
13298 2
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 </row>
13313 <row>
13314 <cell alignment="center" valignment="top" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 \begin_inset ERT
13319 status collapsed
13320
13321 \begin_layout Plain Layout
13322
13323
13324 \backslash
13325 cmidrule(r){2-2}
13326 \end_layout
13327
13328 \end_inset
13329
13330
13331 \begin_inset ERT
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335
13336
13337 \backslash
13338 cmidrule(l){3-4}
13339 \end_layout
13340
13341 \end_inset
13342
13343
13344 \begin_inset ERT
13345 status collapsed
13346
13347 \begin_layout Plain Layout
13348
13349
13350 \backslash
13351 morecmidrules 
13352 \end_layout
13353
13354 \end_inset
13355
13356
13357 \begin_inset ERT
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361
13362
13363 \backslash
13364 cmidrule{2-4}
13365 \end_layout
13366
13367 \end_inset
13368
13369 Detector thickness in Âµm
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 300
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 300
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 700
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 </row>
13402 <row>
13403 <cell alignment="center" valignment="top" topline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 Edge angle in Â°
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" topline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416 3.55
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" topline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 2.71
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" topline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 7.99
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 <row topspace="default">
13441 <cell alignment="center" valignment="top" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 Spatial resolution in Âµm
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 4.26
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 10.17
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 10.56
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 </row>
13478 <row topspace="default">
13479 <cell alignment="center" valignment="top" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 MTF at 
13484 \begin_inset Formula $f_{\mathrm{max}}$
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 0.53
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 0.37
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 <cell alignment="center" valignment="top" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 0.39
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 </row>
13520 <row>
13521 <cell alignment="center" valignment="top" topline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 \begin_inset ERT
13526 status collapsed
13527
13528 \begin_layout Plain Layout
13529
13530
13531 \backslash
13532 morecmidrules 
13533 \end_layout
13534
13535 \end_inset
13536
13537
13538 \begin_inset ERT
13539 status collapsed
13540
13541 \begin_layout Plain Layout
13542
13543
13544 \backslash
13545 cmidrule{3-4}
13546 \end_layout
13547
13548 \end_inset
13549
13550 LSF-spatial resolution
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 </row>
13583 <row>
13584 <cell alignment="center" valignment="top" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 in Âµm
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 <cell alignment="center" valignment="top" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 129.7
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 52.75
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 50.78
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 </row>
13621 <row>
13622 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 in % of pixel size
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 76.3
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 95.9
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653 92.3
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 </row>
13659 </lyxtabular>
13660
13661 \end_inset
13662
13663
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \begin_layout Section
13672 Vertical Table Alignment
13673 \begin_inset Index idx
13674 status collapsed
13675
13676 \begin_layout Plain Layout
13677 Table ! Alignment
13678 \end_layout
13679
13680 \end_inset
13681
13682
13683 \end_layout
13684
13685 \begin_layout Standard
13686 To align tables vertically in a text line the table must be inside a box.
13687  The box can then be vertically aligned as described in section
13688 \begin_inset space ~
13689 \end_inset
13690
13691
13692 \begin_inset CommandInset ref
13693 LatexCommand ref
13694 reference "sec:Box-Dialog"
13695
13696 \end_inset
13697
13698 .
13699 \end_layout
13700
13701 \begin_layout Standard
13702 In the following example the tables are inside a minipage
13703 \begin_inset Foot
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707 Minipages are described in section
13708 \begin_inset space ~
13709 \end_inset
13710
13711
13712 \begin_inset CommandInset ref
13713 LatexCommand ref
13714 reference "sec:Minipages"
13715
13716 \end_inset
13717
13718 .
13719 \end_layout
13720
13721 \end_inset
13722
13723  box that has a width of 15
13724 \begin_inset space \thinspace{}
13725 \end_inset
13726
13727 col%:
13728 \end_layout
13729
13730 \begin_layout Itemize
13731 test 
13732 \begin_inset Box Frameless
13733 position "t"
13734 hor_pos "c"
13735 has_inner_box 1
13736 inner_pos "c"
13737 use_parbox 0
13738 use_makebox 0
13739 width "15col%"
13740 special "none"
13741 height "1in"
13742 height_special "totalheight"
13743 status collapsed
13744
13745 \begin_layout Plain Layout
13746 \begin_inset Tabular
13747 <lyxtabular version="3" rows="3" columns="3">
13748 <features tabularvalignment="middle">
13749 <column alignment="center" valignment="top" width="0">
13750 <column alignment="center" valignment="top" width="0">
13751 <column alignment="center" valignment="top" width="0">
13752 <row>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 a
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 d
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 g
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 </row>
13781 <row>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 b
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 e
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 h
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 </row>
13810 <row>
13811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 c
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 f
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 i
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 </row>
13839 </lyxtabular>
13840
13841 \end_inset
13842
13843
13844 \end_layout
13845
13846 \end_inset
13847
13848  test 
13849 \begin_inset ERT
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853
13854
13855 \backslash
13856 raisebox{0.85
13857 \backslash
13858 baselineskip}{
13859 \end_layout
13860
13861 \end_inset
13862
13863
13864 \begin_inset Box Frameless
13865 position "t"
13866 hor_pos "c"
13867 has_inner_box 1
13868 inner_pos "c"
13869 use_parbox 0
13870 use_makebox 0
13871 width "15col%"
13872 special "none"
13873 height "1in"
13874 height_special "totalheight"
13875 status collapsed
13876
13877 \begin_layout Plain Layout
13878 \begin_inset Tabular
13879 <lyxtabular version="3" rows="3" columns="3">
13880 <features tabularvalignment="middle">
13881 <column alignment="center" valignment="top" width="0">
13882 <column alignment="center" valignment="top" width="0">
13883 <column alignment="center" valignment="top" width="0">
13884 <row>
13885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 a
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 d
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 g
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 </row>
13913 <row>
13914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 b
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 e
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 h
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 </row>
13942 <row>
13943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 c
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 f
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 i
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 </lyxtabular>
13972
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \end_inset
13979
13980
13981 \begin_inset ERT
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985
13986 }
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \begin_layout Itemize
13995 test 
13996 \begin_inset Box Frameless
13997 position "c"
13998 hor_pos "c"
13999 has_inner_box 1
14000 inner_pos "c"
14001 use_parbox 0
14002 use_makebox 0
14003 width "15col%"
14004 special "none"
14005 height "1in"
14006 height_special "totalheight"
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010 \begin_inset Tabular
14011 <lyxtabular version="3" rows="3" columns="3">
14012 <features tabularvalignment="middle">
14013 <column alignment="center" valignment="top" width="0">
14014 <column alignment="center" valignment="top" width="0">
14015 <column alignment="center" valignment="top" width="0">
14016 <row>
14017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14018 \begin_inset Text
14019
14020 \begin_layout Plain Layout
14021 a
14022 \end_layout
14023
14024 \end_inset
14025 </cell>
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 d
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 g
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 </row>
14045 <row>
14046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050 b
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 e
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 h
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 </row>
14074 <row>
14075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 c
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Plain Layout
14088 f
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097 i
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 </row>
14103 </lyxtabular>
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \end_inset
14111
14112
14113 \end_layout
14114
14115 \begin_layout Itemize
14116 test 
14117 \begin_inset Box Frameless
14118 position "b"
14119 hor_pos "c"
14120 has_inner_box 1
14121 inner_pos "c"
14122 use_parbox 0
14123 use_makebox 0
14124 width "15col%"
14125 special "none"
14126 height "1in"
14127 height_special "totalheight"
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131 \begin_inset Tabular
14132 <lyxtabular version="3" rows="3" columns="3">
14133 <features tabularvalignment="middle">
14134 <column alignment="center" valignment="top" width="0">
14135 <column alignment="center" valignment="top" width="0">
14136 <column alignment="center" valignment="top" width="0">
14137 <row>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 a
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 d
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 g
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 <row>
14167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 b
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 e
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 h
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 </row>
14195 <row>
14196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 c
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 f
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 i
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 </row>
14224 </lyxtabular>
14225
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \end_inset
14232
14233  test 
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239
14240 \backslash
14241 raisebox{-0.32
14242 \backslash
14243 baselineskip}{
14244 \end_layout
14245
14246 \end_inset
14247
14248
14249 \begin_inset Box Frameless
14250 position "b"
14251 hor_pos "c"
14252 has_inner_box 1
14253 inner_pos "c"
14254 use_parbox 0
14255 use_makebox 0
14256 width "15col%"
14257 special "none"
14258 height "1in"
14259 height_special "totalheight"
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263 \begin_inset Tabular
14264 <lyxtabular version="3" rows="3" columns="3">
14265 <features tabularvalignment="middle">
14266 <column alignment="center" valignment="top" width="0">
14267 <column alignment="center" valignment="top" width="0">
14268 <column alignment="center" valignment="top" width="0">
14269 <row>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 a
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283 d
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 g
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 </row>
14298 <row>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 b
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 e
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321 h
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 </row>
14327 <row>
14328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 c
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 f
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 i
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 </lyxtabular>
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Standard
14380 As you will see, the content of the first and last table row is not correctly
14381  aligned.
14382  To get this alignment, the minipage box must be set into a raisebox
14383 \begin_inset Foot
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387 Raiseboxes are described in section
14388 \begin_inset space ~
14389 \end_inset
14390
14391
14392 \begin_inset CommandInset ref
14393 LatexCommand ref
14394 reference "sub:Vertical-Alignment"
14395
14396 \end_inset
14397
14398 .
14399 \end_layout
14400
14401 \end_inset
14402
14403 .
14404  In the example above the second table in the first item is aligned using
14405  the TeX-Code-command
14406 \end_layout
14407
14408 \begin_layout Standard
14409
14410 \series bold
14411
14412 \backslash
14413 raisebox{0.85
14414 \backslash
14415 baselineskip}{
14416 \end_layout
14417
14418 \begin_layout Standard
14419 before the box.
14420  After the box the closing brace 
14421 \series bold
14422 }
14423 \series default
14424  is inserted as TeX-Code.
14425  For the second table in the last item the command
14426 \end_layout
14427
14428 \begin_layout Standard
14429
14430 \series bold
14431
14432 \backslash
14433 raisebox{-0.32
14434 \backslash
14435 baselineskip}{
14436 \end_layout
14437
14438 \begin_layout Standard
14439 is used.
14440 \end_layout
14441
14442 \begin_layout Standard
14443 \begin_inset Note Greyedout
14444 status open
14445
14446 \begin_layout Plain Layout
14447
14448 \series bold
14449 Note:
14450 \series default
14451  The alignment of the table row content to the surrounding text line is
14452  not exact.
14453  The required value for the 
14454 \series bold
14455
14456 \backslash
14457 raisebox
14458 \series default
14459  command for this alignment depends on the document font, the font size,
14460  and the table line thickness.
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Section
14469 Colored Tables
14470 \begin_inset CommandInset label
14471 LatexCommand label
14472 name "sec:Colored-Tables"
14473
14474 \end_inset
14475
14476
14477 \begin_inset Index idx
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481 Table ! Color
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \begin_layout Subsection
14490 Colored Cells
14491 \begin_inset Index idx
14492 status collapsed
14493
14494 \begin_layout Plain Layout
14495 Table Color ! for Cells
14496 \end_layout
14497
14498 \end_inset
14499
14500
14501 \begin_inset Index idx
14502 status collapsed
14503
14504 \begin_layout Plain Layout
14505 Color ! for Table Cells
14506 \end_layout
14507
14508 \end_inset
14509
14510
14511 \end_layout
14512
14513 \begin_layout Standard
14514 \begin_inset Float table
14515 placement h
14516 wide false
14517 sideways false
14518 status open
14519
14520 \begin_layout Plain Layout
14521 \begin_inset Caption
14522
14523 \begin_layout Plain Layout
14524 \begin_inset CommandInset label
14525 LatexCommand label
14526 name "tab:Table-colored-without"
14527
14528 \end_inset
14529
14530 Table colored without using the package 
14531 \series bold
14532 colortbl
14533 \series default
14534
14535 \begin_inset Argument
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 Table without colortbl
14540 \end_layout
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \end_layout
14551
14552 \begin_layout Plain Layout
14553 \align center
14554 \begin_inset Tabular
14555 <lyxtabular version="3" rows="3" columns="3">
14556 <features tabularvalignment="middle">
14557 <column alignment="center" valignment="top" width="0">
14558 <column alignment="center" valignment="top" width="0">
14559 <column alignment="center" valignment="top" width="0">
14560 <row>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565
14566 \color green
14567 a
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576
14577 \color red
14578 b
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587
14588 \color red
14589 c
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600
14601 \color green
14602 d
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \color blue
14613 e
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622
14623 \color blue
14624 f
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 <row>
14631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635
14636 \color green
14637 g
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646
14647 \color blue
14648 h
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657
14658 \color blue
14659 i
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 </lyxtabular>
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 If you only need colored text, mark the cells and choose a color in the
14679  menu 
14680 \family sans
14681 Edit\SpecialChar \menuseparator
14682 Text
14683 \begin_inset space ~
14684 \end_inset
14685
14686 Style
14687 \family default
14688 .
14689  This was used to create Table
14690 \begin_inset space ~
14691 \end_inset
14692
14693
14694 \begin_inset CommandInset ref
14695 LatexCommand ref
14696 reference "tab:Table-colored-without"
14697
14698 \end_inset
14699
14700 .
14701  In any other case you have to use the LaTeX-package 
14702 \series bold
14703 colortbl
14704 \series default
14705 .
14706 \begin_inset Index idx
14707 status collapsed
14708
14709 \begin_layout Plain Layout
14710 LaTeX-packages ! colortbl
14711 \end_layout
14712
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \begin_layout Standard
14719 \begin_inset ERT
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723
14724
14725 \backslash
14726 ifcolortbl
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \begin_inset Note Note
14733 status open
14734
14735 \begin_layout Plain Layout
14736 The following section part will only be displayed when the LaTeX-package
14737  
14738 \series bold
14739 colortbl
14740 \series default
14741  is installed.
14742 \end_layout
14743
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 To create colored tables, 
14751 \series bold
14752 colortbl
14753 \series default
14754  must be loaded in the preamble with the line
14755 \end_layout
14756
14757 \begin_layout Standard
14758
14759 \series bold
14760
14761 \backslash
14762 usepackage{colortbl}
14763 \end_layout
14764
14765 \begin_layout Standard
14766 The color of a column is adjusted with the command
14767 \end_layout
14768
14769 \begin_layout Standard
14770
14771 \series bold
14772
14773 \backslash
14774 columncolor{name of color}
14775 \end_layout
14776
14777 \begin_layout Standard
14778 inside the command 
14779 \series bold
14780 >{ }
14781 \series default
14782 .
14783  More about the command 
14784 \series bold
14785 >{}
14786 \series default
14787  is contained in section
14788 \begin_inset space ~
14789 \end_inset
14790
14791
14792 \begin_inset CommandInset ref
14793 LatexCommand ref
14794 reference "sub:Multicolumn-Calculations"
14795
14796 \end_inset
14797
14798 .
14799 \end_layout
14800
14801 \begin_layout Standard
14802 The following color names are predefined:
14803 \end_layout
14804
14805 \begin_layout Standard
14806
14807 \family sans
14808 red
14809 \family default
14810
14811 \family sans
14812 green
14813 \family default
14814
14815 \family sans
14816 yellow
14817 \family default
14818
14819 \family sans
14820 blue
14821 \family default
14822
14823 \family sans
14824 cyan
14825 \family default
14826
14827 \family sans
14828 magenta
14829 \family default
14830
14831 \family sans
14832 black
14833 \family default
14834  and 
14835 \family sans
14836 white
14837 \end_layout
14838
14839 \begin_layout Standard
14840 \begin_inset VSpace medskip
14841 \end_inset
14842
14843
14844 \end_layout
14845
14846 \begin_layout Standard
14847 You can also define your own color with the command
14848 \end_layout
14849
14850 \begin_layout Standard
14851
14852 \series bold
14853
14854 \backslash
14855 definecolor{color name}{color model}{color values}
14856 \end_layout
14857
14858 \begin_layout Standard
14859 The color model can be
14860 \end_layout
14861
14862 \begin_layout Labeling
14863 \labelwidthstring 00.00.0000
14864 cmyk: cyan, magenta, yellow, black
14865 \end_layout
14866
14867 \begin_layout Labeling
14868 \labelwidthstring 00.00.0000
14869 rgb: red, green blue
14870 \end_layout
14871
14872 \begin_layout Labeling
14873 \labelwidthstring 00.00.0000
14874 gray gray
14875 \end_layout
14876
14877 \begin_layout Standard
14878 and the color values are comma separated numbers between 0 and 1 describing
14879  the factor for the corresponding color of the color model.
14880 \end_layout
14881
14882 \begin_layout Standard
14883 You can e.
14884 \begin_inset space \thinspace{}
14885 \end_inset
14886
14887 g.
14888 \begin_inset space \space{}
14889 \end_inset
14890
14891 define the color "
14892 \emph on
14893 darkgreen
14894 \emph default
14895 " in the preamble with
14896 \end_layout
14897
14898 \begin_layout Standard
14899
14900 \series bold
14901
14902 \backslash
14903 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14904 \end_layout
14905
14906 \begin_layout Standard
14907 and the color "
14908 \emph on
14909 lightgray
14910 \emph default
14911 " with
14912 \end_layout
14913
14914 \begin_layout Standard
14915
14916 \series bold
14917
14918 \backslash
14919 definecolor{lightgray}{gray}{0.8}
14920 \end_layout
14921
14922 \begin_layout Standard
14923 \begin_inset VSpace medskip
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Standard
14930 Lines are colored with the command
14931 \end_layout
14932
14933 \begin_layout Standard
14934
14935 \series bold
14936
14937 \backslash
14938 rowcolor{name of color}
14939 \end_layout
14940
14941 \begin_layout Standard
14942 and cells are colored with the command
14943 \end_layout
14944
14945 \begin_layout Standard
14946
14947 \series bold
14948
14949 \backslash
14950 cellcolor{name of color}
14951 \end_layout
14952
14953 \begin_layout Standard
14954 Both commands are inserted at the beginning of a cell as TeX-Code.
14955 \end_layout
14956
14957 \begin_layout Standard
14958 To color characters in the table, mark the cells and use the LyX menu 
14959 \family sans
14960 Edit\SpecialChar \menuseparator
14961 Text
14962 \begin_inset space ~
14963 \end_inset
14964
14965 Style
14966 \family default
14967 .
14968  If a cell contains TeX-Code mark only the characters, otherwise the colored
14969  TeX-Code will cause LaTeX-errors.
14970 \end_layout
14971
14972 \begin_layout Standard
14973 \begin_inset Note Greyedout
14974 status open
14975
14976 \begin_layout Plain Layout
14977
14978 \series bold
14979 Note:
14980 \series default
14981  Not all DVI-viewers are able to display self-defined colors.
14982 \end_layout
14983
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \begin_layout Standard
14990 \begin_inset VSpace bigskip
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 To create Table
14998 \begin_inset space ~
14999 \end_inset
15000
15001
15002 \begin_inset CommandInset ref
15003 LatexCommand ref
15004 reference "tab:Table-colored-using"
15005
15006 \end_inset
15007
15008  do the following: The color of the first column should be 
15009 \emph on
15010 darkgreen
15011 \emph default
15012 .
15013  So insert
15014 \end_layout
15015
15016 \begin_layout Standard
15017
15018 \series bold
15019 >{
15020 \backslash
15021 columncolor{darkgreen}
15022 \backslash
15023 centering}c
15024 \end_layout
15025
15026 \begin_layout Standard
15027 as LaTeX-argument for this column.
15028  The first row should be blue, therefore the TeX-Code command
15029 \end_layout
15030
15031 \begin_layout Standard
15032
15033 \series bold
15034
15035 \backslash
15036 rowcolor{cyan}
15037 \end_layout
15038
15039 \begin_layout Standard
15040 is inserted to the first cell of this row.
15041  Note that this overwrites the column color for the first cell.
15042  The last cell of the last row is colored magenta by inserting the TeX-Code
15043  command
15044 \end_layout
15045
15046 \begin_layout Standard
15047
15048 \series bold
15049
15050 \backslash
15051 cellcolor{magenta}
15052 \end_layout
15053
15054 \begin_layout Standard
15055 The characters could now be colored using the menu 
15056 \family sans
15057 Edit\SpecialChar \menuseparator
15058 Text
15059 \begin_inset space ~
15060 \end_inset
15061
15062 Style
15063 \family default
15064 .
15065 \end_layout
15066
15067 \begin_layout Standard
15068 \begin_inset Float table
15069 placement h
15070 wide false
15071 sideways false
15072 status open
15073
15074 \begin_layout Plain Layout
15075 \begin_inset Caption
15076
15077 \begin_layout Plain Layout
15078 \begin_inset CommandInset label
15079 LatexCommand label
15080 name "tab:Table-colored-using"
15081
15082 \end_inset
15083
15084 Table colored using the package 
15085 \series bold
15086 colortbl
15087 \series default
15088
15089 \begin_inset Argument
15090 status collapsed
15091
15092 \begin_layout Plain Layout
15093 Table with colortbl
15094 \end_layout
15095
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \begin_layout Plain Layout
15107 \align center
15108 \begin_inset Tabular
15109 <lyxtabular version="3" rows="3" columns="3">
15110 <features tabularvalignment="middle">
15111 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15112 <column alignment="center" valignment="top" width="0">
15113 <column alignment="center" valignment="top" width="0">
15114 <row>
15115 <cell alignment="center" valignment="top" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset ERT
15120 status collapsed
15121
15122 \begin_layout Plain Layout
15123
15124
15125 \backslash
15126 rowcolor{cyan}
15127 \end_layout
15128
15129 \end_inset
15130
15131
15132 \color magenta
15133 a
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142
15143 \color red
15144 b
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \color red
15155 c
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row>
15162 <cell alignment="center" valignment="top" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166
15167 \color yellow
15168 d
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \color blue
15179 e
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \color blue
15190 f
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 <row>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201
15202 \color yellow
15203 g
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \color blue
15214 h
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 \begin_inset ERT
15224 status collapsed
15225
15226 \begin_layout Plain Layout
15227
15228
15229 \backslash
15230 cellcolor{magenta}
15231 \end_layout
15232
15233 \end_inset
15234
15235
15236 \color green
15237 i
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 </lyxtabular>
15244
15245 \end_inset
15246
15247
15248 \end_layout
15249
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \begin_layout Standard
15256 \begin_inset ERT
15257 status collapsed
15258
15259 \begin_layout Plain Layout
15260
15261
15262 \backslash
15263 else
15264 \end_layout
15265
15266 \end_inset
15267
15268
15269 \begin_inset Note Note
15270 status open
15271
15272 \begin_layout Plain Layout
15273 The following will be displayed when the LaTeX-package 
15274 \series bold
15275 colortbl
15276 \series default
15277  is not installed:
15278 \end_layout
15279
15280 \end_inset
15281
15282
15283 \end_layout
15284
15285 \begin_layout Standard
15286 You need to install the package 
15287 \series bold
15288 colortbl
15289 \series default
15290  to see the content of this section in the output.
15291 \end_layout
15292
15293 \begin_layout Standard
15294 \begin_inset ERT
15295 status collapsed
15296
15297 \begin_layout Plain Layout
15298
15299
15300 \backslash
15301 fi
15302 \end_layout
15303
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \begin_layout Subsection
15310 Colored Lines
15311 \begin_inset Index idx
15312 status collapsed
15313
15314 \begin_layout Plain Layout
15315 Table Color ! for Lines
15316 \end_layout
15317
15318 \end_inset
15319
15320
15321 \begin_inset Index idx
15322 status collapsed
15323
15324 \begin_layout Plain Layout
15325 Color ! for Table Lines
15326 \end_layout
15327
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \begin_layout Standard
15334 As described in section
15335 \begin_inset space ~
15336 \end_inset
15337
15338
15339 \begin_inset CommandInset ref
15340 LatexCommand ref
15341 reference "sub:Line-Thickness"
15342
15343 \end_inset
15344
15345 , the line thickness for all lines in a table can be adjusted with the length
15346  
15347 \series bold
15348
15349 \backslash
15350 arrayrulewidth
15351 \series default
15352 .
15353  It is set to 1.5
15354 \begin_inset space \thinspace{}
15355 \end_inset
15356
15357 pt for all tables of this section.
15358 \begin_inset ERT
15359 status collapsed
15360
15361 \begin_layout Plain Layout
15362
15363
15364 \backslash
15365 setlength{
15366 \backslash
15367 arrayrulewidth}{1.5pt}
15368 \end_layout
15369
15370 \end_inset
15371
15372
15373 \end_layout
15374
15375 \begin_layout Standard
15376 To color vertical lines for example with green, create the following column
15377  format in the document preamble, according to the description in section
15378 \begin_inset space ~
15379 \end_inset
15380
15381
15382 \begin_inset CommandInset ref
15383 LatexCommand ref
15384 reference "sub:Customized-Format"
15385
15386 \end_inset
15387
15388 :
15389 \end_layout
15390
15391 \begin_layout Standard
15392
15393 \series bold
15394
15395 \backslash
15396 newcolumntype{W}{!{
15397 \backslash
15398 color{green}
15399 \backslash
15400 vline}}
15401 \end_layout
15402
15403 \begin_layout Standard
15404 For Table
15405 \begin_inset space ~
15406 \end_inset
15407
15408
15409 \begin_inset CommandInset ref
15410 LatexCommand ref
15411 reference "tab:Table-with-vertical-colored"
15412
15413 \end_inset
15414
15415  the LaTeX-argument
15416 \series bold
15417  WcW
15418 \series default
15419  was used for the last column and
15420 \series bold
15421  Wc
15422 \series default
15423  for the other columns.
15424 \end_layout
15425
15426 \begin_layout Standard
15427 If you want to have several colors, define more column formats.
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset Float table
15432 placement h
15433 wide false
15434 sideways false
15435 status open
15436
15437 \begin_layout Plain Layout
15438 \begin_inset Caption
15439
15440 \begin_layout Plain Layout
15441 \begin_inset CommandInset label
15442 LatexCommand label
15443 name "tab:Table-with-vertical-colored"
15444
15445 \end_inset
15446
15447 Table with colored vertical lines
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \begin_layout Plain Layout
15456 \align center
15457 \begin_inset Tabular
15458 <lyxtabular version="3" rows="3" columns="3">
15459 <features tabularvalignment="middle">
15460 <column alignment="center" valignment="top" width="0" special="Wc">
15461 <column alignment="center" valignment="top" width="0" special="Wc">
15462 <column alignment="center" valignment="top" width="0" special="WcW">
15463 <row>
15464 <cell alignment="center" valignment="top" topline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 sd
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506 sd
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 sd
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 </lyxtabular>
15551
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \begin_layout Standard
15563 \begin_inset VSpace bigskip
15564 \end_inset
15565
15566 To color horizontal lines for example with red, as in Table
15567 \begin_inset space ~
15568 \end_inset
15569
15570
15571 \begin_inset CommandInset ref
15572 LatexCommand ref
15573 reference "tab:Table-with-horizontal-colored"
15574
15575 \end_inset
15576
15577 , insert these commands in TeX-Code before the table or table float:
15578 \end_layout
15579
15580 \begin_layout Standard
15581
15582 \series bold
15583
15584 \backslash
15585 let
15586 \backslash
15587 myHlineC
15588 \backslash
15589 hline
15590 \begin_inset Newline newline
15591 \end_inset
15592
15593
15594 \backslash
15595 renewcommand{
15596 \backslash
15597 hline}
15598 \begin_inset Newline newline
15599 \end_inset
15600
15601
15602 \begin_inset Phantom HPhantom
15603 status open
15604
15605 \begin_layout Plain Layout
15606
15607 \series bold
15608 \begin_inset space ~
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615
15616 {
15617 \backslash
15618 arrayrulecolor{red}
15619 \backslash
15620 myHlineC
15621 \backslash
15622 arrayrulecolor{black}}
15623 \end_layout
15624
15625 \begin_layout Standard
15626 \begin_inset ERT
15627 status collapsed
15628
15629 \begin_layout Plain Layout
15630
15631
15632 \backslash
15633 let
15634 \backslash
15635 myHlineC
15636 \backslash
15637 hline
15638 \end_layout
15639
15640 \begin_layout Plain Layout
15641
15642
15643 \backslash
15644 renewcommand{
15645 \backslash
15646 hline}
15647 \end_layout
15648
15649 \begin_layout Plain Layout
15650
15651  {
15652 \backslash
15653 arrayrulecolor{red}
15654 \backslash
15655 myHlineC
15656 \backslash
15657 arrayrulecolor{black}}
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \begin_inset Float table
15664 placement h
15665 wide false
15666 sideways false
15667 status open
15668
15669 \begin_layout Plain Layout
15670 \begin_inset Caption
15671
15672 \begin_layout Plain Layout
15673 \begin_inset CommandInset label
15674 LatexCommand label
15675 name "tab:Table-with-horizontal-colored"
15676
15677 \end_inset
15678
15679 Table with colored horizontal lines
15680 \end_layout
15681
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \begin_layout Plain Layout
15688 \align center
15689 \begin_inset Tabular
15690 <lyxtabular version="3" rows="3" columns="3">
15691 <features tabularvalignment="middle">
15692 <column alignment="center" valignment="top" width="0">
15693 <column alignment="center" valignment="top" width="0">
15694 <column alignment="center" valignment="top" width="0">
15695 <row>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 sd
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 <row>
15725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 sd
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 sd
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 </lyxtabular>
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \begin_layout Standard
15795 To return to the default line color black, insert this command in TeX-Code
15796  after the table or table float:
15797 \end_layout
15798
15799 \begin_layout Standard
15800
15801 \series bold
15802
15803 \backslash
15804 renewcommand{
15805 \backslash
15806 hline}{
15807 \backslash
15808 myHlineC}
15809 \end_layout
15810
15811 \begin_layout Standard
15812 Table
15813 \begin_inset space ~
15814 \end_inset
15815
15816
15817 \begin_inset CommandInset ref
15818 LatexCommand ref
15819 reference "tab:Table-with-colored"
15820
15821 \end_inset
15822
15823  is an example with colored vertical and horizontal lines.
15824 \end_layout
15825
15826 \begin_layout Standard
15827 \begin_inset Float table
15828 placement h
15829 wide false
15830 sideways false
15831 status open
15832
15833 \begin_layout Plain Layout
15834 \begin_inset Caption
15835
15836 \begin_layout Plain Layout
15837 \begin_inset CommandInset label
15838 LatexCommand label
15839 name "tab:Table-with-colored"
15840
15841 \end_inset
15842
15843 Table with colored lines
15844 \end_layout
15845
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \begin_layout Plain Layout
15852 \align center
15853 \begin_inset Tabular
15854 <lyxtabular version="3" rows="3" columns="3">
15855 <features tabularvalignment="middle">
15856 <column alignment="center" valignment="top" width="0" special="Wc">
15857 <column alignment="center" valignment="top" width="0" special="Wc">
15858 <column alignment="center" valignment="top" width="0" special="WcW">
15859 <row>
15860 <cell alignment="center" valignment="top" topline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 sd
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" topline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 sd
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row topspace="default">
15918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 sd
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 </lyxtabular>
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \begin_layout Standard
15959 \begin_inset ERT
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963
15964
15965 \backslash
15966 renewcommand{
15967 \backslash
15968 hline}{
15969 \backslash
15970 myHlineC}
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Standard
15979 \begin_inset ERT
15980 status collapsed
15981
15982 \begin_layout Plain Layout
15983
15984
15985 \backslash
15986 setlength{
15987 \backslash
15988 arrayrulewidth}{0.4pt}
15989 \end_layout
15990
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \begin_layout Section
15997 Table Customization
15998 \begin_inset Index idx
15999 status collapsed
16000
16001 \begin_layout Plain Layout
16002 Table Customization
16003 \end_layout
16004
16005 \end_inset
16006
16007
16008 \begin_inset Index idx
16009 status collapsed
16010
16011 \begin_layout Plain Layout
16012 Table ! Customization
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \end_layout
16019
16020 \begin_layout Subsection
16021 Row Spacing
16022 \begin_inset CommandInset label
16023 LatexCommand label
16024 name "sub:Row-Spacing"
16025
16026 \end_inset
16027
16028
16029 \begin_inset Index idx
16030 status collapsed
16031
16032 \begin_layout Plain Layout
16033 Table Customization ! Row Spacing
16034 \end_layout
16035
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \begin_layout Standard
16042 You can add vertical space to table rows in the 
16043 \family sans
16044 Borders
16045 \family default
16046  tab of the table dialog.
16047  You find there three possibilities:
16048 \end_layout
16049
16050 \begin_layout Description
16051 Top
16052 \begin_inset space ~
16053 \end_inset
16054
16055 of
16056 \begin_inset space ~
16057 \end_inset
16058
16059 row will add space above the characters of the table row.
16060  If the table is a formal table
16061 \begin_inset Foot
16062 status collapsed
16063
16064 \begin_layout Plain Layout
16065 Formal tables are explained in section
16066 \begin_inset space ~
16067 \end_inset
16068
16069
16070 \begin_inset CommandInset ref
16071 LatexCommand ref
16072 reference "sec:Formal-Tables"
16073
16074 \end_inset
16075
16076 .
16077 \end_layout
16078
16079 \end_inset
16080
16081  LyX will insert as default 0.5
16082 \begin_inset space \thinspace{}
16083 \end_inset
16084
16085 em space.
16086  For normal tables the inserted space will unfortunately destroy the vertical
16087  table lines as in the following table:
16088 \begin_inset VSpace medskip
16089 \end_inset
16090
16091
16092 \begin_inset Newline newline
16093 \end_inset
16094
16095
16096 \begin_inset space \hspace*{}
16097 \length 0pt
16098 \end_inset
16099
16100
16101 \begin_inset space \hfill{}
16102 \end_inset
16103
16104
16105 \begin_inset Tabular
16106 <lyxtabular version="3" rows="3" columns="1">
16107 <features tabularvalignment="middle">
16108 <column alignment="center" valignment="top" width="0">
16109 <row>
16110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114 A
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 </row>
16120 <row topspace="3mm">
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 3
16126 \begin_inset space \thinspace{}
16127 \end_inset
16128
16129 mm space top of row
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 <row>
16136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140 C
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 </row>
16146 </lyxtabular>
16147
16148 \end_inset
16149
16150
16151 \begin_inset space \hfill{}
16152 \end_inset
16153
16154
16155 \begin_inset space \hspace*{}
16156 \length 0pt
16157 \end_inset
16158
16159
16160 \begin_inset VSpace medskip
16161 \end_inset
16162
16163
16164 \begin_inset Newline newline
16165 \end_inset
16166
16167 So inserting space in the top of row for normal tables is only useful when
16168  you don't have vertical lines.
16169 \end_layout
16170
16171 \begin_layout Description
16172 Bottom
16173 \begin_inset space ~
16174 \end_inset
16175
16176 of
16177 \begin_inset space ~
16178 \end_inset
16179
16180 row will add space below the characters of the table row.
16181  If the table is a formal table LyX will insert as default 0.5
16182 \begin_inset space \thinspace{}
16183 \end_inset
16184
16185 em space, for normal tables the default size is 2
16186 \begin_inset space \thinspace{}
16187 \end_inset
16188
16189 pt.
16190 \end_layout
16191
16192 \begin_layout Description
16193 Between
16194 \begin_inset space ~
16195 \end_inset
16196
16197 rows adds space between the current and the following row.
16198  If the table is a formal table LyX will insert as default 0.5
16199 \begin_inset space \thinspace{}
16200 \end_inset
16201
16202 em space.
16203  For normal tables the inserted space will unfortunately destroy the vertical
16204  table lines as in the following table:
16205 \begin_inset VSpace medskip
16206 \end_inset
16207
16208
16209 \begin_inset Newline newline
16210 \end_inset
16211
16212
16213 \begin_inset space \hspace*{}
16214 \length 0pt
16215 \end_inset
16216
16217
16218 \begin_inset space \hfill{}
16219 \end_inset
16220
16221
16222 \begin_inset Tabular
16223 <lyxtabular version="3" rows="3" columns="1">
16224 <features tabularvalignment="middle">
16225 <column alignment="center" valignment="top" width="0">
16226 <row>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 A
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row interlinespace="3mm">
16238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 \begin_inset Formula $\downarrow$
16243 \end_inset
16244
16245  3
16246 \begin_inset space \thinspace{}
16247 \end_inset
16248
16249 mm space between row 
16250 \begin_inset Formula $\downarrow$
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row>
16260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 \begin_inset Formula $\uparrow$
16265 \end_inset
16266
16267  3
16268 \begin_inset space \thinspace{}
16269 \end_inset
16270
16271 mm space between row 
16272 \begin_inset Formula $\uparrow$
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 </row>
16281 </lyxtabular>
16282
16283 \end_inset
16284
16285
16286 \begin_inset space \hfill{}
16287 \end_inset
16288
16289
16290 \begin_inset space \hspace*{}
16291 \length 0pt
16292 \end_inset
16293
16294
16295 \begin_inset VSpace medskip
16296 \end_inset
16297
16298
16299 \begin_inset Newline newline
16300 \end_inset
16301
16302 So inserting space between rows for normal tables is only useful when you
16303  don't have vertical lines.
16304 \end_layout
16305
16306 \begin_layout Standard
16307 \begin_inset VSpace bigskip
16308 \end_inset
16309
16310 When you want to add extra height to all cells of all tables, you can do
16311  this with the following preamble lines:
16312 \end_layout
16313
16314 \begin_layout Standard
16315
16316 \series bold
16317
16318 \backslash
16319 @ifundefined{extrarowheight}
16320 \begin_inset Newline newline
16321 \end_inset
16322
16323
16324 \begin_inset Phantom HPhantom
16325 status open
16326
16327 \begin_layout Plain Layout
16328
16329 \series bold
16330 \begin_inset space ~
16331 \end_inset
16332
16333
16334 \end_layout
16335
16336 \end_inset
16337
16338 {
16339 \backslash
16340 usepackage{array}}{}
16341 \begin_inset Newline newline
16342 \end_inset
16343
16344
16345 \backslash
16346 setlength{
16347 \backslash
16348 extrarowheight}{height}
16349 \end_layout
16350
16351 \begin_layout Standard
16352 But this has the disadvantage that the cell texts are no longer exactly
16353  vertically centered.
16354  (The package 
16355 \series bold
16356 array
16357 \series default
16358  will be loaded automatically by LyX when you use self defined table formats.
16359  To avoid that it being loaded twice the command 
16360 \series bold
16361
16362 \backslash
16363 @ifundefined
16364 \series default
16365  is used in the above command.)
16366 \end_layout
16367
16368 \begin_layout Standard
16369 If you are using font sizes larger than the normal size, the table borders
16370  are often too close to the letters.
16371  This can be corrected by inserting the command 
16372 \series bold
16373
16374 \backslash
16375 strut
16376 \series default
16377  in TeX code at the beginning of a table row.
16378  Table
16379 \begin_inset space ~
16380 \end_inset
16381
16382
16383 \begin_inset CommandInset ref
16384 LatexCommand ref
16385 reference "tab:Vertical-alignment-of"
16386
16387 \end_inset
16388
16389  illustrates the effect.
16390 \end_layout
16391
16392 \begin_layout Standard
16393 \noindent
16394 \begin_inset Float table
16395 placement h
16396 wide false
16397 sideways false
16398 status open
16399
16400 \begin_layout Plain Layout
16401 \begin_inset Caption
16402
16403 \begin_layout Plain Layout
16404 \begin_inset CommandInset label
16405 LatexCommand label
16406 name "tab:Vertical-alignment-of"
16407
16408 \end_inset
16409
16410 Vertical alignment of text with large font sizes.
16411 \end_layout
16412
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \begin_layout Plain Layout
16419 \begin_inset space \hfill{}
16420 \end_inset
16421
16422
16423 \begin_inset Float table
16424 wide false
16425 sideways false
16426 status collapsed
16427
16428 \begin_layout Plain Layout
16429 \begin_inset Caption
16430
16431 \begin_layout Plain Layout
16432 Normal table.
16433 \end_layout
16434
16435 \end_inset
16436
16437
16438 \end_layout
16439
16440 \begin_layout Plain Layout
16441 \noindent
16442 \align center
16443 \begin_inset Tabular
16444 <lyxtabular version="3" rows="6" columns="1">
16445 <features tabularvalignment="middle">
16446 <column alignment="left" valignment="top" width="0">
16447 <row>
16448 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 Normal, g
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row>
16459 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \size large
16465 Large
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476
16477 \size larger
16478 Larger
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 </row>
16484 <row>
16485 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489
16490 \size largest
16491 Largest
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row>
16498 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502
16503 \size huge
16504 Huge
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515
16516 \size huge
16517 Huger
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 </lyxtabular>
16524
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \end_inset
16531
16532
16533 \begin_inset space \hfill{}
16534 \end_inset
16535
16536
16537 \begin_inset Float table
16538 wide false
16539 sideways false
16540 status collapsed
16541
16542 \begin_layout Plain Layout
16543 \begin_inset Caption
16544
16545 \begin_layout Plain Layout
16546 Table using the command 
16547 \series bold
16548
16549 \backslash
16550 strut
16551 \series default
16552 .
16553 \end_layout
16554
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \begin_layout Plain Layout
16561 \noindent
16562 \align center
16563 \begin_inset Tabular
16564 <lyxtabular version="3" rows="6" columns="1">
16565 <features tabularvalignment="middle">
16566 <column alignment="left" valignment="top" width="0">
16567 <row>
16568 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 Normal, g
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row>
16579 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583
16584 \size large
16585 \begin_inset ERT
16586 status collapsed
16587
16588 \begin_layout Plain Layout
16589
16590
16591 \backslash
16592 strut 
16593 \end_layout
16594
16595 \end_inset
16596
16597 Large
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row>
16604 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \size larger
16610 \begin_inset ERT
16611 status collapsed
16612
16613 \begin_layout Plain Layout
16614
16615
16616 \backslash
16617 strut 
16618 \end_layout
16619
16620 \end_inset
16621
16622 Larger
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \size largest
16635 \begin_inset ERT
16636 status collapsed
16637
16638 \begin_layout Plain Layout
16639
16640
16641 \backslash
16642 strut 
16643 \end_layout
16644
16645 \end_inset
16646
16647 Largest
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \size huge
16660 \begin_inset ERT
16661 status collapsed
16662
16663 \begin_layout Plain Layout
16664
16665
16666 \backslash
16667 strut 
16668 \end_layout
16669
16670 \end_inset
16671
16672 Huge
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row>
16679 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683
16684 \size giant
16685 \begin_inset ERT
16686 status collapsed
16687
16688 \begin_layout Plain Layout
16689
16690
16691 \backslash
16692 strut 
16693 \end_layout
16694
16695 \end_inset
16696
16697
16698 \size huge
16699 Huger
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 </row>
16705 </lyxtabular>
16706
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \end_inset
16713
16714
16715 \begin_inset space \hfill{}
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \begin_layout Subsection
16727 Special Cell Alignment
16728 \begin_inset Index idx
16729 status collapsed
16730
16731 \begin_layout Plain Layout
16732 Table Customization ! Special Cell Alignment
16733 \end_layout
16734
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \begin_layout Standard
16741 Sometimes it looks better when the cell entries of a column are aligned
16742  with a special character, e.
16743 \begin_inset space \thinspace{}
16744 \end_inset
16745
16746 g.
16747 \begin_inset space \space{}
16748 \end_inset
16749
16750 with the decimal separator as in Table
16751 \begin_inset space ~
16752 \end_inset
16753
16754
16755 \begin_inset CommandInset ref
16756 LatexCommand ref
16757 reference "tab:Table-cells-of"
16758
16759 \end_inset
16760
16761 .
16762 \end_layout
16763
16764 \begin_layout Standard
16765 \begin_inset Float table
16766 placement h
16767 wide false
16768 sideways false
16769 status open
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Caption
16773
16774 \begin_layout Plain Layout
16775 \begin_inset CommandInset label
16776 LatexCommand label
16777 name "tab:Table-cells-of"
16778
16779 \end_inset
16780
16781 Table cells of a column aligned with the decimal separator.
16782 \end_layout
16783
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \begin_layout Plain Layout
16790 \align center
16791 \begin_inset Tabular
16792 <lyxtabular version="3" rows="4" columns="2">
16793 <features tabularvalignment="middle">
16794 <column alignment="right" valignment="top" width="0">
16795 <column alignment="left" valignment="top" width="0" special="@{}l">
16796 <row>
16797 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 heading
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="center" valignment="top" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 12.
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 6
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 </row>
16836 <row>
16837 <cell alignment="center" valignment="top" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 0.
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 68
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 -123.
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 0
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 </lyxtabular>
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \begin_layout Standard
16889 This table was created with a 4×2 table.
16890  The heading is a centered multicolumn.
16891  The first column is right-aligned and contains the digits before the decimal
16892  point and the decimal point.
16893  The second column is left aligned and contains the digits after the decimal
16894  point.
16895  To omit the space that is normally between two table columns, the following
16896  LaTeX-argument was used for the second column:
16897 \end_layout
16898
16899 \begin_layout Standard
16900
16901 \series bold
16902 @{}l
16903 \end_layout
16904
16905 \begin_layout Standard
16906 Table
16907 \begin_inset space ~
16908 \end_inset
16909
16910
16911 \begin_inset CommandInset ref
16912 LatexCommand ref
16913 reference "tab:Several-table-cell"
16914
16915 \end_inset
16916
16917  shows some example alignments.
16918  For the alignment with the relation sign, you must add the second smallest
16919  math-space at the beginning of the last column to get the correct space
16920  surrounding the relation sign.
16921 \end_layout
16922
16923 \begin_layout Standard
16924 \begin_inset Float table
16925 placement h
16926 wide false
16927 sideways false
16928 status open
16929
16930 \begin_layout Plain Layout
16931 \begin_inset Caption
16932
16933 \begin_layout Plain Layout
16934 \begin_inset CommandInset label
16935 LatexCommand label
16936 name "tab:Several-table-cell"
16937
16938 \end_inset
16939
16940 Several table cell alignments.
16941 \end_layout
16942
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \begin_layout Plain Layout
16949 \align center
16950 \begin_inset Tabular
16951 <lyxtabular version="3" rows="4" columns="6">
16952 <features tabularvalignment="middle">
16953 <column alignment="right" valignment="top" width="0">
16954 <column alignment="left" valignment="top" width="0" special="@{}l">
16955 <column alignment="right" valignment="top" width="0">
16956 <column alignment="left" valignment="top" width="0" special="@{}l">
16957 <column alignment="right" valignment="top" width="0">
16958 <column alignment="left" valignment="top" width="0" special="@{}l">
16959 <row>
16960 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 units
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 exponents
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 relations
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 12×
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 24
17030 \begin_inset space \thinspace{}
17031 \end_inset
17032
17033 bottles
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 \begin_inset Formula $10\cdot$
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $10^{\mbox{-}17}$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 \begin_inset Formula $\Gamma(t)\propto$
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 \begin_inset Formula $\:\Upsilon(t)$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 1024×
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 768
17102 \begin_inset space \thinspace{}
17103 \end_inset
17104
17105 Pixels
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 \begin_inset Formula $5.78\cdot$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 \begin_inset Formula $10^{7}$
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $A\ne$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Formula $\: B_{\mathrm{red}}$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 32×
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 6
17174 \begin_inset space \thinspace{}
17175 \end_inset
17176
17177 cm
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 -
17187 \begin_inset Formula $33.5\cdot$
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 \begin_inset Formula $10^{4}$
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 \begin_inset Formula $\sin(\alpha)\ge$
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 \begin_inset Formula $\:\sin(\beta)$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 </lyxtabular>
17233
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \begin_layout Standard
17245 \begin_inset VSpace bigskip
17246 \end_inset
17247
17248 There is also the LaTeX-package 
17249 \series bold
17250 dcolumn
17251 \series default
17252
17253 \begin_inset Index idx
17254 status collapsed
17255
17256 \begin_layout Plain Layout
17257 LaTeX-packages ! dcolumn
17258 \end_layout
17259
17260 \end_inset
17261
17262  that provides table cell alignments.
17263  But this unfortunately treats the cell entries as math and does not allow
17264  formulas in table cells: The first column of Table
17265 \begin_inset space ~
17266 \end_inset
17267
17268
17269 \begin_inset CommandInset ref
17270 LatexCommand ref
17271 reference "tab:Several-table-cell"
17272
17273 \end_inset
17274
17275  will look with 
17276 \series bold
17277 dcolumn
17278 \series default
17279  like the first column in Table
17280 \begin_inset space ~
17281 \end_inset
17282
17283
17284 \begin_inset CommandInset ref
17285 LatexCommand ref
17286 reference "tab:Alignments-when"
17287
17288 \end_inset
17289
17290  and only with some tricks as you would want.
17291  The alignment of the second and third column of Table
17292 \begin_inset space ~
17293 \end_inset
17294
17295
17296 \begin_inset CommandInset ref
17297 LatexCommand ref
17298 reference "tab:Several-table-cell"
17299
17300 \end_inset
17301
17302  is not possible with 
17303 \series bold
17304 dcolumn
17305 \series default
17306 .
17307 \end_layout
17308
17309 \begin_layout Standard
17310 \begin_inset Newpage newpage
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \begin_layout Standard
17317 \begin_inset Float table
17318 placement h
17319 wide false
17320 sideways false
17321 status open
17322
17323 \begin_layout Plain Layout
17324 \begin_inset Caption
17325
17326 \begin_layout Plain Layout
17327 \begin_inset CommandInset label
17328 LatexCommand label
17329 name "tab:Alignments-when"
17330
17331 \end_inset
17332
17333 Alignments when LaTeX-package dcolumn is used.
17334  For all column alignments tricks have to be used to get the output.
17335 \end_layout
17336
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \begin_layout Plain Layout
17343 \align center
17344 \begin_inset Tabular
17345 <lyxtabular version="3" rows="4" columns="3">
17346 <features tabularvalignment="middle">
17347 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17348 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17349 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17350 <row>
17351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 units
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 units
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 units
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 12x24
17385 \begin_inset space \thinspace{}
17386 \end_inset
17387
17388 bottles
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 12x24
17398 \begin_inset space \thinspace{}
17399 \end_inset
17400
17401
17402 \begin_inset Formula $\mbox{bottles}$
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 <cell alignment="center" valignment="top" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414 12
17415 \begin_inset ERT
17416 status collapsed
17417
17418 \begin_layout Plain Layout
17419
17420
17421 \backslash
17422 times 
17423 \end_layout
17424
17425 \end_inset
17426
17427 24+
17428 \begin_inset Formula $\mbox{bottles}$
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 </row>
17437 <row>
17438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 1024x768
17443 \begin_inset space \thinspace{}
17444 \end_inset
17445
17446 Pixels
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 1024x768
17456 \begin_inset space \thinspace{}
17457 \end_inset
17458
17459
17460 \begin_inset Formula $\mbox{Pixels}$
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 1024
17473 \begin_inset ERT
17474 status collapsed
17475
17476 \begin_layout Plain Layout
17477
17478
17479 \backslash
17480 times 
17481 \end_layout
17482
17483 \end_inset
17484
17485 768+
17486 \begin_inset Formula $\mbox{Pixels}$
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 </row>
17495 <row>
17496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 32x6
17501 \begin_inset space \thinspace{}
17502 \end_inset
17503
17504 cm
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 32x6
17514 \begin_inset space \thinspace{}
17515 \end_inset
17516
17517
17518 \begin_inset Formula $\mbox{cm}$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 32
17531 \begin_inset ERT
17532 status collapsed
17533
17534 \begin_layout Plain Layout
17535
17536
17537 \backslash
17538 times 
17539 \end_layout
17540
17541 \end_inset
17542
17543 6+
17544 \begin_inset Formula $\mbox{cm}$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 </row>
17553 </lyxtabular>
17554
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \begin_layout Subsection
17566 Customized Cell/Column Format
17567 \begin_inset CommandInset label
17568 LatexCommand label
17569 name "sub:Customized-Format"
17570
17571 \end_inset
17572
17573
17574 \begin_inset Index idx
17575 status collapsed
17576
17577 \begin_layout Plain Layout
17578 Table Customization ! Cell/Column Format
17579 \end_layout
17580
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Standard
17587 Calculating the required width for spanned columns as in section
17588 \begin_inset space ~
17589 \end_inset
17590
17591
17592 \begin_inset CommandInset ref
17593 LatexCommand ref
17594 reference "sub:Multicolumn-Calculations"
17595
17596 \end_inset
17597
17598  is very annoying if you have several tables with multicolumn cells.
17599  To make life easier, you can define a cell/column format in the preamble,
17600  so that it can be used in all tables of the document.
17601  The format is defined with the command
17602 \end_layout
17603
17604 \begin_layout Standard
17605
17606 \series bold
17607
17608 \backslash
17609 newcolumntype{name of format}[number of arguments]{commands}
17610 \end_layout
17611
17612 \begin_layout Standard
17613 The format name may only consist of one letter.
17614  The letters 
17615 \emph on
17616 b
17617 \emph default
17618
17619 \emph on
17620 c
17621 \emph default
17622
17623 \emph on
17624 l
17625 \emph default
17626
17627 \emph on
17628 m
17629 \emph default
17630
17631 \emph on
17632 p
17633 \emph default
17634  and 
17635 \emph on
17636 r
17637 \emph default
17638  are predefined and cannot be used.
17639  But all letters are allowed as capitals.
17640 \end_layout
17641
17642 \begin_layout Standard
17643 \begin_inset VSpace medskip
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \begin_layout Standard
17650 For vertically and horizontally centered multicolumn cells with a fixed
17651  width you can define the cell format
17652 \end_layout
17653
17654 \begin_layout Standard
17655
17656 \series bold
17657
17658 \backslash
17659 newcolumntype{M}[1]{>{
17660 \backslash
17661 centering
17662 \backslash
17663 hspace{0pt}}m{#1}}
17664 \end_layout
17665
17666 \begin_layout Standard
17667 where 
17668 \series bold
17669
17670 \backslash
17671 hspace{0pt}
17672 \series default
17673  avoids the problem of hyphenating the first word, as described in section
17674 \begin_inset space ~
17675 \end_inset
17676
17677
17678 \begin_inset CommandInset ref
17679 LatexCommand ref
17680 reference "sub:Multiple-Lines-in"
17681
17682 \end_inset
17683
17684 .
17685  Now you can simply enter
17686 \end_layout
17687
17688 \begin_layout Standard
17689
17690 \series bold
17691 M{width}
17692 \end_layout
17693
17694 \begin_layout Standard
17695 as LaTeX-argument in the table dialog to create a multicolumn.
17696 \end_layout
17697
17698 \begin_layout Standard
17699 \begin_inset VSpace bigskip
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Standard
17706 For cells spanned by a multicolumn cell, you can define the format
17707 \end_layout
17708
17709 \begin_layout Standard
17710
17711 \series bold
17712
17713 \backslash
17714 newcolumntype{S}[2]{>{
17715 \backslash
17716 centering
17717 \backslash
17718 hspace{0pt}}
17719 \begin_inset Newline newline
17720 \end_inset
17721
17722
17723 \begin_inset Phantom HPhantom
17724 status open
17725
17726 \begin_layout Plain Layout
17727
17728 \series bold
17729
17730 \backslash
17731 newcolumntype
17732 \end_layout
17733
17734 \end_inset
17735
17736 m{(#1+(2
17737 \backslash
17738 tabcolsep+
17739 \backslash
17740 arrayrulewidth)*(1-#2))/#2}}
17741 \end_layout
17742
17743 \begin_layout Standard
17744 This format uses equation 
17745 \begin_inset CommandInset ref
17746 LatexCommand eqref
17747 reference "eq:Wgn"
17748
17749 \end_inset
17750
17751  to calculate the required width so that each spanned cell has the same
17752  width.
17753 \end_layout
17754
17755 \begin_layout Standard
17756 You can now enter
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762 S{width of multicolumn cell}{number of spanned columns}
17763 \end_layout
17764
17765 \begin_layout Standard
17766 as LaTeX-argument of the column.
17767 \end_layout
17768
17769 \begin_layout Standard
17770 \begin_inset VSpace bigskip
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \begin_layout Standard
17777 For colored columns, you can define
17778 \end_layout
17779
17780 \begin_layout Standard
17781
17782 \series bold
17783
17784 \backslash
17785 newcolumntype{K}[1]{>{
17786 \backslash
17787 columncolor{#1}
17788 \backslash
17789 hspace{0pt}}c}
17790 \end_layout
17791
17792 \begin_layout Standard
17793 The 
17794 \begin_inset Quotes eld
17795 \end_inset
17796
17797 c
17798 \begin_inset Quotes erd
17799 \end_inset
17800
17801  at the end creates a column with a flexible width whose text is horizontally
17802  centered.
17803  You can now enter
17804 \end_layout
17805
17806 \begin_layout Standard
17807
17808 \series bold
17809 K{color name}
17810 \end_layout
17811
17812 \begin_layout Standard
17813 as LaTeX-argument.
17814 \end_layout
17815
17816 \begin_layout Standard
17817 \begin_inset VSpace bigskip
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Standard
17824 To create Table
17825 \begin_inset space ~
17826 \end_inset
17827
17828
17829 \begin_inset CommandInset ref
17830 LatexCommand ref
17831 reference "tab:Table-using-user-defined"
17832
17833 \end_inset
17834
17835  use the LaTeX-arguments
17836 \end_layout
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841 M{2.5cm}
17842 \end_layout
17843
17844 \begin_layout Standard
17845 for the first column and the multicolumn,
17846 \end_layout
17847
17848 \begin_layout Standard
17849
17850 \series bold
17851 K{red}
17852 \end_layout
17853
17854 \begin_layout Standard
17855 for the last column, and
17856 \end_layout
17857
17858 \begin_layout Standard
17859
17860 \series bold
17861 S{2.5cm}{2}
17862 \end_layout
17863
17864 \begin_layout Standard
17865 for the cells in the second column.
17866 \end_layout
17867
17868 \begin_layout Standard
17869 \begin_inset Float table
17870 placement h
17871 wide false
17872 sideways false
17873 status open
17874
17875 \begin_layout Plain Layout
17876 \begin_inset Caption
17877
17878 \begin_layout Plain Layout
17879 \begin_inset CommandInset label
17880 LatexCommand label
17881 name "tab:Table-using-user-defined"
17882
17883 \end_inset
17884
17885 Table using user-defined table formats
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \end_layout
17892
17893 \begin_layout Plain Layout
17894 \align center
17895 \begin_inset Tabular
17896 <lyxtabular version="3" rows="3" columns="4">
17897 <features tabularvalignment="middle">
17898 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17899 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17900 <column alignment="center" valignment="middle" width="0">
17901 <column alignment="center" valignment="middle" width="0" special="K{red}">
17902 <row>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 verylongtablecellword
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 multiple lines multicolumn
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 c
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 <row>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 d
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 e
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 f
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 g
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 </row>
17978 <row>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 h
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 i
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 j
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 k
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 </lyxtabular>
18017
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Subsection
18029 Line Thickness
18030 \begin_inset CommandInset label
18031 LatexCommand label
18032 name "sub:Line-Thickness"
18033
18034 \end_inset
18035
18036
18037 \begin_inset Index idx
18038 status collapsed
18039
18040 \begin_layout Plain Layout
18041 Table Customization ! Line Thickness
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Standard
18050 The line thickness for all lines in a table can be adjusted with the length
18051  
18052 \series bold
18053
18054 \backslash
18055 arrayrulewidth
18056 \series default
18057 .
18058  To set for example a line thickness of 1.5
18059 \begin_inset space \thinspace{}
18060 \end_inset
18061
18062 pt, as in Table
18063 \begin_inset space ~
18064 \end_inset
18065
18066
18067 \begin_inset CommandInset ref
18068 LatexCommand ref
18069 reference "tab:Table-with-1.5"
18070
18071 \end_inset
18072
18073 , insert the command
18074 \end_layout
18075
18076 \begin_layout Standard
18077
18078 \series bold
18079
18080 \backslash
18081 setlength{
18082 \backslash
18083 arrayrulewidth}{1.5pt}
18084 \end_layout
18085
18086 \begin_layout Standard
18087 in TeX-Code before the table or table float.
18088  The changed thickness is valid for all subsequent tables.
18089  To use the default value again, set 
18090 \series bold
18091
18092 \backslash
18093 arrayrulewidth
18094 \series default
18095  to 0.4
18096 \begin_inset space \thinspace{}
18097 \end_inset
18098
18099 pt in TeX-Code after the table or table float.
18100 \end_layout
18101
18102 \begin_layout Standard
18103 \begin_inset ERT
18104 status collapsed
18105
18106 \begin_layout Plain Layout
18107
18108
18109 \backslash
18110 setlength{
18111 \backslash
18112 arrayrulewidth}{1.5pt}
18113 \end_layout
18114
18115 \end_inset
18116
18117
18118 \begin_inset Float table
18119 wide false
18120 sideways false
18121 status open
18122
18123 \begin_layout Plain Layout
18124 \begin_inset Caption
18125
18126 \begin_layout Plain Layout
18127 \begin_inset CommandInset label
18128 LatexCommand label
18129 name "tab:Table-with-1.5"
18130
18131 \end_inset
18132
18133 Table with 1.5
18134 \begin_inset space \thinspace{}
18135 \end_inset
18136
18137 pt thick lines
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \begin_layout Plain Layout
18146 \align center
18147 \begin_inset Tabular
18148 <lyxtabular version="3" rows="3" columns="3">
18149 <features tabularvalignment="middle">
18150 <column alignment="center" valignment="top" width="0">
18151 <column alignment="center" valignment="top" width="0">
18152 <column alignment="center" valignment="top" width="0">
18153 <row>
18154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 sd
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 </row>
18182 <row>
18183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 sd
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 </row>
18211 <row>
18212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 sd
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 </row>
18240 </lyxtabular>
18241
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \begin_inset ERT
18251 status collapsed
18252
18253 \begin_layout Plain Layout
18254
18255
18256 \backslash
18257 setlength{
18258 \backslash
18259 arrayrulewidth}{0.4pt}
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 \begin_inset VSpace bigskip
18269 \end_inset
18270
18271 To set the line thickness to 1.5
18272 \begin_inset space \thinspace{}
18273 \end_inset
18274
18275 pt only for horizontal lines, as in Table
18276 \begin_inset space ~
18277 \end_inset
18278
18279
18280 \begin_inset CommandInset ref
18281 LatexCommand ref
18282 reference "tab:Table-with-horizontal"
18283
18284 \end_inset
18285
18286 , insert these commands in TeX-Code before the table or table float:
18287 \end_layout
18288
18289 \begin_layout Standard
18290
18291 \series bold
18292
18293 \backslash
18294 let
18295 \backslash
18296 myHline
18297 \backslash
18298 hline
18299 \begin_inset Newline newline
18300 \end_inset
18301
18302
18303 \backslash
18304 renewcommand{
18305 \backslash
18306 hline}
18307 \begin_inset Newline newline
18308 \end_inset
18309
18310  {
18311 \backslash
18312 noalign{
18313 \backslash
18314 global
18315 \backslash
18316 arrayrulewidth 1.5pt}
18317 \begin_inset Newline newline
18318 \end_inset
18319
18320  
18321 \backslash
18322 myHline
18323 \backslash
18324 noalign{
18325 \backslash
18326 global
18327 \backslash
18328 arrayrulewidth 0.4pt}}
18329 \end_layout
18330
18331 \begin_layout Standard
18332 To return to the default line thickness, insert this command in TeX-Code
18333  after the table or table float:
18334 \end_layout
18335
18336 \begin_layout Standard
18337
18338 \series bold
18339
18340 \backslash
18341 renewcommand{
18342 \backslash
18343 hline}{
18344 \backslash
18345 myHline}
18346 \end_layout
18347
18348 \begin_layout Standard
18349 \begin_inset ERT
18350 status collapsed
18351
18352 \begin_layout Plain Layout
18353
18354
18355 \backslash
18356 let
18357 \backslash
18358 myHline
18359 \backslash
18360 hline
18361 \end_layout
18362
18363 \begin_layout Plain Layout
18364
18365
18366 \backslash
18367 renewcommand{
18368 \backslash
18369 hline}
18370 \end_layout
18371
18372 \begin_layout Plain Layout
18373
18374  {
18375 \backslash
18376 noalign{
18377 \backslash
18378 global
18379 \backslash
18380 arrayrulewidth 1.5pt}
18381 \end_layout
18382
18383 \begin_layout Plain Layout
18384
18385   
18386 \backslash
18387 myHline
18388 \backslash
18389 noalign{
18390 \backslash
18391 global
18392 \backslash
18393 arrayrulewidth 0.4pt}}
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \begin_inset Float table
18400 wide false
18401 sideways false
18402 status open
18403
18404 \begin_layout Plain Layout
18405 \begin_inset Caption
18406
18407 \begin_layout Plain Layout
18408 \begin_inset CommandInset label
18409 LatexCommand label
18410 name "tab:Table-with-horizontal"
18411
18412 \end_inset
18413
18414 Table with 1.5
18415 \begin_inset space \thinspace{}
18416 \end_inset
18417
18418 pt thick horizontal lines
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Plain Layout
18427 \align center
18428 \begin_inset Tabular
18429 <lyxtabular version="3" rows="3" columns="3">
18430 <features tabularvalignment="middle">
18431 <column alignment="center" valignment="top" width="0">
18432 <column alignment="center" valignment="top" width="0">
18433 <column alignment="center" valignment="top" width="0">
18434 <row>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 sd
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 </row>
18463 <row>
18464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 sd
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 </row>
18492 <row>
18493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 sd
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 </row>
18521 </lyxtabular>
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \end_inset
18529
18530
18531 \begin_inset ERT
18532 status collapsed
18533
18534 \begin_layout Plain Layout
18535
18536
18537 \backslash
18538 renewcommand{
18539 \backslash
18540 hline}{
18541 \backslash
18542 myHline}
18543 \end_layout
18544
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \begin_layout Standard
18551 \begin_inset VSpace bigskip
18552 \end_inset
18553
18554 To set the line thickness to 1.5
18555 \begin_inset space \thinspace{}
18556 \end_inset
18557
18558 pt only for vertical lines, create the following column format in the document
18559  preamble, according to the description in section
18560 \begin_inset space ~
18561 \end_inset
18562
18563
18564 \begin_inset CommandInset ref
18565 LatexCommand ref
18566 reference "sub:Customized-Format"
18567
18568 \end_inset
18569
18570 :
18571 \end_layout
18572
18573 \begin_layout Standard
18574
18575 \series bold
18576
18577 \backslash
18578 newcolumntype{V}{!{
18579 \backslash
18580 vrule width 1.5pt}}
18581 \end_layout
18582
18583 \begin_layout Standard
18584 For Table
18585 \begin_inset space ~
18586 \end_inset
18587
18588
18589 \begin_inset CommandInset ref
18590 LatexCommand ref
18591 reference "tab:Table-with-vertical"
18592
18593 \end_inset
18594
18595  the LaTeX-argument
18596 \end_layout
18597
18598 \begin_layout Standard
18599
18600 \series bold
18601 VcV
18602 \end_layout
18603
18604 \begin_layout Standard
18605 was used for the last column and
18606 \end_layout
18607
18608 \begin_layout Standard
18609
18610 \series bold
18611 Vc
18612 \end_layout
18613
18614 \begin_layout Standard
18615 for the other columns.
18616 \end_layout
18617
18618 \begin_layout Standard
18619 \begin_inset Float table
18620 wide false
18621 sideways false
18622 status open
18623
18624 \begin_layout Plain Layout
18625 \begin_inset Caption
18626
18627 \begin_layout Plain Layout
18628 \begin_inset CommandInset label
18629 LatexCommand label
18630 name "tab:Table-with-vertical"
18631
18632 \end_inset
18633
18634 Table with 1.5
18635 \begin_inset space \thinspace{}
18636 \end_inset
18637
18638 pt thick vertical lines
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Plain Layout
18647 \align center
18648 \begin_inset Tabular
18649 <lyxtabular version="3" rows="3" columns="3">
18650 <features tabularvalignment="middle">
18651 <column alignment="center" valignment="top" width="0" special="Vc">
18652 <column alignment="center" valignment="top" width="0" special="Vc">
18653 <column alignment="center" valignment="top" width="0" special="VcV">
18654 <row>
18655 <cell alignment="center" valignment="top" topline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659 sd
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" topline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 </row>
18683 <row>
18684 <cell alignment="center" valignment="top" topline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 sd
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 </row>
18712 <row>
18713 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 sd
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 </row>
18741 </lyxtabular>
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Subsection
18754 Dashed Lines
18755 \begin_inset Index idx
18756 status collapsed
18757
18758 \begin_layout Plain Layout
18759 Table Customization ! Dashed Lines
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Standard
18768 \begin_inset ERT
18769 status collapsed
18770
18771 \begin_layout Plain Layout
18772
18773
18774 \backslash
18775 ifarydshln
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \begin_inset Note Note
18782 status open
18783
18784 \begin_layout Plain Layout
18785 The following section will only be displayed when the LaTeX-package 
18786 \series bold
18787 arydshln
18788 \series default
18789  is installed.
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Standard
18798 \begin_inset Float table
18799 placement H
18800 wide false
18801 sideways false
18802 status open
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Caption
18806
18807 \begin_layout Plain Layout
18808 \begin_inset CommandInset label
18809 LatexCommand label
18810 name "tab:Table-with-dashed"
18811
18812 \end_inset
18813
18814 Table with dashed lines
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Plain Layout
18823 \align center
18824 \begin_inset Tabular
18825 <lyxtabular version="3" rows="5" columns="5">
18826 <features tabularvalignment="middle">
18827 <column alignment="center" valignment="top" width="0">
18828 <column alignment="center" valignment="top" width="0">
18829 <column alignment="center" valignment="top" width="0" special=":c">
18830 <column alignment="center" valignment="top" width="0">
18831 <column alignment="center" valignment="top" width="0">
18832 <row>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837 a
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 b
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 c
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864 d
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873 e
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 </row>
18879 <row>
18880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884 f
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 g
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 h
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 i
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 j
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 </row>
18926 <row>
18927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 \begin_inset ERT
18932 status collapsed
18933
18934 \begin_layout Plain Layout
18935
18936
18937 \backslash
18938 hdashline 
18939 \end_layout
18940
18941 \end_inset
18942
18943 k
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952 l
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 m
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 n
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979 o
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 </row>
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 \begin_inset ERT
18991 status collapsed
18992
18993 \begin_layout Plain Layout
18994
18995
18996 \backslash
18997 cdashline{4-5}
18998 \end_layout
18999
19000 \end_inset
19001
19002 p
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 q
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020 r
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 s
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 <row>
19045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 t
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 u
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 v
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 w
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 x
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 </lyxtabular>
19092
19093 \end_inset
19094
19095
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Standard
19104 LyX does not natively support dashed lines, so you have to use TeX-Code.
19105  As a prerequisite the LaTeX-package 
19106 \series bold
19107 arydshln
19108 \series default
19109
19110 \begin_inset Index idx
19111 status collapsed
19112
19113 \begin_layout Plain Layout
19114 LaTeX-packages ! arydshln
19115 \end_layout
19116
19117 \end_inset
19118
19119  must be loaded in the document preamble with the command
19120 \end_layout
19121
19122 \begin_layout Standard
19123
19124 \series bold
19125
19126 \backslash
19127 usepackage{arydshln}
19128 \end_layout
19129
19130 \begin_layout Standard
19131 To make a vertical line dashed, enter the colon 
19132 \begin_inset Quotes eld
19133 \end_inset
19134
19135 :
19136 \begin_inset Quotes erd
19137 \end_inset
19138
19139  together with the character for the horizontal alignment as LaTeX-argument
19140  in the table cell dialog.
19141 \end_layout
19142
19143 \begin_layout Standard
19144 For a horizontal dashed line add the command
19145 \end_layout
19146
19147 \begin_layout Standard
19148
19149 \series bold
19150
19151 \backslash
19152 hdashline
19153 \end_layout
19154
19155 \begin_layout Standard
19156 in TeX-Code as first element of the first cell in the table row.
19157 \end_layout
19158
19159 \begin_layout Standard
19160 For dashed multicolumn lines use the command
19161 \end_layout
19162
19163 \begin_layout Standard
19164
19165 \series bold
19166
19167 \backslash
19168 cdashline{line number
19169 \series default
19170 }
19171 \end_layout
19172
19173 \begin_layout Standard
19174 in TeX-Code as the first element of the first cell in the table row.
19175  If you have for example a multicolumn spanning columns 2 to 4 and you want
19176  to have a dashed line above, add the command
19177 \end_layout
19178
19179 \begin_layout Standard
19180
19181 \series bold
19182
19183 \backslash
19184 cdashline{2-4}
19185 \end_layout
19186
19187 \begin_layout Standard
19188 as the first element of the first cell in the row of the multicolumn.
19189 \end_layout
19190
19191 \begin_layout Standard
19192 \begin_inset VSpace bigskip
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 Table
19200 \begin_inset space ~
19201 \end_inset
19202
19203
19204 \begin_inset CommandInset ref
19205 LatexCommand ref
19206 reference "tab:Table-with-dashed"
19207
19208 \end_inset
19209
19210  was created using 
19211 \begin_inset Quotes eld
19212 \end_inset
19213
19214
19215 \series bold
19216 :c
19217 \series default
19218
19219 \begin_inset Quotes erd
19220 \end_inset
19221
19222  as LaTeX-argument of the third column.
19223  The TeX-Code command 
19224 \series bold
19225
19226 \backslash
19227 hdashline
19228 \series default
19229  was inserted in the first cell of the third row and the TeX-Code command
19230 \begin_inset Newline newline
19231 \end_inset
19232
19233  
19234 \series bold
19235
19236 \backslash
19237 cdashline{4-5}
19238 \series default
19239  was inserted in the first cell of the fourth row.
19240 \end_layout
19241
19242 \begin_layout Standard
19243 \begin_inset Note Greyedout
19244 status open
19245
19246 \begin_layout Plain Layout
19247
19248 \series bold
19249 Note:
19250 \series default
19251  The LaTeX-package 
19252 \series bold
19253 arydshln
19254 \series default
19255  is apparently not compatible with the LaTeX-package 
19256 \series bold
19257 colortbl
19258 \series default
19259
19260 \begin_inset Index idx
19261 status collapsed
19262
19263 \begin_layout Plain Layout
19264 LaTeX-packages ! colortbl
19265 \end_layout
19266
19267 \end_inset
19268
19269  that is used for colored tables in section
19270 \begin_inset space ~
19271 \end_inset
19272
19273
19274 \begin_inset CommandInset ref
19275 LatexCommand ref
19276 reference "sec:Colored-Tables"
19277
19278 \end_inset
19279
19280 .
19281  That means colored tables cannot have dashed lines.
19282 \end_layout
19283
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \begin_layout Standard
19290 \begin_inset ERT
19291 status collapsed
19292
19293 \begin_layout Plain Layout
19294
19295
19296 \backslash
19297 else
19298 \end_layout
19299
19300 \end_inset
19301
19302
19303 \begin_inset Note Note
19304 status open
19305
19306 \begin_layout Plain Layout
19307 The following will be displayed when the LaTeX-package 
19308 \series bold
19309 arydshln
19310 \series default
19311  is not installed:
19312 \end_layout
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \begin_layout Standard
19320 You need to install the package 
19321 \series bold
19322 arydshln
19323 \series default
19324  to see the content of this section in the output.
19325 \end_layout
19326
19327 \begin_layout Standard
19328 \begin_inset ERT
19329 status collapsed
19330
19331 \begin_layout Plain Layout
19332
19333
19334 \backslash
19335 fi
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \begin_layout Chapter
19344 Floats
19345 \begin_inset Index idx
19346 status collapsed
19347
19348 \begin_layout Plain Layout
19349 Floats
19350 \end_layout
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \begin_layout Section
19358 Introduction
19359 \begin_inset CommandInset label
19360 LatexCommand label
19361 name "sec:FloatIntroduction"
19362
19363 \end_inset
19364
19365
19366 \begin_inset Index idx
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370 Floats ! Introduction
19371 \end_layout
19372
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \begin_layout Standard
19379 A float is a block of text associated with some sort of label, which doesn't
19380  have a fixed location.
19381  It can 
19382 \begin_inset Quotes eld
19383 \end_inset
19384
19385 float
19386 \begin_inset Quotes erd
19387 \end_inset
19388
19389  forward or backward a page or two, to wherever it fits best.
19390  
19391 \family sans
19392 Footnotes
19393 \family default
19394  and 
19395 \family sans
19396 Margin
19397 \begin_inset space ~
19398 \end_inset
19399
19400 Notes
19401 \family default
19402  are also floats, because they can float to the next page when there are
19403  too many notes on the page.
19404 \end_layout
19405
19406 \begin_layout Standard
19407 Floats allow a high quality layout.
19408  Images and tables can be spread evenly to the pages to avoid white space
19409  and pages without text.
19410  As the floating often destroys the context between the text and the image/table
19411 , every float can be referenced in the text.
19412  Floats are therefore numbered.
19413  Referencing is described in section
19414 \begin_inset space ~
19415 \end_inset
19416
19417
19418 \begin_inset CommandInset ref
19419 LatexCommand ref
19420 reference "sec:Referencing-Floats"
19421
19422 \end_inset
19423
19424 .
19425 \end_layout
19426
19427 \begin_layout Standard
19428 To insert a float, use the menu 
19429 \family sans
19430 Insert\SpecialChar \menuseparator
19431 Float
19432 \family default
19433 .
19434  This inserts the 
19435 \family sans
19436 Caption
19437 \family default
19438  inset, a box with a label.
19439  The label will automatically be translated to the document language in
19440  the output.
19441  After the label you can insert the caption text.
19442  The image or table is inserted above or below the caption in a separate
19443  paragraph within the float.
19444  More about the caption placement is contained in section
19445 \begin_inset space ~
19446 \end_inset
19447
19448
19449 \begin_inset CommandInset ref
19450 LatexCommand ref
19451 reference "sec:Caption-Placement"
19452
19453 \end_inset
19454
19455 .
19456  To keep your LyX-document readable, you can open and close the float box
19457  by left-clicking on the box label.
19458  A closed float box looks like this: 
19459 \begin_inset Graphics
19460         filename clipart/floatQt4.png
19461         scale 70
19462         scaleBeforeRotation
19463
19464 \end_inset
19465
19466  â€“ a gray button with a red label.
19467 \end_layout
19468
19469 \begin_layout Standard
19470 It is recommended that you insert floats as a separate standard paragraph
19471  to avoid possible LaTeX-errors that can occur when the surrounding text
19472  is specially formatted.
19473 \end_layout
19474
19475 \begin_layout Standard
19476 Existing figures or tables can be put into a float by highlighting them
19477  and then pressing the corresponding toolbar button for a new float.
19478 \end_layout
19479
19480 \begin_layout Section
19481 Float Types
19482 \end_layout
19483
19484 \begin_layout Standard
19485 Besides figure and table floats that are described in sections
19486 \begin_inset space ~
19487 \end_inset
19488
19489
19490 \begin_inset CommandInset ref
19491 LatexCommand ref
19492 reference "sec:Figure-Floats"
19493
19494 \end_inset
19495
19496  and 
19497 \begin_inset CommandInset ref
19498 LatexCommand ref
19499 reference "sec:Table-Floats"
19500
19501 \end_inset
19502
19503  respectively, LyX offers the float types 
19504 \series bold
19505 Algorithm
19506 \series default
19507  and 
19508 \series bold
19509 Wrap
19510 \series default
19511 .
19512 \end_layout
19513
19514 \begin_layout Subsection
19515 Algorithm Floats
19516 \begin_inset Index idx
19517 status collapsed
19518
19519 \begin_layout Plain Layout
19520 Floats ! Algorithms
19521 \end_layout
19522
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \begin_inset Float algorithm
19530 placement h
19531 wide false
19532 sideways false
19533 status open
19534
19535 \begin_layout Plain Layout
19536 \begin_inset Caption
19537
19538 \begin_layout Plain Layout
19539 \begin_inset CommandInset label
19540 LatexCommand label
19541 name "alg:Example-Algorithm-float"
19542
19543 \end_inset
19544
19545 Example Algorithm float
19546 \end_layout
19547
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \begin_layout LyX-Code
19554 for I in 1..N loop
19555 \begin_inset Newline newline
19556 \end_inset
19557
19558  Sum:= Sum + A(I); /*comment*/
19559 \begin_inset Newline newline
19560 \end_inset
19561
19562 end loop
19563 \begin_inset VSpace -4mm
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \begin_layout Standard
19575 This float type is inserted with the menu 
19576 \family sans
19577 Insert\SpecialChar \menuseparator
19578 Floats\SpecialChar \menuseparator
19579 Algorithm
19580 \family default
19581 .
19582  It is used for program codes and descriptions of algorithms and can be
19583  seen as an alternative to program code listings that are explained in chapter
19584 \begin_inset space ~
19585 \end_inset
19586
19587
19588 \begin_inset CommandInset ref
19589 LatexCommand ref
19590 reference "cha:Program-Code-Listings"
19591
19592 \end_inset
19593
19594 .
19595  A possible environment for algorithms is the 
19596 \family sans
19597 LyX-Code
19598 \family default
19599 , described in LyX's 
19600 \emph on
19601 Userguide
19602 \emph default
19603 .
19604  Algorithm
19605 \begin_inset space ~
19606 \end_inset
19607
19608
19609 \begin_inset CommandInset ref
19610 LatexCommand ref
19611 reference "alg:Example-Algorithm-float"
19612
19613 \end_inset
19614
19615  is an example of an algorithm float where -4
19616 \begin_inset space \thinspace{}
19617 \end_inset
19618
19619 mm vertical space was added at the end of the float to have the bottom rule
19620  exactly below the last text line.
19621 \end_layout
19622
19623 \begin_layout Standard
19624 The float label is not automatically translated into the document language.
19625  If your document is not in English, you have to do this manually by adding
19626  the following line to the document preamble
19627 \series bold
19628 :
19629 \end_layout
19630
19631 \begin_layout Standard
19632
19633 \series bold
19634
19635 \backslash
19636 floatname{algorithm}{your
19637 \begin_inset space ~
19638 \end_inset
19639
19640 name}
19641 \end_layout
19642
19643 \begin_layout Standard
19644 where 
19645 \family sans
19646 your
19647 \begin_inset space ~
19648 \end_inset
19649
19650 name
19651 \family default
19652  is the word 
19653 \begin_inset Quotes eld
19654 \end_inset
19655
19656
19657 \emph on
19658 algorithm
19659 \emph default
19660
19661 \begin_inset Quotes erd
19662 \end_inset
19663
19664  in your language.
19665 \end_layout
19666
19667 \begin_layout Standard
19668 To insert the list of algorithms you can use the menu 
19669 \family sans
19670 Insert\SpecialChar \menuseparator
19671 List
19672 \begin_inset space \thinspace{}
19673 \end_inset
19674
19675 /
19676 \begin_inset space \thinspace{}
19677 \end_inset
19678
19679 TOC\SpecialChar \menuseparator
19680 List of Algorithms
19681 \family default
19682  when your document has the same language as LyX's menu names.
19683  In other cases use this command in TeX-Code instead:
19684 \end_layout
19685
19686 \begin_layout Standard
19687
19688 \series bold
19689
19690 \backslash
19691 listof{algorithm}{your
19692 \begin_inset space ~
19693 \end_inset
19694
19695 name}
19696 \end_layout
19697
19698 \begin_layout Standard
19699 where 
19700 \family sans
19701 your
19702 \begin_inset space ~
19703 \end_inset
19704
19705 name
19706 \family default
19707  is the word 
19708 \begin_inset Quotes eld
19709 \end_inset
19710
19711
19712 \emph on
19713 List of Algorithm
19714 \emph default
19715 s
19716 \begin_inset Quotes erd
19717 \end_inset
19718
19719  in your language.
19720 \end_layout
19721
19722 \begin_layout Standard
19723 Algorithm floats are not by default numbered in the scheme 
19724 \begin_inset Quotes eld
19725 \end_inset
19726
19727 chapter.algorithm
19728 \begin_inset Quotes erd
19729 \end_inset
19730
19731  as is the case for table and figure floats in many document-classes.
19732  To number algorithm floats in the same scheme, add this command to your
19733  document preamble:
19734 \end_layout
19735
19736 \begin_layout Standard
19737
19738 \series bold
19739
19740 \backslash
19741 numberwithin{algorithm}{chapter}
19742 \end_layout
19743
19744 \begin_layout Standard
19745 To be able to use the command 
19746 \series bold
19747
19748 \backslash
19749 numberwithin
19750 \series default
19751 , set in the tab 
19752 \family sans
19753 Math
19754 \begin_inset space ~
19755 \end_inset
19756
19757 Options
19758 \family default
19759  in the document settings the option 
19760 \family sans
19761 Use
19762 \begin_inset space ~
19763 \end_inset
19764
19765 AMS
19766 \begin_inset space ~
19767 \end_inset
19768
19769 math
19770 \begin_inset space ~
19771 \end_inset
19772
19773 package
19774 \family default
19775 .
19776 \end_layout
19777
19778 \begin_layout Subsection
19779 Wrap Floats
19780 \begin_inset Index idx
19781 status collapsed
19782
19783 \begin_layout Plain Layout
19784 Floats ! Wrap Floats
19785 \end_layout
19786
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \begin_layout Standard
19793 \begin_inset Wrap figure
19794 lines 0
19795 placement l
19796 overhang 1cm
19797 width "40col%"
19798 status open
19799
19800 \begin_layout Plain Layout
19801 \begin_inset Graphics
19802         filename clipart/mobius.eps
19803         width 40col%
19804         scaleBeforeRotation
19805         rotateOrigin center
19806
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \begin_layout Plain Layout
19813 \begin_inset Caption
19814
19815 \begin_layout Plain Layout
19816 \begin_inset CommandInset label
19817 LatexCommand label
19818 name "fig:This-is-a"
19819
19820 \end_inset
19821
19822 This is a figure wrap float.
19823 \end_layout
19824
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831
19832  This float type is used if you want to wrap text around a figure or table
19833  so that it only occupies some fraction of the column width.
19834  It can be inserted using the menu 
19835 \family sans
19836 Insert\SpecialChar \menuseparator
19837 Floats\SpecialChar \menuseparator
19838 Figure
19839 \begin_inset space ~
19840 \end_inset
19841
19842 Wrap
19843 \begin_inset space ~
19844 \end_inset
19845
19846 Float
19847 \family default
19848  or 
19849 \family sans
19850 Table
19851 \begin_inset space ~
19852 \end_inset
19853
19854 Wrap
19855 \begin_inset space ~
19856 \end_inset
19857
19858 Float
19859 \family default
19860  if the LaTeX-package 
19861 \series bold
19862 wrapfig
19863 \series default
19864
19865 \begin_inset Index idx
19866 status collapsed
19867
19868 \begin_layout Plain Layout
19869 LaTeX-packages ! wrapfig
19870 \begin_inset ERT
19871 status collapsed
19872
19873 \begin_layout Plain Layout
19874
19875
19876 \backslash
19877 vspace{4mm}
19878 \end_layout
19879
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \end_inset
19886
19887  is installed.
19888 \begin_inset Foot
19889 status collapsed
19890
19891 \begin_layout Plain Layout
19892 Installing a LaTeX-package is explained it in the 
19893 \emph on
19894 LaTeX
19895 \begin_inset space ~
19896 \end_inset
19897
19898 Configuration
19899 \emph default
19900  manual.
19901 \end_layout
19902
19903 \end_inset
19904
19905  The settings of the float can be modified by right-clicking on the float
19906  box.
19907  The mandatory settings are the float 
19908 \family sans
19909 Placement
19910 \family default
19911  and its 
19912 \family sans
19913 Width
19914 \family default
19915 .
19916  Optional are the 
19917 \family sans
19918 Overhang
19919 \family default
19920  that specifies how much the float is set into the paragraph
19921 \begin_inset space \thinspace{}
19922 \end_inset
19923
19924 /
19925 \begin_inset space \thinspace{}
19926 \end_inset
19927
19928 page margin, and the 
19929 \family sans
19930 Line
19931 \begin_inset space ~
19932 \end_inset
19933
19934 span
19935 \family default
19936  that specifies how many text lines the float will approximately need.
19937  The line span is often hard to approximate; so it is better only to use
19938  it when you encounter float placement problems.
19939  You can furthermore decide if LaTeX is allowed to let the float float within
19940  the paragraph or to surrounding paragraphs.
19941  Figure
19942 \begin_inset space ~
19943 \end_inset
19944
19945
19946 \begin_inset CommandInset ref
19947 LatexCommand ref
19948 reference "fig:This-is-a"
19949
19950 \end_inset
19951
19952  is an example text wrap float with a width of 40
19953 \begin_inset space \thinspace{}
19954 \end_inset
19955
19956 col%, 1
19957 \begin_inset space \thinspace{}
19958 \end_inset
19959
19960 cm overhang, set to the left.
19961 \begin_inset Foot
19962 status collapsed
19963
19964 \begin_layout Plain Layout
19965 Available units are explained in appendix
19966 \begin_inset space ~
19967 \end_inset
19968
19969
19970 \begin_inset CommandInset ref
19971 LatexCommand ref
19972 reference "cha:Units-available-in"
19973
19974 \end_inset
19975
19976 .
19977 \end_layout
19978
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \begin_layout Standard
19985 \begin_inset Note Greyedout
19986 status open
19987
19988 \begin_layout Plain Layout
19989
19990 \series bold
19991 Note:
19992 \series default
19993  Text
19994 \begin_inset space ~
19995 \end_inset
19996
19997 wrap float floats are fragile! E.
19998 \begin_inset space \thinspace{}
19999 \end_inset
20000
20001 g.
20002 \begin_inset space \space{}
20003 \end_inset
20004
20005 having a figure too close to the bottom of the page can mess things up in
20006  such a way that the float does not appear in the output or that it is placed
20007  over some other text.
20008 \end_layout
20009
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \begin_layout Standard
20016 In general:
20017 \end_layout
20018
20019 \begin_layout Itemize
20020 Wrap floats should not be placed in paragraphs that run over a page break.
20021  That means that wrap floats are better inserted in their exact place when
20022  the document is almost finished and you are able to estimate where page
20023  breaks will appear.
20024 \end_layout
20025
20026 \begin_layout Itemize
20027 Wrap floats should either be placed in their own paragraph before the paragraph
20028  where they should wrap into or within a paragraph.
20029 \end_layout
20030
20031 \begin_layout Itemize
20032 Wrap floats in consecutive paragraphs may cause troubles, so ensure that
20033  there is a text paragraph between them as separator.
20034 \end_layout
20035
20036 \begin_layout Itemize
20037 Wrap floats are not allowed in section headings or tables.
20038 \end_layout
20039
20040 \begin_layout Section
20041 Float Numbering
20042 \begin_inset Index idx
20043 status collapsed
20044
20045 \begin_layout Plain Layout
20046 Floats ! Numbering
20047 \end_layout
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 Floats are usually numbered either independently from the sections the floats
20056  are in, or in the scheme 
20057 \begin_inset Quotes eld
20058 \end_inset
20059
20060 chapter.number
20061 \begin_inset Quotes erd
20062 \end_inset
20063
20064  or 
20065 \begin_inset Quotes eld
20066 \end_inset
20067
20068 section.number
20069 \begin_inset Quotes erd
20070 \end_inset
20071
20072 .
20073  This depends on the document class used.
20074 \end_layout
20075
20076 \begin_layout Standard
20077 To change section-independent numbering, you can use this command in the
20078  document preamble:
20079 \end_layout
20080
20081 \begin_layout Standard
20082
20083 \series bold
20084
20085 \backslash
20086 renewcommand{
20087 \backslash
20088 thetable}{
20089 \backslash
20090 roman{table}}
20091 \end_layout
20092
20093 \begin_layout Standard
20094
20095 \series bold
20096
20097 \backslash
20098 thetable
20099 \series default
20100  is the command that prints the table number, for figure floats, the command
20101  would be 
20102 \series bold
20103
20104 \backslash
20105 thefigure
20106 \series default
20107 .
20108  
20109 \series bold
20110
20111 \backslash
20112 roman
20113 \series default
20114  in the command above prints the table number as small roman number.
20115 \end_layout
20116
20117 \begin_layout Standard
20118 To change the numbering scheme for example to 
20119 \begin_inset Quotes eld
20120 \end_inset
20121
20122 subsection.number
20123 \begin_inset Quotes erd
20124 \end_inset
20125
20126 , use this command in the preamble:
20127 \end_layout
20128
20129 \begin_layout Standard
20130
20131 \series bold
20132
20133 \backslash
20134 numberwithin{table}{subsection}
20135 \end_layout
20136
20137 \begin_layout Standard
20138 To be able to use the command 
20139 \series bold
20140
20141 \backslash
20142 numberwithin
20143 \series default
20144 , set in the tab 
20145 \family sans
20146 Math
20147 \begin_inset space ~
20148 \end_inset
20149
20150 Options
20151 \family default
20152  in the document settings the option 
20153 \family sans
20154 Use
20155 \begin_inset space ~
20156 \end_inset
20157
20158 AMS
20159 \begin_inset space ~
20160 \end_inset
20161
20162 math
20163 \begin_inset space ~
20164 \end_inset
20165
20166 package
20167 \family default
20168 .
20169 \end_layout
20170
20171 \begin_layout Standard
20172 Please also have a look at section
20173 \begin_inset space ~
20174 \end_inset
20175
20176
20177 \begin_inset CommandInset ref
20178 LatexCommand ref
20179 reference "sub:Footnote-Numbering"
20180
20181 \end_inset
20182
20183  for the details and important notes about the numbering commands.
20184 \end_layout
20185
20186 \begin_layout Section
20187 Referencing Floats
20188 \begin_inset CommandInset label
20189 LatexCommand label
20190 name "sec:Referencing-Floats"
20191
20192 \end_inset
20193
20194
20195 \begin_inset Index idx
20196 status collapsed
20197
20198 \begin_layout Plain Layout
20199 Floats ! References
20200 \end_layout
20201
20202 \end_inset
20203
20204
20205 \begin_inset Index idx
20206 status collapsed
20207
20208 \begin_layout Plain Layout
20209 References ! to Floats
20210 \end_layout
20211
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \begin_layout Standard
20218 To reference a float, insert a label into its caption using the menu 
20219 \family sans
20220 Insert\SpecialChar \menuseparator
20221 Label
20222 \family default
20223  or the toolbar button 
20224 \begin_inset Graphics
20225         filename ../images/label-insert.png
20226         scale 85
20227         scaleBeforeRotation
20228
20229 \end_inset
20230
20231 .
20232  A grey label box like this one: 
20233 \begin_inset Graphics
20234         filename clipart/labelQt4.png
20235         scale 85
20236         scaleBeforeRotation
20237
20238 \end_inset
20239
20240  will be inserted and the label window pops up asking for the label text.
20241  LyX offers as text the first words of the caption with a prefix.
20242  The prefix depends on the float type, e.
20243 \begin_inset space \thinspace{}
20244 \end_inset
20245
20246 g.
20247 \begin_inset space \space{}
20248 \end_inset
20249
20250 for figure floats the prefix will be "
20251 \family sans
20252 fig:
20253 \family default
20254 ".
20255 \end_layout
20256
20257 \begin_layout Standard
20258 The label is used as anchor and name for the reference.
20259  You can refer to the label using the menu 
20260 \family sans
20261 Insert\SpecialChar \menuseparator
20262 Cross-reference
20263 \family default
20264  or the toolbar button 
20265 \begin_inset Graphics
20266         filename ../images/dialog-show-new-inset_ref.png
20267         scale 85
20268         scaleBeforeRotation
20269
20270 \end_inset
20271
20272 .
20273  A grey cross-reference box like this one: 
20274 \begin_inset Graphics
20275         filename clipart/referenceQt4.png
20276         scale 85
20277         scaleBeforeRotation
20278
20279 \end_inset
20280
20281  will be inserted and the cross-reference window appear showing all labels
20282  of the document.
20283  If you have multiple LyX-documents opened, choose the one you are working
20284  on from the drop-list at the top of the dialog.
20285  You can now sort the labels alphabetically and then choose one.
20286  At the position of the cross-reference box the float number will appear
20287  in the output.
20288 \end_layout
20289
20290 \begin_layout Standard
20291 It is recommended that you use a protected space between the cross-reference
20292  name and its number to avoid line breaks between them.
20293  If a cross-reference refers to a non-existing label, you will see two question
20294  marks in the output instead of the reference.
20295 \end_layout
20296
20297 \begin_layout Standard
20298 You can change labels at any time by clicking on the label box.
20299  References to the changed label will automatically change its link to the
20300  new label text, so that you don't need to take care about this.
20301 \end_layout
20302
20303 \begin_layout Standard
20304 The button 
20305 \family sans
20306 Go
20307 \begin_inset space ~
20308 \end_inset
20309
20310 to
20311 \begin_inset space ~
20312 \end_inset
20313
20314 Label
20315 \family default
20316  in the cross-reference window sets the cursor before the referred label.
20317  The button text changes then to Go
20318 \begin_inset space ~
20319 \end_inset
20320
20321 Back and you can use it to set the cursor back to the cross-reference.
20322  Right-clicking on a cross-reference box also sets the cursor before the
20323  referenced label but without the possibility of going back.
20324 \end_layout
20325
20326 \begin_layout Subsection
20327 Cross-Reference Formats
20328 \begin_inset CommandInset label
20329 LatexCommand label
20330 name "sub:Cross-Reference-Formats"
20331
20332 \end_inset
20333
20334
20335 \begin_inset Index idx
20336 status collapsed
20337
20338 \begin_layout Plain Layout
20339 References ! Formats
20340 \end_layout
20341
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \begin_layout Standard
20348 There are six varieties of cross-references:
20349 \end_layout
20350
20351 \begin_layout Description
20352 <reference>: prints the float number, this is the default: 
20353 \begin_inset CommandInset ref
20354 LatexCommand ref
20355 reference "fig:Two-distorted-images"
20356
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \begin_layout Description
20363 (<reference>): prints the float number within two parentheses, this is the
20364  style normally used to reference formulas, especially when the reference
20365  name 
20366 \begin_inset Quotes eld
20367 \end_inset
20368
20369 Equation
20370 \begin_inset Quotes erd
20371 \end_inset
20372
20373  is omitted: 
20374 \begin_inset CommandInset ref
20375 LatexCommand eqref
20376 reference "eq:Wgn"
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Description
20384 <page>: prints the page number: Page
20385 \begin_inset space ~
20386 \end_inset
20387
20388
20389 \begin_inset CommandInset ref
20390 LatexCommand pageref
20391 reference "fig:Two-distorted-images"
20392
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \begin_layout Description
20399 on
20400 \begin_inset space ~
20401 \end_inset
20402
20403 page
20404 \begin_inset space ~
20405 \end_inset
20406
20407 <page>: prints the text "on page" and the page number: 
20408 \begin_inset CommandInset ref
20409 LatexCommand vpageref
20410 reference "fig:Two-distorted-images"
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Description
20418 <reference>
20419 \begin_inset space ~
20420 \end_inset
20421
20422 on
20423 \begin_inset space ~
20424 \end_inset
20425
20426 page
20427 \begin_inset space ~
20428 \end_inset
20429
20430 <page>: prints the float number, the text "on page", and the page number:
20431  
20432 \begin_inset CommandInset ref
20433 LatexCommand vref
20434 reference "fig:Two-distorted-images"
20435
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \begin_layout Description
20442 Formatted
20443 \begin_inset space ~
20444 \end_inset
20445
20446 reference: prints a self defined cross-reference format.
20447 \begin_inset Newline newline
20448 \end_inset
20449
20450
20451 \begin_inset Note Greyedout
20452 status open
20453
20454 \begin_layout Plain Layout
20455
20456 \series bold
20457 Note:
20458 \series default
20459  This feature is only available when you have the LaTeX-package 
20460 \series bold
20461 prettyref
20462 \series default
20463
20464 \begin_inset Index idx
20465 status collapsed
20466
20467 \begin_layout Plain Layout
20468 LaTeX-packages ! prettyref
20469 \end_layout
20470
20471 \end_inset
20472
20473  installed.
20474 \end_layout
20475
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \begin_layout Standard
20482
20483 \family sans
20484 <page>
20485 \family default
20486  will not print the page number if the label is on the previous, the same,
20487  or the next page.
20488  You will e.
20489 \begin_inset space \thinspace{}
20490 \end_inset
20491
20492 g.
20493 \begin_inset space \space{}
20494 \end_inset
20495
20496 see the text 
20497 \begin_inset Quotes eld
20498 \end_inset
20499
20500
20501 \family sans
20502 on this page
20503 \family default
20504
20505 \begin_inset Quotes erd
20506 \end_inset
20507
20508  instead.
20509  The style 
20510 \family sans
20511 <reference> on page <page>
20512 \family default
20513  will not print anything about the page if the label is on the same page.
20514 \end_layout
20515
20516 \begin_layout Standard
20517 The number and current page of the part of the document referred to in the
20518  output is automatically calculated by LaTeX.
20519  The varieties are adjusted in the field 
20520 \family sans
20521 Format
20522 \family default
20523  of the cross-reference window that appears when you click on the cross-referenc
20524 e box.
20525 \end_layout
20526
20527 \begin_layout Standard
20528 \begin_inset Note Greyedout
20529 status open
20530
20531 \begin_layout Plain Layout
20532
20533 \series bold
20534 Note:
20535 \series default
20536  The LaTeX-package 
20537 \series bold
20538 prettyref
20539 \series default
20540
20541 \begin_inset Index idx
20542 status collapsed
20543
20544 \begin_layout Plain Layout
20545 LaTeX-packages ! prettyref
20546 \end_layout
20547
20548 \end_inset
20549
20550  does not know all of LyX's possible label shortcuts
20551 \begin_inset Foot
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555 \begin_inset Quotes eld
20556 \end_inset
20557
20558 fig:
20559 \begin_inset Quotes erd
20560 \end_inset
20561
20562  is for example LyX's shortcut for labels in figure captions.
20563 \end_layout
20564
20565 \end_inset
20566
20567  and is not internationalized.
20568  To find out how to tell 
20569 \series bold
20570 prettyref
20571 \series default
20572  new shortcuts and translations, have a look at its documentation 
20573 \begin_inset CommandInset citation
20574 LatexCommand cite
20575 key "prettyref"
20576
20577 \end_inset
20578
20579 .
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Standard
20588 \begin_inset Note Greyedout
20589 status open
20590
20591 \begin_layout Plain Layout
20592
20593 \series bold
20594 Note:
20595 \series default
20596  Due to a bug in the LaTeX-package 
20597 \series bold
20598 varioref
20599 \series default
20600  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20601  languages that make the period character active (like French).
20602  For a workaround, see
20603 \begin_inset Newline newline
20604 \end_inset
20605
20606
20607 \begin_inset CommandInset href
20608 LatexCommand href
20609 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20610
20611 \end_inset
20612
20613 .
20614 \end_layout
20615
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \begin_layout Subsection
20622 Automatic Reference Naming
20623 \begin_inset Index idx
20624 status collapsed
20625
20626 \begin_layout Plain Layout
20627 References ! Automatic Reference Naming
20628 \end_layout
20629
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \begin_layout Standard
20636 The LaTeX-package 
20637 \series bold
20638 hyperref
20639 \series default
20640
20641 \begin_inset Index idx
20642 status collapsed
20643
20644 \begin_layout Plain Layout
20645 LaTeX-packages ! hyperref
20646 \end_layout
20647
20648 \end_inset
20649
20650 , that is enabled in the 
20651 \family sans
20652 PDF Properties
20653 \family default
20654  of the 
20655 \family sans
20656 Document Settings
20657 \family default
20658  dialog, provides a very useful feature that cross-references automatically
20659  include the name of the referenced floats (or text parts like 
20660 \emph on
20661 section
20662 \emph default
20663 ).
20664  So you will save having to write e.
20665 \begin_inset space \thinspace{}
20666 \end_inset
20667
20668 g.
20669 \begin_inset space \space{}
20670 \end_inset
20671
20672 the name 
20673 \begin_inset Quotes eld
20674 \end_inset
20675
20676 Figure
20677 \begin_inset Quotes erd
20678 \end_inset
20679
20680  before every reference to a figure.
20681  To use this feature, enable 
20682 \series bold
20683 hyperref
20684 \series default
20685  and insert this line to the LaTeX preamble:
20686 \end_layout
20687
20688 \begin_layout Standard
20689
20690 \series bold
20691
20692 \backslash
20693 AtBeginDocument{
20694 \backslash
20695 renewcommand{
20696 \backslash
20697 ref}[1]{
20698 \backslash
20699 mbox{
20700 \backslash
20701 autoref{#1}}}}
20702 \end_layout
20703
20704 \begin_layout Standard
20705 When you prefer other reference names than the default ones, for example
20706  you want instead of 
20707 \begin_inset Quotes eld
20708 \end_inset
20709
20710 section
20711 \begin_inset Quotes erd
20712 \end_inset
20713
20714  the name 
20715 \begin_inset Quotes eld
20716 \end_inset
20717
20718 sec.
20719 \begin_inset space \thinspace{}
20720 \end_inset
20721
20722
20723 \begin_inset Quotes eld
20724 \end_inset
20725
20726 , you can redefine the name by inserting this in the preamble:
20727 \end_layout
20728
20729 \begin_layout Standard
20730
20731 \series bold
20732
20733 \backslash
20734 addto
20735 \backslash
20736 extrasenglish{
20737 \backslash
20738 renewcommand{
20739 \backslash
20740 sectionautorefname}
20741 \begin_inset Newline newline
20742 \end_inset
20743
20744
20745 \begin_inset Phantom HPhantom
20746 status open
20747
20748 \begin_layout Plain Layout
20749
20750 \series bold
20751 \begin_inset space ~
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758
20759 {sec.
20760 \backslash
20761 negthinspace}}
20762 \end_layout
20763
20764 \begin_layout Standard
20765 When you are using another document language than English, replace
20766 \begin_inset Newline newline
20767 \end_inset
20768
20769
20770 \series bold
20771
20772 \backslash
20773 extrasenglish
20774 \series default
20775  by 
20776 \series bold
20777
20778 \backslash
20779 extras***
20780 \series default
20781 , where *** is the name of the language used.
20782 \end_layout
20783
20784 \begin_layout Standard
20785 To get automatic names, but not for certain reference types, for example
20786  not for equations, use this preamble code:
20787 \end_layout
20788
20789 \begin_layout Standard
20790
20791 \series bold
20792
20793 \backslash
20794 newlength{
20795 \backslash
20796 abc}
20797 \begin_inset Newline newline
20798 \end_inset
20799
20800
20801 \backslash
20802 settowidth{
20803 \backslash
20804 abc}{
20805 \backslash
20806 space}
20807 \begin_inset Newline newline
20808 \end_inset
20809
20810
20811 \backslash
20812 addto
20813 \backslash
20814 extrasenglish{
20815 \backslash
20816 renewcommand{
20817 \backslash
20818 equationautorefname}
20819 \begin_inset Newline newline
20820 \end_inset
20821
20822
20823 \begin_inset Phantom HPhantom
20824 status open
20825
20826 \begin_layout Plain Layout
20827
20828 \series bold
20829 \begin_inset space ~
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836
20837 {
20838 \backslash
20839 hspace{-
20840 \backslash
20841 abc}}
20842 \end_layout
20843
20844 \begin_layout Standard
20845 More about this topic can be found in 
20846 \series bold
20847 hyperref
20848 \series default
20849 's documentation 
20850 \begin_inset CommandInset citation
20851 LatexCommand cite
20852 key "hyperref"
20853
20854 \end_inset
20855
20856 .
20857 \end_layout
20858
20859 \begin_layout Standard
20860 \begin_inset Note Greyedout
20861 status open
20862
20863 \begin_layout Plain Layout
20864
20865 \series bold
20866 Note:
20867 \series default
20868  Automatic reference naming cannot be used when you use cross-references
20869  in the 
20870 \family sans
20871 Formatted
20872 \begin_inset space ~
20873 \end_inset
20874
20875 reference
20876 \family default
20877  style, as described in section
20878 \begin_inset space ~
20879 \end_inset
20880
20881
20882 \begin_inset CommandInset ref
20883 LatexCommand ref
20884 reference "sub:Cross-Reference-Formats"
20885
20886 \end_inset
20887
20888 .
20889 \end_layout
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \begin_layout Standard
20897 The 
20898 \emph on
20899 Math
20900 \emph default
20901  manual is an example where automatic reference naming is used.
20902 \end_layout
20903
20904 \begin_layout Subsection
20905 Reference Position
20906 \begin_inset CommandInset label
20907 LatexCommand label
20908 name "sub:Reference-Position"
20909
20910 \end_inset
20911
20912
20913 \begin_inset Index idx
20914 status collapsed
20915
20916 \begin_layout Plain Layout
20917 References ! Reference Position
20918 \end_layout
20919
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \begin_layout Standard
20926 If you use 
20927 \series bold
20928 hyperref
20929 \series default
20930
20931 \begin_inset Index idx
20932 status collapsed
20933
20934 \begin_layout Plain Layout
20935 LaTeX-packages ! hyperref
20936 \end_layout
20937
20938 \end_inset
20939
20940  in the 
20941 \family sans
20942 PDF Properties
20943 \family default
20944  of the 
20945 \family sans
20946 Document Settings
20947 \family default
20948  dialog to link cross-references in the output, you will see that clicking
20949  on an image float reference jumps to the image label.
20950  The caption will be the first text part on the screen, so that you cannot
20951  see the image without scrolling.
20952  This is because the reference link anchor is placed at the position of
20953  the label.
20954  With the use of the package 
20955 \series bold
20956 hypcap
20957 \series default
20958
20959 \begin_inset Index idx
20960 status collapsed
20961
20962 \begin_layout Plain Layout
20963 LaTeX-packages ! hypcap
20964 \end_layout
20965
20966 \end_inset
20967
20968 , which is part of the LaTeX-package 
20969 \series bold
20970 oberdiek
20971 \series default
20972
20973 \begin_inset Index idx
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977 LaTeX-packages ! oberdiek
20978 \end_layout
20979
20980 \end_inset
20981
20982 , the link anchor is placed at the beginning of a float.
20983  To use this feature for figure floats, load 
20984 \series bold
20985 hypcap
20986 \series default
20987  in the document preamble with the line
20988 \end_layout
20989
20990 \begin_layout Standard
20991
20992 \series bold
20993
20994 \backslash
20995 usepackage[figure]{hypcap}
20996 \end_layout
20997
20998 \begin_layout Standard
20999 You can also use 
21000 \series bold
21001 hypcap
21002 \series default
21003  for all float types but this is not recommended for stability reasons.
21004  For more information, have a look at 
21005 \series bold
21006 hypcap
21007 \series default
21008 's manual 
21009 \begin_inset CommandInset citation
21010 LatexCommand cite
21011 key "hypcap"
21012
21013 \end_inset
21014
21015 .
21016 \end_layout
21017
21018 \begin_layout Standard
21019 \begin_inset Note Greyedout
21020 status open
21021
21022 \begin_layout Plain Layout
21023
21024 \series bold
21025 Note:
21026 \series default
21027  
21028 \series bold
21029 hypcap
21030 \series default
21031  has no effect on references to subfigures.
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \begin_layout Section
21040 Float Placement
21041 \begin_inset CommandInset label
21042 LatexCommand label
21043 name "sec:Float-Placement"
21044
21045 \end_inset
21046
21047
21048 \begin_inset Index idx
21049 status collapsed
21050
21051 \begin_layout Plain Layout
21052 Floats ! Placement
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \begin_layout Standard
21061 Right-clicking on a float-box opens a dialog where you can alter the placement
21062  options that LaTeX uses for positioning the float.
21063 \begin_inset Newline newline
21064 \end_inset
21065
21066 The option 
21067 \family sans
21068 Span
21069 \begin_inset space ~
21070 \end_inset
21071
21072 columns
21073 \family default
21074  is only useful for two-column documents: If you select it, the float will
21075  span both columns on the page instead of being confined to just one.
21076 \begin_inset Newline newline
21077 \end_inset
21078
21079 The option 
21080 \family sans
21081 Rotate
21082 \begin_inset space ~
21083 \end_inset
21084
21085 sideways
21086 \family default
21087  is used to rotate floats, see section 
21088 \begin_inset CommandInset ref
21089 LatexCommand ref
21090 reference "sec:Rotated-Floats"
21091
21092 \end_inset
21093
21094 .
21095 \end_layout
21096
21097 \begin_layout Standard
21098 You can use one ore more of the following options in the float dialog to
21099  set the placement for a particular float when you uncheck the option 
21100 \family sans
21101 Use
21102 \begin_inset space ~
21103 \end_inset
21104
21105 default
21106 \begin_inset space ~
21107 \end_inset
21108
21109 placement
21110 \family default
21111 :
21112 \end_layout
21113
21114 \begin_layout Description
21115 Here
21116 \begin_inset space ~
21117 \end_inset
21118
21119 if
21120 \begin_inset space ~
21121 \end_inset
21122
21123 possible try to place the float on the position where it has been inserted
21124 \end_layout
21125
21126 \begin_layout Description
21127 Top
21128 \begin_inset space ~
21129 \end_inset
21130
21131 of
21132 \begin_inset space ~
21133 \end_inset
21134
21135 page try to place the float at the top of the current page
21136 \end_layout
21137
21138 \begin_layout Description
21139 Bottom
21140 \begin_inset space ~
21141 \end_inset
21142
21143 of
21144 \begin_inset space ~
21145 \end_inset
21146
21147 page try to place the float at the bottom of the current page
21148 \end_layout
21149
21150 \begin_layout Description
21151 Page
21152 \begin_inset space ~
21153 \end_inset
21154
21155 of
21156 \begin_inset space ~
21157 \end_inset
21158
21159 floats try to place the float on its own page 
21160 \end_layout
21161
21162 \begin_layout Standard
21163 The order of the above option is 
21164 \emph on
21165 always
21166 \emph default
21167  used by LaTeX.
21168  That means, if you use the default placement, LaTeX will first try out
21169  
21170 \family sans
21171 Here
21172 \begin_inset space ~
21173 \end_inset
21174
21175 if
21176 \begin_inset space ~
21177 \end_inset
21178
21179 possible
21180 \family default
21181 , then 
21182 \family sans
21183 Top
21184 \begin_inset space ~
21185 \end_inset
21186
21187 of
21188 \begin_inset space ~
21189 \end_inset
21190
21191 page
21192 \family default
21193 , and then the others.
21194  If you do not use the default, LaTeX will try only the checked options
21195  but in the same order.
21196  If none of the 4
21197 \begin_inset space ~
21198 \end_inset
21199
21200 placements are possible the procedure is internally repeated but it is tried
21201  to put the float on the following page.
21202 \end_layout
21203
21204 \begin_layout Standard
21205 By default, each option has its own rules:
21206 \end_layout
21207
21208 \begin_layout Labeling
21209 \labelwidthstring 00.00.0000
21210
21211 \family sans
21212 Top
21213 \begin_inset space ~
21214 \end_inset
21215
21216 of
21217 \begin_inset space ~
21218 \end_inset
21219
21220 page
21221 \family default
21222  only floats occupying less than 70
21223 \begin_inset space \thinspace{}
21224 \end_inset
21225
21226 % of the page can be placed at the top of a page (
21227 \series bold
21228
21229 \backslash
21230 topfraction
21231 \series default
21232 )
21233 \end_layout
21234
21235 \begin_layout Labeling
21236 \labelwidthstring 00.00.0000
21237
21238 \family sans
21239 Bottom
21240 \begin_inset space ~
21241 \end_inset
21242
21243 of
21244 \begin_inset space ~
21245 \end_inset
21246
21247 page
21248 \family default
21249 : only floats occupying less than 30
21250 \begin_inset space \thinspace{}
21251 \end_inset
21252
21253 % of the page can be placed at the bottom of a page.
21254  (
21255 \series bold
21256
21257 \backslash
21258 bottomfraction
21259 \series default
21260 )
21261 \end_layout
21262
21263 \begin_layout Labeling
21264 \labelwidthstring 00.00.0000
21265
21266 \family sans
21267 Page
21268 \begin_inset space ~
21269 \end_inset
21270
21271 of
21272 \begin_inset space ~
21273 \end_inset
21274
21275 floats
21276 \family default
21277 : only if more than 50
21278 \begin_inset space \thinspace{}
21279 \end_inset
21280
21281 % of the page are occupied by floats, several floats can be set together
21282  on a page.
21283  (
21284 \series bold
21285
21286 \backslash
21287 floatpagefraction
21288 \series default
21289 )
21290 \end_layout
21291
21292 \begin_layout Standard
21293 If you don't like these rules, you can ignore them by using the additional
21294  option 
21295 \family sans
21296 Ignore
21297 \begin_inset space ~
21298 \end_inset
21299
21300 LaTeX
21301 \begin_inset space ~
21302 \end_inset
21303
21304 rules
21305 \family default
21306 .
21307 \begin_inset Newline newline
21308 \end_inset
21309
21310 You can also redefine the rules with LaTeX-commands that are given in parenthese
21311 s after the rules description above.
21312  To increase for example the often too small default of the bottom-rule
21313  to 50
21314 \begin_inset space \thinspace{}
21315 \end_inset
21316
21317 % of the page, add this line to your document preamble:
21318 \end_layout
21319
21320 \begin_layout Standard
21321
21322 \series bold
21323
21324 \backslash
21325 renewcommand{
21326 \backslash
21327 bottomfraction}{0.5}
21328 \end_layout
21329
21330 \begin_layout Standard
21331 Sometimes you might need, under all circumstances, a float to be placed
21332  exactly at the position where it is inserted.
21333  For this case you can use the option 
21334 \family sans
21335 Here
21336 \begin_inset space ~
21337 \end_inset
21338
21339 definitely
21340 \family default
21341 .
21342  Use this option very rarely and only if the document is almost ready to
21343  be printed, because the float is then no longer able to 
21344 \begin_inset Quotes eld
21345 \end_inset
21346
21347 float
21348 \begin_inset Quotes erd
21349 \end_inset
21350
21351  when you change your document and this will often destroy the page layout.
21352 \end_layout
21353
21354 \begin_layout Standard
21355 There are no placement options for text wrap floats, because they are always
21356  surrounded by the text of a certain paragraph.
21357 \begin_inset VSpace bigskip
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \begin_layout Standard
21364 Sometimes you have the problem that a float is placed at the top of a page
21365  while its corresponding section starts at the middle of the page, so that
21366  the reader could think the float is part of the previous section.
21367  To avoid this the LaTeX-command 
21368 \series bold
21369
21370 \backslash
21371 suppressfloats
21372 \series default
21373  can be used.
21374  It suppresses a given float placement for the page where it is inserted
21375  and can therefore be used to avoid floats being set before a section starts.
21376  To get this, add these commands to your document preamble:
21377 \end_layout
21378
21379 \begin_layout Standard
21380
21381 \series bold
21382
21383 \backslash
21384 let
21385 \backslash
21386 mySection
21387 \backslash
21388 section
21389 \begin_inset Newline newline
21390 \end_inset
21391
21392
21393 \backslash
21394 renewcommand{
21395 \backslash
21396 section}{
21397 \backslash
21398 suppressfloats[t]
21399 \backslash
21400 mySection}
21401 \end_layout
21402
21403 \begin_layout Standard
21404 You can define the same for all section headings, like chapters and subsections.
21405  This definition is not recommended to be used for small text parts like
21406  subsubsections because LaTeX may then have problems finding a suitable
21407  placement.
21408 \end_layout
21409
21410 \begin_layout Standard
21411 \begin_inset VSpace bigskip
21412 \end_inset
21413
21414 In some cases it is required to have all figures/tables at the end of the
21415  document.
21416  For this purpose the LaTeX-package 
21417 \series bold
21418 endfloat
21419 \series default
21420
21421 \begin_inset Index idx
21422 status collapsed
21423
21424 \begin_layout Plain Layout
21425 LaTeX-packages ! endfloat
21426 \end_layout
21427
21428 \end_inset
21429
21430  was developed.
21431  It puts all figure and table floats at the end of the document into their
21432  own sections.
21433  At the original float position a text hint like 
21434 \begin_inset Quotes eld
21435 \end_inset
21436
21437
21438 \family sans
21439 [Figure
21440 \begin_inset space ~
21441 \end_inset
21442
21443 3.2 about here.]
21444 \family default
21445
21446 \begin_inset Quotes erd
21447 \end_inset
21448
21449  is inserted.
21450  The endfloat-package is loaded in the preamble with the line
21451 \end_layout
21452
21453 \begin_layout Standard
21454
21455 \series bold
21456
21457 \backslash
21458 usepackage[options]{endfloat}
21459 \end_layout
21460
21461 \begin_layout Standard
21462 There are various package options to format the created figure/table sections.
21463  For more information we refer to the 
21464 \series bold
21465 endfloat
21466 \series default
21467  documentation 
21468 \begin_inset CommandInset citation
21469 LatexCommand cite
21470 key "endfloat"
21471
21472 \end_inset
21473
21474 .
21475 \begin_inset Newline newline
21476 \end_inset
21477
21478
21479 \begin_inset Note Greyedout
21480 status open
21481
21482 \begin_layout Plain Layout
21483
21484 \series bold
21485 Note: endfloat
21486 \series default
21487  doesn't provide an automatic translation for the text hint, you have to
21488  do this manually, see section
21489 \begin_inset space ~
21490 \end_inset
21491
21492 4 in 
21493 \begin_inset CommandInset citation
21494 LatexCommand cite
21495 key "endfloat"
21496
21497 \end_inset
21498
21499 .
21500 \end_layout
21501
21502 \end_inset
21503
21504
21505 \begin_inset Newline newline
21506 \end_inset
21507
21508
21509 \begin_inset Note Greyedout
21510 status open
21511
21512 \begin_layout Plain Layout
21513
21514 \series bold
21515 Note:
21516 \series default
21517  There is currently a bug in 
21518 \series bold
21519 endfloat
21520 \series default
21521  when the caption contains a German 
21522 \begin_inset Quotes eld
21523 \end_inset
21524
21525 ß
21526 \begin_inset Quotes erd
21527 \end_inset
21528
21529 .
21530  Use in this case the command 
21531 \begin_inset Quotes eld
21532 \end_inset
21533
21534
21535 \series bold
21536
21537 \backslash
21538 ss
21539 \series default
21540
21541 \begin_inset Quotes erd
21542 \end_inset
21543
21544  in TeX-Code instead of 
21545 \begin_inset Quotes eld
21546 \end_inset
21547
21548 ß
21549 \begin_inset Quotes erd
21550 \end_inset
21551
21552 .
21553 \end_layout
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Standard
21561 \begin_inset VSpace bigskip
21562 \end_inset
21563
21564 For more details about float placements, have a look at LaTeX books, 
21565 \begin_inset CommandInset citation
21566 LatexCommand cite
21567 key "latexcompanion,latexguide,latexbook"
21568
21569 \end_inset
21570
21571 .
21572 \end_layout
21573
21574 \begin_layout Section
21575 Rotated Floats
21576 \begin_inset CommandInset label
21577 LatexCommand label
21578 name "sec:Rotated-Floats"
21579
21580 \end_inset
21581
21582
21583 \begin_inset Index idx
21584 status collapsed
21585
21586 \begin_layout Plain Layout
21587 Floats ! Rotating
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \begin_layout Standard
21596 Especially for wide tables you might have floats rotated.
21597  To rotate a whole float including the caption, right-click on the float-box
21598  and use the option 
21599 \family sans
21600 Rotate
21601 \begin_inset space ~
21602 \end_inset
21603
21604 sideways
21605 \family default
21606 .
21607 \end_layout
21608
21609 \begin_layout Standard
21610 Rotated floats are always placed on a page of their own (or column of their
21611  own; in case you have a multi-column document).
21612  You can let them span several columns using the float settings option 
21613 \family sans
21614 Span
21615 \begin_inset space ~
21616 \end_inset
21617
21618 columns
21619 \family default
21620 .
21621  Floats are rotated so that you can read them from the outside margin.
21622  To force a certain rotation direction for all pages, you can add either
21623  the option 
21624 \series bold
21625 figuresleft
21626 \series default
21627  or 
21628 \series bold
21629 figuresright
21630 \series default
21631  to the document class options.
21632 \end_layout
21633
21634 \begin_layout Standard
21635 Referencing rotated floats is the same as for normal floats, the caption
21636  format is also the same: Table
21637 \begin_inset space ~
21638 \end_inset
21639
21640
21641 \begin_inset CommandInset ref
21642 LatexCommand ref
21643 reference "tab:Rotated-table"
21644
21645 \end_inset
21646
21647  is an example of a rotated table float.
21648 \end_layout
21649
21650 \begin_layout Standard
21651 \begin_inset Note Greyedout
21652 status open
21653
21654 \begin_layout Plain Layout
21655
21656 \series bold
21657 Note:
21658 \series default
21659  Not all DVI-viewers are able to display rotated floats.
21660 \end_layout
21661
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \begin_layout Standard
21668 \begin_inset Float table
21669 wide false
21670 sideways true
21671 status open
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Caption
21675
21676 \begin_layout Plain Layout
21677 \begin_inset CommandInset label
21678 LatexCommand label
21679 name "tab:Rotated-table"
21680
21681 \end_inset
21682
21683  Rotated table
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \begin_layout Plain Layout
21692 \align center
21693 \begin_inset Tabular
21694 <lyxtabular version="3" rows="1" columns="5">
21695 <features tabularvalignment="middle">
21696 <column alignment="center" valignment="top" width="0">
21697 <column alignment="center" valignment="top" width="0">
21698 <column alignment="center" valignment="top" width="0">
21699 <column alignment="center" valignment="top" width="0">
21700 <column alignment="center" valignment="top" width="0">
21701 <row>
21702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 test
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 b
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 c
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 d
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 e
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 </row>
21748 </lyxtabular>
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \begin_layout Section
21761 Subfloats
21762 \begin_inset Index idx
21763 status collapsed
21764
21765 \begin_layout Plain Layout
21766 Floats ! Subfloats
21767 \end_layout
21768
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \begin_layout Standard
21775 Subfloats are for example used when a figure consists of several images.
21776  They are created by inserting a float into an existing float.
21777  The placement of the subfloats can be controlled in the same way as for
21778  paragraphs as shown in table
21779 \begin_inset space ~
21780 \end_inset
21781
21782
21783 \begin_inset CommandInset ref
21784 LatexCommand ref
21785 reference "tab:Two-subtables-side"
21786
21787 \end_inset
21788
21789  and 
21790 \begin_inset CommandInset ref
21791 LatexCommand ref
21792 reference "tab:Two-subtables-upon"
21793
21794 \end_inset
21795
21796 .
21797 \end_layout
21798
21799 \begin_layout Standard
21800 Referencing subfloats works as for normal floats: Table
21801 \begin_inset space ~
21802 \end_inset
21803
21804
21805 \begin_inset CommandInset ref
21806 LatexCommand ref
21807 reference "tab:This-is-subtable-a"
21808
21809 \end_inset
21810
21811  and 
21812 \begin_inset CommandInset ref
21813 LatexCommand ref
21814 reference "tab:This-is-subtable-b"
21815
21816 \end_inset
21817
21818  are subtables of table
21819 \begin_inset space ~
21820 \end_inset
21821
21822
21823 \begin_inset CommandInset ref
21824 LatexCommand ref
21825 reference "tab:Two-subtables-side"
21826
21827 \end_inset
21828
21829 .
21830 \end_layout
21831
21832 \begin_layout Standard
21833 \begin_inset Float table
21834 wide false
21835 sideways false
21836 status open
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Caption
21840
21841 \begin_layout Plain Layout
21842 \begin_inset CommandInset label
21843 LatexCommand label
21844 name "tab:Two-subtables-side"
21845
21846 \end_inset
21847
21848 Two subtables placed side by side.
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Plain Layout
21857 \align center
21858 \begin_inset space \hfill{}
21859 \end_inset
21860
21861
21862 \begin_inset Float table
21863 wide false
21864 sideways false
21865 status collapsed
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Caption
21869
21870 \begin_layout Plain Layout
21871 \begin_inset CommandInset label
21872 LatexCommand label
21873 name "tab:This-is-subtable-a"
21874
21875 \end_inset
21876
21877 This is subtable a.
21878 \end_layout
21879
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \begin_layout Plain Layout
21886 \align center
21887 \begin_inset Tabular
21888 <lyxtabular version="3" rows="1" columns="5">
21889 <features tabularvalignment="middle">
21890 <column alignment="center" valignment="top" width="0">
21891 <column alignment="center" valignment="top" width="0">
21892 <column alignment="center" valignment="top" width="0">
21893 <column alignment="center" valignment="top" width="0">
21894 <column alignment="center" valignment="top" width="0">
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 test
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 b
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 c
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 d
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 e
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 </row>
21942 </lyxtabular>
21943
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950
21951
21952 \begin_inset space \hfill{}
21953 \end_inset
21954
21955
21956 \begin_inset Float table
21957 wide false
21958 sideways false
21959 status collapsed
21960
21961 \begin_layout Plain Layout
21962 \begin_inset Caption
21963
21964 \begin_layout Plain Layout
21965 \begin_inset CommandInset label
21966 LatexCommand label
21967 name "tab:This-is-subtable-b"
21968
21969 \end_inset
21970
21971 This is subtable b.
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \begin_layout Plain Layout
21980 \align center
21981 \begin_inset Tabular
21982 <lyxtabular version="3" rows="1" columns="5">
21983 <features tabularvalignment="middle">
21984 <column alignment="center" valignment="top" width="0">
21985 <column alignment="center" valignment="top" width="0">
21986 <column alignment="center" valignment="top" width="0">
21987 <column alignment="center" valignment="top" width="0">
21988 <column alignment="center" valignment="top" width="0">
21989 <row>
21990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 e
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 d
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012 c
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 b
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22027 \begin_inset Text
22028
22029 \begin_layout Plain Layout
22030 test
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 </row>
22036 </lyxtabular>
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \end_inset
22044
22045
22046 \begin_inset space \hfill{}
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \begin_layout Standard
22058 \begin_inset Float table
22059 wide false
22060 sideways false
22061 status open
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Caption
22065
22066 \begin_layout Plain Layout
22067 \begin_inset CommandInset label
22068 LatexCommand label
22069 name "tab:Two-subtables-upon"
22070
22071 \end_inset
22072
22073 Two subtables placed one above the other.
22074  (a) table with 4 cells, (b) table with 5 cells.
22075 \end_layout
22076
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \begin_layout Plain Layout
22083 \align center
22084 \begin_inset Float table
22085 wide false
22086 sideways false
22087 status collapsed
22088
22089 \begin_layout Plain Layout
22090 \begin_inset Caption
22091
22092 \begin_layout Plain Layout
22093
22094 \end_layout
22095
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \begin_layout Plain Layout
22102 \align center
22103 \begin_inset Tabular
22104 <lyxtabular version="3" rows="1" columns="4">
22105 <features tabularvalignment="middle">
22106 <column alignment="center" valignment="top" width="0">
22107 <column alignment="center" valignment="top" width="0">
22108 <column alignment="center" valignment="top" width="0">
22109 <column alignment="center" valignment="top" width="0">
22110 <row>
22111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 test
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 test
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 test
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 test
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 </lyxtabular>
22149
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Plain Layout
22161 \align center
22162 \begin_inset Float table
22163 wide false
22164 sideways false
22165 status collapsed
22166
22167 \begin_layout Plain Layout
22168 \begin_inset Caption
22169
22170 \begin_layout Plain Layout
22171
22172 \end_layout
22173
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \begin_layout Plain Layout
22180 \align center
22181 \begin_inset Tabular
22182 <lyxtabular version="3" rows="1" columns="5">
22183 <features tabularvalignment="middle">
22184 <column alignment="center" valignment="top" width="0">
22185 <column alignment="center" valignment="top" width="0">
22186 <column alignment="center" valignment="top" width="0">
22187 <column alignment="center" valignment="top" width="0">
22188 <column alignment="center" valignment="top" width="0">
22189 <row>
22190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 a
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 b
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 c
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 d
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 e
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 </row>
22236 </lyxtabular>
22237
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Section
22254 Floats Side by Side
22255 \begin_inset Index idx
22256 status collapsed
22257
22258 \begin_layout Plain Layout
22259 Floats ! Side by side
22260 \end_layout
22261
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \begin_layout Standard
22268 To place floats side by side, as in Figures
22269 \begin_inset space ~
22270 \end_inset
22271
22272
22273 \begin_inset CommandInset ref
22274 LatexCommand ref
22275 reference "fig:Float-left"
22276
22277 \end_inset
22278
22279  and 
22280 \begin_inset CommandInset ref
22281 LatexCommand ref
22282 reference "fig:Float-right"
22283
22284 \end_inset
22285
22286 , only 
22287 \emph on
22288 one
22289 \emph default
22290  float is used.
22291  In it two minipage boxes are inserted.
22292 \begin_inset Foot
22293 status collapsed
22294
22295 \begin_layout Plain Layout
22296 Minipages are explained in section
22297 \begin_inset space ~
22298 \end_inset
22299
22300
22301 \begin_inset CommandInset ref
22302 LatexCommand ref
22303 reference "sec:Minipages"
22304
22305 \end_inset
22306
22307 .
22308 \end_layout
22309
22310 \end_inset
22311
22312  The width is set to 45
22313 \begin_inset space \thinspace{}
22314 \end_inset
22315
22316 -50
22317 \begin_inset space \thinspace{}
22318 \end_inset
22319
22320 column% and the box alignment to 
22321 \family sans
22322 Bottom
22323 \family default
22324  for each minipage.
22325  The minipage boxes contain the image and the caption in the same way as
22326  they are in a float.
22327  The only difference is that the image unit 
22328 \family sans
22329 Column
22330 \begin_inset space ~
22331 \end_inset
22332
22333 Width
22334 \begin_inset space ~
22335 \end_inset
22336
22337 %
22338 \family default
22339  is now calculated according to the width of the minipage boxes.
22340 \end_layout
22341
22342 \begin_layout Standard
22343 \begin_inset Float figure
22344 wide false
22345 sideways false
22346 status open
22347
22348 \begin_layout Plain Layout
22349 \begin_inset Box Frameless
22350 position "b"
22351 hor_pos "c"
22352 has_inner_box 1
22353 inner_pos "t"
22354 use_parbox 0
22355 use_makebox 0
22356 width "45col%"
22357 special "none"
22358 height "1in"
22359 height_special "totalheight"
22360 status open
22361
22362 \begin_layout Plain Layout
22363 \align center
22364 \begin_inset Graphics
22365         filename clipart/mobius.eps
22366         lyxscale 50
22367         width 100col%
22368         scaleBeforeRotation
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Caption
22377
22378 \begin_layout Plain Layout
22379 \begin_inset CommandInset label
22380 LatexCommand label
22381 name "fig:Float-left"
22382
22383 \end_inset
22384
22385 Float on the left side.
22386 \end_layout
22387
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \begin_inset space \hfill{}
22397 \end_inset
22398
22399
22400 \begin_inset Box Frameless
22401 position "b"
22402 hor_pos "c"
22403 has_inner_box 1
22404 inner_pos "t"
22405 use_parbox 0
22406 use_makebox 0
22407 width "45col%"
22408 special "none"
22409 height "1in"
22410 height_special "totalheight"
22411 status open
22412
22413 \begin_layout Plain Layout
22414 \align center
22415 \begin_inset Graphics
22416         filename clipart/platypus.eps
22417         lyxscale 50
22418         width 100col%
22419         scaleBeforeRotation
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \begin_layout Plain Layout
22427 \begin_inset Caption
22428
22429 \begin_layout Plain Layout
22430 \begin_inset CommandInset label
22431 LatexCommand label
22432 name "fig:Float-right"
22433
22434 \end_inset
22435
22436 Float on the right side.
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \begin_layout Plain Layout
22450
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Section
22459 Caption Formatting
22460 \begin_inset Index idx
22461 status collapsed
22462
22463 \begin_layout Plain Layout
22464 Caption ! Formatting
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \begin_inset Index idx
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474 Floats ! Caption Formatting
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \begin_inset CommandInset label
22481 LatexCommand label
22482 name "sec:Caption-Formatting"
22483
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \begin_layout Standard
22490 The 
22491 \family sans
22492 Caption
22493 \family default
22494  environment is the default paragraph environment for 
22495 \family sans
22496 Floats
22497 \family default
22498 .
22499  On the LyX screen captions appear as label, e.
22500 \begin_inset space \thinspace{}
22501 \end_inset
22502
22503 g.
22504 \begin_inset space \space{}
22505 \end_inset
22506
22507
22508 \begin_inset Quotes eld
22509 \end_inset
22510
22511
22512 \family sans
22513 Figure #:
22514 \family default
22515
22516 \begin_inset Quotes erd
22517 \end_inset
22518
22519  followed by the caption text.
22520  
22521 \begin_inset Quotes eld
22522 \end_inset
22523
22524 #
22525 \begin_inset Quotes erd
22526 \end_inset
22527
22528  is the actual reference number.
22529  By default the label and the number are in the same font as the caption
22530  text and a colon follows the number to divide the label from the text.
22531  This caption format is not suitable for all document formats.
22532  
22533 \end_layout
22534
22535 \begin_layout Standard
22536 To change the default caption format, load the LaTeX-package 
22537 \series bold
22538 caption
22539 \series default
22540
22541 \begin_inset Index idx
22542 status collapsed
22543
22544 \begin_layout Plain Layout
22545 LaTeX-packages ! caption
22546 \end_layout
22547
22548 \end_inset
22549
22550  in the document preamble with this line:
22551 \end_layout
22552
22553 \begin_layout Standard
22554
22555 \series bold
22556
22557 \backslash
22558 usepackage[format definition]{caption}
22559 \end_layout
22560
22561 \begin_layout Standard
22562 To have for example the label and the number in sans-serif bold font and
22563  the table captions always above the table as in this document, use the
22564  following command:
22565 \end_layout
22566
22567 \begin_layout Standard
22568
22569 \series bold
22570
22571 \backslash
22572 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22573 \end_layout
22574
22575 \begin_layout Standard
22576 You can also define different caption formats for the different float types.
22577  In this case load the 
22578 \series bold
22579 caption
22580 \series default
22581  package without format specific options and define the different formats
22582  with the help of the command
22583 \end_layout
22584
22585 \begin_layout Standard
22586
22587 \series bold
22588
22589 \backslash
22590 captionsetup[float type]{format definition}
22591 \end_layout
22592
22593 \begin_layout Standard
22594 in the document preamble.
22595  For example the caption formats of Figure
22596 \begin_inset space ~
22597 \end_inset
22598
22599
22600 \begin_inset CommandInset ref
22601 LatexCommand ref
22602 reference "fig:This-is-an-fig"
22603
22604 \end_inset
22605
22606  and Table
22607 \begin_inset space ~
22608 \end_inset
22609
22610
22611 \begin_inset CommandInset ref
22612 LatexCommand ref
22613 reference "tab:This-is-an-tab"
22614
22615 \end_inset
22616
22617  can be created using these commands in the document preamble:
22618 \end_layout
22619
22620 \begin_layout Standard
22621
22622 \series bold
22623
22624 \backslash
22625 usepackage[tableposition=top]{caption}
22626 \series default
22627
22628 \begin_inset Newline newline
22629 \end_inset
22630
22631
22632 \series bold
22633
22634 \backslash
22635 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22636 \begin_inset Newline newline
22637 \end_inset
22638
22639
22640 \begin_inset Phantom HPhantom
22641 status open
22642
22643 \begin_layout Plain Layout
22644
22645 \series bold
22646
22647 \backslash
22648 captionsetup[figure]{
22649 \end_layout
22650
22651 \end_inset
22652
22653 labelsep=period}
22654 \begin_inset Newline newline
22655 \end_inset
22656
22657
22658 \backslash
22659 captionsetup[table]{labelfont={bf,sf}}
22660 \end_layout
22661
22662 \begin_layout Standard
22663 \begin_inset Note Greyedout
22664 status open
22665
22666 \begin_layout Plain Layout
22667
22668 \series bold
22669 Note:
22670 \series default
22671  The option 
22672 \series bold
22673 tableposition=top
22674 \series default
22675  has no effect when a 
22676 \series bold
22677 KOMA-Script
22678 \series default
22679
22680 \begin_inset Index idx
22681 status collapsed
22682
22683 \begin_layout Plain Layout
22684 LaTeX-packages ! KOMA-Script
22685 \end_layout
22686
22687 \end_inset
22688
22689  document class is used.
22690  In this case the document class option 
22691 \series bold
22692 tablecaptionabove
22693 \series default
22694  must be used.
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Standard
22703 For more information about the package 
22704 \series bold
22705 caption
22706 \series default
22707  we refer to its documentation 
22708 \begin_inset CommandInset citation
22709 LatexCommand cite
22710 key "caption"
22711
22712 \end_inset
22713
22714 .
22715 \end_layout
22716
22717 \begin_layout Standard
22718 To change the label name from e.
22719 \begin_inset space \thinspace{}
22720 \end_inset
22721
22722 g.
22723 \begin_inset space \space{}
22724 \end_inset
22725
22726
22727 \begin_inset Quotes eld
22728 \end_inset
22729
22730 Figure
22731 \begin_inset Quotes erd
22732 \end_inset
22733
22734  to 
22735 \begin_inset Quotes eld
22736 \end_inset
22737
22738 Image
22739 \begin_inset Quotes erd
22740 \end_inset
22741
22742  use this preamble command:
22743 \end_layout
22744
22745 \begin_layout Standard
22746
22747 \series bold
22748
22749 \backslash
22750 renewcommand{
22751 \backslash
22752 fnum@figure}{Image~
22753 \backslash
22754 thefigure}
22755 \end_layout
22756
22757 \begin_layout Standard
22758 where 
22759 \series bold
22760
22761 \backslash
22762 thefigure
22763 \series default
22764  inserts the figure number and
22765 \series bold
22766  
22767 \begin_inset Quotes eld
22768 \end_inset
22769
22770 ~
22771 \series default
22772
22773 \begin_inset Quotes erd
22774 \end_inset
22775
22776  creates a protected space.
22777 \end_layout
22778
22779 \begin_layout Standard
22780 \begin_inset VSpace bigskip
22781 \end_inset
22782
22783 If you are using a 
22784 \series bold
22785 KOMA-Script
22786 \series default
22787
22788 \begin_inset Index idx
22789 status collapsed
22790
22791 \begin_layout Plain Layout
22792 LaTeX-packages ! KOMA-Script
22793 \end_layout
22794
22795 \end_inset
22796
22797  document class (
22798 \family sans
22799 article (KOMA-Script)
22800 \family default
22801
22802 \family sans
22803 book (KOMA-Script)
22804 \family default
22805
22806 \family sans
22807 letter (KOMA-Script)
22808 \family default
22809 , or 
22810 \family sans
22811 report (KOMA-Script)
22812 \family default
22813
22814 \begin_inset space \thinspace{}
22815 \end_inset
22816
22817 ), you can alternatively to the 
22818 \series bold
22819 caption
22820 \series default
22821  package use 
22822 \series bold
22823 KOMA-Script
22824 \series default
22825 's built-in command 
22826 \series bold
22827
22828 \backslash
22829 setkomafont
22830 \series default
22831 .
22832  For example, to have the caption label in bold, add this command to your
22833  document preamble:
22834 \end_layout
22835
22836 \begin_layout Standard
22837
22838 \series bold
22839
22840 \backslash
22841 setkomafont{captionlabel}{
22842 \backslash
22843 bfseries}
22844 \end_layout
22845
22846 \begin_layout Standard
22847 For more information about 
22848 \series bold
22849
22850 \backslash
22851 setkomafont
22852 \series default
22853  we refer to the 
22854 \series bold
22855 KOMA-Script
22856 \series default
22857  documentation 
22858 \begin_inset CommandInset citation
22859 LatexCommand cite
22860 key "KOMA-Script"
22861
22862 \end_inset
22863
22864 .
22865 \end_layout
22866
22867 \begin_layout Standard
22868 \begin_inset ERT
22869 status collapsed
22870
22871 \begin_layout Plain Layout
22872
22873
22874 \backslash
22875 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22876 }
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \begin_inset Note Note
22883 status open
22884
22885 \begin_layout Plain Layout
22886 The caption format is changed only for this example.
22887 \end_layout
22888
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \begin_layout Standard
22895 \begin_inset Float figure
22896 placement !p
22897 wide false
22898 sideways false
22899 status open
22900
22901 \begin_layout Plain Layout
22902 \align center
22903 \begin_inset Graphics
22904         filename clipart/mobius.eps
22905         lyxscale 50
22906         scale 50
22907         scaleBeforeRotation
22908
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Caption
22916
22917 \begin_layout Plain Layout
22918 \begin_inset CommandInset label
22919 LatexCommand label
22920 name "fig:This-is-an-fig"
22921
22922 \end_inset
22923
22924 This is an example figure caption that is longer than one line to show the
22925  different caption format.
22926  Here a self-defined caption format is used.
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \end_inset
22935
22936
22937 \end_layout
22938
22939 \begin_layout Standard
22940 \begin_inset ERT
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944
22945
22946 \backslash
22947 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22948 on}
22949 \end_layout
22950
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \begin_layout Standard
22957 \begin_inset Float table
22958 placement !p
22959 wide false
22960 sideways false
22961 status open
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Caption
22965
22966 \begin_layout Plain Layout
22967 \begin_inset CommandInset label
22968 LatexCommand label
22969 name "tab:This-is-an-tab"
22970
22971 \end_inset
22972
22973 This is an example table caption that is longer than one line to show the
22974  different caption format.
22975  Here the standard caption format for tables in this document is used.
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Plain Layout
22984 \align center
22985 \begin_inset Tabular
22986 <lyxtabular version="3" rows="1" columns="5">
22987 <features tabularvalignment="middle">
22988 <column alignment="center" valignment="top" width="0">
22989 <column alignment="center" valignment="top" width="0">
22990 <column alignment="center" valignment="top" width="0">
22991 <column alignment="center" valignment="top" width="0">
22992 <column alignment="center" valignment="top" width="0">
22993 <row>
22994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 a
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 b
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016 c
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 d
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 e
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 </row>
23040 </lyxtabular>
23041
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \begin_layout Section
23053 Caption Placement
23054 \begin_inset Index idx
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058 Caption ! Placement
23059 \end_layout
23060
23061 \end_inset
23062
23063
23064 \begin_inset Index idx
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068 Floats ! Caption Placement
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \begin_inset CommandInset label
23075 LatexCommand label
23076 name "sec:Caption-Placement"
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \begin_layout Standard
23084 The common caption placement rule is:
23085 \end_layout
23086
23087 \begin_layout Description
23088 Figure: Caption is set below the figure
23089 \end_layout
23090
23091 \begin_layout Description
23092 Table: Caption is set above the table
23093 \end_layout
23094
23095 \begin_layout Standard
23096 Having the caption above the table is unfortunately not supported in LaTeX's
23097  standard classes.
23098  That means if you are using the document classes 
23099 \family sans
23100 article
23101 \family default
23102
23103 \family sans
23104 book
23105 \family default
23106
23107 \family sans
23108 letter
23109 \family default
23110 , or 
23111 \family sans
23112 report
23113 \family default
23114  there will be no space between the caption and the table.
23115  To insert the necessary space, add the following option to the load command
23116  of the LaTeX-package 
23117 \series bold
23118 caption
23119 \series default
23120  in your document preamble
23121 \begin_inset Foot
23122 status collapsed
23123
23124 \begin_layout Plain Layout
23125 See section
23126 \begin_inset space ~
23127 \end_inset
23128
23129
23130 \begin_inset CommandInset ref
23131 LatexCommand ref
23132 reference "sec:Caption-Formatting"
23133
23134 \end_inset
23135
23136  for more information of the package 
23137 \series bold
23138 caption
23139 \series default
23140 .
23141 \end_layout
23142
23143 \end_inset
23144
23145 :
23146 \end_layout
23147
23148 \begin_layout Standard
23149
23150 \series bold
23151 tableposition=top
23152 \end_layout
23153
23154 \begin_layout Standard
23155 If you are using a 
23156 \series bold
23157 KOMA-Script
23158 \series default
23159
23160 \begin_inset Index idx
23161 status collapsed
23162
23163 \begin_layout Plain Layout
23164 LaTeX-packages ! KOMA-Script
23165 \end_layout
23166
23167 \end_inset
23168
23169  document class (
23170 \family sans
23171 article (KOMA-Script)
23172 \family default
23173
23174 \family sans
23175 book (KOMA-Script)
23176 \family default
23177
23178 \family sans
23179 letter (KOMA-Script)
23180 \family default
23181 , or 
23182 \family sans
23183 report (KOMA-Script)
23184 \family default
23185
23186 \begin_inset space \thinspace{}
23187 \end_inset
23188
23189 ), you can alternatively to the 
23190 \series bold
23191 caption
23192 \series default
23193  package set the document class option 
23194 \series bold
23195 tablecaptionabove
23196 \series default
23197 .
23198 \end_layout
23199
23200 \begin_layout Standard
23201 \begin_inset VSpace bigskip
23202 \end_inset
23203
23204 It is also possible to set the caption beside a figure or table.
23205  To get this the LaTeX-package 
23206 \series bold
23207 sidecap
23208 \series default
23209
23210 \begin_inset Index idx
23211 status collapsed
23212
23213 \begin_layout Plain Layout
23214 LaTeX-packages ! sidecap
23215 \end_layout
23216
23217 \end_inset
23218
23219  has to be loaded in the document preamble with the line
23220 \end_layout
23221
23222 \begin_layout Standard
23223
23224 \series bold
23225
23226 \backslash
23227 usepackage[option]{sidecap}
23228 \end_layout
23229
23230 \begin_layout Standard
23231 If you set no option, the caption is placed on the side of the outer page
23232  margin â€“ to the right on odd pages, to the left on even pages.
23233  You can change the placement to inner margin with the option 
23234 \series bold
23235 innercaption
23236 \series default
23237 .
23238  To force the placement always to the right or left, use the option 
23239 \series bold
23240 rightcaption
23241 \series default
23242  or 
23243 \series bold
23244 leftcaption
23245 \series default
23246 , respectively.
23247 \end_layout
23248
23249 \begin_layout Standard
23250 \begin_inset ERT
23251 status collapsed
23252
23253 \begin_layout Plain Layout
23254
23255
23256 \backslash
23257 ifsidecap
23258 \end_layout
23259
23260 \end_inset
23261
23262
23263 \begin_inset Note Note
23264 status open
23265
23266 \begin_layout Plain Layout
23267 The following section will only be displayed when the LaTeX-package 
23268 \series bold
23269 sidecap
23270 \series default
23271  is installed.
23272 \end_layout
23273
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \begin_layout Standard
23280 To place in LyX the caption of a float on the side, it is necessary to add
23281  these commands to the document preamble:
23282 \end_layout
23283
23284 \begin_layout Standard
23285 \noindent
23286 \begin_inset CommandInset line
23287 LatexCommand rule
23288 offset "0.5ex"
23289 width "100line%"
23290 height "1pt"
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \begin_layout Standard
23298
23299 \series bold
23300
23301 \backslash
23302 newcommand{
23303 \backslash
23304 TabBesBeg}{%
23305 \begin_inset Newline newline
23306 \end_inset
23307
23308
23309 \begin_inset Phantom HPhantom
23310 status open
23311
23312 \begin_layout Plain Layout
23313
23314 \series bold
23315 \begin_inset space ~
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \end_inset
23322
23323
23324 \backslash
23325 let
23326 \backslash
23327 MyTable
23328 \backslash
23329 table
23330 \begin_inset Newline newline
23331 \end_inset
23332
23333
23334 \begin_inset Phantom HPhantom
23335 status open
23336
23337 \begin_layout Plain Layout
23338
23339 \series bold
23340 \begin_inset space ~
23341 \end_inset
23342
23343
23344 \end_layout
23345
23346 \end_inset
23347
23348
23349 \backslash
23350 let
23351 \backslash
23352 MyEndtable
23353 \backslash
23354 endtable
23355 \begin_inset Newline newline
23356 \end_inset
23357
23358
23359 \begin_inset Phantom HPhantom
23360 status open
23361
23362 \begin_layout Plain Layout
23363
23364 \series bold
23365 \begin_inset space ~
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \backslash
23375 renewenvironment{table}{
23376 \backslash
23377 begin{SCtable}}{
23378 \backslash
23379 end{SCtable}}}
23380 \end_layout
23381
23382 \begin_layout Standard
23383
23384 \series bold
23385
23386 \backslash
23387 newcommand{
23388 \backslash
23389 TabBesEnd}{%
23390 \begin_inset Newline newline
23391 \end_inset
23392
23393
23394 \begin_inset Phantom HPhantom
23395 status open
23396
23397 \begin_layout Plain Layout
23398
23399 \series bold
23400 \begin_inset space ~
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \end_inset
23407
23408
23409 \backslash
23410 let
23411 \backslash
23412 table
23413 \backslash
23414 MyTable
23415 \begin_inset Newline newline
23416 \end_inset
23417
23418
23419 \begin_inset Phantom HPhantom
23420 status open
23421
23422 \begin_layout Plain Layout
23423
23424 \series bold
23425 \begin_inset space ~
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432
23433
23434 \backslash
23435 let
23436 \backslash
23437 endtable
23438 \backslash
23439 MyEndtable
23440 \end_layout
23441
23442 \begin_layout Standard
23443
23444 \series bold
23445
23446 \backslash
23447 newcommand{
23448 \backslash
23449 FigBesBeg}{%
23450 \begin_inset Newline newline
23451 \end_inset
23452
23453
23454 \begin_inset Phantom HPhantom
23455 status open
23456
23457 \begin_layout Plain Layout
23458
23459 \series bold
23460 \begin_inset space ~
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \backslash
23470 let
23471 \backslash
23472 MyFigure
23473 \backslash
23474 figure
23475 \begin_inset Newline newline
23476 \end_inset
23477
23478
23479 \begin_inset Phantom HPhantom
23480 status open
23481
23482 \begin_layout Plain Layout
23483
23484 \series bold
23485 \begin_inset space ~
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \end_inset
23492
23493
23494 \backslash
23495 let
23496 \backslash
23497 MyEndfigure
23498 \backslash
23499 endfigure
23500 \begin_inset Newline newline
23501 \end_inset
23502
23503
23504 \begin_inset Phantom HPhantom
23505 status open
23506
23507 \begin_layout Plain Layout
23508
23509 \series bold
23510 \begin_inset space ~
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517
23518
23519 \backslash
23520 renewenvironment{figure}{
23521 \backslash
23522 begin{SCfigure}}{
23523 \backslash
23524 end{SCfigure}}}
23525 \end_layout
23526
23527 \begin_layout Standard
23528
23529 \series bold
23530
23531 \backslash
23532 newcommand{
23533 \backslash
23534 FigBesEnd}{%
23535 \begin_inset Newline newline
23536 \end_inset
23537
23538
23539 \begin_inset Phantom HPhantom
23540 status open
23541
23542 \begin_layout Plain Layout
23543
23544 \series bold
23545 \begin_inset space ~
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \end_inset
23552
23553
23554 \backslash
23555 let
23556 \backslash
23557 figure
23558 \backslash
23559 MyFigure
23560 \begin_inset Newline newline
23561 \end_inset
23562
23563
23564 \begin_inset Phantom HPhantom
23565 status open
23566
23567 \begin_layout Plain Layout
23568
23569 \series bold
23570 \begin_inset space ~
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \end_inset
23577
23578
23579 \backslash
23580 let
23581 \backslash
23582 endfigure
23583 \backslash
23584 MyEndfigure}
23585 \end_layout
23586
23587 \begin_layout Standard
23588 \noindent
23589 \begin_inset CommandInset line
23590 LatexCommand rule
23591 offset "0.5ex"
23592 width "100line%"
23593 height "1pt"
23594
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \begin_layout Standard
23601 The commands allow you to redefine the floats so that the caption is set
23602  on the side.
23603  For figure floats use the command
23604 \end_layout
23605
23606 \begin_layout Standard
23607
23608 \series bold
23609
23610 \backslash
23611 FigBesBeg
23612 \end_layout
23613
23614 \begin_layout Standard
23615 in TeX-Code before the float.
23616  After the float insert the command
23617 \end_layout
23618
23619 \begin_layout Standard
23620
23621 \series bold
23622
23623 \backslash
23624 FigBesEnd
23625 \end_layout
23626
23627 \begin_layout Standard
23628 in TeX-Code to get back to the original float definition.
23629 \end_layout
23630
23631 \begin_layout Standard
23632 For table floats use the corresponding commands
23633 \end_layout
23634
23635 \begin_layout Standard
23636
23637 \series bold
23638
23639 \backslash
23640 TabBesBeg
23641 \series default
23642  and 
23643 \series bold
23644
23645 \backslash
23646 TabBesEnd
23647 \end_layout
23648
23649 \begin_layout Standard
23650 Figure
23651 \begin_inset space ~
23652 \end_inset
23653
23654
23655 \begin_inset CommandInset ref
23656 LatexCommand ref
23657 reference "fig:cap-beside-fig"
23658
23659 \end_inset
23660
23661  and Table
23662 \begin_inset space ~
23663 \end_inset
23664
23665
23666 \begin_inset CommandInset ref
23667 LatexCommand ref
23668 reference "tab:cap-beside-tab"
23669
23670 \end_inset
23671
23672  are examples where the caption is set beside.
23673 \end_layout
23674
23675 \begin_layout Standard
23676 You can see in the examples that the caption text appears at the top of
23677  the floats for table floats and at the bottom for figure floats.
23678  To change this, you can use the command
23679 \end_layout
23680
23681 \begin_layout Standard
23682
23683 \series bold
23684
23685 \backslash
23686 sidecaptionvpos{float type}{placement}
23687 \end_layout
23688
23689 \begin_layout Standard
23690 in the document preamble or in TeX-Code before the float.
23691  The float type is either 
23692 \family sans
23693 figure
23694 \family default
23695  or 
23696 \family sans
23697 table
23698 \family default
23699 , the placement can be 
23700 \begin_inset Quotes eld
23701 \end_inset
23702
23703
23704 \family sans
23705 t
23706 \family default
23707
23708 \begin_inset Quotes erd
23709 \end_inset
23710
23711  for top, 
23712 \begin_inset Quotes eld
23713 \end_inset
23714
23715
23716 \family sans
23717 c
23718 \family default
23719
23720 \begin_inset Quotes erd
23721 \end_inset
23722
23723  for center, or 
23724 \begin_inset Quotes eld
23725 \end_inset
23726
23727
23728 \family sans
23729 b
23730 \family default
23731
23732 \begin_inset Quotes erd
23733 \end_inset
23734
23735  for bottom.
23736  To have for example the caption of figure floats vertically centered, use
23737  the command
23738 \end_layout
23739
23740 \begin_layout Standard
23741
23742 \series bold
23743
23744 \backslash
23745 sidecaptionvpos{figure}{c}
23746 \end_layout
23747
23748 \begin_layout Standard
23749 This was used for Figure
23750 \begin_inset space ~
23751 \end_inset
23752
23753
23754 \begin_inset CommandInset ref
23755 LatexCommand ref
23756 reference "fig:cap-beside-fig-2"
23757
23758 \end_inset
23759
23760 .
23761 \end_layout
23762
23763 \begin_layout Standard
23764 \begin_inset VSpace medskip
23765 \end_inset
23766
23767 For more information about the package 
23768 \series bold
23769 sidecap
23770 \series default
23771  we refer to its documentation 
23772 \begin_inset CommandInset citation
23773 LatexCommand cite
23774 key "sidecap"
23775
23776 \end_inset
23777
23778 .
23779 \end_layout
23780
23781 \begin_layout Standard
23782 \begin_inset Note Greyedout
23783 status open
23784
23785 \begin_layout Plain Layout
23786
23787 \series bold
23788 Note:
23789 \series default
23790  The LaTeX-package 
23791 \series bold
23792 hypcap
23793 \series default
23794
23795 \begin_inset Index idx
23796 status collapsed
23797
23798 \begin_layout Plain Layout
23799 LaTeX-packages ! hypcap
23800 \end_layout
23801
23802 \end_inset
23803
23804 , described in section
23805 \begin_inset space ~
23806 \end_inset
23807
23808
23809 \begin_inset CommandInset ref
23810 LatexCommand ref
23811 reference "sub:Reference-Position"
23812
23813 \end_inset
23814
23815 , has no effect on floats with the caption set beside.
23816 \end_layout
23817
23818 \end_inset
23819
23820
23821 \end_layout
23822
23823 \begin_layout Standard
23824 \begin_inset ERT
23825 status collapsed
23826
23827 \begin_layout Plain Layout
23828
23829
23830 \backslash
23831 FigBesBeg 
23832 \end_layout
23833
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \begin_layout Standard
23840 \begin_inset Float figure
23841 wide false
23842 sideways false
23843 status open
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Graphics
23847         filename clipart/escher-lsd.eps
23848         scale 75
23849         scaleBeforeRotation
23850
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \begin_layout Plain Layout
23857 \begin_inset Caption
23858
23859 \begin_layout Plain Layout
23860 \begin_inset CommandInset label
23861 LatexCommand label
23862 name "fig:cap-beside-fig"
23863
23864 \end_inset
23865
23866 This is a caption beside a figure.
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \begin_layout Standard
23880 \begin_inset ERT
23881 status collapsed
23882
23883 \begin_layout Plain Layout
23884
23885
23886 \backslash
23887 TabBesBeg 
23888 \end_layout
23889
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \begin_layout Standard
23896 \begin_inset Float table
23897 wide false
23898 sideways false
23899 status open
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Caption
23903
23904 \begin_layout Plain Layout
23905 \begin_inset CommandInset label
23906 LatexCommand label
23907 name "tab:cap-beside-tab"
23908
23909 \end_inset
23910
23911 This is a caption beside a table.
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Plain Layout
23920 \begin_inset Tabular
23921 <lyxtabular version="3" rows="4" columns="5">
23922 <features tabularvalignment="middle">
23923 <column alignment="center" valignment="top" width="0">
23924 <column alignment="center" valignment="top" width="0">
23925 <column alignment="center" valignment="top" width="0">
23926 <column alignment="center" valignment="top" width="0">
23927 <column alignment="center" valignment="top" width="0">
23928 <row>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933 a
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 b
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 c
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989 d
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 e
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 f
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045 g
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 h
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 <row>
24070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 i
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101 j
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 </row>
24116 </lyxtabular>
24117
24118 \end_inset
24119
24120
24121 \end_layout
24122
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \begin_layout Standard
24129 \begin_inset ERT
24130 status collapsed
24131
24132 \begin_layout Plain Layout
24133
24134
24135 \backslash
24136 TabBesEnd
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Standard
24145 \begin_inset ERT
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149
24150
24151 \backslash
24152 sidecaptionvpos{figure}{c}
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \begin_inset Float figure
24159 wide false
24160 sideways false
24161 status open
24162
24163 \begin_layout Plain Layout
24164 \begin_inset Graphics
24165         filename clipart/escher-lsd.eps
24166         scale 75
24167         scaleBeforeRotation
24168
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Caption
24176
24177 \begin_layout Plain Layout
24178 \begin_inset CommandInset label
24179 LatexCommand label
24180 name "fig:cap-beside-fig-2"
24181
24182 \end_inset
24183
24184 This is a vertically centered caption beside a figure.
24185 \end_layout
24186
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \begin_layout Standard
24198 \begin_inset ERT
24199 status collapsed
24200
24201 \begin_layout Plain Layout
24202
24203
24204 \backslash
24205 FigBesEnd
24206 \end_layout
24207
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \begin_layout Standard
24214 \begin_inset ERT
24215 status collapsed
24216
24217 \begin_layout Plain Layout
24218
24219
24220 \backslash
24221 else
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \begin_inset Note Note
24228 status open
24229
24230 \begin_layout Plain Layout
24231 The following will be displayed when the LaTeX-package 
24232 \series bold
24233 sidecap
24234 \series default
24235  is not installed:
24236 \end_layout
24237
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \begin_layout Standard
24244 You need to install the LaTeX-package 
24245 \series bold
24246 sidecap
24247 \series default
24248  to see the following part of this section in the output.
24249 \end_layout
24250
24251 \begin_layout Standard
24252 \begin_inset ERT
24253 status collapsed
24254
24255 \begin_layout Plain Layout
24256
24257
24258 \backslash
24259 fi
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \begin_layout Section
24268 Listings of Floats
24269 \begin_inset Index idx
24270 status collapsed
24271
24272 \begin_layout Plain Layout
24273 Floats ! Float Lists
24274 \end_layout
24275
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \begin_layout Standard
24282 Similar to the table of contents where the sections of the document are
24283  listed, there are listings for all float types, like the figures of the
24284  documents.
24285  You can insert them via the 
24286 \family sans
24287 Insert\SpecialChar \menuseparator
24288 List
24289 \begin_inset space ~
24290 \end_inset
24291
24292 /
24293 \begin_inset space ~
24294 \end_inset
24295
24296 TOC
24297 \family default
24298  sub menus.
24299 \end_layout
24300
24301 \begin_layout Standard
24302 The list entries are the float captions or its short title, the float number,
24303  and the page number where they appear in the document.
24304 \end_layout
24305
24306 \begin_layout Standard
24307 You can find the list of figures and tables at the end of this document.
24308 \end_layout
24309
24310 \begin_layout Chapter
24311 Notes
24312 \end_layout
24313
24314 \begin_layout Section
24315 LyX Notes
24316 \begin_inset Index idx
24317 status collapsed
24318
24319 \begin_layout Plain Layout
24320 Notes ! LyX Notes
24321 \end_layout
24322
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \begin_layout Standard
24329 Notes are inserted with the toolbar button 
24330 \begin_inset Graphics
24331         filename ../images/note-insert.png
24332         scale 85
24333         scaleBeforeRotation
24334
24335 \end_inset
24336
24337  or the menu 
24338 \family sans
24339 Insert\SpecialChar \menuseparator
24340 Note
24341 \family default
24342 .
24343  There are three types of notes:
24344 \end_layout
24345
24346 \begin_layout Description
24347 LyX
24348 \begin_inset space ~
24349 \end_inset
24350
24351 Note This note type is for internal notes that won't appear in the output.
24352  Its note-box looks like this:
24353 \begin_inset Newline newline
24354 \end_inset
24355
24356
24357 \begin_inset Newline newline
24358 \end_inset
24359
24360
24361 \begin_inset Graphics
24362         filename clipart/LyXNoteImageQt4.png
24363         display false
24364         scale 85
24365         scaleBeforeRotation
24366
24367 \end_inset
24368
24369  
24370 \begin_inset Note Note
24371 status open
24372
24373 \begin_layout Plain Layout
24374 This is text in a note box that doesn't appear in the output.
24375 \end_layout
24376
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \begin_layout Description
24383 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24384 ent, when you export the document to LaTeX via the menu 
24385 \family sans
24386 File\SpecialChar \menuseparator
24387 Export\SpecialChar \menuseparator
24388 LaTeX (pdflatex) / (plain)
24389 \family default
24390 .
24391  Its note-box looks like this:
24392 \begin_inset Newline newline
24393 \end_inset
24394
24395
24396 \begin_inset Newline newline
24397 \end_inset
24398
24399
24400 \begin_inset Graphics
24401         filename clipart/CommentNoteImageQt4.png
24402         display false
24403         scale 85
24404         scaleBeforeRotation
24405
24406 \end_inset
24407
24408  
24409 \begin_inset Note Comment
24410 status open
24411
24412 \begin_layout Plain Layout
24413 This is text in a note box that only appears as comment in LaTeX-files.
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \begin_layout Description
24422 Greyed
24423 \begin_inset space ~
24424 \end_inset
24425
24426 Out This note will appear in the output as grey text.
24427  Its note-box looks like this:
24428 \begin_inset Newline newline
24429 \end_inset
24430
24431
24432 \begin_inset Newline newline
24433 \end_inset
24434
24435
24436 \begin_inset Graphics
24437         filename clipart/GreyedOutNoteImageQt4.png
24438         display false
24439         scale 85
24440         scaleBeforeRotation
24441
24442 \end_inset
24443
24444
24445 \begin_inset Newline newline
24446 \end_inset
24447
24448
24449 \begin_inset ERT
24450 status collapsed
24451
24452 \begin_layout Plain Layout
24453
24454
24455 \backslash
24456 renewenvironment{lyxgreyedout}
24457 \end_layout
24458
24459 \begin_layout Plain Layout
24460
24461 {
24462 \backslash
24463 textcolor[gray]{0.8}
24464 \backslash
24465 bgroup}{
24466 \backslash
24467 egroup}
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \begin_inset Note Greyedout
24474 status open
24475
24476 \begin_layout Plain Layout
24477 This is text
24478 \begin_inset Foot
24479 status open
24480
24481 \begin_layout Plain Layout
24482 This is an example footnote within a greyed out note.
24483 \end_layout
24484
24485 \end_inset
24486
24487  of a comment that appears in the output as grey text.
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \begin_inset ERT
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497
24498
24499 \backslash
24500 renewenvironment{lyxgreyedout}
24501 \end_layout
24502
24503 \begin_layout Plain Layout
24504
24505 {
24506 \backslash
24507 textcolor{blue}
24508 \backslash
24509 bgroup}{
24510 \backslash
24511 egroup}
24512 \end_layout
24513
24514 \end_inset
24515
24516
24517 \begin_inset Note Note
24518 status collapsed
24519
24520 \begin_layout Plain Layout
24521 The greyed out note is here redefined to show it with the original LyX definitio
24522 n because greyed out notes are redefined in the preamble of this document,
24523  as described below, to have blue text.
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \begin_inset Newline newline
24530 \end_inset
24531
24532
24533 \begin_inset Newline newline
24534 \end_inset
24535
24536 As you can see in the example, the first line of greyed out notes is a bit
24537  indented and greyed out notes can have footnotes.
24538 \end_layout
24539
24540 \begin_layout Standard
24541 \begin_inset VSpace bigskip
24542 \end_inset
24543
24544 When you use the toolbar button 
24545 \begin_inset Graphics
24546         filename ../images/note-insert.png
24547         scale 85
24548         scaleBeforeRotation
24549
24550 \end_inset
24551
24552  to insert notes, a 
24553 \family sans
24554 LyX
24555 \begin_inset space ~
24556 \end_inset
24557
24558 Note
24559 \family default
24560  is inserted.
24561  You can switch between the five note types by right-clicking on the note-box.
24562  
24563 \family roman
24564 \series medium
24565 \bar no
24566 If you want to turn existing text into a note, mark it and click on the
24567  note
24568 \family default
24569 \series default
24570 \bar default
24571  toolbar 
24572 \family roman
24573 \series medium
24574 \bar no
24575 button
24576 \family default
24577 \series default
24578 \bar default
24579 .
24580  To change a note to text, press the backspace key when the cursor is in
24581  the first position of a note, or press the delete key when the cursor is
24582  in the very last position of the note, respectively.
24583 \end_layout
24584
24585 \begin_layout Standard
24586 \begin_inset VSpace bigskip
24587 \end_inset
24588
24589 You can change the text color of the greyed out notes in the preamble with
24590  the following command:
24591 \end_layout
24592
24593 \begin_layout Standard
24594
24595 \series bold
24596
24597 \backslash
24598 renewenvironment{lyxgreyedout}
24599 \begin_inset Newline newline
24600 \end_inset
24601
24602
24603 \begin_inset Phantom HPhantom
24604 status open
24605
24606 \begin_layout Plain Layout
24607
24608 \series bold
24609 \begin_inset space ~
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616
24617 {
24618 \backslash
24619 textcolor{color}
24620 \backslash
24621 bgroup}{
24622 \backslash
24623 egroup}
24624 \end_layout
24625
24626 \begin_layout Standard
24627 The available colors and the method to define colors is explained in section
24628 \begin_inset space ~
24629 \end_inset
24630
24631
24632 \begin_inset CommandInset ref
24633 LatexCommand ref
24634 reference "sec:Colored-Tables"
24635
24636 \end_inset
24637
24638 .
24639 \end_layout
24640
24641 \begin_layout Standard
24642 Notes that appear in blue in this document are set using greyed out notes
24643  with blue text.
24644 \end_layout
24645
24646 \begin_layout Section
24647 Footnotes
24648 \begin_inset CommandInset label
24649 LatexCommand label
24650 name "sec:Footnotes"
24651
24652 \end_inset
24653
24654
24655 \begin_inset Index idx
24656 status collapsed
24657
24658 \begin_layout Plain Layout
24659 Notes ! Footnotes
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \begin_inset Index idx
24666 status collapsed
24667
24668 \begin_layout Plain Layout
24669 Footnotes
24670 \end_layout
24671
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \begin_layout Standard
24678 Footnotes can be inserted using the toolbar button 
24679 \begin_inset Graphics
24680         filename ../images/footnote-insert.png
24681         scale 85
24682         scaleBeforeRotation
24683
24684 \end_inset
24685
24686  or the menu 
24687 \family sans
24688 Insert\SpecialChar \menuseparator
24689 Footnote
24690 \family default
24691 .
24692  
24693 \family roman
24694 \series medium
24695 \bar no
24696 You'll see
24697 \family default
24698 \series default
24699 \bar default
24700  then the following footnote-box: 
24701 \begin_inset Graphics
24702         filename clipart/footnoteQt4.png
24703         scale 80
24704         scaleBeforeRotation
24705
24706 \end_inset
24707
24708  
24709 \family roman
24710 \series medium
24711 \bar no
24712 where you can enter the footnote text.
24713  If you want to turn existing text into a footnote, mark it and click on
24714  the footnote
24715 \family default
24716 \series default
24717 \bar default
24718  toolbar 
24719 \family roman
24720 \series medium
24721 \bar no
24722 button
24723 \family default
24724 \series default
24725 \bar default
24726 .
24727  To change a 
24728 \family roman
24729 \series medium
24730 \bar no
24731 footnote
24732 \family default
24733 \series default
24734 \bar default
24735  to text, press the Backspace key when the cursor is in the first position
24736  of a 
24737 \family roman
24738 \series medium
24739 \bar no
24740 footnote
24741 \family default
24742 \series default
24743 \bar default
24744 , or press the Delete key when the cursor is in the very last position of
24745  the 
24746 \family roman
24747 \series medium
24748 \bar no
24749 footnote
24750 \family default
24751 \series default
24752 \bar default
24753 , respectively.
24754 \end_layout
24755
24756 \begin_layout Standard
24757 Here is an example footnote:
24758 \family roman
24759 \series medium
24760 \bar no
24761
24762 \begin_inset Foot
24763 status open
24764
24765 \begin_layout Plain Layout
24766 \begin_inset CommandInset label
24767 LatexCommand label
24768 name "foot:This-is-an"
24769
24770 \end_inset
24771
24772 This is an example footnote.
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \family default
24779 \series default
24780 \bar default
24781
24782 \begin_inset ERT
24783 status collapsed
24784
24785 \begin_layout Plain Layout
24786
24787
24788 \backslash
24789 newcounter{MyRepeatFoot}
24790 \end_layout
24791
24792 \begin_layout Plain Layout
24793
24794
24795 \backslash
24796 setcounter{MyRepeatFoot}{
24797 \backslash
24798 thefootnote}
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Standard
24807 The footnote will appear in the output as a superscript number at the text
24808  position where the footnote box is placed.
24809  The footnote text is placed at the bottom of the current page.
24810  The footnote number is calculated by LaTeX; the numbers are consecutive.
24811  It depends on your document-class, whether the footnote number is reset
24812  for every chapter.
24813 \end_layout
24814
24815 \begin_layout Standard
24816 Footnotes can be referenced like floats: Insert a label into the footnote
24817  and cross-reference this label in the text as described in section
24818 \begin_inset space ~
24819 \end_inset
24820
24821
24822 \begin_inset CommandInset ref
24823 LatexCommand ref
24824 reference "sec:Referencing-Floats"
24825
24826 \end_inset
24827
24828 .
24829 \begin_inset Newline newline
24830 \end_inset
24831
24832 This is a cross-reference of Footnote
24833 \begin_inset space ~
24834 \end_inset
24835
24836
24837 \begin_inset CommandInset ref
24838 LatexCommand ref
24839 reference "foot:This-is-an"
24840
24841 \end_inset
24842
24843 .
24844 \end_layout
24845
24846 \begin_layout Standard
24847 \begin_inset VSpace defskip
24848 \end_inset
24849
24850 Footnotes in tables are not printed by LaTeX due to technical reasons.
24851  However there exists another method to print them: Instead of the footnote
24852  the command 
24853 \series bold
24854
24855 \backslash
24856 footnotemark{}
24857 \series default
24858  is inserted as TeX-code.
24859  The text of the footnote is entered as an argument of the TeX-code command
24860  
24861 \series bold
24862
24863 \backslash
24864 footnotetext
24865 \series default
24866  after the table.
24867 \begin_inset Newline newline
24868 \end_inset
24869
24870 This was done for the following table with the command
24871 \end_layout
24872
24873 \begin_layout Standard
24874
24875 \series bold
24876
24877 \backslash
24878 footnotetext{
24879 \series default
24880 Printed table footnote.
24881 \series bold
24882 }
24883 \end_layout
24884
24885 \begin_layout Standard
24886 \begin_inset Tabular
24887 <lyxtabular version="3" rows="2" columns="1">
24888 <features tabularvalignment="middle">
24889 <column alignment="center" valignment="top" width="0">
24890 <row>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 This an example text.
24896 \begin_inset Foot
24897 status open
24898
24899 \begin_layout Plain Layout
24900 This footnote will not be printed!
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 </row>
24911 <row>
24912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916 This an example text.
24917 \begin_inset ERT
24918 status collapsed
24919
24920 \begin_layout Plain Layout
24921
24922
24923 \backslash
24924 footnotemark{}
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 </row>
24935 </lyxtabular>
24936
24937 \end_inset
24938
24939
24940 \begin_inset ERT
24941 status collapsed
24942
24943 \begin_layout Plain Layout
24944
24945
24946 \backslash
24947 footnotetext{
24948 \end_layout
24949
24950 \end_inset
24951
24952 Printed table footnote.
24953 \begin_inset ERT
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957
24958 }
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Standard
24967 Footnotes in longtables are described in section
24968 \begin_inset space ~
24969 \end_inset
24970
24971
24972 \begin_inset CommandInset ref
24973 LatexCommand ref
24974 reference "sub:Footnotes-in-Longtables"
24975
24976 \end_inset
24977
24978 .
24979 \end_layout
24980
24981 \begin_layout Standard
24982 Footnotes in minipage boxes are printed, but inside the box and with a different
24983  numbering because a minipage box is like a page inside a page.
24984  (For more about minipages, see section
24985 \begin_inset space ~
24986 \end_inset
24987
24988
24989 \begin_inset CommandInset ref
24990 LatexCommand ref
24991 reference "sec:Minipages"
24992
24993 \end_inset
24994
24995 .) To get a footnote in the minipage that is output at the bottom of the
24996  page like normal footnotes, also use the method of 
24997 \series bold
24998
24999 \backslash
25000 footnotemark{}
25001 \series default
25002  and 
25003 \series bold
25004
25005 \backslash
25006 footnotetext
25007 \series default
25008 .
25009 \end_layout
25010
25011 \begin_layout Standard
25012 \begin_inset Box Frameless
25013 position "t"
25014 hor_pos "c"
25015 has_inner_box 1
25016 inner_pos "t"
25017 use_parbox 0
25018 use_makebox 0
25019 width "100col%"
25020 special "none"
25021 height "1in"
25022 height_special "totalheight"
25023 status open
25024
25025 \begin_layout Plain Layout
25026 This an example text in a minipage.
25027 \begin_inset Foot
25028 status open
25029
25030 \begin_layout Plain Layout
25031 Footnote in the minipage.
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Plain Layout
25040 This an example text in a minipage.
25041 \begin_inset ERT
25042 status collapsed
25043
25044 \begin_layout Plain Layout
25045
25046
25047 \backslash
25048 footnotemark{}
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Standard
25062 \begin_inset ERT
25063 status collapsed
25064
25065 \begin_layout Plain Layout
25066
25067
25068 \backslash
25069 footnotetext{
25070 \end_layout
25071
25072 \end_inset
25073
25074 Footnote outside the minipage.
25075 \begin_inset ERT
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079
25080 }
25081 \end_layout
25082
25083 \end_inset
25084
25085
25086 \end_layout
25087
25088 \begin_layout Standard
25089 \begin_inset VSpace defskip
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \begin_layout Standard
25096 To refer to the same footnote several times without printing the footnote
25097  text every time, use the command 
25098 \series bold
25099
25100 \backslash
25101 footnotemark[number]
25102 \series default
25103  in TeX-code.
25104 \begin_inset Newline newline
25105 \end_inset
25106
25107 As you do not know the number of the repeating footnote while you are writing
25108  the text, you have to store its number.
25109  For the following footnote mark example, these commands were inserted in
25110  TeX-code after Footnote
25111 \begin_inset space ~
25112 \end_inset
25113
25114
25115 \begin_inset CommandInset ref
25116 LatexCommand ref
25117 reference "foot:This-is-an"
25118
25119 \end_inset
25120
25121  to store the footnote number:
25122 \end_layout
25123
25124 \begin_layout Standard
25125
25126 \series bold
25127
25128 \backslash
25129 newcounter{MyRepeatFoot}
25130 \begin_inset Newline newline
25131 \end_inset
25132
25133
25134 \backslash
25135 setcounter{MyRepeatFoot}{
25136 \backslash
25137 thefootnote}
25138 \end_layout
25139
25140 \begin_layout Standard
25141 The footnote mark was then created with this command:
25142 \end_layout
25143
25144 \begin_layout Standard
25145
25146 \series bold
25147
25148 \backslash
25149 footnotemark[
25150 \backslash
25151 theMyRepeatFoot]
25152 \end_layout
25153
25154 \begin_layout Standard
25155 Here is a repeated footnote:
25156 \family roman
25157 \series medium
25158 \bar no
25159
25160 \begin_inset ERT
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164
25165
25166 \backslash
25167 footnotemark[
25168 \backslash
25169 theMyRepeatFoot]
25170 \end_layout
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Standard
25178 If you want to repeat the previous footnote, you can omit the storage of
25179  the footnote number and just use this command instead:
25180 \end_layout
25181
25182 \begin_layout Standard
25183
25184 \series bold
25185
25186 \backslash
25187 footnotemark[
25188 \backslash
25189 thefootnote]
25190 \end_layout
25191
25192 \begin_layout Standard
25193 Here is another repeated footnote:
25194 \family roman
25195 \series medium
25196 \bar no
25197
25198 \begin_inset ERT
25199 status collapsed
25200
25201 \begin_layout Plain Layout
25202
25203
25204 \backslash
25205 footnotemark[
25206 \backslash
25207 thefootnote]
25208 \end_layout
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Subsection
25216 Footnote Numbering
25217 \begin_inset CommandInset label
25218 LatexCommand label
25219 name "sub:Footnote-Numbering"
25220
25221 \end_inset
25222
25223
25224 \begin_inset Index idx
25225 status collapsed
25226
25227 \begin_layout Plain Layout
25228 Footnotes ! Numbering
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Standard
25237 To reset the footnote number back to 1 after each section
25238 \family roman
25239 , add this command to your document preamble:
25240 \end_layout
25241
25242 \begin_layout Standard
25243
25244 \series bold
25245
25246 \backslash
25247 @addtoreset{footnote}{section}
25248 \end_layout
25249
25250 \begin_layout Standard
25251 \begin_inset VSpace bigskip
25252 \end_inset
25253
25254 The following preamble command changes the footnote numbering style to small
25255  roman numerals:
25256 \end_layout
25257
25258 \begin_layout Standard
25259
25260 \series bold
25261
25262 \backslash
25263 renewcommand{
25264 \backslash
25265 thefootnote}{
25266 \backslash
25267 roman{footnote}}
25268 \end_layout
25269
25270 \begin_layout Standard
25271 \begin_inset ERT
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275
25276
25277 \backslash
25278 renewcommand{
25279 \backslash
25280 thefootnote}{
25281 \backslash
25282 roman{footnote}}
25283 \end_layout
25284
25285 \end_inset
25286
25287  This is a footnote with roman numbering:
25288 \begin_inset Foot
25289 status open
25290
25291 \begin_layout Plain Layout
25292 This is an example footnote with roman numbering.
25293 \end_layout
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Standard
25301 To change the numbering style to capital roman numerals replace in the command
25302  above 
25303 \series bold
25304
25305 \backslash
25306 roman
25307 \series default
25308  by 
25309 \series bold
25310
25311 \backslash
25312 Roman
25313 \series default
25314 .
25315  To 
25316 \begin_inset Quotes eld
25317 \end_inset
25318
25319 number
25320 \begin_inset Quotes erd
25321 \end_inset
25322
25323  footnotes with capital or small Latin letters use 
25324 \series bold
25325
25326 \backslash
25327 Alph
25328 \series default
25329  or 
25330 \series bold
25331
25332 \backslash
25333 alph
25334 \series default
25335 , respectively.
25336  To 
25337 \begin_inset Quotes eld
25338 \end_inset
25339
25340 number
25341 \begin_inset Quotes erd
25342 \end_inset
25343
25344  footnotes with symbols use 
25345 \series bold
25346
25347 \backslash
25348 fnsymbol
25349 \series default
25350 .
25351 \end_layout
25352
25353 \begin_layout Standard
25354 \begin_inset Note Greyedout
25355 status open
25356
25357 \begin_layout Plain Layout
25358
25359 \series bold
25360 Note:
25361 \series default
25362  You can only number 26 footnotes with Latin letters, because this numbering
25363  is limited to single letters.
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \begin_inset Newline newline
25370 \end_inset
25371
25372
25373 \begin_inset Note Greyedout
25374 status open
25375
25376 \begin_layout Plain Layout
25377
25378 \series bold
25379 Note:
25380 \series default
25381  You can only number 9 footnotes with symbols.
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \begin_layout Standard
25390 To return to the default numbering style after you have changed to another
25391  one, use 
25392 \series bold
25393
25394 \backslash
25395 arabic
25396 \series default
25397  instead of 
25398 \series bold
25399
25400 \backslash
25401 roman
25402 \series default
25403  in the command above.
25404 \begin_inset ERT
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408
25409
25410 \backslash
25411 renewcommand{
25412 \backslash
25413 thefootnote}{
25414 \backslash
25415 arabic{footnote}}
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Standard
25424 \begin_inset VSpace bigskip
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431 If you want to have footnotes numbered in the scheme 
25432 \begin_inset Quotes eld
25433 \end_inset
25434
25435 chapter.footnote
25436 \begin_inset Quotes erd
25437 \end_inset
25438
25439 , add the following command to your document preamble:
25440 \end_layout
25441
25442 \begin_layout Standard
25443
25444 \series bold
25445
25446 \backslash
25447 numberwithin{footnote}{chapter}
25448 \end_layout
25449
25450 \begin_layout Standard
25451 To be able to use the command 
25452 \series bold
25453
25454 \backslash
25455 numberwithin
25456 \series default
25457 , set in the tab 
25458 \family sans
25459 Math
25460 \begin_inset space ~
25461 \end_inset
25462
25463 Options
25464 \family default
25465  in the document settings the option 
25466 \family sans
25467 Use
25468 \begin_inset space ~
25469 \end_inset
25470
25471 AMS
25472 \begin_inset space ~
25473 \end_inset
25474
25475 math
25476 \begin_inset space ~
25477 \end_inset
25478
25479 package
25480 \family default
25481 .
25482 \end_layout
25483
25484 \begin_layout Standard
25485 \begin_inset ERT
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489
25490
25491 \backslash
25492 numberwithin{footnote}{chapter}
25493 \end_layout
25494
25495 \end_inset
25496
25497 This is another example footnote:
25498 \series bold
25499
25500 \begin_inset Foot
25501 status open
25502
25503 \begin_layout Plain Layout
25504 This is a footnote numbered in the scheme 
25505 \begin_inset Quotes eld
25506 \end_inset
25507
25508 chapter.footnote
25509 \begin_inset Quotes erd
25510 \end_inset
25511
25512 .
25513 \end_layout
25514
25515 \end_inset
25516
25517
25518 \series default
25519
25520 \begin_inset ERT
25521 status collapsed
25522
25523 \begin_layout Plain Layout
25524
25525
25526 \backslash
25527 renewcommand{
25528 \backslash
25529 thefootnote}{
25530 \backslash
25531 arabic{footnote}}
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 \begin_inset Note Greyedout
25541 status open
25542
25543 \begin_layout Plain Layout
25544
25545 \series bold
25546 Note:
25547 \series default
25548  
25549 \series bold
25550
25551 \backslash
25552 numberwithin
25553 \series default
25554  always prints out the footnote number as arabic number; previous redefinitions
25555  to get non-arabic numbers are overwritten.
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 So to get for example the scheme 
25565 \begin_inset Quotes eld
25566 \end_inset
25567
25568 chapter.
25569 \backslash
25570 Roman{footnote}
25571 \begin_inset Quotes erd
25572 \end_inset
25573
25574 , use this command instead of 
25575 \series bold
25576
25577 \backslash
25578 numberwithin
25579 \series default
25580 :
25581 \end_layout
25582
25583 \begin_layout Standard
25584
25585 \series bold
25586
25587 \backslash
25588 renewcommand{
25589 \backslash
25590 thefootnote}{
25591 \backslash
25592 thechapter.
25593 \backslash
25594 Roman{footnote}}
25595 \end_layout
25596
25597 \begin_layout Subsection
25598 Footnote Placement
25599 \begin_inset Index idx
25600 status collapsed
25601
25602 \begin_layout Plain Layout
25603 Footnotes ! Placement
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \begin_layout Standard
25612 If you have several footnotes in one page, they appear without vertical
25613  space between them at the bottom of the page.
25614  To make them more readable you can e.
25615 \begin_inset space \thinspace{}
25616 \end_inset
25617
25618 g.
25619 \begin_inset space \space{}
25620 \end_inset
25621
25622 add 1.5
25623 \begin_inset space \thinspace{}
25624 \end_inset
25625
25626 mm space with the following preamble command:
25627 \end_layout
25628
25629 \begin_layout Standard
25630
25631 \series bold
25632
25633 \backslash
25634 let
25635 \backslash
25636 myFoot
25637 \backslash
25638 footnote
25639 \begin_inset Newline newline
25640 \end_inset
25641
25642
25643 \backslash
25644 renewcommand{
25645 \backslash
25646 footnote}[1]{
25647 \backslash
25648 myFoot{#1
25649 \backslash
25650 vspace{1.5mm}}}
25651 \end_layout
25652
25653 \begin_layout Standard
25654 \begin_inset VSpace bigskip
25655 \end_inset
25656
25657 In a two-column document the footnotes appear at the bottom of every column,
25658  see Figure
25659 \begin_inset space ~
25660 \end_inset
25661
25662
25663 \begin_inset CommandInset ref
25664 LatexCommand ref
25665 reference "fig:Standard-footnote-placement"
25666
25667 \end_inset
25668
25669 .
25670  If the footnotes should only appear at the bottom of the right column,
25671  as in Figure
25672 \begin_inset space ~
25673 \end_inset
25674
25675
25676 \begin_inset CommandInset ref
25677 LatexCommand ref
25678 reference "fig:Footnote-placement-in"
25679
25680 \end_inset
25681
25682 , use the LaTeX-package 
25683 \series bold
25684 ftnright
25685 \series default
25686
25687 \begin_inset Index idx
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691 LaTeX-packages ! ftnright
25692 \end_layout
25693
25694 \end_inset
25695
25696  with this command in the document preamble:
25697 \end_layout
25698
25699 \begin_layout Standard
25700
25701 \series bold
25702
25703 \backslash
25704 usepackage{ftnright}
25705 \end_layout
25706
25707 \begin_layout Standard
25708 \begin_inset Float figure
25709 placement !h
25710 wide false
25711 sideways false
25712 status open
25713
25714 \begin_layout Plain Layout
25715 \begin_inset ERT
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719
25720
25721 \backslash
25722 framebox{
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \begin_inset Graphics
25729         filename clipart/without_fntright.pdf
25730         width 100col%
25731         scaleBeforeRotation
25732
25733 \end_inset
25734
25735
25736 \begin_inset ERT
25737 status collapsed
25738
25739 \begin_layout Plain Layout
25740
25741 }
25742 \end_layout
25743
25744 \end_inset
25745
25746
25747 \end_layout
25748
25749 \begin_layout Plain Layout
25750 \begin_inset Caption
25751
25752 \begin_layout Plain Layout
25753 \begin_inset CommandInset label
25754 LatexCommand label
25755 name "fig:Standard-footnote-placement"
25756
25757 \end_inset
25758
25759 Standard footnote placement in two-column documents.
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout Standard
25773 \begin_inset Float figure
25774 placement !h
25775 wide false
25776 sideways false
25777 status open
25778
25779 \begin_layout Plain Layout
25780 \begin_inset ERT
25781 status collapsed
25782
25783 \begin_layout Plain Layout
25784
25785
25786 \backslash
25787 framebox{
25788 \end_layout
25789
25790 \end_inset
25791
25792
25793 \begin_inset Graphics
25794         filename clipart/with_fntright.pdf
25795         width 100col%
25796         scaleBeforeRotation
25797
25798 \end_inset
25799
25800
25801 \begin_inset ERT
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805
25806 }
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \begin_layout Plain Layout
25815 \begin_inset Caption
25816
25817 \begin_layout Plain Layout
25818 \begin_inset CommandInset label
25819 LatexCommand label
25820 name "fig:Footnote-placement-in"
25821
25822 \end_inset
25823
25824 Footnote placement in two-column documents when the LaTeX-package 
25825 \series bold
25826 ftnright
25827 \series default
25828  is used.
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \begin_layout Standard
25842 \begin_inset VSpace bigskip
25843 \end_inset
25844
25845 In some scientific literature it is usual to collect the footnotes and print
25846  them in a separate paragraph at the end of a section, as in Figure
25847 \begin_inset space ~
25848 \end_inset
25849
25850
25851 \begin_inset CommandInset ref
25852 LatexCommand ref
25853 reference "fig:Endnotes"
25854
25855 \end_inset
25856
25857 .
25858  They are then called 
25859 \begin_inset Quotes eld
25860 \end_inset
25861
25862 endnotes
25863 \begin_inset Quotes erd
25864 \end_inset
25865
25866 .
25867 \begin_inset Index idx
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871 Endnotes
25872 \end_layout
25873
25874 \end_inset
25875
25876  To use endnotes instead of footnotes in your document, load in the menu
25877  
25878 \family sans
25879 Document\SpecialChar \menuseparator
25880 Settings\SpecialChar \menuseparator
25881 Modules 
25882 \family default
25883 the module 
25884 \family sans
25885 Foot
25886 \begin_inset space ~
25887 \end_inset
25888
25889 to
25890 \begin_inset space ~
25891 \end_inset
25892
25893 End
25894 \family default
25895 .
25896  To insert the collected footnotes, insert the command
25897 \end_layout
25898
25899 \begin_layout Standard
25900
25901 \series bold
25902
25903 \backslash
25904 theendnotes
25905 \end_layout
25906
25907 \begin_layout Standard
25908 in TeX-Code at the end of a section or chapter.
25909 \end_layout
25910
25911 \begin_layout Standard
25912 \begin_inset Float figure
25913 wide false
25914 sideways false
25915 status open
25916
25917 \begin_layout Plain Layout
25918 \align center
25919 \begin_inset ERT
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923
25924
25925 \backslash
25926 framebox{
25927 \end_layout
25928
25929 \end_inset
25930
25931
25932 \begin_inset Graphics
25933         filename clipart/endnotes.pdf
25934         scaleBeforeRotation
25935
25936 \end_inset
25937
25938
25939 \begin_inset ERT
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943
25944 }
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Plain Layout
25953 \begin_inset Caption
25954
25955 \begin_layout Plain Layout
25956 \begin_inset CommandInset label
25957 LatexCommand label
25958 name "fig:Endnotes"
25959
25960 \end_inset
25961
25962 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
25963  or chapters.
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 \begin_inset VSpace medskip
25978 \end_inset
25979
25980 The paragraph heading for the endnotes isn't automatically translated into
25981  the document language, this must be done manually.
25982  The following preamble command translates the default English 
25983 \begin_inset Quotes eld
25984 \end_inset
25985
25986 Notes
25987 \begin_inset Quotes erd
25988 \end_inset
25989
25990  into the German 
25991 \begin_inset Quotes eld
25992 \end_inset
25993
25994 Anmerkungen
25995 \begin_inset Quotes erd
25996 \end_inset
25997
25998 :
25999 \end_layout
26000
26001 \begin_layout Standard
26002
26003 \series bold
26004
26005 \backslash
26006 renewcommand{
26007 \backslash
26008 notesname}{Anmerkungen}
26009 \end_layout
26010
26011 \begin_layout Standard
26012 \begin_inset VSpace medskip
26013 \end_inset
26014
26015 The numbering of endnotes can be changed like the footnote numbering as
26016  described in section
26017 \begin_inset space ~
26018 \end_inset
26019
26020
26021 \begin_inset CommandInset ref
26022 LatexCommand ref
26023 reference "sub:Footnote-Numbering"
26024
26025 \end_inset
26026
26027 ; just replace the command 
26028 \series bold
26029
26030 \backslash
26031 thefootnote
26032 \series default
26033  by 
26034 \series bold
26035
26036 \backslash
26037 theendnote
26038 \series default
26039 .
26040  To reset the endnote number use the command 
26041 \series bold
26042
26043 \backslash
26044 @addtoreset
26045 \series default
26046  as described in section
26047 \begin_inset space ~
26048 \end_inset
26049
26050
26051 \begin_inset CommandInset ref
26052 LatexCommand ref
26053 reference "sub:Footnote-Numbering"
26054
26055 \end_inset
26056
26057  and replace the command parameter 
26058 \series bold
26059 footnote
26060 \series default
26061  by 
26062 \series bold
26063 endnote
26064 \series default
26065 .
26066 \end_layout
26067
26068 \begin_layout Standard
26069 For endnotes there is the command 
26070 \series bold
26071
26072 \backslash
26073 endnotemark[number]
26074 \series default
26075  similar to the command 
26076 \series bold
26077
26078 \backslash
26079 footnotemark
26080 \series default
26081 , that is described in section
26082 \begin_inset space ~
26083 \end_inset
26084
26085
26086 \begin_inset CommandInset ref
26087 LatexCommand ref
26088 reference "sec:Footnotes"
26089
26090 \end_inset
26091
26092 .
26093 \end_layout
26094
26095 \begin_layout Standard
26096 \begin_inset VSpace bigskip
26097 \end_inset
26098
26099 Footnotes can also be placed in the page margin and the footnote text alignment
26100  can be changed, see the LaTeX-package 
26101 \series bold
26102 footmisc
26103 \series default
26104
26105 \begin_inset Index idx
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109 LaTeX-packages ! footmisc
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \begin_inset CommandInset citation
26116 LatexCommand cite
26117 key "footmisc"
26118
26119 \end_inset
26120
26121  for more information about this.
26122 \end_layout
26123
26124 \begin_layout Standard
26125 For various further footnote formatting issues have a look at LaTeX-books,
26126  
26127 \begin_inset CommandInset citation
26128 LatexCommand cite
26129 key "latexcompanion,latexguide,latexbook"
26130
26131 \end_inset
26132
26133 .
26134 \end_layout
26135
26136 \begin_layout Section
26137 Margin Notes
26138 \begin_inset Index idx
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 Notes ! Margin Notes
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Standard
26151 Margin notes look and behave in LyX like footnotes.
26152  They are inserted via the menu 
26153 \family sans
26154 Insert\SpecialChar \menuseparator
26155 Marginal
26156 \begin_inset space ~
26157 \end_inset
26158
26159 Note
26160 \family default
26161  or the toolbar button 
26162 \begin_inset Graphics
26163         filename ../images/marginalnote-insert.png
26164         scale 85
26165         scaleBeforeRotation
26166
26167 \end_inset
26168
26169 .
26170  A grey 
26171 \family roman
26172 \series medium
26173 box with the
26174 \family default
26175 \series default
26176  red 
26177 \family roman
26178 \series medium
26179 label 
26180 \begin_inset Quotes eld
26181 \end_inset
26182
26183 margin
26184 \begin_inset Quotes erd
26185 \end_inset
26186
26187  appears where you can enter the text of the margin note.
26188 \end_layout
26189
26190 \begin_layout Standard
26191 At the side is an example margin note.
26192
26193 \family roman
26194 \series medium
26195  
26196 \begin_inset Marginal
26197 status open
26198
26199 \begin_layout Plain Layout
26200 This is a margin note.
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \begin_layout Standard
26209 Margin notes appear at the right side in single-sided documents.
26210  In double-sided documents they appear in the outer margin â€“ left on even
26211  pages, right on odd pages.
26212  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
26213 d when the note appears in the left margin.
26214  The first line of the margin note is placed at the position of the text
26215  line where it is inserted in the document.
26216 \end_layout
26217
26218 \begin_layout Standard
26219 \begin_inset VSpace bigskip
26220 \end_inset
26221
26222 To place the margin note in the inner margin, add the command
26223 \end_layout
26224
26225 \begin_layout Standard
26226
26227 \series bold
26228
26229 \backslash
26230 reversemarginpar
26231 \end_layout
26232
26233 \begin_layout Standard
26234 in TeX-Code before a margin note.
26235  The new placement is valid for all subsequent margin notes.
26236  
26237 \begin_inset ERT
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241
26242
26243 \backslash
26244 reversemarginpar 
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \begin_inset Marginal
26251 status open
26252
26253 \begin_layout Plain Layout
26254 This is a margin note in the inner margin.
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \series bold
26261
26262 \begin_inset Newline newline
26263 \end_inset
26264
26265
26266 \series default
26267
26268 \begin_inset Note Greyedout
26269 status open
26270
26271 \begin_layout Plain Layout
26272
26273 \series bold
26274 Note:
26275 \series default
26276  There is often not enough space in the inner margin so that the notes are
26277  not correctly displayed in the output.
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 To return to the default placement insert the command
26287 \end_layout
26288
26289 \begin_layout Standard
26290
26291 \series bold
26292
26293 \backslash
26294 normalmarginpar
26295 \end_layout
26296
26297 \begin_layout Standard
26298 in TeX-Code.
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 normalmarginpar 
26307 \end_layout
26308
26309 \end_inset
26310
26311  
26312 \begin_inset Note Greyedout
26313 status open
26314
26315 \begin_layout Plain Layout
26316
26317 \series bold
26318 Note:
26319 \series default
26320  The command is ignored when it is within a paragraph where also the command
26321  
26322 \series bold
26323
26324 \backslash
26325 reversemarginpar
26326 \series default
26327  is inserted.
26328 \end_layout
26329
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \begin_layout Standard
26336 \begin_inset VSpace bigskip
26337 \end_inset
26338
26339
26340 \family roman
26341 \series medium
26342
26343 \begin_inset Marginal
26344 status open
26345
26346 \begin_layout Plain Layout
26347 AVeryLongMarginParWord that isn't hyphenated.
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \family default
26354 \series default
26355  Similar to the case described in section
26356 \begin_inset space ~
26357 \end_inset
26358
26359
26360 \begin_inset CommandInset ref
26361 LatexCommand ref
26362 reference "sub:Multiple-Lines-in"
26363
26364 \end_inset
26365
26366 , long words cannot be hyphenated when they are the first word in a margin
26367  note.
26368  To avoid this, insert 0
26369 \begin_inset space \thinspace{}
26370 \end_inset
26371
26372 pt horizontal space before the word
26373 \family roman
26374 \series medium
26375 .
26376  
26377 \begin_inset Marginal
26378 status open
26379
26380 \begin_layout Plain Layout
26381 \begin_inset space \hspace*{}
26382 \length 0pt
26383 \end_inset
26384
26385 AVeryLongMarginParWord that is hyphenated.
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Standard
26394 \begin_inset VSpace bigskip
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Standard
26401 \begin_inset Note Greyedout
26402 status open
26403
26404 \begin_layout Plain Layout
26405
26406 \series bold
26407 Note:
26408 \series default
26409  Margin notes can normally not be used inside tables, floats, and footnotes.
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \begin_layout Standard
26418 \begin_inset VSpace bigskip
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset ERT
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429
26430
26431 \backslash
26432 ifmarginnote
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \begin_inset Note Note
26439 status open
26440
26441 \begin_layout Plain Layout
26442 The following section will only be displayed when the LaTeX-package 
26443 \series bold
26444 marginnote
26445 \series default
26446  is installed.
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Standard
26455 This restriction can be evaded by using the LaTeX-package 
26456 \series bold
26457 marginnote
26458 \series default
26459
26460 \begin_inset Index idx
26461 status collapsed
26462
26463 \begin_layout Plain Layout
26464 LaTeX-packages ! marginnote
26465 \end_layout
26466
26467 \end_inset
26468
26469 .
26470  By adding these two lines to your document preamble, the command used by
26471  LyX for margin notes is redefined to use the command provided by the 
26472 \series bold
26473 marginnote
26474 \series default
26475 -package:
26476 \end_layout
26477
26478 \begin_layout Standard
26479
26480 \series bold
26481
26482 \backslash
26483 usepackage{marginnote}
26484 \begin_inset Newline newline
26485 \end_inset
26486
26487
26488 \backslash
26489 let
26490 \backslash
26491 marginpar
26492 \backslash
26493 marginnote
26494 \end_layout
26495
26496 \begin_layout Standard
26497 This is also used in this document because 
26498 \series bold
26499 marginnote
26500 \series default
26501  has another useful feature: You can set a vertical offset for the note.
26502  This is often needed when too many margin notes are too close together
26503  or for a better page layout.
26504  The offset is set in LyX as TeX-Code directly after the margin note in
26505  the scheme
26506 \end_layout
26507
26508 \begin_layout Standard
26509
26510 \series bold
26511 [offset]
26512 \end_layout
26513
26514 \begin_layout Standard
26515 where the offset is a length with one of the units listed in Table
26516 \begin_inset space ~
26517 \end_inset
26518
26519
26520 \begin_inset CommandInset ref
26521 LatexCommand ref
26522 reference "tab:Units"
26523
26524 \end_inset
26525
26526 .
26527  A negative value shifts the note up, a positive value shifts it down.
26528  
26529 \family roman
26530 \series medium
26531 For example the margin note beside this text line is shifted up 1.5
26532 \begin_inset space \thinspace{}
26533 \end_inset
26534
26535 cm with the TeX-Code-command 
26536 \begin_inset Quotes eld
26537 \end_inset
26538
26539
26540 \family default
26541 \series bold
26542 [-1.5cm]
26543 \family roman
26544 \series medium
26545
26546 \begin_inset Quotes erd
26547 \end_inset
26548
26549
26550 \begin_inset Marginal
26551 status open
26552
26553 \begin_layout Plain Layout
26554 This margin note is shifted up 1.5
26555 \begin_inset space \thinspace{}
26556 \end_inset
26557
26558 cm from its original position.
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \family default
26565 \series default
26566
26567 \begin_inset ERT
26568 status collapsed
26569
26570 \begin_layout Plain Layout
26571
26572 [-1.5cm]
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Standard
26581 \begin_inset VSpace medskip
26582 \end_inset
26583
26584 With 
26585 \series bold
26586 marginnote
26587 \series default
26588  you can also change the alignment of the text in the margin note.
26589  For example the commands
26590 \end_layout
26591
26592 \begin_layout Standard
26593
26594 \series bold
26595
26596 \backslash
26597 renewcommand*{
26598 \backslash
26599 raggedleftmarginnote}{
26600 \backslash
26601 centering}
26602 \begin_inset Newline newline
26603 \end_inset
26604
26605
26606 \backslash
26607 renewcommand*{
26608 \backslash
26609 raggedrightmarginnote}{
26610 \backslash
26611 centering}
26612 \end_layout
26613
26614 \begin_layout Standard
26615 set the alignment to centered.
26616  
26617 \series bold
26618
26619 \backslash
26620 raggedleftmarginnote
26621 \series default
26622  denotes margin notes that appear at the left side.
26623 \family roman
26624 \series medium
26625
26626 \begin_inset ERT
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630
26631
26632 \backslash
26633 renewcommand*{
26634 \backslash
26635 raggedleftmarginnote}{
26636 \backslash
26637 centering}
26638 \end_layout
26639
26640 \begin_layout Plain Layout
26641
26642
26643 \backslash
26644 renewcommand*{
26645 \backslash
26646 raggedrightmarginnote}{
26647 \backslash
26648 centering}
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \begin_inset Marginal
26655 status open
26656
26657 \begin_layout Plain Layout
26658 The text of this margin note is centered.
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \family default
26665 \series default
26666  The default is
26667 \end_layout
26668
26669 \begin_layout Standard
26670
26671 \series bold
26672
26673 \backslash
26674 renewcommand*{
26675 \backslash
26676 raggedleftmarginnote}{
26677 \backslash
26678 raggedleft}
26679 \begin_inset Newline newline
26680 \end_inset
26681
26682
26683 \backslash
26684 renewcommand*{
26685 \backslash
26686 raggedrightmarginnote}{
26687 \backslash
26688 raggedright}
26689 \family roman
26690 \series medium
26691
26692 \begin_inset ERT
26693 status collapsed
26694
26695 \begin_layout Plain Layout
26696
26697
26698 \backslash
26699 renewcommand*{
26700 \backslash
26701 raggedleftmarginnote}{
26702 \backslash
26703 raggedleft}
26704 \end_layout
26705
26706 \begin_layout Plain Layout
26707
26708
26709 \backslash
26710 renewcommand*{
26711 \backslash
26712 raggedrightmarginnote}{
26713 \backslash
26714 raggedright}
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \end_layout
26721
26722 \begin_layout Standard
26723 \begin_inset VSpace medskip
26724 \end_inset
26725
26726 For the other features of 
26727 \series bold
26728 marginnote
26729 \series default
26730  refer to its documentation 
26731 \begin_inset CommandInset citation
26732 LatexCommand cite
26733 key "marginnote"
26734
26735 \end_inset
26736
26737 .
26738 \end_layout
26739
26740 \begin_layout Standard
26741 \begin_inset VSpace bigskip
26742 \end_inset
26743
26744 You can adjust the layout of margin notes by changing its definition.
26745  To create for example a header for all margin notes with the underlined,
26746  sans-serif, and bold header text 
26747 \begin_inset Quotes eld
26748 \end_inset
26749
26750
26751 \family sans
26752 \series bold
26753 \bar under
26754 Attention!
26755 \family default
26756 \series default
26757 \bar default
26758
26759 \begin_inset Quotes erd
26760 \end_inset
26761
26762 , add this to your document preamble:
26763 \end_layout
26764
26765 \begin_layout Standard
26766
26767 \series bold
26768
26769 \backslash
26770 let
26771 \backslash
26772 myMarginpar
26773 \backslash
26774 marginpar
26775 \begin_inset Newline newline
26776 \end_inset
26777
26778
26779 \backslash
26780 renewcommand{
26781 \backslash
26782 marginpar}[1]{
26783 \backslash
26784 myMarginpar{%
26785 \begin_inset Newline newline
26786 \end_inset
26787
26788
26789 \begin_inset Phantom HPhantom
26790 status open
26791
26792 \begin_layout Plain Layout
26793
26794 \series bold
26795 \begin_inset space ~
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \backslash
26805 hspace{0pt}
26806 \backslash
26807 textsf{
26808 \backslash
26809 textbf{
26810 \backslash
26811 underbar{Attention!}}}%
26812 \begin_inset Newline newline
26813 \end_inset
26814
26815
26816 \begin_inset Phantom HPhantom
26817 status open
26818
26819 \begin_layout Plain Layout
26820
26821 \series bold
26822 \begin_inset space ~
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \backslash
26832 vspace{1.5mm}
26833 \backslash
26834
26835 \backslash
26836 #1}}
26837 \end_layout
26838
26839 \begin_layout Standard
26840
26841 \family roman
26842 \series medium
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848
26849 \backslash
26850 let
26851 \backslash
26852 myMarginpar
26853 \backslash
26854 marginpar
26855 \end_layout
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 renewcommand{
26862 \backslash
26863 marginpar}[1]{
26864 \backslash
26865 myMarginpar{%
26866 \end_layout
26867
26868 \begin_layout Plain Layout
26869
26870    
26871 \backslash
26872 textsf{
26873 \backslash
26874 textbf{
26875 \backslash
26876 underbar{Attention!}}}%
26877 \end_layout
26878
26879 \begin_layout Plain Layout
26880
26881    
26882 \backslash
26883 vspace{1.5mm}
26884 \backslash
26885
26886 \backslash
26887 #1}}
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \begin_inset Marginal
26894 status open
26895
26896 \begin_layout Plain Layout
26897 This is a margin note with a defined heading.
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \family default
26904 \series default
26905
26906 \begin_inset ERT
26907 status collapsed
26908
26909 \begin_layout Plain Layout
26910
26911 [-1.5cm]
26912 \end_layout
26913
26914 \end_inset
26915
26916
26917 \family roman
26918 \series medium
26919
26920 \begin_inset ERT
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924
26925
26926 \backslash
26927 renewcommand{
26928 \backslash
26929 marginpar}[1]{
26930 \backslash
26931 myMarginpar{#1}}
26932 \end_layout
26933
26934 \end_inset
26935
26936
26937 \family default
26938 \series default
26939
26940 \begin_inset Note Note
26941 status collapsed
26942
26943 \begin_layout Plain Layout
26944 The margin note format is changed only for this example.
26945 \end_layout
26946
26947 \end_inset
26948
26949
26950 \end_layout
26951
26952 \begin_layout Standard
26953 \begin_inset ERT
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957
26958
26959 \backslash
26960 else
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \begin_inset Note Note
26967 status open
26968
26969 \begin_layout Plain Layout
26970 The following will be displayed when the LaTeX-package 
26971 \series bold
26972 marginnote
26973 \series default
26974  is not installed:
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \begin_layout Standard
26983 You need to install the LaTeX-package 
26984 \series bold
26985 marginnote
26986 \series default
26987  to see the following part of this section in the output.
26988 \end_layout
26989
26990 \begin_layout Standard
26991 \begin_inset ERT
26992 status collapsed
26993
26994 \begin_layout Plain Layout
26995
26996
26997 \backslash
26998 fi
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \begin_layout Chapter
27007 Boxes
27008 \end_layout
27009
27010 \begin_layout Section
27011 Introduction
27012 \begin_inset Index idx
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016 Boxes ! Introduction
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \begin_layout Standard
27025 Boxes are used to format a block of text.
27026  Boxes can be used to write documents with multiple languages, see section
27027 \begin_inset space ~
27028 \end_inset
27029
27030
27031 \begin_inset CommandInset ref
27032 LatexCommand ref
27033 reference "sec:Minipages"
27034
27035 \end_inset
27036
27037 , to frame texts, see section
27038 \begin_inset space ~
27039 \end_inset
27040
27041
27042 \begin_inset CommandInset ref
27043 LatexCommand ref
27044 reference "sec:Decoration"
27045
27046 \end_inset
27047
27048 , to prevent words from being hyphenated, see section
27049 \begin_inset space ~
27050 \end_inset
27051
27052
27053 \begin_inset CommandInset ref
27054 LatexCommand ref
27055 reference "sec:Prevent-Hyphenation"
27056
27057 \end_inset
27058
27059 , to align text, see section
27060 \begin_inset space ~
27061 \end_inset
27062
27063
27064 \begin_inset CommandInset ref
27065 LatexCommand ref
27066 reference "sub:Vertical-Alignment"
27067
27068 \end_inset
27069
27070 , or to set the background color of texts, see section
27071 \begin_inset space ~
27072 \end_inset
27073
27074
27075 \begin_inset CommandInset ref
27076 LatexCommand ref
27077 reference "sec:Colored-Boxes"
27078
27079 \end_inset
27080
27081 .
27082 \end_layout
27083
27084 \begin_layout Standard
27085 Boxes can be inserted with the menu 
27086 \family sans
27087 Insert\SpecialChar \menuseparator
27088 Box
27089 \family default
27090  or the toolbar button 
27091 \begin_inset Graphics
27092         filename ../images/box-insert.png
27093         scale 85
27094         scaleBeforeRotation
27095
27096 \end_inset
27097
27098 .
27099  A grey box with the label 
27100 \family sans
27101 Box (Minipage)
27102 \family default
27103
27104 \begin_inset Graphics
27105         filename clipart/BoxInsetDefaultQt4.png
27106         scale 85
27107         scaleBeforeRotation
27108
27109 \end_inset
27110
27111  will be inserted.
27112  The box type can be specified by right-clicking on the box and selecting
27113  
27114 \family sans
27115 Settings
27116 \family default
27117 .
27118  The box dialog offers the 
27119 \family sans
27120 Inner
27121 \begin_inset space ~
27122 \end_inset
27123
27124 Box
27125 \family default
27126  types 
27127 \family sans
27128 Parbox
27129 \family default
27130  and 
27131 \family sans
27132 Minipage
27133 \family default
27134 .
27135  The type 
27136 \family sans
27137 Minipage
27138 \family default
27139  is the default for new boxes and is explained in section
27140 \begin_inset space ~
27141 \end_inset
27142
27143
27144 \begin_inset CommandInset ref
27145 LatexCommand ref
27146 reference "sec:Minipages"
27147
27148 \end_inset
27149
27150 ; the type 
27151 \family sans
27152 Parbox
27153 \family default
27154  is described in section
27155 \begin_inset space ~
27156 \end_inset
27157
27158
27159 \begin_inset CommandInset ref
27160 LatexCommand ref
27161 reference "sec:Parboxes"
27162
27163 \end_inset
27164
27165 .
27166 \end_layout
27167
27168 \begin_layout Standard
27169 Boxes are not numbered and can therefore not be referenced like floats or
27170  footnotes.
27171 \end_layout
27172
27173 \begin_layout Standard
27174 \begin_inset Note Greyedout
27175 status open
27176
27177 \begin_layout Plain Layout
27178
27179 \series bold
27180 Note:
27181 \series default
27182  Boxes must not be the item in an 
27183 \family sans
27184 Itemize
27185 \family default
27186  or 
27187 \family sans
27188 Description
27189 \family default
27190  environment.
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Standard
27199 \begin_inset Note Greyedout
27200 status open
27201
27202 \begin_layout Plain Layout
27203
27204 \series bold
27205 Note:
27206 \series default
27207  For an unknown reason you can only set the 
27208 \family sans
27209 Inner
27210 \begin_inset space ~
27211 \end_inset
27212
27213 Box
27214 \family default
27215  type to 
27216 \family sans
27217 None
27218 \family default
27219  when you use a framed box.
27220  Boxes without an 
27221 \family sans
27222 Inner
27223 \begin_inset space ~
27224 \end_inset
27225
27226 Box
27227 \family default
27228  type and without frames are explained in section
27229 \begin_inset space ~
27230 \end_inset
27231
27232
27233 \begin_inset CommandInset ref
27234 LatexCommand ref
27235 reference "sec:Prevent-Hyphenation"
27236
27237 \end_inset
27238
27239 .
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Section
27248 Box Dialog
27249 \begin_inset CommandInset label
27250 LatexCommand label
27251 name "sec:Box-Dialog"
27252
27253 \end_inset
27254
27255
27256 \begin_inset Index idx
27257 status collapsed
27258
27259 \begin_layout Plain Layout
27260 Boxes ! Box Dialog
27261 \end_layout
27262
27263 \end_inset
27264
27265
27266 \end_layout
27267
27268 \begin_layout Subsection
27269 Size
27270 \begin_inset Index idx
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 Boxes ! Size
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Standard
27283 In the box dialog you can adjust the box geometry in the fields 
27284 \family sans
27285 Width
27286 \family default
27287  and 
27288 \family sans
27289 Height
27290 \family default
27291 .
27292  The available units for the geometry are explained in Table
27293 \begin_inset space ~
27294 \end_inset
27295
27296
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "tab:Units"
27300
27301 \end_inset
27302
27303 .
27304  The field 
27305 \family sans
27306 Height
27307 \family default
27308  offers the following additional sizes:
27309 \end_layout
27310
27311 \begin_layout Description
27312 Depth This is the plain text 
27313 \begin_inset Quotes eld
27314 \end_inset
27315
27316 height
27317 \begin_inset Quotes erd
27318 \end_inset
27319
27320 .
27321  It ignores the total depth when there are multiple text lines in the box:
27322 \begin_inset Newline newline
27323 \end_inset
27324
27325
27326 \begin_inset Newline newline
27327 \end_inset
27328
27329
27330 \begin_inset Newline newline
27331 \end_inset
27332
27333
27334 \begin_inset Box Boxed
27335 position "c"
27336 hor_pos "c"
27337 has_inner_box 1
27338 inner_pos "c"
27339 use_parbox 0
27340 use_makebox 0
27341 width "12col%"
27342 special "none"
27343 height "1in"
27344 height_special "depth"
27345 status collapsed
27346
27347 \begin_layout Plain Layout
27348 \align center
27349 Box height set to 1
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 Depth
27354 \end_layout
27355
27356 \end_inset
27357
27358
27359 \begin_inset Newline newline
27360 \end_inset
27361
27362
27363 \begin_inset Newline newline
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \begin_layout Description
27370 Height This is the height of the text that is inside the box.
27371  A value of e.
27372 \begin_inset space \thinspace{}
27373 \end_inset
27374
27375 g.
27376 \begin_inset space \space{}
27377 \end_inset
27378
27379 2 for this size will set the box height to 2
27380 \begin_inset space ~
27381 \end_inset
27382
27383 times the text height: 
27384 \begin_inset Box Boxed
27385 position "c"
27386 hor_pos "c"
27387 has_inner_box 1
27388 inner_pos "c"
27389 use_parbox 0
27390 use_makebox 0
27391 width "20col%"
27392 special "none"
27393 height "2in"
27394 height_special "height"
27395 status collapsed
27396
27397 \begin_layout Plain Layout
27398 \align center
27399 Box height set to 2
27400 \begin_inset space \thinspace{}
27401 \end_inset
27402
27403 Height
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Description
27412 Total
27413 \begin_inset space ~
27414 \end_inset
27415
27416 Height This is the Height
27417 \begin_inset space \thinspace{}
27418 \end_inset
27419
27420 +
27421 \begin_inset space \thinspace{}
27422 \end_inset
27423
27424 Depth: 
27425 \begin_inset Box Boxed
27426 position "c"
27427 hor_pos "c"
27428 has_inner_box 1
27429 inner_pos "c"
27430 use_parbox 0
27431 use_makebox 0
27432 width "20col%"
27433 special "none"
27434 height "1in"
27435 height_special "totalheight"
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439 \align center
27440 Box height set to 1
27441 \begin_inset space \thinspace{}
27442 \end_inset
27443
27444 Total
27445 \begin_inset space ~
27446 \end_inset
27447
27448 Height
27449 \end_layout
27450
27451 \end_inset
27452
27453
27454 \end_layout
27455
27456 \begin_layout Description
27457 Width This sets the width of the box as height: 
27458 \begin_inset Box Boxed
27459 position "c"
27460 hor_pos "c"
27461 has_inner_box 1
27462 inner_pos "c"
27463 use_parbox 0
27464 use_makebox 0
27465 width "12col%"
27466 special "none"
27467 height "1in"
27468 height_special "width"
27469 status collapsed
27470
27471 \begin_layout Plain Layout
27472 \align center
27473 Box height set to 1
27474 \begin_inset space \thinspace{}
27475 \end_inset
27476
27477 Width
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Subsection
27486 Alignment
27487 \begin_inset Index idx
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 Boxes ! Alignment
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 When you have chosen an 
27501 \family sans
27502 Inner
27503 \begin_inset space ~
27504 \end_inset
27505
27506 Box
27507 \family default
27508 , the vertical box alignment can be:
27509 \end_layout
27510
27511 \begin_layout Description
27512 Top This is an example text line.
27513  
27514 \begin_inset Box Boxed
27515 position "t"
27516 hor_pos "c"
27517 has_inner_box 1
27518 inner_pos "c"
27519 use_parbox 0
27520 use_makebox 0
27521 width "12col%"
27522 special "none"
27523 height "1in"
27524 height_special "totalheight"
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528 \align center
27529 This box is top-aligned.
27530 \end_layout
27531
27532 \end_inset
27533
27534  This is an example text line.
27535 \end_layout
27536
27537 \begin_layout Description
27538 Middle This is an example text line.
27539  
27540 \begin_inset Box Boxed
27541 position "c"
27542 hor_pos "c"
27543 has_inner_box 1
27544 inner_pos "c"
27545 use_parbox 0
27546 use_makebox 0
27547 width "12col%"
27548 special "none"
27549 height "1in"
27550 height_special "totalheight"
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 \align center
27555 This box is middle-aligned.
27556 \end_layout
27557
27558 \end_inset
27559
27560  This is an example text line.
27561 \end_layout
27562
27563 \begin_layout Description
27564 Bottom This is an example text line.
27565  
27566 \begin_inset Box Boxed
27567 position "b"
27568 hor_pos "c"
27569 has_inner_box 1
27570 inner_pos "c"
27571 use_parbox 0
27572 use_makebox 0
27573 width "12col%"
27574 special "none"
27575 height "1in"
27576 height_special "totalheight"
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 \align center
27581 This box is bottom-aligned.
27582 \end_layout
27583
27584 \end_inset
27585
27586  This is an example text line.
27587 \end_layout
27588
27589 \begin_layout Standard
27590 \begin_inset Note Greyedout
27591 status open
27592
27593 \begin_layout Plain Layout
27594
27595 \series bold
27596 Note:
27597 \series default
27598  The vertical box alignment can be lost in the output when you have two
27599  boxes in a line and one has e.
27600 \begin_inset space \thinspace{}
27601 \end_inset
27602
27603 g.
27604 \begin_inset space \space{}
27605 \end_inset
27606
27607 a shadow and the other one not.
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \begin_layout Standard
27616 The horizontal box alignment can be set via LyX's paragraph dialog when
27617  you set the box into its own paragraph.
27618 \end_layout
27619
27620 \begin_layout Standard
27621 \begin_inset VSpace bigskip
27622 \end_inset
27623
27624 When you have chosen an 
27625 \family sans
27626 Inner
27627 \begin_inset space ~
27628 \end_inset
27629
27630 Box
27631 \family default
27632 , the box content can be aligned vertically to:
27633 \end_layout
27634
27635 \begin_layout Description
27636 top This is an example text line.
27637  
27638 \begin_inset Box Boxed
27639 position "c"
27640 hor_pos "c"
27641 has_inner_box 1
27642 inner_pos "t"
27643 use_parbox 0
27644 use_makebox 0
27645 width "12col%"
27646 special "none"
27647 height "1.5in"
27648 height_special "totalheight"
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 \align center
27653 This box text is top-aligned.
27654 \end_layout
27655
27656 \end_inset
27657
27658  This is an example text line.
27659 \end_layout
27660
27661 \begin_layout Description
27662 middle This is an example text line.
27663  
27664 \begin_inset Box Boxed
27665 position "c"
27666 hor_pos "c"
27667 has_inner_box 1
27668 inner_pos "c"
27669 use_parbox 0
27670 use_makebox 0
27671 width "12col%"
27672 special "none"
27673 height "1.5in"
27674 height_special "totalheight"
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678 \align center
27679 This box text is middle-aligned.
27680 \end_layout
27681
27682 \end_inset
27683
27684  This is an example text line.
27685 \end_layout
27686
27687 \begin_layout Description
27688 bottom This is an example text line.
27689  
27690 \begin_inset Box Boxed
27691 position "c"
27692 hor_pos "c"
27693 has_inner_box 1
27694 inner_pos "b"
27695 use_parbox 0
27696 use_makebox 0
27697 width "12col%"
27698 special "none"
27699 height "1.5in"
27700 height_special "totalheight"
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704 \align center
27705 This box text is bottom-aligned.
27706 \end_layout
27707
27708 \end_inset
27709
27710  This is an example text line.
27711 \end_layout
27712
27713 \begin_layout Description
27714 stretch This is an example text line.
27715  
27716 \begin_inset Box Boxed
27717 position "c"
27718 hor_pos "c"
27719 has_inner_box 1
27720 inner_pos "s"
27721 use_parbox 0
27722 use_makebox 0
27723 width "12col%"
27724 special "none"
27725 height "1.5in"
27726 height_special "totalheight"
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 \align center
27731 This box
27732 \end_layout
27733
27734 \begin_layout Plain Layout
27735 \align center
27736 text is
27737 \end_layout
27738
27739 \begin_layout Plain Layout
27740 \align center
27741 stretched.
27742 \end_layout
27743
27744 \end_inset
27745
27746  This is an example text line.
27747 \end_layout
27748
27749 \begin_layout Standard
27750 To stretch the box content, it must consist of more than one paragraph.
27751  In the example above every text line is in an own paragraph.
27752 \end_layout
27753
27754 \begin_layout Standard
27755 \begin_inset VSpace bigskip
27756 \end_inset
27757
27758 To align the box content horizontally you can use LyX's paragraph dialog
27759  when you have chosen an 
27760 \family sans
27761 Inner
27762 \begin_inset space ~
27763 \end_inset
27764
27765 Box
27766 \family default
27767 .
27768 \end_layout
27769
27770 \begin_layout Standard
27771 \align center
27772 \begin_inset Box Boxed
27773 position "c"
27774 hor_pos "c"
27775 has_inner_box 1
27776 inner_pos "s"
27777 use_parbox 0
27778 use_makebox 0
27779 width "15col%"
27780 special "none"
27781 height "1.25in"
27782 height_special "totalheight"
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786 \align left
27787 This box
27788 \end_layout
27789
27790 \begin_layout Plain Layout
27791 \align center
27792 text is
27793 \end_layout
27794
27795 \begin_layout Plain Layout
27796 \align right
27797 stretched.
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Standard
27806 If you have not set an 
27807 \family sans
27808 Inner
27809 \begin_inset space ~
27810 \end_inset
27811
27812 Box
27813 \family default
27814 , you can align the box content horizontally in the box dialog.
27815 \end_layout
27816
27817 \begin_layout Standard
27818 \align center
27819 \begin_inset Box Boxed
27820 position "c"
27821 hor_pos "s"
27822 has_inner_box 0
27823 inner_pos "s"
27824 use_parbox 0
27825 use_makebox 0
27826 width "90col%"
27827 special "none"
27828 height "1.25in"
27829 height_special "totalheight"
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 \align left
27834 This box text is horizontally stretched.
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \begin_layout Subsection
27843 Decoration
27844 \begin_inset CommandInset label
27845 LatexCommand label
27846 name "sec:Decoration"
27847
27848 \end_inset
27849
27850
27851 \begin_inset Index idx
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855 Boxes ! Decoration
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \begin_layout Standard
27864 The type of the box can be specified in the box dialog in the drop-down
27865  list 
27866 \family sans
27867 Decoration
27868 \family default
27869 .
27870  The following types are possible:
27871 \end_layout
27872
27873 \begin_layout Description
27874 Simple
27875 \begin_inset space ~
27876 \end_inset
27877
27878 rectangular
27879 \begin_inset space ~
27880 \end_inset
27881
27882 frame This draws a rectangular frame around the box.
27883  The frame line thickness has the size of 
27884 \series bold
27885
27886 \backslash
27887 fboxrule
27888 \series default
27889 .
27890  
27891 \begin_inset Box Boxed
27892 position "c"
27893 hor_pos "c"
27894 has_inner_box 1
27895 inner_pos "c"
27896 use_parbox 0
27897 use_makebox 0
27898 width "20col%"
27899 special "none"
27900 height "1in"
27901 height_special "totalheight"
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905 \align center
27906 Rectangular box
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Description
27915 Allow
27916 \begin_inset space ~
27917 \end_inset
27918
27919 page
27920 \begin_inset space ~
27921 \end_inset
27922
27923 break When you use the decoration 
27924 \family sans
27925 simple rectangular frame
27926 \family default
27927  and no inner box, you can allow page breaks within a box.
27928  Note that then, unlike other framed boxes, the frame always uses the whole
27929  column width, the box is set as its own paragraph, and 
27930 \series bold
27931
27932 \backslash
27933 fboxrule
27934 \series default
27935  and 
27936 \series bold
27937
27938 \backslash
27939 fboxsep
27940 \series default
27941  have no effect on this box type.
27942  The frame line thickness has the size of 
27943 \series bold
27944
27945 \backslash
27946 FrameRule
27947 \series default
27948 .
27949  
27950 \begin_inset Box Framed
27951 position "t"
27952 hor_pos "c"
27953 has_inner_box 0
27954 inner_pos "t"
27955 use_parbox 0
27956 use_makebox 0
27957 width "100col%"
27958 special "none"
27959 height "1in"
27960 height_special "totalheight"
27961 status collapsed
27962
27963 \begin_layout Plain Layout
27964 Allow page break box
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \begin_layout Description
27973 Oval
27974 \begin_inset space ~
27975 \end_inset
27976
27977 box,
27978 \begin_inset space ~
27979 \end_inset
27980
27981 thin This draws an oval frame around the box.
27982  The frame line thickness has the size 0.4
27983 \begin_inset space \thinspace{}
27984 \end_inset
27985
27986 pt.
27987  
27988 \begin_inset Box ovalbox
27989 position "c"
27990 hor_pos "c"
27991 has_inner_box 1
27992 inner_pos "c"
27993 use_parbox 0
27994 use_makebox 0
27995 width "20col%"
27996 special "none"
27997 height "1in"
27998 height_special "totalheight"
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002 \align center
28003 Oval box, thin
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \begin_layout Description
28012 Oval
28013 \begin_inset space ~
28014 \end_inset
28015
28016 box,
28017 \begin_inset space ~
28018 \end_inset
28019
28020 thick This draws an oval frame around the box.
28021  The frame line thickness has the size 0.8
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 pt.
28026  
28027 \begin_inset Box Ovalbox
28028 position "c"
28029 hor_pos "c"
28030 has_inner_box 1
28031 inner_pos "c"
28032 use_parbox 0
28033 use_makebox 0
28034 width "20col%"
28035 special "none"
28036 height "1in"
28037 height_special "totalheight"
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 \align center
28042 Oval box, thick
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Description
28051 Drop
28052 \begin_inset space ~
28053 \end_inset
28054
28055 shadow This draws a rectangular frame with a shadow around the box.
28056  The frame line thickness has the size of 
28057 \series bold
28058
28059 \backslash
28060 fboxrule
28061 \series default
28062 , the shadow has a width of 4
28063 \begin_inset space \thinspace{}
28064 \end_inset
28065
28066 pt.
28067  
28068 \begin_inset Box Shadowbox
28069 position "c"
28070 hor_pos "c"
28071 has_inner_box 1
28072 inner_pos "c"
28073 use_parbox 0
28074 use_makebox 0
28075 width "20col%"
28076 special "none"
28077 height "1in"
28078 height_special "totalheight"
28079 status collapsed
28080
28081 \begin_layout Plain Layout
28082 \align center
28083 Shadow box
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \begin_layout Description
28092 Shaded
28093 \begin_inset space ~
28094 \end_inset
28095
28096 background This draws a box with a red background.
28097  Unlike colored boxes
28098 \begin_inset Foot
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 see sec.
28103 \begin_inset space \thinspace{}
28104 \end_inset
28105
28106
28107 \begin_inset CommandInset ref
28108 LatexCommand ref
28109 reference "sec:Colored-Boxes"
28110
28111 \end_inset
28112
28113
28114 \end_layout
28115
28116 \end_inset
28117
28118 , it always uses the whole column width and the box is set as its own paragraph.
28119  
28120 \begin_inset Box Shaded
28121 position "t"
28122 hor_pos "c"
28123 has_inner_box 0
28124 inner_pos "t"
28125 use_parbox 0
28126 use_makebox 0
28127 width "50col%"
28128 special "none"
28129 height "1in"
28130 height_special "totalheight"
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 Shaded background box
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \begin_layout Description
28143 Double
28144 \begin_inset space ~
28145 \end_inset
28146
28147 rectangular
28148 \begin_inset space ~
28149 \end_inset
28150
28151 frame This draws a double-line rectangular frame around the box.
28152  The line thickness of the inner frame is 0.75
28153 \begin_inset space \thinspace{}
28154 \end_inset
28155
28156
28157 \series bold
28158
28159 \backslash
28160 fboxrule
28161 \series default
28162 , the thickness of the outer frame is 1.5
28163 \begin_inset space \thinspace{}
28164 \end_inset
28165
28166
28167 \series bold
28168
28169 \backslash
28170 fboxrule
28171 \series default
28172 .
28173  The distance between the lines is 1.5
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177
28178 \series bold
28179
28180 \backslash
28181 fboxrule
28182 \series default
28183
28184 \begin_inset space \thinspace{}
28185 \end_inset
28186
28187 +
28188 \begin_inset space \thinspace{}
28189 \end_inset
28190
28191 0.5
28192 \begin_inset space \thinspace{}
28193 \end_inset
28194
28195 pt.
28196  
28197 \begin_inset Box Doublebox
28198 position "c"
28199 hor_pos "c"
28200 has_inner_box 1
28201 inner_pos "c"
28202 use_parbox 0
28203 use_makebox 0
28204 width "20col%"
28205 special "none"
28206 height "1in"
28207 height_special "totalheight"
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211 \align center
28212 Double rectangular box
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \begin_layout Standard
28221 \begin_inset VSpace bigskip
28222 \end_inset
28223
28224 LyX's box label will reflect the different frame types.
28225  To be able to use all types, the LaTeX-package 
28226 \series bold
28227 fancybox
28228 \series default
28229
28230 \begin_inset Index idx
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 LaTeX-packages ! fancybox
28235 \end_layout
28236
28237 \end_inset
28238
28239  must be installed.
28240 \end_layout
28241
28242 \begin_layout Section
28243 Box Customization
28244 \begin_inset Index idx
28245 status collapsed
28246
28247 \begin_layout Plain Layout
28248 Boxes ! Customization
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Standard
28257 The default value for the size 
28258 \series bold
28259
28260 \backslash
28261 fboxrule
28262 \series default
28263  is 0.4
28264 \begin_inset space \thinspace{}
28265 \end_inset
28266
28267 pt.
28268  It can be changed with the following command in TeX-Code to e.
28269 \begin_inset space \thinspace{}
28270 \end_inset
28271
28272 g.
28273 \begin_inset space \space{}
28274 \end_inset
28275
28276 2
28277 \begin_inset space \thinspace{}
28278 \end_inset
28279
28280 pt:
28281 \end_layout
28282
28283 \begin_layout Standard
28284
28285 \series bold
28286
28287 \backslash
28288 setlength{
28289 \backslash
28290 fboxrule}{2pt}
28291 \end_layout
28292
28293 \begin_layout Standard
28294 \begin_inset ERT
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298
28299
28300 \backslash
28301 setlength{
28302 \backslash
28303 fboxrule}{2pt}
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \begin_inset Box Boxed
28310 position "c"
28311 hor_pos "c"
28312 has_inner_box 1
28313 inner_pos "c"
28314 use_parbox 0
28315 use_makebox 0
28316 width "25col%"
28317 special "none"
28318 height "1in"
28319 height_special "totalheight"
28320 status open
28321
28322 \begin_layout Plain Layout
28323 \align center
28324 Rectangular box with 
28325 \series bold
28326
28327 \backslash
28328 fboxrule
28329 \series default
28330
28331 \begin_inset space \thinspace{}
28332 \end_inset
28333
28334 =
28335 \begin_inset space \thinspace{}
28336 \end_inset
28337
28338 2
28339 \begin_inset space \thinspace{}
28340 \end_inset
28341
28342 pt
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \begin_inset ERT
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352
28353
28354 \backslash
28355 setlength{
28356 \backslash
28357 fboxrule}{0.4pt}
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \begin_layout Standard
28366 \begin_inset VSpace bigskip
28367 \end_inset
28368
28369 The space between the frame and the box content is for all frame styles
28370  by default 3
28371 \begin_inset space \thinspace{}
28372 \end_inset
28373
28374 pt.
28375  You can change it by setting the length 
28376 \series bold
28377
28378 \backslash
28379 fboxsep
28380 \series default
28381  to another value.
28382  For example the command
28383 \end_layout
28384
28385 \begin_layout Standard
28386
28387 \series bold
28388
28389 \backslash
28390 setlength{
28391 \backslash
28392 fboxsep}{10pt}
28393 \end_layout
28394
28395 \begin_layout Standard
28396 sets the value to 10
28397 \begin_inset space \thinspace{}
28398 \end_inset
28399
28400 pt, as with the following box:
28401 \end_layout
28402
28403 \begin_layout Standard
28404 \begin_inset ERT
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408
28409
28410 \backslash
28411 setlength{
28412 \backslash
28413 fboxsep}{10pt}
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \begin_inset Box Boxed
28420 position "c"
28421 hor_pos "c"
28422 has_inner_box 1
28423 inner_pos "c"
28424 use_parbox 0
28425 use_makebox 0
28426 width "25col%"
28427 special "none"
28428 height "1in"
28429 height_special "totalheight"
28430 status open
28431
28432 \begin_layout Plain Layout
28433 \align center
28434 Rectangular box with 
28435 \series bold
28436
28437 \backslash
28438 fboxsep
28439 \series default
28440
28441 \begin_inset space \thinspace{}
28442 \end_inset
28443
28444 =
28445 \begin_inset space \thinspace{}
28446 \end_inset
28447
28448 10
28449 \begin_inset space \thinspace{}
28450 \end_inset
28451
28452 pt
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \begin_inset ERT
28459 status collapsed
28460
28461 \begin_layout Plain Layout
28462
28463
28464 \backslash
28465 setlength{
28466 \backslash
28467 fboxsep}{3pt}
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \begin_layout Standard
28476 \begin_inset VSpace bigskip
28477 \end_inset
28478
28479 The diameter of the round corners of the oval boxes can be set with the
28480  command 
28481 \series bold
28482
28483 \backslash
28484 cornersize
28485 \series default
28486 .
28487  The command
28488 \end_layout
28489
28490 \begin_layout Standard
28491
28492 \series bold
28493
28494 \backslash
28495 cornersize*{1cm}
28496 \end_layout
28497
28498 \begin_layout Standard
28499 sets the diameter to 1
28500 \begin_inset space \thinspace{}
28501 \end_inset
28502
28503 cm.
28504  The command
28505 \end_layout
28506
28507 \begin_layout Standard
28508
28509 \series bold
28510
28511 \backslash
28512 cornersize{num}
28513 \end_layout
28514
28515 \begin_layout Standard
28516 sets the diameter to 
28517 \family sans
28518 num
28519 \begin_inset space \thinspace{}
28520 \end_inset
28521
28522 ×
28523 \begin_inset space \thinspace{}
28524 \end_inset
28525
28526 minimum(width and heigth of box)
28527 \family default
28528 .
28529  The default is 
28530 \series bold
28531
28532 \backslash
28533 cornersize{0.5}
28534 \series default
28535 .
28536 \end_layout
28537
28538 \begin_layout Standard
28539 \begin_inset ERT
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543
28544
28545 \backslash
28546 cornersize*{1.5cm}
28547 \end_layout
28548
28549 \end_inset
28550
28551
28552 \begin_inset Box Ovalbox
28553 position "c"
28554 hor_pos "c"
28555 has_inner_box 1
28556 inner_pos "c"
28557 use_parbox 0
28558 use_makebox 0
28559 width "25col%"
28560 special "none"
28561 height "1in"
28562 height_special "totalheight"
28563 status open
28564
28565 \begin_layout Plain Layout
28566 \align center
28567 Oval box with 
28568 \series bold
28569
28570 \backslash
28571 cornersize
28572 \series default
28573
28574 \begin_inset space \thinspace{}
28575 \end_inset
28576
28577 =
28578 \begin_inset space \thinspace{}
28579 \end_inset
28580
28581 1.5
28582 \begin_inset space \thinspace{}
28583 \end_inset
28584
28585 cm
28586 \end_layout
28587
28588 \end_inset
28589
28590
28591 \begin_inset ERT
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595
28596
28597 \backslash
28598 cornersize{0.5}
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \end_layout
28605
28606 \begin_layout Standard
28607 \begin_inset VSpace bigskip
28608 \end_inset
28609
28610 The size of the shadow can be adjusted by changing the length 
28611 \series bold
28612
28613 \backslash
28614 shadowsize
28615 \series default
28616 .
28617  It it set to 2
28618 \begin_inset space \thinspace{}
28619 \end_inset
28620
28621 pt for the following box by this command:
28622 \end_layout
28623
28624 \begin_layout Standard
28625
28626 \series bold
28627
28628 \backslash
28629 setlength{
28630 \backslash
28631 shadowsize}{2pt}
28632 \end_layout
28633
28634 \begin_layout Standard
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 setlength{
28643 \backslash
28644 shadowsize}{2pt}
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \begin_inset Box Shadowbox
28651 position "c"
28652 hor_pos "c"
28653 has_inner_box 1
28654 inner_pos "c"
28655 use_parbox 0
28656 use_makebox 0
28657 width "25col%"
28658 special "none"
28659 height "1in"
28660 height_special "totalheight"
28661 status open
28662
28663 \begin_layout Plain Layout
28664 \align center
28665 Shadow box with 
28666 \series bold
28667
28668 \backslash
28669 shadowsize
28670 \series default
28671
28672 \begin_inset space \thinspace{}
28673 \end_inset
28674
28675 =
28676 \begin_inset space \thinspace{}
28677 \end_inset
28678
28679 2
28680 \begin_inset space \thinspace{}
28681 \end_inset
28682
28683 pt
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \begin_inset ERT
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693
28694
28695 \backslash
28696 setlength{
28697 \backslash
28698 shadowsize}{4pt}
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 \begin_inset VSpace bigskip
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \begin_layout Standard
28714 The default value for the size 
28715 \series bold
28716
28717 \backslash
28718 FrameRule
28719 \series default
28720  is 0.4
28721 \begin_inset space \thinspace{}
28722 \end_inset
28723
28724 pt.
28725  The default space between the note content and the frame is 9
28726 \begin_inset space \thinspace{}
28727 \end_inset
28728
28729 pt and can be changed with the value of 
28730 \series bold
28731
28732 \backslash
28733 FrameSep
28734 \series default
28735 .
28736  For example the frame appearance of the following 
28737 \family sans
28738 box
28739 \family default
28740  is set with the TeX-Code commands
28741 \end_layout
28742
28743 \begin_layout Standard
28744
28745 \series bold
28746
28747 \backslash
28748 setlength{
28749 \backslash
28750 FrameRule}{5pt}
28751 \begin_inset Newline newline
28752 \end_inset
28753
28754
28755 \backslash
28756 setlength{
28757 \backslash
28758 FrameSep}{0.5cm}
28759 \end_layout
28760
28761 \begin_layout Standard
28762 \begin_inset ERT
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766
28767
28768 \backslash
28769 setlength{
28770 \backslash
28771 FrameRule}{5pt}
28772 \end_layout
28773
28774 \begin_layout Plain Layout
28775
28776
28777 \backslash
28778 setlength{
28779 \backslash
28780 FrameSep}{0.5cm}
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \begin_inset Box Framed
28787 position "t"
28788 hor_pos "c"
28789 has_inner_box 0
28790 inner_pos "t"
28791 use_parbox 0
28792 use_makebox 0
28793 width "100col%"
28794 special "none"
28795 height "1in"
28796 height_special "totalheight"
28797 status open
28798
28799 \begin_layout Plain Layout
28800 This is text in an 
28801 \family sans
28802 allow page break
28803 \family default
28804  box.
28805 \end_layout
28806
28807 \end_inset
28808
28809
28810 \begin_inset ERT
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814
28815
28816 \backslash
28817 setlength{
28818 \backslash
28819 FrameRule}{0.4pt}
28820 \end_layout
28821
28822 \begin_layout Plain Layout
28823
28824
28825 \backslash
28826 setlength{
28827 \backslash
28828 FrameSep}{9pt}
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \end_layout
28835
28836 \begin_layout Standard
28837 \begin_inset VSpace bigskip
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 For 
28845 \family sans
28846 shaded background
28847 \family default
28848  boxes the default space between the box content and the box border is 3
28849 \begin_inset space \thinspace{}
28850 \end_inset
28851
28852 pt and can be changed with the value of 
28853 \series bold
28854
28855 \backslash
28856 fboxsep
28857 \series default
28858 .
28859  The default background color red can either be changed locally with the
28860  command 
28861 \series bold
28862
28863 \backslash
28864 definecolor{shadecolor}
28865 \series default
28866  or globally with the menu 
28867 \family sans
28868 Tools\SpecialChar \menuseparator
28869 Preferences\SpecialChar \menuseparator
28870 Colors\SpecialChar \menuseparator
28871 shaded
28872 \begin_inset space ~
28873 \end_inset
28874
28875 box
28876 \family default
28877 .
28878  The scheme of the 
28879 \series bold
28880
28881 \backslash
28882 definecolor
28883 \series default
28884  command is explained in section
28885 \begin_inset space ~
28886 \end_inset
28887
28888
28889 \begin_inset CommandInset ref
28890 LatexCommand ref
28891 reference "sec:Colored-Tables"
28892
28893 \end_inset
28894
28895 .
28896 \begin_inset Foot
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900 Note that 
28901 \series bold
28902
28903 \backslash
28904 definecolor
28905 \series default
28906  requires the LaTeX-package 
28907 \series bold
28908 color
28909 \series default
28910  in the preamble, see section
28911 \begin_inset space ~
28912 \end_inset
28913
28914
28915 \begin_inset CommandInset ref
28916 LatexCommand ref
28917 reference "sec:Colored-Boxes"
28918
28919 \end_inset
28920
28921 .
28922 \end_layout
28923
28924 \end_inset
28925
28926  For example the appearance of the following shaded background box is set
28927  with the TeX-Code commands
28928 \end_layout
28929
28930 \begin_layout Standard
28931
28932 \series bold
28933
28934 \backslash
28935 setlength{
28936 \backslash
28937 fboxsep}{0.5cm}
28938 \series default
28939
28940 \begin_inset Newline newline
28941 \end_inset
28942
28943
28944 \series bold
28945
28946 \backslash
28947 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28948 \end_layout
28949
28950 \begin_layout Standard
28951 \begin_inset ERT
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955
28956
28957 \backslash
28958 setlength{
28959 \backslash
28960 fboxsep}{0.5cm}
28961 \end_layout
28962
28963 \begin_layout Plain Layout
28964
28965
28966 \backslash
28967 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \begin_inset Box Shaded
28974 position "t"
28975 hor_pos "c"
28976 has_inner_box 0
28977 inner_pos "t"
28978 use_parbox 0
28979 use_makebox 0
28980 width "100col%"
28981 special "none"
28982 height "1in"
28983 height_special "totalheight"
28984 status open
28985
28986 \begin_layout Plain Layout
28987
28988 \color yellow
28989 This is yellow text in a
28990 \color none
28991  
28992 \family sans
28993 \color yellow
28994 shaded background
28995 \family default
28996 \color none
28997  
28998 \color yellow
28999 box with dark green background.
29000 \end_layout
29001
29002 \end_inset
29003
29004
29005 \begin_inset ERT
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009
29010
29011 \backslash
29012 setlength{
29013 \backslash
29014 fboxsep}{3pt}
29015 \end_layout
29016
29017 \begin_layout Plain Layout
29018
29019
29020 \backslash
29021 definecolor{shadecolor}{rgb}{1,0,0}
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \end_layout
29028
29029 \begin_layout Standard
29030 \begin_inset VSpace bigskip
29031 \end_inset
29032
29033 Changed lengths and widths are valid for all boxes following the commands
29034  that change them.
29035 \end_layout
29036
29037 \begin_layout Section
29038 Minipages
29039 \begin_inset CommandInset label
29040 LatexCommand label
29041 name "sec:Minipages"
29042
29043 \end_inset
29044
29045
29046 \begin_inset Index idx
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Boxes ! Minipages
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Standard
29059 Minipages are treated by LaTeX as pages within pages and can therefore for
29060  example have their own footnotes.
29061 \end_layout
29062
29063 \begin_layout Standard
29064 Minipages are useful when you write documents with different languages.
29065 \end_layout
29066
29067 \begin_layout Standard
29068 Below are two example minipages side by side.
29069  Their width is set to 45
29070 \begin_inset space \thinspace{}
29071 \end_inset
29072
29073 col% and they are separated by a horizontal fill, that was inserted via
29074  the menu 
29075 \family sans
29076 Insert\SpecialChar \menuseparator
29077 Special
29078 \begin_inset space ~
29079 \end_inset
29080
29081 Formatting\SpecialChar \menuseparator
29082 Horizontal
29083 \begin_inset space ~
29084 \end_inset
29085
29086 Fill
29087 \family default
29088 .
29089 \begin_inset Newpage newpage
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Standard
29096 \begin_inset Box Frameless
29097 position "t"
29098 hor_pos "c"
29099 has_inner_box 1
29100 inner_pos "c"
29101 use_parbox 0
29102 use_makebox 0
29103 width "45col%"
29104 special "none"
29105 height "1in"
29106 height_special "totalheight"
29107 status open
29108
29109 \begin_layout Plain Layout
29110
29111 \lang german
29112 Dies ist ein deutscher Text.
29113  Dies ist ein deutscher Text.
29114  Dies ist ein deutscher Text.
29115  Dies ist ein deutscher Text.
29116  Dies ist ein deutscher Text.
29117  Dies ist ein deutscher Text.
29118  Dies ist ein deutscher Text.
29119  Dies ist ein deutscher Text.
29120  Dies ist ein deutscher Text.
29121  Dies ist ein deutscher Text.
29122  Dies ist ein deutscher Text.
29123  Dies ist ein deutscher Text.
29124  Dies ist ein deutscher Text
29125 \begin_inset Foot
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129
29130 \lang german
29131 Dies ist eine deutsche Fußnote.
29132 \end_layout
29133
29134 \end_inset
29135
29136 .
29137  Dies ist ein deutscher Text.
29138  Dies ist ein deutscher Text.
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \begin_inset space \hfill{}
29145 \end_inset
29146
29147
29148 \begin_inset Box Frameless
29149 position "t"
29150 hor_pos "c"
29151 has_inner_box 1
29152 inner_pos "c"
29153 use_parbox 0
29154 use_makebox 0
29155 width "45col%"
29156 special "none"
29157 height "1in"
29158 height_special "totalheight"
29159 status open
29160
29161 \begin_layout Plain Layout
29162 This is an English Text.
29163  This is an English Text.
29164  This is an English Text.
29165  This is an English Text.
29166  This is an English Text.
29167  This is an English Text.
29168  This is an English Text.
29169  This is an English Text.
29170  This is an English Text.
29171  This is an English Text.
29172  This is an English Text.
29173  This is an English Text.
29174  This is an English Text.
29175  This is an English Text.
29176  This is an English Text.
29177  This is an English Text.
29178 \begin_inset Foot
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182 This is an English footnote.
29183 \end_layout
29184
29185 \end_inset
29186
29187  This is an English Text.
29188  
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \end_layout
29195
29196 \begin_layout Standard
29197 \begin_inset VSpace bigskip
29198 \end_inset
29199
29200 The document-wide paragraph settings are ignored within minipages.
29201  That means that there will be no space between paragraphs in minipages
29202  although you set it to e.
29203 \begin_inset space \thinspace{}
29204 \end_inset
29205
29206 g.
29207 \begin_inset space \space{}
29208 \end_inset
29209
29210
29211 \family sans
29212 MedSkip
29213 \family default
29214  in the document settings.
29215 \end_layout
29216
29217 \begin_layout Standard
29218 Minipages can also be used to set a background color for text parts, see
29219  section
29220 \begin_inset space ~
29221 \end_inset
29222
29223
29224 \begin_inset CommandInset ref
29225 LatexCommand ref
29226 reference "sub:Color-for-Paragraphs"
29227
29228 \end_inset
29229
29230 .
29231 \end_layout
29232
29233 \begin_layout Standard
29234 \begin_inset Note Greyedout
29235 status open
29236
29237 \begin_layout Plain Layout
29238
29239 \series bold
29240 Note:
29241 \series default
29242  You cannot have floats or margin notes inside minipages but minipages can
29243  be used inside tables, floats, and other boxes.
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \begin_layout Section
29252 Parboxes
29253 \begin_inset CommandInset label
29254 LatexCommand label
29255 name "sec:Parboxes"
29256
29257 \end_inset
29258
29259
29260 \begin_inset Index idx
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264 Boxes ! Parboxes
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \begin_layout Standard
29273 Parboxes are very similar to minipages with the difference that they cannot
29274  have footnotes, because minipages, unlike parboxes, are not real boxes
29275  but LaTeX-environments.
29276 \end_layout
29277
29278 \begin_layout Standard
29279 \align center
29280 \begin_inset Box Frameless
29281 position "t"
29282 hor_pos "c"
29283 has_inner_box 1
29284 inner_pos "t"
29285 use_parbox 1
29286 use_makebox 0
29287 width "33col%"
29288 special "none"
29289 height "1in"
29290 height_special "totalheight"
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294 This a text within a parbox.
29295  This a text within a parbox.
29296 \end_layout
29297
29298 \begin_layout Plain Layout
29299 This footnote won't appear:
29300 \begin_inset Foot
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304 This footnote is inside a parbox and will therefore not appear.
29305 \end_layout
29306
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \begin_layout Section
29318 Boxes for Words and Characters
29319 \begin_inset Index idx
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323 Boxes ! for Characters
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Subsection
29332 Prevent Hyphenation
29333 \begin_inset CommandInset label
29334 LatexCommand label
29335 name "sec:Prevent-Hyphenation"
29336
29337 \end_inset
29338
29339
29340 \begin_inset Index idx
29341 status collapsed
29342
29343 \begin_layout Plain Layout
29344 Boxes ! to Prevent Hyphenation
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Standard
29353 You can use a special kind of box to prevent words or text from being hyphenated.
29354 \begin_inset Newline newline
29355 \end_inset
29356
29357 Here is an example text:
29358 \end_layout
29359
29360 \begin_layout Standard
29361 This line is an example to show how you can prevent the hyphenation of 
29362 \begin_inset Quotes eld
29363 \end_inset
29364
29365 veryverylongword
29366 \begin_inset Quotes erd
29367 \end_inset
29368
29369 .
29370 \end_layout
29371
29372 \begin_layout Standard
29373 To prevent the hyphenation of the word 
29374 \begin_inset Quotes eld
29375 \end_inset
29376
29377 veryverylongword
29378 \begin_inset Quotes erd
29379 \end_inset
29380
29381 , add the command
29382 \end_layout
29383
29384 \begin_layout Standard
29385
29386 \series bold
29387
29388 \backslash
29389 mbox{
29390 \end_layout
29391
29392 \begin_layout Standard
29393 in TeX-Code before the word.
29394  After the word insert a closing brace 
29395 \begin_inset Quotes eld
29396 \end_inset
29397
29398
29399 \series bold
29400 }
29401 \series default
29402
29403 \begin_inset Quotes erd
29404 \end_inset
29405
29406  in TeX-Code.
29407 \end_layout
29408
29409 \begin_layout Standard
29410 This is the result:
29411 \end_layout
29412
29413 \begin_layout Standard
29414 This line is an example to show how you can prevent the hyphenation of 
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 mbox{
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \begin_inset Quotes eld
29429 \end_inset
29430
29431 veryverylongword
29432 \begin_inset Quotes erd
29433 \end_inset
29434
29435 .
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441 }
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \begin_layout Standard
29450 You can alternatively set the command 
29451 \begin_inset Quotes eld
29452 \end_inset
29453
29454
29455 \series bold
29456
29457 \backslash
29458 -
29459 \series default
29460
29461 \begin_inset Quotes grd
29462 \end_inset
29463
29464  as TeX-Code directly before the word:
29465 \end_layout
29466
29467 \begin_layout Standard
29468 This line is an example to show how you can prevent the hyphenation of 
29469 \begin_inset Quotes eld
29470 \end_inset
29471
29472
29473 \begin_inset ERT
29474 status collapsed
29475
29476 \begin_layout Plain Layout
29477
29478
29479 \backslash
29480 -
29481 \end_layout
29482
29483 \end_inset
29484
29485 veryverylongword
29486 \begin_inset Quotes erd
29487 \end_inset
29488
29489 .
29490 \end_layout
29491
29492 \begin_layout Standard
29493 Of course the word now protrudes over the side margin.
29494  To avoid this, add via the menu 
29495 \family sans
29496 Insert\SpecialChar \menuseparator
29497 Special
29498 \begin_inset space ~
29499 \end_inset
29500
29501 Formatting\SpecialChar \menuseparator
29502 Line
29503 \begin_inset space ~
29504 \end_inset
29505
29506 Break
29507 \family default
29508  (shortcut 
29509 \begin_inset Info
29510 type  "shortcut"
29511 arg   "newline-insert newline"
29512 \end_inset
29513
29514 ) a line break before the word:
29515 \end_layout
29516
29517 \begin_layout Standard
29518 This line is an example to show how you can prevent the hyphenation of 
29519 \begin_inset Newline newline
29520 \end_inset
29521
29522
29523 \begin_inset ERT
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527
29528
29529 \backslash
29530 mbox{
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \begin_inset Quotes eld
29537 \end_inset
29538
29539 veryverylongword
29540 \begin_inset Quotes erd
29541 \end_inset
29542
29543 .
29544 \begin_inset ERT
29545 status collapsed
29546
29547 \begin_layout Plain Layout
29548
29549 }
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Subsection
29558 Vertical Alignment
29559 \begin_inset CommandInset label
29560 LatexCommand label
29561 name "sub:Vertical-Alignment"
29562
29563 \end_inset
29564
29565
29566 \begin_inset Index idx
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570 Boxes ! for Vertical Alignment
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \begin_inset Index idx
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580 Boxes ! Raiseboxes
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 With the help of the command 
29590 \series bold
29591
29592 \backslash
29593 raisebox
29594 \series default
29595  you can align words, characters or other boxes vertically relative to the
29596  surrounding text.
29597  
29598 \series bold
29599
29600 \backslash
29601 raisebox
29602 \series default
29603  is used with the following scheme:
29604 \end_layout
29605
29606 \begin_layout Standard
29607
29608 \series bold
29609
29610 \backslash
29611 raisebox{lift}[height][depth]{box content}
29612 \end_layout
29613
29614 \begin_layout Standard
29615 The lift can be a positive value to raise the box or a negative value to
29616  lower the box.
29617 \end_layout
29618
29619 \begin_layout Standard
29620 To align for example the word 
29621 \begin_inset Quotes eld
29622 \end_inset
29623
29624 preventing
29625 \begin_inset Quotes erd
29626 \end_inset
29627
29628  so that the bottom of the 
29629 \begin_inset Quotes eld
29630 \end_inset
29631
29632 deepest
29633 \begin_inset Quotes erd
29634 \end_inset
29635
29636  character 
29637 \begin_inset Quotes eld
29638 \end_inset
29639
29640 p
29641 \begin_inset Quotes erd
29642 \end_inset
29643
29644  is at the baseline, insert the command
29645 \end_layout
29646
29647 \begin_layout Standard
29648
29649 \series bold
29650
29651 \backslash
29652 raisebox{
29653 \backslash
29654 depth}{
29655 \end_layout
29656
29657 \begin_layout Standard
29658 in TeX-Code before the word.
29659  After the word insert a closing brace 
29660 \begin_inset Quotes eld
29661 \end_inset
29662
29663
29664 \series bold
29665 }
29666 \series default
29667
29668 \begin_inset Quotes erd
29669 \end_inset
29670
29671  in TeX-Code.
29672 \begin_inset Newline newline
29673 \end_inset
29674
29675 This is the result:
29676 \end_layout
29677
29678 \begin_layout Standard
29679 This is a text line with the word 
29680 \begin_inset ERT
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684
29685
29686 \backslash
29687 raisebox{
29688 \backslash
29689 depth}{
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \begin_inset Quotes eld
29696 \end_inset
29697
29698 preventing
29699 \begin_inset Quotes erd
29700 \end_inset
29701
29702
29703 \begin_inset ERT
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707
29708 }
29709 \end_layout
29710
29711 \end_inset
29712
29713  as a raised word.
29714 \end_layout
29715
29716 \begin_layout Standard
29717 \begin_inset VSpace bigskip
29718 \end_inset
29719
29720 When you raise or lower characters in a line, the line distance will be
29721  spread:
29722 \end_layout
29723
29724 \begin_layout Standard
29725 This is a text line with the word 
29726 \begin_inset ERT
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730
29731
29732 \backslash
29733 raisebox{-
29734 \backslash
29735 depth}{
29736 \end_layout
29737
29738 \end_inset
29739
29740
29741 \begin_inset Quotes eld
29742 \end_inset
29743
29744 preventing
29745 \begin_inset Quotes erd
29746 \end_inset
29747
29748
29749 \begin_inset ERT
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753
29754 }
29755 \end_layout
29756
29757 \end_inset
29758
29759  as a lowered word.
29760 \begin_inset Newline newline
29761 \end_inset
29762
29763 This is a text line with the word 
29764 \begin_inset ERT
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768
29769
29770 \backslash
29771 raisebox{0.5cm}{
29772 \end_layout
29773
29774 \end_inset
29775
29776
29777 \begin_inset Quotes eld
29778 \end_inset
29779
29780 testing
29781 \begin_inset Quotes erd
29782 \end_inset
29783
29784
29785 \begin_inset ERT
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789
29790 }
29791 \end_layout
29792
29793 \end_inset
29794
29795  as a raised word.
29796 \end_layout
29797
29798 \begin_layout Standard
29799 If you want to prevent this for a certain reason, set the box height to
29800  a zero value.
29801  For example use
29802 \end_layout
29803
29804 \begin_layout Standard
29805
29806 \series bold
29807
29808 \backslash
29809 raisebox{-
29810 \backslash
29811 depth}[0pt]{
29812 \end_layout
29813
29814 \begin_layout Standard
29815 This is a text line with the word 
29816 \begin_inset ERT
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820
29821
29822 \backslash
29823 raisebox{-
29824 \backslash
29825 depth}[0pt]{
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \begin_inset Quotes eld
29832 \end_inset
29833
29834 preventing
29835 \begin_inset Quotes erd
29836 \end_inset
29837
29838
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844 }
29845 \end_layout
29846
29847 \end_inset
29848
29849  as a lowered word.
29850 \begin_inset Newline newline
29851 \end_inset
29852
29853 This is a text line with the word 
29854 \begin_inset ERT
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858
29859
29860 \backslash
29861 raisebox{0.5cm}[0pt]{
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \begin_inset Quotes eld
29868 \end_inset
29869
29870 testing
29871 \begin_inset Quotes erd
29872 \end_inset
29873
29874
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879
29880 }
29881 \end_layout
29882
29883 \end_inset
29884
29885  as a raised word.
29886 \end_layout
29887
29888 \begin_layout Section
29889 Colored Boxes
29890 \begin_inset CommandInset label
29891 LatexCommand label
29892 name "sec:Colored-Boxes"
29893
29894 \end_inset
29895
29896
29897 \begin_inset Index idx
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901 Boxes ! Color
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \begin_layout Subsection
29910 Color for Text
29911 \begin_inset Index idx
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915 Color ! for Text
29916 \end_layout
29917
29918 \end_inset
29919
29920
29921 \end_layout
29922
29923 \begin_layout Standard
29924 To color the background of text the text must be put into a so called 
29925 \begin_inset Quotes eld
29926 \end_inset
29927
29928 colorbox
29929 \begin_inset Quotes erd
29930 \end_inset
29931
29932 .
29933  This requires that the LaTeX-package 
29934 \series bold
29935 color
29936 \series default
29937
29938 \begin_inset Index idx
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942 LaTeX-packages ! color
29943 \end_layout
29944
29945 \end_inset
29946
29947  is loaded in the document preamble with the command
29948 \end_layout
29949
29950 \begin_layout Standard
29951
29952 \series bold
29953
29954 \backslash
29955 @ifundefined{textcolor}
29956 \begin_inset Newline newline
29957 \end_inset
29958
29959
29960 \begin_inset Phantom HPhantom
29961 status open
29962
29963 \begin_layout Plain Layout
29964
29965 \series bold
29966 \begin_inset space ~
29967 \end_inset
29968
29969
29970 \end_layout
29971
29972 \end_inset
29973
29974 {
29975 \backslash
29976 usepackage{color}}{}
29977 \end_layout
29978
29979 \begin_layout Standard
29980 The package 
29981 \series bold
29982 color
29983 \series default
29984  will be loaded automatically by LyX when you color text.
29985 \begin_inset Foot
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 To avoid it being loaded twice the command 
29990 \series bold
29991
29992 \backslash
29993 @ifundefined
29994 \series default
29995  is used.
29996 \end_layout
29997
29998 \end_inset
29999
30000
30001 \end_layout
30002
30003 \begin_layout Standard
30004 \begin_inset VSpace medskip
30005 \end_inset
30006
30007 Colorboxes are created with the command 
30008 \series bold
30009
30010 \backslash
30011 colorbox
30012 \series default
30013 .
30014  This will be used with the following scheme:
30015 \end_layout
30016
30017 \begin_layout Standard
30018
30019 \series bold
30020
30021 \backslash
30022 colorbox{color}{box content}
30023 \end_layout
30024
30025 \begin_layout Standard
30026 The box content can also be a box and colorboxes can also be within other
30027  boxes.
30028 \end_layout
30029
30030 \begin_layout Standard
30031 The following colors are predefined:
30032 \begin_inset Newline newline
30033 \end_inset
30034
30035
30036 \family sans
30037 black
30038 \family default
30039
30040 \family sans
30041 blue
30042 \family default
30043
30044 \family sans
30045 cyan
30046 \family default
30047 \series bold
30048 ,
30049 \series default
30050  
30051 \family sans
30052 green
30053 \family default
30054
30055 \family sans
30056 magenta
30057 \family default
30058
30059 \family sans
30060 red
30061 \family default
30062
30063 \family sans
30064 white
30065 \family default
30066 , and 
30067 \family sans
30068 yellow
30069 \family default
30070 .
30071 \begin_inset Newline newline
30072 \end_inset
30073
30074 You can also define your own color as described in section
30075 \begin_inset space ~
30076 \end_inset
30077
30078
30079 \begin_inset CommandInset ref
30080 LatexCommand ref
30081 reference "sec:Colored-Tables"
30082
30083 \end_inset
30084
30085 .
30086 \end_layout
30087
30088 \begin_layout Standard
30089 To have e.
30090 \begin_inset space \thinspace{}
30091 \end_inset
30092
30093 g.
30094 \begin_inset space \space{}
30095 \end_inset
30096
30097 a red background for a word, insert the command
30098 \end_layout
30099
30100 \begin_layout Standard
30101
30102 \series bold
30103
30104 \backslash
30105 colorbox{red}{
30106 \end_layout
30107
30108 \begin_layout Standard
30109 before the word in TeX-Code.
30110  After the word insert a closing brace 
30111 \begin_inset Quotes eld
30112 \end_inset
30113
30114
30115 \series bold
30116 }
30117 \series default
30118
30119 \begin_inset Quotes erd
30120 \end_inset
30121
30122  in TeX-Code.
30123 \begin_inset Newline newline
30124 \end_inset
30125
30126 This is the result:
30127 \end_layout
30128
30129 \begin_layout Standard
30130 This is a line where the word 
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136
30137 \backslash
30138 colorbox{red}{
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \begin_inset Quotes eld
30145 \end_inset
30146
30147 Attention!
30148 \begin_inset Quotes erd
30149 \end_inset
30150
30151
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157 }
30158 \end_layout
30159
30160 \end_inset
30161
30162  has a red background.
30163 \end_layout
30164
30165 \begin_layout Standard
30166 \begin_inset VSpace bigskip
30167 \end_inset
30168
30169 If you would like the box frame in a different color, you can use the command
30170  
30171 \series bold
30172
30173 \backslash
30174 fcolorbox
30175 \series default
30176  with the following scheme:
30177 \end_layout
30178
30179 \begin_layout Standard
30180
30181 \series bold
30182
30183 \backslash
30184 fcolorbox{frame color}{box color}{box content}
30185 \end_layout
30186
30187 \begin_layout Standard
30188
30189 \series bold
30190
30191 \backslash
30192 fcolorbox
30193 \series default
30194  is an extension to 
30195 \series bold
30196
30197 \backslash
30198 colorbox
30199 \series default
30200 .
30201  The frame thickness and the space between the frame and the box content
30202  can be adjusted with the lengths 
30203 \series bold
30204
30205 \backslash
30206 fboxrule
30207 \series default
30208  and 
30209 \series bold
30210
30211 \backslash
30212 fboxsep
30213 \series default
30214 , respectively, as described in section
30215 \begin_inset space ~
30216 \end_inset
30217
30218
30219 \begin_inset CommandInset ref
30220 LatexCommand ref
30221 reference "sec:Decoration"
30222
30223 \end_inset
30224
30225 .
30226 \end_layout
30227
30228 \begin_layout Standard
30229 For the following example the command
30230 \end_layout
30231
30232 \begin_layout Standard
30233
30234 \series bold
30235
30236 \backslash
30237 fcolorbox{cyan}{magenta}{
30238 \end_layout
30239
30240 \begin_layout Standard
30241 was used.
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Here is an example where the frame line thickness was set to 1
30246 \begin_inset space \thinspace{}
30247 \end_inset
30248
30249 mm:
30250 \begin_inset Newline newline
30251 \end_inset
30252
30253
30254 \begin_inset ERT
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258
30259
30260 \backslash
30261 fboxrule 1mm 
30262 \backslash
30263 fboxsep 1mm
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \begin_inset ERT
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274
30275 \backslash
30276 fcolorbox{cyan}{magenta}{
30277 \end_layout
30278
30279 \end_inset
30280
30281 This is text within a colored, framed box.
30282 \begin_inset ERT
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286
30287 }
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \begin_layout Standard
30296 \begin_inset VSpace bigskip
30297 \end_inset
30298
30299 Of course you can also have colored text inside a colorbox:
30300 \begin_inset Newline newline
30301 \end_inset
30302
30303
30304 \begin_inset ERT
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308
30309
30310 \backslash
30311 fcolorbox{cyan}{magenta}{
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \color yellow
30318 This is colored text within a colored, framed box.
30319 \color none
30320
30321 \begin_inset ERT
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325
30326 }
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 fboxrule 0.4pt 
30340 \backslash
30341 fboxsep 3pt
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \begin_layout Standard
30350
30351 \series bold
30352 \begin_inset VSpace medskip
30353 \end_inset
30354
30355
30356 \end_layout
30357
30358 \begin_layout Standard
30359 \begin_inset Note Greyedout
30360 status open
30361
30362 \begin_layout Plain Layout
30363
30364 \series bold
30365 Note:
30366 \series default
30367  Text in colorboxes cannot have line breaks.
30368  To color multiple text lines or paragraphs, use a box inside a colorbox
30369  as described in the following.
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \begin_layout Subsection
30378 Color for Paragraphs
30379 \begin_inset CommandInset label
30380 LatexCommand label
30381 name "sub:Color-for-Paragraphs"
30382
30383 \end_inset
30384
30385
30386 \begin_inset Index idx
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390 Color ! for Paragraphs
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Standard
30399 To set the background color for more than one text line, put the text into
30400  a minipage.
30401  Before the minipage insert the 
30402 \series bold
30403
30404 \backslash
30405 colorbox
30406 \series default
30407  command
30408 \end_layout
30409
30410 \begin_layout Standard
30411
30412 \series bold
30413
30414 \backslash
30415 colorbox{color}{
30416 \end_layout
30417
30418 \begin_layout Standard
30419 in TeX-Code.
30420  After the minipage insert a closing brace 
30421 \begin_inset Quotes eld
30422 \end_inset
30423
30424
30425 \series bold
30426 }
30427 \series default
30428
30429 \begin_inset Quotes erd
30430 \end_inset
30431
30432  in TeX-Code.
30433 \end_layout
30434
30435 \begin_layout Standard
30436 \begin_inset ERT
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440
30441
30442 \backslash
30443 colorbox{lightgrey}{
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \begin_inset Box Frameless
30450 position "t"
30451 hor_pos "c"
30452 has_inner_box 1
30453 inner_pos "t"
30454 use_parbox 0
30455 use_makebox 0
30456 width "100col%"
30457 special "none"
30458 height "1in"
30459 height_special "totalheight"
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463 This is text with background color.
30464  This is text with background color.
30465 \end_layout
30466
30467 \begin_layout Plain Layout
30468 \begin_inset VSpace defskip
30469 \end_inset
30470
30471 The text can have footnotes
30472 \begin_inset Foot
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 Another example footnote
30477 \end_layout
30478
30479 \end_inset
30480
30481  and can include tables and figures.
30482 \end_layout
30483
30484 \begin_layout Plain Layout
30485 \align center
30486 \begin_inset Tabular
30487 <lyxtabular version="3" rows="3" columns="3">
30488 <features tabularvalignment="middle">
30489 <column alignment="center" valignment="top" width="0">
30490 <column alignment="center" valignment="top" width="0">
30491 <column alignment="center" valignment="top" width="0">
30492 <row>
30493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30494 \begin_inset Text
30495
30496 \begin_layout Plain Layout
30497 a
30498 \end_layout
30499
30500 \end_inset
30501 </cell>
30502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30503 \begin_inset Text
30504
30505 \begin_layout Plain Layout
30506 !
30507 \end_layout
30508
30509 \end_inset
30510 </cell>
30511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30512 \begin_inset Text
30513
30514 \begin_layout Plain Layout
30515 3
30516 \end_layout
30517
30518 \end_inset
30519 </cell>
30520 </row>
30521 <row>
30522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30523 \begin_inset Text
30524
30525 \begin_layout Plain Layout
30526 <
30527 \end_layout
30528
30529 \end_inset
30530 </cell>
30531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30532 \begin_inset Text
30533
30534 \begin_layout Plain Layout
30535 b2
30536 \begin_inset Quotes erd
30537 \end_inset
30538
30539 |
30540 \end_layout
30541
30542 \end_inset
30543 </cell>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548 >
30549 \end_layout
30550
30551 \end_inset
30552 </cell>
30553 </row>
30554 <row>
30555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Plain Layout
30559 1
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30565 \begin_inset Text
30566
30567 \begin_layout Plain Layout
30568 §
30569 \end_layout
30570
30571 \end_inset
30572 </cell>
30573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30574 \begin_inset Text
30575
30576 \begin_layout Plain Layout
30577 c
30578 \end_layout
30579
30580 \end_inset
30581 </cell>
30582 </row>
30583 </lyxtabular>
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598 }
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \begin_layout Section
30607 Rotated and Scaled Boxes
30608 \end_layout
30609
30610 \begin_layout Standard
30611 To use the commands described in this section, the LaTeX-package 
30612 \series bold
30613 graphicx
30614 \series default
30615
30616 \begin_inset Index idx
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620 LaTeX-packages ! graphicx
30621 \end_layout
30622
30623 \end_inset
30624
30625  needs to be loaded in the document preamble with the command
30626 \end_layout
30627
30628 \begin_layout Standard
30629
30630 \series bold
30631
30632 \backslash
30633 @ifundefined{rotatebox}
30634 \begin_inset Newline newline
30635 \end_inset
30636
30637
30638 \begin_inset Phantom HPhantom
30639 status open
30640
30641 \begin_layout Plain Layout
30642
30643 \series bold
30644 \begin_inset space ~
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \end_inset
30651
30652 {
30653 \backslash
30654 usepackage{graphicx}}{}
30655 \end_layout
30656
30657 \begin_layout Standard
30658 \begin_inset Note Greyedout
30659 status open
30660
30661 \begin_layout Plain Layout
30662
30663 \series bold
30664 Note:
30665 \series default
30666  Some DVI-viewers can't display rotated or scaled material.
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \end_layout
30673
30674 \begin_layout Standard
30675 \begin_inset Note Greyedout
30676 status open
30677
30678 \begin_layout Plain Layout
30679
30680 \series bold
30681 Note:
30682 \series default
30683  Floats mustn't be inside a rotated or scaled box.
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \begin_layout Subsection
30692 Rotated Boxes
30693 \begin_inset Index idx
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697 Boxes ! rotated
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \begin_inset Index idx
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 Rotated material
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \begin_inset Index idx
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Figures ! rotated
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Index idx
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Table Customization ! Rotating
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \end_layout
30734
30735 \begin_layout Standard
30736 To rotate material, you can put it into a rotated box.
30737  Such a box is created using the command 
30738 \series bold
30739
30740 \backslash
30741 rotatebox
30742 \series default
30743  in TeX-Code with the following scheme:
30744 \end_layout
30745
30746 \begin_layout Standard
30747
30748 \series bold
30749
30750 \backslash
30751 rotatebox[rotation origin]{rotation angle}{box content}
30752 \end_layout
30753
30754 \begin_layout Standard
30755 The rotation origin is specified in the form 
30756 \series bold
30757 origin=position
30758 \series default
30759 .
30760  The following positions are possible: 
30761 \emph on
30762 c
30763 \emph default
30764  (center), 
30765 \emph on
30766 l
30767 \emph default
30768  (left), 
30769 \emph on
30770 r
30771 \emph default
30772  (right), 
30773 \emph on
30774 b
30775 \emph default
30776  (bottom), 
30777 \emph on
30778 t
30779 \emph default
30780  (top), along with meaningful combinations of the four base positions.
30781  For example 
30782 \emph on
30783 lt
30784 \emph default
30785  means that the rotation origin is at the top left corner of the box.
30786  When no rotation origin is specified, the position 
30787 \emph on
30788 l
30789 \emph default
30790  will be used.
30791  The rotation angle is a number that can be negative that specifies the
30792  angle in degrees.
30793  The rotation direction is counterclockwise.
30794 \end_layout
30795
30796 \begin_layout Standard
30797 In the following example the command 
30798 \series bold
30799
30800 \backslash
30801 rotatebox[origin=c]{60}{
30802 \series default
30803  was inserted as TeX-Code before the text 
30804 \begin_inset Quotes eld
30805 \end_inset
30806
30807 with rotated
30808 \begin_inset Quotes erd
30809 \end_inset
30810
30811 ; after the text the box was closed by a closing brace 
30812 \series bold
30813 }
30814 \series default
30815  in TeX-Code.
30816 \end_layout
30817
30818 \begin_layout Standard
30819 This is a line 
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825
30826 \backslash
30827 rotatebox[origin=c]{60}{
30828 \end_layout
30829
30830 \end_inset
30831
30832 with rotated
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838 }
30839 \end_layout
30840
30841 \end_inset
30842
30843  text.
30844 \end_layout
30845
30846 \begin_layout Standard
30847 The box content can also be another box or an inline formula:
30848 \end_layout
30849
30850 \begin_layout Standard
30851 This is a line
30852 \begin_inset ERT
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856
30857
30858 \backslash
30859 rotatebox[origin=r]{-60}{
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \begin_inset Box Doublebox
30866 position "c"
30867 hor_pos "c"
30868 has_inner_box 0
30869 inner_pos "c"
30870 use_parbox 0
30871 use_makebox 0
30872 width "1in"
30873 special "width"
30874 height "1in"
30875 height_special "totalheight"
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879 with rotated
30880 \end_layout
30881
30882 \end_inset
30883
30884
30885 \begin_inset ERT
30886 status collapsed
30887
30888 \begin_layout Plain Layout
30889
30890 }
30891 \end_layout
30892
30893 \end_inset
30894
30895  framed text 
30896 \begin_inset ERT
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900
30901
30902 \backslash
30903 rotatebox[origin=lb]{60}{
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30910 \end_inset
30911
30912
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918 }
30919 \end_layout
30920
30921 \end_inset
30922
30923  and a formula.
30924 \end_layout
30925
30926 \begin_layout Standard
30927 or an image or table:
30928 \end_layout
30929
30930 \begin_layout Standard
30931 This is a line
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937
30938 \backslash
30939 rotatebox[origin=lb]{90}{
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \begin_inset Graphics
30946         filename clipart/platypus.eps
30947         lyxscale 50
30948         width 25col%
30949
30950 \end_inset
30951
30952
30953 \begin_inset ERT
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958 }
30959 \end_layout
30960
30961 \end_inset
30962
30963  with a rotated image 
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969
30970 \backslash
30971 rotatebox[origin=l]{-90}{
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \begin_inset Tabular
30978 <lyxtabular version="3" rows="2" columns="2">
30979 <features tabularvalignment="middle">
30980 <column alignment="center" valignment="top" width="0">
30981 <column alignment="center" valignment="top" width="0">
30982 <row>
30983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30984 \begin_inset Text
30985
30986 \begin_layout Plain Layout
30987 q
30988 \end_layout
30989
30990 \end_inset
30991 </cell>
30992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30993 \begin_inset Text
30994
30995 \begin_layout Plain Layout
30996 w
30997 \end_layout
30998
30999 \end_inset
31000 </cell>
31001 </row>
31002 <row>
31003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31004 \begin_inset Text
31005
31006 \begin_layout Plain Layout
31007 e
31008 \end_layout
31009
31010 \end_inset
31011 </cell>
31012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31013 \begin_inset Text
31014
31015 \begin_layout Plain Layout
31016 r
31017 \end_layout
31018
31019 \end_inset
31020 </cell>
31021 </row>
31022 </lyxtabular>
31023
31024 \end_inset
31025
31026
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032 }
31033 \end_layout
31034
31035 \end_inset
31036
31037  and table.
31038 \end_layout
31039
31040 \begin_layout Subsection
31041 Scaled Boxes
31042 \begin_inset Index idx
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046 Boxes ! scaled
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset Index idx
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 Scaled material
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \begin_inset Index idx
31063 status collapsed
31064
31065 \begin_layout Plain Layout
31066 Figures ! scaled
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \begin_inset Index idx
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076 Table Customization ! Scaling
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \end_layout
31083
31084 \begin_layout Standard
31085 To scale material the commands 
31086 \series bold
31087
31088 \backslash
31089 scalebox
31090 \series default
31091  and 
31092 \series bold
31093
31094 \backslash
31095 resizebox
31096 \series default
31097  can be used as TeX-Code.
31098 \end_layout
31099
31100 \begin_layout Standard
31101
31102 \series bold
31103
31104 \backslash
31105 scalebox
31106 \series default
31107  is used with the following scheme:
31108 \end_layout
31109
31110 \begin_layout Standard
31111
31112 \series bold
31113
31114 \backslash
31115 scalebox{horizontal}[vertical]{box content}
31116 \end_layout
31117
31118 \begin_layout Standard
31119 Horizontal and vertical are the corresponding scaling factors.
31120  If no vertical scaling factor is given, the horizontal factor will also
31121  be used as the vertical one.
31122 \end_layout
31123
31124 \begin_layout Standard
31125 The command 
31126 \series bold
31127
31128 \backslash
31129 scalebox{2}{Hello}
31130 \series default
31131  creates for example a double size 
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137
31138 \backslash
31139 scalebox{2}{
31140 \end_layout
31141
31142 \end_inset
31143
31144 Hello
31145 \begin_inset ERT
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149
31150 }
31151 \end_layout
31152
31153 \end_inset
31154
31155 , compared with the document text size.
31156 \end_layout
31157
31158 \begin_layout Standard
31159
31160 \series bold
31161
31162 \backslash
31163 scalebox{2}[1]{Hello}
31164 \series default
31165  on the other hand distorts the 
31166 \begin_inset ERT
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170
31171
31172 \backslash
31173 scalebox{2}[1]{
31174 \end_layout
31175
31176 \end_inset
31177
31178 Hello
31179 \begin_inset ERT
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183
31184 }
31185 \end_layout
31186
31187 \end_inset
31188
31189 .
31190 \end_layout
31191
31192 \begin_layout Standard
31193 If the scaling factor is negative, the box content will be mirrored.
31194  Therefore the command 
31195 \series bold
31196
31197 \backslash
31198 scalebox{-1}[1]{Hello}
31199 \series default
31200  can be used to create mirror writing: 
31201 \begin_inset ERT
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205
31206
31207 \backslash
31208 scalebox{-1}[1]{
31209 \end_layout
31210
31211 \end_inset
31212
31213 Hello
31214 \begin_inset ERT
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218
31219 }
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \begin_layout Standard
31228
31229 \series bold
31230
31231 \backslash
31232 scalebox{1}[-1]{Hello}
31233 \series default
31234  reflects the 
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240
31241 \backslash
31242 scalebox{1}[-1]{
31243 \end_layout
31244
31245 \end_inset
31246
31247 Hello
31248 \begin_inset ERT
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252
31253 }
31254 \end_layout
31255
31256 \end_inset
31257
31258  at the base line.
31259 \end_layout
31260
31261 \begin_layout Standard
31262 Equivalent to 
31263 \series bold
31264
31265 \backslash
31266 scalebox{-1}[1]{box content}
31267 \series default
31268  there exists the command
31269 \begin_inset Newline newline
31270 \end_inset
31271
31272
31273 \series bold
31274
31275 \backslash
31276 reflectbox{box content}
31277 \series default
31278 .
31279 \end_layout
31280
31281 \begin_layout Standard
31282 \begin_inset VSpace bigskip
31283 \end_inset
31284
31285 The command 
31286 \series bold
31287
31288 \backslash
31289 resizebox
31290 \series default
31291  is used to scale the box to a defined width and height.
31292  The command scheme is:
31293 \end_layout
31294
31295 \begin_layout Standard
31296
31297 \series bold
31298
31299 \backslash
31300 resizebox{width}{height}{box content}
31301 \end_layout
31302
31303 \begin_layout Standard
31304 If one of the two command arguments given is an exclamation mark 
31305 \series bold
31306 !
31307 \series default
31308 , the size is set so that the aspect ratio of the box content is kept.
31309 \end_layout
31310
31311 \begin_layout Standard
31312 The command 
31313 \series bold
31314
31315 \backslash
31316 resizebox{2cm}{1cm}{Hello}
31317 \series default
31318  produces: 
31319 \begin_inset ERT
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324
31325 \backslash
31326 resizebox{2cm}{1cm}{
31327 \end_layout
31328
31329 \end_inset
31330
31331 Hello
31332 \begin_inset ERT
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336
31337 }
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \begin_inset Newline newline
31344 \end_inset
31345
31346 The command 
31347 \series bold
31348
31349 \backslash
31350 resizebox{2cm}{!}{Hello}
31351 \series default
31352  produces: 
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 resizebox{2cm}{!}{
31361 \end_layout
31362
31363 \end_inset
31364
31365 Hello
31366 \begin_inset ERT
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370
31371 }
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \begin_layout Standard
31380 \begin_inset VSpace bigskip
31381 \end_inset
31382
31383
31384 \begin_inset Note Greyedout
31385 status open
31386
31387 \begin_layout Plain Layout
31388
31389 \series bold
31390 Note:
31391 \series default
31392  When arguments of 
31393 \series bold
31394
31395 \backslash
31396 scalebox
31397 \series default
31398  or 
31399 \series bold
31400
31401 \backslash
31402 resizebox
31403 \series default
31404  are set to zero, no LaTeX-errors occur when exporting the document but
31405  the exported files can not or only partly be displayed.
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \begin_layout Standard
31414 \begin_inset VSpace bigskip
31415 \end_inset
31416
31417
31418 \end_layout
31419
31420 \begin_layout Standard
31421 The boxes can be combined in any order.
31422  E.
31423 \begin_inset space \thinspace{}
31424 \end_inset
31425
31426 g.
31427 \begin_inset space \space{}
31428 \end_inset
31429
31430 the command
31431 \begin_inset Newline newline
31432 \end_inset
31433
31434
31435 \series bold
31436
31437 \backslash
31438 rotatebox[origin=c]{-45}{
31439 \backslash
31440 resizebox{2cm}{!}{
31441 \backslash
31442 reflectbox{Hello}}}
31443 \begin_inset Newline newline
31444 \end_inset
31445
31446
31447 \series default
31448 produces:
31449 \end_layout
31450
31451 \begin_layout Standard
31452 \align center
31453 \begin_inset ERT
31454 status collapsed
31455
31456 \begin_layout Plain Layout
31457
31458
31459 \backslash
31460 rotatebox[origin=c]{-45}{
31461 \backslash
31462 resizebox{2cm}{!}{
31463 \backslash
31464 reflectbox{
31465 \end_layout
31466
31467 \end_inset
31468
31469 Hello
31470 \begin_inset ERT
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474
31475 }}}
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \end_layout
31482
31483 \begin_layout Standard
31484 \noindent
31485 Images, tables, and inline formulas are allowed as box content:
31486 \end_layout
31487
31488 \begin_layout Standard
31489 \align center
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495
31496 \backslash
31497 rotatebox[origin=c]{-30}{
31498 \backslash
31499 resizebox{2cm}{!}{
31500 \backslash
31501 reflectbox{
31502 \end_layout
31503
31504 \end_inset
31505
31506
31507 \begin_inset Graphics
31508         filename clipart/platypus.eps
31509         lyxscale 50
31510         width 25col%
31511
31512 \end_inset
31513
31514
31515 \begin_inset ERT
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519
31520 }}}
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \begin_inset ERT
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530
31531
31532 \backslash
31533 rotatebox[origin=c]{-45}{
31534 \backslash
31535 resizebox{2cm}{!}{
31536 \backslash
31537 reflectbox{
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \begin_inset Tabular
31544 <lyxtabular version="3" rows="2" columns="2">
31545 <features tabularvalignment="middle">
31546 <column alignment="center" valignment="top" width="0">
31547 <column alignment="center" valignment="top" width="0">
31548 <row>
31549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31550 \begin_inset Text
31551
31552 \begin_layout Plain Layout
31553 q
31554 \end_layout
31555
31556 \end_inset
31557 </cell>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562 w
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 </row>
31568 <row>
31569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31570 \begin_inset Text
31571
31572 \begin_layout Plain Layout
31573 e
31574 \end_layout
31575
31576 \end_inset
31577 </cell>
31578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31579 \begin_inset Text
31580
31581 \begin_layout Plain Layout
31582 r
31583 \end_layout
31584
31585 \end_inset
31586 </cell>
31587 </row>
31588 </lyxtabular>
31589
31590 \end_inset
31591
31592
31593 \begin_inset ERT
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597
31598 }}}
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \begin_inset ERT
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608
31609
31610 \backslash
31611 rotatebox[origin=c]{-45}{
31612 \backslash
31613 resizebox{2cm}{!}{
31614 \backslash
31615 reflectbox{
31616 \end_layout
31617
31618 \end_inset
31619
31620
31621 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31622 \end_inset
31623
31624
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630 }}}
31631 \end_layout
31632
31633 \end_inset
31634
31635
31636 \end_layout
31637
31638 \begin_layout Standard
31639 When the global formula style 
31640 \series bold
31641 fleqn
31642 \series default
31643  is used in the document
31644 \begin_inset Foot
31645 status collapsed
31646
31647 \begin_layout Plain Layout
31648 When 
31649 \begin_inset Quotes eld
31650 \end_inset
31651
31652 fleqn
31653 \begin_inset Quotes erd
31654 \end_inset
31655
31656  is added to the document class options.
31657 \end_layout
31658
31659 \end_inset
31660
31661 , display style formulas can also be scaled.
31662 \end_layout
31663
31664 \begin_layout Chapter
31665 External Document Parts
31666 \begin_inset Index idx
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670 External Document Parts
31671 \end_layout
31672
31673 \end_inset
31674
31675
31676 \end_layout
31677
31678 \begin_layout Standard
31679 With the menu 
31680 \family sans
31681 Insert\SpecialChar \menuseparator
31682 File
31683 \family default
31684  you can insert external material to your document.
31685  This can be:
31686 \end_layout
31687
31688 \begin_layout Description
31689 LyX
31690 \begin_inset space ~
31691 \end_inset
31692
31693 Document Another LyX document; its content is directly inserted to your
31694  document.
31695 \end_layout
31696
31697 \begin_layout Description
31698 Plain
31699 \begin_inset space ~
31700 \end_inset
31701
31702 Text A text document; each line is inserted in your document as a separate
31703  paragraph.
31704 \end_layout
31705
31706 \begin_layout Description
31707 Plain
31708 \begin_inset space ~
31709 \end_inset
31710
31711 Text,
31712 \begin_inset space ~
31713 \end_inset
31714
31715 Join
31716 \begin_inset space ~
31717 \end_inset
31718
31719 Lines A text document; text lines are inserted in your document continuously
31720  but an empty text line creates a new paragraph.
31721 \end_layout
31722
31723 \begin_layout Description
31724 External
31725 \begin_inset space ~
31726 \end_inset
31727
31728 Material Files in various formats.
31729 \end_layout
31730
31731 \begin_layout Description
31732 Child
31733 \begin_inset space ~
31734 \end_inset
31735
31736 Document LyX or LaTeX-documents.
31737 \end_layout
31738
31739 \begin_layout Section
31740 External Material
31741 \begin_inset Index idx
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745 External Document Parts ! External Material
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Standard
31754 The external material feature allows you to insert files in to your document
31755  without converting them to a format that can be read by the document output
31756  format.
31757  LyX takes care of the necessary conversions.
31758  This is similar to images that can be inserted in various image formats
31759  in LyX documents.
31760  When you have enabled Instant Preview in LyX's preferences under 
31761 \family sans
31762 Look
31763 \begin_inset space ~
31764 \end_inset
31765
31766 and
31767 \begin_inset space ~
31768 \end_inset
31769
31770 feel\SpecialChar \menuseparator
31771 Graphics
31772 \family default
31773 , the external material types Dia and Xfig are directly shown in LyX.
31774 \end_layout
31775
31776 \begin_layout Standard
31777 External material can be inserted via the 
31778 \family sans
31779 External Material
31780 \family default
31781  dialog that is accessible with the menu 
31782 \family sans
31783 Insert\SpecialChar \menuseparator
31784 File\SpecialChar \menuseparator
31785 External
31786 \begin_inset space ~
31787 \end_inset
31788
31789 Material
31790 \family default
31791 .
31792  Currently the following file types (
31793 \family sans
31794 Templates
31795 \family default
31796 ) are allowed:
31797 \end_layout
31798
31799 \begin_layout Description
31800 ChessDiagram This template supports chess position diagrams made with the
31801  program 
31802 \series bold
31803
31804 \begin_inset CommandInset href
31805 LatexCommand href
31806 name "XBoard"
31807 target "http://en.wikipedia.org/wiki/XBoard"
31808
31809 \end_inset
31810
31811
31812 \series default
31813 .
31814 \end_layout
31815
31816 \begin_layout Description
31817 Date This inserts the date in the form 
31818 \emph on
31819 Day-Month-Year
31820 \emph default
31821 .
31822  This is a date inserted as external material: 
31823 \begin_inset External
31824         template Date
31825         filename .
31826
31827 \end_inset
31828
31829
31830 \begin_inset space ~
31831 \end_inset
31832
31833
31834 \begin_inset Note Note
31835 status open
31836
31837 \begin_layout Plain Layout
31838 Remove the protected space when bug 4398 is fixed!
31839 \end_layout
31840
31841 \end_inset
31842
31843
31844 \begin_inset Newline newline
31845 \end_inset
31846
31847 The date is not shown within LyX, only in the output.
31848  There are two other methods of inserting a date: Via menu 
31849 \family sans
31850 Insert\SpecialChar \menuseparator
31851 Date
31852 \family default
31853  and with the LaTeX command 
31854 \series bold
31855
31856 \backslash
31857 today
31858 \series default
31859  as TeX-Code.
31860  The different methods are compared in Table
31861 \begin_inset space ~
31862 \end_inset
31863
31864
31865 \begin_inset CommandInset ref
31866 LatexCommand ref
31867 reference "tab:Comparison-of-the"
31868
31869 \end_inset
31870
31871 .
31872 \end_layout
31873
31874 \begin_layout Description
31875 Dia This template supports diagrams created with the program 
31876 \series bold
31877
31878 \begin_inset CommandInset href
31879 LatexCommand href
31880 name "Dia"
31881 target "http://en.wikipedia.org/wiki/Dia_(software)"
31882
31883 \end_inset
31884
31885
31886 \series default
31887 .
31888 \end_layout
31889
31890 \begin_layout Description
31891 LilyPond This template is used for music notation typeset with the program
31892 \begin_inset Newline linebreak
31893 \end_inset
31894
31895
31896 \series bold
31897
31898 \begin_inset CommandInset href
31899 LatexCommand href
31900 name "LilyPond"
31901 target "http://en.wikipedia.org/wiki/LilyPond"
31902
31903 \end_inset
31904
31905
31906 \series default
31907 .
31908 \end_layout
31909
31910 \begin_layout Description
31911 PDFPages With this template you can insert PDF documents to your document.
31912  To insert certain or all pages of a PDF, use the 
31913 \emph on
31914 pages
31915 \emph default
31916  option in the 
31917 \family sans
31918 Option
31919 \family default
31920  field in the 
31921 \family sans
31922 LaTeX and LyX options
31923 \family default
31924  tab according to the template description in the dialog.
31925  When no 
31926 \emph on
31927 pages
31928 \emph default
31929  option is given, only the first page of the PDF will be inserted.
31930 \end_layout
31931
31932 \begin_layout Description
31933 RasterImage This can be used for bitmap images.
31934  Nearly all popular image formats are supported.
31935  The image can be treated in the 
31936 \family sans
31937 External material
31938 \family default
31939  dialog like the images that are usually included via the 
31940 \family sans
31941 Graphics
31942 \family default
31943  dialog as described in section
31944 \begin_inset space ~
31945 \end_inset
31946
31947
31948 \begin_inset CommandInset ref
31949 LatexCommand ref
31950 reference "sec:Graphics-Dialog"
31951
31952 \end_inset
31953
31954 .
31955  The difference is that only raster images are allowed; that means that
31956  PDF and EPS-images are not supported.
31957 \end_layout
31958
31959 \begin_layout Description
31960 XFig This template supports images created with the program 
31961 \series bold
31962
31963 \begin_inset CommandInset href
31964 LatexCommand href
31965 name "Xfig"
31966 target "http://en.wikipedia.org/wiki/Xfig"
31967
31968 \end_inset
31969
31970
31971 \series default
31972 .
31973 \end_layout
31974
31975 \begin_layout Standard
31976 \begin_inset Float table
31977 placement h
31978 wide false
31979 sideways false
31980 status open
31981
31982 \begin_layout Plain Layout
31983 \begin_inset Caption
31984
31985 \begin_layout Plain Layout
31986 \begin_inset CommandInset label
31987 LatexCommand label
31988 name "tab:Comparison-of-the"
31989
31990 \end_inset
31991
31992 Comparison of the date input methods.
31993 \end_layout
31994
31995 \end_inset
31996
31997
31998 \end_layout
31999
32000 \begin_layout Plain Layout
32001 \align center
32002 \begin_inset Tabular
32003 <lyxtabular version="3" rows="4" columns="4">
32004 <features tabularvalignment="middle">
32005 <column alignment="center" valignment="top" width="0">
32006 <column alignment="center" valignment="top" width="0">
32007 <column alignment="center" valignment="top" width="0">
32008 <column alignment="center" valignment="top" width="0">
32009 <row>
32010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32011 \begin_inset Text
32012
32013 \begin_layout Plain Layout
32014 Document format
32015 \end_layout
32016
32017 \end_inset
32018 </cell>
32019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32020 \begin_inset Text
32021
32022 \begin_layout Plain Layout
32023
32024 \family sans
32025 External Material\SpecialChar \menuseparator
32026 Date
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32032 \begin_inset Text
32033
32034 \begin_layout Plain Layout
32035
32036 \family sans
32037 Insert\SpecialChar \menuseparator
32038 Date
32039 \end_layout
32040
32041 \end_inset
32042 </cell>
32043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32044 \begin_inset Text
32045
32046 \begin_layout Plain Layout
32047 command 
32048 \series bold
32049
32050 \backslash
32051 today
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 </row>
32057 <row>
32058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32059 \begin_inset Text
32060
32061 \begin_layout Plain Layout
32062 LyX
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071 as inset box
32072 \end_layout
32073
32074 \end_inset
32075 </cell>
32076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32077 \begin_inset Text
32078
32079 \begin_layout Plain Layout
32080 as date
32081 \end_layout
32082
32083 \end_inset
32084 </cell>
32085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32086 \begin_inset Text
32087
32088 \begin_layout Plain Layout
32089 as TeX-Code inset box
32090 \end_layout
32091
32092 \end_inset
32093 </cell>
32094 </row>
32095 <row>
32096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32097 \begin_inset Text
32098
32099 \begin_layout Plain Layout
32100 LaTeX
32101 \end_layout
32102
32103 \end_inset
32104 </cell>
32105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32106 \begin_inset Text
32107
32108 \begin_layout Plain Layout
32109 as date
32110 \end_layout
32111
32112 \end_inset
32113 </cell>
32114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32115 \begin_inset Text
32116
32117 \begin_layout Plain Layout
32118 as date
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32124 \begin_inset Text
32125
32126 \begin_layout Plain Layout
32127 as command
32128 \end_layout
32129
32130 \end_inset
32131 </cell>
32132 </row>
32133 <row>
32134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32135 \begin_inset Text
32136
32137 \begin_layout Plain Layout
32138 DVI, PDF, PS
32139 \end_layout
32140
32141 \end_inset
32142 </cell>
32143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32144 \begin_inset Text
32145
32146 \begin_layout Plain Layout
32147 as date
32148 \end_layout
32149
32150 \end_inset
32151 </cell>
32152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32153 \begin_inset Text
32154
32155 \begin_layout Plain Layout
32156 as date
32157 \end_layout
32158
32159 \end_inset
32160 </cell>
32161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32162 \begin_inset Text
32163
32164 \begin_layout Plain Layout
32165 as date
32166 \end_layout
32167
32168 \end_inset
32169 </cell>
32170 </row>
32171 </lyxtabular>
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 When you use the option 
32185 \family sans
32186 Draft
32187 \family default
32188  in the 
32189 \family sans
32190 File
32191 \family default
32192  tab of the 
32193 \family sans
32194 External Material
32195 \family default
32196  dialog, only the path to the inserted file is shown in the output.
32197 \begin_inset Newline newline
32198 \end_inset
32199
32200 External material is displayed in LyX either as a box like this: 
32201 \begin_inset Graphics
32202         filename clipart/ExternalMaterialQt4.png
32203         scale 85
32204         scaleBeforeRotation
32205
32206 \end_inset
32207
32208  or as image, depending on the option 
32209 \family sans
32210 Show in LyX
32211 \family default
32212  in the 
32213 \family sans
32214 LaTeX and LyX options
32215 \family default
32216  tab of the dialog.
32217 \end_layout
32218
32219 \begin_layout Standard
32220 The 
32221 \family sans
32222 \emph on
32223 Customization
32224 \family default
32225 \emph default
32226  manual explains how you can define your own templates.
32227 \end_layout
32228
32229 \begin_layout Section
32230 Child Documents
32231 \begin_inset CommandInset label
32232 LatexCommand label
32233 name "sec:Child-Documents"
32234
32235 \end_inset
32236
32237
32238 \begin_inset Index idx
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242 External Document Parts ! Child Documents
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \begin_inset Index idx
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252 Files ! Include
32253 \end_layout
32254
32255 \end_inset
32256
32257
32258 \end_layout
32259
32260 \begin_layout Standard
32261 Child documents are used when you have a long document consisting of several
32262  larger parts or sections.
32263  For maintenance it is often useful and sometimes even required to split
32264  the document in several files that can be revised separately.
32265  The different documents are then the so called child documents and a master
32266  document connects them to print the full document or parts of it.
32267  A child documents inherits elements of its master, for example the LaTeX
32268  preamble, the bibliography, and labels for cross-references.
32269 \end_layout
32270
32271 \begin_layout Standard
32272 To be able to work on child documents without the need to open their master,
32273  specify in the child document the master in the menu
32274 \family sans
32275  Document\SpecialChar \menuseparator
32276 Settings\SpecialChar \menuseparator
32277 Document
32278 \begin_inset space ~
32279 \end_inset
32280
32281 Class
32282 \family default
32283 .
32284  This master document will then be used in the background by LyX when you
32285  edit the child document.
32286 \end_layout
32287
32288 \begin_layout Standard
32289 Included documents are displayed in LyX as a box like this: 
32290 \begin_inset Graphics
32291         filename clipart/ChildDocumentQt4.png
32292         scale 85
32293         scaleBeforeRotation
32294
32295 \end_inset
32296
32297  To include child documents in a master document use the menu 
32298 \family sans
32299 Insert\SpecialChar \menuseparator
32300 File\SpecialChar \menuseparator
32301 Child
32302 \begin_inset space ~
32303 \end_inset
32304
32305 Documents
32306 \family default
32307 .
32308  A dialog pops up where you can choose between four include methods:
32309 \end_layout
32310
32311 \begin_layout Description
32312 Include You can include LyX and LaTeX-documents.
32313  When you press the 
32314 \family sans
32315 Load
32316 \family default
32317  button in the 
32318 \family sans
32319 Child Document
32320 \family default
32321  dialog, the included documents will be opened in LyX in a new file tab
32322  so that you can modify them.
32323 \begin_inset Newline newline
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Standard
32330 Here is a child document inserted using 
32331 \family sans
32332 Include
32333 \family default
32334
32335 \begin_inset CommandInset include
32336 LatexCommand include
32337 filename "DummyDocument1.lyx"
32338
32339 \end_inset
32340
32341
32342 \end_layout
32343
32344 \begin_layout Standard
32345 The section numbering includes the sections of the included files in the
32346  order they are inserted in the master document.
32347  The included example document has for example a subsection that is numbered
32348  as a subsection of this section.
32349  Labels of included documents can be referenced: Subsection
32350 \begin_inset space ~
32351 \end_inset
32352
32353
32354 \begin_inset CommandInset ref
32355 LatexCommand ref
32356 reference "sub:External-Subsection-1"
32357
32358 \end_inset
32359
32360
32361 \end_layout
32362
32363 \begin_layout Standard
32364 The preamble of the child document is ignored; only the preamble of the
32365  master document is used.
32366  Branches in child documents will be ignored by the master document when
32367  the master document does not have a branch with the same name.
32368  Included documents are inserted starting on a new page and ending with
32369  a page break.
32370 \end_layout
32371
32372 \begin_layout Standard
32373 If you are only working on a certain chapter of a large document and want
32374  to save compiling time, you can put each included file into a branch.
32375 \begin_inset Foot
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379 Branches are described in section 
32380 \emph on
32381 Branches
32382 \emph default
32383  of the LyX 
32384 \emph on
32385 Userguide
32386 \emph default
32387 .
32388 \end_layout
32389
32390 \end_inset
32391
32392  By enabling/disabling branches you can decide what included files will
32393  appear in the output.
32394 \end_layout
32395
32396 \begin_layout Standard
32397 \begin_inset Note Greyedout
32398 status open
32399
32400 \begin_layout Plain Layout
32401
32402 \series bold
32403 Note:
32404 \series default
32405  Due to a bug in LyX the LaTeX command 
32406 \series bold
32407
32408 \backslash
32409 includeonly
32410 \series default
32411  can currently not be used as an alternative to decide what files should
32412  be included.
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Standard
32421 \begin_inset Note Greyedout
32422 status open
32423
32424 \begin_layout Plain Layout
32425
32426 \series bold
32427 Note:
32428 \series default
32429  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32430 w the document in case the child document uses another document class than
32431  the master document as this will lead to unexpected outputs.
32432 \end_layout
32433
32434 \end_inset
32435
32436
32437 \end_layout
32438
32439 \begin_layout Description
32440 Input This method is very similar to the Include method.
32441  The differences are:
32442 \end_layout
32443
32444 \begin_deeper
32445 \begin_layout Itemize
32446 Input files don't start with a new page and don't end with a page break.
32447 \end_layout
32448
32449 \begin_layout Itemize
32450 Input files can be previewed in LyX when 
32451 \family sans
32452 Instant
32453 \begin_inset space ~
32454 \end_inset
32455
32456 Preview
32457 \family default
32458  is enabled in LyX's preferences under 
32459 \family sans
32460 Look
32461 \begin_inset space ~
32462 \end_inset
32463
32464 and
32465 \begin_inset space ~
32466 \end_inset
32467
32468 feel\SpecialChar \menuseparator
32469 Graphics
32470 \family default
32471 .
32472 \end_layout
32473
32474 \begin_layout Itemize
32475 The LaTeX-command 
32476 \series bold
32477
32478 \backslash
32479 includeonly
32480 \series default
32481  cannot be used.
32482 \end_layout
32483
32484 \end_deeper
32485 \begin_layout Standard
32486 Here is a child document inserted using 
32487 \family sans
32488 Input
32489 \family default
32490
32491 \begin_inset CommandInset include
32492 LatexCommand input
32493 filename "DummyDocument2.lyx"
32494
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \begin_layout Description
32501 Verbatim With this method every text file can be included.
32502  The file is shown in the output with its source code; no command used in
32503  the text is invoked.
32504  You can use the option 
32505 \family sans
32506 Mark spaces in output
32507 \family default
32508  that displays the character 
32509 \begin_inset Quotes eld
32510 \end_inset
32511
32512
32513 \begin_inset ERT
32514 status collapsed
32515
32516 \begin_layout Plain Layout
32517
32518
32519 \backslash
32520 textvisiblespace 
32521 \end_layout
32522
32523 \end_inset
32524
32525
32526 \begin_inset Quotes erd
32527 \end_inset
32528
32529  for every space character in the source code.
32530  The difference from the method via the menu 
32531 \family sans
32532 Insert\SpecialChar \menuseparator
32533 File\SpecialChar \menuseparator
32534 Plain
32535 \begin_inset space ~
32536 \end_inset
32537
32538 Text
32539 \family default
32540  is that the document content is not shown in LyX.
32541 \end_layout
32542
32543 \begin_layout Standard
32544 Here is a child document inserted as Verbatim: 
32545 \begin_inset CommandInset include
32546 LatexCommand verbatiminput
32547 filename "DummyTextDocument.txt"
32548
32549 \end_inset
32550
32551
32552 \begin_inset VSpace bigskip
32553 \end_inset
32554
32555 Here is a child document inserted as Verbatim using the 
32556 \family sans
32557 Mark spaces in output
32558 \family default
32559  option: 
32560 \begin_inset CommandInset include
32561 LatexCommand verbatiminput*
32562 filename "DummyTextDocument.txt"
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \begin_layout Standard
32570 \begin_inset VSpace bigskip
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \begin_layout Standard
32577 \begin_inset Note Greyedout
32578 status open
32579
32580 \begin_layout Plain Layout
32581
32582 \series bold
32583 Note:
32584 \series default
32585  As you can see in the examples above, the text of the documents included
32586  as 
32587 \family sans
32588 verbatim
32589 \family default
32590  is not broken at the end of the document lines.
32591 \end_layout
32592
32593 \end_inset
32594
32595
32596 \end_layout
32597
32598 \begin_layout Description
32599 Listings This type is described in chapter
32600 \begin_inset space ~
32601 \end_inset
32602
32603
32604 \begin_inset CommandInset ref
32605 LatexCommand ref
32606 reference "cha:Program-Code-Listings"
32607
32608 \end_inset
32609
32610 .
32611 \end_layout
32612
32613 \begin_layout Standard
32614 \begin_inset Note Greyedout
32615 status open
32616
32617 \begin_layout Plain Layout
32618
32619 \series bold
32620 Note:
32621 \series default
32622  Including the same document twice in a document using different methods
32623  could cause LaTeX-problems.
32624 \end_layout
32625
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \begin_layout Chapter
32632 Program Code Listings
32633 \begin_inset CommandInset label
32634 LatexCommand label
32635 name "cha:Program-Code-Listings"
32636
32637 \end_inset
32638
32639
32640 \begin_inset Index idx
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644 Listings
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \begin_inset Index idx
32651 status collapsed
32652
32653 \begin_layout Plain Layout
32654 Program Code
32655 \end_layout
32656
32657 \end_inset
32658
32659
32660 \begin_inset Index idx
32661 status collapsed
32662
32663 \begin_layout Plain Layout
32664 Floats ! Listings
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \end_layout
32671
32672 \begin_layout Standard
32673 To include and typeset program code you can use the 
32674 \family sans
32675 Listings
32676 \family default
32677  inset that can be inserted via the menu 
32678 \family sans
32679 Insert\SpecialChar \menuseparator
32680 Program Listing
32681 \family default
32682 .
32683  The LaTeX-package 
32684 \series bold
32685 listings
32686 \series default
32687
32688 \begin_inset Index idx
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692 LaTeX-packages ! listings
32693 \end_layout
32694
32695 \end_inset
32696
32697  provides a powerful and flexible way to insert program source code into
32698  your document.
32699 \end_layout
32700
32701 \begin_layout Standard
32702 Right-clicking on a listings inset opens the context menu containing where
32703  you can set the listings format.
32704 \end_layout
32705
32706 \begin_layout Standard
32707 By default, a listing starts a new paragraph in the output.
32708  The placement option 
32709 \family sans
32710 Inline
32711 \begin_inset space ~
32712 \end_inset
32713
32714 listing
32715 \family default
32716  prints the listing inline like this: 
32717 \begin_inset listings
32718 lstparams "language={C++}"
32719 inline true
32720 status open
32721
32722 \begin_layout Plain Layout
32723
32724 int a=5;
32725 \end_layout
32726
32727 \end_inset
32728
32729
32730 \begin_inset Newline newline
32731 \end_inset
32732
32733 The option 
32734 \family sans
32735 Float
32736 \family default
32737  creates a listings float where you can specify the placement options 
32738 \begin_inset Quotes eld
32739 \end_inset
32740
32741
32742 \family sans
32743 h
32744 \family default
32745
32746 \begin_inset Quotes erd
32747 \end_inset
32748
32749
32750 \begin_inset Quotes eld
32751 \end_inset
32752
32753
32754 \family sans
32755 t
32756 \family default
32757
32758 \begin_inset Quotes erd
32759 \end_inset
32760
32761
32762 \begin_inset Quotes eld
32763 \end_inset
32764
32765
32766 \family sans
32767 b
32768 \family default
32769
32770 \begin_inset Quotes erd
32771 \end_inset
32772
32773 , and 
32774 \begin_inset Quotes eld
32775 \end_inset
32776
32777
32778 \family sans
32779 p
32780 \family default
32781
32782 \begin_inset Quotes erd
32783 \end_inset
32784
32785  corresponding to the float placement options described in section
32786 \begin_inset space ~
32787 \end_inset
32788
32789
32790 \begin_inset CommandInset ref
32791 LatexCommand ref
32792 reference "sec:Float-Placement"
32793
32794 \end_inset
32795
32796 .
32797  The placement options can be mixed and are inserted without any separation,
32798  e.
32799 \begin_inset space \thinspace{}
32800 \end_inset
32801
32802 g.
32803 \begin_inset space \space{}
32804 \end_inset
32805
32806
32807 \begin_inset Quotes eld
32808 \end_inset
32809
32810
32811 \family sans
32812 htbp
32813 \family default
32814
32815 \begin_inset Quotes erd
32816 \end_inset
32817
32818 .
32819  The option 
32820 \begin_inset Quotes eld
32821 \end_inset
32822
32823 h
32824 \begin_inset Quotes erd
32825 \end_inset
32826
32827  has sometimes no effect, but you don't need to use the 
32828 \family sans
32829 Float
32830 \family default
32831  option in this case as also non-float listings can have captions and be
32832  referenced.
32833 \end_layout
32834
32835 \begin_layout Standard
32836 You can add captions to listings with the menu 
32837 \family sans
32838 Insert\SpecialChar \menuseparator
32839 Caption
32840 \family default
32841 .
32842  Listings can be referenced like floats: Listing
32843 \begin_inset space ~
32844 \end_inset
32845
32846
32847 \begin_inset CommandInset ref
32848 LatexCommand ref
32849 reference "lst:Example-Listing"
32850
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \begin_layout Standard
32857 \begin_inset listings
32858 lstparams "language=Python"
32859 inline false
32860 status open
32861
32862 \begin_layout Plain Layout
32863
32864 \begin_inset Caption
32865
32866 \begin_layout Plain Layout
32867 \begin_inset CommandInset label
32868 LatexCommand label
32869 name "lst:Example-Listing"
32870
32871 \end_inset
32872
32873 Example Listing float
32874 \end_layout
32875
32876 \end_inset
32877
32878 # Example listing float
32879 \end_layout
32880
32881 \begin_layout Plain Layout
32882
32883 def func(param):
32884 \end_layout
32885
32886 \begin_layout Plain Layout
32887
32888     'this is a python function'
32889 \end_layout
32890
32891 \begin_layout Plain Layout
32892
32893     pass
32894 \end_layout
32895
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \begin_layout Standard
32902 When you have set a programming language in the listings dialog, the keywords
32903  of this language will be recognized and specially typeset in the output.
32904  In the example listings the Python keyword 
32905 \begin_inset Quotes eld
32906 \end_inset
32907
32908 def
32909 \begin_inset Quotes erd
32910 \end_inset
32911
32912  is recognized and printed bold in the output.
32913 \end_layout
32914
32915 \begin_layout Standard
32916 \begin_inset Note Greyedout
32917 status open
32918
32919 \begin_layout Plain Layout
32920
32921 \series bold
32922 Note:
32923 \series default
32924  If you don't get bold keywords when using typewriter fonts, your 
32925 \family typewriter
32926 typewriter
32927 \family default
32928  font probably doesn't provide a bold shape.
32929  In this case select a different one in the menu 
32930 \family sans
32931 Document\SpecialChar \menuseparator
32932 Settings\SpecialChar \menuseparator
32933 Fonts
32934 \family default
32935 .
32936  (The fonts 
32937 \emph on
32938 LuxiMono, BeraMono
32939 \emph default
32940  and 
32941 \emph on
32942 Courier
32943 \emph default
32944  provide bold shapes.)
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Standard
32953 In section 
32954 \family sans
32955 Line
32956 \begin_inset space ~
32957 \end_inset
32958
32959 numbering
32960 \family default
32961  of the listings dialog you can specify the line numbering style.
32962  You can insert a number to specify which lines are numbered in the field
32963  
32964 \family sans
32965 Step
32966 \family default
32967 .
32968  When you insert e.
32969 \begin_inset space \thinspace{}
32970 \end_inset
32971
32972 g.
32973 \begin_inset space \space{}
32974 \end_inset
32975
32976
32977 \begin_inset Quotes eld
32978 \end_inset
32979
32980 3
32981 \begin_inset Quotes erd
32982 \end_inset
32983
32984 , only every 3rd line will be numbered.
32985 \end_layout
32986
32987 \begin_layout Standard
32988 You can furthermore specify a range of lines; only these will then appear
32989  in the output.
32990  The option 
32991 \family sans
32992 Extended character table
32993 \family default
32994  should be used when you use national characters like the German umlauts
32995  in the listing.
32996 \begin_inset Newline newline
32997 \end_inset
32998
32999 Here is an example listing with left line numbering, step 
33000 \begin_inset Quotes eld
33001 \end_inset
33002
33003 3
33004 \begin_inset Quotes erd
33005 \end_inset
33006
33007 , language 
33008 \begin_inset Quotes eld
33009 \end_inset
33010
33011 Python
33012 \begin_inset Quotes erd
33013 \end_inset
33014
33015 , options 
33016 \begin_inset Quotes eld
33017 \end_inset
33018
33019 Extended character table
33020 \begin_inset Quotes erd
33021 \end_inset
33022
33023  and 
33024 \begin_inset Quotes eld
33025 \end_inset
33026
33027 Space
33028 \begin_inset space ~
33029 \end_inset
33030
33031 as
33032 \begin_inset space ~
33033 \end_inset
33034
33035 symbol
33036 \begin_inset Quotes erd
33037 \end_inset
33038
33039 , range lines 3
33040 \begin_inset space \thinspace{}
33041 \end_inset
33042
33043 -
33044 \begin_inset space \thinspace{}
33045 \end_inset
33046
33047 8:
33048 \end_layout
33049
33050 \begin_layout Standard
33051 \begin_inset listings
33052 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33053 inline false
33054 status open
33055
33056 \begin_layout Plain Layout
33057
33058 def func(param):
33059 \end_layout
33060
33061 \begin_layout Plain Layout
33062
33063     'this is a python function'
33064 \end_layout
33065
33066 \begin_layout Plain Layout
33067
33068     pass
33069 \end_layout
33070
33071 \begin_layout Plain Layout
33072
33073 def func(param):
33074 \end_layout
33075
33076 \begin_layout Plain Layout
33077
33078 'This is a German word: Tschüß'
33079 \end_layout
33080
33081 \begin_layout Plain Layout
33082
33083 pass
33084 \end_layout
33085
33086 \begin_layout Plain Layout
33087
33088 def func(param):
33089 \end_layout
33090
33091 \begin_layout Plain Layout
33092
33093 'this is a python function'
33094 \end_layout
33095
33096 \begin_layout Plain Layout
33097
33098 pass
33099 \end_layout
33100
33101 \end_inset
33102
33103
33104 \end_layout
33105
33106 \begin_layout Standard
33107 When you have tabulators in your listing, you can specify the number of
33108  characters that are spanned by a tabulator in the field 
33109 \family sans
33110 Tabulator
33111 \begin_inset space ~
33112 \end_inset
33113
33114 size
33115 \family default
33116 .
33117 \end_layout
33118
33119 \begin_layout Standard
33120 \begin_inset Note Greyedout
33121 status open
33122
33123 \begin_layout Plain Layout
33124
33125 \series bold
33126 Note:
33127 \series default
33128  Due to a bug in the 
33129 \series bold
33130 listings
33131 \series default
33132  package the line numbering is shifted by a line by every previous listing.
33133  That's the reason why the lines 2 and 5 are numbered in the above listing
33134  and not the lines 3 and 6.
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \end_layout
33141
33142 \begin_layout Standard
33143 \begin_inset VSpace bigskip
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \begin_layout Standard
33150 It is also possible to print lines from a file as listing.
33151  To do this, use the menu 
33152 \family sans
33153 Insert\SpecialChar \menuseparator
33154 File\SpecialChar \menuseparator
33155 Child Document
33156 \family default
33157  and choose the type 
33158 \family sans
33159 Listings
33160 \family default
33161 .
33162 \begin_inset Foot
33163 status collapsed
33164
33165 \begin_layout Plain Layout
33166 The other child document types are described in section
33167 \begin_inset space ~
33168 \end_inset
33169
33170
33171 \begin_inset CommandInset ref
33172 LatexCommand ref
33173 reference "sec:Child-Documents"
33174
33175 \end_inset
33176
33177 .
33178 \end_layout
33179
33180 \end_inset
33181
33182  In the child document dialog you can specify the listing parameters in
33183  a text box.
33184  To show a list of all available parameters, type in a question mark 
33185 \begin_inset Quotes eld
33186 \end_inset
33187
33188 ?
33189 \begin_inset Quotes erd
33190 \end_inset
33191
33192  in the text box.
33193 \end_layout
33194
33195 \begin_layout Standard
33196 To reference child document listings, write a label text into the corresponding
33197  field of the child document dialog.
33198  The label can then be referenced using the menu 
33199 \family sans
33200 Insert\SpecialChar \menuseparator
33201 Cross-Reference
33202 \family default
33203 .
33204 \end_layout
33205
33206 \begin_layout Standard
33207 Listing
33208 \begin_inset space ~
33209 \end_inset
33210
33211
33212 \begin_inset CommandInset ref
33213 LatexCommand ref
33214 reference "lst:file-listing"
33215
33216 \end_inset
33217
33218  is an example for a listing of a file; there the lines 10
33219 \begin_inset space \thinspace{}
33220 \end_inset
33221
33222 -
33223 \begin_inset space \thinspace{}
33224 \end_inset
33225
33226 15 of this LyX file are listed.
33227 \end_layout
33228
33229 \begin_layout Standard
33230 \begin_inset CommandInset include
33231 LatexCommand lstinputlisting
33232 filename "EmbeddedObjects.lyx"
33233 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33234
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \begin_layout Standard
33241 \begin_inset VSpace bigskip
33242 \end_inset
33243
33244
33245 \end_layout
33246
33247 \begin_layout Standard
33248 Global listings settings can be set in the 
33249 \family sans
33250 Document\SpecialChar \menuseparator
33251 Settings\SpecialChar \menuseparator
33252 Text Layout
33253 \family default
33254  dialog.
33255  To get there a list of available options, type in a question mark 
33256 \begin_inset Quotes eld
33257 \end_inset
33258
33259 ?
33260 \begin_inset Quotes erd
33261 \end_inset
33262
33263  in the 
33264 \family sans
33265 Listings
33266 \begin_inset space ~
33267 \end_inset
33268
33269 settings
33270 \family default
33271  field.
33272 \end_layout
33273
33274 \begin_layout Standard
33275 For more information about the 
33276 \series bold
33277 listings
33278 \series default
33279  package, we refer to its documentation 
33280 \begin_inset CommandInset citation
33281 LatexCommand cite
33282 key "listings"
33283
33284 \end_inset
33285
33286 .
33287 \end_layout
33288
33289 \begin_layout Standard
33290 \begin_inset Newpage newpage
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \begin_layout Chapter
33297 \start_of_appendix
33298 Units available in LyX
33299 \begin_inset Index idx
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 Units
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \begin_inset CommandInset label
33310 LatexCommand label
33311 name "cha:Units-available-in"
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Standard
33319 To understand the units described in this documentation, Table
33320 \begin_inset space ~
33321 \end_inset
33322
33323
33324 \begin_inset CommandInset ref
33325 LatexCommand ref
33326 reference "tab:Units"
33327
33328 \end_inset
33329
33330  explains all units available in LyX.
33331 \end_layout
33332
33333 \begin_layout Standard
33334 \begin_inset Float table
33335 placement h
33336 wide false
33337 sideways false
33338 status open
33339
33340 \begin_layout Plain Layout
33341 \begin_inset Caption
33342
33343 \begin_layout Plain Layout
33344 \begin_inset CommandInset label
33345 LatexCommand label
33346 name "tab:Units"
33347
33348 \end_inset
33349
33350 Units
33351 \end_layout
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Plain Layout
33359 \begin_inset VSpace medskip
33360 \end_inset
33361
33362
33363 \end_layout
33364
33365 \begin_layout Plain Layout
33366 \align center
33367 \begin_inset Tabular
33368 <lyxtabular version="3" rows="20" columns="2">
33369 <features tabularvalignment="middle">
33370 <column alignment="center" valignment="top" width="0">
33371 <column alignment="center" valignment="top" width="0">
33372 <row>
33373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 unit
33378 \end_layout
33379
33380 \end_inset
33381 </cell>
33382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 name/description
33387 \end_layout
33388
33389 \end_inset
33390 </cell>
33391 </row>
33392 <row>
33393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33394 \begin_inset Text
33395
33396 \begin_layout Plain Layout
33397 mm
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33403 \begin_inset Text
33404
33405 \begin_layout Plain Layout
33406 millimeter
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 </row>
33412 <row>
33413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33414 \begin_inset Text
33415
33416 \begin_layout Plain Layout
33417 cm
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426 centimeter
33427 \end_layout
33428
33429 \end_inset
33430 </cell>
33431 </row>
33432 <row>
33433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33434 \begin_inset Text
33435
33436 \begin_layout Plain Layout
33437 in
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33443 \begin_inset Text
33444
33445 \begin_layout Plain Layout
33446 inch
33447 \end_layout
33448
33449 \end_inset
33450 </cell>
33451 </row>
33452 <row>
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 pt
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 point (72.27
33467 \begin_inset space \thinspace{}
33468 \end_inset
33469
33470 pt = 1
33471 \begin_inset space \thinspace{}
33472 \end_inset
33473
33474 in)
33475 \end_layout
33476
33477 \end_inset
33478 </cell>
33479 </row>
33480 <row>
33481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33482 \begin_inset Text
33483
33484 \begin_layout Plain Layout
33485 pc
33486 \end_layout
33487
33488 \end_inset
33489 </cell>
33490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33491 \begin_inset Text
33492
33493 \begin_layout Plain Layout
33494 pica (1
33495 \begin_inset space \thinspace{}
33496 \end_inset
33497
33498 pc = 12
33499 \begin_inset space \thinspace{}
33500 \end_inset
33501
33502 pt)
33503 \end_layout
33504
33505 \end_inset
33506 </cell>
33507 </row>
33508 <row>
33509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Plain Layout
33513 sp
33514 \end_layout
33515
33516 \end_inset
33517 </cell>
33518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33519 \begin_inset Text
33520
33521 \begin_layout Plain Layout
33522 scaled point (65536
33523 \begin_inset space \thinspace{}
33524 \end_inset
33525
33526 sp = 1
33527 \begin_inset space \thinspace{}
33528 \end_inset
33529
33530 pt)
33531 \end_layout
33532
33533 \end_inset
33534 </cell>
33535 </row>
33536 <row>
33537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33538 \begin_inset Text
33539
33540 \begin_layout Plain Layout
33541 bp
33542 \end_layout
33543
33544 \end_inset
33545 </cell>
33546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33547 \begin_inset Text
33548
33549 \begin_layout Plain Layout
33550 big point (72
33551 \begin_inset space \thinspace{}
33552 \end_inset
33553
33554 bp = 1
33555 \begin_inset space \thinspace{}
33556 \end_inset
33557
33558 in)
33559 \end_layout
33560
33561 \end_inset
33562 </cell>
33563 </row>
33564 <row>
33565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33566 \begin_inset Text
33567
33568 \begin_layout Plain Layout
33569 dd
33570 \end_layout
33571
33572 \end_inset
33573 </cell>
33574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33575 \begin_inset Text
33576
33577 \begin_layout Plain Layout
33578 didot (1
33579 \begin_inset space \thinspace{}
33580 \end_inset
33581
33582 dd 
33583 \begin_inset Formula $\approx$
33584 \end_inset
33585
33586  0.376
33587 \begin_inset space \thinspace{}
33588 \end_inset
33589
33590 mm)
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 </row>
33596 <row>
33597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33598 \begin_inset Text
33599
33600 \begin_layout Plain Layout
33601 cc
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 cicero (1
33611 \begin_inset space \thinspace{}
33612 \end_inset
33613
33614 cc = 12
33615 \begin_inset space \thinspace{}
33616 \end_inset
33617
33618 dd)
33619 \end_layout
33620
33621 \end_inset
33622 </cell>
33623 </row>
33624 <row>
33625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33626 \begin_inset Text
33627
33628 \begin_layout Plain Layout
33629 Scale%
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33635 \begin_inset Text
33636
33637 \begin_layout Plain Layout
33638 % of original image width
33639 \end_layout
33640
33641 \end_inset
33642 </cell>
33643 </row>
33644 <row>
33645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33646 \begin_inset Text
33647
33648 \begin_layout Plain Layout
33649 text%
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33655 \begin_inset Text
33656
33657 \begin_layout Plain Layout
33658 % of text width
33659 \end_layout
33660
33661 \end_inset
33662 </cell>
33663 </row>
33664 <row>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669 col%
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678 % of column width
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 </row>
33684 <row>
33685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33686 \begin_inset Text
33687
33688 \begin_layout Plain Layout
33689 page%
33690 \end_layout
33691
33692 \end_inset
33693 </cell>
33694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33695 \begin_inset Text
33696
33697 \begin_layout Plain Layout
33698 % of paper width
33699 \end_layout
33700
33701 \end_inset
33702 </cell>
33703 </row>
33704 <row>
33705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33706 \begin_inset Text
33707
33708 \begin_layout Plain Layout
33709 line%
33710 \end_layout
33711
33712 \end_inset
33713 </cell>
33714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33715 \begin_inset Text
33716
33717 \begin_layout Plain Layout
33718 % of line width
33719 \end_layout
33720
33721 \end_inset
33722 </cell>
33723 </row>
33724 <row>
33725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729 theight%
33730 \end_layout
33731
33732 \end_inset
33733 </cell>
33734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33735 \begin_inset Text
33736
33737 \begin_layout Plain Layout
33738 % of text height
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 </row>
33744 <row>
33745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33746 \begin_inset Text
33747
33748 \begin_layout Plain Layout
33749 pheight%
33750 \end_layout
33751
33752 \end_inset
33753 </cell>
33754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33755 \begin_inset Text
33756
33757 \begin_layout Plain Layout
33758 % of paper height
33759 \end_layout
33760
33761 \end_inset
33762 </cell>
33763 </row>
33764 <row>
33765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33766 \begin_inset Text
33767
33768 \begin_layout Plain Layout
33769 ex
33770 \end_layout
33771
33772 \end_inset
33773 </cell>
33774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33775 \begin_inset Text
33776
33777 \begin_layout Plain Layout
33778 height of letter 
33779 \emph on
33780 x
33781 \emph default
33782  in current font
33783 \end_layout
33784
33785 \end_inset
33786 </cell>
33787 </row>
33788 <row>
33789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33790 \begin_inset Text
33791
33792 \begin_layout Plain Layout
33793 em
33794 \end_layout
33795
33796 \end_inset
33797 </cell>
33798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33799 \begin_inset Text
33800
33801 \begin_layout Plain Layout
33802 width of letter 
33803 \emph on
33804 M
33805 \emph default
33806  in current font
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 </row>
33812 <row>
33813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33814 \begin_inset Text
33815
33816 \begin_layout Plain Layout
33817 mu
33818 \end_layout
33819
33820 \end_inset
33821 </cell>
33822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33823 \begin_inset Text
33824
33825 \begin_layout Plain Layout
33826 math unit (1
33827 \begin_inset space \thinspace{}
33828 \end_inset
33829
33830 mu = 1/18
33831 \begin_inset space \thinspace{}
33832 \end_inset
33833
33834 em)
33835 \end_layout
33836
33837 \end_inset
33838 </cell>
33839 </row>
33840 </lyxtabular>
33841
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Chapter
33853 Output File Formats with Graphics
33854 \begin_inset CommandInset label
33855 LatexCommand label
33856 name "cha:Output-File-Formats"
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \begin_layout Section
33864 DVI
33865 \begin_inset Index idx
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869 File Formats ! DVI
33870 \end_layout
33871
33872 \end_inset
33873
33874
33875 \begin_inset Index idx
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879 DVI|see
33880 \begin_inset ERT
33881 status collapsed
33882
33883 \begin_layout Plain Layout
33884
33885 {
33886 \end_layout
33887
33888 \end_inset
33889
33890 File Formats
33891 \begin_inset ERT
33892 status collapsed
33893
33894 \begin_layout Plain Layout
33895
33896 }
33897 \end_layout
33898
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \end_inset
33905
33906
33907 \end_layout
33908
33909 \begin_layout Standard
33910 This file type has the extension 
33911 \begin_inset Quotes eld
33912 \end_inset
33913
33914
33915 \family typewriter
33916 .dvi
33917 \family default
33918
33919 \begin_inset Quotes erd
33920 \end_inset
33921
33922 .
33923  It is called 
33924 \begin_inset Quotes eld
33925 \end_inset
33926
33927 device-independent
33928 \begin_inset Quotes erd
33929 \end_inset
33930
33931  (DVI), because it is completely portable; you can move them from one machine
33932  to another without needing to do any sort of conversion.
33933  At the time when this file-format was developed, this was no matter of
33934  course.
33935  DVIs are used for quick previews and as pre-stage for other output formats,
33936  like PostScript.
33937 \end_layout
33938
33939 \begin_layout Standard
33940 \begin_inset Note Greyedout
33941 status open
33942
33943 \begin_layout Plain Layout
33944
33945 \series bold
33946 Note:
33947 \series default
33948  DVI-files do not contain images; they will only be a linked.
33949 \end_layout
33950
33951 \end_inset
33952
33953  So don't forget this, if you move your 
33954 \family typewriter
33955 .dvi
33956 \family default
33957  file to another computer.
33958  This property can also slow down your computer when you view the DVI, because
33959  the DVI-viewer has to convert the image in the background to make it visible
33960  when you scroll in the DVI.
33961  So it is recommended that you use PDF for files with many images.
33962 \end_layout
33963
33964 \begin_layout Standard
33965 You can export your document to DVI by using the menu 
33966 \family sans
33967 File\SpecialChar \menuseparator
33968 Export\SpecialChar \menuseparator
33969 DVI
33970 \family default
33971 .
33972  You can view your document as DVI via the 
33973 \family sans
33974 View
33975 \family default
33976  menu or by using the toolbar button 
33977 \begin_inset Graphics
33978         filename ../images/buffer-view_dvi.png
33979         scale 85
33980         scaleBeforeRotation
33981
33982 \end_inset
33983
33984 .
33985 \end_layout
33986
33987 \begin_layout Section
33988 PostScript
33989 \begin_inset CommandInset label
33990 LatexCommand label
33991 name "sec:PostScript"
33992
33993 \end_inset
33994
33995
33996 \begin_inset Index idx
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000 File Formats ! PostScript
34001 \end_layout
34002
34003 \end_inset
34004
34005
34006 \begin_inset Index idx
34007 status collapsed
34008
34009 \begin_layout Plain Layout
34010 PostScript|see
34011 \begin_inset ERT
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015
34016 {
34017 \end_layout
34018
34019 \end_inset
34020
34021 File Formats
34022 \begin_inset ERT
34023 status collapsed
34024
34025 \begin_layout Plain Layout
34026
34027 }
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \end_inset
34036
34037
34038 \end_layout
34039
34040 \begin_layout Standard
34041 This file type has the extension 
34042 \begin_inset Quotes eld
34043 \end_inset
34044
34045
34046 \family typewriter
34047 .ps
34048 \family default
34049
34050 \begin_inset Quotes erd
34051 \end_inset
34052
34053 .
34054  PostScript was developed by the company 
34055 \family typewriter
34056 Adobe
34057 \family default
34058  as a printer language.
34059  The file therefore contains commands that the printer uses to print the
34060  file.
34061  PostScript can be seen as a 
34062 \begin_inset Quotes eld
34063 \end_inset
34064
34065 programming language
34066 \begin_inset Quotes erd
34067 \end_inset
34068
34069 ; you can calculate with it and draw diagrams and images
34070 \begin_inset Foot
34071 status collapsed
34072
34073 \begin_layout Plain Layout
34074 If you are interested to learn more about this, have a look at the LaTeX-package
34075  
34076 \series bold
34077 PSTricks
34078 \series default
34079  
34080 \begin_inset CommandInset citation
34081 LatexCommand cite
34082 key "pstricks"
34083
34084 \end_inset
34085
34086 .
34087 \end_layout
34088
34089 \end_inset
34090
34091 .
34092  Due to this ability, the files are often bigger than PDFs.
34093 \end_layout
34094
34095 \begin_layout Standard
34096 PostScript can only contain images in the format 
34097 \begin_inset Quotes eld
34098 \end_inset
34099
34100 Encapsulated PostScript
34101 \begin_inset Quotes erd
34102 \end_inset
34103
34104  (EPS, file extension 
34105 \begin_inset Quotes eld
34106 \end_inset
34107
34108
34109 \family typewriter
34110 .eps
34111 \family default
34112
34113 \begin_inset Quotes erd
34114 \end_inset
34115
34116 ).
34117  As LyX allows you to use any known image format in your document, it has
34118  to convert images in the background to EPS.
34119  If you have e.g.
34120 \begin_inset space ~
34121 \end_inset
34122
34123 50
34124 \begin_inset space ~
34125 \end_inset
34126
34127 images in your document, LyX has to do 50
34128 \begin_inset space ~
34129 \end_inset
34130
34131 conversions whenever you view or export your document.
34132  This will slow down your work flow with LyX drastically.
34133  So if you plan to use PostScript, you can insert your images directly as
34134  EPS to avoid this problem.
34135 \end_layout
34136
34137 \begin_layout Standard
34138 You can export your document to PostScript using the menu 
34139 \family sans
34140 File\SpecialChar \menuseparator
34141 Export\SpecialChar \menuseparator
34142 Postscript
34143 \family default
34144 .
34145  You can view your document as PostScript via the 
34146 \family sans
34147 View
34148 \family default
34149  menu or by using the toolbar button 
34150 \begin_inset Graphics
34151         filename ../images/buffer-view_ps.png
34152         scale 85
34153         scaleBeforeRotation
34154
34155 \end_inset
34156
34157 .
34158 \end_layout
34159
34160 \begin_layout Section
34161 PDF
34162 \begin_inset Index idx
34163 status collapsed
34164
34165 \begin_layout Plain Layout
34166 File Formats ! PDF
34167 \end_layout
34168
34169 \end_inset
34170
34171
34172 \begin_inset Index idx
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176 PDF
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 This file type has the extension 
34186 \begin_inset Quotes eld
34187 \end_inset
34188
34189
34190 \family typewriter
34191 .pdf
34192 \family default
34193
34194 \begin_inset Quotes erd
34195 \end_inset
34196
34197 .
34198  The 
34199 \begin_inset Quotes eld
34200 \end_inset
34201
34202 Portable Document Format
34203 \begin_inset Quotes erd
34204 \end_inset
34205
34206  (PDF) was developed by 
34207 \family typewriter
34208 Adobe
34209 \family default
34210  as a derivative of PostScript.
34211  It is more compressed and it uses fewer commands than PostScript.
34212  As the name 
34213 \begin_inset Quotes eld
34214 \end_inset
34215
34216 portable
34217 \begin_inset Quotes erd
34218 \end_inset
34219
34220  implies, it can be processed at any computer system and the printed output
34221  looks exactly the same.
34222 \end_layout
34223
34224 \begin_layout Standard
34225 PDF can contain images in its own PDF format, in the format 
34226 \begin_inset Quotes eld
34227 \end_inset
34228
34229 Joint Photographic Experts Group
34230 \begin_inset Quotes erd
34231 \end_inset
34232
34233  (JPG, file extension 
34234 \begin_inset Quotes eld
34235 \end_inset
34236
34237
34238 \family typewriter
34239 .jpg
34240 \family default
34241
34242 \begin_inset Quotes erd
34243 \end_inset
34244
34245  or 
34246 \begin_inset Quotes eld
34247 \end_inset
34248
34249
34250 \family typewriter
34251 .jpeg
34252 \family default
34253
34254 \begin_inset Quotes erd
34255 \end_inset
34256
34257 ), and in the format 
34258 \begin_inset Quotes eld
34259 \end_inset
34260
34261 Portable Network Graphics
34262 \begin_inset Quotes erd
34263 \end_inset
34264
34265  (PNG, file extension 
34266 \begin_inset Quotes eld
34267 \end_inset
34268
34269
34270 \family typewriter
34271 .png
34272 \family default
34273
34274 \begin_inset Quotes erd
34275 \end_inset
34276
34277 ).
34278  Nevertheless you can use any other image format, because LyX converts them
34279  in the background to one of these formats.
34280  But as described in the section about PostScript, the image conversion
34281  will slow down your work flow.
34282  So it is recommended that you use images in one of the three mentioned
34283  formats.
34284 \end_layout
34285
34286 \begin_layout Standard
34287 You can export your document to PDF via the menu 
34288 \family sans
34289 File\SpecialChar \menuseparator
34290 Export
34291 \family default
34292  in three different ways:
34293 \end_layout
34294
34295 \begin_layout Description
34296 PDF
34297 \begin_inset space ~
34298 \end_inset
34299
34300 (ps2pdf) This uses the program 
34301 \family typewriter
34302 ps2pdf
34303 \family default
34304  that creates a PDF from a PostScript-version of your file.
34305  The PostScript-version is produced by the program 
34306 \family typewriter
34307 dvips
34308 \family default
34309  which uses a DVI-version as intermediate step.
34310  So this export variant consists of three conversions.
34311 \end_layout
34312
34313 \begin_layout Description
34314 PDF
34315 \begin_inset space ~
34316 \end_inset
34317
34318 (dvipdfm) This uses the program 
34319 \family typewriter
34320 dvipdfm
34321 \family default
34322  that converts your file in the background to DVI and in a second step to
34323  PDF.
34324 \end_layout
34325
34326 \begin_layout Description
34327 PDF
34328 \begin_inset space ~
34329 \end_inset
34330
34331 (pdflatex) This uses the program 
34332 \family typewriter
34333 pdftex
34334 \family default
34335  that converts your file directly to PDF.
34336 \end_layout
34337
34338 \begin_layout Standard
34339 It is recommended that you use 
34340 \family sans
34341 PDF
34342 \begin_inset space ~
34343 \end_inset
34344
34345 (pdflatex)
34346 \family default
34347  because 
34348 \family typewriter
34349 pdftex
34350 \family default
34351  supports all features of actual PDF-versions, is quick and works stable.
34352  The program 
34353 \family typewriter
34354 dvipdfm
34355 \family default
34356  is not under development and therefore a bit outdated.
34357 \end_layout
34358
34359 \begin_layout Standard
34360 You can view your document as PDF via the 
34361 \family sans
34362 View
34363 \family default
34364  menu or by using the toolbar button 
34365 \begin_inset Graphics
34366         filename ../images/buffer-view_pdf2.png
34367         scale 85
34368         scaleBeforeRotation
34369
34370 \end_inset
34371
34372  
34373 \family sans
34374 (
34375 \family default
34376 that uses 
34377 \family sans
34378 PDF
34379 \begin_inset space ~
34380 \end_inset
34381
34382 (pdflatex)
34383 \family default
34384 ).
34385 \end_layout
34386
34387 \begin_layout Chapter
34388 Explanation of Equation
34389 \begin_inset space ~
34390 \end_inset
34391
34392
34393 \begin_inset CommandInset ref
34394 LatexCommand eqref
34395 reference "eq:Wgn"
34396
34397 \end_inset
34398
34399
34400 \begin_inset CommandInset label
34401 LatexCommand label
34402 name "cha:Explanation-of-Equation"
34403
34404 \end_inset
34405
34406
34407 \end_layout
34408
34409 \begin_layout Standard
34410 We can calculate the total width of 
34411 \emph on
34412 n
34413 \emph default
34414  table cells 
34415 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34416 \end_inset
34417
34418  as follows:
34419 \end_layout
34420
34421 \begin_layout Standard
34422 \begin_inset Formula \begin{equation}
34423 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}
34424
34425 \end_inset
34426
34427 where 
34428 \begin_inset Formula $W_{g\, n}$
34429 \end_inset
34430
34431  is the given width of all cells, 
34432 \series bold
34433
34434 \backslash
34435 tabcolsep
34436 \series default
34437  is the LaTeX-length between the cell text and the cell border (its default
34438  value is 6
34439 \begin_inset space \thinspace{}
34440 \end_inset
34441
34442 pt).
34443  
34444 \series bold
34445
34446 \backslash
34447 arrayrulewidth
34448 \series default
34449  is the thickness of the cell border line, the default is 0.4
34450 \begin_inset space \thinspace{}
34451 \end_inset
34452
34453 pt.
34454 \end_layout
34455
34456 \begin_layout Standard
34457 Following equation
34458 \begin_inset space ~
34459 \end_inset
34460
34461
34462 \begin_inset CommandInset ref
34463 LatexCommand eqref
34464 reference "eq:Wtot_n"
34465
34466 \end_inset
34467
34468 , the total width of a multicolumn 
34469 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34470 \end_inset
34471
34472  is
34473 \end_layout
34474
34475 \begin_layout Standard
34476 \begin_inset Formula \begin{equation}
34477 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 By setting equation
34486 \begin_inset space ~
34487 \end_inset
34488
34489
34490 \begin_inset CommandInset ref
34491 LatexCommand eqref
34492 reference "eq:Wtot_n"
34493
34494 \end_inset
34495
34496  and 
34497 \begin_inset CommandInset ref
34498 LatexCommand eqref
34499 reference "eq:Wtot_mult"
34500
34501 \end_inset
34502
34503  equal we can calculate the needed given width 
34504 \begin_inset Formula $W_{g\, n}$
34505 \end_inset
34506
34507  when 
34508 \emph on
34509 n
34510 \emph default
34511  columns are spanned, so that each column has a total width of 
34512 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34513 \end_inset
34514
34515 :
34516 \end_layout
34517
34518 \begin_layout Standard
34519 \begin_inset Formula \begin{equation}
34520 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34521
34522 \end_inset
34523
34524
34525 \end_layout
34526
34527 \begin_layout Bibliography
34528 \labelwidthstring Bibliography
34529 \begin_inset CommandInset bibitem
34530 LatexCommand bibitem
34531 key "latexcompanion"
34532
34533 \end_inset
34534
34535 Frank Mittelbach and Michel Goossens: 
34536 \emph on
34537 The LaTeX Companion Second Edition.
34538
34539 \emph default
34540  Addison-Wesley, 2004
34541 \end_layout
34542
34543 \begin_layout Bibliography
34544 \labelwidthstring Bibliography
34545 \begin_inset CommandInset bibitem
34546 LatexCommand bibitem
34547 key "latexguide"
34548
34549 \end_inset
34550
34551 Helmut Kopka and Patrick W.
34552  Daly: 
34553 \emph on
34554 A Guide to LaTeX Fourth Edition.
34555
34556 \emph default
34557  Addison-Wesley, 2003
34558 \end_layout
34559
34560 \begin_layout Bibliography
34561 \labelwidthstring Bibliography
34562 \begin_inset CommandInset bibitem
34563 LatexCommand bibitem
34564 key "latexbook"
34565
34566 \end_inset
34567
34568 Leslie Lamport: 
34569 \emph on
34570 LaTeX: A Document Preparation System.
34571
34572 \emph default
34573  Addison-Wesley, second edition, 1994
34574 \end_layout
34575
34576 \begin_layout Bibliography
34577 \labelwidthstring Bibliography
34578 \begin_inset CommandInset bibitem
34579 LatexCommand bibitem
34580 key "booktabs"
34581
34582 \end_inset
34583
34584 Documentation of the LaTeX-package 
34585 \series bold
34586
34587 \begin_inset CommandInset href
34588 LatexCommand href
34589 name "booktabs"
34590 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34591
34592 \end_inset
34593
34594
34595 \series default
34596
34597 \begin_inset Index idx
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 LaTeX-packages ! booktabs
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Bibliography
34610 \labelwidthstring Bibliography
34611 \begin_inset CommandInset bibitem
34612 LatexCommand bibitem
34613 key "caption"
34614
34615 \end_inset
34616
34617 Documentation of the LaTeX-package 
34618 \series bold
34619
34620 \begin_inset CommandInset href
34621 LatexCommand href
34622 name "caption"
34623 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34624
34625 \end_inset
34626
34627
34628 \series default
34629
34630 \begin_inset Index idx
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634 LaTeX-packages ! caption
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \begin_layout Bibliography
34643 \labelwidthstring Bibliography
34644 \begin_inset CommandInset bibitem
34645 LatexCommand bibitem
34646 key "endfloat"
34647
34648 \end_inset
34649
34650 Documentation of the LaTeX-package 
34651 \series bold
34652
34653 \begin_inset CommandInset href
34654 LatexCommand href
34655 name "endfloat"
34656 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34657
34658 \end_inset
34659
34660
34661 \series default
34662
34663 \begin_inset Index idx
34664 status collapsed
34665
34666 \begin_layout Plain Layout
34667 LaTeX-packages ! endfloat
34668 \end_layout
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \begin_layout Bibliography
34676 \labelwidthstring Bibliography
34677 \begin_inset CommandInset bibitem
34678 LatexCommand bibitem
34679 key "wrapfig"
34680
34681 \end_inset
34682
34683 Documentation of the LaTeX-package 
34684 \series bold
34685
34686 \begin_inset CommandInset href
34687 LatexCommand href
34688 name "wrapfig"
34689 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34690
34691 \end_inset
34692
34693
34694 \series default
34695
34696 \begin_inset Index idx
34697 status collapsed
34698
34699 \begin_layout Plain Layout
34700 LaTeX-packages ! wrapfig
34701 \begin_inset ERT
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705
34706
34707 \backslash
34708 vspace{4mm}
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \end_layout
34720
34721 \begin_layout Bibliography
34722 \labelwidthstring Bibliography
34723 \begin_inset CommandInset bibitem
34724 LatexCommand bibitem
34725 key "footmisc"
34726
34727 \end_inset
34728
34729 Documentation of the LaTeX-package 
34730 \series bold
34731
34732 \begin_inset CommandInset href
34733 LatexCommand href
34734 name "footmisc"
34735 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34736
34737 \end_inset
34738
34739
34740 \series default
34741
34742 \begin_inset Index idx
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746 LaTeX-packages ! footmisc
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Bibliography
34755 \labelwidthstring Bibliography
34756 \begin_inset CommandInset bibitem
34757 LatexCommand bibitem
34758 key "hypcap"
34759
34760 \end_inset
34761
34762 Documentation of the LaTeX-package 
34763 \series bold
34764
34765 \begin_inset CommandInset href
34766 LatexCommand href
34767 name "hypcap"
34768 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34769
34770 \end_inset
34771
34772
34773 \series default
34774
34775 \begin_inset Index idx
34776 status collapsed
34777
34778 \begin_layout Plain Layout
34779 LaTeX-packages ! hyperref
34780 \end_layout
34781
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Bibliography
34788 \labelwidthstring Bibliography
34789 \begin_inset CommandInset bibitem
34790 LatexCommand bibitem
34791 key "hyperref"
34792
34793 \end_inset
34794
34795 Documentation of the LaTeX-package 
34796 \series bold
34797
34798 \begin_inset CommandInset href
34799 LatexCommand href
34800 name "hyperref"
34801 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34802
34803 \end_inset
34804
34805
34806 \series default
34807
34808 \begin_inset Index idx
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812 LaTeX-packages ! hyperref
34813 \end_layout
34814
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \begin_layout Bibliography
34821 \labelwidthstring Bibliography
34822 \begin_inset CommandInset bibitem
34823 LatexCommand bibitem
34824 key "KOMA-Script"
34825
34826 \end_inset
34827
34828 Documentation of the LaTeX-package 
34829 \series bold
34830
34831 \begin_inset CommandInset href
34832 LatexCommand href
34833 name "KOMA-Script"
34834 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34835
34836 \end_inset
34837
34838
34839 \series default
34840
34841 \begin_inset Index idx
34842 status collapsed
34843
34844 \begin_layout Plain Layout
34845 LaTeX-packages ! KOMA-Script
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \begin_layout Bibliography
34854 \labelwidthstring Bibliography
34855 \begin_inset CommandInset bibitem
34856 LatexCommand bibitem
34857 key "listings"
34858
34859 \end_inset
34860
34861 Documentation of the LaTeX-package 
34862 \series bold
34863
34864 \begin_inset CommandInset href
34865 LatexCommand href
34866 name "listings"
34867 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34868
34869 \end_inset
34870
34871
34872 \series default
34873
34874 \begin_inset Index idx
34875 status collapsed
34876
34877 \begin_layout Plain Layout
34878 LaTeX-packages ! listings
34879 \end_layout
34880
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \begin_layout Bibliography
34887 \labelwidthstring Bibliography
34888 \begin_inset CommandInset bibitem
34889 LatexCommand bibitem
34890 key "marginnote"
34891
34892 \end_inset
34893
34894 Documentation of the LaTeX-package 
34895 \series bold
34896
34897 \begin_inset CommandInset href
34898 LatexCommand href
34899 name "marginnote"
34900 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34901
34902 \end_inset
34903
34904
34905 \series default
34906
34907 \begin_inset Index idx
34908 status collapsed
34909
34910 \begin_layout Plain Layout
34911 LaTeX-packages ! marginnote
34912 \end_layout
34913
34914 \end_inset
34915
34916
34917 \end_layout
34918
34919 \begin_layout Bibliography
34920 \labelwidthstring Bibliography
34921 \begin_inset CommandInset bibitem
34922 LatexCommand bibitem
34923 key "pstricks"
34924
34925 \end_inset
34926
34927 Web page of the LaTeX-package 
34928 \series bold
34929
34930 \begin_inset CommandInset href
34931 LatexCommand href
34932 name "PSTricks"
34933 target "http://tug.org/PSTricks/"
34934
34935 \end_inset
34936
34937
34938 \series default
34939
34940 \begin_inset Index idx
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944 LaTeX-packages ! PSTricks
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \begin_layout Bibliography
34953 \labelwidthstring Bibliography
34954 \begin_inset CommandInset bibitem
34955 LatexCommand bibitem
34956 key "sidecap"
34957
34958 \end_inset
34959
34960 Documentation of the LaTeX-package 
34961 \series bold
34962
34963 \begin_inset CommandInset href
34964 LatexCommand href
34965 name "sidecap"
34966 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34967
34968 \end_inset
34969
34970
34971 \series default
34972
34973 \begin_inset Index idx
34974 status collapsed
34975
34976 \begin_layout Plain Layout
34977 LaTeX-packages ! sidecap
34978 \end_layout
34979
34980 \end_inset
34981
34982
34983 \end_layout
34984
34985 \begin_layout Bibliography
34986 \labelwidthstring Bibliography
34987 \begin_inset CommandInset bibitem
34988 LatexCommand bibitem
34989 key "prettyref"
34990
34991 \end_inset
34992
34993 Documentation of the LaTeX-package 
34994 \series bold
34995
34996 \begin_inset CommandInset href
34997 LatexCommand href
34998 name "prettyref"
34999 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35000
35001 \end_inset
35002
35003
35004 \series default
35005
35006 \begin_inset Index idx
35007 status collapsed
35008
35009 \begin_layout Plain Layout
35010 LaTeX-packages ! prettyref
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \begin_layout Bibliography
35019 \labelwidthstring Bibliography
35020 \begin_inset CommandInset bibitem
35021 LatexCommand bibitem
35022 key "NewInLyX16"
35023
35024 \end_inset
35025
35026
35027 \begin_inset CommandInset href
35028 LatexCommand href
35029 name "Wiki page"
35030 target "http://wiki.lyx.org/LyX/NewInLyX16"
35031
35032 \end_inset
35033
35034  about new features in 
35035 \family sans
35036 LyX 1.6.0
35037 \family default
35038 .
35039 \end_layout
35040
35041 \begin_layout Standard
35042 \begin_inset CommandInset index_print
35043 LatexCommand printindex
35044 type "idx"
35045
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \begin_layout Standard
35052 \begin_inset FloatList figure
35053
35054 \end_inset
35055
35056
35057 \end_layout
35058
35059 \begin_layout Standard
35060 \begin_inset FloatList table
35061
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Standard
35068 \begin_inset FloatList algorithm
35069
35070 \end_inset
35071
35072
35073 \end_layout
35074
35075 \end_body
35076 \end_document