]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: multirows:
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 407
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{lightgrey}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110 % insert additional vertical space of
111 % 1.5 mm between footnotes
112 \let\myFoot\footnote
113 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
114
115 % number algorithm floats within chapters
116 \numberwithin{algorithm}{chapter}
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % check for package arydshln
123 % used for tables with dashed lines
124 \newboolean{arydshln}
125 \IfFileExists{arydshln.sty}
126  {\usepackage{arydshln}
127   \setboolean{arydshln}{true}}
128  {\setboolean{arydshln}{false}}
129
130 % check for package marginnote
131 % used for margin notes
132 \newboolean{marginnote}
133 \IfFileExists{marginnote.sty}
134  {\usepackage{marginnote}
135   \let\marginpar\marginnote
136   \setboolean{marginnote}{true}}
137  {\setboolean{marginnote}{false}}
138
139 % check for package sidecap
140 % used for captions on the side
141 \newboolean{sidecap}
142 \IfFileExists{sidecap.sty}
143  {\usepackage{sidecap}
144   \setboolean{sidecap}{true}}
145  {\setboolean{sidecap}{false}}
146
147 % redefine the \LyX macro for PDF bookmarks
148 \def\LyX{\texorpdfstring{%
149   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
150   {LyX}}
151 \end_preamble
152 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
153 \use_default_options false
154 \maintain_unincluded_children false
155 \language english
156 \inputencoding auto
157 \fontencoding global
158 \font_roman default
159 \font_sans default
160 \font_typewriter default
161 \font_default_family default
162 \use_xetex false
163 \font_sc false
164 \font_osf false
165 \font_sf_scale 100
166 \font_tt_scale 100
167
168 \graphics default
169 \default_output_format default
170 \output_sync 0
171 \bibtex_command default
172 \index_command default
173 \paperfontsize 12
174 \spacing single
175 \use_hyperref true
176 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
177 \pdf_author "LyX Team, Uwe Stöhr"
178 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
179 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
180 \pdf_bookmarks true
181 \pdf_bookmarksnumbered true
182 \pdf_bookmarksopen true
183 \pdf_bookmarksopenlevel 1
184 \pdf_breaklinks false
185 \pdf_pdfborder false
186 \pdf_colorlinks true
187 \pdf_backref false
188 \pdf_pdfusetitle false
189 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
190 \papersize default
191 \use_geometry false
192 \use_amsmath 2
193 \use_esint 0
194 \use_mhchem 1
195 \use_mathdots 1
196 \cite_engine basic
197 \use_bibtopic false
198 \use_indices false
199 \paperorientation portrait
200 \suppress_date false
201 \use_refstyle 0
202 \notefontcolor #0000ff
203 \index Index
204 \shortcut idx
205 \color #008000
206 \end_index
207 \secnumdepth 3
208 \tocdepth 3
209 \paragraph_separation skip
210 \defskip medskip
211 \quotes_language english
212 \papercolumns 1
213 \papersides 2
214 \paperpagestyle default
215 \bullet 1 1 34 -1
216 \bullet 2 2 35 -1
217 \bullet 3 2 7 -1
218 \tracking_changes false
219 \output_changes false
220 \html_math_output 0
221 \html_be_strict false
222 \end_header
223
224 \begin_body
225
226 \begin_layout Title
227 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
228  manual
229 \end_layout
230
231 \begin_layout Author
232 by the LyX Team
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 \noindent
238 If you have comments or error corrections, please send them to the LyX Documenta
239 tion mailing list: 
240 \begin_inset CommandInset href
241 LatexCommand href
242 name "lyx-docs@lists.lyx.org"
243 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
244 type "mailto:"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 author: Uwe Stöhr
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271
272 \family sans
273 Version 2.0.x
274 \end_layout
275
276 \begin_layout Standard
277 \begin_inset CommandInset toc
278 LatexCommand tableofcontents
279
280 \end_inset
281
282
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset Note Note
287 status open
288
289 \begin_layout Plain Layout
290 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
291  
292 \series bold
293 arydshln
294 \series default
295
296 \series bold
297 colortbl
298 \series default
299
300 \series bold
301 marginnote
302 \series default
303 , and 
304 \series bold
305 sidecap
306 \series default
307  must be installed.
308  If they are not installed you can export the document anyway but the sections
309  where the packages are required won't appear in the output.
310 \end_layout
311
312 \begin_layout Plain Layout
313 The latest PDF-version of this document can be found here:
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
320 \end_layout
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Chapter
328 Figures
329 \begin_inset Index idx
330 status collapsed
331
332 \begin_layout Plain Layout
333 Figures
334 \end_layout
335
336 \end_inset
337
338
339 \begin_inset Index idx
340 status collapsed
341
342 \begin_layout Plain Layout
343 Graphics|see
344 \begin_inset ERT
345 status collapsed
346
347 \begin_layout Plain Layout
348
349 {
350 \end_layout
351
352 \end_inset
353
354 Figures
355 \begin_inset ERT
356 status collapsed
357
358 \begin_layout Plain Layout
359
360 }
361 \end_layout
362
363 \end_inset
364
365
366 \end_layout
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Section
374 Graphics Dialog
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Figures ! Graphics Dialog
380 \end_layout
381
382 \end_inset
383
384
385 \begin_inset CommandInset label
386 LatexCommand label
387 name "sec:Graphics-Dialog"
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Standard
395 To insert an image into your document, place the cursor at the text position
396  you want and click on the toolbar icon 
397 \begin_inset Graphics
398         filename ../images/dialog-show-new-inset_graphics.png
399         scale 85
400         scaleBeforeRotation
401
402 \end_inset
403
404  or use the menu 
405 \family sans
406 Insert\SpecialChar \menuseparator
407 Graphics
408 \family default
409 .
410  Then a dialog will appear to choose the file to load.
411  The image will appear in the output exactly at the position where it is
412  in the text.
413 \end_layout
414
415 \begin_layout Standard
416 The graphics dialog can be called at any time by clicking on an image.
417  This dialog has three tabs:
418 \end_layout
419
420 \begin_layout Description
421
422 \family sans
423 Graphics
424 \family default
425  Here you can choose an image file and adjust its appearance in the output.
426  The available units for the image size are explained in appendix
427 \begin_inset space ~
428 \end_inset
429
430
431 \begin_inset CommandInset ref
432 LatexCommand ref
433 reference "cha:Units-available-in"
434
435 \end_inset
436
437 .
438 \begin_inset Newline newline
439 \end_inset
440
441
442 \begin_inset Index idx
443 status collapsed
444
445 \begin_layout Plain Layout
446 Figures ! rotated
447 \end_layout
448
449 \end_inset
450
451 You can rotate images counter-clockwise by setting a rotation angle and
452  a rotation origin.
453  The image will also be rotated inside LyX.
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index idx
459 status collapsed
460
461 \begin_layout Plain Layout
462 Figures ! scaled
463 \end_layout
464
465 \end_inset
466
467 Images can be scaled by using a percentage value or by setting the width
468  and height explicitly.
469  If you set only the width or only the height, the other size will be determined
470  automatically.
471  If you set both, then the image will be transformed to the given size,
472  possibly distorting it.
473  To prevent the image from distortion, use the option 
474 \family sans
475 Maintain aspect ratio
476 \family default
477 .
478  The image will then be scaled so that its width and height don't exceed
479  the specified dimensions.
480 \begin_inset Newline newline
481 \end_inset
482
483 Images can be opened in a program of your choice by right-clicking on it
484  and choosing the entry 
485 \family sans
486 Edit
487 \begin_inset space ~
488 \end_inset
489
490 externally
491 \family default
492  in the context menu.
493  The program can be set for every image format in the file format settings
494  in LyX's preferences.
495 \end_layout
496
497 \begin_layout Description
498
499 \family sans
500 Clipping
501 \family default
502  Alternatively to the usage of scaling units it is possible to set image
503  coordinates to adjust the height and width of the image in the output.
504  The coordinates can also be calculated automatically by pressing the button
505  
506 \family sans
507 Get
508 \begin_inset space ~
509 \end_inset
510
511 from
512 \begin_inset space ~
513 \end_inset
514
515 File
516 \family default
517 .
518  The option 
519 \family sans
520 Clip
521 \begin_inset space ~
522 \end_inset
523
524 to
525 \begin_inset space ~
526 \end_inset
527
528 bounding
529 \begin_inset space ~
530 \end_inset
531
532 box
533 \family default
534  will only print the image region within the given coordinates.
535  Normally you don't need to take care about image coordinates and can ignore
536  this tab.
537 \end_layout
538
539 \begin_layout Description
540
541 \family sans
542 LaTeX
543 \begin_inset space ~
544 \end_inset
545
546 and
547 \begin_inset space ~
548 \end_inset
549
550 LyX
551 \begin_inset space ~
552 \end_inset
553
554 options
555 \family default
556  In this tab you can modify the appearance of the image within LyX and LaTeX
557  experts can specify additional LaTeX options.
558 \begin_inset Newline newline
559 \end_inset
560
561 The option 
562 \family sans
563 Draft
564 \begin_inset space ~
565 \end_inset
566
567 mode
568 \family default
569  makes the image appear in the output only as a frame with the size of the
570  image.
571 \begin_inset Newline newline
572 \end_inset
573
574 The 
575 \family sans
576 Don't
577 \begin_inset space ~
578 \end_inset
579
580 unzip
581 \begin_inset space ~
582 \end_inset
583
584 on
585 \begin_inset space ~
586 \end_inset
587
588 export
589 \family default
590  option only affects zipped EPS-graphics, e.
591 \begin_inset space \thinspace{}
592 \end_inset
593
594 g.
595 \begin_inset space \space{}
596 \end_inset
597
598
599 \emph on
600 x.eps.gz
601 \emph default
602 .
603  When the option is used the images will not be unzipped on export, since
604  LaTeX can handle them as they are.
605 \begin_inset Newline newline
606 \end_inset
607
608 Zipped EPS-graphics are useful to save disk space when you choose PostScript
609  as output format, see appendix
610 \begin_inset space ~
611 \end_inset
612
613
614 \begin_inset CommandInset ref
615 LatexCommand ref
616 reference "sec:PostScript"
617
618 \end_inset
619
620 .
621  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
622  console:
623 \begin_inset Newline newline
624 \end_inset
625
626
627 \series bold
628 gzip x.eps
629 \series default
630
631 \begin_inset Newline newline
632 \end_inset
633
634
635 \series bold
636 zgrep %%Bounding x.eps.gz > x.eps.bb
637 \series default
638
639 \begin_inset Newline newline
640 \end_inset
641
642 The second command creates the bounding box file 
643 \begin_inset Quotes eld
644 \end_inset
645
646 x.eps.bb
647 \begin_inset Quotes erd
648 \end_inset
649
650  that is needed by LaTeX for zipped graphics.
651 \begin_inset Newline newline
652 \end_inset
653
654 The field 
655 \family sans
656 Initialize
657 \begin_inset space ~
658 \end_inset
659
660 Group
661 \begin_inset space ~
662 \end_inset
663
664 Name
665 \family default
666  allows you define or join an image settings group.
667 \begin_inset Index idx
668 status collapsed
669
670 \begin_layout Plain Layout
671 Figures ! Settings grouping
672 \end_layout
673
674 \end_inset
675
676  Images within such a group share their settings, so adjusting one image
677  of the group automatically also adjusts all other images of the group in
678  the same way.
679  So you can for example change the size for a bunch of images without the
680  need to manually change each of them.
681  Joining an existing group can also be done using the context menu of the
682  image by checking the name of the desired group.
683 \end_layout
684
685 \begin_layout Standard
686 \begin_inset VSpace bigskip
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 This is an example image in EPS format
694 \begin_inset Foot
695 status collapsed
696
697 \begin_layout Plain Layout
698 Image formats are explained in section
699 \begin_inset space ~
700 \end_inset
701
702
703 \begin_inset CommandInset ref
704 LatexCommand ref
705 reference "sec:Image-Formats"
706
707 \end_inset
708
709 .
710 \end_layout
711
712 \end_inset
713
714  within a separate, horizontally centered paragraph:
715 \end_layout
716
717 \begin_layout Standard
718 \align center
719 \begin_inset Graphics
720         filename clipart/mobius.eps
721         scale 70
722         scaleBeforeRotation
723         rotateOrigin center
724
725 \end_inset
726
727
728 \end_layout
729
730 \begin_layout Standard
731 This is the same image like the one above but in draft mode:
732 \end_layout
733
734 \begin_layout Standard
735 \align center
736 \begin_inset Graphics
737         filename clipart/mobius.eps
738         scale 70
739         draft
740         scaleBeforeRotation
741         rotateOrigin center
742
743 \end_inset
744
745
746 \end_layout
747
748 \begin_layout Standard
749 \begin_inset Newpage newpage
750 \end_inset
751
752
753 \end_layout
754
755 \begin_layout Section
756 Figure Floats
757 \begin_inset CommandInset label
758 LatexCommand label
759 name "sec:Figure-Floats"
760
761 \end_inset
762
763
764 \begin_inset Index idx
765 status collapsed
766
767 \begin_layout Plain Layout
768 Floats ! Figures
769 \end_layout
770
771 \end_inset
772
773
774 \begin_inset Index idx
775 status collapsed
776
777 \begin_layout Plain Layout
778 Figures ! Floats
779 \end_layout
780
781 \end_inset
782
783
784 \end_layout
785
786 \begin_layout Standard
787 For general explanations about floats, have a look at section
788 \begin_inset space ~
789 \end_inset
790
791
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "sec:FloatIntroduction"
795
796 \end_inset
797
798 .
799 \end_layout
800
801 \begin_layout Standard
802 The toolbar button 
803 \begin_inset Graphics
804         filename ../images/float-insert_figure.png
805         scale 85
806         scaleBeforeRotation
807
808 \end_inset
809
810  and the menu 
811 \family sans
812 Insert\SpecialChar \menuseparator
813 Float\SpecialChar \menuseparator
814 Figure
815 \family default
816  inserts a float with a caption that has the label 
817 \begin_inset Quotes eld
818 \end_inset
819
820 Figure
821 \begin_inset space ~
822 \end_inset
823
824 #:
825 \begin_inset Quotes erd
826 \end_inset
827
828  (# is the actual number).
829  You can insert the image above the caption, like in Figure
830 \begin_inset space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "fig:kill-plat"
837
838 \end_inset
839
840  or below the caption, like in Figure
841 \begin_inset space ~
842 \end_inset
843
844
845 \begin_inset CommandInset ref
846 LatexCommand ref
847 reference "fig:escher"
848
849 \end_inset
850
851 .
852  More about caption placement is described in section
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "sec:Caption-Placement"
860
861 \end_inset
862
863 .
864 \end_layout
865
866 \begin_layout Standard
867 \begin_inset Float figure
868 wide false
869 sideways false
870 status open
871
872 \begin_layout Plain Layout
873 \align center
874 \begin_inset Graphics
875         filename clipart/platypus.eps
876         width 50col%
877         scaleBeforeRotation
878         rotateOrigin center
879
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Plain Layout
886 \begin_inset Caption
887
888 \begin_layout Plain Layout
889 \begin_inset CommandInset label
890 LatexCommand label
891 name "fig:kill-plat"
892
893 \end_inset
894
895 A severely distorted platypus in a float.
896 \end_layout
897
898 \end_inset
899
900
901 \end_layout
902
903 \end_inset
904
905
906 \end_layout
907
908 \begin_layout Standard
909 \begin_inset Float figure
910 wide false
911 sideways false
912 status open
913
914 \begin_layout Plain Layout
915 \begin_inset Caption
916
917 \begin_layout Plain Layout
918 \begin_inset CommandInset label
919 LatexCommand label
920 name "fig:escher"
921
922 \end_inset
923
924 M.C.
925  Escher on acid.
926 \end_layout
927
928 \end_inset
929
930
931 \end_layout
932
933 \begin_layout Plain Layout
934 \align center
935 \begin_inset Graphics
936         filename clipart/escher-lsd.eps
937         scale 80
938         scaleBeforeRotation
939         rotateOrigin center
940
941 \end_inset
942
943
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Standard
952 \begin_inset Index idx
953 status collapsed
954
955 \begin_layout Plain Layout
956 References ! to Figures
957 \end_layout
958
959 \end_inset
960
961 Figure
962 \begin_inset space ~
963 \end_inset
964
965
966 \begin_inset CommandInset ref
967 LatexCommand ref
968 reference "fig:kill-plat"
969
970 \end_inset
971
972  and 
973 \begin_inset CommandInset ref
974 LatexCommand ref
975 reference "fig:escher"
976
977 \end_inset
978
979  are examples of referenced figures.
980  Figures can be referenced in the text by referencing their label.
981  To do this insert a label in the caption using the menu 
982 \family sans
983 Insert\SpecialChar \menuseparator
984 Label
985 \family default
986  or the toolbar button 
987 \begin_inset Graphics
988         filename ../images/label-insert.png
989         scale 85
990         scaleBeforeRotation
991
992 \end_inset
993
994 .
995  You can now refer to the label using the menu 
996 \family sans
997 Insert\SpecialChar \menuseparator
998 Cross
999 \begin_inset space ~
1000 \end_inset
1001
1002 reference
1003 \family default
1004  or the toolbar button 
1005 \begin_inset Graphics
1006         filename ../images/dialog-show-new-inset_ref.png
1007         scale 85
1008         scaleBeforeRotation
1009
1010 \end_inset
1011
1012 .
1013  It is important to use references to floats, rather than using vague references
1014  like 
1015 \begin_inset Quotes eld
1016 \end_inset
1017
1018 the figure above
1019 \begin_inset Quotes erd
1020 \end_inset
1021
1022 , because LaTeX will reposition the floats in the final document and it
1023  might not be 
1024 \begin_inset Quotes eld
1025 \end_inset
1026
1027 above
1028 \begin_inset Quotes erd
1029 \end_inset
1030
1031  at all.
1032 \begin_inset Newline newline
1033 \end_inset
1034
1035 Referencing is explained in detail in section
1036 \begin_inset space ~
1037 \end_inset
1038
1039
1040 \begin_inset CommandInset ref
1041 LatexCommand ref
1042 reference "sec:Referencing-Floats"
1043
1044 \end_inset
1045
1046 .
1047 \end_layout
1048
1049 \begin_layout Standard
1050 Normally only one image is inserted to a figure float, but sometimes you
1051  might want to use two images with separate subcaptions.
1052  This can be done by inserting image floats into existing image floats.
1053  Note that only the main caption of the float is added to the List of Figures.
1054  Figure
1055 \begin_inset space ~
1056 \end_inset
1057
1058
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "fig:Two-distorted-images"
1062
1063 \end_inset
1064
1065  is an example of a figure float with two images set side by side.
1066  You can also set the images one below the other.
1067  Figure
1068 \begin_inset space ~
1069 \end_inset
1070
1071
1072 \begin_inset CommandInset ref
1073 LatexCommand ref
1074 reference "fig:Undefinable-structure"
1075
1076 \end_inset
1077
1078  and 
1079 \begin_inset CommandInset ref
1080 LatexCommand ref
1081 reference "fig:A-Platypus"
1082
1083 \end_inset
1084
1085  are the subfigures.
1086 \end_layout
1087
1088 \begin_layout Standard
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status open
1093
1094 \begin_layout Plain Layout
1095 \begin_inset space \hfill{}
1096 \end_inset
1097
1098
1099 \begin_inset Float figure
1100 wide false
1101 sideways false
1102 status collapsed
1103
1104 \begin_layout Plain Layout
1105 \begin_inset Caption
1106
1107 \begin_layout Plain Layout
1108 \begin_inset CommandInset label
1109 LatexCommand label
1110 name "fig:Undefinable-structure"
1111
1112 \end_inset
1113
1114 Undefinable structure.
1115 \end_layout
1116
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \begin_layout Plain Layout
1123 \begin_inset Graphics
1124         filename clipart/escher-lsd.eps
1125         width 45col%
1126         scaleBeforeRotation
1127         groupId distorted
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \end_inset
1135
1136
1137 \begin_inset space \hfill{}
1138 \end_inset
1139
1140
1141 \begin_inset Float figure
1142 wide false
1143 sideways false
1144 status collapsed
1145
1146 \begin_layout Plain Layout
1147 \begin_inset Caption
1148
1149 \begin_layout Plain Layout
1150 \begin_inset CommandInset label
1151 LatexCommand label
1152 name "fig:A-Platypus"
1153
1154 \end_inset
1155
1156 A Platypus.
1157 \end_layout
1158
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \begin_layout Plain Layout
1165 \begin_inset Graphics
1166         filename clipart/platypus.eps
1167         width 45col%
1168         scaleBeforeRotation
1169         groupId distorted
1170
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \begin_inset space \hfill{}
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Plain Layout
1186 \begin_inset Caption
1187
1188 \begin_layout Plain Layout
1189 \begin_inset CommandInset label
1190 LatexCommand label
1191 name "fig:Two-distorted-images"
1192
1193 \end_inset
1194
1195
1196 \begin_inset CommandInset label
1197 LatexCommand label
1198 name "fig2:Two-distorted-images-2"
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  The alignment 
2027 \family sans
2028 At
2029 \begin_inset space ~
2030 \end_inset
2031
2032 Decimal
2033 \begin_inset space ~
2034 \end_inset
2035
2036 Separator
2037 \family default
2038  is described in section
2039 \begin_inset space ~
2040 \end_inset
2041
2042
2043 \begin_inset CommandInset ref
2044 LatexCommand ref
2045 reference "sub:Special-Cell-Alignment"
2046
2047 \end_inset
2048
2049 .
2050  When you have set a width you can also adjust the vertical alignment of
2051  the current row.
2052  A given width will allow the cell to have line breaks and multiple paragraphs
2053  of text, see section
2054 \begin_inset space ~
2055 \end_inset
2056
2057
2058 \begin_inset CommandInset ref
2059 LatexCommand ref
2060 reference "sub:Multiple-Lines-in"
2061
2062 \end_inset
2063
2064 .
2065  If you set no width, the column is as wide as the content of the widest
2066  cell.
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2071  cell, see section
2072 \begin_inset space ~
2073 \end_inset
2074
2075
2076 \begin_inset CommandInset ref
2077 LatexCommand ref
2078 reference "sub:Multicolumns"
2079
2080 \end_inset
2081
2082  or the cells of one column as multirow cell, see section
2083 \begin_inset space ~
2084 \end_inset
2085
2086
2087 \begin_inset CommandInset ref
2088 LatexCommand ref
2089 reference "sub:Multirows"
2090
2091 \end_inset
2092
2093 .
2094 \begin_inset Newline newline
2095 \end_inset
2096
2097 The rotate check boxes rotate the current cell, a selection, or the whole
2098  table counter-clockwise by 90°.
2099  The rotation is not shown within LyX, only in the output.
2100 \begin_inset Newline newline
2101 \end_inset
2102
2103
2104 \begin_inset Note Greyedout
2105 status open
2106
2107 \begin_layout Plain Layout
2108
2109 \series bold
2110 Note:
2111 \series default
2112  Not all DVI-viewers are able to display rotations.
2113 \end_layout
2114
2115 \end_inset
2116
2117
2118 \begin_inset Newline newline
2119 \end_inset
2120
2121 It is also possible to enter a LaTeX-argument which is needed for special
2122  table formattings, see section
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "sub:Multicolumn-Calculations"
2130
2131 \end_inset
2132
2133  and 
2134 \begin_inset CommandInset ref
2135 LatexCommand ref
2136 reference "sec:Colored-Tables"
2137
2138 \end_inset
2139
2140 .
2141 \end_layout
2142
2143 \begin_layout Description
2144
2145 \family sans
2146 Borders
2147 \family default
2148  In this tab you can add and delete border lines for the current row/column.
2149 \begin_inset Newline newline
2150 \end_inset
2151
2152 Using the style option 
2153 \family sans
2154 Formal
2155 \family default
2156  will convert the table to a formal table as described in section
2157 \begin_inset space ~
2158 \end_inset
2159
2160
2161 \begin_inset CommandInset ref
2162 LatexCommand ref
2163 reference "sec:Formal-Tables"
2164
2165 \end_inset
2166
2167 .
2168 \begin_inset Newline newline
2169 \end_inset
2170
2171 You can also add here space to table rows as described in section
2172 \begin_inset space ~
2173 \end_inset
2174
2175
2176 \begin_inset CommandInset ref
2177 LatexCommand ref
2178 reference "sub:Row-Spacing"
2179
2180 \end_inset
2181
2182 .
2183 \end_layout
2184
2185 \begin_layout Description
2186
2187 \family sans
2188 Longtable
2189 \family default
2190  This tab is to make a table a so called 
2191 \begin_inset Quotes eld
2192 \end_inset
2193
2194
2195 \emph on
2196 longtable
2197 \emph default
2198
2199 \begin_inset Quotes erd
2200 \end_inset
2201
2202  that can run over several pages.
2203  Sections
2204 \begin_inset space ~
2205 \end_inset
2206
2207
2208 \begin_inset CommandInset ref
2209 LatexCommand ref
2210 reference "sec:Longtables"
2211
2212 \end_inset
2213
2214  and 
2215 \begin_inset CommandInset ref
2216 LatexCommand ref
2217 reference "sec:Special-Longtable-Issues"
2218
2219 \end_inset
2220
2221  describe the longtable features in detail.
2222 \end_layout
2223
2224 \begin_layout Standard
2225 When the table dialog is open, you can move the cursor with the arrow keys
2226  from cell to cell and the property of the current cell will immediately
2227  be displayed in the dialog.
2228 \end_layout
2229
2230 \begin_layout Section
2231 Table Toolbar
2232 \begin_inset Index idx
2233 status collapsed
2234
2235 \begin_layout Plain Layout
2236 Table ! Toolbar
2237 \end_layout
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 The table toolbar is an alternative to the table dialog to be able to alter
2246  tables faster.
2247  It should normally appear at the bottom of LyX's main window when the cursor
2248  is inside a table.
2249  You can alternatively switch it on to appear always, by right-clicking
2250  in LyX's main menu bar.
2251 \end_layout
2252
2253 \begin_layout Standard
2254 The toolbar has the following icons:
2255 \end_layout
2256
2257 \begin_layout Labeling
2258 \labelwidthstring 00.00.0000
2259 \begin_inset Graphics
2260         filename ../images/tabular-feature_append-row.png
2261         scaleBeforeRotation
2262
2263 \end_inset
2264
2265  adds a row below the current cell or selection
2266 \end_layout
2267
2268 \begin_layout Labeling
2269 \labelwidthstring 00.00.0000
2270 \begin_inset Graphics
2271         filename ../images/tabular-feature_append-column.png
2272         scaleBeforeRotation
2273
2274 \end_inset
2275
2276  adds a column right beside the current cell or selection
2277 \end_layout
2278
2279 \begin_layout Labeling
2280 \labelwidthstring 00.00.0000
2281 \begin_inset Graphics
2282         filename ../images/tabular-feature_delete-row.png
2283         scaleBeforeRotation
2284
2285 \end_inset
2286
2287  deletes the current row or selection
2288 \end_layout
2289
2290 \begin_layout Labeling
2291 \labelwidthstring 00.00.0000
2292 \begin_inset Graphics
2293         filename ../images/tabular-feature_delete-column.png
2294         scaleBeforeRotation
2295
2296 \end_inset
2297
2298  deletes the current column or selection
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303 \begin_inset Graphics
2304         filename ../images/tabular-feature_toggle-line-top.png
2305         scaleBeforeRotation
2306
2307 \end_inset
2308
2309  adds a line at the top of the current cell / row or of a selection
2310 \end_layout
2311
2312 \begin_layout Labeling
2313 \labelwidthstring 00.00.0000
2314 \begin_inset Graphics
2315         filename ../images/tabular-feature_toggle-line-bottom.png
2316         scaleBeforeRotation
2317
2318 \end_inset
2319
2320  adds a line at the bottom of the current cell / row or of a selection
2321 \end_layout
2322
2323 \begin_layout Labeling
2324 \labelwidthstring 00.00.0000
2325 \begin_inset Graphics
2326         filename ../images/tabular-feature_toggle-line-left.png
2327         scaleBeforeRotation
2328
2329 \end_inset
2330
2331  adds a line at the left side of the current cell / row or of a selection
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336 \begin_inset Graphics
2337         filename ../images/tabular-feature_toggle-line-right.png
2338         scaleBeforeRotation
2339
2340 \end_inset
2341
2342  adds a line at the right side of the current cell / row or of a selection
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347 \begin_inset Graphics
2348         filename ../images/tabular-feature_set-all-lines.png
2349         scaleBeforeRotation
2350
2351 \end_inset
2352
2353  adds lines around the current or selected cells - if the current cell no
2354  multicolumn cell this also affects the current row and column
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359 \begin_inset Graphics
2360         filename ../images/tabular-feature_unset-all-lines.png
2361         scaleBeforeRotation
2362
2363 \end_inset
2364
2365  deletes all lines of the current or selected cells - if the current cell
2366  no multicolumn cell this also affects the current row and column
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../images/tabular-feature_m-align-left.png
2373         scaleBeforeRotation
2374
2375 \end_inset
2376
2377  left-aligns the content of the current cell / column
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382 \begin_inset Graphics
2383         filename ../images/tabular-feature_m-align-center.png
2384         scaleBeforeRotation
2385
2386 \end_inset
2387
2388  centers the content of the current cell / column horizontally
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393 \begin_inset Graphics
2394         filename ../images/tabular-feature_m-align-right.png
2395         scaleBeforeRotation
2396
2397 \end_inset
2398
2399  right-aligns the content of the current cell / column
2400 \end_layout
2401
2402 \begin_layout Labeling
2403 \labelwidthstring 00.00.0000
2404 \begin_inset Graphics
2405         filename ../images/tabular-feature_align-decimal.png
2406         scaleBeforeRotation
2407
2408 \end_inset
2409
2410  aligns the content of the current column at a character
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415 \begin_inset Graphics
2416         filename ../images/tabular-feature_m-valign-top.png
2417         scaleBeforeRotation
2418
2419 \end_inset
2420
2421  aligns the content of the current cell vertically to the top
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426 \begin_inset Graphics
2427         filename ../images/tabular-feature_m-valign-middle.png
2428         scaleBeforeRotation
2429
2430 \end_inset
2431
2432  centers the content of the current cell vertically
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../images/tabular-feature_m-valign-bottom.png
2439         scaleBeforeRotation
2440
2441 \end_inset
2442
2443  aligns the content of the current cell vertically to the bottom
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448 \begin_inset Graphics
2449         filename ../images/tabular-feature_set-rotate-cell.png
2450         scaleBeforeRotation
2451
2452 \end_inset
2453
2454  rotates the current cell or selection counter-clockwise by 90°
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Graphics
2460         filename ../images/tabular-feature_set-rotate-tabular.png
2461         scaleBeforeRotation
2462
2463 \end_inset
2464
2465  rotates the whole table counter-clockwise by 90°
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470 \begin_inset Graphics
2471         filename ../images/tabular-feature_multicolumn.png
2472         scaleBeforeRotation
2473
2474 \end_inset
2475
2476  sets the current cell or selection as a multicolumn
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Graphics
2482         filename ../images/tabular-feature_multirow.png
2483         scaleBeforeRotation
2484
2485 \end_inset
2486
2487  sets the current cell or selection as a multirow
2488 \end_layout
2489
2490 \begin_layout Standard
2491 \begin_inset Note Greyedout
2492 status open
2493
2494 \begin_layout Plain Layout
2495
2496 \series bold
2497 Note:
2498 \series default
2499  For the output the vertical alignment of the first cell in a row is used
2500  for all following cells in the row.
2501 \end_layout
2502
2503 \end_inset
2504
2505
2506 \end_layout
2507
2508 \begin_layout Section
2509 Edit Table Menu
2510 \begin_inset Index idx
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514 Table ! Edit Menu
2515 \end_layout
2516
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \begin_layout Standard
2523 Additionally to the table dialog and toolbar, the menu 
2524 \family sans
2525 Edit\SpecialChar \menuseparator
2526 Table
2527 \family default
2528  allows you to add and delete border lines for the current row/column and
2529  to set the current selection as multicolumn.
2530  The menu is only available when the cursor is inside a table.
2531 \end_layout
2532
2533 \begin_layout Section
2534 Table Floats
2535 \begin_inset CommandInset label
2536 LatexCommand label
2537 name "sec:Table-Floats"
2538
2539 \end_inset
2540
2541
2542 \begin_inset Index idx
2543 status collapsed
2544
2545 \begin_layout Plain Layout
2546 Floats ! Tables
2547 \end_layout
2548
2549 \end_inset
2550
2551
2552 \begin_inset Index idx
2553 status collapsed
2554
2555 \begin_layout Plain Layout
2556 Table ! Floats
2557 \end_layout
2558
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \begin_layout Standard
2565 For general explanations about floats, have a look at section
2566 \begin_inset space ~
2567 \end_inset
2568
2569
2570 \begin_inset CommandInset ref
2571 LatexCommand ref
2572 reference "sec:FloatIntroduction"
2573
2574 \end_inset
2575
2576 .
2577 \end_layout
2578
2579 \begin_layout Standard
2580 \begin_inset Float table
2581 placement h
2582 wide false
2583 sideways false
2584 status open
2585
2586 \begin_layout Plain Layout
2587 \begin_inset Caption
2588
2589 \begin_layout Plain Layout
2590 \begin_inset CommandInset label
2591 LatexCommand label
2592 name "tab:a table float"
2593
2594 \end_inset
2595
2596 A table float.
2597 \end_layout
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \begin_layout Plain Layout
2605 \align center
2606 \begin_inset Tabular
2607 <lyxtabular version="3" rows="3" columns="3">
2608 <features tabularvalignment="middle">
2609 <column alignment="center" valignment="top" width="0pt">
2610 <column alignment="center" valignment="top" width="0pt">
2611 <column alignment="center" valignment="top" width="0pt">
2612 <row>
2613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2614 \begin_inset Text
2615
2616 \begin_layout Plain Layout
2617
2618 \family roman
2619 \series medium
2620 \shape up
2621 \size normal
2622 \emph off
2623 \bar no
2624 \noun off
2625 \color none
2626 1
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Plain Layout
2635
2636 \family roman
2637 \series medium
2638 \shape up
2639 \size normal
2640 \emph off
2641 \bar no
2642 \noun off
2643 \color none
2644 2
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Plain Layout
2653
2654 \family roman
2655 \series medium
2656 \shape up
2657 \size normal
2658 \emph off
2659 \bar no
2660 \noun off
2661 \color none
2662 3
2663 \end_layout
2664
2665 \end_inset
2666 </cell>
2667 </row>
2668 <row>
2669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Plain Layout
2673
2674 \family roman
2675 \series medium
2676 \shape up
2677 \size normal
2678 \emph off
2679 \bar no
2680 \noun off
2681 \color none
2682 Joe
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691
2692 \family roman
2693 \series medium
2694 \shape up
2695 \size normal
2696 \emph off
2697 \bar no
2698 \noun off
2699 \color none
2700 Mary
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709
2710 \family roman
2711 \series medium
2712 \shape up
2713 \size normal
2714 \emph off
2715 \bar no
2716 \noun off
2717 \color none
2718 Ted
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 </row>
2724 <row>
2725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Plain Layout
2729
2730 \family roman
2731 \series medium
2732 \shape up
2733 \size normal
2734 \emph off
2735 \bar no
2736 \noun off
2737 \color none
2738 \begin_inset Formula $\int x^{2}dx$
2739 \end_inset
2740
2741
2742 \end_layout
2743
2744 \end_inset
2745 </cell>
2746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750
2751 \family roman
2752 \series medium
2753 \shape up
2754 \size normal
2755 \emph off
2756 \bar no
2757 \noun off
2758 \color none
2759 \begin_inset Formula $\left[\begin{array}{cc}
2760 a & b\\
2761 c & d
2762 \end{array}\right]$
2763 \end_inset
2764
2765
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774
2775 \family roman
2776 \series medium
2777 \shape up
2778 \size normal
2779 \emph off
2780 \bar no
2781 \noun off
2782 \color none
2783 \begin_inset Formula $1+1=2$
2784 \end_inset
2785
2786
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 </row>
2792 </lyxtabular>
2793
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \end_inset
2800
2801
2802 \end_layout
2803
2804 \begin_layout Standard
2805 Table floats can be inserted using the menu 
2806 \family sans
2807 Insert\SpecialChar \menuseparator
2808 Float\SpecialChar \menuseparator
2809 Table
2810 \family default
2811  or the toolbar button 
2812 \begin_inset Graphics
2813         filename ../images/float-insert_table.png
2814         scale 85
2815         scaleBeforeRotation
2816
2817 \end_inset
2818
2819 .
2820 \end_layout
2821
2822 \begin_layout Standard
2823 The float appears as a collapsible box with a caption that has the label
2824  
2825 \begin_inset Quotes eld
2826 \end_inset
2827
2828 Table
2829 \begin_inset space ~
2830 \end_inset
2831
2832 #:
2833 \begin_inset Quotes erd
2834 \end_inset
2835
2836  (# is the actual table number).
2837  You can insert tables in the float above or below the caption.
2838 \end_layout
2839
2840 \begin_layout Standard
2841 Table
2842 \begin_inset space ~
2843 \end_inset
2844
2845
2846 \begin_inset CommandInset ref
2847 LatexCommand ref
2848 reference "tab:a table float"
2849
2850 \end_inset
2851
2852  is an example table within a table float.
2853 \end_layout
2854
2855 \begin_layout Standard
2856 Having the caption above the table is the common rule that is unfortunately
2857  not supported in LaTeX's standard classes.
2858  This means that, if you are using the document classes 
2859 \family sans
2860 article
2861 \family default
2862
2863 \family sans
2864 book
2865 \family default
2866
2867 \family sans
2868 letter
2869 \family default
2870 , or 
2871 \family sans
2872 report
2873 \family default
2874 , there will be no space between the caption and the table.
2875  To insert the needed space, add the following option to the load command
2876  of the LaTeX-package 
2877 \series bold
2878 caption
2879 \series default
2880
2881 \begin_inset Index idx
2882 status collapsed
2883
2884 \begin_layout Plain Layout
2885 LaTeX-packages ! caption
2886 \end_layout
2887
2888 \end_inset
2889
2890  in your document preamble
2891 \begin_inset Foot
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895 For more information have a look at section
2896 \begin_inset space ~
2897 \end_inset
2898
2899
2900 \begin_inset CommandInset ref
2901 LatexCommand ref
2902 reference "sec:Caption-Placement"
2903
2904 \end_inset
2905
2906 .
2907 \end_layout
2908
2909 \end_inset
2910
2911 :
2912 \end_layout
2913
2914 \begin_layout Standard
2915
2916 \series bold
2917 tableposition=top
2918 \end_layout
2919
2920 \begin_layout Standard
2921 The package 
2922 \series bold
2923 caption
2924 \series default
2925 , which is described in section
2926 \begin_inset space ~
2927 \end_inset
2928
2929
2930 \begin_inset CommandInset ref
2931 LatexCommand ref
2932 reference "sec:Caption-Formatting"
2933
2934 \end_inset
2935
2936 , is used to adjust the caption format.
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \begin_inset Index idx
2941 status collapsed
2942
2943 \begin_layout Plain Layout
2944 References ! to Tables
2945 \end_layout
2946
2947 \end_inset
2948
2949 Tables can be cross-referenced in the text by referencing their label.
2950  To do this insert a label in the caption using the menu 
2951 \family sans
2952 Insert\SpecialChar \menuseparator
2953 Label
2954 \family default
2955  or the toolbar button 
2956 \begin_inset Graphics
2957         filename ../images/label-insert.png
2958         scale 85
2959         scaleBeforeRotation
2960
2961 \end_inset
2962
2963 .
2964  You can now refer to the label using the menu 
2965 \family sans
2966 Insert\SpecialChar \menuseparator
2967 Cross
2968 \begin_inset space ~
2969 \end_inset
2970
2971 reference
2972 \family default
2973  or the toolbar button 
2974 \begin_inset Graphics
2975         filename ../images/dialog-show-new-inset_ref.png
2976         scale 85
2977         scaleBeforeRotation
2978
2979 \end_inset
2980
2981 .
2982 \begin_inset Newline newline
2983 \end_inset
2984
2985 Referencing is explained in detail in section
2986 \begin_inset space ~
2987 \end_inset
2988
2989
2990 \begin_inset CommandInset ref
2991 LatexCommand ref
2992 reference "sec:Referencing-Floats"
2993
2994 \end_inset
2995
2996 .
2997 \end_layout
2998
2999 \begin_layout Section
3000 Longtables
3001 \begin_inset CommandInset label
3002 LatexCommand label
3003 name "sec:Longtables"
3004
3005 \end_inset
3006
3007
3008 \begin_inset Index idx
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012 Longtables
3013 \end_layout
3014
3015 \end_inset
3016
3017
3018 \begin_inset Index idx
3019 status collapsed
3020
3021 \begin_layout Plain Layout
3022 Table ! Longtables
3023 \end_layout
3024
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \begin_layout Standard
3031 If the table is too long to fit on one page, you can use the option 
3032 \family sans
3033 Use
3034 \begin_inset space ~
3035 \end_inset
3036
3037 long
3038 \begin_inset space ~
3039 \end_inset
3040
3041 table
3042 \family default
3043  in the tab 
3044 \family sans
3045 Longtable
3046 \family default
3047  of the table dialog to split the table automatically over more pages.
3048  Doing this enables the following options:
3049 \end_layout
3050
3051 \begin_layout Description
3052 Header: The current row is defined to be a header row that appears on all
3053  pages of the longtable; except for the first page, if 
3054 \family sans
3055 First
3056 \begin_inset space ~
3057 \end_inset
3058
3059 header
3060 \family default
3061  is defined.
3062  This is therefore called the main header.
3063 \end_layout
3064
3065 \begin_layout Description
3066 First
3067 \begin_inset space ~
3068 \end_inset
3069
3070 header: The current row is defined to be a header row that appears on the
3071  first page of the longtable.
3072 \end_layout
3073
3074 \begin_layout Description
3075 Footer: The current row is defined to be a footer row that appears on all
3076  pages of the longtable; except for the last page, if 
3077 \family sans
3078 Last
3079 \begin_inset space ~
3080 \end_inset
3081
3082 footer
3083 \family default
3084  is defined.
3085 \end_layout
3086
3087 \begin_layout Description
3088 Last
3089 \begin_inset space ~
3090 \end_inset
3091
3092 footer: The current row is defined to be a footer row that appears on the
3093  last page of the longtable.
3094 \end_layout
3095
3096 \begin_layout Description
3097 Caption: The current row contains the table caption.
3098  The row is reset as single column and a caption is inserted.
3099  More about longtable captions is explained in sec.
3100 \begin_inset space \thinspace{}
3101 \end_inset
3102
3103
3104 \begin_inset CommandInset ref
3105 LatexCommand ref
3106 reference "sub:Longtable-Captions"
3107
3108 \end_inset
3109
3110 .
3111 \end_layout
3112
3113 \begin_layout Standard
3114 You can also specify a row where the table is split.
3115  See the following longtable to see how it works:
3116 \end_layout
3117
3118 \begin_layout Standard
3119 \align center
3120 \begin_inset Tabular
3121 <lyxtabular version="3" rows="69" columns="3">
3122 <features islongtable="true" longtabularalignment="center">
3123 <column alignment="left" valignment="top" width="0cm">
3124 <column alignment="left" valignment="top" width="0pt">
3125 <column alignment="center" valignment="top" width="0pt">
3126 <row endfirsthead="true">
3127 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131
3132 \series bold
3133 Example Phone List (ignore the names)
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row endfirsthead="true">
3158 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \series bold
3164 NAME
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182
3183 \series bold
3184 TEL.
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 </row>
3190 <row endhead="true">
3191 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195
3196 \series bold
3197 Example Phone List
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 </row>
3221 <row endhead="true">
3222 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226
3227 \series bold
3228 NAME
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 TEL.
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row endfoot="true">
3255 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259  continued on next page
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 </row>
3283 <row>
3284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 Annovi
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 Silvia
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308 111
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 </row>
3314 <row>
3315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319
3320 \series bold
3321 Bertoli
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 Stefano
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 111
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Bozzi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Walter
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 111
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 Cachia
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 Maria
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 111
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 </row>
3407 <row>
3408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \series bold
3414 Cachia
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 Maurizio
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 111
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Cinquemani
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Giusi
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Colin
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Bernard
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Concli
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Gianfranco
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Dal Bosco
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Carolina
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Dalpiaz
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Annamaria
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Feliciello
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Domenico
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Focarelli
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Paola
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Galletti
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Oreste
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Gasparini
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Franca
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Rizzardi
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Paola
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Lassini
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Giancarlo
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Malfatti
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Luciano
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Malfatti
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Valeriano
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Meneguzzo
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Roberto
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Mezzadra
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Roberto
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Pirpamer
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Erich
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Pochiesa
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Paolo
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111, 222
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Radina
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Claudio
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Stuffer
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Oskar
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Tacchelli
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Ugo
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Tezzele
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Margit
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Unterkalmsteiner
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Frieda
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Vieider
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Hilde
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Vigna
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Jürgen
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Weber
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Maurizio
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Winkler
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Franz
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249  
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \series bold
4280 Annovi
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 Silvia
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 555
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 </row>
4304 <row>
4305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309
4310 \series bold
4311 Bertoli
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 Stefano
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 555
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Bozzi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Walter
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 555
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Cachia
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Maria
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 555
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Cachia
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Maurizio
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 555
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Cinquemani
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Giusi
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Colin
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Bernard
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Concli
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Gianfranco
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Dal Bosco
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Carolina
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Dalpiaz
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Annamaria
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Feliciello
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Domenico
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Focarelli
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Paola
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Galletti
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Oreste
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Gasparini
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Franca
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Rizzardi
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Paola
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Lassini
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Giancarlo
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Malfatti
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Luciano
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Malfatti
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Valeriano
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Meneguzzo
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Roberto
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Mezzadra
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Roberto
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Pirpamer
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Erich
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Pochiesa
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Paolo
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555, 222
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Radina
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Claudio
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Stuffer
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Oskar
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Tacchelli
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Ugo
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Tezzele
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Margit
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Unterkalmsteiner
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Frieda
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Vieider
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Hilde
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Vigna
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Jürgen
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 999
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Weber
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Maurizio
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Winkler
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Franz
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 555
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row endlastfoot="true">
5235 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 end
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 </row>
5263 </lyxtabular>
5264
5265 \end_inset
5266
5267
5268 \begin_inset ERT
5269 status collapsed
5270
5271 \begin_layout Plain Layout
5272
5273
5274 \backslash
5275 addtocounter{table}{-1}
5276 \end_layout
5277
5278 \end_inset
5279
5280
5281 \begin_inset Note Note
5282 status collapsed
5283
5284 \begin_layout Plain Layout
5285 See the first greyed-out note in section
5286 \begin_inset space ~
5287 \end_inset
5288
5289
5290 \begin_inset CommandInset ref
5291 LatexCommand ref
5292 reference "sub:Longtable-Captions"
5293
5294 \end_inset
5295
5296  for an explanation of this command.
5297 \end_layout
5298
5299 \end_inset
5300
5301
5302 \end_layout
5303
5304 \begin_layout Subsection
5305 Footnotes in Longtables
5306 \begin_inset CommandInset label
5307 LatexCommand label
5308 name "sub:Footnotes-in-Longtables"
5309
5310 \end_inset
5311
5312
5313 \begin_inset Index idx
5314 status collapsed
5315
5316 \begin_layout Plain Layout
5317 Longtables ! Footnotes
5318 \end_layout
5319
5320 \end_inset
5321
5322
5323 \end_layout
5324
5325 \begin_layout Standard
5326 Footnotes can be inserted to every longtable cell.
5327  They appear at the bottom of the page where the table cell with the footnote
5328  appears.
5329  Table
5330 \begin_inset space ~
5331 \end_inset
5332
5333
5334 \begin_inset CommandInset ref
5335 LatexCommand ref
5336 reference "tab:DiffCaptions"
5337
5338 \end_inset
5339
5340  has for example a footnote.
5341 \end_layout
5342
5343 \begin_layout Subsection
5344 Longtable Alignment
5345 \begin_inset Index idx
5346 status collapsed
5347
5348 \begin_layout Plain Layout
5349 Longtables ! Alignment
5350 \end_layout
5351
5352 \end_inset
5353
5354
5355 \end_layout
5356
5357 \begin_layout Standard
5358 The horizontal alignment of longtables can be set in the table settings
5359  dialog.
5360  For left- and right-alignment the table will be directly at the page border.
5361  To add space between the table and the border one has to set the alignment
5362  to center and change the value of the LaTeX-lengths 
5363 \series bold
5364
5365 \backslash
5366 LTleft 
5367 \series default
5368 or 
5369 \series bold
5370
5371 \backslash
5372 LTright
5373 \series default
5374  by inserting this line as TeX-Code before the longtable:
5375 \end_layout
5376
5377 \begin_layout Standard
5378
5379 \series bold
5380
5381 \backslash
5382 setlength{
5383 \backslash
5384 LTleft}{value}
5385 \end_layout
5386
5387 \begin_layout Standard
5388 The value can have any of the units listed in Table
5389 \begin_inset space ~
5390 \end_inset
5391
5392
5393 \begin_inset CommandInset ref
5394 LatexCommand ref
5395 reference "tab:Units"
5396
5397 \end_inset
5398
5399 .
5400  
5401 \series bold
5402
5403 \backslash
5404 LTleft
5405 \series default
5406  controls the horizontal distance from the left page border to the longtable,
5407  
5408 \series bold
5409
5410 \backslash
5411 LTright
5412 \series default
5413  the distance from the right side.
5414  The default value for both lengths is 
5415 \series bold
5416
5417 \backslash
5418 fill
5419 \series default
5420 , which is in this case the same as an horizontal fill in LyX.
5421 \end_layout
5422
5423 \begin_layout Standard
5424 The following longtable was centered and 
5425 \series bold
5426
5427 \backslash
5428 LTleft
5429 \series default
5430  set to 
5431 \family sans
5432 0.1
5433 \backslash
5434 columnwidth
5435 \family default
5436 :
5437 \begin_inset ERT
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441
5442
5443 \backslash
5444 setlength{
5445 \backslash
5446 LTleft}{0.1
5447 \backslash
5448 columnwidth}
5449 \end_layout
5450
5451 \end_inset
5452
5453
5454 \end_layout
5455
5456 \begin_layout Standard
5457 \begin_inset Tabular
5458 <lyxtabular version="3" rows="5" columns="5">
5459 <features islongtable="true" longtabularalignment="center">
5460 <column alignment="center" valignment="top" width="0">
5461 <column alignment="center" valignment="top" width="0pt">
5462 <column alignment="center" valignment="top" width="0">
5463 <column alignment="center" valignment="top" width="0">
5464 <column alignment="center" valignment="top" width="0">
5465 <row>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 1
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 2
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 3
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 4
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506 5
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 asd
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 s
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 s
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 s
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 asd
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 asd
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 s
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 s
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 s
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 asd
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 </row>
5606 <row>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 asd
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 s
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 s
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 s
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 asd
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 asd
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 asd
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 asd
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 asd
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 </lyxtabular>
5701
5702 \end_inset
5703
5704
5705 \begin_inset ERT
5706 status collapsed
5707
5708 \begin_layout Plain Layout
5709
5710
5711 \backslash
5712 setlength{
5713 \backslash
5714 LTleft}{
5715 \backslash
5716 fill}
5717 \end_layout
5718
5719 \end_inset
5720
5721
5722 \begin_inset ERT
5723 status collapsed
5724
5725 \begin_layout Plain Layout
5726
5727
5728 \backslash
5729 addtocounter{table}{-1}
5730 \end_layout
5731
5732 \end_inset
5733
5734
5735 \begin_inset Note Note
5736 status collapsed
5737
5738 \begin_layout Plain Layout
5739 See the first greyed-out note in section
5740 \begin_inset space ~
5741 \end_inset
5742
5743
5744 \begin_inset CommandInset ref
5745 LatexCommand ref
5746 reference "sub:Longtable-Captions"
5747
5748 \end_inset
5749
5750  for an explanation of this command.
5751 \end_layout
5752
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \begin_layout Subsection
5759 Longtable Captions
5760 \begin_inset Index idx
5761 status collapsed
5762
5763 \begin_layout Plain Layout
5764 Longtables ! Captions
5765 \end_layout
5766
5767 \end_inset
5768
5769
5770 \begin_inset CommandInset label
5771 LatexCommand label
5772 name "sub:Longtable-Captions"
5773
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 A longtable cannot be put into a table float because floats can only be
5781  on one page.
5782  But the caption environment of floats can also be used for longtables when
5783  you use the longtable option 
5784 \family sans
5785 Caption
5786 \family default
5787  as described in sec.
5788 \begin_inset space \thinspace{}
5789 \end_inset
5790
5791
5792 \begin_inset CommandInset ref
5793 LatexCommand ref
5794 reference "sec:Longtables"
5795
5796 \end_inset
5797
5798 .
5799  Only one table row can contain the caption.
5800 \end_layout
5801
5802 \begin_layout Standard
5803 Here is a short longtable to see how it works:
5804 \end_layout
5805
5806 \begin_layout Standard
5807 \begin_inset Tabular
5808 <lyxtabular version="3" rows="6" columns="5">
5809 <features islongtable="true" longtabularalignment="center">
5810 <column alignment="center" valignment="top" width="0">
5811 <column alignment="center" valignment="top" width="0">
5812 <column alignment="center" valignment="top" width="0">
5813 <column alignment="center" valignment="top" width="0">
5814 <column alignment="center" valignment="top" width="0">
5815 <row caption="true">
5816 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 \begin_inset Caption
5821
5822 \begin_layout Plain Layout
5823 Longtable with caption
5824 \begin_inset Argument
5825 status open
5826
5827 \begin_layout Plain Layout
5828 Longtable
5829 \end_layout
5830
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 <row>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 1
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 2
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 3
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 4
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 5
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 asd
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 s
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 s
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 s
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 asd
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 </lyxtabular>
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \begin_layout Standard
6123 \begin_inset VSpace medskip
6124 \end_inset
6125
6126
6127 \begin_inset Note Greyedout
6128 status open
6129
6130 \begin_layout Plain Layout
6131
6132 \series bold
6133 Note
6134 \begin_inset space ~
6135 \end_inset
6136
6137 1:
6138 \series default
6139  The table number is increased for for every longtable, even if you did
6140  not set a caption for it.
6141  For this reason you could have the case that e.
6142 \begin_inset space \thinspace{}
6143 \end_inset
6144
6145 g.
6146 \begin_inset space \space{}
6147 \end_inset
6148
6149 Table
6150 \begin_inset space ~
6151 \end_inset
6152
6153 2.4 follows Table
6154 \begin_inset space ~
6155 \end_inset
6156
6157 2.1 in the list of tables if there are two longtables without captions.
6158  To avoid this you can add the following command in TeX-Code after every
6159  longtable without a caption:
6160 \end_layout
6161
6162 \begin_layout Plain Layout
6163
6164 \series bold
6165
6166 \backslash
6167 addtocounter{table}{-1}
6168 \end_layout
6169
6170 \begin_layout Plain Layout
6171 This is not needed when none of your longtables have a caption and you add
6172  the following code to the document preamble:
6173 \end_layout
6174
6175 \begin_layout Plain Layout
6176
6177 \series bold
6178
6179 \backslash
6180 let
6181 \backslash
6182 myEnd
6183 \backslash
6184 endlongtable
6185 \begin_inset Newline newline
6186 \end_inset
6187
6188
6189 \backslash
6190 renewcommand{
6191 \backslash
6192 endlongtable}{
6193 \backslash
6194 myEnd
6195 \backslash
6196 addtocounter{table}{-1}}
6197 \end_layout
6198
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \begin_layout Standard
6205 \begin_inset Note Greyedout
6206 status open
6207
6208 \begin_layout Plain Layout
6209
6210 \series bold
6211 Note
6212 \begin_inset space ~
6213 \end_inset
6214
6215 2:
6216 \series default
6217  If you are using
6218 \series bold
6219  hyperref
6220 \series default
6221
6222 \begin_inset Index idx
6223 status collapsed
6224
6225 \begin_layout Plain Layout
6226 LaTeX-packages ! hyperref
6227 \end_layout
6228
6229 \end_inset
6230
6231  in the 
6232 \family sans
6233 PDF Properties
6234 \family default
6235  of the 
6236 \family sans
6237 Document Settings
6238 \family default
6239  dialog to link cross-references, the link to a longtable caption will always
6240  point to the beginning of the document.
6241 \end_layout
6242
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \begin_layout Subsubsection
6249 References to Longtables
6250 \begin_inset Index idx
6251 status collapsed
6252
6253 \begin_layout Plain Layout
6254 Longtables ! References
6255 \end_layout
6256
6257 \end_inset
6258
6259
6260 \end_layout
6261
6262 \begin_layout Standard
6263 \begin_inset Tabular
6264 <lyxtabular version="3" rows="6" columns="5">
6265 <features islongtable="true" longtabularalignment="center">
6266 <column alignment="center" valignment="top" width="0">
6267 <column alignment="center" valignment="top" width="0">
6268 <column alignment="center" valignment="top" width="0">
6269 <column alignment="center" valignment="top" width="0">
6270 <column alignment="center" valignment="top" width="0">
6271 <row caption="true">
6272 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 \begin_inset Caption
6277
6278 \begin_layout Plain Layout
6279 Referenced longtable
6280 \begin_inset CommandInset label
6281 LatexCommand label
6282 name "tab:RefExample"
6283
6284 \end_inset
6285
6286
6287 \end_layout
6288
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 1
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 2
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 3
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 4
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 5
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 asd
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 s
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 s
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 s
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 asd
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 </row>
6427 <row>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 asd
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 s
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 s
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 s
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 asd
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 asd
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 s
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 s
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 asd
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 asd
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 sad
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 asd
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 asd
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 </lyxtabular>
6569
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \begin_layout Standard
6576 To reference a longtable, insert a label into the caption.
6577 \end_layout
6578
6579 \begin_layout Standard
6580 This is a reference to Table
6581 \begin_inset space ~
6582 \end_inset
6583
6584
6585 \begin_inset CommandInset ref
6586 LatexCommand ref
6587 reference "tab:RefExample"
6588
6589 \end_inset
6590
6591 .
6592 \end_layout
6593
6594 \begin_layout Standard
6595 The caption layout can be set together with all other captions of your document
6596  using the LaTeX-package 
6597 \series bold
6598 caption
6599 \series default
6600
6601 \begin_inset Index idx
6602 status collapsed
6603
6604 \begin_layout Plain Layout
6605 LaTeX-packages ! caption
6606 \end_layout
6607
6608 \end_inset
6609
6610 , see section
6611 \begin_inset space ~
6612 \end_inset
6613
6614
6615 \begin_inset CommandInset ref
6616 LatexCommand ref
6617 reference "sec:Caption-Formatting"
6618
6619 \end_inset
6620
6621 .
6622 \end_layout
6623
6624 \begin_layout Subsubsection
6625 Caption Width
6626 \begin_inset Index idx
6627 status collapsed
6628
6629 \begin_layout Plain Layout
6630 Longtables ! Caption Width
6631 \end_layout
6632
6633 \end_inset
6634
6635
6636 \end_layout
6637
6638 \begin_layout Standard
6639 The maximal width of of caption lines is defined by the length 
6640 \series bold
6641
6642 \backslash
6643 LTcapwidth
6644 \series default
6645 .
6646  Its default value is 4
6647 \begin_inset space \thinspace{}
6648 \end_inset
6649
6650 in.
6651  To change it add the following command to your document preamble or as
6652  TeX-Code into your document before the longtable that should be affected
6653 \end_layout
6654
6655 \begin_layout Standard
6656
6657 \series bold
6658
6659 \backslash
6660 setlength{
6661 \backslash
6662 LTcapwidth}{width}
6663 \end_layout
6664
6665 \begin_layout Standard
6666 where the width could have one of the units listed in appendix
6667 \begin_inset space ~
6668 \end_inset
6669
6670
6671 \begin_inset CommandInset ref
6672 LatexCommand ref
6673 reference "cha:Units-available-in"
6674
6675 \end_inset
6676
6677 .
6678 \end_layout
6679
6680 \begin_layout Standard
6681 The following tables show the difference:
6682 \end_layout
6683
6684 \begin_layout Standard
6685 \begin_inset Tabular
6686 <lyxtabular version="3" rows="6" columns="5">
6687 <features islongtable="true" longtabularalignment="center">
6688 <column alignment="center" valignment="top" width="0">
6689 <column alignment="center" valignment="top" width="0">
6690 <column alignment="center" valignment="top" width="0">
6691 <column alignment="center" valignment="top" width="0">
6692 <column alignment="center" valignment="top" width="0">
6693 <row caption="true">
6694 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 \begin_inset Caption
6699
6700 \begin_layout Plain Layout
6701 long full title with default width long full title with default width long
6702  full title with default width
6703 \begin_inset Argument
6704 status collapsed
6705
6706 \begin_layout Plain Layout
6707 caption with default width
6708 \end_layout
6709
6710 \end_inset
6711
6712
6713 \end_layout
6714
6715 \end_inset
6716
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 </row>
6759 <row>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 1
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 2
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 3
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 4
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 5
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 </row>
6806 <row>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 asd
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 s
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 s
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 s
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 asd
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 </row>
6853 <row>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 asd
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 s
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 s
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 s
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 asd
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 <row>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 asd
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 s
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 s
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 s
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 asd
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 <row>
6948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 asd
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 sad
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 asd
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 asd
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 asd
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 </row>
6994 </lyxtabular>
6995
6996 \end_inset
6997
6998
6999 \end_layout
7000
7001 \begin_layout Standard
7002 \begin_inset ERT
7003 status collapsed
7004
7005 \begin_layout Plain Layout
7006
7007
7008 \backslash
7009 setlength{
7010 \backslash
7011 LTcapwidth}{5cm}
7012 \end_layout
7013
7014 \end_inset
7015
7016
7017 \begin_inset Tabular
7018 <lyxtabular version="3" rows="6" columns="5">
7019 <features islongtable="true" longtabularalignment="center">
7020 <column alignment="center" valignment="top" width="0">
7021 <column alignment="center" valignment="top" width="0">
7022 <column alignment="center" valignment="top" width="0">
7023 <column alignment="center" valignment="top" width="0">
7024 <column alignment="center" valignment="top" width="0">
7025 <row caption="true">
7026 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 \begin_inset Caption
7031
7032 \begin_layout Plain Layout
7033 long full title with width set to 5
7034 \begin_inset space \thinspace{}
7035 \end_inset
7036
7037 cm long full title with width set to 5
7038 \begin_inset space \thinspace{}
7039 \end_inset
7040
7041 cm long full title with width set to 5
7042 \begin_inset space \thinspace{}
7043 \end_inset
7044
7045 cm
7046 \begin_inset Argument
7047 status collapsed
7048
7049 \begin_layout Plain Layout
7050 caption with width
7051 \begin_inset space \thinspace{}
7052 \end_inset
7053
7054 =
7055 \begin_inset space \thinspace{}
7056 \end_inset
7057
7058 5
7059 \begin_inset space \thinspace{}
7060 \end_inset
7061
7062 cm
7063 \end_layout
7064
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \end_inset
7071
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 </row>
7114 <row>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 1
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 2
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 3
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 4
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 5
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 </row>
7161 <row>
7162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 asd
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 s
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 s
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 s
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 asd
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 </row>
7208 <row>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 asd
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 s
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 s
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 s
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 asd
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 </row>
7255 <row>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 asd
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 s
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 s
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 s
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 asd
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 </row>
7302 <row>
7303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 asd
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 sad
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 asd
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 asd
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343 asd
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 </lyxtabular>
7350
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \begin_layout Standard
7357 \begin_inset ERT
7358 status collapsed
7359
7360 \begin_layout Plain Layout
7361
7362
7363 \backslash
7364 setlength{
7365 \backslash
7366 LTcapwidth}{4in}
7367 \end_layout
7368
7369 \end_inset
7370
7371
7372 \end_layout
7373
7374 \begin_layout Standard
7375 \begin_inset Note Greyedout
7376 status open
7377
7378 \begin_layout Plain Layout
7379
7380 \series bold
7381 Note:
7382 \series default
7383  When the LaTeX-package 
7384 \series bold
7385 caption
7386 \series default
7387
7388 \begin_inset Index idx
7389 status collapsed
7390
7391 \begin_layout Plain Layout
7392 LaTeX-packages ! caption
7393 \end_layout
7394
7395 \end_inset
7396
7397  is used, as in this document, the full page width is used for the caption
7398  when you use the default value of 4
7399 \begin_inset space \thinspace{}
7400 \end_inset
7401
7402 in for 
7403 \series bold
7404
7405 \backslash
7406 LTcapwidth
7407 \series default
7408 .
7409  To get in this case exactly a 4
7410 \begin_inset space \thinspace{}
7411 \end_inset
7412
7413 in wide caption, you can either use a value slightly different from 4.0
7414 \begin_inset space \thinspace{}
7415 \end_inset
7416
7417 in, e.
7418 \begin_inset space \thinspace{}
7419 \end_inset
7420
7421 g.
7422 \begin_inset space \space{}
7423 \end_inset
7424
7425 3.99
7426 \begin_inset space \thinspace{}
7427 \end_inset
7428
7429 in, or the LaTeX-command 
7430 \series bold
7431
7432 \backslash
7433 captionsetup{width=value}
7434 \series default
7435  that is provided by the 
7436 \series bold
7437 caption
7438 \series default
7439 -package.
7440 \end_layout
7441
7442 \end_inset
7443
7444
7445 \end_layout
7446
7447 \begin_layout Subsubsection
7448 Different Captions for Table Pages
7449 \begin_inset Index idx
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453 Longtables ! Different Captions for Pages
7454 \end_layout
7455
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \begin_layout Standard
7462 When the table captions for the following pages should differ from the one
7463  of the first table page, insert a caption with the TeX code command
7464 \end_layout
7465
7466 \begin_layout Standard
7467
7468 \series bold
7469
7470 \backslash
7471 caption*{caption text}
7472 \backslash
7473
7474 \backslash
7475 %
7476 \end_layout
7477
7478 \begin_layout Standard
7479 in a dummy caption row that is marked as a header.
7480  Table
7481 \begin_inset space ~
7482 \end_inset
7483
7484
7485 \begin_inset CommandInset ref
7486 LatexCommand ref
7487 reference "tab:DiffCaptions"
7488
7489 \end_inset
7490
7491  is an example of a longtable with different heading where the second caption
7492  doesn't include the table number.
7493 \end_layout
7494
7495 \begin_layout Standard
7496 \align center
7497 \begin_inset Tabular
7498 <lyxtabular version="3" rows="59" columns="3">
7499 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7500 <column alignment="left" valignment="top" width="0cm">
7501 <column alignment="left" valignment="top" width="0pt">
7502 <column alignment="center" valignment="top" width="0pt">
7503 <row caption="true">
7504 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 \begin_inset Caption
7509
7510 \begin_layout Plain Layout
7511 Example Phone List
7512 \begin_inset CommandInset label
7513 LatexCommand label
7514 name "tab:DiffCaptions"
7515
7516 \end_inset
7517
7518
7519 \begin_inset Argument
7520 status collapsed
7521
7522 \begin_layout Plain Layout
7523 Example Phone List
7524 \end_layout
7525
7526 \end_inset
7527
7528
7529 \end_layout
7530
7531 \end_inset
7532
7533
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row endfirsthead="true">
7558 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \series bold
7564 Example Phone List (ignore the names)
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 </row>
7588 <row endfirsthead="true">
7589 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \series bold
7595 NAME
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \series bold
7615 TEL.
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row endhead="true">
7622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 \begin_inset ERT
7627 status open
7628
7629 \begin_layout Plain Layout
7630
7631
7632 \backslash
7633 caption*{Continued Example Phone List}
7634 \backslash
7635
7636 \backslash
7637 %
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 <row endhead="true">
7667 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671
7672 \series bold
7673 Example Phone List
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 </row>
7697 <row endhead="true">
7698 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \series bold
7704 NAME
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 TEL.
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row endfoot="true">
7731 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735 continued on next page
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Annovi
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775 Silvia
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 111
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 Bertoli
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 Stefano
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 111
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \series bold
7828 Bozzi
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 Walter
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 111
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \series bold
7859 Cachia
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 Maria
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 111
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \series bold
7890 Cachia
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 Maurizio
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 111
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row>
7915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 Cinquemani
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 Giusi
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 111
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 Colin
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 Bernard
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 111
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \series bold
7983 Concli
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 Gianfranco
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 111
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \series bold
8014 Dal Bosco
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 Carolina
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 111
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 </row>
8038 <row>
8039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \series bold
8045 Dalpiaz
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 Annamaria
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 111
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \series bold
8076 Feliciello
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 Domenico
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 111
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row>
8101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \series bold
8107 Focarelli
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Paola
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 111
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \series bold
8138 Galletti
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 Oreste
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 111
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 </row>
8162 <row>
8163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167
8168 \series bold
8169 Gasparini
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Franca
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 111
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \series bold
8200 Rizzardi
8201 \series default
8202
8203 \begin_inset Foot
8204 status open
8205
8206 \begin_layout Plain Layout
8207 Example footnote
8208 \end_layout
8209
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Paola
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Lassini
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Giancarlo
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Malfatti
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Luciano
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Malfatti
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Valeriano
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Meneguzzo
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Roberto
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Mezzadra
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Roberto
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Pirpamer
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Erich
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Pochiesa
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Paolo
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111, 222
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Radina
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Claudio
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Stuffer
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Oskar
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 111
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Tacchelli
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Ugo
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 111
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Tezzele
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Margit
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 111
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Unterkalmsteiner
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Frieda
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 111
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Vieider
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Hilde
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 111
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \series bold
8646 Vigna
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 Jürgen
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 111
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Weber
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Maurizio
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 111
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 Winkler
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Franz
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 111
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row>
8733 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737  
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766
8767 \series bold
8768 Annovi
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Silvia
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 555
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \series bold
8799 Bertoli
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 Stefano
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 555
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \series bold
8830 Bozzi
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Walter
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 555
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861 Cachia
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 Maria
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 555
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \series bold
8892 Cachia
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Maurizio
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 555
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \series bold
8923 Cinquemani
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 Giusi
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 555
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \series bold
8954 Colin
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Bernard
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 555
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \series bold
8985 Concli
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 Gianfranco
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 555
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \series bold
9016 Dal Bosco
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Carolina
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 555
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \series bold
9047 Dalpiaz
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 Annamaria
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 555
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 </row>
9071 <row>
9072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \series bold
9078 Feliciello
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Domenico
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 555
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \series bold
9109 Focarelli
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 Paola
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 555
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \series bold
9140 Galletti
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Oreste
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 555
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \series bold
9171 Gasparini
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Franca
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 555
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \series bold
9202 Rizzardi
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 Paola
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 555
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \series bold
9233 Lassini
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 Giancarlo
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 555
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \series bold
9264 Malfatti
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 Luciano
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 555
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \series bold
9295 Malfatti
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 Valeriano
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 555
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \series bold
9326 Meneguzzo
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 Roberto
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 555
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row>
9351 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 Mezzadra
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 Roberto
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 555
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 </lyxtabular>
9382
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \begin_layout Section
9389 Special Longtable Issues
9390 \begin_inset CommandInset label
9391 LatexCommand label
9392 name "sec:Special-Longtable-Issues"
9393
9394 \end_inset
9395
9396
9397 \end_layout
9398
9399 \begin_layout Subsection
9400 Longtable Calculation
9401 \begin_inset Index idx
9402 status collapsed
9403
9404 \begin_layout Plain Layout
9405 Longtables ! Calculation
9406 \end_layout
9407
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \begin_layout Standard
9414 LaTeX calculates the height of table pages and their page breaks using so
9415  called chunks.
9416  Chunks are parts of tables that held at the same time in LaTeX's memory.
9417  The default value was historically set to only 20 table rows.
9418  If you are using longtables with many pages this may slow down the creation
9419  of your document.
9420  You can safely increase the chunk size to values of 100-1000 by adding
9421  this command line to your document preamble:
9422 \end_layout
9423
9424 \begin_layout Standard
9425
9426 \series bold
9427
9428 \backslash
9429 setcounter{LTchunksize}{100}
9430 \end_layout
9431
9432 \begin_layout Subsection
9433 Floats and Longtables
9434 \begin_inset Index idx
9435 status collapsed
9436
9437 \begin_layout Plain Layout
9438 Longtables ! Floats
9439 \end_layout
9440
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \begin_layout Standard
9447 There might be problems when a float appears on the same page where a longtable
9448  starts.
9449  To avoid such a situation, insert a 
9450 \begin_inset Quotes eld
9451 \end_inset
9452
9453 clear page
9454 \begin_inset Quotes erd
9455 \end_inset
9456
9457  (menu 
9458 \family sans
9459 Insert\SpecialChar \menuseparator
9460 Formatting\SpecialChar \menuseparator
9461 Clear
9462 \begin_inset space ~
9463 \end_inset
9464
9465 Page
9466 \family default
9467 ) before your longtable.
9468 \end_layout
9469
9470 \begin_layout Subsection
9471 Forced Page Breaks
9472 \begin_inset Index idx
9473 status collapsed
9474
9475 \begin_layout Plain Layout
9476 Longtables ! Forced Page Breaks
9477 \end_layout
9478
9479 \end_inset
9480
9481
9482 \end_layout
9483
9484 \begin_layout Standard
9485 By default tables are only broken between rows.
9486  If you have a cell with multiples lines and want to have a page break within
9487  the cell, insert the new line command 
9488 \begin_inset Quotes eld
9489 \end_inset
9490
9491
9492 \series bold
9493
9494 \backslash
9495
9496 \backslash
9497
9498 \series default
9499
9500 \begin_inset Quotes erd
9501 \end_inset
9502
9503  as TeX-Code at the point of the cell where it can be broken.
9504  Before the 
9505 \series bold
9506
9507 \backslash
9508
9509 \backslash
9510
9511 \series default
9512  command you have to insert in TeX-Code as many 
9513 \begin_inset Quotes eld
9514 \end_inset
9515
9516
9517 \series bold
9518 &
9519 \series default
9520
9521 \begin_inset Quotes erd
9522 \end_inset
9523
9524  characters as the number of the following table columns.
9525  The 
9526 \series bold
9527 &
9528 \series default
9529  is the character to separate table cells.
9530  Write in TeX-Code after each 
9531 \series bold
9532 &
9533 \series default
9534  the content of the corresponding following cell and delete the content
9535  of these cells.
9536 \begin_inset Newline newline
9537 \end_inset
9538
9539 After the 
9540 \series bold
9541
9542 \backslash
9543
9544 \backslash
9545
9546 \series default
9547  command, insert as many 
9548 \series bold
9549 &
9550 \series default
9551  characters as the number of table columns before the current column.
9552  In Table
9553 \begin_inset space ~
9554 \end_inset
9555
9556
9557 \begin_inset CommandInset ref
9558 LatexCommand ref
9559 reference "tab:ForcedPagebreak"
9560
9561 \end_inset
9562
9563  the cell that should be broken is in the second column followed by another
9564  column.
9565  Therefore the following command was inserted in the cell as TeX-Code after
9566  
9567 \begin_inset Quotes eld
9568 \end_inset
9569
9570
9571 \emph on
9572 Castelchiodato,
9573 \emph default
9574
9575 \begin_inset Quotes erd
9576 \end_inset
9577
9578 :
9579 \end_layout
9580
9581 \begin_layout Standard
9582
9583 \series bold
9584 & 111
9585 \backslash
9586
9587 \backslash
9588  
9589 \backslash
9590 newpage
9591 \begin_inset Newline newline
9592 \end_inset
9593
9594 &
9595 \end_layout
9596
9597 \begin_layout Standard
9598 The 
9599 \begin_inset Quotes eld
9600 \end_inset
9601
9602 111
9603 \begin_inset Quotes erd
9604 \end_inset
9605
9606  in the third column of the row was deleted.
9607  
9608 \series bold
9609
9610 \backslash
9611 newpage
9612 \series default
9613  is only needed when a page break should definitely occur at this position,
9614  otherwise it would be a conditional break.
9615  If your footer row of the longtable has for a certain reason no upper line
9616  but you would have a horizontal line where the cell is broken, use this
9617  command instead:
9618 \end_layout
9619
9620 \begin_layout Standard
9621
9622 \series bold
9623 & 111
9624 \backslash
9625
9626 \backslash
9627
9628 \begin_inset Newline newline
9629 \end_inset
9630
9631
9632 \backslash
9633 hline &
9634 \end_layout
9635
9636 \begin_layout Standard
9637 When the cell to be broken is in the last column, the command
9638 \end_layout
9639
9640 \begin_layout Standard
9641
9642 \series bold
9643
9644 \backslash
9645 setlength{
9646 \backslash
9647 parfillskip}{0pt}
9648 \end_layout
9649
9650 \begin_layout Standard
9651 must be inserted as TeX-Code at the beginning of the cell.
9652  This ensures that the part of the cell that will be displayed on the new
9653  page appears with the full width.
9654 \end_layout
9655
9656 \begin_layout Standard
9657 \align center
9658 \begin_inset Tabular
9659 <lyxtabular version="3" rows="38" columns="3">
9660 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9661 <column alignment="left" valignment="top" width="0cm">
9662 <column alignment="left" valignment="top" width="3cm">
9663 <column alignment="center" valignment="top" width="0pt">
9664 <row caption="true">
9665 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669 \begin_inset Caption
9670
9671 \begin_layout Plain Layout
9672 Table with forced page break in table cell
9673 \begin_inset CommandInset label
9674 LatexCommand label
9675 name "tab:ForcedPagebreak"
9676
9677 \end_inset
9678
9679
9680 \begin_inset Argument
9681 status collapsed
9682
9683 \begin_layout Plain Layout
9684 Table with forced page break in table cell
9685 \end_layout
9686
9687 \end_inset
9688
9689
9690 \end_layout
9691
9692 \end_inset
9693
9694
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row endfirsthead="true">
9719 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \series bold
9725 Example Phone List (ignore the names)
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 </row>
9749 <row endfirsthead="true">
9750 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \series bold
9756 NAME
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774
9775 \series bold
9776 TEL.
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row endhead="true">
9783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 \begin_inset ERT
9788 status collapsed
9789
9790 \begin_layout Plain Layout
9791
9792
9793 \backslash
9794 caption*{Continued Example Phone List}
9795 \backslash
9796
9797 \backslash
9798 %
9799 \end_layout
9800
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 </row>
9827 <row endhead="true">
9828 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832
9833 \series bold
9834 Example Phone List
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row endhead="true">
9859 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \series bold
9865 NAME
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \series bold
9885 TEL.
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row endfoot="true">
9892 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 continued on next page
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 <row>
9921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \series bold
9927 Annovi
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 Silvia
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 111
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row>
9952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \series bold
9958 Bertoli
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 Stefano
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 111
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row>
9983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \series bold
9989 Bozzi
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 Walter
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 111
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 </row>
10013 <row>
10014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \series bold
10020 Cachia
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 Maria
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 111
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 </row>
10044 <row>
10045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \series bold
10051 Cachia
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 Maurizio
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 111
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row>
10076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Cinquemani
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 Giusi
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 111
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row>
10107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 Colin
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 Bernard
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 111
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 </row>
10137 <row>
10138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \series bold
10144 Concli
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 Gianfranco
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 111
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 </row>
10168 <row>
10169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173
10174 \series bold
10175 Dal Bosco
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 Carolina
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 111
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 </row>
10199 <row>
10200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204
10205 \series bold
10206 Dalpiaz
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 Annamaria
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 111
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 </row>
10230 <row>
10231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \series bold
10237 Feliciello
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 Domenico
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 111
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 </row>
10261 <row>
10262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266
10267 \series bold
10268 Focarelli
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 Paola
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 111
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 <row>
10293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \series bold
10299 Galletti
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 Oreste
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 111
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 </row>
10323 <row>
10324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328
10329 \series bold
10330 Gasparini
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 Franca
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 111
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 <row>
10355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \series bold
10361 Lassini
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 Giancarlo
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 111
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 </row>
10385 <row>
10386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390
10391 \series bold
10392 Malfatti
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 Luciano
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 111
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 <row>
10417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421
10422 \series bold
10423 Malfatti
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 Valeriano
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 111
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 </row>
10447 <row>
10448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452
10453 \series bold
10454 Meneguzzo
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Roberto
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 111
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 <row>
10479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483
10484 \series bold
10485 Mezzadra
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 Roberto
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 111
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 </row>
10509 <row>
10510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514
10515 \series bold
10516 Pirpamer
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 Erich
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 111
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 <row>
10541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545
10546 \series bold
10547 Pochiesa
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 Paolo
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 111, 222
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 </row>
10571 <row>
10572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576
10577 \series bold
10578 Radina
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 Claudio
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 111
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \series bold
10609 Rizzardi
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 Paolo, 11.
10619  Fürst von Montecompatri, 11.
10620  Fürst von Sulmona und Vivaro, 10.
10621  Fürst von Rossano, 5.
10622  Herzog von Canemorte, 11.
10623  Herzog von Palombara, 5.
10624  Herzog von Castelchiodato,
10625 \begin_inset ERT
10626 status open
10627
10628 \begin_layout Plain Layout
10629
10630 & 111
10631 \backslash
10632
10633 \backslash
10634  
10635 \backslash
10636 newpage
10637 \end_layout
10638
10639 \begin_layout Plain Layout
10640
10641 &
10642 \end_layout
10643
10644 \end_inset
10645
10646  11.
10647  Herzog von Poggionativo, 11.
10648  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10649  Graf von Valinfreda, 11.
10650  Baron von Cropalati, 11.
10651  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 </row>
10666 <row>
10667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671
10672 \series bold
10673 Stuffer
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 Oskar
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 111
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 </row>
10697 <row>
10698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702
10703 \series bold
10704 Tacchelli
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Ugo
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 111
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \series bold
10735 Tezzele
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 Margit
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 111
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 </row>
10759 <row>
10760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \series bold
10766 Unterkalmsteiner
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 Frieda
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 111
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row>
10791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \series bold
10797 Vieider
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 Hilde
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 111
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 </row>
10821 <row>
10822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826
10827 \series bold
10828 Vigna
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 Jürgen
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 111
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 </row>
10852 <row>
10853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857
10858 \series bold
10859 Weber
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 Maurizio
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 111
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row>
10884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \series bold
10890 Winkler
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 Franz
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 111
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 </row>
10914 </lyxtabular>
10915
10916 \end_inset
10917
10918
10919 \end_layout
10920
10921 \begin_layout Section
10922 Multiple Lines Columns and Rows
10923 \end_layout
10924
10925 \begin_layout Subsection
10926 Multiple Lines in Table Cells
10927 \begin_inset CommandInset label
10928 LatexCommand label
10929 name "sub:Multiple-Lines-in"
10930
10931 \end_inset
10932
10933
10934 \begin_inset Index idx
10935 status collapsed
10936
10937 \begin_layout Plain Layout
10938 Multiple Lines in Table Cells
10939 \end_layout
10940
10941 \end_inset
10942
10943
10944 \begin_inset Index idx
10945 status collapsed
10946
10947 \begin_layout Plain Layout
10948 Table ! Linebreaks
10949 \end_layout
10950
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \begin_layout Standard
10957 \noindent
10958 \begin_inset Float table
10959 placement H
10960 wide false
10961 sideways false
10962 status open
10963
10964 \begin_layout Plain Layout
10965 \begin_inset Caption
10966
10967 \begin_layout Plain Layout
10968 \begin_inset CommandInset label
10969 LatexCommand label
10970 name "tab:Table-with-multiple"
10971
10972 \end_inset
10973
10974 Table with multiple lines in cells
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Plain Layout
10983 \align center
10984 \begin_inset Tabular
10985 <lyxtabular version="3" rows="3" columns="3">
10986 <features tabularvalignment="middle">
10987 <column alignment="center" valignment="middle" width="2.5cm">
10988 <column alignment="center" valignment="middle" width="0">
10989 <column alignment="center" valignment="middle" width="0">
10990 <row>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 multiple
10996 \begin_inset Newline linebreak
10997 \end_inset
10998
10999 lines
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 b
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 c
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 <row>
11024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 d
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 e
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 f
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 <row>
11053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 g
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 h
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 i
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 </lyxtabular>
11082
11083 \end_inset
11084
11085
11086 \end_layout
11087
11088 \end_inset
11089
11090
11091 \end_layout
11092
11093 \begin_layout Standard
11094 Setting a fixed width for a column enables you to enter text as a paragraph
11095  with multiple lines and hyphenation.
11096 \end_layout
11097
11098 \begin_layout Standard
11099 To produce Table
11100 \begin_inset space ~
11101 \end_inset
11102
11103
11104 \begin_inset CommandInset ref
11105 LatexCommand ref
11106 reference "tab:Table-with-multiple"
11107
11108 \end_inset
11109
11110 , create a 3×3 table, mark the first cell and right-click on it.
11111  In the appearing table dialog we set a cell width of 2.5
11112 \begin_inset space \thinspace{}
11113 \end_inset
11114
11115 cm and choose centered for the vertical and horizontal alignment.
11116  The vertical alignment is used for all cells of the row.
11117  As our text is smaller than 2.5
11118 \begin_inset space \thinspace{}
11119 \end_inset
11120
11121 cm, only one line will appear.
11122  To get two lines, a justified line break (shortcut 
11123 \begin_inset Info
11124 type  "shortcut"
11125 arg   "newline-insert linebreak"
11126 \end_inset
11127
11128 ) was added.
11129  If the text is wider than the set cell width, it will automatically be
11130  broken to several lines.
11131 \end_layout
11132
11133 \begin_layout Standard
11134 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11135  by LaTeX if it is the first entry.
11136  Therefore you need to insert something to prevent the word not being the
11137  first entry.
11138  So add a horizontal space of 0
11139 \begin_inset space \thinspace{}
11140 \end_inset
11141
11142 pt before the word.
11143  As the space is zero, it doesn't change the output.
11144  Table
11145 \begin_inset space ~
11146 \end_inset
11147
11148
11149 \begin_inset CommandInset ref
11150 LatexCommand ref
11151 reference "tab:Table-with-and"
11152
11153 \end_inset
11154
11155  shows the effect.
11156 \end_layout
11157
11158 \begin_layout Standard
11159 \begin_inset Float table
11160 placement h
11161 wide false
11162 sideways false
11163 status open
11164
11165 \begin_layout Plain Layout
11166 \begin_inset Caption
11167
11168 \begin_layout Plain Layout
11169 \begin_inset CommandInset label
11170 LatexCommand label
11171 name "tab:Table-with-and"
11172
11173 \end_inset
11174
11175 Table with and without hyphenation
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Plain Layout
11184 \begin_inset space \hfill{}
11185 \end_inset
11186
11187
11188 \begin_inset Tabular
11189 <lyxtabular version="3" rows="3" columns="3">
11190 <features tabularvalignment="middle">
11191 <column alignment="center" valignment="middle" width="2.5cm">
11192 <column alignment="center" valignment="middle" width="0">
11193 <column alignment="center" valignment="middle" width="0">
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 verylongtablecellword
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 b
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 c
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 </row>
11223 <row>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 d
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 e
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 f
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 </row>
11252 <row>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 g
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 h
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 i
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 </row>
11281 </lyxtabular>
11282
11283 \end_inset
11284
11285
11286 \begin_inset space \hfill{}
11287 \end_inset
11288
11289
11290 \begin_inset Tabular
11291 <lyxtabular version="3" rows="3" columns="3">
11292 <features tabularvalignment="middle">
11293 <column alignment="center" valignment="middle" width="2.5cm">
11294 <column alignment="center" valignment="middle" width="0">
11295 <column alignment="center" valignment="middle" width="0">
11296 <row>
11297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 \begin_inset space \hspace{}
11302 \length 0pt
11303 \end_inset
11304
11305 verylongtablecellword
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 b
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 c
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 </row>
11329 <row>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 d
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 e
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 f
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 </row>
11358 <row>
11359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 g
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 h
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 i
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 </lyxtabular>
11388
11389 \end_inset
11390
11391
11392 \begin_inset space \hfill{}
11393 \end_inset
11394
11395
11396 \end_layout
11397
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \begin_layout Subsection
11404 Multicolumns
11405 \begin_inset CommandInset label
11406 LatexCommand label
11407 name "sub:Multicolumns"
11408
11409 \end_inset
11410
11411
11412 \begin_inset Index idx
11413 status collapsed
11414
11415 \begin_layout Plain Layout
11416 Multicolumns
11417 \end_layout
11418
11419 \end_inset
11420
11421
11422 \begin_inset Index idx
11423 status collapsed
11424
11425 \begin_layout Plain Layout
11426 Table ! Multicolumns
11427 \end_layout
11428
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \begin_layout Subsubsection
11435 Multicolumn Basics
11436 \end_layout
11437
11438 \begin_layout Standard
11439 To merge cells over multiple columns, select as many cells within a row
11440  as you want to merge and use either the table-toolbar button 
11441 \begin_inset Graphics
11442         filename ../images/tabular-feature_multicolumn.png
11443         scale 85
11444         scaleBeforeRotation
11445
11446 \end_inset
11447
11448 , or the menu 
11449 \family sans
11450 Edit\SpecialChar \menuseparator
11451 Table\SpecialChar \menuseparator
11452 Multicolumn
11453 \family default
11454 , or right click on the marked cells and choose 
11455 \family sans
11456 Multicolumn
11457 \family default
11458  in the context menu.
11459 \end_layout
11460
11461 \begin_layout Standard
11462 Multicolumns have there own cell settings.
11463  That means changing cell borders, cell alignment, and the width only affects
11464  the multicolumn.
11465  Here is an example table with a multicolumn cell in the first row and one
11466  in the last row without the upper border:
11467 \end_layout
11468
11469 \begin_layout Standard
11470 \align center
11471 \begin_inset Tabular
11472 <lyxtabular version="3" rows="3" columns="4">
11473 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11474 <column alignment="center" valignment="top" width="0pt">
11475 <column alignment="center" valignment="middle" width="0">
11476 <column alignment="center" valignment="top" width="0in">
11477 <column alignment="center" valignment="top" width="0pt">
11478 <row>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 abc
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 def ghi
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 jkl
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 </row>
11516 <row>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521
11522 \family roman
11523 \series medium
11524 \shape up
11525 \size normal
11526 \emph off
11527 \bar no
11528 \noun off
11529 \color none
11530 A
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 B
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 C
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 D
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 1
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 2
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 3
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 4
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 </lyxtabular>
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Subsubsection
11609 Multicolumn Calculations
11610 \begin_inset CommandInset label
11611 LatexCommand label
11612 name "sub:Multicolumn-Calculations"
11613
11614 \end_inset
11615
11616
11617 \begin_inset Index idx
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621 Multicolumns ! Calculations
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Standard
11630 LyX supports multicolumns directly, but we have to take account of the cell
11631  width of the columns spanned by the multicolumn cell.
11632 \end_layout
11633
11634 \begin_layout Standard
11635 \begin_inset Float table
11636 placement h
11637 wide false
11638 sideways false
11639 status open
11640
11641 \begin_layout Plain Layout
11642 \begin_inset Caption
11643
11644 \begin_layout Plain Layout
11645 \begin_inset CommandInset label
11646 LatexCommand label
11647 name "tab:Table-with-centered"
11648
11649 \end_inset
11650
11651 Table with centered multicolumn text above two columns that have exactly
11652  half the width of the multicolumn cell
11653 \begin_inset Argument
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657 Perfect multicolumn table
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \end_inset
11666
11667
11668 \end_layout
11669
11670 \begin_layout Plain Layout
11671 \align center
11672 \begin_inset Tabular
11673 <lyxtabular version="3" rows="3" columns="3">
11674 <features tabularvalignment="middle">
11675 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11676 <column alignment="center" valignment="middle" width="0">
11677 <column alignment="center" valignment="top" width="0">
11678 <row>
11679 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 multiple lines multicolumn
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 c
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 </row>
11707 <row>
11708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 d
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 e
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 f
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 </row>
11736 <row>
11737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 g
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 h
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759 i
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 </row>
11765 </lyxtabular>
11766
11767 \end_inset
11768
11769
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Standard
11778 To create for example Table
11779 \begin_inset space ~
11780 \end_inset
11781
11782
11783 \begin_inset CommandInset ref
11784 LatexCommand ref
11785 reference "tab:Table-with-centered"
11786
11787 \end_inset
11788
11789 , mark the first two cells in the first row of a 3×3 table and right-click
11790  on them.
11791  Now choose for this cell 
11792 \emph on
11793 multicolumn
11794 \emph default
11795
11796 \emph on
11797 centered alignment
11798 \emph default
11799  and a width of 2.5
11800 \begin_inset space \thinspace{}
11801 \end_inset
11802
11803 cm in the table dialog.
11804  The merged columns should have exactly half the width of the multicolumn
11805  cell, so that you would set a width of 1.25
11806 \begin_inset space \thinspace{}
11807 \end_inset
11808
11809 cm for the first column.
11810  The second column has then automatically a width of 1.25
11811 \begin_inset space \thinspace{}
11812 \end_inset
11813
11814 cm (multicolumn width - width of first column).
11815  This was done for Table
11816 \begin_inset space ~
11817 \end_inset
11818
11819
11820 \begin_inset CommandInset ref
11821 LatexCommand ref
11822 reference "tab:Table-without-half"
11823
11824 \end_inset
11825
11826 .
11827 \end_layout
11828
11829 \begin_layout Standard
11830 \begin_inset Float table
11831 wide false
11832 sideways false
11833 status open
11834
11835 \begin_layout Plain Layout
11836 \begin_inset Caption
11837
11838 \begin_layout Plain Layout
11839 \begin_inset CommandInset label
11840 LatexCommand label
11841 name "tab:Table-without-half"
11842
11843 \end_inset
11844
11845 Table where the spanned table columns are not exactly half the width of
11846  the multicolumn cell
11847 \begin_inset Argument
11848 status collapsed
11849
11850 \begin_layout Plain Layout
11851 Imperfect multicolumn table
11852 \end_layout
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \begin_layout Plain Layout
11865 \align center
11866 \begin_inset Tabular
11867 <lyxtabular version="3" rows="3" columns="3">
11868 <features tabularvalignment="middle">
11869 <column alignment="center" valignment="top" width="1.25cm">
11870 <column alignment="center" valignment="top" width="0">
11871 <column alignment="center" valignment="top" width="0">
11872 <row>
11873 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 multiple lines multicolumn
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 c
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 </row>
11901 <row>
11902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 d
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 e
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 f
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 </row>
11930 <row>
11931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 g
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 h
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 i
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 </row>
11959 </lyxtabular>
11960
11961 \end_inset
11962
11963
11964 \end_layout
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \begin_layout Standard
11972 You can see that the first column is not half the width of the multicolumn
11973  cell, it is a bit bigger.
11974  The reason is that the specified width of a cell 
11975 \begin_inset Formula $W_{g}$
11976 \end_inset
11977
11978  is not its total width 
11979 \begin_inset Formula $W_{\mathrm{tot}}$
11980 \end_inset
11981
11982  because a cell is always a bit larger than specified.
11983  Appendix
11984 \begin_inset space ~
11985 \end_inset
11986
11987
11988 \begin_inset CommandInset ref
11989 LatexCommand eqref
11990 reference "cha:Explanation-of-Equation"
11991
11992 \end_inset
11993
11994  explains this in detail.
11995 \end_layout
11996
11997 \begin_layout Standard
11998 The width 
11999 \begin_inset Formula $W_{g\, n}$
12000 \end_inset
12001
12002  which the user needs to set when 
12003 \emph on
12004 n
12005 \emph default
12006  columns are spanned can be calculated, so that each column has a total
12007  width of 
12008 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12009 \end_inset
12010
12011 :
12012 \begin_inset Formula \begin{equation}
12013 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12014
12015 \end_inset
12016
12017
12018 \end_layout
12019
12020 \begin_layout Standard
12021 In our case we have 
12022 \begin_inset Formula $n=2$
12023 \end_inset
12024
12025
12026 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12027 \end_inset
12028
12029 cm and the default values for the lengths, so that equation 
12030 \begin_inset CommandInset ref
12031 LatexCommand ref
12032 reference "eq:Wgn"
12033
12034 \end_inset
12035
12036  becomes
12037 \begin_inset Formula \begin{equation}
12038 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \begin_layout Standard
12046 To enable calculations in LaTeX, the LaTeX-package 
12047 \series bold
12048 calc
12049 \series default
12050  must be loaded with the document preamble line
12051 \begin_inset Index idx
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055 LaTeX-packages ! calc
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \end_layout
12062
12063 \begin_layout Standard
12064
12065 \series bold
12066
12067 \backslash
12068 usepackage{calc}
12069 \end_layout
12070
12071 \begin_layout Standard
12072 LyX does not allow you to calculate lengths in the 
12073 \family sans
12074 Width
12075 \family default
12076  field of the table dialog.
12077  Therefore you have to format the column by inserting a LaTeX-argument in
12078  the dialog.
12079  Here is an overview about the arguments:
12080 \end_layout
12081
12082 \begin_layout Itemize
12083
12084 \series bold
12085 p{width}
12086 \series default
12087  creates cell with a fixed width, its text is vertically top-aligned
12088 \end_layout
12089
12090 \begin_layout Itemize
12091
12092 \series bold
12093 m{width}
12094 \series default
12095  creates cell with a fixed width, its text is vertically centered
12096 \end_layout
12097
12098 \begin_layout Itemize
12099
12100 \series bold
12101 b{width}
12102 \series default
12103  creates cell with a fixed width, its text is vertically bottom-aligned
12104 \end_layout
12105
12106 \begin_layout Standard
12107 By entering a LaTeX-argument, all cell settings set in the table dialog
12108  are overwritten.
12109 \end_layout
12110
12111 \begin_layout Standard
12112 \begin_inset Note Greyedout
12113 status open
12114
12115 \begin_layout Plain Layout
12116
12117 \series bold
12118 Note:
12119 \series default
12120  Due to a bug, LyX shows the overwritten settings anyway.
12121 \end_layout
12122
12123 \end_inset
12124
12125
12126 \end_layout
12127
12128 \begin_layout Standard
12129 As the text should be horizontally centered, the command 
12130 \series bold
12131
12132 \backslash
12133 centering
12134 \series default
12135  is added.
12136  You can now enter the following LaTeX-argument for the first spanned column:
12137 \end_layout
12138
12139 \begin_layout Standard
12140
12141 \series bold
12142 >{
12143 \backslash
12144 centering}m{1.25cm-6.2pt}
12145 \end_layout
12146
12147 \begin_layout Standard
12148 The command 
12149 \series bold
12150 >{ }
12151 \series default
12152  means, that the commands inside the braces are applied before the cell
12153  is created.
12154 \end_layout
12155
12156 \begin_layout Standard
12157 Although we have chosen centered alignment for the text of the multicolumn
12158  cell, it is still left aligned.
12159  This is because LyX only applies the alignment to single columns.
12160  So for the multicolumn cell we have to use the LaTeX-argument
12161 \end_layout
12162
12163 \begin_layout Standard
12164
12165 \series bold
12166 >{
12167 \backslash
12168 centering}m{2.5cm}
12169 \end_layout
12170
12171 \begin_layout Subsection
12172 Multirows
12173 \begin_inset CommandInset label
12174 LatexCommand label
12175 name "sub:Multirows"
12176
12177 \end_inset
12178
12179
12180 \begin_inset Index idx
12181 status collapsed
12182
12183 \begin_layout Plain Layout
12184 Multirows
12185 \end_layout
12186
12187 \end_inset
12188
12189
12190 \begin_inset Index idx
12191 status collapsed
12192
12193 \begin_layout Plain Layout
12194 Table ! Multirows
12195 \end_layout
12196
12197 \end_inset
12198
12199
12200 \end_layout
12201
12202 \begin_layout Standard
12203 To merge cells over multiple rows, select as many cells within a column
12204  as you want to merge and use either the table-toolbar button 
12205 \begin_inset Graphics
12206         filename ../images/tabular-feature_multirow.png
12207         scale 85
12208         scaleBeforeRotation
12209
12210 \end_inset
12211
12212 , or the menu 
12213 \family sans
12214 Edit\SpecialChar \menuseparator
12215 Table\SpecialChar \menuseparator
12216 Multirow
12217 \family default
12218 , or right click on the marked cells and choose 
12219 \family sans
12220 Multirow
12221 \family default
12222  in the context menu.
12223 \end_layout
12224
12225 \begin_layout Standard
12226 Here is an example table with a multirow in the first column:
12227 \end_layout
12228
12229 \begin_layout Standard
12230 \align center
12231 \begin_inset Tabular
12232 <lyxtabular version="3" rows="3" columns="3">
12233 <features tabularvalignment="middle">
12234 <column alignment="center" valignment="top" width="0pt">
12235 <column alignment="center" valignment="top" width="0">
12236 <column alignment="center" valignment="top" width="0">
12237 <row>
12238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 a long cell entry
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 b
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 c
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 </row>
12266 <row>
12267 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 multirow
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 e
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289 f
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 </row>
12295 <row>
12296 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 h
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Plain Layout
12318 i
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 </lyxtabular>
12325
12326 \end_inset
12327
12328
12329 \end_layout
12330
12331 \begin_layout Standard
12332 The width of multirow cells is set by setting the width and alignment for
12333  the whole column.
12334  The 
12335 \family sans
12336 Vertical Offset
12337 \family default
12338  shifts the content of the multirow up/down if the offset is positive/negative.
12339 \end_layout
12340
12341 \begin_layout Standard
12342 If the column of a multirow cell has no explicit width, the multirow cell
12343  inherits the alignment of the column.
12344  Otherwise it is by default left-aligned.
12345  To override the default, renew the command 
12346 \series bold
12347
12348 \backslash
12349 multirowsetup
12350 \series default
12351  with the command
12352 \end_layout
12353
12354 \begin_layout Standard
12355
12356 \series bold
12357
12358 \backslash
12359 renewcommand{
12360 \backslash
12361 multirowsetup}{
12362 \backslash
12363 centering}
12364 \end_layout
12365
12366 \begin_layout Standard
12367 in the document preamble.
12368  Then all entries of multirow cells in the document are centered.
12369  If centering is only needed for several tables, you can renew the command
12370  in a TeX-Code box just before the table instead of the preamble.
12371  If the text should be right-aligned, replace 
12372 \series bold
12373
12374 \backslash
12375 centering
12376 \series default
12377  by 
12378 \series bold
12379
12380 \backslash
12381 raggedleft
12382 \series default
12383 .
12384  To return to left-alignment 
12385 \series bold
12386
12387 \backslash
12388 raggedright
12389 \series default
12390  is used.
12391 \end_layout
12392
12393 \begin_layout Standard
12394 This is an example table with a right-aligned multirow cell that has a vertical
12395  offset of -4
12396 \begin_inset space \thinspace{}
12397 \end_inset
12398
12399 mm and is in a 3
12400 \begin_inset space \thinspace{}
12401 \end_inset
12402
12403 cm wide column:
12404 \end_layout
12405
12406 \begin_layout Standard
12407 \noindent
12408 \align center
12409 \begin_inset ERT
12410 status collapsed
12411
12412 \begin_layout Plain Layout
12413
12414
12415 \backslash
12416 renewcommand{
12417 \backslash
12418 multirowsetup}{
12419 \backslash
12420 raggedleft}
12421 \end_layout
12422
12423 \end_inset
12424
12425
12426 \begin_inset Tabular
12427 <lyxtabular version="3" rows="4" columns="3">
12428 <features tabularvalignment="middle">
12429 <column alignment="center" valignment="top" width="3cm">
12430 <column alignment="center" valignment="top" width="0">
12431 <column alignment="center" valignment="top" width="0">
12432 <row>
12433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Plain Layout
12437 a long cell entry
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12443 \begin_inset Text
12444
12445 \begin_layout Plain Layout
12446 b
12447 \end_layout
12448
12449 \end_inset
12450 </cell>
12451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455 c
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 </row>
12461 <row>
12462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12463 \begin_inset Text
12464
12465 \begin_layout Plain Layout
12466 t
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 n
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 m
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 </row>
12490 <row>
12491 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Plain Layout
12495 multirow
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 e
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 f
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 </row>
12519 <row>
12520 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 h
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 i
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 </row>
12548 </lyxtabular>
12549
12550 \end_inset
12551
12552
12553 \begin_inset ERT
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557
12558
12559 \backslash
12560 renewcommand{
12561 \backslash
12562 multirowsetup}{
12563 \backslash
12564 raggedright}
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \end_layout
12571
12572 \begin_layout Section
12573 Formal Tables
12574 \begin_inset CommandInset label
12575 LatexCommand label
12576 name "sec:Formal-Tables"
12577
12578 \end_inset
12579
12580
12581 \begin_inset Index idx
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585 Table ! Formal
12586 \end_layout
12587
12588 \end_inset
12589
12590
12591 \end_layout
12592
12593 \begin_layout Standard
12594 Tables are often typeset in books similar to Table
12595 \begin_inset space ~
12596 \end_inset
12597
12598
12599 \begin_inset CommandInset ref
12600 LatexCommand ref
12601 reference "tab:Example-booktabs-table"
12602
12603 \end_inset
12604
12605 .
12606  This kind of tables is called 
12607 \begin_inset Quotes eld
12608 \end_inset
12609
12610
12611 \emph on
12612 formal
12613 \emph default
12614
12615 \begin_inset Quotes erd
12616 \end_inset
12617
12618 .
12619  To make a table a formal table use the option 
12620 \family sans
12621 Formal
12622 \family default
12623  in the 
12624 \family sans
12625 Borders
12626 \family default
12627  tab of the table dialog.
12628 \end_layout
12629
12630 \begin_layout Standard
12631 \begin_inset Float table
12632 placement h
12633 wide false
12634 sideways false
12635 status open
12636
12637 \begin_layout Plain Layout
12638 \begin_inset Caption
12639
12640 \begin_layout Plain Layout
12641 \begin_inset CommandInset label
12642 LatexCommand label
12643 name "tab:Example-booktabs-table"
12644
12645 \end_inset
12646
12647 Example booktabs-table
12648 \end_layout
12649
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \begin_layout Plain Layout
12656 \align center
12657 \begin_inset Tabular
12658 <lyxtabular version="3" rows="8" columns="4">
12659 <features booktabs="true" tabularvalignment="middle">
12660 <column alignment="center" valignment="top" width="0">
12661 <column alignment="center" valignment="top" width="0">
12662 <column alignment="center" valignment="top" width="0">
12663 <column alignment="center" valignment="top" width="0">
12664 <row>
12665 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 System
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 <cell alignment="center" valignment="top" topline="true" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678 Chip
12679 \begin_inset space \thinspace{}
12680 \end_inset
12681
12682 1
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 Chip
12692 \begin_inset space \thinspace{}
12693 \end_inset
12694
12695 2
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 \begin_inset ERT
12716 status collapsed
12717
12718 \begin_layout Plain Layout
12719
12720
12721 \backslash
12722 cmidrule(r){2-2}
12723 \end_layout
12724
12725 \end_inset
12726
12727
12728 \begin_inset ERT
12729 status collapsed
12730
12731 \begin_layout Plain Layout
12732
12733
12734 \backslash
12735 cmidrule(l){3-4}
12736 \end_layout
12737
12738 \end_inset
12739
12740 Detector thickness in Âµm
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 300
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 300
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 700
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 </row>
12773 <row>
12774 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 Edge angle in Â°
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 3.55
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" topline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 2.71
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" topline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 7.99
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 </row>
12811 <row topspace="default">
12812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 Spatial resolution in Âµm
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 4.26
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 10.17
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 10.56
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 <row topspace="default">
12850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 MTF at 
12855 \begin_inset Formula $f_{\mathrm{max}}$
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 0.53
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 0.37
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 0.39
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 </row>
12891 <row topspace="default">
12892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 \begin_inset ERT
12897 status collapsed
12898
12899 \begin_layout Plain Layout
12900
12901
12902 \backslash
12903 cmidrule(l{10pt}){1-1}
12904 \end_layout
12905
12906 \end_inset
12907
12908 LSF-spatial resolution
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 <row>
12942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 in Âµm
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 <cell alignment="center" valignment="top" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955 129.7
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 <cell alignment="center" valignment="top" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964 52.75
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 50.78
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 </row>
12979 <row>
12980 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 in % of pixel size
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 76.3
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 95.9
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 92.3
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 </row>
13017 </lyxtabular>
13018
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \end_inset
13025
13026
13027 \end_layout
13028
13029 \begin_layout Standard
13030 Spaces to table rows can be added using the 
13031 \family sans
13032 Borders
13033 \family default
13034  tab of the table dialog as described in section
13035 \begin_inset space ~
13036 \end_inset
13037
13038
13039 \begin_inset CommandInset ref
13040 LatexCommand ref
13041 reference "sub:Row-Spacing"
13042
13043 \end_inset
13044
13045 .
13046 \end_layout
13047
13048 \begin_layout Standard
13049 Unlike normal tables, formal tables have no vertical table lines.
13050  The horizontal table lines can be set as for normal tables but they appear
13051  with different widths in the output:
13052 \begin_inset Newline newline
13053 \end_inset
13054
13055 The first and the last table line have a default width of 0.08
13056 \begin_inset space \thinspace{}
13057 \end_inset
13058
13059 em while the other lines have a default width of 0.05
13060 \begin_inset space \thinspace{}
13061 \end_inset
13062
13063 em.
13064 \end_layout
13065
13066 \begin_layout Standard
13067 The default widths can be changed with the following preamble lines
13068 \end_layout
13069
13070 \begin_layout Standard
13071
13072 \series bold
13073
13074 \backslash
13075 let
13076 \backslash
13077 mytoprule
13078 \backslash
13079 toprule
13080 \begin_inset Newline newline
13081 \end_inset
13082
13083
13084 \backslash
13085 renewcommand{
13086 \backslash
13087 toprule}{
13088 \backslash
13089 mytoprule[width]}
13090 \end_layout
13091
13092 \begin_layout Standard
13093 This example is for the first line, the so called 
13094 \series bold
13095 toprule
13096 \series default
13097 .
13098  If you want to change the width for the last line, replace 
13099 \series bold
13100 toprule
13101 \series default
13102  by 
13103 \series bold
13104 bottomrule
13105 \series default
13106 .
13107  To change the width for the other lines replace 
13108 \series bold
13109 toprule
13110 \series default
13111  by 
13112 \series bold
13113 midrule
13114 \series default
13115 .
13116  You can use all units listed in appendix
13117 \begin_inset space ~
13118 \end_inset
13119
13120
13121 \begin_inset CommandInset ref
13122 LatexCommand ref
13123 reference "cha:Units-available-in"
13124
13125 \end_inset
13126
13127  to set the width.
13128 \end_layout
13129
13130 \begin_layout Standard
13131 Lines that do not span all table columns can be created by setting a table
13132  line for multicolumn cells.
13133  LyX will then internally use the command 
13134 \series bold
13135
13136 \backslash
13137 cmidrule
13138 \series default
13139  to create this line.
13140  Its full scheme is
13141 \end_layout
13142
13143 \begin_layout Standard
13144
13145 \series bold
13146
13147 \backslash
13148 cmidrule[width](trim){startcol-endcol}
13149 \end_layout
13150
13151 \begin_layout Standard
13152 The options of 
13153 \series bold
13154
13155 \backslash
13156 cmidrule
13157 \series default
13158  are currently not supported by LyX so you have to use TeX-Code to be able
13159  to use them.
13160  
13161 \series bold
13162
13163 \backslash
13164 cmidrule
13165 \series default
13166 s can manually be created by inserting the command as TeX-Code as the first
13167  cell entry of the first cell of a row.
13168  The line is then drawn in the output above the current row.
13169 \end_layout
13170
13171 \begin_layout Standard
13172 The default for the width is 0.03
13173 \begin_inset space \thinspace{}
13174 \end_inset
13175
13176 em.
13177  Startcol is the number of the column where the line starts and endcol the
13178  column number where the line ends.
13179  The endcol always needs to be specified, also when the line should span
13180  only one column.
13181  The optional parameter trim could be either 
13182 \emph on
13183 l{trimwidth}
13184 \emph default
13185 , or 
13186 \emph on
13187 r{trimwidth}
13188 \emph default
13189  where the trimwidth is also optional.
13190  Using for example the parameter 
13191 \emph on
13192 l{2pt}
13193 \emph default
13194  means that the line is trimmed from its left end by 2
13195 \begin_inset space \thinspace{}
13196 \end_inset
13197
13198 pt.
13199  If you don't specify the trimwidth the lines are trimmed by the default
13200  of 0.5
13201 \begin_inset space \thinspace{}
13202 \end_inset
13203
13204 em.
13205 \end_layout
13206
13207 \begin_layout Standard
13208 \begin_inset VSpace bigskip
13209 \end_inset
13210
13211 Table
13212 \begin_inset space ~
13213 \end_inset
13214
13215
13216 \begin_inset CommandInset ref
13217 LatexCommand ref
13218 reference "tab:Example-booktabs-table"
13219
13220 \end_inset
13221
13222  was created using the commands
13223 \end_layout
13224
13225 \begin_layout Standard
13226
13227 \series bold
13228
13229 \backslash
13230 cmidrule(r){2-2}
13231 \backslash
13232 cmidrule(l){3-4}
13233 \end_layout
13234
13235 \begin_layout Standard
13236 at the beginning of the second row and
13237 \end_layout
13238
13239 \begin_layout Standard
13240
13241 \series bold
13242
13243 \backslash
13244 cmidrule(l{10pt}){1-1}
13245 \end_layout
13246
13247 \begin_layout Standard
13248 in the sixth row.
13249 \end_layout
13250
13251 \begin_layout Standard
13252 \begin_inset VSpace bigskip
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \begin_layout Standard
13259 You might want to have overlapping 
13260 \series bold
13261
13262 \backslash
13263 cmidrule
13264 \series default
13265 s as in in Table
13266 \begin_inset space ~
13267 \end_inset
13268
13269
13270 \begin_inset CommandInset ref
13271 LatexCommand ref
13272 reference "tab:Special-booktabs-table"
13273
13274 \end_inset
13275
13276 .
13277  This can be achieved with the TeX-Code command
13278 \end_layout
13279
13280 \begin_layout Standard
13281
13282 \series bold
13283
13284 \backslash
13285 morecmidrules
13286 \end_layout
13287
13288 \begin_layout Standard
13289 The command that was used for the second row of Table
13290 \begin_inset space ~
13291 \end_inset
13292
13293
13294 \begin_inset CommandInset ref
13295 LatexCommand ref
13296 reference "tab:Special-booktabs-table"
13297
13298 \end_inset
13299
13300  is
13301 \end_layout
13302
13303 \begin_layout Standard
13304
13305 \series bold
13306
13307 \backslash
13308 cmidrule(r){2-2}
13309 \backslash
13310 cmidrule(l){3-4}
13311 \backslash
13312 morecmidrules
13313 \backslash
13314 cmidrule{2-4}
13315 \end_layout
13316
13317 \begin_layout Standard
13318 The command for the sixth row is
13319 \end_layout
13320
13321 \begin_layout Standard
13322
13323 \series bold
13324
13325 \backslash
13326 midrule
13327 \backslash
13328 morecmidrules
13329 \backslash
13330 cmidrule{3-4}
13331 \end_layout
13332
13333 \begin_layout Standard
13334 \begin_inset VSpace bigskip
13335 \end_inset
13336
13337
13338 \end_layout
13339
13340 \begin_layout Standard
13341 If you are anyway not satisfied with the border line spacing, you can use
13342  the following command to produce lines that span over all table columns
13343 \series bold
13344 :
13345 \end_layout
13346
13347 \begin_layout Standard
13348
13349 \series bold
13350
13351 \backslash
13352 specialrule{width}{space above}{space below}
13353 \end_layout
13354
13355 \begin_layout Standard
13356 For more information about these features, refer to the manual of the LaTeX-pack
13357 age 
13358 \series bold
13359 booktabs
13360 \series default
13361  
13362 \begin_inset CommandInset citation
13363 LatexCommand cite
13364 key "booktabs"
13365
13366 \end_inset
13367
13368 .
13369 \begin_inset Index idx
13370 status collapsed
13371
13372 \begin_layout Plain Layout
13373 LaTeX-packages ! booktabs
13374 \end_layout
13375
13376 \end_inset
13377
13378
13379 \end_layout
13380
13381 \begin_layout Standard
13382 \begin_inset Float table
13383 placement h
13384 wide false
13385 sideways false
13386 status open
13387
13388 \begin_layout Plain Layout
13389 \begin_inset Caption
13390
13391 \begin_layout Plain Layout
13392 \begin_inset CommandInset label
13393 LatexCommand label
13394 name "tab:Special-booktabs-table"
13395
13396 \end_inset
13397
13398 Special booktabs-table
13399 \end_layout
13400
13401 \end_inset
13402
13403
13404 \end_layout
13405
13406 \begin_layout Plain Layout
13407 \align center
13408 \begin_inset Tabular
13409 <lyxtabular version="3" rows="8" columns="4">
13410 <features booktabs="true" tabularvalignment="middle">
13411 <column alignment="center" valignment="top" width="0">
13412 <column alignment="center" valignment="top" width="0">
13413 <column alignment="center" valignment="top" width="0">
13414 <column alignment="center" valignment="top" width="0">
13415 <row>
13416 <cell alignment="center" valignment="top" topline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 System
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" topline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 Chip
13430 \begin_inset space \thinspace{}
13431 \end_inset
13432
13433 1
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 Chip
13443 \begin_inset space \thinspace{}
13444 \end_inset
13445
13446 2
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 </row>
13461 <row>
13462 <cell alignment="center" valignment="top" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 \begin_inset ERT
13467 status collapsed
13468
13469 \begin_layout Plain Layout
13470
13471
13472 \backslash
13473 cmidrule(r){2-2}
13474 \end_layout
13475
13476 \end_inset
13477
13478
13479 \begin_inset ERT
13480 status collapsed
13481
13482 \begin_layout Plain Layout
13483
13484
13485 \backslash
13486 cmidrule(l){3-4}
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \begin_inset ERT
13493 status collapsed
13494
13495 \begin_layout Plain Layout
13496
13497
13498 \backslash
13499 morecmidrules 
13500 \end_layout
13501
13502 \end_inset
13503
13504
13505 \begin_inset ERT
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509
13510
13511 \backslash
13512 cmidrule{2-4}
13513 \end_layout
13514
13515 \end_inset
13516
13517 Detector thickness in Âµm
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell alignment="center" valignment="top" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 300
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell alignment="center" valignment="top" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535 300
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 700
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 </row>
13550 <row>
13551 <cell alignment="center" valignment="top" topline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 Edge angle in Â°
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 <cell alignment="center" valignment="top" topline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564 3.55
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 <cell alignment="center" valignment="top" topline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Plain Layout
13573 2.71
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 7.99
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 </row>
13588 <row topspace="default">
13589 <cell alignment="center" valignment="top" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 Spatial resolution in Âµm
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 <cell alignment="center" valignment="top" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 4.26
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 10.17
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 10.56
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 <row topspace="default">
13627 <cell alignment="center" valignment="top" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 MTF at 
13632 \begin_inset Formula $f_{\mathrm{max}}$
13633 \end_inset
13634
13635
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 0.53
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 <cell alignment="center" valignment="top" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653 0.37
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 <cell alignment="center" valignment="top" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 0.39
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 </row>
13668 <row>
13669 <cell alignment="center" valignment="top" topline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 \begin_inset ERT
13674 status collapsed
13675
13676 \begin_layout Plain Layout
13677
13678
13679 \backslash
13680 morecmidrules 
13681 \end_layout
13682
13683 \end_inset
13684
13685
13686 \begin_inset ERT
13687 status collapsed
13688
13689 \begin_layout Plain Layout
13690
13691
13692 \backslash
13693 cmidrule{3-4}
13694 \end_layout
13695
13696 \end_inset
13697
13698 LSF-spatial resolution
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 </row>
13731 <row>
13732 <cell alignment="center" valignment="top" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 in Âµm
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 129.7
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 52.75
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 50.78
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 </row>
13769 <row>
13770 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 in % of pixel size
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 76.3
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 95.9
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 92.3
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 </lyxtabular>
13808
13809 \end_inset
13810
13811
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \end_layout
13818
13819 \begin_layout Section
13820 Vertical Table Alignment
13821 \begin_inset Index idx
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825 Table ! Alignment
13826 \end_layout
13827
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \begin_layout Standard
13834 To align tables vertically in a text line the table must be inside a box.
13835  The box can then be vertically aligned as described in section
13836 \begin_inset space ~
13837 \end_inset
13838
13839
13840 \begin_inset CommandInset ref
13841 LatexCommand ref
13842 reference "sec:Box-Dialog"
13843
13844 \end_inset
13845
13846 .
13847 \end_layout
13848
13849 \begin_layout Standard
13850 In the following example the tables are inside a minipage
13851 \begin_inset Foot
13852 status collapsed
13853
13854 \begin_layout Plain Layout
13855 Minipages are described in section
13856 \begin_inset space ~
13857 \end_inset
13858
13859
13860 \begin_inset CommandInset ref
13861 LatexCommand ref
13862 reference "sec:Minipages"
13863
13864 \end_inset
13865
13866 .
13867 \end_layout
13868
13869 \end_inset
13870
13871  box that has a width of 15
13872 \begin_inset space \thinspace{}
13873 \end_inset
13874
13875 col%:
13876 \end_layout
13877
13878 \begin_layout Itemize
13879 test 
13880 \begin_inset Box Frameless
13881 position "t"
13882 hor_pos "c"
13883 has_inner_box 1
13884 inner_pos "c"
13885 use_parbox 0
13886 use_makebox 0
13887 width "15col%"
13888 special "none"
13889 height "1in"
13890 height_special "totalheight"
13891 status collapsed
13892
13893 \begin_layout Plain Layout
13894 \begin_inset Tabular
13895 <lyxtabular version="3" rows="3" columns="3">
13896 <features tabularvalignment="middle">
13897 <column alignment="center" valignment="top" width="0">
13898 <column alignment="center" valignment="top" width="0">
13899 <column alignment="center" valignment="top" width="0">
13900 <row>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 a
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 d
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 g
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 </row>
13929 <row>
13930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 b
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 e
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 h
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 </row>
13958 <row>
13959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963 c
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 f
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 i
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 </row>
13987 </lyxtabular>
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \end_inset
13995
13996  test 
13997 \begin_inset ERT
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001
14002
14003 \backslash
14004 raisebox{0.85
14005 \backslash
14006 baselineskip}{
14007 \end_layout
14008
14009 \end_inset
14010
14011
14012 \begin_inset Box Frameless
14013 position "t"
14014 hor_pos "c"
14015 has_inner_box 1
14016 inner_pos "c"
14017 use_parbox 0
14018 use_makebox 0
14019 width "15col%"
14020 special "none"
14021 height "1in"
14022 height_special "totalheight"
14023 status collapsed
14024
14025 \begin_layout Plain Layout
14026 \begin_inset Tabular
14027 <lyxtabular version="3" rows="3" columns="3">
14028 <features tabularvalignment="middle">
14029 <column alignment="center" valignment="top" width="0">
14030 <column alignment="center" valignment="top" width="0">
14031 <column alignment="center" valignment="top" width="0">
14032 <row>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 a
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 d
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055 g
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 <row>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 b
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 e
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 h
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 </row>
14090 <row>
14091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 c
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 f
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 i
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 </row>
14119 </lyxtabular>
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \end_inset
14127
14128
14129 \begin_inset ERT
14130 status collapsed
14131
14132 \begin_layout Plain Layout
14133
14134 }
14135 \end_layout
14136
14137 \end_inset
14138
14139
14140 \end_layout
14141
14142 \begin_layout Itemize
14143 test 
14144 \begin_inset Box Frameless
14145 position "c"
14146 hor_pos "c"
14147 has_inner_box 1
14148 inner_pos "c"
14149 use_parbox 0
14150 use_makebox 0
14151 width "15col%"
14152 special "none"
14153 height "1in"
14154 height_special "totalheight"
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158 \begin_inset Tabular
14159 <lyxtabular version="3" rows="3" columns="3">
14160 <features tabularvalignment="middle">
14161 <column alignment="center" valignment="top" width="0">
14162 <column alignment="center" valignment="top" width="0">
14163 <column alignment="center" valignment="top" width="0">
14164 <row>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 a
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 d
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 g
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 </row>
14193 <row>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 b
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 e
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 h
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 </row>
14222 <row>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 c
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 f
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 i
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 </row>
14251 </lyxtabular>
14252
14253 \end_inset
14254
14255
14256 \end_layout
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \begin_layout Itemize
14264 test 
14265 \begin_inset Box Frameless
14266 position "b"
14267 hor_pos "c"
14268 has_inner_box 1
14269 inner_pos "c"
14270 use_parbox 0
14271 use_makebox 0
14272 width "15col%"
14273 special "none"
14274 height "1in"
14275 height_special "totalheight"
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279 \begin_inset Tabular
14280 <lyxtabular version="3" rows="3" columns="3">
14281 <features tabularvalignment="middle">
14282 <column alignment="center" valignment="top" width="0">
14283 <column alignment="center" valignment="top" width="0">
14284 <column alignment="center" valignment="top" width="0">
14285 <row>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 a
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 d
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 g
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 b
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 e
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 h
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 <row>
14344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 c
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 f
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366 i
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 </row>
14372 </lyxtabular>
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \end_inset
14380
14381  test 
14382 \begin_inset ERT
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386
14387
14388 \backslash
14389 raisebox{-0.32
14390 \backslash
14391 baselineskip}{
14392 \end_layout
14393
14394 \end_inset
14395
14396
14397 \begin_inset Box Frameless
14398 position "b"
14399 hor_pos "c"
14400 has_inner_box 1
14401 inner_pos "c"
14402 use_parbox 0
14403 use_makebox 0
14404 width "15col%"
14405 special "none"
14406 height "1in"
14407 height_special "totalheight"
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411 \begin_inset Tabular
14412 <lyxtabular version="3" rows="3" columns="3">
14413 <features tabularvalignment="middle">
14414 <column alignment="center" valignment="top" width="0">
14415 <column alignment="center" valignment="top" width="0">
14416 <column alignment="center" valignment="top" width="0">
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 a
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 d
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 g
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 </row>
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 b
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 e
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 h
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 <row>
14476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 c
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 f
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 i
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 </lyxtabular>
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \end_inset
14512
14513
14514 \begin_inset ERT
14515 status collapsed
14516
14517 \begin_layout Plain Layout
14518
14519 }
14520 \end_layout
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Standard
14528 As you will see, the content of the first and last table row is not correctly
14529  aligned.
14530  To get this alignment, the minipage box must be set into a raisebox
14531 \begin_inset Foot
14532 status collapsed
14533
14534 \begin_layout Plain Layout
14535 Raiseboxes are described in section
14536 \begin_inset space ~
14537 \end_inset
14538
14539
14540 \begin_inset CommandInset ref
14541 LatexCommand ref
14542 reference "sub:Vertical-Alignment"
14543
14544 \end_inset
14545
14546 .
14547 \end_layout
14548
14549 \end_inset
14550
14551 .
14552  In the example above the second table in the first item is aligned using
14553  the TeX-Code-command
14554 \end_layout
14555
14556 \begin_layout Standard
14557
14558 \series bold
14559
14560 \backslash
14561 raisebox{0.85
14562 \backslash
14563 baselineskip}{
14564 \end_layout
14565
14566 \begin_layout Standard
14567 before the box.
14568  After the box the closing brace 
14569 \series bold
14570 }
14571 \series default
14572  is inserted as TeX-Code.
14573  For the second table in the last item the command
14574 \end_layout
14575
14576 \begin_layout Standard
14577
14578 \series bold
14579
14580 \backslash
14581 raisebox{-0.32
14582 \backslash
14583 baselineskip}{
14584 \end_layout
14585
14586 \begin_layout Standard
14587 is used.
14588 \end_layout
14589
14590 \begin_layout Standard
14591 \begin_inset Note Greyedout
14592 status open
14593
14594 \begin_layout Plain Layout
14595
14596 \series bold
14597 Note:
14598 \series default
14599  The alignment of the table row content to the surrounding text line is
14600  not exact.
14601  The required value for the 
14602 \series bold
14603
14604 \backslash
14605 raisebox
14606 \series default
14607  command for this alignment depends on the document font, the font size,
14608  and the table line thickness.
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Section
14617 Colored Tables
14618 \begin_inset CommandInset label
14619 LatexCommand label
14620 name "sec:Colored-Tables"
14621
14622 \end_inset
14623
14624
14625 \begin_inset Index idx
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629 Table ! Color
14630 \end_layout
14631
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \begin_layout Subsection
14638 Colored Cells
14639 \begin_inset Index idx
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643 Table Color ! for Cells
14644 \end_layout
14645
14646 \end_inset
14647
14648
14649 \begin_inset Index idx
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653 Color ! for Table Cells
14654 \end_layout
14655
14656 \end_inset
14657
14658
14659 \end_layout
14660
14661 \begin_layout Standard
14662 \begin_inset Float table
14663 placement h
14664 wide false
14665 sideways false
14666 status open
14667
14668 \begin_layout Plain Layout
14669 \begin_inset Caption
14670
14671 \begin_layout Plain Layout
14672 \begin_inset CommandInset label
14673 LatexCommand label
14674 name "tab:Table-colored-without"
14675
14676 \end_inset
14677
14678 Table colored without using the package 
14679 \series bold
14680 colortbl
14681 \series default
14682
14683 \begin_inset Argument
14684 status collapsed
14685
14686 \begin_layout Plain Layout
14687 Table without colortbl
14688 \end_layout
14689
14690 \end_inset
14691
14692
14693 \end_layout
14694
14695 \end_inset
14696
14697
14698 \end_layout
14699
14700 \begin_layout Plain Layout
14701 \align center
14702 \begin_inset Tabular
14703 <lyxtabular version="3" rows="3" columns="3">
14704 <features tabularvalignment="middle">
14705 <column alignment="center" valignment="top" width="0">
14706 <column alignment="center" valignment="top" width="0">
14707 <column alignment="center" valignment="top" width="0">
14708 <row>
14709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14710 \begin_inset Text
14711
14712 \begin_layout Plain Layout
14713
14714 \color green
14715 a
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724
14725 \color red
14726 b
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735
14736 \color red
14737 c
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 </row>
14743 <row>
14744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748
14749 \color green
14750 d
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759
14760 \color blue
14761 e
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770
14771 \color blue
14772 f
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 </row>
14778 <row>
14779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783
14784 \color green
14785 g
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794
14795 \color blue
14796 h
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805
14806 \color blue
14807 i
14808 \end_layout
14809
14810 \end_inset
14811 </cell>
14812 </row>
14813 </lyxtabular>
14814
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826 If you only need colored text, mark the cells and choose a color in the
14827  menu 
14828 \family sans
14829 Edit\SpecialChar \menuseparator
14830 Text
14831 \begin_inset space ~
14832 \end_inset
14833
14834 Style
14835 \family default
14836 .
14837  This was used to create Table
14838 \begin_inset space ~
14839 \end_inset
14840
14841
14842 \begin_inset CommandInset ref
14843 LatexCommand ref
14844 reference "tab:Table-colored-without"
14845
14846 \end_inset
14847
14848 .
14849  In any other case you have to use the LaTeX-package 
14850 \series bold
14851 colortbl
14852 \series default
14853 .
14854 \begin_inset Index idx
14855 status collapsed
14856
14857 \begin_layout Plain Layout
14858 LaTeX-packages ! colortbl
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \begin_layout Standard
14867 \begin_inset ERT
14868 status collapsed
14869
14870 \begin_layout Plain Layout
14871
14872
14873 \backslash
14874 ifcolortbl
14875 \end_layout
14876
14877 \end_inset
14878
14879
14880 \begin_inset Note Note
14881 status open
14882
14883 \begin_layout Plain Layout
14884 The following section part will only be displayed when the LaTeX-package
14885  
14886 \series bold
14887 colortbl
14888 \series default
14889  is installed.
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 To create colored tables, 
14899 \series bold
14900 colortbl
14901 \series default
14902  must be loaded in the preamble with the line
14903 \end_layout
14904
14905 \begin_layout Standard
14906
14907 \series bold
14908
14909 \backslash
14910 usepackage{colortbl}
14911 \end_layout
14912
14913 \begin_layout Standard
14914 The color of a column is adjusted with the command
14915 \end_layout
14916
14917 \begin_layout Standard
14918
14919 \series bold
14920
14921 \backslash
14922 columncolor{name of color}
14923 \end_layout
14924
14925 \begin_layout Standard
14926 inside the command 
14927 \series bold
14928 >{ }
14929 \series default
14930 .
14931  More about the command 
14932 \series bold
14933 >{}
14934 \series default
14935  is contained in section
14936 \begin_inset space ~
14937 \end_inset
14938
14939
14940 \begin_inset CommandInset ref
14941 LatexCommand ref
14942 reference "sub:Multicolumn-Calculations"
14943
14944 \end_inset
14945
14946 .
14947 \end_layout
14948
14949 \begin_layout Standard
14950 The following color names are predefined:
14951 \end_layout
14952
14953 \begin_layout Standard
14954
14955 \family sans
14956 red
14957 \family default
14958
14959 \family sans
14960 green
14961 \family default
14962
14963 \family sans
14964 yellow
14965 \family default
14966
14967 \family sans
14968 blue
14969 \family default
14970
14971 \family sans
14972 cyan
14973 \family default
14974
14975 \family sans
14976 magenta
14977 \family default
14978
14979 \family sans
14980 black
14981 \family default
14982  and 
14983 \family sans
14984 white
14985 \end_layout
14986
14987 \begin_layout Standard
14988 \begin_inset VSpace medskip
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \begin_layout Standard
14995 You can also define your own color with the command
14996 \end_layout
14997
14998 \begin_layout Standard
14999
15000 \series bold
15001
15002 \backslash
15003 definecolor{color name}{color model}{color values}
15004 \end_layout
15005
15006 \begin_layout Standard
15007 The color model can be
15008 \end_layout
15009
15010 \begin_layout Labeling
15011 \labelwidthstring 00.00.0000
15012 cmyk: cyan, magenta, yellow, black
15013 \end_layout
15014
15015 \begin_layout Labeling
15016 \labelwidthstring 00.00.0000
15017 rgb: red, green blue
15018 \end_layout
15019
15020 \begin_layout Labeling
15021 \labelwidthstring 00.00.0000
15022 gray gray
15023 \end_layout
15024
15025 \begin_layout Standard
15026 and the color values are comma separated numbers between 0 and 1 describing
15027  the factor for the corresponding color of the color model.
15028 \end_layout
15029
15030 \begin_layout Standard
15031 You can e.
15032 \begin_inset space \thinspace{}
15033 \end_inset
15034
15035 g.
15036 \begin_inset space \space{}
15037 \end_inset
15038
15039 define the color "
15040 \emph on
15041 darkgreen
15042 \emph default
15043 " in the preamble with
15044 \end_layout
15045
15046 \begin_layout Standard
15047
15048 \series bold
15049
15050 \backslash
15051 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
15052 \end_layout
15053
15054 \begin_layout Standard
15055 and the color "
15056 \emph on
15057 lightgray
15058 \emph default
15059 " with
15060 \end_layout
15061
15062 \begin_layout Standard
15063
15064 \series bold
15065
15066 \backslash
15067 definecolor{lightgray}{gray}{0.8}
15068 \end_layout
15069
15070 \begin_layout Standard
15071 \begin_inset VSpace medskip
15072 \end_inset
15073
15074
15075 \end_layout
15076
15077 \begin_layout Standard
15078 Lines are colored with the command
15079 \end_layout
15080
15081 \begin_layout Standard
15082
15083 \series bold
15084
15085 \backslash
15086 rowcolor{name of color}
15087 \end_layout
15088
15089 \begin_layout Standard
15090 and cells are colored with the command
15091 \end_layout
15092
15093 \begin_layout Standard
15094
15095 \series bold
15096
15097 \backslash
15098 cellcolor{name of color}
15099 \end_layout
15100
15101 \begin_layout Standard
15102 Both commands are inserted at the beginning of a cell as TeX-Code.
15103 \end_layout
15104
15105 \begin_layout Standard
15106 To color characters in the table, mark the cells and use the LyX menu 
15107 \family sans
15108 Edit\SpecialChar \menuseparator
15109 Text
15110 \begin_inset space ~
15111 \end_inset
15112
15113 Style
15114 \family default
15115 .
15116  If a cell contains TeX-Code mark only the characters, otherwise the colored
15117  TeX-Code will cause LaTeX-errors.
15118 \end_layout
15119
15120 \begin_layout Standard
15121 \begin_inset Note Greyedout
15122 status open
15123
15124 \begin_layout Plain Layout
15125
15126 \series bold
15127 Note:
15128 \series default
15129  Not all DVI-viewers are able to display self-defined colors.
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 \begin_inset VSpace bigskip
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \begin_layout Standard
15145 To create Table
15146 \begin_inset space ~
15147 \end_inset
15148
15149
15150 \begin_inset CommandInset ref
15151 LatexCommand ref
15152 reference "tab:Table-colored-using"
15153
15154 \end_inset
15155
15156  do the following: The color of the first column should be 
15157 \emph on
15158 darkgreen
15159 \emph default
15160 .
15161  So insert
15162 \end_layout
15163
15164 \begin_layout Standard
15165
15166 \series bold
15167 >{
15168 \backslash
15169 columncolor{darkgreen}
15170 \backslash
15171 centering}c
15172 \end_layout
15173
15174 \begin_layout Standard
15175 as LaTeX-argument for this column.
15176  The first row should be blue, therefore the TeX-Code command
15177 \end_layout
15178
15179 \begin_layout Standard
15180
15181 \series bold
15182
15183 \backslash
15184 rowcolor{cyan}
15185 \end_layout
15186
15187 \begin_layout Standard
15188 is inserted to the first cell of this row.
15189  Note that this overwrites the column color for the first cell.
15190  The last cell of the last row is colored magenta by inserting the TeX-Code
15191  command
15192 \end_layout
15193
15194 \begin_layout Standard
15195
15196 \series bold
15197
15198 \backslash
15199 cellcolor{magenta}
15200 \end_layout
15201
15202 \begin_layout Standard
15203 The characters could now be colored using the menu 
15204 \family sans
15205 Edit\SpecialChar \menuseparator
15206 Text
15207 \begin_inset space ~
15208 \end_inset
15209
15210 Style
15211 \family default
15212 .
15213 \end_layout
15214
15215 \begin_layout Standard
15216 \begin_inset Float table
15217 placement h
15218 wide false
15219 sideways false
15220 status open
15221
15222 \begin_layout Plain Layout
15223 \begin_inset Caption
15224
15225 \begin_layout Plain Layout
15226 \begin_inset CommandInset label
15227 LatexCommand label
15228 name "tab:Table-colored-using"
15229
15230 \end_inset
15231
15232 Table colored using the package 
15233 \series bold
15234 colortbl
15235 \series default
15236
15237 \begin_inset Argument
15238 status collapsed
15239
15240 \begin_layout Plain Layout
15241 Table with colortbl
15242 \end_layout
15243
15244 \end_inset
15245
15246
15247 \end_layout
15248
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \begin_layout Plain Layout
15255 \align center
15256 \begin_inset Tabular
15257 <lyxtabular version="3" rows="3" columns="3">
15258 <features tabularvalignment="middle">
15259 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15260 <column alignment="center" valignment="top" width="0">
15261 <column alignment="center" valignment="top" width="0">
15262 <row>
15263 <cell alignment="center" valignment="top" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 \begin_inset ERT
15268 status collapsed
15269
15270 \begin_layout Plain Layout
15271
15272
15273 \backslash
15274 rowcolor{cyan}
15275 \end_layout
15276
15277 \end_inset
15278
15279
15280 \color magenta
15281 a
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290
15291 \color red
15292 b
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \color red
15303 c
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \color yellow
15316 d
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \color blue
15327 e
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \color blue
15338 f
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row>
15345 <cell alignment="center" valignment="top" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \color yellow
15351 g
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360
15361 \color blue
15362 h
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 <cell alignment="center" valignment="top" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371 \begin_inset ERT
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375
15376
15377 \backslash
15378 cellcolor{magenta}
15379 \end_layout
15380
15381 \end_inset
15382
15383
15384 \color green
15385 i
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 </row>
15391 </lyxtabular>
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \end_inset
15399
15400
15401 \end_layout
15402
15403 \begin_layout Standard
15404 \begin_inset ERT
15405 status collapsed
15406
15407 \begin_layout Plain Layout
15408
15409
15410 \backslash
15411 else
15412 \end_layout
15413
15414 \end_inset
15415
15416
15417 \begin_inset Note Note
15418 status open
15419
15420 \begin_layout Plain Layout
15421 The following will be displayed when the LaTeX-package 
15422 \series bold
15423 colortbl
15424 \series default
15425  is not installed:
15426 \end_layout
15427
15428 \end_inset
15429
15430
15431 \end_layout
15432
15433 \begin_layout Standard
15434 You need to install the package 
15435 \series bold
15436 colortbl
15437 \series default
15438  to see the content of this section in the output.
15439 \end_layout
15440
15441 \begin_layout Standard
15442 \begin_inset ERT
15443 status collapsed
15444
15445 \begin_layout Plain Layout
15446
15447
15448 \backslash
15449 fi
15450 \end_layout
15451
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \begin_layout Subsection
15458 Colored Lines
15459 \begin_inset Index idx
15460 status collapsed
15461
15462 \begin_layout Plain Layout
15463 Table Color ! for Lines
15464 \end_layout
15465
15466 \end_inset
15467
15468
15469 \begin_inset Index idx
15470 status collapsed
15471
15472 \begin_layout Plain Layout
15473 Color ! for Table Lines
15474 \end_layout
15475
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \begin_layout Standard
15482 As described in section
15483 \begin_inset space ~
15484 \end_inset
15485
15486
15487 \begin_inset CommandInset ref
15488 LatexCommand ref
15489 reference "sub:Line-Thickness"
15490
15491 \end_inset
15492
15493 , the line thickness for all lines in a table can be adjusted with the length
15494  
15495 \series bold
15496
15497 \backslash
15498 arrayrulewidth
15499 \series default
15500 .
15501  It is set to 1.5
15502 \begin_inset space \thinspace{}
15503 \end_inset
15504
15505 pt for all tables of this section.
15506 \begin_inset ERT
15507 status collapsed
15508
15509 \begin_layout Plain Layout
15510
15511
15512 \backslash
15513 setlength{
15514 \backslash
15515 arrayrulewidth}{1.5pt}
15516 \end_layout
15517
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \begin_layout Standard
15524 To color vertical lines for example with green, create the following column
15525  format in the document preamble, according to the description in section
15526 \begin_inset space ~
15527 \end_inset
15528
15529
15530 \begin_inset CommandInset ref
15531 LatexCommand ref
15532 reference "sub:Customized-Format"
15533
15534 \end_inset
15535
15536 :
15537 \end_layout
15538
15539 \begin_layout Standard
15540
15541 \series bold
15542
15543 \backslash
15544 newcolumntype{W}{!{
15545 \backslash
15546 color{green}
15547 \backslash
15548 vline}}
15549 \end_layout
15550
15551 \begin_layout Standard
15552 For Table
15553 \begin_inset space ~
15554 \end_inset
15555
15556
15557 \begin_inset CommandInset ref
15558 LatexCommand ref
15559 reference "tab:Table-with-vertical-colored"
15560
15561 \end_inset
15562
15563  the LaTeX-argument
15564 \series bold
15565  WcW
15566 \series default
15567  was used for the last column and
15568 \series bold
15569  Wc
15570 \series default
15571  for the other columns.
15572 \end_layout
15573
15574 \begin_layout Standard
15575 If you want to have several colors, define more column formats.
15576 \end_layout
15577
15578 \begin_layout Standard
15579 \begin_inset Float table
15580 placement h
15581 wide false
15582 sideways false
15583 status open
15584
15585 \begin_layout Plain Layout
15586 \begin_inset Caption
15587
15588 \begin_layout Plain Layout
15589 \begin_inset CommandInset label
15590 LatexCommand label
15591 name "tab:Table-with-vertical-colored"
15592
15593 \end_inset
15594
15595 Table with colored vertical lines
15596 \end_layout
15597
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \begin_layout Plain Layout
15604 \align center
15605 \begin_inset Tabular
15606 <lyxtabular version="3" rows="3" columns="3">
15607 <features tabularvalignment="middle">
15608 <column alignment="center" valignment="top" width="0" special="Wc">
15609 <column alignment="center" valignment="top" width="0" special="Wc">
15610 <column alignment="center" valignment="top" width="0" special="WcW">
15611 <row>
15612 <cell alignment="center" valignment="top" topline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 sd
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 <cell alignment="center" valignment="top" topline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 <cell alignment="center" valignment="top" topline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 <cell alignment="center" valignment="top" topline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654 sd
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell alignment="center" valignment="top" topline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 </row>
15669 <row>
15670 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 sd
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 </lyxtabular>
15699
15700 \end_inset
15701
15702
15703 \end_layout
15704
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \begin_layout Standard
15711 \begin_inset VSpace bigskip
15712 \end_inset
15713
15714 To color horizontal lines for example with red, as in Table
15715 \begin_inset space ~
15716 \end_inset
15717
15718
15719 \begin_inset CommandInset ref
15720 LatexCommand ref
15721 reference "tab:Table-with-horizontal-colored"
15722
15723 \end_inset
15724
15725 , insert these commands in TeX-Code before the table or table float:
15726 \end_layout
15727
15728 \begin_layout Standard
15729
15730 \series bold
15731
15732 \backslash
15733 let
15734 \backslash
15735 myHlineC
15736 \backslash
15737 hline
15738 \begin_inset Newline newline
15739 \end_inset
15740
15741
15742 \backslash
15743 renewcommand{
15744 \backslash
15745 hline}
15746 \begin_inset Newline newline
15747 \end_inset
15748
15749
15750 \begin_inset Phantom HPhantom
15751 status open
15752
15753 \begin_layout Plain Layout
15754
15755 \series bold
15756 \begin_inset space ~
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \end_inset
15763
15764 {
15765 \backslash
15766 arrayrulecolor{red}
15767 \backslash
15768 myHlineC
15769 \backslash
15770 arrayrulecolor{black}}
15771 \end_layout
15772
15773 \begin_layout Standard
15774 \begin_inset ERT
15775 status collapsed
15776
15777 \begin_layout Plain Layout
15778
15779
15780 \backslash
15781 let
15782 \backslash
15783 myHlineC
15784 \backslash
15785 hline
15786 \end_layout
15787
15788 \begin_layout Plain Layout
15789
15790
15791 \backslash
15792 renewcommand{
15793 \backslash
15794 hline}
15795 \end_layout
15796
15797 \begin_layout Plain Layout
15798
15799  {
15800 \backslash
15801 arrayrulecolor{red}
15802 \backslash
15803 myHlineC
15804 \backslash
15805 arrayrulecolor{black}}
15806 \end_layout
15807
15808 \end_inset
15809
15810
15811 \begin_inset Float table
15812 placement h
15813 wide false
15814 sideways false
15815 status open
15816
15817 \begin_layout Plain Layout
15818 \begin_inset Caption
15819
15820 \begin_layout Plain Layout
15821 \begin_inset CommandInset label
15822 LatexCommand label
15823 name "tab:Table-with-horizontal-colored"
15824
15825 \end_inset
15826
15827 Table with colored horizontal lines
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \begin_layout Plain Layout
15836 \align center
15837 \begin_inset Tabular
15838 <lyxtabular version="3" rows="3" columns="3">
15839 <features tabularvalignment="middle">
15840 <column alignment="center" valignment="top" width="0">
15841 <column alignment="center" valignment="top" width="0">
15842 <column alignment="center" valignment="top" width="0">
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 sd
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row>
15873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 sd
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 </row>
15901 <row>
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 sd
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 </row>
15930 </lyxtabular>
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \end_inset
15938
15939
15940 \end_layout
15941
15942 \begin_layout Standard
15943 To return to the default line color black, insert this command in TeX-Code
15944  after the table or table float:
15945 \end_layout
15946
15947 \begin_layout Standard
15948
15949 \series bold
15950
15951 \backslash
15952 renewcommand{
15953 \backslash
15954 hline}{
15955 \backslash
15956 myHlineC}
15957 \end_layout
15958
15959 \begin_layout Standard
15960 Table
15961 \begin_inset space ~
15962 \end_inset
15963
15964
15965 \begin_inset CommandInset ref
15966 LatexCommand ref
15967 reference "tab:Table-with-colored"
15968
15969 \end_inset
15970
15971  is an example with colored vertical and horizontal lines.
15972 \end_layout
15973
15974 \begin_layout Standard
15975 \begin_inset Float table
15976 placement h
15977 wide false
15978 sideways false
15979 status open
15980
15981 \begin_layout Plain Layout
15982 \begin_inset Caption
15983
15984 \begin_layout Plain Layout
15985 \begin_inset CommandInset label
15986 LatexCommand label
15987 name "tab:Table-with-colored"
15988
15989 \end_inset
15990
15991 Table with colored lines
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \end_layout
15998
15999 \begin_layout Plain Layout
16000 \align center
16001 \begin_inset Tabular
16002 <lyxtabular version="3" rows="3" columns="3">
16003 <features tabularvalignment="middle">
16004 <column alignment="center" valignment="top" width="0" special="Wc">
16005 <column alignment="center" valignment="top" width="0" special="Wc">
16006 <column alignment="center" valignment="top" width="0" special="WcW">
16007 <row>
16008 <cell alignment="center" valignment="top" topline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 sd
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 </row>
16036 <row>
16037 <cell alignment="center" valignment="top" topline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 sd
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" topline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 </row>
16065 <row topspace="default">
16066 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 sd
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 </row>
16094 </lyxtabular>
16095
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Standard
16107 \begin_inset ERT
16108 status collapsed
16109
16110 \begin_layout Plain Layout
16111
16112
16113 \backslash
16114 renewcommand{
16115 \backslash
16116 hline}{
16117 \backslash
16118 myHlineC}
16119 \end_layout
16120
16121 \end_inset
16122
16123
16124 \end_layout
16125
16126 \begin_layout Standard
16127 \begin_inset ERT
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131
16132
16133 \backslash
16134 setlength{
16135 \backslash
16136 arrayrulewidth}{0.4pt}
16137 \end_layout
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \begin_layout Section
16145 Table Customization
16146 \begin_inset Index idx
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150 Table Customization
16151 \end_layout
16152
16153 \end_inset
16154
16155
16156 \begin_inset Index idx
16157 status collapsed
16158
16159 \begin_layout Plain Layout
16160 Table ! Customization
16161 \end_layout
16162
16163 \end_inset
16164
16165
16166 \end_layout
16167
16168 \begin_layout Subsection
16169 Row Spacing
16170 \begin_inset CommandInset label
16171 LatexCommand label
16172 name "sub:Row-Spacing"
16173
16174 \end_inset
16175
16176
16177 \begin_inset Index idx
16178 status collapsed
16179
16180 \begin_layout Plain Layout
16181 Table Customization ! Row Spacing
16182 \end_layout
16183
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \begin_layout Standard
16190 You can add vertical space to table rows in the 
16191 \family sans
16192 Borders
16193 \family default
16194  tab of the table dialog.
16195  You find there three possibilities:
16196 \end_layout
16197
16198 \begin_layout Description
16199 Top
16200 \begin_inset space ~
16201 \end_inset
16202
16203 of
16204 \begin_inset space ~
16205 \end_inset
16206
16207 row will add space above the characters of the table row.
16208  If the table is a formal table
16209 \begin_inset Foot
16210 status collapsed
16211
16212 \begin_layout Plain Layout
16213 Formal tables are explained in section
16214 \begin_inset space ~
16215 \end_inset
16216
16217
16218 \begin_inset CommandInset ref
16219 LatexCommand ref
16220 reference "sec:Formal-Tables"
16221
16222 \end_inset
16223
16224 .
16225 \end_layout
16226
16227 \end_inset
16228
16229  LyX will insert as default 0.5
16230 \begin_inset space \thinspace{}
16231 \end_inset
16232
16233 em space.
16234  For normal tables the inserted space will unfortunately destroy the vertical
16235  table lines as in the following table:
16236 \begin_inset VSpace medskip
16237 \end_inset
16238
16239
16240 \begin_inset Newline newline
16241 \end_inset
16242
16243
16244 \begin_inset space \hspace*{}
16245 \length 0pt
16246 \end_inset
16247
16248
16249 \begin_inset space \hfill{}
16250 \end_inset
16251
16252
16253 \begin_inset Tabular
16254 <lyxtabular version="3" rows="3" columns="1">
16255 <features tabularvalignment="middle">
16256 <column alignment="center" valignment="top" width="0">
16257 <row>
16258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 A
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row topspace="3mm">
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 3
16274 \begin_inset space \thinspace{}
16275 \end_inset
16276
16277 mm space top of row
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 C
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 </row>
16294 </lyxtabular>
16295
16296 \end_inset
16297
16298
16299 \begin_inset space \hfill{}
16300 \end_inset
16301
16302
16303 \begin_inset space \hspace*{}
16304 \length 0pt
16305 \end_inset
16306
16307
16308 \begin_inset VSpace medskip
16309 \end_inset
16310
16311
16312 \begin_inset Newline newline
16313 \end_inset
16314
16315 So inserting space in the top of row for normal tables is only useful when
16316  you don't have vertical lines.
16317 \end_layout
16318
16319 \begin_layout Description
16320 Bottom
16321 \begin_inset space ~
16322 \end_inset
16323
16324 of
16325 \begin_inset space ~
16326 \end_inset
16327
16328 row will add space below the characters of the table row.
16329  If the table is a formal table LyX will insert as default 0.5
16330 \begin_inset space \thinspace{}
16331 \end_inset
16332
16333 em space, for normal tables the default size is 2
16334 \begin_inset space \thinspace{}
16335 \end_inset
16336
16337 pt.
16338 \end_layout
16339
16340 \begin_layout Description
16341 Between
16342 \begin_inset space ~
16343 \end_inset
16344
16345 rows adds space between the current and the following row.
16346  If the table is a formal table LyX will insert as default 0.5
16347 \begin_inset space \thinspace{}
16348 \end_inset
16349
16350 em space.
16351  For normal tables the inserted space will unfortunately destroy the vertical
16352  table lines as in the following table:
16353 \begin_inset VSpace medskip
16354 \end_inset
16355
16356
16357 \begin_inset Newline newline
16358 \end_inset
16359
16360
16361 \begin_inset space \hspace*{}
16362 \length 0pt
16363 \end_inset
16364
16365
16366 \begin_inset space \hfill{}
16367 \end_inset
16368
16369
16370 \begin_inset Tabular
16371 <lyxtabular version="3" rows="3" columns="1">
16372 <features tabularvalignment="middle">
16373 <column alignment="center" valignment="top" width="0">
16374 <row>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 A
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row interlinespace="3mm">
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 \begin_inset Formula $\downarrow$
16391 \end_inset
16392
16393  3
16394 \begin_inset space \thinspace{}
16395 \end_inset
16396
16397 mm space between row 
16398 \begin_inset Formula $\downarrow$
16399 \end_inset
16400
16401
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 \begin_inset Formula $\uparrow$
16413 \end_inset
16414
16415  3
16416 \begin_inset space \thinspace{}
16417 \end_inset
16418
16419 mm space between row 
16420 \begin_inset Formula $\uparrow$
16421 \end_inset
16422
16423
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 </row>
16429 </lyxtabular>
16430
16431 \end_inset
16432
16433
16434 \begin_inset space \hfill{}
16435 \end_inset
16436
16437
16438 \begin_inset space \hspace*{}
16439 \length 0pt
16440 \end_inset
16441
16442
16443 \begin_inset VSpace medskip
16444 \end_inset
16445
16446
16447 \begin_inset Newline newline
16448 \end_inset
16449
16450 So inserting space between rows for normal tables is only useful when you
16451  don't have vertical lines.
16452 \end_layout
16453
16454 \begin_layout Standard
16455 \begin_inset VSpace bigskip
16456 \end_inset
16457
16458 When you want to add extra height to all cells of all tables, you can do
16459  this with the following preamble lines:
16460 \end_layout
16461
16462 \begin_layout Standard
16463
16464 \series bold
16465
16466 \backslash
16467 @ifundefined{extrarowheight}
16468 \begin_inset Newline newline
16469 \end_inset
16470
16471
16472 \begin_inset Phantom HPhantom
16473 status open
16474
16475 \begin_layout Plain Layout
16476
16477 \series bold
16478 \begin_inset space ~
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \end_inset
16485
16486 {
16487 \backslash
16488 usepackage{array}}{}
16489 \begin_inset Newline newline
16490 \end_inset
16491
16492
16493 \backslash
16494 setlength{
16495 \backslash
16496 extrarowheight}{height}
16497 \end_layout
16498
16499 \begin_layout Standard
16500 But this has the disadvantage that the cell texts are no longer exactly
16501  vertically centered.
16502  (The package 
16503 \series bold
16504 array
16505 \series default
16506  will be loaded automatically by LyX when you use self defined table formats.
16507  To avoid that it being loaded twice the command 
16508 \series bold
16509
16510 \backslash
16511 @ifundefined
16512 \series default
16513  is used in the above command.)
16514 \end_layout
16515
16516 \begin_layout Standard
16517 If you are using font sizes larger than the normal size, the table borders
16518  are often too close to the letters.
16519  This can be corrected by inserting the command 
16520 \series bold
16521
16522 \backslash
16523 strut
16524 \series default
16525  in TeX code at the beginning of a table row.
16526  Table
16527 \begin_inset space ~
16528 \end_inset
16529
16530
16531 \begin_inset CommandInset ref
16532 LatexCommand ref
16533 reference "tab:Vertical-alignment-of"
16534
16535 \end_inset
16536
16537  illustrates the effect.
16538 \end_layout
16539
16540 \begin_layout Standard
16541 \noindent
16542 \begin_inset Float table
16543 placement h
16544 wide false
16545 sideways false
16546 status open
16547
16548 \begin_layout Plain Layout
16549 \begin_inset Caption
16550
16551 \begin_layout Plain Layout
16552 \begin_inset CommandInset label
16553 LatexCommand label
16554 name "tab:Vertical-alignment-of"
16555
16556 \end_inset
16557
16558 Vertical alignment of text with large font sizes.
16559 \end_layout
16560
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \begin_layout Plain Layout
16567 \begin_inset space \hfill{}
16568 \end_inset
16569
16570
16571 \begin_inset Float table
16572 wide false
16573 sideways false
16574 status collapsed
16575
16576 \begin_layout Plain Layout
16577 \begin_inset Caption
16578
16579 \begin_layout Plain Layout
16580 Normal table.
16581 \end_layout
16582
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \begin_layout Plain Layout
16589 \noindent
16590 \align center
16591 \begin_inset Tabular
16592 <lyxtabular version="3" rows="6" columns="1">
16593 <features tabularvalignment="middle">
16594 <column alignment="left" valignment="top" width="0">
16595 <row>
16596 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 Normal, g
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611
16612 \size large
16613 Large
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 </row>
16619 <row>
16620 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624
16625 \size larger
16626 Larger
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637
16638 \size largest
16639 Largest
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650
16651 \size huge
16652 Huge
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663
16664 \size huge
16665 Huger
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 </lyxtabular>
16672
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \end_inset
16679
16680
16681 \begin_inset space \hfill{}
16682 \end_inset
16683
16684
16685 \begin_inset Float table
16686 wide false
16687 sideways false
16688 status collapsed
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Caption
16692
16693 \begin_layout Plain Layout
16694 Table using the command 
16695 \series bold
16696
16697 \backslash
16698 strut
16699 \series default
16700 .
16701 \end_layout
16702
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \begin_layout Plain Layout
16709 \noindent
16710 \align center
16711 \begin_inset Tabular
16712 <lyxtabular version="3" rows="6" columns="1">
16713 <features tabularvalignment="middle">
16714 <column alignment="left" valignment="top" width="0">
16715 <row>
16716 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 Normal, g
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731
16732 \size large
16733 \begin_inset ERT
16734 status collapsed
16735
16736 \begin_layout Plain Layout
16737
16738
16739 \backslash
16740 strut 
16741 \end_layout
16742
16743 \end_inset
16744
16745 Large
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \size larger
16758 \begin_inset ERT
16759 status collapsed
16760
16761 \begin_layout Plain Layout
16762
16763
16764 \backslash
16765 strut 
16766 \end_layout
16767
16768 \end_inset
16769
16770 Larger
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781
16782 \size largest
16783 \begin_inset ERT
16784 status collapsed
16785
16786 \begin_layout Plain Layout
16787
16788
16789 \backslash
16790 strut 
16791 \end_layout
16792
16793 \end_inset
16794
16795 Largest
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806
16807 \size huge
16808 \begin_inset ERT
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812
16813
16814 \backslash
16815 strut 
16816 \end_layout
16817
16818 \end_inset
16819
16820 Huge
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \size giant
16833 \begin_inset ERT
16834 status collapsed
16835
16836 \begin_layout Plain Layout
16837
16838
16839 \backslash
16840 strut 
16841 \end_layout
16842
16843 \end_inset
16844
16845
16846 \size huge
16847 Huger
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 </lyxtabular>
16854
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861
16862
16863 \begin_inset space \hfill{}
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \begin_layout Subsection
16875 Special Cell Alignment
16876 \begin_inset CommandInset label
16877 LatexCommand label
16878 name "sub:Special-Cell-Alignment"
16879
16880 \end_inset
16881
16882
16883 \begin_inset Index idx
16884 status collapsed
16885
16886 \begin_layout Plain Layout
16887 Table Customization ! Special Cell Alignment
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Standard
16896 Sometimes it looks better when the cell entries of a column are aligned
16897  with a special character, e.
16898 \begin_inset space \thinspace{}
16899 \end_inset
16900
16901 g.
16902 \begin_inset space \space{}
16903 \end_inset
16904
16905 with the decimal separator as in Table
16906 \begin_inset space ~
16907 \end_inset
16908
16909
16910 \begin_inset CommandInset ref
16911 LatexCommand ref
16912 reference "tab:Table-cells-align"
16913
16914 \end_inset
16915
16916 .
16917  This alignment is achieved by highlighting the last 3
16918 \begin_inset space ~
16919 \end_inset
16920
16921 cells of the column and then either pressing the toolbar button 
16922 \begin_inset Graphics
16923         filename ../images/tabular-feature_align-decimal.png
16924         scale 85
16925         scaleBeforeRotation
16926
16927 \end_inset
16928
16929  or setting the alignment in the table settings to 
16930 \family sans
16931 At
16932 \begin_inset space ~
16933 \end_inset
16934
16935 Decimal
16936 \begin_inset space ~
16937 \end_inset
16938
16939 Separator
16940 \family default
16941 .
16942  The alignment character can be a character of your choice and is specified
16943  in the table settings.
16944 \end_layout
16945
16946 \begin_layout Standard
16947 \begin_inset Float table
16948 placement h
16949 wide false
16950 sideways false
16951 status open
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Caption
16955
16956 \begin_layout Plain Layout
16957 \begin_inset CommandInset label
16958 LatexCommand label
16959 name "tab:Table-cells-align"
16960
16961 \end_inset
16962
16963 Table cells of a column aligned with the decimal separator.
16964 \end_layout
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \begin_layout Plain Layout
16972 \align center
16973 \begin_inset Tabular
16974 <lyxtabular version="3" rows="4" columns="1">
16975 <features booktabs="true" tabularvalignment="middle">
16976 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16977 <row>
16978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 heading
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 12.6
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 0.68
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 -123.0
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 </row>
17021 </lyxtabular>
17022
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \begin_layout Standard
17034 \begin_inset Float table
17035 placement h
17036 wide false
17037 sideways false
17038 status open
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Caption
17042
17043 \begin_layout Plain Layout
17044 \begin_inset CommandInset label
17045 LatexCommand label
17046 name "tab:Table-align-operator"
17047
17048 \end_inset
17049
17050 Table cells of a column aligned with the operators.
17051 \end_layout
17052
17053 \end_inset
17054
17055
17056 \end_layout
17057
17058 \begin_layout Plain Layout
17059 \align center
17060 \begin_inset Tabular
17061 <lyxtabular version="3" rows="4" columns="2">
17062 <features booktabs="true" tabularvalignment="middle">
17063 <column alignment="right" valignment="top" width="0pt">
17064 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17065 <row>
17066 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 heading
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 </row>
17085 <row>
17086 <cell alignment="center" valignment="top" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 \begin_inset Formula $12\,+$
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell alignment="center" valignment="top" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102 \begin_inset Formula $\,6$
17103 \end_inset
17104
17105
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 </row>
17111 <row>
17112 <cell alignment="center" valignment="top" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $0\,-$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $\,68$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $-123\,/$
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $\,0$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 </lyxtabular>
17164
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \begin_layout Standard
17176 For alignments at characters in formulas this method does not work because
17177  the field to specify the alignment character does not allow formulas.
17178  In this case one need to use the method from Table
17179 \begin_inset space ~
17180 \end_inset
17181
17182
17183 \begin_inset CommandInset ref
17184 LatexCommand ref
17185 reference "tab:Table-align-operator"
17186
17187 \end_inset
17188
17189 .
17190  This table was created with a 4×2 table.
17191  The heading is a centered multicolumn.
17192  The first column is right-aligned and contains the first part including
17193  the operator.
17194  The second column is left aligned and contains the rest.
17195  A small space was added at the beginning of each cell of the second column
17196  to get the space that is usually around operators.
17197  To omit the space that is normally between two table columns, the following
17198  LaTeX-argument was used for the second column:
17199 \end_layout
17200
17201 \begin_layout Standard
17202
17203 \series bold
17204 @{}l
17205 \end_layout
17206
17207 \begin_layout Standard
17208 Table
17209 \begin_inset space ~
17210 \end_inset
17211
17212
17213 \begin_inset CommandInset ref
17214 LatexCommand ref
17215 reference "tab:Several-table-cell"
17216
17217 \end_inset
17218
17219  shows some example alignments.
17220  For the alignment with the relation sign, a small space was added like
17221  for the second column of Table
17222 \begin_inset space ~
17223 \end_inset
17224
17225
17226 \begin_inset CommandInset ref
17227 LatexCommand ref
17228 reference "tab:Table-align-operator"
17229
17230 \end_inset
17231
17232 .
17233 \end_layout
17234
17235 \begin_layout Standard
17236 \begin_inset Float table
17237 placement h
17238 wide false
17239 sideways false
17240 status open
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Caption
17244
17245 \begin_layout Plain Layout
17246 \begin_inset CommandInset label
17247 LatexCommand label
17248 name "tab:Several-table-cell"
17249
17250 \end_inset
17251
17252 Several table cell alignments.
17253 \end_layout
17254
17255 \end_inset
17256
17257
17258 \end_layout
17259
17260 \begin_layout Plain Layout
17261 \align center
17262 \begin_inset Tabular
17263 <lyxtabular version="3" rows="4" columns="6">
17264 <features tabularvalignment="middle">
17265 <column alignment="right" valignment="top" width="0">
17266 <column alignment="left" valignment="top" width="0" special="@{}l">
17267 <column alignment="right" valignment="top" width="0">
17268 <column alignment="left" valignment="top" width="0" special="@{}l">
17269 <column alignment="right" valignment="top" width="0">
17270 <column alignment="left" valignment="top" width="0" special="@{}l">
17271 <row>
17272 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 units
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 exponents
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 relations
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 <row>
17328 <cell alignment="center" valignment="top" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 12×
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 24
17342 \begin_inset space \thinspace{}
17343 \end_inset
17344
17345 bottles
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 <cell alignment="center" valignment="top" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 \begin_inset Formula $10\cdot$
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 \begin_inset Formula $10^{\mbox{-}17}$
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 \begin_inset Formula $\Gamma(t)\propto$
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 \begin_inset Formula $\:\Upsilon(t)$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 1024×
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 768
17414 \begin_inset space \thinspace{}
17415 \end_inset
17416
17417 Pixels
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 \begin_inset Formula $5.78\cdot$
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 \begin_inset Formula $10^{7}$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 \begin_inset Formula $A\ne$
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 \begin_inset Formula $\: B_{\mathrm{red}}$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 </row>
17471 <row>
17472 <cell alignment="center" valignment="top" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 32×
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485 6
17486 \begin_inset space \thinspace{}
17487 \end_inset
17488
17489 cm
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell alignment="center" valignment="top" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 -
17499 \begin_inset Formula $33.5\cdot$
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511 \begin_inset Formula $10^{4}$
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 \begin_inset Formula $\sin(\alpha)\ge$
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell alignment="center" valignment="top" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 \begin_inset Formula $\:\sin(\beta)$
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 </lyxtabular>
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \begin_layout Subsection
17557 Customized Cell/Column Format
17558 \begin_inset CommandInset label
17559 LatexCommand label
17560 name "sub:Customized-Format"
17561
17562 \end_inset
17563
17564
17565 \begin_inset Index idx
17566 status collapsed
17567
17568 \begin_layout Plain Layout
17569 Table Customization ! Cell/Column Format
17570 \end_layout
17571
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Standard
17578 Calculating the required width for spanned columns as in section
17579 \begin_inset space ~
17580 \end_inset
17581
17582
17583 \begin_inset CommandInset ref
17584 LatexCommand ref
17585 reference "sub:Multicolumn-Calculations"
17586
17587 \end_inset
17588
17589  is very annoying if you have several tables with multicolumn cells.
17590  To make life easier, you can define a cell/column format in the preamble,
17591  so that it can be used in all tables of the document.
17592  The format is defined with the command
17593 \end_layout
17594
17595 \begin_layout Standard
17596
17597 \series bold
17598
17599 \backslash
17600 newcolumntype{name of format}[number of arguments]{commands}
17601 \end_layout
17602
17603 \begin_layout Standard
17604 The format name may only consist of one letter.
17605  The letters 
17606 \emph on
17607 b
17608 \emph default
17609
17610 \emph on
17611 c
17612 \emph default
17613
17614 \emph on
17615 l
17616 \emph default
17617
17618 \emph on
17619 m
17620 \emph default
17621
17622 \emph on
17623 p
17624 \emph default
17625  and 
17626 \emph on
17627 r
17628 \emph default
17629  are predefined and cannot be used.
17630  But all letters are allowed as capitals.
17631 \end_layout
17632
17633 \begin_layout Standard
17634 \begin_inset VSpace medskip
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \begin_layout Standard
17641 For vertically and horizontally centered multicolumn cells with a fixed
17642  width you can define the cell format
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648
17649 \backslash
17650 newcolumntype{M}[1]{>{
17651 \backslash
17652 centering
17653 \backslash
17654 hspace{0pt}}m{#1}}
17655 \end_layout
17656
17657 \begin_layout Standard
17658 where 
17659 \series bold
17660
17661 \backslash
17662 hspace{0pt}
17663 \series default
17664  avoids the problem of hyphenating the first word, as described in section
17665 \begin_inset space ~
17666 \end_inset
17667
17668
17669 \begin_inset CommandInset ref
17670 LatexCommand ref
17671 reference "sub:Multiple-Lines-in"
17672
17673 \end_inset
17674
17675 .
17676  Now you can simply enter
17677 \end_layout
17678
17679 \begin_layout Standard
17680
17681 \series bold
17682 M{width}
17683 \end_layout
17684
17685 \begin_layout Standard
17686 as LaTeX-argument in the table dialog to create a multicolumn.
17687 \end_layout
17688
17689 \begin_layout Standard
17690 \begin_inset VSpace bigskip
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \begin_layout Standard
17697 For cells spanned by a multicolumn cell, you can define the format
17698 \end_layout
17699
17700 \begin_layout Standard
17701
17702 \series bold
17703
17704 \backslash
17705 newcolumntype{S}[2]{>{
17706 \backslash
17707 centering
17708 \backslash
17709 hspace{0pt}}
17710 \begin_inset Newline newline
17711 \end_inset
17712
17713
17714 \begin_inset Phantom HPhantom
17715 status open
17716
17717 \begin_layout Plain Layout
17718
17719 \series bold
17720
17721 \backslash
17722 newcolumntype
17723 \end_layout
17724
17725 \end_inset
17726
17727 m{(#1+(2
17728 \backslash
17729 tabcolsep+
17730 \backslash
17731 arrayrulewidth)*(1-#2))/#2}}
17732 \end_layout
17733
17734 \begin_layout Standard
17735 This format uses equation 
17736 \begin_inset CommandInset ref
17737 LatexCommand eqref
17738 reference "eq:Wgn"
17739
17740 \end_inset
17741
17742  to calculate the required width so that each spanned cell has the same
17743  width.
17744 \end_layout
17745
17746 \begin_layout Standard
17747 You can now enter
17748 \end_layout
17749
17750 \begin_layout Standard
17751
17752 \series bold
17753 S{width of multicolumn cell}{number of spanned columns}
17754 \end_layout
17755
17756 \begin_layout Standard
17757 as LaTeX-argument of the column.
17758 \end_layout
17759
17760 \begin_layout Standard
17761 \begin_inset VSpace bigskip
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \begin_layout Standard
17768 For colored columns, you can define
17769 \end_layout
17770
17771 \begin_layout Standard
17772
17773 \series bold
17774
17775 \backslash
17776 newcolumntype{K}[1]{>{
17777 \backslash
17778 columncolor{#1}
17779 \backslash
17780 hspace{0pt}}c}
17781 \end_layout
17782
17783 \begin_layout Standard
17784 The 
17785 \begin_inset Quotes eld
17786 \end_inset
17787
17788 c
17789 \begin_inset Quotes erd
17790 \end_inset
17791
17792  at the end creates a column with a flexible width whose text is horizontally
17793  centered.
17794  You can now enter
17795 \end_layout
17796
17797 \begin_layout Standard
17798
17799 \series bold
17800 K{color name}
17801 \end_layout
17802
17803 \begin_layout Standard
17804 as LaTeX-argument.
17805 \end_layout
17806
17807 \begin_layout Standard
17808 \begin_inset VSpace bigskip
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \begin_layout Standard
17815 To create Table
17816 \begin_inset space ~
17817 \end_inset
17818
17819
17820 \begin_inset CommandInset ref
17821 LatexCommand ref
17822 reference "tab:Table-using-user-defined"
17823
17824 \end_inset
17825
17826  use the LaTeX-arguments
17827 \end_layout
17828
17829 \begin_layout Standard
17830
17831 \series bold
17832 M{2.5cm}
17833 \end_layout
17834
17835 \begin_layout Standard
17836 for the first column and the multicolumn,
17837 \end_layout
17838
17839 \begin_layout Standard
17840
17841 \series bold
17842 K{red}
17843 \end_layout
17844
17845 \begin_layout Standard
17846 for the last column, and
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852 S{2.5cm}{2}
17853 \end_layout
17854
17855 \begin_layout Standard
17856 for the cells in the second column.
17857 \end_layout
17858
17859 \begin_layout Standard
17860 \begin_inset Float table
17861 placement h
17862 wide false
17863 sideways false
17864 status open
17865
17866 \begin_layout Plain Layout
17867 \begin_inset Caption
17868
17869 \begin_layout Plain Layout
17870 \begin_inset CommandInset label
17871 LatexCommand label
17872 name "tab:Table-using-user-defined"
17873
17874 \end_inset
17875
17876 Table using user-defined table formats
17877 \end_layout
17878
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \begin_layout Plain Layout
17885 \align center
17886 \begin_inset Tabular
17887 <lyxtabular version="3" rows="3" columns="4">
17888 <features tabularvalignment="middle">
17889 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17890 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17891 <column alignment="center" valignment="middle" width="0">
17892 <column alignment="center" valignment="middle" width="0" special="K{red}">
17893 <row>
17894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 verylongtablecellword
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 multiple lines multicolumn
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 c
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 d
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 e
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 f
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 g
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 h
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
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 i
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 j
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 k
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 </row>
18007 </lyxtabular>
18008
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \end_inset
18015
18016
18017 \end_layout
18018
18019 \begin_layout Subsection
18020 Line Thickness
18021 \begin_inset CommandInset label
18022 LatexCommand label
18023 name "sub:Line-Thickness"
18024
18025 \end_inset
18026
18027
18028 \begin_inset Index idx
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032 Table Customization ! Line Thickness
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Standard
18041 The line thickness for all lines in a table can be adjusted with the length
18042  
18043 \series bold
18044
18045 \backslash
18046 arrayrulewidth
18047 \series default
18048 .
18049  To set for example a line thickness of 1.5
18050 \begin_inset space \thinspace{}
18051 \end_inset
18052
18053 pt, as in Table
18054 \begin_inset space ~
18055 \end_inset
18056
18057
18058 \begin_inset CommandInset ref
18059 LatexCommand ref
18060 reference "tab:Table-with-1.5"
18061
18062 \end_inset
18063
18064 , insert the command
18065 \end_layout
18066
18067 \begin_layout Standard
18068
18069 \series bold
18070
18071 \backslash
18072 setlength{
18073 \backslash
18074 arrayrulewidth}{1.5pt}
18075 \end_layout
18076
18077 \begin_layout Standard
18078 in TeX-Code before the table or table float.
18079  The changed thickness is valid for all subsequent tables.
18080  To use the default value again, set 
18081 \series bold
18082
18083 \backslash
18084 arrayrulewidth
18085 \series default
18086  to 0.4
18087 \begin_inset space \thinspace{}
18088 \end_inset
18089
18090 pt in TeX-Code after the table or table float.
18091 \end_layout
18092
18093 \begin_layout Standard
18094 \begin_inset ERT
18095 status collapsed
18096
18097 \begin_layout Plain Layout
18098
18099
18100 \backslash
18101 setlength{
18102 \backslash
18103 arrayrulewidth}{1.5pt}
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \begin_inset Float table
18110 wide false
18111 sideways false
18112 status open
18113
18114 \begin_layout Plain Layout
18115 \begin_inset Caption
18116
18117 \begin_layout Plain Layout
18118 \begin_inset CommandInset label
18119 LatexCommand label
18120 name "tab:Table-with-1.5"
18121
18122 \end_inset
18123
18124 Table with 1.5
18125 \begin_inset space \thinspace{}
18126 \end_inset
18127
18128 pt thick lines
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \begin_layout Plain Layout
18137 \align center
18138 \begin_inset Tabular
18139 <lyxtabular version="3" rows="3" columns="3">
18140 <features tabularvalignment="middle">
18141 <column alignment="center" valignment="top" width="0">
18142 <column alignment="center" valignment="top" width="0">
18143 <column alignment="center" valignment="top" width="0">
18144 <row>
18145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 sd
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 </row>
18173 <row>
18174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 sd
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 </row>
18202 <row>
18203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
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" rightline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 sd
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 </row>
18231 </lyxtabular>
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \end_inset
18239
18240
18241 \begin_inset ERT
18242 status collapsed
18243
18244 \begin_layout Plain Layout
18245
18246
18247 \backslash
18248 setlength{
18249 \backslash
18250 arrayrulewidth}{0.4pt}
18251 \end_layout
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \begin_inset VSpace bigskip
18260 \end_inset
18261
18262 To set the line thickness to 1.5
18263 \begin_inset space \thinspace{}
18264 \end_inset
18265
18266 pt only for horizontal lines, as in Table
18267 \begin_inset space ~
18268 \end_inset
18269
18270
18271 \begin_inset CommandInset ref
18272 LatexCommand ref
18273 reference "tab:Table-with-horizontal"
18274
18275 \end_inset
18276
18277 , insert these commands in TeX-Code before the table or table float:
18278 \end_layout
18279
18280 \begin_layout Standard
18281
18282 \series bold
18283
18284 \backslash
18285 let
18286 \backslash
18287 myHline
18288 \backslash
18289 hline
18290 \begin_inset Newline newline
18291 \end_inset
18292
18293
18294 \backslash
18295 renewcommand{
18296 \backslash
18297 hline}
18298 \begin_inset Newline newline
18299 \end_inset
18300
18301  {
18302 \backslash
18303 noalign{
18304 \backslash
18305 global
18306 \backslash
18307 arrayrulewidth 1.5pt}
18308 \begin_inset Newline newline
18309 \end_inset
18310
18311  
18312 \backslash
18313 myHline
18314 \backslash
18315 noalign{
18316 \backslash
18317 global
18318 \backslash
18319 arrayrulewidth 0.4pt}}
18320 \end_layout
18321
18322 \begin_layout Standard
18323 To return to the default line thickness, insert this command in TeX-Code
18324  after the table or table float:
18325 \end_layout
18326
18327 \begin_layout Standard
18328
18329 \series bold
18330
18331 \backslash
18332 renewcommand{
18333 \backslash
18334 hline}{
18335 \backslash
18336 myHline}
18337 \end_layout
18338
18339 \begin_layout Standard
18340 \begin_inset ERT
18341 status collapsed
18342
18343 \begin_layout Plain Layout
18344
18345
18346 \backslash
18347 let
18348 \backslash
18349 myHline
18350 \backslash
18351 hline
18352 \end_layout
18353
18354 \begin_layout Plain Layout
18355
18356
18357 \backslash
18358 renewcommand{
18359 \backslash
18360 hline}
18361 \end_layout
18362
18363 \begin_layout Plain Layout
18364
18365  {
18366 \backslash
18367 noalign{
18368 \backslash
18369 global
18370 \backslash
18371 arrayrulewidth 1.5pt}
18372 \end_layout
18373
18374 \begin_layout Plain Layout
18375
18376   
18377 \backslash
18378 myHline
18379 \backslash
18380 noalign{
18381 \backslash
18382 global
18383 \backslash
18384 arrayrulewidth 0.4pt}}
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \begin_inset Float table
18391 wide false
18392 sideways false
18393 status open
18394
18395 \begin_layout Plain Layout
18396 \begin_inset Caption
18397
18398 \begin_layout Plain Layout
18399 \begin_inset CommandInset label
18400 LatexCommand label
18401 name "tab:Table-with-horizontal"
18402
18403 \end_inset
18404
18405 Table with 1.5
18406 \begin_inset space \thinspace{}
18407 \end_inset
18408
18409 pt thick horizontal lines
18410 \end_layout
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \begin_layout Plain Layout
18418 \align center
18419 \begin_inset Tabular
18420 <lyxtabular version="3" rows="3" columns="3">
18421 <features tabularvalignment="middle">
18422 <column alignment="center" valignment="top" width="0">
18423 <column alignment="center" valignment="top" width="0">
18424 <column alignment="center" valignment="top" width="0">
18425 <row>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 sd
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 </row>
18454 <row>
18455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468 sd
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 </row>
18483 <row>
18484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
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" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 sd
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 </row>
18512 </lyxtabular>
18513
18514 \end_inset
18515
18516
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \begin_inset ERT
18523 status collapsed
18524
18525 \begin_layout Plain Layout
18526
18527
18528 \backslash
18529 renewcommand{
18530 \backslash
18531 hline}{
18532 \backslash
18533 myHline}
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \begin_layout Standard
18542 \begin_inset VSpace bigskip
18543 \end_inset
18544
18545 To set the line thickness to 1.5
18546 \begin_inset space \thinspace{}
18547 \end_inset
18548
18549 pt only for vertical lines, create the following column format in the document
18550  preamble, according to the description in section
18551 \begin_inset space ~
18552 \end_inset
18553
18554
18555 \begin_inset CommandInset ref
18556 LatexCommand ref
18557 reference "sub:Customized-Format"
18558
18559 \end_inset
18560
18561 :
18562 \end_layout
18563
18564 \begin_layout Standard
18565
18566 \series bold
18567
18568 \backslash
18569 newcolumntype{V}{!{
18570 \backslash
18571 vrule width 1.5pt}}
18572 \end_layout
18573
18574 \begin_layout Standard
18575 For Table
18576 \begin_inset space ~
18577 \end_inset
18578
18579
18580 \begin_inset CommandInset ref
18581 LatexCommand ref
18582 reference "tab:Table-with-vertical"
18583
18584 \end_inset
18585
18586  the LaTeX-argument
18587 \end_layout
18588
18589 \begin_layout Standard
18590
18591 \series bold
18592 VcV
18593 \end_layout
18594
18595 \begin_layout Standard
18596 was used for the last column and
18597 \end_layout
18598
18599 \begin_layout Standard
18600
18601 \series bold
18602 Vc
18603 \end_layout
18604
18605 \begin_layout Standard
18606 for the other columns.
18607 \end_layout
18608
18609 \begin_layout Standard
18610 \begin_inset Float table
18611 wide false
18612 sideways false
18613 status open
18614
18615 \begin_layout Plain Layout
18616 \begin_inset Caption
18617
18618 \begin_layout Plain Layout
18619 \begin_inset CommandInset label
18620 LatexCommand label
18621 name "tab:Table-with-vertical"
18622
18623 \end_inset
18624
18625 Table with 1.5
18626 \begin_inset space \thinspace{}
18627 \end_inset
18628
18629 pt thick vertical lines
18630 \end_layout
18631
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \begin_layout Plain Layout
18638 \align center
18639 \begin_inset Tabular
18640 <lyxtabular version="3" rows="3" columns="3">
18641 <features tabularvalignment="middle">
18642 <column alignment="center" valignment="top" width="0" special="Vc">
18643 <column alignment="center" valignment="top" width="0" special="Vc">
18644 <column alignment="center" valignment="top" width="0" special="VcV">
18645 <row>
18646 <cell alignment="center" valignment="top" topline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650 sd
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659
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 </row>
18674 <row>
18675 <cell alignment="center" valignment="top" topline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 <cell alignment="center" valignment="top" topline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688 sd
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
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 </row>
18703 <row>
18704 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
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 sd
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 </row>
18732 </lyxtabular>
18733
18734 \end_inset
18735
18736
18737 \end_layout
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \begin_layout Subsection
18745 Dashed Lines
18746 \begin_inset Index idx
18747 status collapsed
18748
18749 \begin_layout Plain Layout
18750 Table Customization ! Dashed Lines
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 \begin_inset ERT
18760 status collapsed
18761
18762 \begin_layout Plain Layout
18763
18764
18765 \backslash
18766 ifarydshln
18767 \end_layout
18768
18769 \end_inset
18770
18771
18772 \begin_inset Note Note
18773 status open
18774
18775 \begin_layout Plain Layout
18776 The following section will only be displayed when the LaTeX-package 
18777 \series bold
18778 arydshln
18779 \series default
18780  is installed.
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Standard
18789 \begin_inset Float table
18790 placement H
18791 wide false
18792 sideways false
18793 status open
18794
18795 \begin_layout Plain Layout
18796 \begin_inset Caption
18797
18798 \begin_layout Plain Layout
18799 \begin_inset CommandInset label
18800 LatexCommand label
18801 name "tab:Table-with-dashed"
18802
18803 \end_inset
18804
18805 Table with dashed lines
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \begin_layout Plain Layout
18814 \align center
18815 \begin_inset Tabular
18816 <lyxtabular version="3" rows="5" columns="5">
18817 <features tabularvalignment="middle">
18818 <column alignment="center" valignment="top" width="0">
18819 <column alignment="center" valignment="top" width="0">
18820 <column alignment="center" valignment="top" width="0" special=":c">
18821 <column alignment="center" valignment="top" width="0">
18822 <column alignment="center" valignment="top" width="0">
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 a
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
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 b
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 c
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 d
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864 e
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 </row>
18870 <row>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 f
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884 g
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 h
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 i
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 j
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 \begin_inset ERT
18923 status collapsed
18924
18925 \begin_layout Plain Layout
18926
18927
18928 \backslash
18929 hdashline 
18930 \end_layout
18931
18932 \end_inset
18933
18934 k
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 l
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 <cell alignment="center" valignment="top" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952 m
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 n
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 o
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 \begin_inset ERT
18982 status collapsed
18983
18984 \begin_layout Plain Layout
18985
18986
18987 \backslash
18988 cdashline{4-5}
18989 \end_layout
18990
18991 \end_inset
18992
18993 p
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002 q
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 r
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020 s
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 </row>
19035 <row>
19036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 t
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
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 u
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 v
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 w
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 x
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 </row>
19082 </lyxtabular>
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Standard
19095 LyX does not natively support dashed lines, so you have to use TeX-Code.
19096  As a prerequisite the LaTeX-package 
19097 \series bold
19098 arydshln
19099 \series default
19100
19101 \begin_inset Index idx
19102 status collapsed
19103
19104 \begin_layout Plain Layout
19105 LaTeX-packages ! arydshln
19106 \end_layout
19107
19108 \end_inset
19109
19110  must be loaded in the document preamble with the command
19111 \end_layout
19112
19113 \begin_layout Standard
19114
19115 \series bold
19116
19117 \backslash
19118 usepackage{arydshln}
19119 \end_layout
19120
19121 \begin_layout Standard
19122 To make a vertical line dashed, enter the colon 
19123 \begin_inset Quotes eld
19124 \end_inset
19125
19126 :
19127 \begin_inset Quotes erd
19128 \end_inset
19129
19130  together with the character for the horizontal alignment as LaTeX-argument
19131  in the table cell dialog.
19132 \end_layout
19133
19134 \begin_layout Standard
19135 For a horizontal dashed line add the command
19136 \end_layout
19137
19138 \begin_layout Standard
19139
19140 \series bold
19141
19142 \backslash
19143 hdashline
19144 \end_layout
19145
19146 \begin_layout Standard
19147 in TeX-Code as first element of the first cell in the table row.
19148 \end_layout
19149
19150 \begin_layout Standard
19151 For dashed multicolumn lines use the command
19152 \end_layout
19153
19154 \begin_layout Standard
19155
19156 \series bold
19157
19158 \backslash
19159 cdashline{line number
19160 \series default
19161 }
19162 \end_layout
19163
19164 \begin_layout Standard
19165 in TeX-Code as the first element of the first cell in the table row.
19166  If you have for example a multicolumn spanning columns 2 to 4 and you want
19167  to have a dashed line above, add the command
19168 \end_layout
19169
19170 \begin_layout Standard
19171
19172 \series bold
19173
19174 \backslash
19175 cdashline{2-4}
19176 \end_layout
19177
19178 \begin_layout Standard
19179 as the first element of the first cell in the row of the multicolumn.
19180 \end_layout
19181
19182 \begin_layout Standard
19183 \begin_inset VSpace bigskip
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \begin_layout Standard
19190 Table
19191 \begin_inset space ~
19192 \end_inset
19193
19194
19195 \begin_inset CommandInset ref
19196 LatexCommand ref
19197 reference "tab:Table-with-dashed"
19198
19199 \end_inset
19200
19201  was created using 
19202 \begin_inset Quotes eld
19203 \end_inset
19204
19205
19206 \series bold
19207 :c
19208 \series default
19209
19210 \begin_inset Quotes erd
19211 \end_inset
19212
19213  as LaTeX-argument of the third column.
19214  The TeX-Code command 
19215 \series bold
19216
19217 \backslash
19218 hdashline
19219 \series default
19220  was inserted in the first cell of the third row and the TeX-Code command
19221 \begin_inset Newline newline
19222 \end_inset
19223
19224  
19225 \series bold
19226
19227 \backslash
19228 cdashline{4-5}
19229 \series default
19230  was inserted in the first cell of the fourth row.
19231 \end_layout
19232
19233 \begin_layout Standard
19234 \begin_inset Note Greyedout
19235 status open
19236
19237 \begin_layout Plain Layout
19238
19239 \series bold
19240 Note:
19241 \series default
19242  The LaTeX-package 
19243 \series bold
19244 arydshln
19245 \series default
19246  is apparently not compatible with the LaTeX-package 
19247 \series bold
19248 colortbl
19249 \series default
19250
19251 \begin_inset Index idx
19252 status collapsed
19253
19254 \begin_layout Plain Layout
19255 LaTeX-packages ! colortbl
19256 \end_layout
19257
19258 \end_inset
19259
19260  that is used for colored tables in section
19261 \begin_inset space ~
19262 \end_inset
19263
19264
19265 \begin_inset CommandInset ref
19266 LatexCommand ref
19267 reference "sec:Colored-Tables"
19268
19269 \end_inset
19270
19271 .
19272  That means colored tables cannot have dashed lines.
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \begin_layout Standard
19281 \begin_inset ERT
19282 status collapsed
19283
19284 \begin_layout Plain Layout
19285
19286
19287 \backslash
19288 else
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \begin_inset Note Note
19295 status open
19296
19297 \begin_layout Plain Layout
19298 The following will be displayed when the LaTeX-package 
19299 \series bold
19300 arydshln
19301 \series default
19302  is not installed:
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \begin_layout Standard
19311 You need to install the package 
19312 \series bold
19313 arydshln
19314 \series default
19315  to see the content of this section in the output.
19316 \end_layout
19317
19318 \begin_layout Standard
19319 \begin_inset ERT
19320 status collapsed
19321
19322 \begin_layout Plain Layout
19323
19324
19325 \backslash
19326 fi
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \begin_layout Chapter
19335 Floats
19336 \begin_inset Index idx
19337 status collapsed
19338
19339 \begin_layout Plain Layout
19340 Floats
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \begin_layout Section
19349 Introduction
19350 \begin_inset CommandInset label
19351 LatexCommand label
19352 name "sec:FloatIntroduction"
19353
19354 \end_inset
19355
19356
19357 \begin_inset Index idx
19358 status collapsed
19359
19360 \begin_layout Plain Layout
19361 Floats ! Introduction
19362 \end_layout
19363
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \begin_layout Standard
19370 A float is a block of text associated with some sort of label, which doesn't
19371  have a fixed location.
19372  It can 
19373 \begin_inset Quotes eld
19374 \end_inset
19375
19376 float
19377 \begin_inset Quotes erd
19378 \end_inset
19379
19380  forward or backward a page or two, to wherever it fits best.
19381  
19382 \family sans
19383 Footnotes
19384 \family default
19385  and 
19386 \family sans
19387 Margin
19388 \begin_inset space ~
19389 \end_inset
19390
19391 Notes
19392 \family default
19393  are also floats, because they can float to the next page when there are
19394  too many notes on the page.
19395 \end_layout
19396
19397 \begin_layout Standard
19398 Floats allow a high quality layout.
19399  Images and tables can be spread evenly to the pages to avoid white space
19400  and pages without text.
19401  As the floating often destroys the context between the text and the image/table
19402 , every float can be referenced in the text.
19403  Floats are therefore numbered.
19404  Referencing is described in section
19405 \begin_inset space ~
19406 \end_inset
19407
19408
19409 \begin_inset CommandInset ref
19410 LatexCommand ref
19411 reference "sec:Referencing-Floats"
19412
19413 \end_inset
19414
19415 .
19416 \end_layout
19417
19418 \begin_layout Standard
19419 To insert a float, use the menu 
19420 \family sans
19421 Insert\SpecialChar \menuseparator
19422 Float
19423 \family default
19424 .
19425  This inserts the 
19426 \family sans
19427 Caption
19428 \family default
19429  inset, a box with a label.
19430  The label will automatically be translated to the document language in
19431  the output.
19432  After the label you can insert the caption text.
19433  The image or table is inserted above or below the caption in a separate
19434  paragraph within the float.
19435  More about the caption placement is contained in section
19436 \begin_inset space ~
19437 \end_inset
19438
19439
19440 \begin_inset CommandInset ref
19441 LatexCommand ref
19442 reference "sec:Caption-Placement"
19443
19444 \end_inset
19445
19446 .
19447  To keep your LyX-document readable, you can open and close the float box
19448  by left-clicking on the box label.
19449  A closed float box looks like this: 
19450 \begin_inset Graphics
19451         filename clipart/floatQt4.png
19452         scale 70
19453         scaleBeforeRotation
19454
19455 \end_inset
19456
19457  â€“ a gray button with a red label.
19458 \end_layout
19459
19460 \begin_layout Standard
19461 It is recommended that you insert floats as a separate standard paragraph
19462  to avoid possible LaTeX-errors that can occur when the surrounding text
19463  is specially formatted.
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Existing figures or tables can be put into a float by highlighting them
19468  and then pressing the corresponding toolbar button for a new float.
19469 \end_layout
19470
19471 \begin_layout Section
19472 Float Types
19473 \end_layout
19474
19475 \begin_layout Standard
19476 Besides figure and table floats that are described in sections
19477 \begin_inset space ~
19478 \end_inset
19479
19480
19481 \begin_inset CommandInset ref
19482 LatexCommand ref
19483 reference "sec:Figure-Floats"
19484
19485 \end_inset
19486
19487  and 
19488 \begin_inset CommandInset ref
19489 LatexCommand ref
19490 reference "sec:Table-Floats"
19491
19492 \end_inset
19493
19494  respectively, LyX offers the float types 
19495 \series bold
19496 Algorithm
19497 \series default
19498  and 
19499 \series bold
19500 Wrap
19501 \series default
19502 .
19503 \end_layout
19504
19505 \begin_layout Subsection
19506 Algorithm Floats
19507 \begin_inset Index idx
19508 status collapsed
19509
19510 \begin_layout Plain Layout
19511 Floats ! Algorithms
19512 \end_layout
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Standard
19520 \begin_inset Float algorithm
19521 placement h
19522 wide false
19523 sideways false
19524 status open
19525
19526 \begin_layout Plain Layout
19527 \begin_inset Caption
19528
19529 \begin_layout Plain Layout
19530 \begin_inset CommandInset label
19531 LatexCommand label
19532 name "alg:Example-Algorithm-float"
19533
19534 \end_inset
19535
19536 Example Algorithm float
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \begin_layout LyX-Code
19545 for I in 1..N loop
19546 \begin_inset Newline newline
19547 \end_inset
19548
19549  Sum:= Sum + A(I); /*comment*/
19550 \begin_inset Newline newline
19551 \end_inset
19552
19553 end loop
19554 \begin_inset VSpace -4mm
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \begin_layout Standard
19566 This float type is inserted with the menu 
19567 \family sans
19568 Insert\SpecialChar \menuseparator
19569 Floats\SpecialChar \menuseparator
19570 Algorithm
19571 \family default
19572 .
19573  It is used for program codes and descriptions of algorithms and can be
19574  seen as an alternative to program code listings that are explained in chapter
19575 \begin_inset space ~
19576 \end_inset
19577
19578
19579 \begin_inset CommandInset ref
19580 LatexCommand ref
19581 reference "cha:Program-Code-Listings"
19582
19583 \end_inset
19584
19585 .
19586  A possible environment for algorithms is the 
19587 \family sans
19588 LyX-Code
19589 \family default
19590 , described in LyX's 
19591 \emph on
19592 Userguide
19593 \emph default
19594 .
19595  Algorithm
19596 \begin_inset space ~
19597 \end_inset
19598
19599
19600 \begin_inset CommandInset ref
19601 LatexCommand ref
19602 reference "alg:Example-Algorithm-float"
19603
19604 \end_inset
19605
19606  is an example of an algorithm float where -4
19607 \begin_inset space \thinspace{}
19608 \end_inset
19609
19610 mm vertical space was added at the end of the float to have the bottom rule
19611  exactly below the last text line.
19612 \end_layout
19613
19614 \begin_layout Standard
19615 The float label is not automatically translated into the document language.
19616  If your document is not in English, you have to do this manually by adding
19617  the following line to the document preamble
19618 \series bold
19619 :
19620 \end_layout
19621
19622 \begin_layout Standard
19623
19624 \series bold
19625
19626 \backslash
19627 floatname{algorithm}{your
19628 \begin_inset space ~
19629 \end_inset
19630
19631 name}
19632 \end_layout
19633
19634 \begin_layout Standard
19635 where 
19636 \family sans
19637 your
19638 \begin_inset space ~
19639 \end_inset
19640
19641 name
19642 \family default
19643  is the word 
19644 \begin_inset Quotes eld
19645 \end_inset
19646
19647
19648 \emph on
19649 algorithm
19650 \emph default
19651
19652 \begin_inset Quotes erd
19653 \end_inset
19654
19655  in your language.
19656 \end_layout
19657
19658 \begin_layout Standard
19659 To insert the list of algorithms you can use the menu 
19660 \family sans
19661 Insert\SpecialChar \menuseparator
19662 List
19663 \begin_inset space \thinspace{}
19664 \end_inset
19665
19666 /
19667 \begin_inset space \thinspace{}
19668 \end_inset
19669
19670 TOC\SpecialChar \menuseparator
19671 List of Algorithms
19672 \family default
19673  when your document has the same language as LyX's menu names.
19674  In other cases use this command in TeX-Code instead:
19675 \end_layout
19676
19677 \begin_layout Standard
19678
19679 \series bold
19680
19681 \backslash
19682 listof{algorithm}{your
19683 \begin_inset space ~
19684 \end_inset
19685
19686 name}
19687 \end_layout
19688
19689 \begin_layout Standard
19690 where 
19691 \family sans
19692 your
19693 \begin_inset space ~
19694 \end_inset
19695
19696 name
19697 \family default
19698  is the word 
19699 \begin_inset Quotes eld
19700 \end_inset
19701
19702
19703 \emph on
19704 List of Algorithm
19705 \emph default
19706 s
19707 \begin_inset Quotes erd
19708 \end_inset
19709
19710  in your language.
19711 \end_layout
19712
19713 \begin_layout Standard
19714 Algorithm floats are not by default numbered in the scheme 
19715 \begin_inset Quotes eld
19716 \end_inset
19717
19718 chapter.algorithm
19719 \begin_inset Quotes erd
19720 \end_inset
19721
19722  as is the case for table and figure floats in many document-classes.
19723  To number algorithm floats in the same scheme, add this command to your
19724  document preamble:
19725 \end_layout
19726
19727 \begin_layout Standard
19728
19729 \series bold
19730
19731 \backslash
19732 numberwithin{algorithm}{chapter}
19733 \end_layout
19734
19735 \begin_layout Standard
19736 To be able to use the command 
19737 \series bold
19738
19739 \backslash
19740 numberwithin
19741 \series default
19742 , set in the tab 
19743 \family sans
19744 Math
19745 \begin_inset space ~
19746 \end_inset
19747
19748 Options
19749 \family default
19750  in the document settings the option 
19751 \family sans
19752 Use
19753 \begin_inset space ~
19754 \end_inset
19755
19756 AMS
19757 \begin_inset space ~
19758 \end_inset
19759
19760 math
19761 \begin_inset space ~
19762 \end_inset
19763
19764 package
19765 \family default
19766 .
19767 \end_layout
19768
19769 \begin_layout Subsection
19770 Wrap Floats
19771 \begin_inset Index idx
19772 status collapsed
19773
19774 \begin_layout Plain Layout
19775 Floats ! Wrap Floats
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Standard
19784 \begin_inset Wrap figure
19785 lines 0
19786 placement l
19787 overhang 1cm
19788 width "40col%"
19789 status open
19790
19791 \begin_layout Plain Layout
19792 \begin_inset Graphics
19793         filename clipart/mobius.eps
19794         width 40col%
19795         scaleBeforeRotation
19796         rotateOrigin center
19797
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Plain Layout
19804 \begin_inset Caption
19805
19806 \begin_layout Plain Layout
19807 \begin_inset CommandInset label
19808 LatexCommand label
19809 name "fig:This-is-a"
19810
19811 \end_inset
19812
19813 This is a figure wrap float.
19814 \end_layout
19815
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \end_inset
19822
19823  This float type is used if you want to wrap text around a figure or table
19824  so that it only occupies some fraction of the column width.
19825  It can be inserted using the menu 
19826 \family sans
19827 Insert\SpecialChar \menuseparator
19828 Floats\SpecialChar \menuseparator
19829 Figure
19830 \begin_inset space ~
19831 \end_inset
19832
19833 Wrap
19834 \begin_inset space ~
19835 \end_inset
19836
19837 Float
19838 \family default
19839  or 
19840 \family sans
19841 Table
19842 \begin_inset space ~
19843 \end_inset
19844
19845 Wrap
19846 \begin_inset space ~
19847 \end_inset
19848
19849 Float
19850 \family default
19851  if the LaTeX-package 
19852 \series bold
19853 wrapfig
19854 \series default
19855
19856 \begin_inset Index idx
19857 status collapsed
19858
19859 \begin_layout Plain Layout
19860 LaTeX-packages ! wrapfig
19861 \begin_inset ERT
19862 status collapsed
19863
19864 \begin_layout Plain Layout
19865
19866
19867 \backslash
19868 vspace{4mm}
19869 \end_layout
19870
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \end_inset
19877
19878  is installed.
19879 \begin_inset Foot
19880 status collapsed
19881
19882 \begin_layout Plain Layout
19883 Installing a LaTeX-package is explained it in the 
19884 \emph on
19885 LaTeX
19886 \begin_inset space ~
19887 \end_inset
19888
19889 Configuration
19890 \emph default
19891  manual.
19892 \end_layout
19893
19894 \end_inset
19895
19896  The settings of the float can be modified by right-clicking on the float
19897  box.
19898  The mandatory settings are the float 
19899 \family sans
19900 Placement
19901 \family default
19902  and its 
19903 \family sans
19904 Width
19905 \family default
19906 .
19907  Optional are the 
19908 \family sans
19909 Overhang
19910 \family default
19911  that specifies how much the float is set into the paragraph
19912 \begin_inset space \thinspace{}
19913 \end_inset
19914
19915 /
19916 \begin_inset space \thinspace{}
19917 \end_inset
19918
19919 page margin, and the 
19920 \family sans
19921 Line
19922 \begin_inset space ~
19923 \end_inset
19924
19925 span
19926 \family default
19927  that specifies how many text lines the float will approximately need.
19928  The line span is often hard to approximate; so it is better only to use
19929  it when you encounter float placement problems.
19930  You can furthermore decide if LaTeX is allowed to let the float float within
19931  the paragraph or to surrounding paragraphs.
19932  Figure
19933 \begin_inset space ~
19934 \end_inset
19935
19936
19937 \begin_inset CommandInset ref
19938 LatexCommand ref
19939 reference "fig:This-is-a"
19940
19941 \end_inset
19942
19943  is an example text wrap float with a width of 40
19944 \begin_inset space \thinspace{}
19945 \end_inset
19946
19947 col%, 1
19948 \begin_inset space \thinspace{}
19949 \end_inset
19950
19951 cm overhang, set to the left.
19952 \begin_inset Foot
19953 status collapsed
19954
19955 \begin_layout Plain Layout
19956 Available units are explained in appendix
19957 \begin_inset space ~
19958 \end_inset
19959
19960
19961 \begin_inset CommandInset ref
19962 LatexCommand ref
19963 reference "cha:Units-available-in"
19964
19965 \end_inset
19966
19967 .
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \begin_layout Standard
19976 \begin_inset Note Greyedout
19977 status open
19978
19979 \begin_layout Plain Layout
19980
19981 \series bold
19982 Note:
19983 \series default
19984  Text
19985 \begin_inset space ~
19986 \end_inset
19987
19988 wrap float floats are fragile! E.
19989 \begin_inset space \thinspace{}
19990 \end_inset
19991
19992 g.
19993 \begin_inset space \space{}
19994 \end_inset
19995
19996 having a figure too close to the bottom of the page can mess things up in
19997  such a way that the float does not appear in the output or that it is placed
19998  over some other text.
19999 \end_layout
20000
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \begin_layout Standard
20007 In general:
20008 \end_layout
20009
20010 \begin_layout Itemize
20011 Wrap floats should not be placed in paragraphs that run over a page break.
20012  That means that wrap floats are better inserted in their exact place when
20013  the document is almost finished and you are able to estimate where page
20014  breaks will appear.
20015 \end_layout
20016
20017 \begin_layout Itemize
20018 Wrap floats should either be placed in their own paragraph before the paragraph
20019  where they should wrap into or within a paragraph.
20020 \end_layout
20021
20022 \begin_layout Itemize
20023 Wrap floats in consecutive paragraphs may cause troubles, so ensure that
20024  there is a text paragraph between them as separator.
20025 \end_layout
20026
20027 \begin_layout Itemize
20028 Wrap floats are not allowed in section headings or tables.
20029 \end_layout
20030
20031 \begin_layout Section
20032 Float Numbering
20033 \begin_inset Index idx
20034 status collapsed
20035
20036 \begin_layout Plain Layout
20037 Floats ! Numbering
20038 \end_layout
20039
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \begin_layout Standard
20046 Floats are usually numbered either independently from the sections the floats
20047  are in, or in the scheme 
20048 \begin_inset Quotes eld
20049 \end_inset
20050
20051 chapter.number
20052 \begin_inset Quotes erd
20053 \end_inset
20054
20055  or 
20056 \begin_inset Quotes eld
20057 \end_inset
20058
20059 section.number
20060 \begin_inset Quotes erd
20061 \end_inset
20062
20063 .
20064  This depends on the document class used.
20065 \end_layout
20066
20067 \begin_layout Standard
20068 To change section-independent numbering, you can use this command in the
20069  document preamble:
20070 \end_layout
20071
20072 \begin_layout Standard
20073
20074 \series bold
20075
20076 \backslash
20077 renewcommand{
20078 \backslash
20079 thetable}{
20080 \backslash
20081 roman{table}}
20082 \end_layout
20083
20084 \begin_layout Standard
20085
20086 \series bold
20087
20088 \backslash
20089 thetable
20090 \series default
20091  is the command that prints the table number, for figure floats, the command
20092  would be 
20093 \series bold
20094
20095 \backslash
20096 thefigure
20097 \series default
20098 .
20099  
20100 \series bold
20101
20102 \backslash
20103 roman
20104 \series default
20105  in the command above prints the table number as small roman number.
20106 \end_layout
20107
20108 \begin_layout Standard
20109 To change the numbering scheme for example to 
20110 \begin_inset Quotes eld
20111 \end_inset
20112
20113 subsection.number
20114 \begin_inset Quotes erd
20115 \end_inset
20116
20117 , use this command in the preamble:
20118 \end_layout
20119
20120 \begin_layout Standard
20121
20122 \series bold
20123
20124 \backslash
20125 numberwithin{table}{subsection}
20126 \end_layout
20127
20128 \begin_layout Standard
20129 To be able to use the command 
20130 \series bold
20131
20132 \backslash
20133 numberwithin
20134 \series default
20135 , set in the tab 
20136 \family sans
20137 Math
20138 \begin_inset space ~
20139 \end_inset
20140
20141 Options
20142 \family default
20143  in the document settings the option 
20144 \family sans
20145 Use
20146 \begin_inset space ~
20147 \end_inset
20148
20149 AMS
20150 \begin_inset space ~
20151 \end_inset
20152
20153 math
20154 \begin_inset space ~
20155 \end_inset
20156
20157 package
20158 \family default
20159 .
20160 \end_layout
20161
20162 \begin_layout Standard
20163 Please also have a look at section
20164 \begin_inset space ~
20165 \end_inset
20166
20167
20168 \begin_inset CommandInset ref
20169 LatexCommand ref
20170 reference "sub:Footnote-Numbering"
20171
20172 \end_inset
20173
20174  for the details and important notes about the numbering commands.
20175 \end_layout
20176
20177 \begin_layout Section
20178 Referencing Floats
20179 \begin_inset CommandInset label
20180 LatexCommand label
20181 name "sec:Referencing-Floats"
20182
20183 \end_inset
20184
20185
20186 \begin_inset Index idx
20187 status collapsed
20188
20189 \begin_layout Plain Layout
20190 Floats ! References
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \begin_inset Index idx
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200 References ! to Floats
20201 \end_layout
20202
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \begin_layout Standard
20209 To reference a float, insert a label into its caption using the menu 
20210 \family sans
20211 Insert\SpecialChar \menuseparator
20212 Label
20213 \family default
20214  or the toolbar button 
20215 \begin_inset Graphics
20216         filename ../images/label-insert.png
20217         scale 85
20218         scaleBeforeRotation
20219
20220 \end_inset
20221
20222 .
20223  A grey label box like this one: 
20224 \begin_inset Graphics
20225         filename clipart/labelQt4.png
20226         scale 85
20227         scaleBeforeRotation
20228
20229 \end_inset
20230
20231  will be inserted and the label window pops up asking for the label text.
20232  LyX offers as text the first words of the caption with a prefix.
20233  The prefix depends on the float type, e.
20234 \begin_inset space \thinspace{}
20235 \end_inset
20236
20237 g.
20238 \begin_inset space \space{}
20239 \end_inset
20240
20241 for figure floats the prefix will be "
20242 \family sans
20243 fig:
20244 \family default
20245 ".
20246 \end_layout
20247
20248 \begin_layout Standard
20249 The label is used as anchor and name for the reference.
20250  You can refer to the label using the menu 
20251 \family sans
20252 Insert\SpecialChar \menuseparator
20253 Cross-reference
20254 \family default
20255  or the toolbar button 
20256 \begin_inset Graphics
20257         filename ../images/dialog-show-new-inset_ref.png
20258         scale 85
20259         scaleBeforeRotation
20260
20261 \end_inset
20262
20263 .
20264  A grey cross-reference box like this one: 
20265 \begin_inset Graphics
20266         filename clipart/referenceQt4.png
20267         scale 85
20268         scaleBeforeRotation
20269
20270 \end_inset
20271
20272  will be inserted and the cross-reference window appear showing all labels
20273  of the document.
20274  If you have multiple LyX-documents opened, choose the one you are working
20275  on from the drop-list at the top of the dialog.
20276  You can now sort the labels alphabetically and then choose one.
20277  At the position of the cross-reference box the float number will appear
20278  in the output.
20279 \end_layout
20280
20281 \begin_layout Standard
20282 It is recommended that you use a protected space between the cross-reference
20283  name and its number to avoid line breaks between them.
20284  If a cross-reference refers to a non-existing label, you will see two question
20285  marks in the output instead of the reference.
20286 \end_layout
20287
20288 \begin_layout Standard
20289 You can change labels at any time by clicking on the label box.
20290  References to the changed label will automatically change its link to the
20291  new label text, so that you don't need to take care about this.
20292 \end_layout
20293
20294 \begin_layout Standard
20295 The button 
20296 \family sans
20297 Go
20298 \begin_inset space ~
20299 \end_inset
20300
20301 to
20302 \begin_inset space ~
20303 \end_inset
20304
20305 Label
20306 \family default
20307  in the cross-reference window sets the cursor before the referred label.
20308  The button text changes then to Go
20309 \begin_inset space ~
20310 \end_inset
20311
20312 Back and you can use it to set the cursor back to the cross-reference.
20313  Right-clicking on a cross-reference box also sets the cursor before the
20314  referenced label but without the possibility of going back.
20315 \end_layout
20316
20317 \begin_layout Subsection
20318 Cross-Reference Formats
20319 \begin_inset CommandInset label
20320 LatexCommand label
20321 name "sub:Cross-Reference-Formats"
20322
20323 \end_inset
20324
20325
20326 \begin_inset Index idx
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330 References ! Formats
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Standard
20339 There are six varieties of cross-references:
20340 \end_layout
20341
20342 \begin_layout Description
20343 <reference>: prints the float number, this is the default: 
20344 \begin_inset CommandInset ref
20345 LatexCommand ref
20346 reference "fig:Two-distorted-images"
20347
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \begin_layout Description
20354 (<reference>): prints the float number within two parentheses, this is the
20355  style normally used to reference formulas, especially when the reference
20356  name 
20357 \begin_inset Quotes eld
20358 \end_inset
20359
20360 Equation
20361 \begin_inset Quotes erd
20362 \end_inset
20363
20364  is omitted: 
20365 \begin_inset CommandInset ref
20366 LatexCommand eqref
20367 reference "eq:Wgn"
20368
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \begin_layout Description
20375 <page>: prints the page number: Page
20376 \begin_inset space ~
20377 \end_inset
20378
20379
20380 \begin_inset CommandInset ref
20381 LatexCommand pageref
20382 reference "fig:Two-distorted-images"
20383
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \begin_layout Description
20390 on
20391 \begin_inset space ~
20392 \end_inset
20393
20394 page
20395 \begin_inset space ~
20396 \end_inset
20397
20398 <page>: prints the text "on page" and the page number: 
20399 \begin_inset CommandInset ref
20400 LatexCommand vpageref
20401 reference "fig:Two-distorted-images"
20402
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \begin_layout Description
20409 <reference>
20410 \begin_inset space ~
20411 \end_inset
20412
20413 on
20414 \begin_inset space ~
20415 \end_inset
20416
20417 page
20418 \begin_inset space ~
20419 \end_inset
20420
20421 <page>: prints the float number, the text "on page", and the page number:
20422  
20423 \begin_inset CommandInset ref
20424 LatexCommand vref
20425 reference "fig:Two-distorted-images"
20426
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Description
20433 Formatted
20434 \begin_inset space ~
20435 \end_inset
20436
20437 reference: prints a self-defined cross-reference format.
20438 \begin_inset Newline newline
20439 \end_inset
20440
20441
20442 \begin_inset Note Greyedout
20443 status open
20444
20445 \begin_layout Plain Layout
20446
20447 \series bold
20448 Note:
20449 \series default
20450  This feature is only available when you have the LaTeX-package 
20451 \series bold
20452 prettyref
20453 \series default
20454  or 
20455 \series bold
20456 refstyle
20457 \series default
20458
20459 \begin_inset Index idx
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463 LaTeX-packages ! prettyref
20464 \end_layout
20465
20466 \end_inset
20467
20468
20469 \begin_inset Index idx
20470 status collapsed
20471
20472 \begin_layout Plain Layout
20473 LaTeX-packages ! refstyle
20474 \end_layout
20475
20476 \end_inset
20477
20478  installed.
20479 \end_layout
20480
20481 \end_inset
20482
20483
20484 \begin_inset Newline newline
20485 \end_inset
20486
20487 You can select which LaTeX-package should be used for this feature by setting
20488  the option 
20489 \family sans
20490 Use refstyle (not prettyref) for cross-references
20491 \family default
20492  in the menu 
20493 \family sans
20494 Document\SpecialChar \menuseparator
20495 Settings\SpecialChar \menuseparator
20496 Document Class
20497 \family default
20498 .
20499  The format is specified by adding the command 
20500 \series bold
20501
20502 \backslash
20503 newrefformat
20504 \series default
20505  (prettyref) or 
20506 \series bold
20507
20508 \backslash
20509 newref
20510 \series default
20511  (refstyle) to the preamble of the document.
20512  For example redefining all references to figures (which have the label
20513  shortcut 
20514 \begin_inset Quotes eld
20515 \end_inset
20516
20517
20518 \family sans
20519 fig
20520 \family default
20521
20522 \begin_inset Quotes erd
20523 \end_inset
20524
20525 ) can be done with this command
20526 \begin_inset Newline newline
20527 \end_inset
20528
20529
20530 \series bold
20531
20532 \backslash
20533 newref{fig}{refcmd={Image on page 
20534 \backslash
20535 pageref{#1}}}
20536 \series default
20537
20538 \begin_inset Newline newline
20539 \end_inset
20540
20541 For more information about the format, have a look at the package documentations
20542
20543 \begin_inset CommandInset citation
20544 LatexCommand cite
20545 key "prettyref,refstyle"
20546
20547 \end_inset
20548
20549 .
20550 \end_layout
20551
20552 \begin_layout Description
20553 Textual
20554 \begin_inset space ~
20555 \end_inset
20556
20557 reference: prints the caption of the reference: 
20558 \begin_inset CommandInset ref
20559 LatexCommand nameref
20560 reference "fig:Two-distorted-images"
20561
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \begin_layout Standard
20568
20569 \family sans
20570 <page>
20571 \family default
20572  will not print the page number if the label is on the previous, the same,
20573  or the next page.
20574  You will e.
20575 \begin_inset space \thinspace{}
20576 \end_inset
20577
20578 g.
20579 \begin_inset space \space{}
20580 \end_inset
20581
20582 see the text 
20583 \begin_inset Quotes eld
20584 \end_inset
20585
20586
20587 \family sans
20588 on this page
20589 \family default
20590
20591 \begin_inset Quotes erd
20592 \end_inset
20593
20594  instead.
20595  The style 
20596 \family sans
20597 <reference> on page <page>
20598 \family default
20599  will not print anything about the page if the label is on the same page.
20600 \end_layout
20601
20602 \begin_layout Standard
20603 The number and current page of the part of the document referred to in the
20604  output is automatically calculated by LaTeX.
20605  The varieties are adjusted in the field 
20606 \family sans
20607 Format
20608 \family default
20609  of the cross-reference window that appears when you click on the cross-referenc
20610 e box.
20611 \end_layout
20612
20613 \begin_layout Standard
20614 \begin_inset Note Greyedout
20615 status open
20616
20617 \begin_layout Plain Layout
20618
20619 \series bold
20620 Note:
20621 \series default
20622  It is recommended to use the LaTeX-package 
20623 \series bold
20624 refstyle
20625 \series default
20626
20627 \begin_inset Index idx
20628 status collapsed
20629
20630 \begin_layout Plain Layout
20631 LaTeX-packages ! refstyle
20632 \end_layout
20633
20634 \end_inset
20635
20636  because 
20637 \series bold
20638 prettyref
20639 \series default
20640
20641 \begin_inset Index idx
20642 status collapsed
20643
20644 \begin_layout Plain Layout
20645 LaTeX-packages ! prettyref
20646 \end_layout
20647
20648 \end_inset
20649
20650  does not know all of LyX's possible label shortcuts
20651 \begin_inset Foot
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655 \begin_inset Quotes eld
20656 \end_inset
20657
20658 fig:
20659 \begin_inset Quotes erd
20660 \end_inset
20661
20662  is for example LyX's shortcut for labels in figure captions.
20663 \end_layout
20664
20665 \end_inset
20666
20667  and is not internationalized.
20668 \end_layout
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Standard
20676 \begin_inset Note Greyedout
20677 status open
20678
20679 \begin_layout Plain Layout
20680
20681 \series bold
20682 Note:
20683 \series default
20684  Due to a bug in the LaTeX-package 
20685 \series bold
20686 varioref
20687 \series default
20688  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20689  languages that make the period character active (like French).
20690  For a workaround, see
20691 \begin_inset Newline newline
20692 \end_inset
20693
20694
20695 \begin_inset CommandInset href
20696 LatexCommand href
20697 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20698
20699 \end_inset
20700
20701 .
20702 \end_layout
20703
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \begin_layout Subsection
20710 Automatic Reference Naming
20711 \begin_inset Index idx
20712 status collapsed
20713
20714 \begin_layout Plain Layout
20715 References ! Automatic Reference Naming
20716 \end_layout
20717
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 The LaTeX-package 
20725 \series bold
20726 hyperref
20727 \series default
20728
20729 \begin_inset Index idx
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733 LaTeX-packages ! hyperref
20734 \end_layout
20735
20736 \end_inset
20737
20738 , that is enabled in the 
20739 \family sans
20740 PDF Properties
20741 \family default
20742  of the 
20743 \family sans
20744 Document Settings
20745 \family default
20746  dialog, provides a very useful feature that cross-references automatically
20747  include the name of the referenced floats (or text parts like 
20748 \emph on
20749 section
20750 \emph default
20751 ).
20752  So you will save having to write e.
20753 \begin_inset space \thinspace{}
20754 \end_inset
20755
20756 g.
20757 \begin_inset space \space{}
20758 \end_inset
20759
20760 the name 
20761 \begin_inset Quotes eld
20762 \end_inset
20763
20764 Figure
20765 \begin_inset Quotes erd
20766 \end_inset
20767
20768  before every reference to a figure.
20769  To use this feature, enable 
20770 \series bold
20771 hyperref
20772 \series default
20773  and insert this line to the LaTeX preamble:
20774 \end_layout
20775
20776 \begin_layout Standard
20777
20778 \series bold
20779
20780 \backslash
20781 AtBeginDocument{
20782 \backslash
20783 renewcommand{
20784 \backslash
20785 ref}[1]{
20786 \backslash
20787 mbox{
20788 \backslash
20789 autoref{#1}}}}
20790 \end_layout
20791
20792 \begin_layout Standard
20793 When you prefer other reference names than the default ones, for example
20794  you want instead of 
20795 \begin_inset Quotes eld
20796 \end_inset
20797
20798 section
20799 \begin_inset Quotes erd
20800 \end_inset
20801
20802  the name 
20803 \begin_inset Quotes eld
20804 \end_inset
20805
20806 sec.
20807 \begin_inset space \thinspace{}
20808 \end_inset
20809
20810
20811 \begin_inset Quotes eld
20812 \end_inset
20813
20814 , you can redefine the name by inserting this in the preamble:
20815 \end_layout
20816
20817 \begin_layout Standard
20818
20819 \series bold
20820
20821 \backslash
20822 addto
20823 \backslash
20824 extrasenglish{
20825 \backslash
20826 renewcommand{
20827 \backslash
20828 sectionautorefname}
20829 \begin_inset Newline newline
20830 \end_inset
20831
20832
20833 \begin_inset Phantom HPhantom
20834 status open
20835
20836 \begin_layout Plain Layout
20837
20838 \series bold
20839 \begin_inset space ~
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \end_inset
20846
20847 {sec.
20848 \backslash
20849 negthinspace}}
20850 \end_layout
20851
20852 \begin_layout Standard
20853 When you are using another document language than English, replace
20854 \begin_inset Newline newline
20855 \end_inset
20856
20857
20858 \series bold
20859
20860 \backslash
20861 extrasenglish
20862 \series default
20863  by 
20864 \series bold
20865
20866 \backslash
20867 extras***
20868 \series default
20869 , where *** is the name of the language used.
20870 \end_layout
20871
20872 \begin_layout Standard
20873 To get automatic names, but not for certain reference types, for example
20874  not for equations, use this preamble code:
20875 \end_layout
20876
20877 \begin_layout Standard
20878
20879 \series bold
20880
20881 \backslash
20882 newlength{
20883 \backslash
20884 abc}
20885 \begin_inset Newline newline
20886 \end_inset
20887
20888
20889 \backslash
20890 settowidth{
20891 \backslash
20892 abc}{
20893 \backslash
20894 space}
20895 \begin_inset Newline newline
20896 \end_inset
20897
20898
20899 \backslash
20900 addto
20901 \backslash
20902 extrasenglish{
20903 \backslash
20904 renewcommand{
20905 \backslash
20906 equationautorefname}
20907 \begin_inset Newline newline
20908 \end_inset
20909
20910
20911 \begin_inset Phantom HPhantom
20912 status open
20913
20914 \begin_layout Plain Layout
20915
20916 \series bold
20917 \begin_inset space ~
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924
20925 {
20926 \backslash
20927 hspace{-
20928 \backslash
20929 abc}}
20930 \end_layout
20931
20932 \begin_layout Standard
20933 More about this topic can be found in 
20934 \series bold
20935 hyperref
20936 \series default
20937 's documentation 
20938 \begin_inset CommandInset citation
20939 LatexCommand cite
20940 key "hyperref"
20941
20942 \end_inset
20943
20944 .
20945 \end_layout
20946
20947 \begin_layout Standard
20948 \begin_inset Note Greyedout
20949 status open
20950
20951 \begin_layout Plain Layout
20952
20953 \series bold
20954 Note:
20955 \series default
20956  Automatic reference naming cannot be used when you use cross-references
20957  in the 
20958 \family sans
20959 Formatted
20960 \begin_inset space ~
20961 \end_inset
20962
20963 reference
20964 \family default
20965  style, as described in section
20966 \begin_inset space ~
20967 \end_inset
20968
20969
20970 \begin_inset CommandInset ref
20971 LatexCommand ref
20972 reference "sub:Cross-Reference-Formats"
20973
20974 \end_inset
20975
20976 .
20977 \end_layout
20978
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \begin_layout Standard
20985 The 
20986 \emph on
20987 Math
20988 \emph default
20989  manual is an example where automatic reference naming is used.
20990 \end_layout
20991
20992 \begin_layout Subsection
20993 Reference Position
20994 \begin_inset CommandInset label
20995 LatexCommand label
20996 name "sub:Reference-Position"
20997
20998 \end_inset
20999
21000
21001 \begin_inset Index idx
21002 status collapsed
21003
21004 \begin_layout Plain Layout
21005 References ! Reference Position
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Standard
21014 If you use 
21015 \series bold
21016 hyperref
21017 \series default
21018
21019 \begin_inset Index idx
21020 status collapsed
21021
21022 \begin_layout Plain Layout
21023 LaTeX-packages ! hyperref
21024 \end_layout
21025
21026 \end_inset
21027
21028  in the 
21029 \family sans
21030 PDF Properties
21031 \family default
21032  of the 
21033 \family sans
21034 Document Settings
21035 \family default
21036  dialog to link cross-references in the output, you will see that clicking
21037  on an image float reference jumps to the image label.
21038  The caption will be the first text part on the screen, so that you cannot
21039  see the image without scrolling.
21040  This is because the reference link anchor is placed at the position of
21041  the label.
21042  With the use of the package 
21043 \series bold
21044 hypcap
21045 \series default
21046
21047 \begin_inset Index idx
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051 LaTeX-packages ! hypcap
21052 \end_layout
21053
21054 \end_inset
21055
21056 , which is part of the LaTeX-package 
21057 \series bold
21058 oberdiek
21059 \series default
21060
21061 \begin_inset Index idx
21062 status collapsed
21063
21064 \begin_layout Plain Layout
21065 LaTeX-packages ! oberdiek
21066 \end_layout
21067
21068 \end_inset
21069
21070 , the link anchor is placed at the beginning of a float.
21071  To use this feature for figure floats, load 
21072 \series bold
21073 hypcap
21074 \series default
21075  in the document preamble with the line
21076 \end_layout
21077
21078 \begin_layout Standard
21079
21080 \series bold
21081
21082 \backslash
21083 usepackage[figure]{hypcap}
21084 \end_layout
21085
21086 \begin_layout Standard
21087 You can also use 
21088 \series bold
21089 hypcap
21090 \series default
21091  for all float types but this is not recommended for stability reasons.
21092  For more information, have a look at 
21093 \series bold
21094 hypcap
21095 \series default
21096 's manual 
21097 \begin_inset CommandInset citation
21098 LatexCommand cite
21099 key "hypcap"
21100
21101 \end_inset
21102
21103 .
21104 \end_layout
21105
21106 \begin_layout Standard
21107 \begin_inset Note Greyedout
21108 status open
21109
21110 \begin_layout Plain Layout
21111
21112 \series bold
21113 Note:
21114 \series default
21115  
21116 \series bold
21117 hypcap
21118 \series default
21119  has no effect on references to subfigures.
21120 \end_layout
21121
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \begin_layout Section
21128 Float Placement
21129 \begin_inset CommandInset label
21130 LatexCommand label
21131 name "sec:Float-Placement"
21132
21133 \end_inset
21134
21135
21136 \begin_inset Index idx
21137 status collapsed
21138
21139 \begin_layout Plain Layout
21140 Floats ! Placement
21141 \end_layout
21142
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \begin_layout Standard
21149 Right-clicking on a float-box opens a dialog where you can alter the placement
21150  options that LaTeX uses for positioning the float.
21151 \begin_inset Newline newline
21152 \end_inset
21153
21154 The option 
21155 \family sans
21156 Span
21157 \begin_inset space ~
21158 \end_inset
21159
21160 columns
21161 \family default
21162  is only useful for two-column documents: If you select it, the float will
21163  span both columns on the page instead of being confined to just one.
21164 \begin_inset Newline newline
21165 \end_inset
21166
21167 The option 
21168 \family sans
21169 Rotate
21170 \begin_inset space ~
21171 \end_inset
21172
21173 sideways
21174 \family default
21175  is used to rotate floats, see section 
21176 \begin_inset CommandInset ref
21177 LatexCommand ref
21178 reference "sec:Rotated-Floats"
21179
21180 \end_inset
21181
21182 .
21183 \end_layout
21184
21185 \begin_layout Standard
21186 You can use one ore more of the following options in the float dialog to
21187  set the placement for a particular float when you uncheck the option 
21188 \family sans
21189 Use
21190 \begin_inset space ~
21191 \end_inset
21192
21193 default
21194 \begin_inset space ~
21195 \end_inset
21196
21197 placement
21198 \family default
21199 :
21200 \end_layout
21201
21202 \begin_layout Description
21203 Here
21204 \begin_inset space ~
21205 \end_inset
21206
21207 if
21208 \begin_inset space ~
21209 \end_inset
21210
21211 possible try to place the float on the position where it has been inserted
21212 \end_layout
21213
21214 \begin_layout Description
21215 Top
21216 \begin_inset space ~
21217 \end_inset
21218
21219 of
21220 \begin_inset space ~
21221 \end_inset
21222
21223 page try to place the float at the top of the current page
21224 \end_layout
21225
21226 \begin_layout Description
21227 Bottom
21228 \begin_inset space ~
21229 \end_inset
21230
21231 of
21232 \begin_inset space ~
21233 \end_inset
21234
21235 page try to place the float at the bottom of the current page
21236 \end_layout
21237
21238 \begin_layout Description
21239 Page
21240 \begin_inset space ~
21241 \end_inset
21242
21243 of
21244 \begin_inset space ~
21245 \end_inset
21246
21247 floats try to place the float on its own page 
21248 \end_layout
21249
21250 \begin_layout Standard
21251 The order of the above option is 
21252 \emph on
21253 always
21254 \emph default
21255  used by LaTeX.
21256  That means, if you use the default placement, LaTeX will first try out
21257  
21258 \family sans
21259 Here
21260 \begin_inset space ~
21261 \end_inset
21262
21263 if
21264 \begin_inset space ~
21265 \end_inset
21266
21267 possible
21268 \family default
21269 , then 
21270 \family sans
21271 Top
21272 \begin_inset space ~
21273 \end_inset
21274
21275 of
21276 \begin_inset space ~
21277 \end_inset
21278
21279 page
21280 \family default
21281 , and then the others.
21282  If you do not use the default, LaTeX will try only the checked options
21283  but in the same order.
21284  If none of the 4
21285 \begin_inset space ~
21286 \end_inset
21287
21288 placements are possible the procedure is internally repeated but it is tried
21289  to put the float on the following page.
21290 \end_layout
21291
21292 \begin_layout Standard
21293 By default, each option has its own rules:
21294 \end_layout
21295
21296 \begin_layout Labeling
21297 \labelwidthstring 00.00.0000
21298
21299 \family sans
21300 Top
21301 \begin_inset space ~
21302 \end_inset
21303
21304 of
21305 \begin_inset space ~
21306 \end_inset
21307
21308 page
21309 \family default
21310  only floats occupying less than 70
21311 \begin_inset space \thinspace{}
21312 \end_inset
21313
21314 % of the page can be placed at the top of a page (
21315 \series bold
21316
21317 \backslash
21318 topfraction
21319 \series default
21320 )
21321 \end_layout
21322
21323 \begin_layout Labeling
21324 \labelwidthstring 00.00.0000
21325
21326 \family sans
21327 Bottom
21328 \begin_inset space ~
21329 \end_inset
21330
21331 of
21332 \begin_inset space ~
21333 \end_inset
21334
21335 page
21336 \family default
21337 : only floats occupying less than 30
21338 \begin_inset space \thinspace{}
21339 \end_inset
21340
21341 % of the page can be placed at the bottom of a page.
21342  (
21343 \series bold
21344
21345 \backslash
21346 bottomfraction
21347 \series default
21348 )
21349 \end_layout
21350
21351 \begin_layout Labeling
21352 \labelwidthstring 00.00.0000
21353
21354 \family sans
21355 Page
21356 \begin_inset space ~
21357 \end_inset
21358
21359 of
21360 \begin_inset space ~
21361 \end_inset
21362
21363 floats
21364 \family default
21365 : only if more than 50
21366 \begin_inset space \thinspace{}
21367 \end_inset
21368
21369 % of the page are occupied by floats, several floats can be set together
21370  on a page.
21371  (
21372 \series bold
21373
21374 \backslash
21375 floatpagefraction
21376 \series default
21377 )
21378 \end_layout
21379
21380 \begin_layout Standard
21381 If you don't like these rules, you can ignore them by using the additional
21382  option 
21383 \family sans
21384 Ignore
21385 \begin_inset space ~
21386 \end_inset
21387
21388 LaTeX
21389 \begin_inset space ~
21390 \end_inset
21391
21392 rules
21393 \family default
21394 .
21395 \begin_inset Newline newline
21396 \end_inset
21397
21398 You can also redefine the rules with LaTeX-commands that are given in parenthese
21399 s after the rules description above.
21400  To increase for example the often too small default of the bottom-rule
21401  to 50
21402 \begin_inset space \thinspace{}
21403 \end_inset
21404
21405 % of the page, add this line to your document preamble:
21406 \end_layout
21407
21408 \begin_layout Standard
21409
21410 \series bold
21411
21412 \backslash
21413 renewcommand{
21414 \backslash
21415 bottomfraction}{0.5}
21416 \end_layout
21417
21418 \begin_layout Standard
21419 Sometimes you might need, under all circumstances, a float to be placed
21420  exactly at the position where it is inserted.
21421  For this case you can use the option 
21422 \family sans
21423 Here
21424 \begin_inset space ~
21425 \end_inset
21426
21427 definitely
21428 \family default
21429 .
21430  Use this option very rarely and only if the document is almost ready to
21431  be printed, because the float is then no longer able to 
21432 \begin_inset Quotes eld
21433 \end_inset
21434
21435 float
21436 \begin_inset Quotes erd
21437 \end_inset
21438
21439  when you change your document and this will often destroy the page layout.
21440 \end_layout
21441
21442 \begin_layout Standard
21443 There are no placement options for text wrap floats, because they are always
21444  surrounded by the text of a certain paragraph.
21445 \begin_inset VSpace bigskip
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \begin_layout Standard
21452 Sometimes you have the problem that a float is placed at the top of a page
21453  while its corresponding section starts at the middle of the page, so that
21454  the reader could think the float is part of the previous section.
21455  To avoid this the LaTeX-command 
21456 \series bold
21457
21458 \backslash
21459 suppressfloats
21460 \series default
21461  can be used.
21462  It suppresses a given float placement for the page where it is inserted
21463  and can therefore be used to avoid floats being set before a section starts.
21464  To get this, add these commands to your document preamble:
21465 \end_layout
21466
21467 \begin_layout Standard
21468
21469 \series bold
21470
21471 \backslash
21472 let
21473 \backslash
21474 mySection
21475 \backslash
21476 section
21477 \begin_inset Newline newline
21478 \end_inset
21479
21480
21481 \backslash
21482 renewcommand{
21483 \backslash
21484 section}{
21485 \backslash
21486 suppressfloats[t]
21487 \backslash
21488 mySection}
21489 \end_layout
21490
21491 \begin_layout Standard
21492 You can define the same for all section headings, like chapters and subsections.
21493  This definition is not recommended to be used for small text parts like
21494  subsubsections because LaTeX may then have problems finding a suitable
21495  placement.
21496 \end_layout
21497
21498 \begin_layout Standard
21499 \begin_inset VSpace bigskip
21500 \end_inset
21501
21502 In some cases it is required to have all figures/tables at the end of the
21503  document.
21504  For this purpose the LaTeX-package 
21505 \series bold
21506 endfloat
21507 \series default
21508
21509 \begin_inset Index idx
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 LaTeX-packages ! endfloat
21514 \end_layout
21515
21516 \end_inset
21517
21518  was developed.
21519  It puts all figure and table floats at the end of the document into their
21520  own sections.
21521  At the original float position a text hint like 
21522 \begin_inset Quotes eld
21523 \end_inset
21524
21525
21526 \family sans
21527 [Figure
21528 \begin_inset space ~
21529 \end_inset
21530
21531 3.2 about here.]
21532 \family default
21533
21534 \begin_inset Quotes erd
21535 \end_inset
21536
21537  is inserted.
21538  The endfloat-package is loaded in the preamble with the line
21539 \end_layout
21540
21541 \begin_layout Standard
21542
21543 \series bold
21544
21545 \backslash
21546 usepackage[options]{endfloat}
21547 \end_layout
21548
21549 \begin_layout Standard
21550 There are various package options to format the created figure/table sections.
21551  For more information we refer to the 
21552 \series bold
21553 endfloat
21554 \series default
21555  documentation 
21556 \begin_inset CommandInset citation
21557 LatexCommand cite
21558 key "endfloat"
21559
21560 \end_inset
21561
21562 .
21563 \begin_inset Newline newline
21564 \end_inset
21565
21566
21567 \begin_inset Note Greyedout
21568 status open
21569
21570 \begin_layout Plain Layout
21571
21572 \series bold
21573 Note: endfloat
21574 \series default
21575  doesn't provide an automatic translation for the text hint, you have to
21576  do this manually, see section
21577 \begin_inset space ~
21578 \end_inset
21579
21580 4 in 
21581 \begin_inset CommandInset citation
21582 LatexCommand cite
21583 key "endfloat"
21584
21585 \end_inset
21586
21587 .
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \begin_inset Newline newline
21594 \end_inset
21595
21596
21597 \begin_inset Note Greyedout
21598 status open
21599
21600 \begin_layout Plain Layout
21601
21602 \series bold
21603 Note:
21604 \series default
21605  There is currently a bug in 
21606 \series bold
21607 endfloat
21608 \series default
21609  when the caption contains a German 
21610 \begin_inset Quotes eld
21611 \end_inset
21612
21613 ß
21614 \begin_inset Quotes erd
21615 \end_inset
21616
21617 .
21618  Use in this case the command 
21619 \begin_inset Quotes eld
21620 \end_inset
21621
21622
21623 \series bold
21624
21625 \backslash
21626 ss
21627 \series default
21628
21629 \begin_inset Quotes erd
21630 \end_inset
21631
21632  in TeX-Code instead of 
21633 \begin_inset Quotes eld
21634 \end_inset
21635
21636 ß
21637 \begin_inset Quotes erd
21638 \end_inset
21639
21640 .
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \begin_layout Standard
21649 \begin_inset VSpace bigskip
21650 \end_inset
21651
21652 For more details about float placements, have a look at LaTeX books, 
21653 \begin_inset CommandInset citation
21654 LatexCommand cite
21655 key "latexcompanion,latexguide,latexbook"
21656
21657 \end_inset
21658
21659 .
21660 \end_layout
21661
21662 \begin_layout Section
21663 Rotated Floats
21664 \begin_inset CommandInset label
21665 LatexCommand label
21666 name "sec:Rotated-Floats"
21667
21668 \end_inset
21669
21670
21671 \begin_inset Index idx
21672 status collapsed
21673
21674 \begin_layout Plain Layout
21675 Floats ! Rotating
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \begin_layout Standard
21684 Especially for wide tables you might have floats rotated.
21685  To rotate a whole float including the caption, right-click on the float-box
21686  and use the option 
21687 \family sans
21688 Rotate
21689 \begin_inset space ~
21690 \end_inset
21691
21692 sideways
21693 \family default
21694 .
21695 \end_layout
21696
21697 \begin_layout Standard
21698 Rotated floats are always placed on a page of their own (or column of their
21699  own; in case you have a multi-column document).
21700  You can let them span several columns using the float settings option 
21701 \family sans
21702 Span
21703 \begin_inset space ~
21704 \end_inset
21705
21706 columns
21707 \family default
21708 .
21709  Floats are rotated so that you can read them from the outside margin.
21710  To force a certain rotation direction for all pages, you can add either
21711  the option 
21712 \series bold
21713 figuresleft
21714 \series default
21715  or 
21716 \series bold
21717 figuresright
21718 \series default
21719  to the document class options.
21720 \end_layout
21721
21722 \begin_layout Standard
21723 Referencing rotated floats is the same as for normal floats, the caption
21724  format is also the same: Table
21725 \begin_inset space ~
21726 \end_inset
21727
21728
21729 \begin_inset CommandInset ref
21730 LatexCommand ref
21731 reference "tab:Rotated-table"
21732
21733 \end_inset
21734
21735  is an example of a rotated table float.
21736 \end_layout
21737
21738 \begin_layout Standard
21739 \begin_inset Note Greyedout
21740 status open
21741
21742 \begin_layout Plain Layout
21743
21744 \series bold
21745 Note:
21746 \series default
21747  Not all DVI-viewers are able to display rotated floats.
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Standard
21756 \begin_inset Float table
21757 wide false
21758 sideways true
21759 status open
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Caption
21763
21764 \begin_layout Plain Layout
21765 \begin_inset CommandInset label
21766 LatexCommand label
21767 name "tab:Rotated-table"
21768
21769 \end_inset
21770
21771  Rotated table
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Plain Layout
21780 \align center
21781 \begin_inset Tabular
21782 <lyxtabular version="3" rows="1" columns="5">
21783 <features tabularvalignment="middle">
21784 <column alignment="center" valignment="top" width="0">
21785 <column alignment="center" valignment="top" width="0">
21786 <column alignment="center" valignment="top" width="0">
21787 <column alignment="center" valignment="top" width="0">
21788 <column alignment="center" valignment="top" width="0">
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 test
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 b
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 c
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 d
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 e
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 </lyxtabular>
21837
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \begin_layout Section
21849 Subfloats
21850 \begin_inset Index idx
21851 status collapsed
21852
21853 \begin_layout Plain Layout
21854 Floats ! Subfloats
21855 \end_layout
21856
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \begin_layout Standard
21863 Subfloats are for example used when a figure consists of several images.
21864  They are created by inserting a float into an existing float.
21865  The placement of the subfloats can be controlled in the same way as for
21866  paragraphs as shown in table
21867 \begin_inset space ~
21868 \end_inset
21869
21870
21871 \begin_inset CommandInset ref
21872 LatexCommand ref
21873 reference "tab:Two-subtables-side"
21874
21875 \end_inset
21876
21877  and 
21878 \begin_inset CommandInset ref
21879 LatexCommand ref
21880 reference "tab:Two-subtables-upon"
21881
21882 \end_inset
21883
21884 .
21885 \end_layout
21886
21887 \begin_layout Standard
21888 Referencing subfloats works as for normal floats: Table
21889 \begin_inset space ~
21890 \end_inset
21891
21892
21893 \begin_inset CommandInset ref
21894 LatexCommand ref
21895 reference "tab:This-is-subtable-a"
21896
21897 \end_inset
21898
21899  and 
21900 \begin_inset CommandInset ref
21901 LatexCommand ref
21902 reference "tab:This-is-subtable-b"
21903
21904 \end_inset
21905
21906  are subtables of table
21907 \begin_inset space ~
21908 \end_inset
21909
21910
21911 \begin_inset CommandInset ref
21912 LatexCommand ref
21913 reference "tab:Two-subtables-side"
21914
21915 \end_inset
21916
21917 .
21918 \end_layout
21919
21920 \begin_layout Standard
21921 \begin_inset Float table
21922 wide false
21923 sideways false
21924 status open
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Caption
21928
21929 \begin_layout Plain Layout
21930 \begin_inset CommandInset label
21931 LatexCommand label
21932 name "tab:Two-subtables-side"
21933
21934 \end_inset
21935
21936 Two subtables placed side by side.
21937 \end_layout
21938
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \begin_layout Plain Layout
21945 \align center
21946 \begin_inset space \hfill{}
21947 \end_inset
21948
21949
21950 \begin_inset Float table
21951 wide false
21952 sideways false
21953 status collapsed
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Caption
21957
21958 \begin_layout Plain Layout
21959 \begin_inset CommandInset label
21960 LatexCommand label
21961 name "tab:This-is-subtable-a"
21962
21963 \end_inset
21964
21965 This is subtable a.
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \begin_layout Plain Layout
21974 \align center
21975 \begin_inset Tabular
21976 <lyxtabular version="3" rows="1" columns="5">
21977 <features tabularvalignment="middle">
21978 <column alignment="center" valignment="top" width="0">
21979 <column alignment="center" valignment="top" width="0">
21980 <column alignment="center" valignment="top" width="0">
21981 <column alignment="center" valignment="top" width="0">
21982 <column alignment="center" valignment="top" width="0">
21983 <row>
21984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 test
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 b
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 c
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 d
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 e
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 </lyxtabular>
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038
22039
22040 \begin_inset space \hfill{}
22041 \end_inset
22042
22043
22044 \begin_inset Float table
22045 wide false
22046 sideways false
22047 status collapsed
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Caption
22051
22052 \begin_layout Plain Layout
22053 \begin_inset CommandInset label
22054 LatexCommand label
22055 name "tab:This-is-subtable-b"
22056
22057 \end_inset
22058
22059 This is subtable b.
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Plain Layout
22068 \align center
22069 \begin_inset Tabular
22070 <lyxtabular version="3" rows="1" columns="5">
22071 <features tabularvalignment="middle">
22072 <column alignment="center" valignment="top" width="0">
22073 <column alignment="center" valignment="top" width="0">
22074 <column alignment="center" valignment="top" width="0">
22075 <column alignment="center" valignment="top" width="0">
22076 <column alignment="center" valignment="top" width="0">
22077 <row>
22078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 e
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 d
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 c
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 b
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 test
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 </lyxtabular>
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \begin_inset space \hfill{}
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Standard
22146 \begin_inset Float table
22147 wide false
22148 sideways false
22149 status open
22150
22151 \begin_layout Plain Layout
22152 \begin_inset Caption
22153
22154 \begin_layout Plain Layout
22155 \begin_inset CommandInset label
22156 LatexCommand label
22157 name "tab:Two-subtables-upon"
22158
22159 \end_inset
22160
22161 Two subtables placed one above the other.
22162  (a) table with 4 cells, (b) table with 5 cells.
22163 \end_layout
22164
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \begin_layout Plain Layout
22171 \align center
22172 \begin_inset Float table
22173 wide false
22174 sideways false
22175 status collapsed
22176
22177 \begin_layout Plain Layout
22178 \begin_inset Caption
22179
22180 \begin_layout Plain Layout
22181
22182 \end_layout
22183
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \begin_layout Plain Layout
22190 \align center
22191 \begin_inset Tabular
22192 <lyxtabular version="3" rows="1" columns="4">
22193 <features tabularvalignment="middle">
22194 <column alignment="center" valignment="top" width="0">
22195 <column alignment="center" valignment="top" width="0">
22196 <column alignment="center" valignment="top" width="0">
22197 <column alignment="center" valignment="top" width="0">
22198 <row>
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 test
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 test
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 test
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 test
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 \begin_layout Plain Layout
22249 \align center
22250 \begin_inset Float table
22251 wide false
22252 sideways false
22253 status collapsed
22254
22255 \begin_layout Plain Layout
22256 \begin_inset Caption
22257
22258 \begin_layout Plain Layout
22259
22260 \end_layout
22261
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \begin_layout Plain Layout
22268 \align center
22269 \begin_inset Tabular
22270 <lyxtabular version="3" rows="1" columns="5">
22271 <features tabularvalignment="middle">
22272 <column alignment="center" valignment="top" width="0">
22273 <column alignment="center" valignment="top" width="0">
22274 <column alignment="center" valignment="top" width="0">
22275 <column alignment="center" valignment="top" width="0">
22276 <column alignment="center" valignment="top" width="0">
22277 <row>
22278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 a
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 b
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 c
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 d
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 e
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 </row>
22324 </lyxtabular>
22325
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \begin_layout Section
22342 Floats Side by Side
22343 \begin_inset Index idx
22344 status collapsed
22345
22346 \begin_layout Plain Layout
22347 Floats ! Side by side
22348 \end_layout
22349
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \begin_layout Standard
22356 To place floats side by side, as in Figures
22357 \begin_inset space ~
22358 \end_inset
22359
22360
22361 \begin_inset CommandInset ref
22362 LatexCommand ref
22363 reference "fig:Float-left"
22364
22365 \end_inset
22366
22367  and 
22368 \begin_inset CommandInset ref
22369 LatexCommand ref
22370 reference "fig:Float-right"
22371
22372 \end_inset
22373
22374 , only 
22375 \emph on
22376 one
22377 \emph default
22378  float is used.
22379  In it two minipage boxes are inserted.
22380 \begin_inset Foot
22381 status collapsed
22382
22383 \begin_layout Plain Layout
22384 Minipages are explained in section
22385 \begin_inset space ~
22386 \end_inset
22387
22388
22389 \begin_inset CommandInset ref
22390 LatexCommand ref
22391 reference "sec:Minipages"
22392
22393 \end_inset
22394
22395 .
22396 \end_layout
22397
22398 \end_inset
22399
22400  The width is set to 45
22401 \begin_inset space \thinspace{}
22402 \end_inset
22403
22404 -50
22405 \begin_inset space \thinspace{}
22406 \end_inset
22407
22408 column% and the box alignment to 
22409 \family sans
22410 Bottom
22411 \family default
22412  for each minipage.
22413  The minipage boxes contain the image and the caption in the same way as
22414  they are in a float.
22415  The only difference is that the image unit 
22416 \family sans
22417 Column
22418 \begin_inset space ~
22419 \end_inset
22420
22421 Width
22422 \begin_inset space ~
22423 \end_inset
22424
22425 %
22426 \family default
22427  is now calculated according to the width of the minipage boxes.
22428 \end_layout
22429
22430 \begin_layout Standard
22431 \begin_inset Float figure
22432 wide false
22433 sideways false
22434 status open
22435
22436 \begin_layout Plain Layout
22437 \begin_inset Box Frameless
22438 position "b"
22439 hor_pos "c"
22440 has_inner_box 1
22441 inner_pos "t"
22442 use_parbox 0
22443 use_makebox 0
22444 width "45col%"
22445 special "none"
22446 height "1in"
22447 height_special "totalheight"
22448 status open
22449
22450 \begin_layout Plain Layout
22451 \align center
22452 \begin_inset Graphics
22453         filename clipart/mobius.eps
22454         lyxscale 50
22455         width 100col%
22456         scaleBeforeRotation
22457
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Caption
22465
22466 \begin_layout Plain Layout
22467 \begin_inset CommandInset label
22468 LatexCommand label
22469 name "fig:Float-left"
22470
22471 \end_inset
22472
22473 Float on the left side.
22474 \end_layout
22475
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482
22483
22484 \begin_inset space \hfill{}
22485 \end_inset
22486
22487
22488 \begin_inset Box Frameless
22489 position "b"
22490 hor_pos "c"
22491 has_inner_box 1
22492 inner_pos "t"
22493 use_parbox 0
22494 use_makebox 0
22495 width "45col%"
22496 special "none"
22497 height "1in"
22498 height_special "totalheight"
22499 status open
22500
22501 \begin_layout Plain Layout
22502 \align center
22503 \begin_inset Graphics
22504         filename clipart/platypus.eps
22505         lyxscale 50
22506         width 100col%
22507         scaleBeforeRotation
22508
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \begin_layout Plain Layout
22515 \begin_inset Caption
22516
22517 \begin_layout Plain Layout
22518 \begin_inset CommandInset label
22519 LatexCommand label
22520 name "fig:Float-right"
22521
22522 \end_inset
22523
22524 Float on the right side.
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \begin_layout Section
22547 Caption Formatting
22548 \begin_inset Index idx
22549 status collapsed
22550
22551 \begin_layout Plain Layout
22552 Caption ! Formatting
22553 \end_layout
22554
22555 \end_inset
22556
22557
22558 \begin_inset Index idx
22559 status collapsed
22560
22561 \begin_layout Plain Layout
22562 Floats ! Caption Formatting
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \begin_inset CommandInset label
22569 LatexCommand label
22570 name "sec:Caption-Formatting"
22571
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \begin_layout Standard
22578 The 
22579 \family sans
22580 Caption
22581 \family default
22582  environment is the default paragraph environment for 
22583 \family sans
22584 Floats
22585 \family default
22586 .
22587  On the LyX screen captions appear as label, e.
22588 \begin_inset space \thinspace{}
22589 \end_inset
22590
22591 g.
22592 \begin_inset space \space{}
22593 \end_inset
22594
22595
22596 \begin_inset Quotes eld
22597 \end_inset
22598
22599
22600 \family sans
22601 Figure #:
22602 \family default
22603
22604 \begin_inset Quotes erd
22605 \end_inset
22606
22607  followed by the caption text.
22608  
22609 \begin_inset Quotes eld
22610 \end_inset
22611
22612 #
22613 \begin_inset Quotes erd
22614 \end_inset
22615
22616  is the actual reference number.
22617  By default the label and the number are in the same font as the caption
22618  text and a colon follows the number to divide the label from the text.
22619  This caption format is not suitable for all document formats.
22620  
22621 \end_layout
22622
22623 \begin_layout Standard
22624 To change the default caption format, load the LaTeX-package 
22625 \series bold
22626 caption
22627 \series default
22628
22629 \begin_inset Index idx
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633 LaTeX-packages ! caption
22634 \end_layout
22635
22636 \end_inset
22637
22638  in the document preamble with this line:
22639 \end_layout
22640
22641 \begin_layout Standard
22642
22643 \series bold
22644
22645 \backslash
22646 usepackage[format definition]{caption}
22647 \end_layout
22648
22649 \begin_layout Standard
22650 To have for example the label and the number in sans-serif bold font and
22651  the table captions always above the table as in this document, use the
22652  following command:
22653 \end_layout
22654
22655 \begin_layout Standard
22656
22657 \series bold
22658
22659 \backslash
22660 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22661 \end_layout
22662
22663 \begin_layout Standard
22664 You can also define different caption formats for the different float types.
22665  In this case load the 
22666 \series bold
22667 caption
22668 \series default
22669  package without format specific options and define the different formats
22670  with the help of the command
22671 \end_layout
22672
22673 \begin_layout Standard
22674
22675 \series bold
22676
22677 \backslash
22678 captionsetup[float type]{format definition}
22679 \end_layout
22680
22681 \begin_layout Standard
22682 in the document preamble.
22683  For example the caption formats of Figure
22684 \begin_inset space ~
22685 \end_inset
22686
22687
22688 \begin_inset CommandInset ref
22689 LatexCommand ref
22690 reference "fig:This-is-an-fig"
22691
22692 \end_inset
22693
22694  and Table
22695 \begin_inset space ~
22696 \end_inset
22697
22698
22699 \begin_inset CommandInset ref
22700 LatexCommand ref
22701 reference "tab:This-is-an-tab"
22702
22703 \end_inset
22704
22705  can be created using these commands in the document preamble:
22706 \end_layout
22707
22708 \begin_layout Standard
22709
22710 \series bold
22711
22712 \backslash
22713 usepackage[tableposition=top]{caption}
22714 \series default
22715
22716 \begin_inset Newline newline
22717 \end_inset
22718
22719
22720 \series bold
22721
22722 \backslash
22723 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22724 \begin_inset Newline newline
22725 \end_inset
22726
22727
22728 \begin_inset Phantom HPhantom
22729 status open
22730
22731 \begin_layout Plain Layout
22732
22733 \series bold
22734
22735 \backslash
22736 captionsetup[figure]{
22737 \end_layout
22738
22739 \end_inset
22740
22741 labelsep=period}
22742 \begin_inset Newline newline
22743 \end_inset
22744
22745
22746 \backslash
22747 captionsetup[table]{labelfont={bf,sf}}
22748 \end_layout
22749
22750 \begin_layout Standard
22751 \begin_inset Note Greyedout
22752 status open
22753
22754 \begin_layout Plain Layout
22755
22756 \series bold
22757 Note:
22758 \series default
22759  The option 
22760 \series bold
22761 tableposition=top
22762 \series default
22763  has no effect when a 
22764 \series bold
22765 KOMA-Script
22766 \series default
22767
22768 \begin_inset Index idx
22769 status collapsed
22770
22771 \begin_layout Plain Layout
22772 LaTeX-packages ! KOMA-Script
22773 \end_layout
22774
22775 \end_inset
22776
22777  document class is used.
22778  In this case the document class option 
22779 \series bold
22780 captions=tableheading
22781 \series default
22782  must be used.
22783 \end_layout
22784
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \begin_layout Standard
22791 For more information about the package 
22792 \series bold
22793 caption
22794 \series default
22795  we refer to its documentation 
22796 \begin_inset CommandInset citation
22797 LatexCommand cite
22798 key "caption"
22799
22800 \end_inset
22801
22802 .
22803 \end_layout
22804
22805 \begin_layout Standard
22806 To change the label name from e.
22807 \begin_inset space \thinspace{}
22808 \end_inset
22809
22810 g.
22811 \begin_inset space \space{}
22812 \end_inset
22813
22814
22815 \begin_inset Quotes eld
22816 \end_inset
22817
22818 Figure
22819 \begin_inset Quotes erd
22820 \end_inset
22821
22822  to 
22823 \begin_inset Quotes eld
22824 \end_inset
22825
22826 Image
22827 \begin_inset Quotes erd
22828 \end_inset
22829
22830  use this preamble command:
22831 \end_layout
22832
22833 \begin_layout Standard
22834
22835 \series bold
22836
22837 \backslash
22838 renewcommand{
22839 \backslash
22840 fnum@figure}{Image~
22841 \backslash
22842 thefigure}
22843 \end_layout
22844
22845 \begin_layout Standard
22846 where 
22847 \series bold
22848
22849 \backslash
22850 thefigure
22851 \series default
22852  inserts the figure number and
22853 \series bold
22854  
22855 \begin_inset Quotes eld
22856 \end_inset
22857
22858 ~
22859 \series default
22860
22861 \begin_inset Quotes erd
22862 \end_inset
22863
22864  creates a protected space.
22865 \end_layout
22866
22867 \begin_layout Standard
22868 \begin_inset VSpace bigskip
22869 \end_inset
22870
22871 If you are using a 
22872 \series bold
22873 KOMA-Script
22874 \series default
22875
22876 \begin_inset Index idx
22877 status collapsed
22878
22879 \begin_layout Plain Layout
22880 LaTeX-packages ! KOMA-Script
22881 \end_layout
22882
22883 \end_inset
22884
22885  document class (
22886 \family sans
22887 article (KOMA-Script)
22888 \family default
22889
22890 \family sans
22891 book (KOMA-Script)
22892 \family default
22893
22894 \family sans
22895 letter (KOMA-Script)
22896 \family default
22897 , or 
22898 \family sans
22899 report (KOMA-Script)
22900 \family default
22901
22902 \begin_inset space \thinspace{}
22903 \end_inset
22904
22905 ), you can alternatively to the 
22906 \series bold
22907 caption
22908 \series default
22909  package use 
22910 \series bold
22911 KOMA-Script
22912 \series default
22913 's built-in command 
22914 \series bold
22915
22916 \backslash
22917 setkomafont
22918 \series default
22919 .
22920  For example, to have the caption label in bold, add this command to your
22921  document preamble:
22922 \end_layout
22923
22924 \begin_layout Standard
22925
22926 \series bold
22927
22928 \backslash
22929 setkomafont{captionlabel}{
22930 \backslash
22931 bfseries}
22932 \end_layout
22933
22934 \begin_layout Standard
22935 For more information about 
22936 \series bold
22937
22938 \backslash
22939 setkomafont
22940 \series default
22941  we refer to the 
22942 \series bold
22943 KOMA-Script
22944 \series default
22945  documentation 
22946 \begin_inset CommandInset citation
22947 LatexCommand cite
22948 key "KOMA-Script"
22949
22950 \end_inset
22951
22952 .
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961
22962 \backslash
22963 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22964 }
22965 \end_layout
22966
22967 \end_inset
22968
22969
22970 \begin_inset Note Note
22971 status open
22972
22973 \begin_layout Plain Layout
22974 The caption format is changed only for this example.
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \begin_layout Standard
22983 \begin_inset Float figure
22984 placement !p
22985 wide false
22986 sideways false
22987 status open
22988
22989 \begin_layout Plain Layout
22990 \align center
22991 \begin_inset Graphics
22992         filename clipart/mobius.eps
22993         lyxscale 50
22994         scale 50
22995         scaleBeforeRotation
22996
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \begin_layout Plain Layout
23003 \begin_inset Caption
23004
23005 \begin_layout Plain Layout
23006 \begin_inset CommandInset label
23007 LatexCommand label
23008 name "fig:This-is-an-fig"
23009
23010 \end_inset
23011
23012 This is an example figure caption that is longer than one line to show the
23013  different caption format.
23014  Here a self-defined caption format is used.
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 \begin_inset ERT
23029 status collapsed
23030
23031 \begin_layout Plain Layout
23032
23033
23034 \backslash
23035 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23036 on}
23037 \end_layout
23038
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \begin_layout Standard
23045 \begin_inset Float table
23046 placement !p
23047 wide false
23048 sideways false
23049 status open
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Caption
23053
23054 \begin_layout Plain Layout
23055 \begin_inset CommandInset label
23056 LatexCommand label
23057 name "tab:This-is-an-tab"
23058
23059 \end_inset
23060
23061 This is an example table caption that is longer than one line to show the
23062  different caption format.
23063  Here the standard caption format for tables in this document is used.
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \begin_layout Plain Layout
23072 \align center
23073 \begin_inset Tabular
23074 <lyxtabular version="3" rows="1" columns="5">
23075 <features tabularvalignment="middle">
23076 <column alignment="center" valignment="top" width="0">
23077 <column alignment="center" valignment="top" width="0">
23078 <column alignment="center" valignment="top" width="0">
23079 <column alignment="center" valignment="top" width="0">
23080 <column alignment="center" valignment="top" width="0">
23081 <row>
23082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 a
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 b
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 c
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113 d
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 e
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 </row>
23128 </lyxtabular>
23129
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \begin_layout Section
23141 Caption Placement
23142 \begin_inset Index idx
23143 status collapsed
23144
23145 \begin_layout Plain Layout
23146 Caption ! Placement
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \begin_inset Index idx
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156 Floats ! Caption Placement
23157 \end_layout
23158
23159 \end_inset
23160
23161
23162 \begin_inset CommandInset label
23163 LatexCommand label
23164 name "sec:Caption-Placement"
23165
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \begin_layout Standard
23172 The common caption placement rule is:
23173 \end_layout
23174
23175 \begin_layout Description
23176 Figure: Caption is set below the figure
23177 \end_layout
23178
23179 \begin_layout Description
23180 Table: Caption is set above the table
23181 \end_layout
23182
23183 \begin_layout Standard
23184 Having the caption above the table is unfortunately not supported in LaTeX's
23185  standard classes.
23186  That means if you are using the document classes 
23187 \family sans
23188 article
23189 \family default
23190
23191 \family sans
23192 book
23193 \family default
23194
23195 \family sans
23196 letter
23197 \family default
23198 , or 
23199 \family sans
23200 report
23201 \family default
23202  there will be no space between the caption and the table.
23203  To insert the necessary space, add the following option to the load command
23204  of the LaTeX-package 
23205 \series bold
23206 caption
23207 \series default
23208  in your document preamble
23209 \begin_inset Foot
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213 See section
23214 \begin_inset space ~
23215 \end_inset
23216
23217
23218 \begin_inset CommandInset ref
23219 LatexCommand ref
23220 reference "sec:Caption-Formatting"
23221
23222 \end_inset
23223
23224  for more information of the package 
23225 \series bold
23226 caption
23227 \series default
23228 .
23229 \end_layout
23230
23231 \end_inset
23232
23233 :
23234 \end_layout
23235
23236 \begin_layout Standard
23237
23238 \series bold
23239 tableposition=top
23240 \end_layout
23241
23242 \begin_layout Standard
23243 If you are using a 
23244 \series bold
23245 KOMA-Script
23246 \series default
23247
23248 \begin_inset Index idx
23249 status collapsed
23250
23251 \begin_layout Plain Layout
23252 LaTeX-packages ! KOMA-Script
23253 \end_layout
23254
23255 \end_inset
23256
23257  document class (
23258 \family sans
23259 article (KOMA-Script)
23260 \family default
23261
23262 \family sans
23263 book (KOMA-Script)
23264 \family default
23265
23266 \family sans
23267 letter (KOMA-Script)
23268 \family default
23269 , or 
23270 \family sans
23271 report (KOMA-Script)
23272 \family default
23273
23274 \begin_inset space \thinspace{}
23275 \end_inset
23276
23277 ), you can alternatively to the 
23278 \series bold
23279 caption
23280 \series default
23281  package set the document class option 
23282 \series bold
23283 captions=tableheading
23284 \series default
23285 .
23286 \end_layout
23287
23288 \begin_layout Standard
23289 \begin_inset VSpace bigskip
23290 \end_inset
23291
23292 It is also possible to set the caption beside a figure or table.
23293  To get this the LaTeX-package 
23294 \series bold
23295 sidecap
23296 \series default
23297
23298 \begin_inset Index idx
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302 LaTeX-packages ! sidecap
23303 \end_layout
23304
23305 \end_inset
23306
23307  has to be loaded in the document preamble with the line
23308 \end_layout
23309
23310 \begin_layout Standard
23311
23312 \series bold
23313
23314 \backslash
23315 usepackage[option]{sidecap}
23316 \end_layout
23317
23318 \begin_layout Standard
23319 If you set no option, the caption is placed on the side of the outer page
23320  margin â€“ to the right on odd pages, to the left on even pages.
23321  You can change the placement to inner margin with the option 
23322 \series bold
23323 innercaption
23324 \series default
23325 .
23326  To force the placement always to the right or left, use the option 
23327 \series bold
23328 rightcaption
23329 \series default
23330  or 
23331 \series bold
23332 leftcaption
23333 \series default
23334 , respectively.
23335 \end_layout
23336
23337 \begin_layout Standard
23338 \begin_inset ERT
23339 status collapsed
23340
23341 \begin_layout Plain Layout
23342
23343
23344 \backslash
23345 ifsidecap
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \begin_inset Note Note
23352 status open
23353
23354 \begin_layout Plain Layout
23355 The following section will only be displayed when the LaTeX-package 
23356 \series bold
23357 sidecap
23358 \series default
23359  is installed.
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \begin_layout Standard
23368 To place in LyX the caption of a float on the side, it is necessary to add
23369  these commands to the document preamble:
23370 \end_layout
23371
23372 \begin_layout Standard
23373 \noindent
23374 \begin_inset CommandInset line
23375 LatexCommand rule
23376 offset "0.5ex"
23377 width "100line%"
23378 height "1pt"
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Standard
23386
23387 \series bold
23388
23389 \backslash
23390 newcommand{
23391 \backslash
23392 TabBesBeg}{%
23393 \begin_inset Newline newline
23394 \end_inset
23395
23396
23397 \begin_inset Phantom HPhantom
23398 status open
23399
23400 \begin_layout Plain Layout
23401
23402 \series bold
23403 \begin_inset space ~
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410
23411
23412 \backslash
23413 let
23414 \backslash
23415 MyTable
23416 \backslash
23417 table
23418 \begin_inset Newline newline
23419 \end_inset
23420
23421
23422 \begin_inset Phantom HPhantom
23423 status open
23424
23425 \begin_layout Plain Layout
23426
23427 \series bold
23428 \begin_inset space ~
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \backslash
23438 let
23439 \backslash
23440 MyEndtable
23441 \backslash
23442 endtable
23443 \begin_inset Newline newline
23444 \end_inset
23445
23446
23447 \begin_inset Phantom HPhantom
23448 status open
23449
23450 \begin_layout Plain Layout
23451
23452 \series bold
23453 \begin_inset space ~
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \backslash
23463 renewenvironment{table}{
23464 \backslash
23465 begin{SCtable}}{
23466 \backslash
23467 end{SCtable}}}
23468 \end_layout
23469
23470 \begin_layout Standard
23471
23472 \series bold
23473
23474 \backslash
23475 newcommand{
23476 \backslash
23477 TabBesEnd}{%
23478 \begin_inset Newline newline
23479 \end_inset
23480
23481
23482 \begin_inset Phantom HPhantom
23483 status open
23484
23485 \begin_layout Plain Layout
23486
23487 \series bold
23488 \begin_inset space ~
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \end_inset
23495
23496
23497 \backslash
23498 let
23499 \backslash
23500 table
23501 \backslash
23502 MyTable
23503 \begin_inset Newline newline
23504 \end_inset
23505
23506
23507 \begin_inset Phantom HPhantom
23508 status open
23509
23510 \begin_layout Plain Layout
23511
23512 \series bold
23513 \begin_inset space ~
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \end_inset
23520
23521
23522 \backslash
23523 let
23524 \backslash
23525 endtable
23526 \backslash
23527 MyEndtable
23528 \end_layout
23529
23530 \begin_layout Standard
23531
23532 \series bold
23533
23534 \backslash
23535 newcommand{
23536 \backslash
23537 FigBesBeg}{%
23538 \begin_inset Newline newline
23539 \end_inset
23540
23541
23542 \begin_inset Phantom HPhantom
23543 status open
23544
23545 \begin_layout Plain Layout
23546
23547 \series bold
23548 \begin_inset space ~
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \end_inset
23555
23556
23557 \backslash
23558 let
23559 \backslash
23560 MyFigure
23561 \backslash
23562 figure
23563 \begin_inset Newline newline
23564 \end_inset
23565
23566
23567 \begin_inset Phantom HPhantom
23568 status open
23569
23570 \begin_layout Plain Layout
23571
23572 \series bold
23573 \begin_inset space ~
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580
23581
23582 \backslash
23583 let
23584 \backslash
23585 MyEndfigure
23586 \backslash
23587 endfigure
23588 \begin_inset Newline newline
23589 \end_inset
23590
23591
23592 \begin_inset Phantom HPhantom
23593 status open
23594
23595 \begin_layout Plain Layout
23596
23597 \series bold
23598 \begin_inset space ~
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \backslash
23608 renewenvironment{figure}{
23609 \backslash
23610 begin{SCfigure}}{
23611 \backslash
23612 end{SCfigure}}}
23613 \end_layout
23614
23615 \begin_layout Standard
23616
23617 \series bold
23618
23619 \backslash
23620 newcommand{
23621 \backslash
23622 FigBesEnd}{%
23623 \begin_inset Newline newline
23624 \end_inset
23625
23626
23627 \begin_inset Phantom HPhantom
23628 status open
23629
23630 \begin_layout Plain Layout
23631
23632 \series bold
23633 \begin_inset space ~
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \backslash
23643 let
23644 \backslash
23645 figure
23646 \backslash
23647 MyFigure
23648 \begin_inset Newline newline
23649 \end_inset
23650
23651
23652 \begin_inset Phantom HPhantom
23653 status open
23654
23655 \begin_layout Plain Layout
23656
23657 \series bold
23658 \begin_inset space ~
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665
23666
23667 \backslash
23668 let
23669 \backslash
23670 endfigure
23671 \backslash
23672 MyEndfigure}
23673 \end_layout
23674
23675 \begin_layout Standard
23676 \noindent
23677 \begin_inset CommandInset line
23678 LatexCommand rule
23679 offset "0.5ex"
23680 width "100line%"
23681 height "1pt"
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \begin_layout Standard
23689 The commands allow you to redefine the floats so that the caption is set
23690  on the side.
23691  For figure floats use the command
23692 \end_layout
23693
23694 \begin_layout Standard
23695
23696 \series bold
23697
23698 \backslash
23699 FigBesBeg
23700 \end_layout
23701
23702 \begin_layout Standard
23703 in TeX-Code before the float.
23704  After the float insert the command
23705 \end_layout
23706
23707 \begin_layout Standard
23708
23709 \series bold
23710
23711 \backslash
23712 FigBesEnd
23713 \end_layout
23714
23715 \begin_layout Standard
23716 in TeX-Code to get back to the original float definition.
23717 \end_layout
23718
23719 \begin_layout Standard
23720 For table floats use the corresponding commands
23721 \end_layout
23722
23723 \begin_layout Standard
23724
23725 \series bold
23726
23727 \backslash
23728 TabBesBeg
23729 \series default
23730  and 
23731 \series bold
23732
23733 \backslash
23734 TabBesEnd
23735 \end_layout
23736
23737 \begin_layout Standard
23738 Figure
23739 \begin_inset space ~
23740 \end_inset
23741
23742
23743 \begin_inset CommandInset ref
23744 LatexCommand ref
23745 reference "fig:cap-beside-fig"
23746
23747 \end_inset
23748
23749  and Table
23750 \begin_inset space ~
23751 \end_inset
23752
23753
23754 \begin_inset CommandInset ref
23755 LatexCommand ref
23756 reference "tab:cap-beside-tab"
23757
23758 \end_inset
23759
23760  are examples where the caption is set beside.
23761 \end_layout
23762
23763 \begin_layout Standard
23764 You can see in the examples that the caption text appears at the top of
23765  the floats for table floats and at the bottom for figure floats.
23766  To change this, you can use the command
23767 \end_layout
23768
23769 \begin_layout Standard
23770
23771 \series bold
23772
23773 \backslash
23774 sidecaptionvpos{float type}{placement}
23775 \end_layout
23776
23777 \begin_layout Standard
23778 in the document preamble or in TeX-Code before the float.
23779  The float type is either 
23780 \family sans
23781 figure
23782 \family default
23783  or 
23784 \family sans
23785 table
23786 \family default
23787 , the placement can be 
23788 \begin_inset Quotes eld
23789 \end_inset
23790
23791
23792 \family sans
23793 t
23794 \family default
23795
23796 \begin_inset Quotes erd
23797 \end_inset
23798
23799  for top, 
23800 \begin_inset Quotes eld
23801 \end_inset
23802
23803
23804 \family sans
23805 c
23806 \family default
23807
23808 \begin_inset Quotes erd
23809 \end_inset
23810
23811  for center, or 
23812 \begin_inset Quotes eld
23813 \end_inset
23814
23815
23816 \family sans
23817 b
23818 \family default
23819
23820 \begin_inset Quotes erd
23821 \end_inset
23822
23823  for bottom.
23824  To have for example the caption of figure floats vertically centered, use
23825  the command
23826 \end_layout
23827
23828 \begin_layout Standard
23829
23830 \series bold
23831
23832 \backslash
23833 sidecaptionvpos{figure}{c}
23834 \end_layout
23835
23836 \begin_layout Standard
23837 This was used for Figure
23838 \begin_inset space ~
23839 \end_inset
23840
23841
23842 \begin_inset CommandInset ref
23843 LatexCommand ref
23844 reference "fig:cap-beside-fig-2"
23845
23846 \end_inset
23847
23848 .
23849 \end_layout
23850
23851 \begin_layout Standard
23852 \begin_inset VSpace medskip
23853 \end_inset
23854
23855 For more information about the package 
23856 \series bold
23857 sidecap
23858 \series default
23859  we refer to its documentation 
23860 \begin_inset CommandInset citation
23861 LatexCommand cite
23862 key "sidecap"
23863
23864 \end_inset
23865
23866 .
23867 \end_layout
23868
23869 \begin_layout Standard
23870 \begin_inset Note Greyedout
23871 status open
23872
23873 \begin_layout Plain Layout
23874
23875 \series bold
23876 Note:
23877 \series default
23878  The LaTeX-package 
23879 \series bold
23880 hypcap
23881 \series default
23882
23883 \begin_inset Index idx
23884 status collapsed
23885
23886 \begin_layout Plain Layout
23887 LaTeX-packages ! hypcap
23888 \end_layout
23889
23890 \end_inset
23891
23892 , described in section
23893 \begin_inset space ~
23894 \end_inset
23895
23896
23897 \begin_inset CommandInset ref
23898 LatexCommand ref
23899 reference "sub:Reference-Position"
23900
23901 \end_inset
23902
23903 , has no effect on floats with the caption set beside.
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Standard
23912 \begin_inset ERT
23913 status collapsed
23914
23915 \begin_layout Plain Layout
23916
23917
23918 \backslash
23919 FigBesBeg 
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \begin_layout Standard
23928 \begin_inset Float figure
23929 wide false
23930 sideways false
23931 status open
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Graphics
23935         filename clipart/escher-lsd.eps
23936         scale 75
23937         scaleBeforeRotation
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Plain Layout
23945 \begin_inset Caption
23946
23947 \begin_layout Plain Layout
23948 \begin_inset CommandInset label
23949 LatexCommand label
23950 name "fig:cap-beside-fig"
23951
23952 \end_inset
23953
23954 This is a caption beside a figure.
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Standard
23968 \begin_inset ERT
23969 status collapsed
23970
23971 \begin_layout Plain Layout
23972
23973
23974 \backslash
23975 TabBesBeg 
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Standard
23984 \begin_inset Float table
23985 wide false
23986 sideways false
23987 status open
23988
23989 \begin_layout Plain Layout
23990 \begin_inset Caption
23991
23992 \begin_layout Plain Layout
23993 \begin_inset CommandInset label
23994 LatexCommand label
23995 name "tab:cap-beside-tab"
23996
23997 \end_inset
23998
23999 This is a caption beside a table.
24000 \end_layout
24001
24002 \end_inset
24003
24004
24005 \end_layout
24006
24007 \begin_layout Plain Layout
24008 \begin_inset Tabular
24009 <lyxtabular version="3" rows="4" columns="5">
24010 <features tabularvalignment="middle">
24011 <column alignment="center" valignment="top" width="0">
24012 <column alignment="center" valignment="top" width="0">
24013 <column alignment="center" valignment="top" width="0">
24014 <column alignment="center" valignment="top" width="0">
24015 <column alignment="center" valignment="top" width="0">
24016 <row>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 a
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 b
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 c
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 </row>
24063 <row>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 d
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095 e
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 </row>
24110 <row>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 f
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 g
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 h
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 </row>
24157 <row>
24158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 i
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 j
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 </row>
24204 </lyxtabular>
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \begin_layout Standard
24217 \begin_inset ERT
24218 status collapsed
24219
24220 \begin_layout Plain Layout
24221
24222
24223 \backslash
24224 TabBesEnd
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \begin_layout Standard
24233 \begin_inset ERT
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237
24238
24239 \backslash
24240 sidecaptionvpos{figure}{c}
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \begin_inset Float figure
24247 wide false
24248 sideways false
24249 status open
24250
24251 \begin_layout Plain Layout
24252 \begin_inset Graphics
24253         filename clipart/escher-lsd.eps
24254         scale 75
24255         scaleBeforeRotation
24256
24257 \end_inset
24258
24259
24260 \end_layout
24261
24262 \begin_layout Plain Layout
24263 \begin_inset Caption
24264
24265 \begin_layout Plain Layout
24266 \begin_inset CommandInset label
24267 LatexCommand label
24268 name "fig:cap-beside-fig-2"
24269
24270 \end_inset
24271
24272 This is a vertically centered caption beside a figure.
24273 \end_layout
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \end_layout
24284
24285 \begin_layout Standard
24286 \begin_inset ERT
24287 status collapsed
24288
24289 \begin_layout Plain Layout
24290
24291
24292 \backslash
24293 FigBesEnd
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset ERT
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306
24307
24308 \backslash
24309 else
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \begin_inset Note Note
24316 status open
24317
24318 \begin_layout Plain Layout
24319 The following will be displayed when the LaTeX-package 
24320 \series bold
24321 sidecap
24322 \series default
24323  is not installed:
24324 \end_layout
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \begin_layout Standard
24332 You need to install the LaTeX-package 
24333 \series bold
24334 sidecap
24335 \series default
24336  to see the following part of this section in the output.
24337 \end_layout
24338
24339 \begin_layout Standard
24340 \begin_inset ERT
24341 status collapsed
24342
24343 \begin_layout Plain Layout
24344
24345
24346 \backslash
24347 fi
24348 \end_layout
24349
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \begin_layout Section
24356 Listings of Floats
24357 \begin_inset Index idx
24358 status collapsed
24359
24360 \begin_layout Plain Layout
24361 Floats ! Float Lists
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \begin_layout Standard
24370 Similar to the table of contents where the sections of the document are
24371  listed, there are listings for all float types, like the figures of the
24372  documents.
24373  You can insert them via the 
24374 \family sans
24375 Insert\SpecialChar \menuseparator
24376 List
24377 \begin_inset space ~
24378 \end_inset
24379
24380 /
24381 \begin_inset space ~
24382 \end_inset
24383
24384 TOC
24385 \family default
24386  sub menus.
24387 \end_layout
24388
24389 \begin_layout Standard
24390 The list entries are the float captions or its short title, the float number,
24391  and the page number where they appear in the document.
24392 \end_layout
24393
24394 \begin_layout Standard
24395 You can find the list of figures and tables at the end of this document.
24396 \end_layout
24397
24398 \begin_layout Chapter
24399 Notes
24400 \end_layout
24401
24402 \begin_layout Section
24403 LyX Notes
24404 \begin_inset Index idx
24405 status collapsed
24406
24407 \begin_layout Plain Layout
24408 Notes ! LyX Notes
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Notes are inserted with the toolbar button 
24418 \begin_inset Graphics
24419         filename ../images/note-insert.png
24420         scale 85
24421         scaleBeforeRotation
24422
24423 \end_inset
24424
24425  or the menu 
24426 \family sans
24427 Insert\SpecialChar \menuseparator
24428 Note
24429 \family default
24430 .
24431  There are three types of notes:
24432 \end_layout
24433
24434 \begin_layout Description
24435 LyX
24436 \begin_inset space ~
24437 \end_inset
24438
24439 Note This note type is for internal notes that won't appear in the output.
24440  Its note-box looks like this:
24441 \begin_inset Newline newline
24442 \end_inset
24443
24444
24445 \begin_inset Newline newline
24446 \end_inset
24447
24448
24449 \begin_inset Graphics
24450         filename clipart/LyXNoteImageQt4.png
24451         display false
24452         scale 85
24453         scaleBeforeRotation
24454
24455 \end_inset
24456
24457  
24458 \begin_inset Note Note
24459 status open
24460
24461 \begin_layout Plain Layout
24462 This is text in a note box that doesn't appear in the output.
24463 \end_layout
24464
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \begin_layout Description
24471 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24472 ent, when you export the document to LaTeX via the menu 
24473 \family sans
24474 File\SpecialChar \menuseparator
24475 Export\SpecialChar \menuseparator
24476 LaTeX (pdflatex) / (plain)
24477 \family default
24478 .
24479  Its note-box looks like this:
24480 \begin_inset Newline newline
24481 \end_inset
24482
24483
24484 \begin_inset Newline newline
24485 \end_inset
24486
24487
24488 \begin_inset Graphics
24489         filename clipart/CommentNoteImageQt4.png
24490         display false
24491         scale 85
24492         scaleBeforeRotation
24493
24494 \end_inset
24495
24496  
24497 \begin_inset Note Comment
24498 status open
24499
24500 \begin_layout Plain Layout
24501 This is text in a note box that only appears as comment in LaTeX-files.
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Description
24510 Greyed
24511 \begin_inset space ~
24512 \end_inset
24513
24514 Out This note will appear in the output as grey text.
24515  Its note-box looks like this:
24516 \begin_inset Newline newline
24517 \end_inset
24518
24519
24520 \begin_inset Newline newline
24521 \end_inset
24522
24523
24524 \begin_inset Graphics
24525         filename clipart/GreyedOutNoteImageQt4.png
24526         display false
24527         scale 85
24528         scaleBeforeRotation
24529
24530 \end_inset
24531
24532
24533 \begin_inset Newline newline
24534 \end_inset
24535
24536
24537 \begin_inset ERT
24538 status collapsed
24539
24540 \begin_layout Plain Layout
24541
24542
24543 \backslash
24544 renewenvironment{lyxgreyedout}
24545 \end_layout
24546
24547 \begin_layout Plain Layout
24548
24549 {
24550 \backslash
24551 textcolor[gray]{0.8}
24552 \backslash
24553 bgroup}{
24554 \backslash
24555 egroup}
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \begin_inset Note Greyedout
24562 status open
24563
24564 \begin_layout Plain Layout
24565 This is text
24566 \begin_inset Foot
24567 status open
24568
24569 \begin_layout Plain Layout
24570 This is an example footnote within a greyed out note.
24571 \end_layout
24572
24573 \end_inset
24574
24575  of a comment that appears in the output as grey text.
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \begin_inset ERT
24582 status collapsed
24583
24584 \begin_layout Plain Layout
24585
24586
24587 \backslash
24588 renewenvironment{lyxgreyedout}
24589 \end_layout
24590
24591 \begin_layout Plain Layout
24592
24593 {
24594 \backslash
24595 textcolor{blue}
24596 \backslash
24597 bgroup}{
24598 \backslash
24599 egroup}
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \begin_inset Note Note
24606 status collapsed
24607
24608 \begin_layout Plain Layout
24609 The greyed out note is here redefined to show it with the original LyX definitio
24610 n because greyed out notes are redefined in the preamble of this document,
24611  as described below, to have blue text.
24612 \end_layout
24613
24614 \end_inset
24615
24616
24617 \begin_inset Newline newline
24618 \end_inset
24619
24620
24621 \begin_inset Newline newline
24622 \end_inset
24623
24624 As you can see in the example, the first line of greyed out notes is a bit
24625  indented and greyed out notes can have footnotes.
24626 \end_layout
24627
24628 \begin_layout Standard
24629 \begin_inset VSpace bigskip
24630 \end_inset
24631
24632 When you use the toolbar button 
24633 \begin_inset Graphics
24634         filename ../images/note-insert.png
24635         scale 85
24636         scaleBeforeRotation
24637
24638 \end_inset
24639
24640  to insert notes, a 
24641 \family sans
24642 LyX
24643 \begin_inset space ~
24644 \end_inset
24645
24646 Note
24647 \family default
24648  is inserted.
24649  You can switch between the five note types by right-clicking on the note-box.
24650  
24651 \family roman
24652 \series medium
24653 \bar no
24654 If you want to turn existing text into a note, mark it and click on the
24655  note
24656 \family default
24657 \series default
24658 \bar default
24659  toolbar 
24660 \family roman
24661 \series medium
24662 \bar no
24663 button
24664 \family default
24665 \series default
24666 \bar default
24667 .
24668  To change a note to text, press the backspace key when the cursor is in
24669  the first position of a note, or press the delete key when the cursor is
24670  in the very last position of the note, respectively.
24671 \end_layout
24672
24673 \begin_layout Standard
24674 \begin_inset VSpace bigskip
24675 \end_inset
24676
24677 You can change the text color of the greyed out notes in the preamble with
24678  the following command:
24679 \end_layout
24680
24681 \begin_layout Standard
24682
24683 \series bold
24684
24685 \backslash
24686 renewenvironment{lyxgreyedout}
24687 \begin_inset Newline newline
24688 \end_inset
24689
24690
24691 \begin_inset Phantom HPhantom
24692 status open
24693
24694 \begin_layout Plain Layout
24695
24696 \series bold
24697 \begin_inset space ~
24698 \end_inset
24699
24700
24701 \end_layout
24702
24703 \end_inset
24704
24705 {
24706 \backslash
24707 textcolor{color}
24708 \backslash
24709 bgroup}{
24710 \backslash
24711 egroup}
24712 \end_layout
24713
24714 \begin_layout Standard
24715 The available colors and the method to define colors is explained in section
24716 \begin_inset space ~
24717 \end_inset
24718
24719
24720 \begin_inset CommandInset ref
24721 LatexCommand ref
24722 reference "sec:Colored-Tables"
24723
24724 \end_inset
24725
24726 .
24727 \end_layout
24728
24729 \begin_layout Standard
24730 Notes that appear in blue in this document are set using greyed out notes
24731  with blue text.
24732 \end_layout
24733
24734 \begin_layout Section
24735 Footnotes
24736 \begin_inset CommandInset label
24737 LatexCommand label
24738 name "sec:Footnotes"
24739
24740 \end_inset
24741
24742
24743 \begin_inset Index idx
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747 Notes ! Footnotes
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \begin_inset Index idx
24754 status collapsed
24755
24756 \begin_layout Plain Layout
24757 Footnotes
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Standard
24766 Footnotes can be inserted using the toolbar button 
24767 \begin_inset Graphics
24768         filename ../images/footnote-insert.png
24769         scale 85
24770         scaleBeforeRotation
24771
24772 \end_inset
24773
24774  or the menu 
24775 \family sans
24776 Insert\SpecialChar \menuseparator
24777 Footnote
24778 \family default
24779 .
24780  
24781 \family roman
24782 \series medium
24783 \bar no
24784 You'll see
24785 \family default
24786 \series default
24787 \bar default
24788  then the following footnote-box: 
24789 \begin_inset Graphics
24790         filename clipart/footnoteQt4.png
24791         scale 80
24792         scaleBeforeRotation
24793
24794 \end_inset
24795
24796  
24797 \family roman
24798 \series medium
24799 \bar no
24800 where you can enter the footnote text.
24801  If you want to turn existing text into a footnote, mark it and click on
24802  the footnote
24803 \family default
24804 \series default
24805 \bar default
24806  toolbar 
24807 \family roman
24808 \series medium
24809 \bar no
24810 button
24811 \family default
24812 \series default
24813 \bar default
24814 .
24815  To change a 
24816 \family roman
24817 \series medium
24818 \bar no
24819 footnote
24820 \family default
24821 \series default
24822 \bar default
24823  to text, press the Backspace key when the cursor is in the first position
24824  of a 
24825 \family roman
24826 \series medium
24827 \bar no
24828 footnote
24829 \family default
24830 \series default
24831 \bar default
24832 , or press the Delete key when the cursor is in the very last position of
24833  the 
24834 \family roman
24835 \series medium
24836 \bar no
24837 footnote
24838 \family default
24839 \series default
24840 \bar default
24841 , respectively.
24842 \end_layout
24843
24844 \begin_layout Standard
24845 Here is an example footnote:
24846 \family roman
24847 \series medium
24848 \bar no
24849
24850 \begin_inset Foot
24851 status open
24852
24853 \begin_layout Plain Layout
24854 \begin_inset CommandInset label
24855 LatexCommand label
24856 name "foot:This-is-an"
24857
24858 \end_inset
24859
24860 This is an example footnote.
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \family default
24867 \series default
24868 \bar default
24869
24870 \begin_inset ERT
24871 status collapsed
24872
24873 \begin_layout Plain Layout
24874
24875
24876 \backslash
24877 newcounter{MyRepeatFoot}
24878 \end_layout
24879
24880 \begin_layout Plain Layout
24881
24882
24883 \backslash
24884 setcounter{MyRepeatFoot}{
24885 \backslash
24886 thefootnote}
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Standard
24895 The footnote will appear in the output as a superscript number at the text
24896  position where the footnote box is placed.
24897  The footnote text is placed at the bottom of the current page.
24898  The footnote number is calculated by LaTeX; the numbers are consecutive.
24899  It depends on your document-class, whether the footnote number is reset
24900  for every chapter.
24901 \end_layout
24902
24903 \begin_layout Standard
24904 Footnotes can be referenced like floats: Insert a label into the footnote
24905  and cross-reference this label in the text as described in section
24906 \begin_inset space ~
24907 \end_inset
24908
24909
24910 \begin_inset CommandInset ref
24911 LatexCommand ref
24912 reference "sec:Referencing-Floats"
24913
24914 \end_inset
24915
24916 .
24917 \begin_inset Newline newline
24918 \end_inset
24919
24920 This is a cross-reference of Footnote
24921 \begin_inset space ~
24922 \end_inset
24923
24924
24925 \begin_inset CommandInset ref
24926 LatexCommand ref
24927 reference "foot:This-is-an"
24928
24929 \end_inset
24930
24931 .
24932 \end_layout
24933
24934 \begin_layout Standard
24935 \begin_inset VSpace defskip
24936 \end_inset
24937
24938 Footnotes in tables are not printed by LaTeX due to technical reasons.
24939  However there exists another method to print them: Instead of the footnote
24940  the command 
24941 \series bold
24942
24943 \backslash
24944 footnotemark{}
24945 \series default
24946  is inserted as TeX-code.
24947  The text of the footnote is entered as an argument of the TeX-code command
24948  
24949 \series bold
24950
24951 \backslash
24952 footnotetext
24953 \series default
24954  after the table.
24955 \begin_inset Newline newline
24956 \end_inset
24957
24958 This was done for the following table with the command
24959 \end_layout
24960
24961 \begin_layout Standard
24962
24963 \series bold
24964
24965 \backslash
24966 footnotetext{
24967 \series default
24968 Printed table footnote.
24969 \series bold
24970 }
24971 \end_layout
24972
24973 \begin_layout Standard
24974 \begin_inset Tabular
24975 <lyxtabular version="3" rows="2" columns="1">
24976 <features tabularvalignment="middle">
24977 <column alignment="center" valignment="top" width="0">
24978 <row>
24979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983 This an example text.
24984 \begin_inset Foot
24985 status open
24986
24987 \begin_layout Plain Layout
24988 This footnote will not be printed!
24989 \end_layout
24990
24991 \end_inset
24992
24993
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 </row>
24999 <row>
25000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004 This an example text.
25005 \begin_inset ERT
25006 status collapsed
25007
25008 \begin_layout Plain Layout
25009
25010
25011 \backslash
25012 footnotemark{}
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 </row>
25023 </lyxtabular>
25024
25025 \end_inset
25026
25027
25028 \begin_inset ERT
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033
25034 \backslash
25035 footnotetext{
25036 \end_layout
25037
25038 \end_inset
25039
25040 Printed table footnote.
25041 \begin_inset ERT
25042 status collapsed
25043
25044 \begin_layout Plain Layout
25045
25046 }
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \end_layout
25053
25054 \begin_layout Standard
25055 Footnotes in longtables are described in section
25056 \begin_inset space ~
25057 \end_inset
25058
25059
25060 \begin_inset CommandInset ref
25061 LatexCommand ref
25062 reference "sub:Footnotes-in-Longtables"
25063
25064 \end_inset
25065
25066 .
25067 \end_layout
25068
25069 \begin_layout Standard
25070 Footnotes in minipage boxes are printed, but inside the box and with a different
25071  numbering because a minipage box is like a page inside a page.
25072  (For more about minipages, see section
25073 \begin_inset space ~
25074 \end_inset
25075
25076
25077 \begin_inset CommandInset ref
25078 LatexCommand ref
25079 reference "sec:Minipages"
25080
25081 \end_inset
25082
25083 .) To get a footnote in the minipage that is output at the bottom of the
25084  page like normal footnotes, also use the method of 
25085 \series bold
25086
25087 \backslash
25088 footnotemark{}
25089 \series default
25090  and 
25091 \series bold
25092
25093 \backslash
25094 footnotetext
25095 \series default
25096 .
25097 \end_layout
25098
25099 \begin_layout Standard
25100 \begin_inset Box Frameless
25101 position "t"
25102 hor_pos "c"
25103 has_inner_box 1
25104 inner_pos "t"
25105 use_parbox 0
25106 use_makebox 0
25107 width "100col%"
25108 special "none"
25109 height "1in"
25110 height_special "totalheight"
25111 status open
25112
25113 \begin_layout Plain Layout
25114 This an example text in a minipage.
25115 \begin_inset Foot
25116 status open
25117
25118 \begin_layout Plain Layout
25119 Footnote in the minipage.
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \begin_layout Plain Layout
25128 This an example text in a minipage.
25129 \begin_inset ERT
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133
25134
25135 \backslash
25136 footnotemark{}
25137 \end_layout
25138
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \end_inset
25145
25146
25147 \end_layout
25148
25149 \begin_layout Standard
25150 \begin_inset ERT
25151 status collapsed
25152
25153 \begin_layout Plain Layout
25154
25155
25156 \backslash
25157 footnotetext{
25158 \end_layout
25159
25160 \end_inset
25161
25162 Footnote outside the minipage.
25163 \begin_inset ERT
25164 status collapsed
25165
25166 \begin_layout Plain Layout
25167
25168 }
25169 \end_layout
25170
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \begin_layout Standard
25177 \begin_inset VSpace defskip
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \begin_layout Standard
25184 To refer to the same footnote several times without printing the footnote
25185  text every time, use the command 
25186 \series bold
25187
25188 \backslash
25189 footnotemark[number]
25190 \series default
25191  in TeX-code.
25192 \begin_inset Newline newline
25193 \end_inset
25194
25195 As you do not know the number of the repeating footnote while you are writing
25196  the text, you have to store its number.
25197  For the following footnote mark example, these commands were inserted in
25198  TeX-code after Footnote
25199 \begin_inset space ~
25200 \end_inset
25201
25202
25203 \begin_inset CommandInset ref
25204 LatexCommand ref
25205 reference "foot:This-is-an"
25206
25207 \end_inset
25208
25209  to store the footnote number:
25210 \end_layout
25211
25212 \begin_layout Standard
25213
25214 \series bold
25215
25216 \backslash
25217 newcounter{MyRepeatFoot}
25218 \begin_inset Newline newline
25219 \end_inset
25220
25221
25222 \backslash
25223 setcounter{MyRepeatFoot}{
25224 \backslash
25225 thefootnote}
25226 \end_layout
25227
25228 \begin_layout Standard
25229 The footnote mark was then created with this command:
25230 \end_layout
25231
25232 \begin_layout Standard
25233
25234 \series bold
25235
25236 \backslash
25237 footnotemark[
25238 \backslash
25239 theMyRepeatFoot]
25240 \end_layout
25241
25242 \begin_layout Standard
25243 Here is a repeated footnote:
25244 \family roman
25245 \series medium
25246 \bar no
25247
25248 \begin_inset ERT
25249 status collapsed
25250
25251 \begin_layout Plain Layout
25252
25253
25254 \backslash
25255 footnotemark[
25256 \backslash
25257 theMyRepeatFoot]
25258 \end_layout
25259
25260 \end_inset
25261
25262
25263 \end_layout
25264
25265 \begin_layout Standard
25266 If you want to repeat the previous footnote, you can omit the storage of
25267  the footnote number and just use this command instead:
25268 \end_layout
25269
25270 \begin_layout Standard
25271
25272 \series bold
25273
25274 \backslash
25275 footnotemark[
25276 \backslash
25277 thefootnote]
25278 \end_layout
25279
25280 \begin_layout Standard
25281 Here is another repeated footnote:
25282 \family roman
25283 \series medium
25284 \bar no
25285
25286 \begin_inset ERT
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290
25291
25292 \backslash
25293 footnotemark[
25294 \backslash
25295 thefootnote]
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Subsection
25304 Footnote Numbering
25305 \begin_inset CommandInset label
25306 LatexCommand label
25307 name "sub:Footnote-Numbering"
25308
25309 \end_inset
25310
25311
25312 \begin_inset Index idx
25313 status collapsed
25314
25315 \begin_layout Plain Layout
25316 Footnotes ! Numbering
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Standard
25325 To reset the footnote number back to 1 after each section
25326 \family roman
25327 , add this command to your document preamble:
25328 \end_layout
25329
25330 \begin_layout Standard
25331
25332 \series bold
25333
25334 \backslash
25335 @addtoreset{footnote}{section}
25336 \end_layout
25337
25338 \begin_layout Standard
25339 \begin_inset VSpace bigskip
25340 \end_inset
25341
25342 The following preamble command changes the footnote numbering style to small
25343  roman numerals:
25344 \end_layout
25345
25346 \begin_layout Standard
25347
25348 \series bold
25349
25350 \backslash
25351 renewcommand{
25352 \backslash
25353 thefootnote}{
25354 \backslash
25355 roman{footnote}}
25356 \end_layout
25357
25358 \begin_layout Standard
25359 \begin_inset ERT
25360 status collapsed
25361
25362 \begin_layout Plain Layout
25363
25364
25365 \backslash
25366 renewcommand{
25367 \backslash
25368 thefootnote}{
25369 \backslash
25370 roman{footnote}}
25371 \end_layout
25372
25373 \end_inset
25374
25375  This is a footnote with roman numbering:
25376 \begin_inset Foot
25377 status open
25378
25379 \begin_layout Plain Layout
25380 This is an example footnote with roman numbering.
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \begin_layout Standard
25389 To change the numbering style to capital roman numerals replace in the command
25390  above 
25391 \series bold
25392
25393 \backslash
25394 roman
25395 \series default
25396  by 
25397 \series bold
25398
25399 \backslash
25400 Roman
25401 \series default
25402 .
25403  To 
25404 \begin_inset Quotes eld
25405 \end_inset
25406
25407 number
25408 \begin_inset Quotes erd
25409 \end_inset
25410
25411  footnotes with capital or small Latin letters use 
25412 \series bold
25413
25414 \backslash
25415 Alph
25416 \series default
25417  or 
25418 \series bold
25419
25420 \backslash
25421 alph
25422 \series default
25423 , respectively.
25424  To 
25425 \begin_inset Quotes eld
25426 \end_inset
25427
25428 number
25429 \begin_inset Quotes erd
25430 \end_inset
25431
25432  footnotes with symbols use 
25433 \series bold
25434
25435 \backslash
25436 fnsymbol
25437 \series default
25438 .
25439 \end_layout
25440
25441 \begin_layout Standard
25442 \begin_inset Note Greyedout
25443 status open
25444
25445 \begin_layout Plain Layout
25446
25447 \series bold
25448 Note:
25449 \series default
25450  You can only number 26 footnotes with Latin letters, because this numbering
25451  is limited to single letters.
25452 \end_layout
25453
25454 \end_inset
25455
25456
25457 \begin_inset Newline newline
25458 \end_inset
25459
25460
25461 \begin_inset Note Greyedout
25462 status open
25463
25464 \begin_layout Plain Layout
25465
25466 \series bold
25467 Note:
25468 \series default
25469  You can only number 9 footnotes with symbols.
25470 \end_layout
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Standard
25478 To return to the default numbering style after you have changed to another
25479  one, use 
25480 \series bold
25481
25482 \backslash
25483 arabic
25484 \series default
25485  instead of 
25486 \series bold
25487
25488 \backslash
25489 roman
25490 \series default
25491  in the command above.
25492 \begin_inset ERT
25493 status collapsed
25494
25495 \begin_layout Plain Layout
25496
25497
25498 \backslash
25499 renewcommand{
25500 \backslash
25501 thefootnote}{
25502 \backslash
25503 arabic{footnote}}
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \begin_layout Standard
25512 \begin_inset VSpace bigskip
25513 \end_inset
25514
25515
25516 \end_layout
25517
25518 \begin_layout Standard
25519 If you want to have footnotes numbered in the scheme 
25520 \begin_inset Quotes eld
25521 \end_inset
25522
25523 chapter.footnote
25524 \begin_inset Quotes erd
25525 \end_inset
25526
25527 , add the following command to your document preamble:
25528 \end_layout
25529
25530 \begin_layout Standard
25531
25532 \series bold
25533
25534 \backslash
25535 numberwithin{footnote}{chapter}
25536 \end_layout
25537
25538 \begin_layout Standard
25539 To be able to use the command 
25540 \series bold
25541
25542 \backslash
25543 numberwithin
25544 \series default
25545 , set in the tab 
25546 \family sans
25547 Math
25548 \begin_inset space ~
25549 \end_inset
25550
25551 Options
25552 \family default
25553  in the document settings the option 
25554 \family sans
25555 Use
25556 \begin_inset space ~
25557 \end_inset
25558
25559 AMS
25560 \begin_inset space ~
25561 \end_inset
25562
25563 math
25564 \begin_inset space ~
25565 \end_inset
25566
25567 package
25568 \family default
25569 .
25570 \end_layout
25571
25572 \begin_layout Standard
25573 \begin_inset ERT
25574 status collapsed
25575
25576 \begin_layout Plain Layout
25577
25578
25579 \backslash
25580 numberwithin{footnote}{chapter}
25581 \end_layout
25582
25583 \end_inset
25584
25585 This is another example footnote:
25586 \series bold
25587
25588 \begin_inset Foot
25589 status open
25590
25591 \begin_layout Plain Layout
25592 This is a footnote numbered in the scheme 
25593 \begin_inset Quotes eld
25594 \end_inset
25595
25596 chapter.footnote
25597 \begin_inset Quotes erd
25598 \end_inset
25599
25600 .
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \series default
25607
25608 \begin_inset ERT
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612
25613
25614 \backslash
25615 renewcommand{
25616 \backslash
25617 thefootnote}{
25618 \backslash
25619 arabic{footnote}}
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Standard
25628 \begin_inset Note Greyedout
25629 status open
25630
25631 \begin_layout Plain Layout
25632
25633 \series bold
25634 Note:
25635 \series default
25636  
25637 \series bold
25638
25639 \backslash
25640 numberwithin
25641 \series default
25642  always prints out the footnote number as arabic number; previous redefinitions
25643  to get non-arabic numbers are overwritten.
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \begin_layout Standard
25652 So to get for example the scheme 
25653 \begin_inset Quotes eld
25654 \end_inset
25655
25656 chapter.
25657 \backslash
25658 Roman{footnote}
25659 \begin_inset Quotes erd
25660 \end_inset
25661
25662 , use this command instead of 
25663 \series bold
25664
25665 \backslash
25666 numberwithin
25667 \series default
25668 :
25669 \end_layout
25670
25671 \begin_layout Standard
25672
25673 \series bold
25674
25675 \backslash
25676 renewcommand{
25677 \backslash
25678 thefootnote}{
25679 \backslash
25680 thechapter.
25681 \backslash
25682 Roman{footnote}}
25683 \end_layout
25684
25685 \begin_layout Subsection
25686 Footnote Placement
25687 \begin_inset Index idx
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691 Footnotes ! Placement
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \end_layout
25698
25699 \begin_layout Standard
25700 If you have several footnotes in one page, they appear without vertical
25701  space between them at the bottom of the page.
25702  To make them more readable you can e.
25703 \begin_inset space \thinspace{}
25704 \end_inset
25705
25706 g.
25707 \begin_inset space \space{}
25708 \end_inset
25709
25710 add 1.5
25711 \begin_inset space \thinspace{}
25712 \end_inset
25713
25714 mm space with the following preamble command:
25715 \end_layout
25716
25717 \begin_layout Standard
25718
25719 \series bold
25720
25721 \backslash
25722 let
25723 \backslash
25724 myFoot
25725 \backslash
25726 footnote
25727 \begin_inset Newline newline
25728 \end_inset
25729
25730
25731 \backslash
25732 renewcommand{
25733 \backslash
25734 footnote}[1]{
25735 \backslash
25736 myFoot{#1
25737 \backslash
25738 vspace{1.5mm}}}
25739 \end_layout
25740
25741 \begin_layout Standard
25742 \begin_inset VSpace bigskip
25743 \end_inset
25744
25745 In a two-column document the footnotes appear at the bottom of every column,
25746  see Figure
25747 \begin_inset space ~
25748 \end_inset
25749
25750
25751 \begin_inset CommandInset ref
25752 LatexCommand ref
25753 reference "fig:Standard-footnote-placement"
25754
25755 \end_inset
25756
25757 .
25758  If the footnotes should only appear at the bottom of the right column,
25759  as in Figure
25760 \begin_inset space ~
25761 \end_inset
25762
25763
25764 \begin_inset CommandInset ref
25765 LatexCommand ref
25766 reference "fig:Footnote-placement-in"
25767
25768 \end_inset
25769
25770 , use the LaTeX-package 
25771 \series bold
25772 ftnright
25773 \series default
25774
25775 \begin_inset Index idx
25776 status collapsed
25777
25778 \begin_layout Plain Layout
25779 LaTeX-packages ! ftnright
25780 \end_layout
25781
25782 \end_inset
25783
25784  with this command in the document preamble:
25785 \end_layout
25786
25787 \begin_layout Standard
25788
25789 \series bold
25790
25791 \backslash
25792 usepackage{ftnright}
25793 \end_layout
25794
25795 \begin_layout Standard
25796 \begin_inset Float figure
25797 placement !h
25798 wide false
25799 sideways false
25800 status open
25801
25802 \begin_layout Plain Layout
25803 \begin_inset ERT
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807
25808
25809 \backslash
25810 framebox{
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \begin_inset Graphics
25817         filename clipart/without_fntright.pdf
25818         width 100col%
25819         scaleBeforeRotation
25820
25821 \end_inset
25822
25823
25824 \begin_inset ERT
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828
25829 }
25830 \end_layout
25831
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \begin_layout Plain Layout
25838 \begin_inset Caption
25839
25840 \begin_layout Plain Layout
25841 \begin_inset CommandInset label
25842 LatexCommand label
25843 name "fig:Standard-footnote-placement"
25844
25845 \end_inset
25846
25847 Standard footnote placement in two-column documents.
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \begin_layout Standard
25861 \begin_inset Float figure
25862 placement !h
25863 wide false
25864 sideways false
25865 status open
25866
25867 \begin_layout Plain Layout
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873
25874 \backslash
25875 framebox{
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \begin_inset Graphics
25882         filename clipart/with_fntright.pdf
25883         width 100col%
25884         scaleBeforeRotation
25885
25886 \end_inset
25887
25888
25889 \begin_inset ERT
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893
25894 }
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Plain Layout
25903 \begin_inset Caption
25904
25905 \begin_layout Plain Layout
25906 \begin_inset CommandInset label
25907 LatexCommand label
25908 name "fig:Footnote-placement-in"
25909
25910 \end_inset
25911
25912 Footnote placement in two-column documents when the LaTeX-package 
25913 \series bold
25914 ftnright
25915 \series default
25916  is used.
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \begin_layout Standard
25930 \begin_inset VSpace bigskip
25931 \end_inset
25932
25933 In some scientific literature it is usual to collect the footnotes and print
25934  them in a separate paragraph at the end of a section, as in Figure
25935 \begin_inset space ~
25936 \end_inset
25937
25938
25939 \begin_inset CommandInset ref
25940 LatexCommand ref
25941 reference "fig:Endnotes"
25942
25943 \end_inset
25944
25945 .
25946  They are then called 
25947 \begin_inset Quotes eld
25948 \end_inset
25949
25950 endnotes
25951 \begin_inset Quotes erd
25952 \end_inset
25953
25954 .
25955 \begin_inset Index idx
25956 status collapsed
25957
25958 \begin_layout Plain Layout
25959 Endnotes
25960 \end_layout
25961
25962 \end_inset
25963
25964  To use endnotes instead of footnotes in your document, load in the menu
25965  
25966 \family sans
25967 Document\SpecialChar \menuseparator
25968 Settings\SpecialChar \menuseparator
25969 Modules 
25970 \family default
25971 the module 
25972 \family sans
25973 Foot
25974 \begin_inset space ~
25975 \end_inset
25976
25977 to
25978 \begin_inset space ~
25979 \end_inset
25980
25981 End
25982 \family default
25983 .
25984  To insert the collected footnotes, insert the command
25985 \end_layout
25986
25987 \begin_layout Standard
25988
25989 \series bold
25990
25991 \backslash
25992 theendnotes
25993 \end_layout
25994
25995 \begin_layout Standard
25996 in TeX-Code at the end of a section or chapter.
25997 \end_layout
25998
25999 \begin_layout Standard
26000 \begin_inset Float figure
26001 wide false
26002 sideways false
26003 status open
26004
26005 \begin_layout Plain Layout
26006 \align center
26007 \begin_inset ERT
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011
26012
26013 \backslash
26014 framebox{
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \begin_inset Graphics
26021         filename clipart/endnotes.pdf
26022         scaleBeforeRotation
26023
26024 \end_inset
26025
26026
26027 \begin_inset ERT
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031
26032 }
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Plain Layout
26041 \begin_inset Caption
26042
26043 \begin_layout Plain Layout
26044 \begin_inset CommandInset label
26045 LatexCommand label
26046 name "fig:Endnotes"
26047
26048 \end_inset
26049
26050 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
26051  or chapters.
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \begin_layout Standard
26065 \begin_inset VSpace medskip
26066 \end_inset
26067
26068 The paragraph heading for the endnotes isn't automatically translated into
26069  the document language, this must be done manually.
26070  The following preamble command translates the default English 
26071 \begin_inset Quotes eld
26072 \end_inset
26073
26074 Notes
26075 \begin_inset Quotes erd
26076 \end_inset
26077
26078  into the German 
26079 \begin_inset Quotes eld
26080 \end_inset
26081
26082 Anmerkungen
26083 \begin_inset Quotes erd
26084 \end_inset
26085
26086 :
26087 \end_layout
26088
26089 \begin_layout Standard
26090
26091 \series bold
26092
26093 \backslash
26094 renewcommand{
26095 \backslash
26096 notesname}{Anmerkungen}
26097 \end_layout
26098
26099 \begin_layout Standard
26100 \begin_inset VSpace medskip
26101 \end_inset
26102
26103 The numbering of endnotes can be changed like the footnote numbering as
26104  described in section
26105 \begin_inset space ~
26106 \end_inset
26107
26108
26109 \begin_inset CommandInset ref
26110 LatexCommand ref
26111 reference "sub:Footnote-Numbering"
26112
26113 \end_inset
26114
26115 ; just replace the command 
26116 \series bold
26117
26118 \backslash
26119 thefootnote
26120 \series default
26121  by 
26122 \series bold
26123
26124 \backslash
26125 theendnote
26126 \series default
26127 .
26128  To reset the endnote number use the command 
26129 \series bold
26130
26131 \backslash
26132 @addtoreset
26133 \series default
26134  as described in section
26135 \begin_inset space ~
26136 \end_inset
26137
26138
26139 \begin_inset CommandInset ref
26140 LatexCommand ref
26141 reference "sub:Footnote-Numbering"
26142
26143 \end_inset
26144
26145  and replace the command parameter 
26146 \series bold
26147 footnote
26148 \series default
26149  by 
26150 \series bold
26151 endnote
26152 \series default
26153 .
26154 \end_layout
26155
26156 \begin_layout Standard
26157 For endnotes there is the command 
26158 \series bold
26159
26160 \backslash
26161 endnotemark[number]
26162 \series default
26163  similar to the command 
26164 \series bold
26165
26166 \backslash
26167 footnotemark
26168 \series default
26169 , that is described in section
26170 \begin_inset space ~
26171 \end_inset
26172
26173
26174 \begin_inset CommandInset ref
26175 LatexCommand ref
26176 reference "sec:Footnotes"
26177
26178 \end_inset
26179
26180 .
26181 \end_layout
26182
26183 \begin_layout Standard
26184 \begin_inset VSpace bigskip
26185 \end_inset
26186
26187 Footnotes can also be placed in the page margin and the footnote text alignment
26188  can be changed, see the LaTeX-package 
26189 \series bold
26190 footmisc
26191 \series default
26192
26193 \begin_inset Index idx
26194 status collapsed
26195
26196 \begin_layout Plain Layout
26197 LaTeX-packages ! footmisc
26198 \end_layout
26199
26200 \end_inset
26201
26202
26203 \begin_inset CommandInset citation
26204 LatexCommand cite
26205 key "footmisc"
26206
26207 \end_inset
26208
26209  for more information about this.
26210 \end_layout
26211
26212 \begin_layout Standard
26213 For various further footnote formatting issues have a look at LaTeX-books,
26214  
26215 \begin_inset CommandInset citation
26216 LatexCommand cite
26217 key "latexcompanion,latexguide,latexbook"
26218
26219 \end_inset
26220
26221 .
26222 \end_layout
26223
26224 \begin_layout Section
26225 Margin Notes
26226 \begin_inset Index idx
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230 Notes ! Margin Notes
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Margin notes look and behave in LyX like footnotes.
26240  They are inserted via the menu 
26241 \family sans
26242 Insert\SpecialChar \menuseparator
26243 Marginal
26244 \begin_inset space ~
26245 \end_inset
26246
26247 Note
26248 \family default
26249  or the toolbar button 
26250 \begin_inset Graphics
26251         filename ../images/marginalnote-insert.png
26252         scale 85
26253         scaleBeforeRotation
26254
26255 \end_inset
26256
26257 .
26258  A grey 
26259 \family roman
26260 \series medium
26261 box with the
26262 \family default
26263 \series default
26264  red 
26265 \family roman
26266 \series medium
26267 label 
26268 \begin_inset Quotes eld
26269 \end_inset
26270
26271 margin
26272 \begin_inset Quotes erd
26273 \end_inset
26274
26275  appears where you can enter the text of the margin note.
26276 \end_layout
26277
26278 \begin_layout Standard
26279 At the side is an example margin note.
26280
26281 \family roman
26282 \series medium
26283  
26284 \begin_inset Marginal
26285 status open
26286
26287 \begin_layout Plain Layout
26288 This is a margin note.
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \begin_layout Standard
26297 Margin notes appear at the right side in single-sided documents.
26298  In double-sided documents they appear in the outer margin â€“ left on even
26299  pages, right on odd pages.
26300  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
26301 d when the note appears in the left margin.
26302  The first line of the margin note is placed at the position of the text
26303  line where it is inserted in the document.
26304 \end_layout
26305
26306 \begin_layout Standard
26307 \begin_inset VSpace bigskip
26308 \end_inset
26309
26310 To place the margin note in the inner margin, add the command
26311 \end_layout
26312
26313 \begin_layout Standard
26314
26315 \series bold
26316
26317 \backslash
26318 reversemarginpar
26319 \end_layout
26320
26321 \begin_layout Standard
26322 in TeX-Code before a margin note.
26323  The new placement is valid for all subsequent margin notes.
26324  
26325 \begin_inset ERT
26326 status collapsed
26327
26328 \begin_layout Plain Layout
26329
26330
26331 \backslash
26332 reversemarginpar 
26333 \end_layout
26334
26335 \end_inset
26336
26337
26338 \begin_inset Marginal
26339 status open
26340
26341 \begin_layout Plain Layout
26342 This is a margin note in the inner margin.
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \series bold
26349
26350 \begin_inset Newline newline
26351 \end_inset
26352
26353
26354 \series default
26355
26356 \begin_inset Note Greyedout
26357 status open
26358
26359 \begin_layout Plain Layout
26360
26361 \series bold
26362 Note:
26363 \series default
26364  There is often not enough space in the inner margin so that the notes are
26365  not correctly displayed in the output.
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \begin_layout Standard
26374 To return to the default placement insert the command
26375 \end_layout
26376
26377 \begin_layout Standard
26378
26379 \series bold
26380
26381 \backslash
26382 normalmarginpar
26383 \end_layout
26384
26385 \begin_layout Standard
26386 in TeX-Code.
26387 \begin_inset ERT
26388 status collapsed
26389
26390 \begin_layout Plain Layout
26391
26392
26393 \backslash
26394 normalmarginpar 
26395 \end_layout
26396
26397 \end_inset
26398
26399  
26400 \begin_inset Note Greyedout
26401 status open
26402
26403 \begin_layout Plain Layout
26404
26405 \series bold
26406 Note:
26407 \series default
26408  The command is ignored when it is within a paragraph where also the command
26409  
26410 \series bold
26411
26412 \backslash
26413 reversemarginpar
26414 \series default
26415  is inserted.
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \begin_layout Standard
26424 \begin_inset VSpace bigskip
26425 \end_inset
26426
26427
26428 \family roman
26429 \series medium
26430
26431 \begin_inset Marginal
26432 status open
26433
26434 \begin_layout Plain Layout
26435 AVeryLongMarginParWord that isn't hyphenated.
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \family default
26442 \series default
26443  Similar to the case described in section
26444 \begin_inset space ~
26445 \end_inset
26446
26447
26448 \begin_inset CommandInset ref
26449 LatexCommand ref
26450 reference "sub:Multiple-Lines-in"
26451
26452 \end_inset
26453
26454 , long words cannot be hyphenated when they are the first word in a margin
26455  note.
26456  To avoid this, insert 0
26457 \begin_inset space \thinspace{}
26458 \end_inset
26459
26460 pt horizontal space before the word
26461 \family roman
26462 \series medium
26463 .
26464  
26465 \begin_inset Marginal
26466 status open
26467
26468 \begin_layout Plain Layout
26469 \begin_inset space \hspace*{}
26470 \length 0pt
26471 \end_inset
26472
26473 AVeryLongMarginParWord that is hyphenated.
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \begin_layout Standard
26482 \begin_inset VSpace bigskip
26483 \end_inset
26484
26485
26486 \end_layout
26487
26488 \begin_layout Standard
26489 \begin_inset Note Greyedout
26490 status open
26491
26492 \begin_layout Plain Layout
26493
26494 \series bold
26495 Note:
26496 \series default
26497  Margin notes can normally not be used inside tables, floats, and footnotes.
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \begin_layout Standard
26506 \begin_inset VSpace bigskip
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \begin_layout Standard
26513 \begin_inset ERT
26514 status collapsed
26515
26516 \begin_layout Plain Layout
26517
26518
26519 \backslash
26520 ifmarginnote
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \begin_inset Note Note
26527 status open
26528
26529 \begin_layout Plain Layout
26530 The following section will only be displayed when the LaTeX-package 
26531 \series bold
26532 marginnote
26533 \series default
26534  is installed.
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \begin_layout Standard
26543 This restriction can be evaded by using the LaTeX-package 
26544 \series bold
26545 marginnote
26546 \series default
26547
26548 \begin_inset Index idx
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 LaTeX-packages ! marginnote
26553 \end_layout
26554
26555 \end_inset
26556
26557 .
26558  By adding these two lines to your document preamble, the command used by
26559  LyX for margin notes is redefined to use the command provided by the 
26560 \series bold
26561 marginnote
26562 \series default
26563 -package:
26564 \end_layout
26565
26566 \begin_layout Standard
26567
26568 \series bold
26569
26570 \backslash
26571 usepackage{marginnote}
26572 \begin_inset Newline newline
26573 \end_inset
26574
26575
26576 \backslash
26577 let
26578 \backslash
26579 marginpar
26580 \backslash
26581 marginnote
26582 \end_layout
26583
26584 \begin_layout Standard
26585 This is also used in this document because 
26586 \series bold
26587 marginnote
26588 \series default
26589  has another useful feature: You can set a vertical offset for the note.
26590  This is often needed when too many margin notes are too close together
26591  or for a better page layout.
26592  The offset is set in LyX as TeX-Code directly after the margin note in
26593  the scheme
26594 \end_layout
26595
26596 \begin_layout Standard
26597
26598 \series bold
26599 [offset]
26600 \end_layout
26601
26602 \begin_layout Standard
26603 where the offset is a length with one of the units listed in Table
26604 \begin_inset space ~
26605 \end_inset
26606
26607
26608 \begin_inset CommandInset ref
26609 LatexCommand ref
26610 reference "tab:Units"
26611
26612 \end_inset
26613
26614 .
26615  A negative value shifts the note up, a positive value shifts it down.
26616  
26617 \family roman
26618 \series medium
26619 For example the margin note beside this text line is shifted up 1.5
26620 \begin_inset space \thinspace{}
26621 \end_inset
26622
26623 cm with the TeX-Code-command 
26624 \begin_inset Quotes eld
26625 \end_inset
26626
26627
26628 \family default
26629 \series bold
26630 [-1.5cm]
26631 \family roman
26632 \series medium
26633
26634 \begin_inset Quotes erd
26635 \end_inset
26636
26637
26638 \begin_inset Marginal
26639 status open
26640
26641 \begin_layout Plain Layout
26642 This margin note is shifted up 1.5
26643 \begin_inset space \thinspace{}
26644 \end_inset
26645
26646 cm from its original position.
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \family default
26653 \series default
26654
26655 \begin_inset ERT
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659
26660 [-1.5cm]
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \begin_layout Standard
26669 \begin_inset VSpace medskip
26670 \end_inset
26671
26672 With 
26673 \series bold
26674 marginnote
26675 \series default
26676  you can also change the alignment of the text in the margin note.
26677  For example the commands
26678 \end_layout
26679
26680 \begin_layout Standard
26681
26682 \series bold
26683
26684 \backslash
26685 renewcommand*{
26686 \backslash
26687 raggedleftmarginnote}{
26688 \backslash
26689 centering}
26690 \begin_inset Newline newline
26691 \end_inset
26692
26693
26694 \backslash
26695 renewcommand*{
26696 \backslash
26697 raggedrightmarginnote}{
26698 \backslash
26699 centering}
26700 \end_layout
26701
26702 \begin_layout Standard
26703 set the alignment to centered.
26704  
26705 \series bold
26706
26707 \backslash
26708 raggedleftmarginnote
26709 \series default
26710  denotes margin notes that appear at the left side.
26711 \family roman
26712 \series medium
26713
26714 \begin_inset ERT
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718
26719
26720 \backslash
26721 renewcommand*{
26722 \backslash
26723 raggedleftmarginnote}{
26724 \backslash
26725 centering}
26726 \end_layout
26727
26728 \begin_layout Plain Layout
26729
26730
26731 \backslash
26732 renewcommand*{
26733 \backslash
26734 raggedrightmarginnote}{
26735 \backslash
26736 centering}
26737 \end_layout
26738
26739 \end_inset
26740
26741
26742 \begin_inset Marginal
26743 status open
26744
26745 \begin_layout Plain Layout
26746 The text of this margin note is centered.
26747 \end_layout
26748
26749 \end_inset
26750
26751
26752 \family default
26753 \series default
26754  The default is
26755 \end_layout
26756
26757 \begin_layout Standard
26758
26759 \series bold
26760
26761 \backslash
26762 renewcommand*{
26763 \backslash
26764 raggedleftmarginnote}{
26765 \backslash
26766 raggedleft}
26767 \begin_inset Newline newline
26768 \end_inset
26769
26770
26771 \backslash
26772 renewcommand*{
26773 \backslash
26774 raggedrightmarginnote}{
26775 \backslash
26776 raggedright}
26777 \family roman
26778 \series medium
26779
26780 \begin_inset ERT
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784
26785
26786 \backslash
26787 renewcommand*{
26788 \backslash
26789 raggedleftmarginnote}{
26790 \backslash
26791 raggedleft}
26792 \end_layout
26793
26794 \begin_layout Plain Layout
26795
26796
26797 \backslash
26798 renewcommand*{
26799 \backslash
26800 raggedrightmarginnote}{
26801 \backslash
26802 raggedright}
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \begin_layout Standard
26811 \begin_inset VSpace medskip
26812 \end_inset
26813
26814 For the other features of 
26815 \series bold
26816 marginnote
26817 \series default
26818  refer to its documentation 
26819 \begin_inset CommandInset citation
26820 LatexCommand cite
26821 key "marginnote"
26822
26823 \end_inset
26824
26825 .
26826 \end_layout
26827
26828 \begin_layout Standard
26829 \begin_inset VSpace bigskip
26830 \end_inset
26831
26832 You can adjust the layout of margin notes by changing its definition.
26833  To create for example a header for all margin notes with the underlined,
26834  sans-serif, and bold header text 
26835 \begin_inset Quotes eld
26836 \end_inset
26837
26838
26839 \family sans
26840 \series bold
26841 \bar under
26842 Attention!
26843 \family default
26844 \series default
26845 \bar default
26846
26847 \begin_inset Quotes erd
26848 \end_inset
26849
26850 , add this to your document preamble:
26851 \end_layout
26852
26853 \begin_layout Standard
26854
26855 \series bold
26856
26857 \backslash
26858 let
26859 \backslash
26860 myMarginpar
26861 \backslash
26862 marginpar
26863 \begin_inset Newline newline
26864 \end_inset
26865
26866
26867 \backslash
26868 renewcommand{
26869 \backslash
26870 marginpar}[1]{
26871 \backslash
26872 myMarginpar{%
26873 \begin_inset Newline newline
26874 \end_inset
26875
26876
26877 \begin_inset Phantom HPhantom
26878 status open
26879
26880 \begin_layout Plain Layout
26881
26882 \series bold
26883 \begin_inset space ~
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \backslash
26893 hspace{0pt}
26894 \backslash
26895 textsf{
26896 \backslash
26897 textbf{
26898 \backslash
26899 underbar{Attention!}}}%
26900 \begin_inset Newline newline
26901 \end_inset
26902
26903
26904 \begin_inset Phantom HPhantom
26905 status open
26906
26907 \begin_layout Plain Layout
26908
26909 \series bold
26910 \begin_inset space ~
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \backslash
26920 vspace{1.5mm}
26921 \backslash
26922
26923 \backslash
26924 #1}}
26925 \end_layout
26926
26927 \begin_layout Standard
26928
26929 \family roman
26930 \series medium
26931 \begin_inset ERT
26932 status collapsed
26933
26934 \begin_layout Plain Layout
26935
26936
26937 \backslash
26938 let
26939 \backslash
26940 myMarginpar
26941 \backslash
26942 marginpar
26943 \end_layout
26944
26945 \begin_layout Plain Layout
26946
26947
26948 \backslash
26949 renewcommand{
26950 \backslash
26951 marginpar}[1]{
26952 \backslash
26953 myMarginpar{%
26954 \end_layout
26955
26956 \begin_layout Plain Layout
26957
26958    
26959 \backslash
26960 textsf{
26961 \backslash
26962 textbf{
26963 \backslash
26964 underbar{Attention!}}}%
26965 \end_layout
26966
26967 \begin_layout Plain Layout
26968
26969    
26970 \backslash
26971 vspace{1.5mm}
26972 \backslash
26973
26974 \backslash
26975 #1}}
26976 \end_layout
26977
26978 \end_inset
26979
26980
26981 \begin_inset Marginal
26982 status open
26983
26984 \begin_layout Plain Layout
26985 This is a margin note with a defined heading.
26986 \end_layout
26987
26988 \end_inset
26989
26990
26991 \family default
26992 \series default
26993
26994 \begin_inset ERT
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998
26999 [-1.5cm]
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \family roman
27006 \series medium
27007
27008 \begin_inset ERT
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012
27013
27014 \backslash
27015 renewcommand{
27016 \backslash
27017 marginpar}[1]{
27018 \backslash
27019 myMarginpar{#1}}
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \family default
27026 \series default
27027
27028 \begin_inset Note Note
27029 status collapsed
27030
27031 \begin_layout Plain Layout
27032 The margin note format is changed only for this example.
27033 \end_layout
27034
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \begin_layout Standard
27041 \begin_inset ERT
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045
27046
27047 \backslash
27048 else
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \begin_inset Note Note
27055 status open
27056
27057 \begin_layout Plain Layout
27058 The following will be displayed when the LaTeX-package 
27059 \series bold
27060 marginnote
27061 \series default
27062  is not installed:
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \begin_layout Standard
27071 You need to install the LaTeX-package 
27072 \series bold
27073 marginnote
27074 \series default
27075  to see the following part of this section in the output.
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \begin_inset ERT
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083
27084
27085 \backslash
27086 fi
27087 \end_layout
27088
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \begin_layout Chapter
27095 Boxes
27096 \end_layout
27097
27098 \begin_layout Section
27099 Introduction
27100 \begin_inset Index idx
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104 Boxes ! Introduction
27105 \end_layout
27106
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \begin_layout Standard
27113 Boxes are used to format a block of text.
27114  Boxes can be used to write documents with multiple languages, see section
27115 \begin_inset space ~
27116 \end_inset
27117
27118
27119 \begin_inset CommandInset ref
27120 LatexCommand ref
27121 reference "sec:Minipages"
27122
27123 \end_inset
27124
27125 , to frame texts, see section
27126 \begin_inset space ~
27127 \end_inset
27128
27129
27130 \begin_inset CommandInset ref
27131 LatexCommand ref
27132 reference "sec:Decoration"
27133
27134 \end_inset
27135
27136 , to prevent words from being hyphenated, see section
27137 \begin_inset space ~
27138 \end_inset
27139
27140
27141 \begin_inset CommandInset ref
27142 LatexCommand ref
27143 reference "sec:Prevent-Hyphenation"
27144
27145 \end_inset
27146
27147 , to align text, see section
27148 \begin_inset space ~
27149 \end_inset
27150
27151
27152 \begin_inset CommandInset ref
27153 LatexCommand ref
27154 reference "sub:Vertical-Alignment"
27155
27156 \end_inset
27157
27158 , or to set the background color of texts, see section
27159 \begin_inset space ~
27160 \end_inset
27161
27162
27163 \begin_inset CommandInset ref
27164 LatexCommand ref
27165 reference "sec:Colored-Boxes"
27166
27167 \end_inset
27168
27169 .
27170 \end_layout
27171
27172 \begin_layout Standard
27173 Boxes can be inserted with the menu 
27174 \family sans
27175 Insert\SpecialChar \menuseparator
27176 Box
27177 \family default
27178  or the toolbar button 
27179 \begin_inset Graphics
27180         filename ../images/box-insert.png
27181         scale 85
27182         scaleBeforeRotation
27183
27184 \end_inset
27185
27186 .
27187  A grey box with the label 
27188 \family sans
27189 Box (Minipage)
27190 \family default
27191
27192 \begin_inset Graphics
27193         filename clipart/BoxInsetDefaultQt4.png
27194         scale 85
27195         scaleBeforeRotation
27196
27197 \end_inset
27198
27199  will be inserted.
27200  The box type can be specified by right-clicking on the box and selecting
27201  
27202 \family sans
27203 Settings
27204 \family default
27205 .
27206  The box dialog offers the 
27207 \family sans
27208 Inner
27209 \begin_inset space ~
27210 \end_inset
27211
27212 Box
27213 \family default
27214  types 
27215 \family sans
27216 Makebox
27217 \family default
27218
27219 \family sans
27220 Parbox
27221 \family default
27222  and 
27223 \family sans
27224 Minipage
27225 \family default
27226 .
27227  The type 
27228 \family sans
27229 Minipage
27230 \family default
27231  is the default for new boxes and is explained in section
27232 \begin_inset space ~
27233 \end_inset
27234
27235
27236 \begin_inset CommandInset ref
27237 LatexCommand ref
27238 reference "sec:Minipages"
27239
27240 \end_inset
27241
27242 ; the type 
27243 \family sans
27244 Parbox
27245 \family default
27246  is described in section
27247 \begin_inset space ~
27248 \end_inset
27249
27250
27251 \begin_inset CommandInset ref
27252 LatexCommand ref
27253 reference "sec:Parboxes"
27254
27255 \end_inset
27256
27257  and the type 
27258 \family sans
27259 Makebox
27260 \family default
27261  in 
27262 \begin_inset CommandInset ref
27263 LatexCommand ref
27264 reference "sec:Prevent-Hyphenation"
27265
27266 \end_inset
27267
27268 .
27269 \end_layout
27270
27271 \begin_layout Standard
27272 Boxes are not numbered and can therefore not be referenced like floats or
27273  footnotes.
27274 \end_layout
27275
27276 \begin_layout Standard
27277 \begin_inset Note Greyedout
27278 status open
27279
27280 \begin_layout Plain Layout
27281
27282 \series bold
27283 Note:
27284 \series default
27285  Boxes must not be the item in an 
27286 \family sans
27287 Itemize
27288 \family default
27289  or 
27290 \family sans
27291 Description
27292 \family default
27293  environment.
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \begin_inset Note Greyedout
27303 status open
27304
27305 \begin_layout Plain Layout
27306
27307 \series bold
27308 Note:
27309 \series default
27310  For an unknown reason you can only set the 
27311 \family sans
27312 Inner
27313 \begin_inset space ~
27314 \end_inset
27315
27316 Box
27317 \family default
27318  type to 
27319 \family sans
27320 None
27321 \family default
27322  when you use a framed box.
27323  Boxes without an 
27324 \family sans
27325 Inner
27326 \begin_inset space ~
27327 \end_inset
27328
27329 Box
27330 \family default
27331  type and without frames are explained in section
27332 \begin_inset space ~
27333 \end_inset
27334
27335
27336 \begin_inset CommandInset ref
27337 LatexCommand ref
27338 reference "sec:Prevent-Hyphenation"
27339
27340 \end_inset
27341
27342 .
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Section
27351 Box Dialog
27352 \begin_inset CommandInset label
27353 LatexCommand label
27354 name "sec:Box-Dialog"
27355
27356 \end_inset
27357
27358
27359 \begin_inset Index idx
27360 status collapsed
27361
27362 \begin_layout Plain Layout
27363 Boxes ! Box Dialog
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Subsection
27372 Size
27373 \begin_inset Index idx
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377 Boxes ! Size
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Standard
27386 In the box dialog you can adjust the box geometry in the fields 
27387 \family sans
27388 Width
27389 \family default
27390  and 
27391 \family sans
27392 Height
27393 \family default
27394 .
27395  The available units for the geometry are explained in Table
27396 \begin_inset space ~
27397 \end_inset
27398
27399
27400 \begin_inset CommandInset ref
27401 LatexCommand ref
27402 reference "tab:Units"
27403
27404 \end_inset
27405
27406 .
27407  The field 
27408 \family sans
27409 Height
27410 \family default
27411  offers the following additional sizes:
27412 \end_layout
27413
27414 \begin_layout Description
27415 Depth This is the plain text 
27416 \begin_inset Quotes eld
27417 \end_inset
27418
27419 height
27420 \begin_inset Quotes erd
27421 \end_inset
27422
27423 .
27424  It ignores the total depth when there are multiple text lines in the box:
27425 \begin_inset Newline newline
27426 \end_inset
27427
27428
27429 \begin_inset Newline newline
27430 \end_inset
27431
27432
27433 \begin_inset Newline newline
27434 \end_inset
27435
27436
27437 \begin_inset Box Boxed
27438 position "c"
27439 hor_pos "c"
27440 has_inner_box 1
27441 inner_pos "c"
27442 use_parbox 0
27443 use_makebox 0
27444 width "12col%"
27445 special "none"
27446 height "1in"
27447 height_special "depth"
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451 \align center
27452 Box height set to 1
27453 \begin_inset space \thinspace{}
27454 \end_inset
27455
27456 Depth
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \begin_inset Newline newline
27463 \end_inset
27464
27465
27466 \begin_inset Newline newline
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Description
27473 Height This is the height of the text that is inside the box.
27474  A value of e.
27475 \begin_inset space \thinspace{}
27476 \end_inset
27477
27478 g.
27479 \begin_inset space \space{}
27480 \end_inset
27481
27482 2 for this size will set the box height to 2
27483 \begin_inset space ~
27484 \end_inset
27485
27486 times the text height: 
27487 \begin_inset Box Boxed
27488 position "c"
27489 hor_pos "c"
27490 has_inner_box 1
27491 inner_pos "c"
27492 use_parbox 0
27493 use_makebox 0
27494 width "20col%"
27495 special "none"
27496 height "2in"
27497 height_special "height"
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 \align center
27502 Box height set to 2
27503 \begin_inset space \thinspace{}
27504 \end_inset
27505
27506 Height
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Description
27515 Total
27516 \begin_inset space ~
27517 \end_inset
27518
27519 Height This is the Height
27520 \begin_inset space \thinspace{}
27521 \end_inset
27522
27523 +
27524 \begin_inset space \thinspace{}
27525 \end_inset
27526
27527 Depth: 
27528 \begin_inset Box Boxed
27529 position "c"
27530 hor_pos "c"
27531 has_inner_box 1
27532 inner_pos "c"
27533 use_parbox 0
27534 use_makebox 0
27535 width "20col%"
27536 special "none"
27537 height "1in"
27538 height_special "totalheight"
27539 status collapsed
27540
27541 \begin_layout Plain Layout
27542 \align center
27543 Box height set to 1
27544 \begin_inset space \thinspace{}
27545 \end_inset
27546
27547 Total
27548 \begin_inset space ~
27549 \end_inset
27550
27551 Height
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Description
27560 Width This sets the width of the box as height: 
27561 \begin_inset Box Boxed
27562 position "c"
27563 hor_pos "c"
27564 has_inner_box 1
27565 inner_pos "c"
27566 use_parbox 0
27567 use_makebox 0
27568 width "12col%"
27569 special "none"
27570 height "1in"
27571 height_special "width"
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 \align center
27576 Box height set to 1
27577 \begin_inset space \thinspace{}
27578 \end_inset
27579
27580 Width
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Subsection
27589 Alignment
27590 \begin_inset Index idx
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594 Boxes ! Alignment
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \end_layout
27601
27602 \begin_layout Standard
27603 When you have chosen an 
27604 \family sans
27605 Inner
27606 \begin_inset space ~
27607 \end_inset
27608
27609 Box
27610 \family default
27611 , the vertical box alignment can be:
27612 \end_layout
27613
27614 \begin_layout Description
27615 Top This is an example text line.
27616  
27617 \begin_inset Box Boxed
27618 position "t"
27619 hor_pos "c"
27620 has_inner_box 1
27621 inner_pos "c"
27622 use_parbox 0
27623 use_makebox 0
27624 width "12col%"
27625 special "none"
27626 height "1in"
27627 height_special "totalheight"
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 \align center
27632 This box is top-aligned.
27633 \end_layout
27634
27635 \end_inset
27636
27637  This is an example text line.
27638 \end_layout
27639
27640 \begin_layout Description
27641 Middle This is an example text line.
27642  
27643 \begin_inset Box Boxed
27644 position "c"
27645 hor_pos "c"
27646 has_inner_box 1
27647 inner_pos "c"
27648 use_parbox 0
27649 use_makebox 0
27650 width "12col%"
27651 special "none"
27652 height "1in"
27653 height_special "totalheight"
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 \align center
27658 This box is middle-aligned.
27659 \end_layout
27660
27661 \end_inset
27662
27663  This is an example text line.
27664 \end_layout
27665
27666 \begin_layout Description
27667 Bottom This is an example text line.
27668  
27669 \begin_inset Box Boxed
27670 position "b"
27671 hor_pos "c"
27672 has_inner_box 1
27673 inner_pos "c"
27674 use_parbox 0
27675 use_makebox 0
27676 width "12col%"
27677 special "none"
27678 height "1in"
27679 height_special "totalheight"
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683 \align center
27684 This box is bottom-aligned.
27685 \end_layout
27686
27687 \end_inset
27688
27689  This is an example text line.
27690 \end_layout
27691
27692 \begin_layout Standard
27693 \begin_inset Note Greyedout
27694 status open
27695
27696 \begin_layout Plain Layout
27697
27698 \series bold
27699 Note:
27700 \series default
27701  The vertical box alignment can be lost in the output when you have two
27702  boxes in a line and one has e.
27703 \begin_inset space \thinspace{}
27704 \end_inset
27705
27706 g.
27707 \begin_inset space \space{}
27708 \end_inset
27709
27710 a shadow and the other one not.
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Standard
27719 The horizontal box alignment can be set via LyX's paragraph dialog when
27720  you set the box into its own paragraph.
27721 \end_layout
27722
27723 \begin_layout Standard
27724 \begin_inset VSpace bigskip
27725 \end_inset
27726
27727 When you have chosen an 
27728 \family sans
27729 Inner
27730 \begin_inset space ~
27731 \end_inset
27732
27733 Box
27734 \family default
27735 , the box content can be aligned vertically to:
27736 \end_layout
27737
27738 \begin_layout Description
27739 top This is an example text line.
27740  
27741 \begin_inset Box Boxed
27742 position "c"
27743 hor_pos "c"
27744 has_inner_box 1
27745 inner_pos "t"
27746 use_parbox 0
27747 use_makebox 0
27748 width "12col%"
27749 special "none"
27750 height "1.5in"
27751 height_special "totalheight"
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755 \align center
27756 This box text is top-aligned.
27757 \end_layout
27758
27759 \end_inset
27760
27761  This is an example text line.
27762 \end_layout
27763
27764 \begin_layout Description
27765 middle This is an example text line.
27766  
27767 \begin_inset Box Boxed
27768 position "c"
27769 hor_pos "c"
27770 has_inner_box 1
27771 inner_pos "c"
27772 use_parbox 0
27773 use_makebox 0
27774 width "12col%"
27775 special "none"
27776 height "1.5in"
27777 height_special "totalheight"
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781 \align center
27782 This box text is middle-aligned.
27783 \end_layout
27784
27785 \end_inset
27786
27787  This is an example text line.
27788 \end_layout
27789
27790 \begin_layout Description
27791 bottom This is an example text line.
27792  
27793 \begin_inset Box Boxed
27794 position "c"
27795 hor_pos "c"
27796 has_inner_box 1
27797 inner_pos "b"
27798 use_parbox 0
27799 use_makebox 0
27800 width "12col%"
27801 special "none"
27802 height "1.5in"
27803 height_special "totalheight"
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 \align center
27808 This box text is bottom-aligned.
27809 \end_layout
27810
27811 \end_inset
27812
27813  This is an example text line.
27814 \end_layout
27815
27816 \begin_layout Description
27817 stretch This is an example text line.
27818  
27819 \begin_inset Box Boxed
27820 position "c"
27821 hor_pos "c"
27822 has_inner_box 1
27823 inner_pos "s"
27824 use_parbox 0
27825 use_makebox 0
27826 width "12col%"
27827 special "none"
27828 height "1.5in"
27829 height_special "totalheight"
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 \align center
27834 This box
27835 \end_layout
27836
27837 \begin_layout Plain Layout
27838 \align center
27839 text is
27840 \end_layout
27841
27842 \begin_layout Plain Layout
27843 \align center
27844 stretched.
27845 \end_layout
27846
27847 \end_inset
27848
27849  This is an example text line.
27850 \end_layout
27851
27852 \begin_layout Standard
27853 To stretch the box content, it must consist of more than one paragraph.
27854  In the example above every text line is in an own paragraph.
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \begin_inset VSpace bigskip
27859 \end_inset
27860
27861 To align the box content horizontally you can use LyX's paragraph dialog
27862  when you have chosen an 
27863 \family sans
27864 Inner
27865 \begin_inset space ~
27866 \end_inset
27867
27868 Box
27869 \family default
27870 .
27871 \end_layout
27872
27873 \begin_layout Standard
27874 \align center
27875 \begin_inset Box Boxed
27876 position "c"
27877 hor_pos "c"
27878 has_inner_box 1
27879 inner_pos "s"
27880 use_parbox 0
27881 use_makebox 0
27882 width "15col%"
27883 special "none"
27884 height "1.25in"
27885 height_special "totalheight"
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889 \align left
27890 This box
27891 \end_layout
27892
27893 \begin_layout Plain Layout
27894 \align center
27895 text is
27896 \end_layout
27897
27898 \begin_layout Plain Layout
27899 \align right
27900 stretched.
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 If you have not set an 
27910 \family sans
27911 Inner
27912 \begin_inset space ~
27913 \end_inset
27914
27915 Box
27916 \family default
27917 , you can align the box content horizontally in the box dialog.
27918 \end_layout
27919
27920 \begin_layout Standard
27921 \align center
27922 \begin_inset Box Boxed
27923 position "c"
27924 hor_pos "s"
27925 has_inner_box 0
27926 inner_pos "s"
27927 use_parbox 0
27928 use_makebox 0
27929 width "90col%"
27930 special "none"
27931 height "1.25in"
27932 height_special "totalheight"
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936 \align left
27937 This box text is horizontally stretched.
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \end_layout
27944
27945 \begin_layout Subsection
27946 Decoration
27947 \begin_inset CommandInset label
27948 LatexCommand label
27949 name "sec:Decoration"
27950
27951 \end_inset
27952
27953
27954 \begin_inset Index idx
27955 status collapsed
27956
27957 \begin_layout Plain Layout
27958 Boxes ! Decoration
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \end_layout
27965
27966 \begin_layout Standard
27967 The type of the box can be specified in the box dialog in the drop-down
27968  list 
27969 \family sans
27970 Decoration
27971 \family default
27972 .
27973  The following types are possible:
27974 \end_layout
27975
27976 \begin_layout Description
27977 No
27978 \begin_inset space ~
27979 \end_inset
27980
27981 frame Nothing is drawn.
27982 \end_layout
27983
27984 \begin_layout Description
27985 Simple
27986 \begin_inset space ~
27987 \end_inset
27988
27989 rectangular
27990 \begin_inset space ~
27991 \end_inset
27992
27993 frame This draws a rectangular frame around the box.
27994  The frame line thickness has the size of 
27995 \series bold
27996
27997 \backslash
27998 fboxrule
27999 \series default
28000 .
28001  
28002 \begin_inset Box Boxed
28003 position "c"
28004 hor_pos "c"
28005 has_inner_box 1
28006 inner_pos "c"
28007 use_parbox 0
28008 use_makebox 0
28009 width "20col%"
28010 special "none"
28011 height "1in"
28012 height_special "totalheight"
28013 status collapsed
28014
28015 \begin_layout Plain Layout
28016 \align center
28017 Rectangular box
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Description
28026 Oval
28027 \begin_inset space ~
28028 \end_inset
28029
28030 box,
28031 \begin_inset space ~
28032 \end_inset
28033
28034 thin This draws an oval frame around the box.
28035  The frame line thickness has the size 0.4
28036 \begin_inset space \thinspace{}
28037 \end_inset
28038
28039 pt.
28040  
28041 \begin_inset Box ovalbox
28042 position "c"
28043 hor_pos "c"
28044 has_inner_box 1
28045 inner_pos "c"
28046 use_parbox 0
28047 use_makebox 0
28048 width "20col%"
28049 special "none"
28050 height "1in"
28051 height_special "totalheight"
28052 status collapsed
28053
28054 \begin_layout Plain Layout
28055 \align center
28056 Oval box, thin
28057 \end_layout
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \begin_layout Description
28065 Oval
28066 \begin_inset space ~
28067 \end_inset
28068
28069 box,
28070 \begin_inset space ~
28071 \end_inset
28072
28073 thick This draws an oval frame around the box.
28074  The frame line thickness has the size 0.8
28075 \begin_inset space \thinspace{}
28076 \end_inset
28077
28078 pt.
28079  
28080 \begin_inset Box Ovalbox
28081 position "c"
28082 hor_pos "c"
28083 has_inner_box 1
28084 inner_pos "c"
28085 use_parbox 0
28086 use_makebox 0
28087 width "20col%"
28088 special "none"
28089 height "1in"
28090 height_special "totalheight"
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 \align center
28095 Oval box, thick
28096 \end_layout
28097
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \begin_layout Description
28104 Drop
28105 \begin_inset space ~
28106 \end_inset
28107
28108 shadow This draws a rectangular frame with a shadow around the box.
28109  The frame line thickness has the size of 
28110 \series bold
28111
28112 \backslash
28113 fboxrule
28114 \series default
28115 , the shadow has a width of 4
28116 \begin_inset space \thinspace{}
28117 \end_inset
28118
28119 pt.
28120  
28121 \begin_inset Box Shadowbox
28122 position "c"
28123 hor_pos "c"
28124 has_inner_box 1
28125 inner_pos "c"
28126 use_parbox 0
28127 use_makebox 0
28128 width "20col%"
28129 special "none"
28130 height "1in"
28131 height_special "totalheight"
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135 \align center
28136 Shadow box
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Description
28145 Shaded
28146 \begin_inset space ~
28147 \end_inset
28148
28149 background This draws a box with a red background.
28150  Unlike colored boxes
28151 \begin_inset Foot
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 see sec.
28156 \begin_inset space \thinspace{}
28157 \end_inset
28158
28159
28160 \begin_inset CommandInset ref
28161 LatexCommand ref
28162 reference "sec:Colored-Boxes"
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \end_inset
28170
28171 , it always uses the whole column width and the box is set as its own paragraph.
28172  
28173 \begin_inset Box Shaded
28174 position "t"
28175 hor_pos "c"
28176 has_inner_box 0
28177 inner_pos "t"
28178 use_parbox 0
28179 use_makebox 0
28180 width "50col%"
28181 special "none"
28182 height "1in"
28183 height_special "totalheight"
28184 status collapsed
28185
28186 \begin_layout Plain Layout
28187 Shaded background box
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \begin_layout Description
28196 Double
28197 \begin_inset space ~
28198 \end_inset
28199
28200 rectangular
28201 \begin_inset space ~
28202 \end_inset
28203
28204 frame This draws a double-line rectangular frame around the box.
28205  The line thickness of the inner frame is 0.75
28206 \begin_inset space \thinspace{}
28207 \end_inset
28208
28209
28210 \series bold
28211
28212 \backslash
28213 fboxrule
28214 \series default
28215 , the thickness of the outer frame is 1.5
28216 \begin_inset space \thinspace{}
28217 \end_inset
28218
28219
28220 \series bold
28221
28222 \backslash
28223 fboxrule
28224 \series default
28225 .
28226  The distance between the lines is 1.5
28227 \begin_inset space \thinspace{}
28228 \end_inset
28229
28230
28231 \series bold
28232
28233 \backslash
28234 fboxrule
28235 \series default
28236
28237 \begin_inset space \thinspace{}
28238 \end_inset
28239
28240 +
28241 \begin_inset space \thinspace{}
28242 \end_inset
28243
28244 0.5
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248 pt.
28249  
28250 \begin_inset Box Doublebox
28251 position "c"
28252 hor_pos "c"
28253 has_inner_box 1
28254 inner_pos "c"
28255 use_parbox 0
28256 use_makebox 0
28257 width "20col%"
28258 special "none"
28259 height "1in"
28260 height_special "totalheight"
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264 \align center
28265 Double rectangular box
28266 \end_layout
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Standard
28274 \begin_inset VSpace bigskip
28275 \end_inset
28276
28277 LyX's box label will reflect the different frame types.
28278  To be able to use all types, the LaTeX-package 
28279 \series bold
28280 fancybox
28281 \series default
28282
28283 \begin_inset Index idx
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287 LaTeX-packages ! fancybox
28288 \end_layout
28289
28290 \end_inset
28291
28292  must be installed.
28293 \end_layout
28294
28295 \begin_layout Standard
28296 \begin_inset VSpace bigskip
28297 \end_inset
28298
28299 When you use the decoration 
28300 \family sans
28301 simple rectangular frame
28302 \family default
28303  and no inner box, you can allow page breaks within a box.
28304  Note that then, unlike other framed boxes, the frame always uses the whole
28305  column width, the box is set as its own paragraph, and 
28306 \series bold
28307
28308 \backslash
28309 fboxrule
28310 \series default
28311  and 
28312 \series bold
28313
28314 \backslash
28315 fboxsep
28316 \series default
28317  have no effect on this box type.
28318  The frame line thickness has the size of 
28319 \series bold
28320
28321 \backslash
28322 FrameRule
28323 \series default
28324 .
28325  
28326 \begin_inset Box Framed
28327 position "t"
28328 hor_pos "c"
28329 has_inner_box 0
28330 inner_pos "t"
28331 use_parbox 0
28332 use_makebox 0
28333 width "100col%"
28334 special "none"
28335 height "1in"
28336 height_special "totalheight"
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 Allow page break box
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Section
28349 Box Customization
28350 \begin_inset Index idx
28351 status collapsed
28352
28353 \begin_layout Plain Layout
28354 Boxes ! Customization
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \end_layout
28361
28362 \begin_layout Standard
28363 The default value for the size 
28364 \series bold
28365
28366 \backslash
28367 fboxrule
28368 \series default
28369  is 0.4
28370 \begin_inset space \thinspace{}
28371 \end_inset
28372
28373 pt.
28374  It can be changed with the following command in TeX-Code to e.
28375 \begin_inset space \thinspace{}
28376 \end_inset
28377
28378 g.
28379 \begin_inset space \space{}
28380 \end_inset
28381
28382 2
28383 \begin_inset space \thinspace{}
28384 \end_inset
28385
28386 pt:
28387 \end_layout
28388
28389 \begin_layout Standard
28390
28391 \series bold
28392
28393 \backslash
28394 setlength{
28395 \backslash
28396 fboxrule}{2pt}
28397 \end_layout
28398
28399 \begin_layout Standard
28400 \begin_inset ERT
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404
28405
28406 \backslash
28407 setlength{
28408 \backslash
28409 fboxrule}{2pt}
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \begin_inset Box Boxed
28416 position "c"
28417 hor_pos "c"
28418 has_inner_box 1
28419 inner_pos "c"
28420 use_parbox 0
28421 use_makebox 0
28422 width "25col%"
28423 special "none"
28424 height "1in"
28425 height_special "totalheight"
28426 status open
28427
28428 \begin_layout Plain Layout
28429 \align center
28430 Rectangular box with 
28431 \series bold
28432
28433 \backslash
28434 fboxrule
28435 \series default
28436
28437 \begin_inset space \thinspace{}
28438 \end_inset
28439
28440 =
28441 \begin_inset space \thinspace{}
28442 \end_inset
28443
28444 2
28445 \begin_inset space \thinspace{}
28446 \end_inset
28447
28448 pt
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \begin_inset ERT
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458
28459
28460 \backslash
28461 setlength{
28462 \backslash
28463 fboxrule}{0.4pt}
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \end_layout
28470
28471 \begin_layout Standard
28472 \begin_inset VSpace bigskip
28473 \end_inset
28474
28475 The space between the frame and the box content is for all frame styles
28476  by default 3
28477 \begin_inset space \thinspace{}
28478 \end_inset
28479
28480 pt.
28481  You can change it by setting the length 
28482 \series bold
28483
28484 \backslash
28485 fboxsep
28486 \series default
28487  to another value.
28488  For example the command
28489 \end_layout
28490
28491 \begin_layout Standard
28492
28493 \series bold
28494
28495 \backslash
28496 setlength{
28497 \backslash
28498 fboxsep}{10pt}
28499 \end_layout
28500
28501 \begin_layout Standard
28502 sets the value to 10
28503 \begin_inset space \thinspace{}
28504 \end_inset
28505
28506 pt, as with the following box:
28507 \end_layout
28508
28509 \begin_layout Standard
28510 \begin_inset ERT
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514
28515
28516 \backslash
28517 setlength{
28518 \backslash
28519 fboxsep}{10pt}
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \begin_inset Box Boxed
28526 position "c"
28527 hor_pos "c"
28528 has_inner_box 1
28529 inner_pos "c"
28530 use_parbox 0
28531 use_makebox 0
28532 width "25col%"
28533 special "none"
28534 height "1in"
28535 height_special "totalheight"
28536 status open
28537
28538 \begin_layout Plain Layout
28539 \align center
28540 Rectangular box with 
28541 \series bold
28542
28543 \backslash
28544 fboxsep
28545 \series default
28546
28547 \begin_inset space \thinspace{}
28548 \end_inset
28549
28550 =
28551 \begin_inset space \thinspace{}
28552 \end_inset
28553
28554 10
28555 \begin_inset space \thinspace{}
28556 \end_inset
28557
28558 pt
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \begin_inset ERT
28565 status collapsed
28566
28567 \begin_layout Plain Layout
28568
28569
28570 \backslash
28571 setlength{
28572 \backslash
28573 fboxsep}{3pt}
28574 \end_layout
28575
28576 \end_inset
28577
28578
28579 \end_layout
28580
28581 \begin_layout Standard
28582 \begin_inset VSpace bigskip
28583 \end_inset
28584
28585 The diameter of the round corners of the oval boxes can be set with the
28586  command 
28587 \series bold
28588
28589 \backslash
28590 cornersize
28591 \series default
28592 .
28593  The command
28594 \end_layout
28595
28596 \begin_layout Standard
28597
28598 \series bold
28599
28600 \backslash
28601 cornersize*{1cm}
28602 \end_layout
28603
28604 \begin_layout Standard
28605 sets the diameter to 1
28606 \begin_inset space \thinspace{}
28607 \end_inset
28608
28609 cm.
28610  The command
28611 \end_layout
28612
28613 \begin_layout Standard
28614
28615 \series bold
28616
28617 \backslash
28618 cornersize{num}
28619 \end_layout
28620
28621 \begin_layout Standard
28622 sets the diameter to 
28623 \family sans
28624 num
28625 \begin_inset space \thinspace{}
28626 \end_inset
28627
28628 ×
28629 \begin_inset space \thinspace{}
28630 \end_inset
28631
28632 minimum(width and heigth of box)
28633 \family default
28634 .
28635  The default is 
28636 \series bold
28637
28638 \backslash
28639 cornersize{0.5}
28640 \series default
28641 .
28642 \end_layout
28643
28644 \begin_layout Standard
28645 \begin_inset ERT
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649
28650
28651 \backslash
28652 cornersize*{1.5cm}
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \begin_inset Box Ovalbox
28659 position "c"
28660 hor_pos "c"
28661 has_inner_box 1
28662 inner_pos "c"
28663 use_parbox 0
28664 use_makebox 0
28665 width "25col%"
28666 special "none"
28667 height "1in"
28668 height_special "totalheight"
28669 status open
28670
28671 \begin_layout Plain Layout
28672 \align center
28673 Oval box with 
28674 \series bold
28675
28676 \backslash
28677 cornersize
28678 \series default
28679
28680 \begin_inset space \thinspace{}
28681 \end_inset
28682
28683 =
28684 \begin_inset space \thinspace{}
28685 \end_inset
28686
28687 1.5
28688 \begin_inset space \thinspace{}
28689 \end_inset
28690
28691 cm
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \begin_inset ERT
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701
28702
28703 \backslash
28704 cornersize{0.5}
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Standard
28713 \begin_inset VSpace bigskip
28714 \end_inset
28715
28716 The size of the shadow can be adjusted by changing the length 
28717 \series bold
28718
28719 \backslash
28720 shadowsize
28721 \series default
28722 .
28723  It it set to 2
28724 \begin_inset space \thinspace{}
28725 \end_inset
28726
28727 pt for the following box by this command:
28728 \end_layout
28729
28730 \begin_layout Standard
28731
28732 \series bold
28733
28734 \backslash
28735 setlength{
28736 \backslash
28737 shadowsize}{2pt}
28738 \end_layout
28739
28740 \begin_layout Standard
28741 \begin_inset ERT
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745
28746
28747 \backslash
28748 setlength{
28749 \backslash
28750 shadowsize}{2pt}
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \begin_inset Box Shadowbox
28757 position "c"
28758 hor_pos "c"
28759 has_inner_box 1
28760 inner_pos "c"
28761 use_parbox 0
28762 use_makebox 0
28763 width "25col%"
28764 special "none"
28765 height "1in"
28766 height_special "totalheight"
28767 status open
28768
28769 \begin_layout Plain Layout
28770 \align center
28771 Shadow box with 
28772 \series bold
28773
28774 \backslash
28775 shadowsize
28776 \series default
28777
28778 \begin_inset space \thinspace{}
28779 \end_inset
28780
28781 =
28782 \begin_inset space \thinspace{}
28783 \end_inset
28784
28785 2
28786 \begin_inset space \thinspace{}
28787 \end_inset
28788
28789 pt
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \begin_inset ERT
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799
28800
28801 \backslash
28802 setlength{
28803 \backslash
28804 shadowsize}{4pt}
28805 \end_layout
28806
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \begin_layout Standard
28813 \begin_inset VSpace bigskip
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820 The default value for the size 
28821 \series bold
28822
28823 \backslash
28824 FrameRule
28825 \series default
28826  is 0.4
28827 \begin_inset space \thinspace{}
28828 \end_inset
28829
28830 pt.
28831  The default space between the note content and the frame is 9
28832 \begin_inset space \thinspace{}
28833 \end_inset
28834
28835 pt and can be changed with the value of 
28836 \series bold
28837
28838 \backslash
28839 FrameSep
28840 \series default
28841 .
28842  For example the frame appearance of the following 
28843 \family sans
28844 box
28845 \family default
28846  is set with the TeX-Code commands
28847 \end_layout
28848
28849 \begin_layout Standard
28850
28851 \series bold
28852
28853 \backslash
28854 setlength{
28855 \backslash
28856 FrameRule}{5pt}
28857 \begin_inset Newline newline
28858 \end_inset
28859
28860
28861 \backslash
28862 setlength{
28863 \backslash
28864 FrameSep}{0.5cm}
28865 \end_layout
28866
28867 \begin_layout Standard
28868 \begin_inset ERT
28869 status collapsed
28870
28871 \begin_layout Plain Layout
28872
28873
28874 \backslash
28875 setlength{
28876 \backslash
28877 FrameRule}{5pt}
28878 \end_layout
28879
28880 \begin_layout Plain Layout
28881
28882
28883 \backslash
28884 setlength{
28885 \backslash
28886 FrameSep}{0.5cm}
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \begin_inset Box Framed
28893 position "t"
28894 hor_pos "c"
28895 has_inner_box 0
28896 inner_pos "t"
28897 use_parbox 0
28898 use_makebox 0
28899 width "100col%"
28900 special "none"
28901 height "1in"
28902 height_special "totalheight"
28903 status open
28904
28905 \begin_layout Plain Layout
28906 This is text in an 
28907 \family sans
28908 allow page break
28909 \family default
28910  box.
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \begin_inset ERT
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920
28921
28922 \backslash
28923 setlength{
28924 \backslash
28925 FrameRule}{0.4pt}
28926 \end_layout
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 setlength{
28933 \backslash
28934 FrameSep}{9pt}
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \begin_layout Standard
28943 \begin_inset VSpace bigskip
28944 \end_inset
28945
28946
28947 \end_layout
28948
28949 \begin_layout Standard
28950 For 
28951 \family sans
28952 shaded background
28953 \family default
28954  boxes the default space between the box content and the box border is 3
28955 \begin_inset space \thinspace{}
28956 \end_inset
28957
28958 pt and can be changed with the value of 
28959 \series bold
28960
28961 \backslash
28962 fboxsep
28963 \series default
28964 .
28965  The default background color red can either be changed locally with the
28966  command 
28967 \series bold
28968
28969 \backslash
28970 definecolor{shadecolor}
28971 \series default
28972  or globally with the menu 
28973 \family sans
28974 Tools\SpecialChar \menuseparator
28975 Preferences\SpecialChar \menuseparator
28976 Colors\SpecialChar \menuseparator
28977 shaded
28978 \begin_inset space ~
28979 \end_inset
28980
28981 box
28982 \family default
28983 .
28984  The scheme of the 
28985 \series bold
28986
28987 \backslash
28988 definecolor
28989 \series default
28990  command is explained in section
28991 \begin_inset space ~
28992 \end_inset
28993
28994
28995 \begin_inset CommandInset ref
28996 LatexCommand ref
28997 reference "sec:Colored-Tables"
28998
28999 \end_inset
29000
29001 .
29002 \begin_inset Foot
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 Note that 
29007 \series bold
29008
29009 \backslash
29010 definecolor
29011 \series default
29012  requires the LaTeX-package 
29013 \series bold
29014 color
29015 \series default
29016  in the preamble, see section
29017 \begin_inset space ~
29018 \end_inset
29019
29020
29021 \begin_inset CommandInset ref
29022 LatexCommand ref
29023 reference "sec:Colored-Boxes"
29024
29025 \end_inset
29026
29027 .
29028 \end_layout
29029
29030 \end_inset
29031
29032  For example the appearance of the following shaded background box is set
29033  with the TeX-Code commands
29034 \end_layout
29035
29036 \begin_layout Standard
29037
29038 \series bold
29039
29040 \backslash
29041 setlength{
29042 \backslash
29043 fboxsep}{0.5cm}
29044 \series default
29045
29046 \begin_inset Newline newline
29047 \end_inset
29048
29049
29050 \series bold
29051
29052 \backslash
29053 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29054 \end_layout
29055
29056 \begin_layout Standard
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062
29063 \backslash
29064 setlength{
29065 \backslash
29066 fboxsep}{0.5cm}
29067 \end_layout
29068
29069 \begin_layout Plain Layout
29070
29071
29072 \backslash
29073 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \begin_inset Box Shaded
29080 position "t"
29081 hor_pos "c"
29082 has_inner_box 0
29083 inner_pos "t"
29084 use_parbox 0
29085 use_makebox 0
29086 width "100col%"
29087 special "none"
29088 height "1in"
29089 height_special "totalheight"
29090 status open
29091
29092 \begin_layout Plain Layout
29093
29094 \color yellow
29095 This is yellow text in a
29096 \color none
29097  
29098 \family sans
29099 \color yellow
29100 shaded background
29101 \family default
29102 \color none
29103  
29104 \color yellow
29105 box with dark green background.
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \begin_inset ERT
29112 status collapsed
29113
29114 \begin_layout Plain Layout
29115
29116
29117 \backslash
29118 setlength{
29119 \backslash
29120 fboxsep}{3pt}
29121 \end_layout
29122
29123 \begin_layout Plain Layout
29124
29125
29126 \backslash
29127 definecolor{shadecolor}{rgb}{1,0,0}
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \end_layout
29134
29135 \begin_layout Standard
29136 \begin_inset VSpace bigskip
29137 \end_inset
29138
29139 Changed lengths and widths are valid for all boxes following the commands
29140  that change them.
29141 \end_layout
29142
29143 \begin_layout Section
29144 Minipages
29145 \begin_inset CommandInset label
29146 LatexCommand label
29147 name "sec:Minipages"
29148
29149 \end_inset
29150
29151
29152 \begin_inset Index idx
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156 Boxes ! Minipages
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Standard
29165 Minipages are treated by LaTeX as pages within pages and can therefore for
29166  example have their own footnotes.
29167 \end_layout
29168
29169 \begin_layout Standard
29170 Minipages are useful when you write documents with different languages.
29171 \end_layout
29172
29173 \begin_layout Standard
29174 Below are two example minipages side by side.
29175  Their width is set to 45
29176 \begin_inset space \thinspace{}
29177 \end_inset
29178
29179 col% and they are separated by a horizontal fill, that was inserted via
29180  the menu 
29181 \family sans
29182 Insert\SpecialChar \menuseparator
29183 Special
29184 \begin_inset space ~
29185 \end_inset
29186
29187 Formatting\SpecialChar \menuseparator
29188 Horizontal
29189 \begin_inset space ~
29190 \end_inset
29191
29192 Fill
29193 \family default
29194 .
29195 \begin_inset Newpage newpage
29196 \end_inset
29197
29198
29199 \end_layout
29200
29201 \begin_layout Standard
29202 \begin_inset Box Frameless
29203 position "t"
29204 hor_pos "c"
29205 has_inner_box 1
29206 inner_pos "c"
29207 use_parbox 0
29208 use_makebox 0
29209 width "45col%"
29210 special "none"
29211 height "1in"
29212 height_special "totalheight"
29213 status open
29214
29215 \begin_layout Plain Layout
29216
29217 \lang german
29218 Dies ist ein deutscher Text.
29219  Dies ist ein deutscher Text.
29220  Dies ist ein deutscher Text.
29221  Dies ist ein deutscher Text.
29222  Dies ist ein deutscher Text.
29223  Dies ist ein deutscher Text.
29224  Dies ist ein deutscher Text.
29225  Dies ist ein deutscher Text.
29226  Dies ist ein deutscher Text.
29227  Dies ist ein deutscher Text.
29228  Dies ist ein deutscher Text.
29229  Dies ist ein deutscher Text.
29230  Dies ist ein deutscher Text
29231 \begin_inset Foot
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235
29236 \lang german
29237 Dies ist eine deutsche Fußnote.
29238 \end_layout
29239
29240 \end_inset
29241
29242 .
29243  Dies ist ein deutscher Text.
29244  Dies ist ein deutscher Text.
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \begin_inset space \hfill{}
29251 \end_inset
29252
29253
29254 \begin_inset Box Frameless
29255 position "t"
29256 hor_pos "c"
29257 has_inner_box 1
29258 inner_pos "c"
29259 use_parbox 0
29260 use_makebox 0
29261 width "45col%"
29262 special "none"
29263 height "1in"
29264 height_special "totalheight"
29265 status open
29266
29267 \begin_layout Plain Layout
29268 This is an English Text.
29269  This is an English Text.
29270  This is an English Text.
29271  This is an English Text.
29272  This is an English Text.
29273  This is an English Text.
29274  This is an English Text.
29275  This is an English Text.
29276  This is an English Text.
29277  This is an English Text.
29278  This is an English Text.
29279  This is an English Text.
29280  This is an English Text.
29281  This is an English Text.
29282  This is an English Text.
29283  This is an English Text.
29284 \begin_inset Foot
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288 This is an English footnote.
29289 \end_layout
29290
29291 \end_inset
29292
29293  This is an English Text.
29294  
29295 \end_layout
29296
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \begin_layout Standard
29303 \begin_inset VSpace bigskip
29304 \end_inset
29305
29306 The document-wide paragraph settings are ignored within minipages.
29307  That means that there will be no space between paragraphs in minipages
29308  although you set it to e.
29309 \begin_inset space \thinspace{}
29310 \end_inset
29311
29312 g.
29313 \begin_inset space \space{}
29314 \end_inset
29315
29316
29317 \family sans
29318 MedSkip
29319 \family default
29320  in the document settings.
29321 \end_layout
29322
29323 \begin_layout Standard
29324 Minipages can also be used to set a background color for text parts, see
29325  section
29326 \begin_inset space ~
29327 \end_inset
29328
29329
29330 \begin_inset CommandInset ref
29331 LatexCommand ref
29332 reference "sub:Color-for-Paragraphs"
29333
29334 \end_inset
29335
29336 .
29337 \end_layout
29338
29339 \begin_layout Standard
29340 \begin_inset Note Greyedout
29341 status open
29342
29343 \begin_layout Plain Layout
29344
29345 \series bold
29346 Note:
29347 \series default
29348  You cannot have floats or margin notes inside minipages but minipages can
29349  be used inside tables, floats, and other boxes.
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Section
29358 Parboxes
29359 \begin_inset CommandInset label
29360 LatexCommand label
29361 name "sec:Parboxes"
29362
29363 \end_inset
29364
29365
29366 \begin_inset Index idx
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370 Boxes ! Parboxes
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Standard
29379 Parboxes are very similar to minipages with the difference that they cannot
29380  have footnotes.
29381 \end_layout
29382
29383 \begin_layout Standard
29384 \align center
29385 \begin_inset Box Frameless
29386 position "t"
29387 hor_pos "c"
29388 has_inner_box 1
29389 inner_pos "t"
29390 use_parbox 1
29391 use_makebox 0
29392 width "33col%"
29393 special "none"
29394 height "1in"
29395 height_special "totalheight"
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399 This a text within a parbox.
29400  This a text within a parbox.
29401 \end_layout
29402
29403 \begin_layout Plain Layout
29404 This footnote won't appear:
29405 \begin_inset Foot
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409 This footnote is inside a parbox and will therefore not appear.
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \end_inset
29418
29419
29420 \end_layout
29421
29422 \begin_layout Section
29423 Boxes for Words and Characters
29424 \begin_inset Index idx
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428 Boxes ! for Characters
29429 \end_layout
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Subsection
29437 Prevent Hyphenation
29438 \begin_inset CommandInset label
29439 LatexCommand label
29440 name "sec:Prevent-Hyphenation"
29441
29442 \end_inset
29443
29444
29445 \begin_inset Index idx
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449 Boxes ! to Prevent Hyphenation
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \begin_layout Standard
29458 You can use the box type 
29459 \family sans
29460 Makebox
29461 \family default
29462  to prevent words or text from being hyphenated.
29463 \begin_inset Newline newline
29464 \end_inset
29465
29466 Here is an example text:
29467 \end_layout
29468
29469 \begin_layout Standard
29470 This line is an example to show how you can prevent the hyphenation of 
29471 \begin_inset Quotes eld
29472 \end_inset
29473
29474 veryverylongword
29475 \begin_inset Quotes erd
29476 \end_inset
29477
29478 .
29479 \end_layout
29480
29481 \begin_layout Standard
29482 To prevent the hyphenation of the word 
29483 \begin_inset Quotes eld
29484 \end_inset
29485
29486 veryverylongword
29487 \begin_inset Quotes erd
29488 \end_inset
29489
29490 , put the word into a box, set the 
29491 \family sans
29492 Inner
29493 \begin_inset space ~
29494 \end_inset
29495
29496 box
29497 \family default
29498  to 
29499 \family sans
29500 Makebox
29501 \family default
29502  and its width to 1
29503 \begin_inset space \thinspace{}
29504 \end_inset
29505
29506 Width.
29507 \end_layout
29508
29509 \begin_layout Standard
29510 This is the result:
29511 \end_layout
29512
29513 \begin_layout Standard
29514 This line is an example to show how you can prevent the hyphenation of 
29515 \begin_inset Box Frameless
29516 position "t"
29517 hor_pos "c"
29518 has_inner_box 1
29519 inner_pos "t"
29520 use_parbox 0
29521 use_makebox 1
29522 width "1in"
29523 special "width"
29524 height "1in"
29525 height_special "totalheight"
29526 status open
29527
29528 \begin_layout Plain Layout
29529 \begin_inset Quotes eld
29530 \end_inset
29531
29532 veryverylongword
29533 \begin_inset Quotes erd
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \end_inset
29540
29541 .
29542 \end_layout
29543
29544 \begin_layout Standard
29545 You can alternatively set the command 
29546 \begin_inset Quotes eld
29547 \end_inset
29548
29549
29550 \series bold
29551
29552 \backslash
29553 -
29554 \series default
29555
29556 \begin_inset Quotes grd
29557 \end_inset
29558
29559  as TeX-Code directly before the word:
29560 \end_layout
29561
29562 \begin_layout Standard
29563 This line is an example to show how you can prevent the hyphenation of 
29564 \begin_inset Quotes eld
29565 \end_inset
29566
29567
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573
29574 \backslash
29575 -
29576 \end_layout
29577
29578 \end_inset
29579
29580 veryverylongword
29581 \begin_inset Quotes erd
29582 \end_inset
29583
29584 .
29585 \end_layout
29586
29587 \begin_layout Standard
29588 Of course the word now protrudes over the side margin.
29589  To avoid this, add via the menu 
29590 \family sans
29591 Insert\SpecialChar \menuseparator
29592 Special
29593 \begin_inset space ~
29594 \end_inset
29595
29596 Formatting\SpecialChar \menuseparator
29597 Line
29598 \begin_inset space ~
29599 \end_inset
29600
29601 Break
29602 \family default
29603  (shortcut 
29604 \begin_inset Info
29605 type  "shortcut"
29606 arg   "newline-insert newline"
29607 \end_inset
29608
29609 ) a line break before the word:
29610 \end_layout
29611
29612 \begin_layout Standard
29613 This line is an example to show how you can prevent the hyphenation of 
29614 \begin_inset Newline newline
29615 \end_inset
29616
29617
29618 \begin_inset Box Frameless
29619 position "t"
29620 hor_pos "c"
29621 has_inner_box 1
29622 inner_pos "t"
29623 use_parbox 0
29624 use_makebox 1
29625 width "1in"
29626 special "width"
29627 height "1in"
29628 height_special "totalheight"
29629 status open
29630
29631 \begin_layout Plain Layout
29632 \begin_inset Quotes eld
29633 \end_inset
29634
29635 veryverylongword
29636 \begin_inset Quotes erd
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \end_inset
29643
29644 .
29645 \end_layout
29646
29647 \begin_layout Subsection
29648 Vertical Alignment
29649 \begin_inset CommandInset label
29650 LatexCommand label
29651 name "sub:Vertical-Alignment"
29652
29653 \end_inset
29654
29655
29656 \begin_inset Index idx
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Boxes ! for Vertical Alignment
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Boxes ! Raiseboxes
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679 With the help of the command 
29680 \series bold
29681
29682 \backslash
29683 raisebox
29684 \series default
29685  you can align words, characters or other boxes vertically relative to the
29686  surrounding text.
29687  
29688 \series bold
29689
29690 \backslash
29691 raisebox
29692 \series default
29693  is used with the following scheme:
29694 \end_layout
29695
29696 \begin_layout Standard
29697
29698 \series bold
29699
29700 \backslash
29701 raisebox{lift}[height][depth]{box content}
29702 \end_layout
29703
29704 \begin_layout Standard
29705 The lift can be a positive value to raise the box or a negative value to
29706  lower the box.
29707 \end_layout
29708
29709 \begin_layout Standard
29710 To align for example the word 
29711 \begin_inset Quotes eld
29712 \end_inset
29713
29714 preventing
29715 \begin_inset Quotes erd
29716 \end_inset
29717
29718  so that the bottom of the 
29719 \begin_inset Quotes eld
29720 \end_inset
29721
29722 deepest
29723 \begin_inset Quotes erd
29724 \end_inset
29725
29726  character 
29727 \begin_inset Quotes eld
29728 \end_inset
29729
29730 p
29731 \begin_inset Quotes erd
29732 \end_inset
29733
29734  is at the baseline, insert the command
29735 \end_layout
29736
29737 \begin_layout Standard
29738
29739 \series bold
29740
29741 \backslash
29742 raisebox{
29743 \backslash
29744 depth}{
29745 \end_layout
29746
29747 \begin_layout Standard
29748 in TeX-Code before the word.
29749  After the word insert a closing brace 
29750 \begin_inset Quotes eld
29751 \end_inset
29752
29753
29754 \series bold
29755 }
29756 \series default
29757
29758 \begin_inset Quotes erd
29759 \end_inset
29760
29761  in TeX-Code.
29762 \begin_inset Newline newline
29763 \end_inset
29764
29765 This is the result:
29766 \end_layout
29767
29768 \begin_layout Standard
29769 This is a text line with the word 
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 raisebox{
29778 \backslash
29779 depth}{
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \begin_inset Quotes eld
29786 \end_inset
29787
29788 preventing
29789 \begin_inset Quotes erd
29790 \end_inset
29791
29792
29793 \begin_inset ERT
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797
29798 }
29799 \end_layout
29800
29801 \end_inset
29802
29803  as a raised word.
29804 \end_layout
29805
29806 \begin_layout Standard
29807 \begin_inset VSpace bigskip
29808 \end_inset
29809
29810 When you raise or lower characters in a line, the line distance will be
29811  spread:
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}{
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}{
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 Standard
29889 If you want to prevent this for a certain reason, set the box height to
29890  a zero value.
29891  For example use
29892 \end_layout
29893
29894 \begin_layout Standard
29895
29896 \series bold
29897
29898 \backslash
29899 raisebox{-
29900 \backslash
29901 depth}[0pt]{
29902 \end_layout
29903
29904 \begin_layout Standard
29905 This is a text line with the word 
29906 \begin_inset ERT
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910
29911
29912 \backslash
29913 raisebox{-
29914 \backslash
29915 depth}[0pt]{
29916 \end_layout
29917
29918 \end_inset
29919
29920
29921 \begin_inset Quotes eld
29922 \end_inset
29923
29924 preventing
29925 \begin_inset Quotes erd
29926 \end_inset
29927
29928
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 }
29935 \end_layout
29936
29937 \end_inset
29938
29939  as a lowered word.
29940 \begin_inset Newline newline
29941 \end_inset
29942
29943 This is a text line with the word 
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949
29950 \backslash
29951 raisebox{0.5cm}[0pt]{
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset Quotes eld
29958 \end_inset
29959
29960 testing
29961 \begin_inset Quotes erd
29962 \end_inset
29963
29964
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970 }
29971 \end_layout
29972
29973 \end_inset
29974
29975  as a raised word.
29976 \end_layout
29977
29978 \begin_layout Section
29979 Colored Boxes
29980 \begin_inset CommandInset label
29981 LatexCommand label
29982 name "sec:Colored-Boxes"
29983
29984 \end_inset
29985
29986
29987 \begin_inset Index idx
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 Boxes ! Color
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Subsection
30000 Color for Text
30001 \begin_inset Index idx
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005 Color ! for Text
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Standard
30014 To color the background of text the text must be put into a so called 
30015 \begin_inset Quotes eld
30016 \end_inset
30017
30018 colorbox
30019 \begin_inset Quotes erd
30020 \end_inset
30021
30022 .
30023  This requires that the LaTeX-package 
30024 \series bold
30025 color
30026 \series default
30027
30028 \begin_inset Index idx
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 LaTeX-packages ! color
30033 \end_layout
30034
30035 \end_inset
30036
30037  is loaded in the document preamble with the command
30038 \end_layout
30039
30040 \begin_layout Standard
30041
30042 \series bold
30043
30044 \backslash
30045 @ifundefined{textcolor}
30046 \begin_inset Newline newline
30047 \end_inset
30048
30049
30050 \begin_inset Phantom HPhantom
30051 status open
30052
30053 \begin_layout Plain Layout
30054
30055 \series bold
30056 \begin_inset space ~
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \end_inset
30063
30064 {
30065 \backslash
30066 usepackage{color}}{}
30067 \end_layout
30068
30069 \begin_layout Standard
30070 The package 
30071 \series bold
30072 color
30073 \series default
30074  will be loaded automatically by LyX when you color text.
30075 \begin_inset Foot
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079 To avoid it being loaded twice the command 
30080 \series bold
30081
30082 \backslash
30083 @ifundefined
30084 \series default
30085  is used.
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \end_layout
30092
30093 \begin_layout Standard
30094 \begin_inset VSpace medskip
30095 \end_inset
30096
30097 Colorboxes are created with the command 
30098 \series bold
30099
30100 \backslash
30101 colorbox
30102 \series default
30103 .
30104  This will be used with the following scheme:
30105 \end_layout
30106
30107 \begin_layout Standard
30108
30109 \series bold
30110
30111 \backslash
30112 colorbox{color}{box content}
30113 \end_layout
30114
30115 \begin_layout Standard
30116 The box content can also be a box and colorboxes can also be within other
30117  boxes.
30118 \end_layout
30119
30120 \begin_layout Standard
30121 The following colors are predefined:
30122 \begin_inset Newline newline
30123 \end_inset
30124
30125
30126 \family sans
30127 black
30128 \family default
30129
30130 \family sans
30131 blue
30132 \family default
30133
30134 \family sans
30135 cyan
30136 \family default
30137 \series bold
30138 ,
30139 \series default
30140  
30141 \family sans
30142 green
30143 \family default
30144
30145 \family sans
30146 magenta
30147 \family default
30148
30149 \family sans
30150 red
30151 \family default
30152
30153 \family sans
30154 white
30155 \family default
30156 , and 
30157 \family sans
30158 yellow
30159 \family default
30160 .
30161 \begin_inset Newline newline
30162 \end_inset
30163
30164 You can also define your own color as described in section
30165 \begin_inset space ~
30166 \end_inset
30167
30168
30169 \begin_inset CommandInset ref
30170 LatexCommand ref
30171 reference "sec:Colored-Tables"
30172
30173 \end_inset
30174
30175 .
30176 \end_layout
30177
30178 \begin_layout Standard
30179 To have e.
30180 \begin_inset space \thinspace{}
30181 \end_inset
30182
30183 g.
30184 \begin_inset space \space{}
30185 \end_inset
30186
30187 a red background for a word, insert the command
30188 \end_layout
30189
30190 \begin_layout Standard
30191
30192 \series bold
30193
30194 \backslash
30195 colorbox{red}{
30196 \end_layout
30197
30198 \begin_layout Standard
30199 before the word in TeX-Code.
30200  After the word insert a closing brace 
30201 \begin_inset Quotes eld
30202 \end_inset
30203
30204
30205 \series bold
30206 }
30207 \series default
30208
30209 \begin_inset Quotes erd
30210 \end_inset
30211
30212  in TeX-Code.
30213 \begin_inset Newline newline
30214 \end_inset
30215
30216 This is the result:
30217 \end_layout
30218
30219 \begin_layout Standard
30220 This is a line where the word 
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226
30227 \backslash
30228 colorbox{red}{
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \begin_inset Quotes eld
30235 \end_inset
30236
30237 Attention!
30238 \begin_inset Quotes erd
30239 \end_inset
30240
30241
30242 \begin_inset ERT
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246
30247 }
30248 \end_layout
30249
30250 \end_inset
30251
30252  has a red background.
30253 \end_layout
30254
30255 \begin_layout Standard
30256 \begin_inset VSpace bigskip
30257 \end_inset
30258
30259 If you would like the box frame in a different color, you can use the command
30260  
30261 \series bold
30262
30263 \backslash
30264 fcolorbox
30265 \series default
30266  with the following scheme:
30267 \end_layout
30268
30269 \begin_layout Standard
30270
30271 \series bold
30272
30273 \backslash
30274 fcolorbox{frame color}{box color}{box content}
30275 \end_layout
30276
30277 \begin_layout Standard
30278
30279 \series bold
30280
30281 \backslash
30282 fcolorbox
30283 \series default
30284  is an extension to 
30285 \series bold
30286
30287 \backslash
30288 colorbox
30289 \series default
30290 .
30291  The frame thickness and the space between the frame and the box content
30292  can be adjusted with the lengths 
30293 \series bold
30294
30295 \backslash
30296 fboxrule
30297 \series default
30298  and 
30299 \series bold
30300
30301 \backslash
30302 fboxsep
30303 \series default
30304 , respectively, as described in section
30305 \begin_inset space ~
30306 \end_inset
30307
30308
30309 \begin_inset CommandInset ref
30310 LatexCommand ref
30311 reference "sec:Decoration"
30312
30313 \end_inset
30314
30315 .
30316 \end_layout
30317
30318 \begin_layout Standard
30319 For the following example the command
30320 \end_layout
30321
30322 \begin_layout Standard
30323
30324 \series bold
30325
30326 \backslash
30327 fcolorbox{cyan}{magenta}{
30328 \end_layout
30329
30330 \begin_layout Standard
30331 was used.
30332 \end_layout
30333
30334 \begin_layout Standard
30335 Here is an example where the frame line thickness was set to 1
30336 \begin_inset space \thinspace{}
30337 \end_inset
30338
30339 mm:
30340 \begin_inset Newline newline
30341 \end_inset
30342
30343
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 fboxrule 1mm 
30352 \backslash
30353 fboxsep 1mm
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364
30365 \backslash
30366 fcolorbox{cyan}{magenta}{
30367 \end_layout
30368
30369 \end_inset
30370
30371 This is text within a colored, framed box.
30372 \begin_inset ERT
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376
30377 }
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \begin_layout Standard
30386 \begin_inset VSpace bigskip
30387 \end_inset
30388
30389 Of course you can also have colored text inside a colorbox:
30390 \begin_inset Newline newline
30391 \end_inset
30392
30393
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399
30400 \backslash
30401 fcolorbox{cyan}{magenta}{
30402 \end_layout
30403
30404 \end_inset
30405
30406
30407 \color yellow
30408 This is colored text within a colored, framed box.
30409 \color none
30410
30411 \begin_inset ERT
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415
30416 }
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \begin_inset ERT
30423 status collapsed
30424
30425 \begin_layout Plain Layout
30426
30427
30428 \backslash
30429 fboxrule 0.4pt 
30430 \backslash
30431 fboxsep 3pt
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \end_layout
30438
30439 \begin_layout Standard
30440
30441 \series bold
30442 \begin_inset VSpace medskip
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \begin_layout Standard
30449 \begin_inset Note Greyedout
30450 status open
30451
30452 \begin_layout Plain Layout
30453
30454 \series bold
30455 Note:
30456 \series default
30457  Text in colorboxes cannot have line breaks.
30458  To color multiple text lines or paragraphs, use a box inside a colorbox
30459  as described in the following.
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \begin_layout Subsection
30468 Color for Paragraphs
30469 \begin_inset CommandInset label
30470 LatexCommand label
30471 name "sub:Color-for-Paragraphs"
30472
30473 \end_inset
30474
30475
30476 \begin_inset Index idx
30477 status collapsed
30478
30479 \begin_layout Plain Layout
30480 Color ! for Paragraphs
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \end_layout
30487
30488 \begin_layout Standard
30489 To set the background color for more than one text line, put the text into
30490  a minipage.
30491  Before the minipage insert the 
30492 \series bold
30493
30494 \backslash
30495 colorbox
30496 \series default
30497  command
30498 \end_layout
30499
30500 \begin_layout Standard
30501
30502 \series bold
30503
30504 \backslash
30505 colorbox{color}{
30506 \end_layout
30507
30508 \begin_layout Standard
30509 in TeX-Code.
30510  After the minipage insert a closing brace 
30511 \begin_inset Quotes eld
30512 \end_inset
30513
30514
30515 \series bold
30516 }
30517 \series default
30518
30519 \begin_inset Quotes erd
30520 \end_inset
30521
30522  in TeX-Code.
30523 \end_layout
30524
30525 \begin_layout Standard
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531
30532 \backslash
30533 colorbox{lightgrey}{
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \begin_inset Box Frameless
30540 position "t"
30541 hor_pos "c"
30542 has_inner_box 1
30543 inner_pos "t"
30544 use_parbox 0
30545 use_makebox 0
30546 width "100col%"
30547 special "none"
30548 height "1in"
30549 height_special "totalheight"
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553 This is text with background color.
30554  This is text with background color.
30555 \end_layout
30556
30557 \begin_layout Plain Layout
30558 \begin_inset VSpace defskip
30559 \end_inset
30560
30561 The text can have footnotes
30562 \begin_inset Foot
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566 Another example footnote
30567 \end_layout
30568
30569 \end_inset
30570
30571  and can include tables and figures.
30572 \end_layout
30573
30574 \begin_layout Plain Layout
30575 \align center
30576 \begin_inset Tabular
30577 <lyxtabular version="3" rows="3" columns="3">
30578 <features tabularvalignment="middle">
30579 <column alignment="center" valignment="top" width="0">
30580 <column alignment="center" valignment="top" width="0">
30581 <column alignment="center" valignment="top" width="0">
30582 <row>
30583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30584 \begin_inset Text
30585
30586 \begin_layout Plain Layout
30587 a
30588 \end_layout
30589
30590 \end_inset
30591 </cell>
30592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 !
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30602 \begin_inset Text
30603
30604 \begin_layout Plain Layout
30605 3
30606 \end_layout
30607
30608 \end_inset
30609 </cell>
30610 </row>
30611 <row>
30612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30613 \begin_inset Text
30614
30615 \begin_layout Plain Layout
30616 <
30617 \end_layout
30618
30619 \end_inset
30620 </cell>
30621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30622 \begin_inset Text
30623
30624 \begin_layout Plain Layout
30625 b2
30626 \begin_inset Quotes erd
30627 \end_inset
30628
30629 |
30630 \end_layout
30631
30632 \end_inset
30633 </cell>
30634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30635 \begin_inset Text
30636
30637 \begin_layout Plain Layout
30638 >
30639 \end_layout
30640
30641 \end_inset
30642 </cell>
30643 </row>
30644 <row>
30645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30646 \begin_inset Text
30647
30648 \begin_layout Plain Layout
30649 1
30650 \end_layout
30651
30652 \end_inset
30653 </cell>
30654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30655 \begin_inset Text
30656
30657 \begin_layout Plain Layout
30658 §
30659 \end_layout
30660
30661 \end_inset
30662 </cell>
30663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30664 \begin_inset Text
30665
30666 \begin_layout Plain Layout
30667 c
30668 \end_layout
30669
30670 \end_inset
30671 </cell>
30672 </row>
30673 </lyxtabular>
30674
30675 \end_inset
30676
30677
30678 \end_layout
30679
30680 \end_inset
30681
30682
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688 }
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \end_layout
30695
30696 \begin_layout Section
30697 Rotated and Scaled Boxes
30698 \end_layout
30699
30700 \begin_layout Standard
30701 To use the commands described in this section, the LaTeX-package 
30702 \series bold
30703 graphicx
30704 \series default
30705
30706 \begin_inset Index idx
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 LaTeX-packages ! graphicx
30711 \end_layout
30712
30713 \end_inset
30714
30715  needs to be loaded in the document preamble with the command
30716 \end_layout
30717
30718 \begin_layout Standard
30719
30720 \series bold
30721
30722 \backslash
30723 @ifundefined{rotatebox}
30724 \begin_inset Newline newline
30725 \end_inset
30726
30727
30728 \begin_inset Phantom HPhantom
30729 status open
30730
30731 \begin_layout Plain Layout
30732
30733 \series bold
30734 \begin_inset space ~
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \end_inset
30741
30742 {
30743 \backslash
30744 usepackage{graphicx}}{}
30745 \end_layout
30746
30747 \begin_layout Standard
30748 \begin_inset Note Greyedout
30749 status open
30750
30751 \begin_layout Plain Layout
30752
30753 \series bold
30754 Note:
30755 \series default
30756  Some DVI-viewers can't display rotated or scaled material.
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Standard
30765 \begin_inset Note Greyedout
30766 status open
30767
30768 \begin_layout Plain Layout
30769
30770 \series bold
30771 Note:
30772 \series default
30773  Floats mustn't be inside a rotated or scaled box.
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \begin_layout Subsection
30782 Rotated Boxes
30783 \begin_inset Index idx
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787 Boxes ! rotated
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \begin_inset Index idx
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797 Rotated material
30798 \end_layout
30799
30800 \end_inset
30801
30802
30803 \begin_inset Index idx
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807 Figures ! rotated
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \begin_inset Index idx
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817 Table Customization ! Rotating
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \end_layout
30824
30825 \begin_layout Standard
30826 To rotate material, you can put it into a rotated box.
30827  Such a box is created using the command 
30828 \series bold
30829
30830 \backslash
30831 rotatebox
30832 \series default
30833  in TeX-Code with the following scheme:
30834 \end_layout
30835
30836 \begin_layout Standard
30837
30838 \series bold
30839
30840 \backslash
30841 rotatebox[rotation origin]{rotation angle}{box content}
30842 \end_layout
30843
30844 \begin_layout Standard
30845 The rotation origin is specified in the form 
30846 \series bold
30847 origin=position
30848 \series default
30849 .
30850  The following positions are possible: 
30851 \emph on
30852 c
30853 \emph default
30854  (center), 
30855 \emph on
30856 l
30857 \emph default
30858  (left), 
30859 \emph on
30860 r
30861 \emph default
30862  (right), 
30863 \emph on
30864 b
30865 \emph default
30866  (bottom), 
30867 \emph on
30868 t
30869 \emph default
30870  (top), along with meaningful combinations of the four base positions.
30871  For example 
30872 \emph on
30873 lt
30874 \emph default
30875  means that the rotation origin is at the top left corner of the box.
30876  When no rotation origin is specified, the position 
30877 \emph on
30878 l
30879 \emph default
30880  will be used.
30881  The rotation angle is a number that can be negative that specifies the
30882  angle in degrees.
30883  The rotation direction is counterclockwise.
30884 \end_layout
30885
30886 \begin_layout Standard
30887 In the following example the command 
30888 \series bold
30889
30890 \backslash
30891 rotatebox[origin=c]{60}{
30892 \series default
30893  was inserted as TeX-Code before the text 
30894 \begin_inset Quotes eld
30895 \end_inset
30896
30897 with rotated
30898 \begin_inset Quotes erd
30899 \end_inset
30900
30901 ; after the text the box was closed by a closing brace 
30902 \series bold
30903 }
30904 \series default
30905  in TeX-Code.
30906 \end_layout
30907
30908 \begin_layout Standard
30909 This is a line 
30910 \begin_inset ERT
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914
30915
30916 \backslash
30917 rotatebox[origin=c]{60}{
30918 \end_layout
30919
30920 \end_inset
30921
30922 with rotated
30923 \begin_inset ERT
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927
30928 }
30929 \end_layout
30930
30931 \end_inset
30932
30933  text.
30934 \end_layout
30935
30936 \begin_layout Standard
30937 The box content can also be another box or an inline formula:
30938 \end_layout
30939
30940 \begin_layout Standard
30941 This is a line
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947
30948 \backslash
30949 rotatebox[origin=r]{-60}{
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \begin_inset Box Doublebox
30956 position "c"
30957 hor_pos "c"
30958 has_inner_box 0
30959 inner_pos "c"
30960 use_parbox 0
30961 use_makebox 0
30962 width "1in"
30963 special "width"
30964 height "1in"
30965 height_special "totalheight"
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969 with rotated
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \begin_inset ERT
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979
30980 }
30981 \end_layout
30982
30983 \end_inset
30984
30985  framed text 
30986 \begin_inset ERT
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990
30991
30992 \backslash
30993 rotatebox[origin=lb]{60}{
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31000 \end_inset
31001
31002
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008 }
31009 \end_layout
31010
31011 \end_inset
31012
31013  and a formula.
31014 \end_layout
31015
31016 \begin_layout Standard
31017 or an image or table:
31018 \end_layout
31019
31020 \begin_layout Standard
31021 This is a line
31022 \begin_inset ERT
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026
31027
31028 \backslash
31029 rotatebox[origin=lb]{90}{
31030 \end_layout
31031
31032 \end_inset
31033
31034
31035 \begin_inset Graphics
31036         filename clipart/platypus.eps
31037         lyxscale 50
31038         width 25col%
31039
31040 \end_inset
31041
31042
31043 \begin_inset ERT
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047
31048 }
31049 \end_layout
31050
31051 \end_inset
31052
31053  with a rotated image 
31054 \begin_inset ERT
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058
31059
31060 \backslash
31061 rotatebox[origin=l]{-90}{
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \begin_inset Tabular
31068 <lyxtabular version="3" rows="2" columns="2">
31069 <features tabularvalignment="middle">
31070 <column alignment="center" valignment="top" width="0">
31071 <column alignment="center" valignment="top" width="0">
31072 <row>
31073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31074 \begin_inset Text
31075
31076 \begin_layout Plain Layout
31077 q
31078 \end_layout
31079
31080 \end_inset
31081 </cell>
31082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31083 \begin_inset Text
31084
31085 \begin_layout Plain Layout
31086 w
31087 \end_layout
31088
31089 \end_inset
31090 </cell>
31091 </row>
31092 <row>
31093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31094 \begin_inset Text
31095
31096 \begin_layout Plain Layout
31097 e
31098 \end_layout
31099
31100 \end_inset
31101 </cell>
31102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31103 \begin_inset Text
31104
31105 \begin_layout Plain Layout
31106 r
31107 \end_layout
31108
31109 \end_inset
31110 </cell>
31111 </row>
31112 </lyxtabular>
31113
31114 \end_inset
31115
31116
31117 \begin_inset ERT
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121
31122 }
31123 \end_layout
31124
31125 \end_inset
31126
31127  and table.
31128 \end_layout
31129
31130 \begin_layout Subsection
31131 Scaled Boxes
31132 \begin_inset Index idx
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136 Boxes ! scaled
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \begin_inset Index idx
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 Scaled material
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \begin_inset Index idx
31153 status collapsed
31154
31155 \begin_layout Plain Layout
31156 Figures ! scaled
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \begin_inset Index idx
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166 Table Customization ! Scaling
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \end_layout
31173
31174 \begin_layout Standard
31175 To scale material the commands 
31176 \series bold
31177
31178 \backslash
31179 scalebox
31180 \series default
31181  and 
31182 \series bold
31183
31184 \backslash
31185 resizebox
31186 \series default
31187  can be used as TeX-Code.
31188 \end_layout
31189
31190 \begin_layout Standard
31191
31192 \series bold
31193
31194 \backslash
31195 scalebox
31196 \series default
31197  is used with the following scheme:
31198 \end_layout
31199
31200 \begin_layout Standard
31201
31202 \series bold
31203
31204 \backslash
31205 scalebox{horizontal}[vertical]{box content}
31206 \end_layout
31207
31208 \begin_layout Standard
31209 Horizontal and vertical are the corresponding scaling factors.
31210  If no vertical scaling factor is given, the horizontal factor will also
31211  be used as the vertical one.
31212 \end_layout
31213
31214 \begin_layout Standard
31215 The command 
31216 \series bold
31217
31218 \backslash
31219 scalebox{2}{Hello}
31220 \series default
31221  creates for example a double size 
31222 \begin_inset ERT
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226
31227
31228 \backslash
31229 scalebox{2}{
31230 \end_layout
31231
31232 \end_inset
31233
31234 Hello
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240 }
31241 \end_layout
31242
31243 \end_inset
31244
31245 , compared with the document text size.
31246 \end_layout
31247
31248 \begin_layout Standard
31249
31250 \series bold
31251
31252 \backslash
31253 scalebox{2}[1]{Hello}
31254 \series default
31255  on the other hand distorts the 
31256 \begin_inset ERT
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260
31261
31262 \backslash
31263 scalebox{2}[1]{
31264 \end_layout
31265
31266 \end_inset
31267
31268 Hello
31269 \begin_inset ERT
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273
31274 }
31275 \end_layout
31276
31277 \end_inset
31278
31279 .
31280 \end_layout
31281
31282 \begin_layout Standard
31283 If the scaling factor is negative, the box content will be mirrored.
31284  Therefore the command 
31285 \series bold
31286
31287 \backslash
31288 scalebox{-1}[1]{Hello}
31289 \series default
31290  can be used to create mirror writing: 
31291 \begin_inset ERT
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295
31296
31297 \backslash
31298 scalebox{-1}[1]{
31299 \end_layout
31300
31301 \end_inset
31302
31303 Hello
31304 \begin_inset ERT
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309 }
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Standard
31318
31319 \series bold
31320
31321 \backslash
31322 scalebox{1}[-1]{Hello}
31323 \series default
31324  reflects the 
31325 \begin_inset ERT
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329
31330
31331 \backslash
31332 scalebox{1}[-1]{
31333 \end_layout
31334
31335 \end_inset
31336
31337 Hello
31338 \begin_inset ERT
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342
31343 }
31344 \end_layout
31345
31346 \end_inset
31347
31348  at the base line.
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Equivalent to 
31353 \series bold
31354
31355 \backslash
31356 scalebox{-1}[1]{box content}
31357 \series default
31358  there exists the command
31359 \begin_inset Newline newline
31360 \end_inset
31361
31362
31363 \series bold
31364
31365 \backslash
31366 reflectbox{box content}
31367 \series default
31368 .
31369 \end_layout
31370
31371 \begin_layout Standard
31372 \begin_inset VSpace bigskip
31373 \end_inset
31374
31375 The command 
31376 \series bold
31377
31378 \backslash
31379 resizebox
31380 \series default
31381  is used to scale the box to a defined width and height.
31382  The command scheme is:
31383 \end_layout
31384
31385 \begin_layout Standard
31386
31387 \series bold
31388
31389 \backslash
31390 resizebox{width}{height}{box content}
31391 \end_layout
31392
31393 \begin_layout Standard
31394 If one of the two command arguments given is an exclamation mark 
31395 \series bold
31396 !
31397 \series default
31398 , the size is set so that the aspect ratio of the box content is kept.
31399 \end_layout
31400
31401 \begin_layout Standard
31402 The command 
31403 \series bold
31404
31405 \backslash
31406 resizebox{2cm}{1cm}{Hello}
31407 \series default
31408  produces: 
31409 \begin_inset ERT
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413
31414
31415 \backslash
31416 resizebox{2cm}{1cm}{
31417 \end_layout
31418
31419 \end_inset
31420
31421 Hello
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427 }
31428 \end_layout
31429
31430 \end_inset
31431
31432
31433 \begin_inset Newline newline
31434 \end_inset
31435
31436 The command 
31437 \series bold
31438
31439 \backslash
31440 resizebox{2cm}{!}{Hello}
31441 \series default
31442  produces: 
31443 \begin_inset ERT
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447
31448
31449 \backslash
31450 resizebox{2cm}{!}{
31451 \end_layout
31452
31453 \end_inset
31454
31455 Hello
31456 \begin_inset ERT
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460
31461 }
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset VSpace bigskip
31471 \end_inset
31472
31473
31474 \begin_inset Note Greyedout
31475 status open
31476
31477 \begin_layout Plain Layout
31478
31479 \series bold
31480 Note:
31481 \series default
31482  When arguments of 
31483 \series bold
31484
31485 \backslash
31486 scalebox
31487 \series default
31488  or 
31489 \series bold
31490
31491 \backslash
31492 resizebox
31493 \series default
31494  are set to zero, no LaTeX-errors occur when exporting the document but
31495  the exported files can not or only partly be displayed.
31496 \end_layout
31497
31498 \end_inset
31499
31500
31501 \end_layout
31502
31503 \begin_layout Standard
31504 \begin_inset VSpace bigskip
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \begin_layout Standard
31511 The boxes can be combined in any order.
31512  E.
31513 \begin_inset space \thinspace{}
31514 \end_inset
31515
31516 g.
31517 \begin_inset space \space{}
31518 \end_inset
31519
31520 the command
31521 \begin_inset Newline newline
31522 \end_inset
31523
31524
31525 \series bold
31526
31527 \backslash
31528 rotatebox[origin=c]{-45}{
31529 \backslash
31530 resizebox{2cm}{!}{
31531 \backslash
31532 reflectbox{Hello}}}
31533 \begin_inset Newline newline
31534 \end_inset
31535
31536
31537 \series default
31538 produces:
31539 \end_layout
31540
31541 \begin_layout Standard
31542 \align center
31543 \begin_inset ERT
31544 status collapsed
31545
31546 \begin_layout Plain Layout
31547
31548
31549 \backslash
31550 rotatebox[origin=c]{-45}{
31551 \backslash
31552 resizebox{2cm}{!}{
31553 \backslash
31554 reflectbox{
31555 \end_layout
31556
31557 \end_inset
31558
31559 Hello
31560 \begin_inset ERT
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565 }}}
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \begin_layout Standard
31574 \noindent
31575 Images, tables, and inline formulas are allowed as box content:
31576 \end_layout
31577
31578 \begin_layout Standard
31579 \align center
31580 \begin_inset ERT
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584
31585
31586 \backslash
31587 rotatebox[origin=c]{-30}{
31588 \backslash
31589 resizebox{2cm}{!}{
31590 \backslash
31591 reflectbox{
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset Graphics
31598         filename clipart/platypus.eps
31599         lyxscale 50
31600         width 25col%
31601
31602 \end_inset
31603
31604
31605 \begin_inset ERT
31606 status collapsed
31607
31608 \begin_layout Plain Layout
31609
31610 }}}
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \begin_inset ERT
31617 status collapsed
31618
31619 \begin_layout Plain Layout
31620
31621
31622 \backslash
31623 rotatebox[origin=c]{-45}{
31624 \backslash
31625 resizebox{2cm}{!}{
31626 \backslash
31627 reflectbox{
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \begin_inset Tabular
31634 <lyxtabular version="3" rows="2" columns="2">
31635 <features tabularvalignment="middle">
31636 <column alignment="center" valignment="top" width="0">
31637 <column alignment="center" valignment="top" width="0">
31638 <row>
31639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Plain Layout
31643 q
31644 \end_layout
31645
31646 \end_inset
31647 </cell>
31648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31649 \begin_inset Text
31650
31651 \begin_layout Plain Layout
31652 w
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 </row>
31658 <row>
31659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663 e
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31669 \begin_inset Text
31670
31671 \begin_layout Plain Layout
31672 r
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 </row>
31678 </lyxtabular>
31679
31680 \end_inset
31681
31682
31683 \begin_inset ERT
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687
31688 }}}
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \begin_inset ERT
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698
31699
31700 \backslash
31701 rotatebox[origin=c]{-45}{
31702 \backslash
31703 resizebox{2cm}{!}{
31704 \backslash
31705 reflectbox{
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31712 \end_inset
31713
31714
31715 \begin_inset ERT
31716 status collapsed
31717
31718 \begin_layout Plain Layout
31719
31720 }}}
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \begin_layout Standard
31729 When the global formula style 
31730 \series bold
31731 fleqn
31732 \series default
31733  is used in the document
31734 \begin_inset Foot
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738 When 
31739 \begin_inset Quotes eld
31740 \end_inset
31741
31742 fleqn
31743 \begin_inset Quotes erd
31744 \end_inset
31745
31746  is added to the document class options.
31747 \end_layout
31748
31749 \end_inset
31750
31751 , display style formulas can also be scaled.
31752 \end_layout
31753
31754 \begin_layout Chapter
31755 External Document Parts
31756 \begin_inset Index idx
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760 External Document Parts
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Standard
31769 With the menu 
31770 \family sans
31771 Insert\SpecialChar \menuseparator
31772 File
31773 \family default
31774  you can insert external material to your document.
31775  This can be:
31776 \end_layout
31777
31778 \begin_layout Description
31779 LyX
31780 \begin_inset space ~
31781 \end_inset
31782
31783 Document Another LyX document; its content is directly inserted to your
31784  document.
31785 \end_layout
31786
31787 \begin_layout Description
31788 Plain
31789 \begin_inset space ~
31790 \end_inset
31791
31792 Text A text document; each line is inserted in your document as a separate
31793  paragraph.
31794 \end_layout
31795
31796 \begin_layout Description
31797 Plain
31798 \begin_inset space ~
31799 \end_inset
31800
31801 Text,
31802 \begin_inset space ~
31803 \end_inset
31804
31805 Join
31806 \begin_inset space ~
31807 \end_inset
31808
31809 Lines A text document; text lines are inserted in your document continuously
31810  but an empty text line creates a new paragraph.
31811 \end_layout
31812
31813 \begin_layout Description
31814 External
31815 \begin_inset space ~
31816 \end_inset
31817
31818 Material Files in various formats.
31819 \end_layout
31820
31821 \begin_layout Description
31822 Child
31823 \begin_inset space ~
31824 \end_inset
31825
31826 Document LyX or LaTeX-documents.
31827 \end_layout
31828
31829 \begin_layout Section
31830 External Material
31831 \begin_inset Index idx
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835 External Document Parts ! External Material
31836 \end_layout
31837
31838 \end_inset
31839
31840
31841 \end_layout
31842
31843 \begin_layout Standard
31844 The external material feature allows you to insert files in to your document
31845  without converting them to a format that can be read by the document output
31846  format.
31847  LyX takes care of the necessary conversions.
31848  This is similar to images that can be inserted in various image formats
31849  in LyX documents.
31850  When you have enabled Instant Preview in LyX's preferences under 
31851 \family sans
31852 Look
31853 \begin_inset space ~
31854 \end_inset
31855
31856 and
31857 \begin_inset space ~
31858 \end_inset
31859
31860 feel\SpecialChar \menuseparator
31861 Graphics
31862 \family default
31863 , the external material types Dia and Xfig are directly shown in LyX.
31864 \end_layout
31865
31866 \begin_layout Standard
31867 External material can be inserted via the 
31868 \family sans
31869 External Material
31870 \family default
31871  dialog that is accessible with the menu 
31872 \family sans
31873 Insert\SpecialChar \menuseparator
31874 File\SpecialChar \menuseparator
31875 External
31876 \begin_inset space ~
31877 \end_inset
31878
31879 Material
31880 \family default
31881 .
31882  Currently the following file types (
31883 \family sans
31884 Templates
31885 \family default
31886 ) are allowed:
31887 \end_layout
31888
31889 \begin_layout Description
31890 ChessDiagram This template supports chess position diagrams made with the
31891  program 
31892 \series bold
31893
31894 \begin_inset CommandInset href
31895 LatexCommand href
31896 name "XBoard"
31897 target "http://en.wikipedia.org/wiki/XBoard"
31898
31899 \end_inset
31900
31901
31902 \series default
31903 .
31904 \end_layout
31905
31906 \begin_layout Description
31907 Date This inserts the date in the form 
31908 \emph on
31909 Day-Month-Year
31910 \emph default
31911 .
31912  This is a date inserted as external material: 
31913 \begin_inset External
31914         template Date
31915         filename .
31916
31917 \end_inset
31918
31919
31920 \begin_inset space ~
31921 \end_inset
31922
31923
31924 \begin_inset Note Note
31925 status open
31926
31927 \begin_layout Plain Layout
31928 Remove the protected space when bug 4398 is fixed!
31929 \end_layout
31930
31931 \end_inset
31932
31933
31934 \begin_inset Newline newline
31935 \end_inset
31936
31937 The date is not shown within LyX, only in the output.
31938  There are two other methods of inserting a date: Via menu 
31939 \family sans
31940 Insert\SpecialChar \menuseparator
31941 Date
31942 \family default
31943  and with the LaTeX command 
31944 \series bold
31945
31946 \backslash
31947 today
31948 \series default
31949  as TeX-Code.
31950  The different methods are compared in Table
31951 \begin_inset space ~
31952 \end_inset
31953
31954
31955 \begin_inset CommandInset ref
31956 LatexCommand ref
31957 reference "tab:Comparison-of-the"
31958
31959 \end_inset
31960
31961 .
31962 \end_layout
31963
31964 \begin_layout Description
31965 Dia This template supports diagrams created with the program 
31966 \series bold
31967
31968 \begin_inset CommandInset href
31969 LatexCommand href
31970 name "Dia"
31971 target "http://en.wikipedia.org/wiki/Dia_(software)"
31972
31973 \end_inset
31974
31975
31976 \series default
31977 .
31978 \end_layout
31979
31980 \begin_layout Description
31981 LilyPond This template is used for music notation typeset with the program
31982 \begin_inset Newline linebreak
31983 \end_inset
31984
31985
31986 \series bold
31987
31988 \begin_inset CommandInset href
31989 LatexCommand href
31990 name "LilyPond"
31991 target "http://en.wikipedia.org/wiki/LilyPond"
31992
31993 \end_inset
31994
31995
31996 \series default
31997 .
31998 \end_layout
31999
32000 \begin_layout Description
32001 PDFPages With this template you can insert PDF documents to your document.
32002  To insert certain or all pages of a PDF, use the 
32003 \emph on
32004 pages
32005 \emph default
32006  option in the 
32007 \family sans
32008 Option
32009 \family default
32010  field in the 
32011 \family sans
32012 LaTeX and LyX options
32013 \family default
32014  tab according to the template description in the dialog.
32015  When no 
32016 \emph on
32017 pages
32018 \emph default
32019  option is given, only the first page of the PDF will be inserted.
32020 \end_layout
32021
32022 \begin_layout Description
32023 RasterImage This can be used for bitmap images.
32024  Nearly all popular image formats are supported.
32025  The image can be treated in the 
32026 \family sans
32027 External material
32028 \family default
32029  dialog like the images that are usually included via the 
32030 \family sans
32031 Graphics
32032 \family default
32033  dialog as described in section
32034 \begin_inset space ~
32035 \end_inset
32036
32037
32038 \begin_inset CommandInset ref
32039 LatexCommand ref
32040 reference "sec:Graphics-Dialog"
32041
32042 \end_inset
32043
32044 .
32045  The difference is that only raster images are allowed; that means that
32046  PDF and EPS-images are not supported.
32047 \end_layout
32048
32049 \begin_layout Description
32050 XFig This template supports images created with the program 
32051 \series bold
32052
32053 \begin_inset CommandInset href
32054 LatexCommand href
32055 name "Xfig"
32056 target "http://en.wikipedia.org/wiki/Xfig"
32057
32058 \end_inset
32059
32060
32061 \series default
32062 .
32063 \end_layout
32064
32065 \begin_layout Standard
32066 \begin_inset Float table
32067 placement h
32068 wide false
32069 sideways false
32070 status open
32071
32072 \begin_layout Plain Layout
32073 \begin_inset Caption
32074
32075 \begin_layout Plain Layout
32076 \begin_inset CommandInset label
32077 LatexCommand label
32078 name "tab:Comparison-of-the"
32079
32080 \end_inset
32081
32082 Comparison of the date input methods.
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Plain Layout
32091 \align center
32092 \begin_inset Tabular
32093 <lyxtabular version="3" rows="4" columns="4">
32094 <features tabularvalignment="middle">
32095 <column alignment="center" valignment="top" width="0">
32096 <column alignment="center" valignment="top" width="0">
32097 <column alignment="center" valignment="top" width="0">
32098 <column alignment="center" valignment="top" width="0">
32099 <row>
32100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32101 \begin_inset Text
32102
32103 \begin_layout Plain Layout
32104 Document format
32105 \end_layout
32106
32107 \end_inset
32108 </cell>
32109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32110 \begin_inset Text
32111
32112 \begin_layout Plain Layout
32113
32114 \family sans
32115 External Material\SpecialChar \menuseparator
32116 Date
32117 \end_layout
32118
32119 \end_inset
32120 </cell>
32121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32122 \begin_inset Text
32123
32124 \begin_layout Plain Layout
32125
32126 \family sans
32127 Insert\SpecialChar \menuseparator
32128 Date
32129 \end_layout
32130
32131 \end_inset
32132 </cell>
32133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32134 \begin_inset Text
32135
32136 \begin_layout Plain Layout
32137 command 
32138 \series bold
32139
32140 \backslash
32141 today
32142 \end_layout
32143
32144 \end_inset
32145 </cell>
32146 </row>
32147 <row>
32148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152 LyX
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32158 \begin_inset Text
32159
32160 \begin_layout Plain Layout
32161 as inset box
32162 \end_layout
32163
32164 \end_inset
32165 </cell>
32166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32167 \begin_inset Text
32168
32169 \begin_layout Plain Layout
32170 as date
32171 \end_layout
32172
32173 \end_inset
32174 </cell>
32175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32176 \begin_inset Text
32177
32178 \begin_layout Plain Layout
32179 as TeX-Code inset box
32180 \end_layout
32181
32182 \end_inset
32183 </cell>
32184 </row>
32185 <row>
32186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32187 \begin_inset Text
32188
32189 \begin_layout Plain Layout
32190 LaTeX
32191 \end_layout
32192
32193 \end_inset
32194 </cell>
32195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32196 \begin_inset Text
32197
32198 \begin_layout Plain Layout
32199 as date
32200 \end_layout
32201
32202 \end_inset
32203 </cell>
32204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32205 \begin_inset Text
32206
32207 \begin_layout Plain Layout
32208 as date
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 as command
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 </row>
32223 <row>
32224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32225 \begin_inset Text
32226
32227 \begin_layout Plain Layout
32228 DVI, PDF, PS
32229 \end_layout
32230
32231 \end_inset
32232 </cell>
32233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 as date
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32243 \begin_inset Text
32244
32245 \begin_layout Plain Layout
32246 as date
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 as date
32256 \end_layout
32257
32258 \end_inset
32259 </cell>
32260 </row>
32261 </lyxtabular>
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \begin_layout Standard
32274 When you use the option 
32275 \family sans
32276 Draft
32277 \family default
32278  in the 
32279 \family sans
32280 File
32281 \family default
32282  tab of the 
32283 \family sans
32284 External Material
32285 \family default
32286  dialog, only the path to the inserted file is shown in the output.
32287 \begin_inset Newline newline
32288 \end_inset
32289
32290 External material is displayed in LyX either as a box like this: 
32291 \begin_inset Graphics
32292         filename clipart/ExternalMaterialQt4.png
32293         scale 85
32294         scaleBeforeRotation
32295
32296 \end_inset
32297
32298  or as image, depending on the option 
32299 \family sans
32300 Show in LyX
32301 \family default
32302  in the 
32303 \family sans
32304 LaTeX and LyX options
32305 \family default
32306  tab of the dialog.
32307 \end_layout
32308
32309 \begin_layout Standard
32310 The 
32311 \family sans
32312 \emph on
32313 Customization
32314 \family default
32315 \emph default
32316  manual explains how you can define your own templates.
32317 \end_layout
32318
32319 \begin_layout Section
32320 Child Documents
32321 \begin_inset CommandInset label
32322 LatexCommand label
32323 name "sec:Child-Documents"
32324
32325 \end_inset
32326
32327
32328 \begin_inset Index idx
32329 status collapsed
32330
32331 \begin_layout Plain Layout
32332 External Document Parts ! Child Documents
32333 \end_layout
32334
32335 \end_inset
32336
32337
32338 \begin_inset Index idx
32339 status collapsed
32340
32341 \begin_layout Plain Layout
32342 Files ! Include
32343 \end_layout
32344
32345 \end_inset
32346
32347
32348 \end_layout
32349
32350 \begin_layout Standard
32351 Child documents are used when you have a long document consisting of several
32352  larger parts or sections.
32353  For maintenance it is often useful and sometimes even required to split
32354  the document in several files that can be revised separately.
32355  The different documents are then the so called child documents and a master
32356  document connects them to print the full document or parts of it.
32357  A child documents inherits elements of its master, for example the LaTeX
32358  preamble, the bibliography, and labels for cross-references.
32359 \end_layout
32360
32361 \begin_layout Standard
32362 To be able to work on child documents without the need to open their master,
32363  specify in the child document the master in the menu
32364 \family sans
32365  Document\SpecialChar \menuseparator
32366 Settings\SpecialChar \menuseparator
32367 Document
32368 \begin_inset space ~
32369 \end_inset
32370
32371 Class
32372 \family default
32373 .
32374  This master document will then be used in the background by LyX when you
32375  edit the child document.
32376 \end_layout
32377
32378 \begin_layout Standard
32379 Included documents are displayed in LyX as a box like this: 
32380 \begin_inset Graphics
32381         filename clipart/ChildDocumentQt4.png
32382         scale 85
32383         scaleBeforeRotation
32384
32385 \end_inset
32386
32387  To include child documents in a master document use the menu 
32388 \family sans
32389 Insert\SpecialChar \menuseparator
32390 File\SpecialChar \menuseparator
32391 Child
32392 \begin_inset space ~
32393 \end_inset
32394
32395 Documents
32396 \family default
32397 .
32398  A dialog pops up where you can choose between four include methods:
32399 \end_layout
32400
32401 \begin_layout Description
32402 Include You can include LyX and LaTeX-documents.
32403  When you press the 
32404 \family sans
32405 Load
32406 \family default
32407  button in the 
32408 \family sans
32409 Child Document
32410 \family default
32411  dialog, the included documents will be opened in LyX in a new file tab
32412  so that you can modify them.
32413 \begin_inset Newline newline
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \begin_layout Standard
32420 Here is a child document inserted using 
32421 \family sans
32422 Include
32423 \family default
32424
32425 \begin_inset CommandInset include
32426 LatexCommand include
32427 filename "DummyDocument1.lyx"
32428
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \begin_layout Standard
32435 The section numbering includes the sections of the included files in the
32436  order they are inserted in the master document.
32437  The included example document has for example a subsection that is numbered
32438  as a subsection of this section.
32439  Labels of included documents can be referenced: Subsection
32440 \begin_inset space ~
32441 \end_inset
32442
32443
32444 \begin_inset CommandInset ref
32445 LatexCommand ref
32446 reference "sub:External-Subsection-1"
32447
32448 \end_inset
32449
32450
32451 \end_layout
32452
32453 \begin_layout Standard
32454 The preamble of the child document is ignored; only the preamble of the
32455  master document is used.
32456  Branches in child documents will be ignored by the master document when
32457  the master document does not have a branch with the same name.
32458  Included documents are inserted starting on a new page and ending with
32459  a page break.
32460 \end_layout
32461
32462 \begin_layout Standard
32463 If you are only working on a certain chapter of a large document and want
32464  to save compiling time, you can put each included file into a branch.
32465 \begin_inset Foot
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469 Branches are described in section 
32470 \emph on
32471 Branches
32472 \emph default
32473  of the LyX 
32474 \emph on
32475 Userguide
32476 \emph default
32477 .
32478 \end_layout
32479
32480 \end_inset
32481
32482  By enabling/disabling branches you can decide what included files will
32483  appear in the output.
32484 \end_layout
32485
32486 \begin_layout Standard
32487 \begin_inset Note Greyedout
32488 status open
32489
32490 \begin_layout Plain Layout
32491
32492 \series bold
32493 Note:
32494 \series default
32495  Due to a bug in LyX the LaTeX command 
32496 \series bold
32497
32498 \backslash
32499 includeonly
32500 \series default
32501  can currently not be used as an alternative to decide what files should
32502  be included.
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \begin_layout Standard
32511 \begin_inset Note Greyedout
32512 status open
32513
32514 \begin_layout Plain Layout
32515
32516 \series bold
32517 Note:
32518 \series default
32519  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32520 w the document in case the child document uses another document class than
32521  the master document as this will lead to unexpected outputs.
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Description
32530 Input This method is very similar to the Include method.
32531  The differences are:
32532 \end_layout
32533
32534 \begin_deeper
32535 \begin_layout Itemize
32536 Input files don't start with a new page and don't end with a page break.
32537 \end_layout
32538
32539 \begin_layout Itemize
32540 Input files can be previewed in LyX when 
32541 \family sans
32542 Instant
32543 \begin_inset space ~
32544 \end_inset
32545
32546 Preview
32547 \family default
32548  is enabled in LyX's preferences under 
32549 \family sans
32550 Look
32551 \begin_inset space ~
32552 \end_inset
32553
32554 and
32555 \begin_inset space ~
32556 \end_inset
32557
32558 feel\SpecialChar \menuseparator
32559 Graphics
32560 \family default
32561 .
32562 \end_layout
32563
32564 \begin_layout Itemize
32565 The LaTeX-command 
32566 \series bold
32567
32568 \backslash
32569 includeonly
32570 \series default
32571  cannot be used.
32572 \end_layout
32573
32574 \end_deeper
32575 \begin_layout Standard
32576 Here is a child document inserted using 
32577 \family sans
32578 Input
32579 \family default
32580
32581 \begin_inset CommandInset include
32582 LatexCommand input
32583 filename "DummyDocument2.lyx"
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Description
32591 Verbatim With this method every text file can be included.
32592  The file is shown in the output with its source code; no command used in
32593  the text is invoked.
32594  You can use the option 
32595 \family sans
32596 Mark spaces in output
32597 \family default
32598  that displays the character 
32599 \begin_inset Quotes eld
32600 \end_inset
32601
32602
32603 \begin_inset ERT
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607
32608
32609 \backslash
32610 textvisiblespace 
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \begin_inset Quotes erd
32617 \end_inset
32618
32619  for every space character in the source code.
32620  The difference from the method via the menu 
32621 \family sans
32622 Insert\SpecialChar \menuseparator
32623 File\SpecialChar \menuseparator
32624 Plain
32625 \begin_inset space ~
32626 \end_inset
32627
32628 Text
32629 \family default
32630  is that the document content is not shown in LyX.
32631 \end_layout
32632
32633 \begin_layout Standard
32634 Here is a child document inserted as Verbatim: 
32635 \begin_inset CommandInset include
32636 LatexCommand verbatiminput
32637 filename "DummyTextDocument.txt"
32638
32639 \end_inset
32640
32641
32642 \begin_inset VSpace bigskip
32643 \end_inset
32644
32645 Here is a child document inserted as Verbatim using the 
32646 \family sans
32647 Mark spaces in output
32648 \family default
32649  option: 
32650 \begin_inset CommandInset include
32651 LatexCommand verbatiminput*
32652 filename "DummyTextDocument.txt"
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Standard
32660 \begin_inset VSpace bigskip
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \begin_layout Standard
32667 \begin_inset Note Greyedout
32668 status open
32669
32670 \begin_layout Plain Layout
32671
32672 \series bold
32673 Note:
32674 \series default
32675  As you can see in the examples above, the text of the documents included
32676  as 
32677 \family sans
32678 verbatim
32679 \family default
32680  is not broken at the end of the document lines.
32681 \end_layout
32682
32683 \end_inset
32684
32685
32686 \end_layout
32687
32688 \begin_layout Description
32689 Listings This type is described in chapter
32690 \begin_inset space ~
32691 \end_inset
32692
32693
32694 \begin_inset CommandInset ref
32695 LatexCommand ref
32696 reference "cha:Program-Code-Listings"
32697
32698 \end_inset
32699
32700 .
32701 \end_layout
32702
32703 \begin_layout Standard
32704 \begin_inset Note Greyedout
32705 status open
32706
32707 \begin_layout Plain Layout
32708
32709 \series bold
32710 Note:
32711 \series default
32712  Including the same document twice in a document using different methods
32713  could cause LaTeX-problems.
32714 \end_layout
32715
32716 \end_inset
32717
32718
32719 \end_layout
32720
32721 \begin_layout Chapter
32722 Program Code Listings
32723 \begin_inset CommandInset label
32724 LatexCommand label
32725 name "cha:Program-Code-Listings"
32726
32727 \end_inset
32728
32729
32730 \begin_inset Index idx
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734 Listings
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \begin_inset Index idx
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 Program Code
32745 \end_layout
32746
32747 \end_inset
32748
32749
32750 \begin_inset Index idx
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754 Floats ! Listings
32755 \end_layout
32756
32757 \end_inset
32758
32759
32760 \end_layout
32761
32762 \begin_layout Standard
32763 To include and typeset program code you can use the 
32764 \family sans
32765 Listings
32766 \family default
32767  inset that can be inserted via the menu 
32768 \family sans
32769 Insert\SpecialChar \menuseparator
32770 Program Listing
32771 \family default
32772 .
32773  The LaTeX-package 
32774 \series bold
32775 listings
32776 \series default
32777
32778 \begin_inset Index idx
32779 status collapsed
32780
32781 \begin_layout Plain Layout
32782 LaTeX-packages ! listings
32783 \end_layout
32784
32785 \end_inset
32786
32787  provides a powerful and flexible way to insert program source code into
32788  your document.
32789 \end_layout
32790
32791 \begin_layout Standard
32792 Right-clicking on a listings inset opens the context menu containing where
32793  you can set the listings format.
32794 \end_layout
32795
32796 \begin_layout Standard
32797 By default, a listing starts a new paragraph in the output.
32798  The placement option 
32799 \family sans
32800 Inline
32801 \begin_inset space ~
32802 \end_inset
32803
32804 listing
32805 \family default
32806  prints the listing inline like this: 
32807 \begin_inset listings
32808 lstparams "language={C++}"
32809 inline true
32810 status open
32811
32812 \begin_layout Plain Layout
32813
32814 int a=5;
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \begin_inset Newline newline
32821 \end_inset
32822
32823 The option 
32824 \family sans
32825 Float
32826 \family default
32827  creates a listings float where you can specify the placement options 
32828 \begin_inset Quotes eld
32829 \end_inset
32830
32831
32832 \family sans
32833 h
32834 \family default
32835
32836 \begin_inset Quotes erd
32837 \end_inset
32838
32839
32840 \begin_inset Quotes eld
32841 \end_inset
32842
32843
32844 \family sans
32845 t
32846 \family default
32847
32848 \begin_inset Quotes erd
32849 \end_inset
32850
32851
32852 \begin_inset Quotes eld
32853 \end_inset
32854
32855
32856 \family sans
32857 b
32858 \family default
32859
32860 \begin_inset Quotes erd
32861 \end_inset
32862
32863 , and 
32864 \begin_inset Quotes eld
32865 \end_inset
32866
32867
32868 \family sans
32869 p
32870 \family default
32871
32872 \begin_inset Quotes erd
32873 \end_inset
32874
32875  corresponding to the float placement options described in section
32876 \begin_inset space ~
32877 \end_inset
32878
32879
32880 \begin_inset CommandInset ref
32881 LatexCommand ref
32882 reference "sec:Float-Placement"
32883
32884 \end_inset
32885
32886 .
32887  The placement options can be mixed and are inserted without any separation,
32888  e.
32889 \begin_inset space \thinspace{}
32890 \end_inset
32891
32892 g.
32893 \begin_inset space \space{}
32894 \end_inset
32895
32896
32897 \begin_inset Quotes eld
32898 \end_inset
32899
32900
32901 \family sans
32902 htbp
32903 \family default
32904
32905 \begin_inset Quotes erd
32906 \end_inset
32907
32908 .
32909  The option 
32910 \begin_inset Quotes eld
32911 \end_inset
32912
32913 h
32914 \begin_inset Quotes erd
32915 \end_inset
32916
32917  has sometimes no effect, but you don't need to use the 
32918 \family sans
32919 Float
32920 \family default
32921  option in this case as also non-float listings can have captions and be
32922  referenced.
32923 \end_layout
32924
32925 \begin_layout Standard
32926 You can add captions to listings with the menu 
32927 \family sans
32928 Insert\SpecialChar \menuseparator
32929 Caption
32930 \family default
32931 .
32932  Listings can be referenced like floats: Listing
32933 \begin_inset space ~
32934 \end_inset
32935
32936
32937 \begin_inset CommandInset ref
32938 LatexCommand ref
32939 reference "lst:Example-Listing"
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \begin_layout Standard
32947 \begin_inset listings
32948 lstparams "language=Python"
32949 inline false
32950 status open
32951
32952 \begin_layout Plain Layout
32953
32954 \begin_inset Caption
32955
32956 \begin_layout Plain Layout
32957 \begin_inset CommandInset label
32958 LatexCommand label
32959 name "lst:Example-Listing"
32960
32961 \end_inset
32962
32963 Example Listing float
32964 \end_layout
32965
32966 \end_inset
32967
32968 # Example listing float
32969 \end_layout
32970
32971 \begin_layout Plain Layout
32972
32973 def func(param):
32974 \end_layout
32975
32976 \begin_layout Plain Layout
32977
32978     'this is a python function'
32979 \end_layout
32980
32981 \begin_layout Plain Layout
32982
32983     pass
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 When you have set a programming language in the listings dialog, the keywords
32993  of this language will be recognized and specially typeset in the output.
32994  In the example listings the Python keyword 
32995 \begin_inset Quotes eld
32996 \end_inset
32997
32998 def
32999 \begin_inset Quotes erd
33000 \end_inset
33001
33002  is recognized and printed bold in the output.
33003 \end_layout
33004
33005 \begin_layout Standard
33006 \begin_inset Note Greyedout
33007 status open
33008
33009 \begin_layout Plain Layout
33010
33011 \series bold
33012 Note:
33013 \series default
33014  If you don't get bold keywords when using typewriter fonts, your 
33015 \family typewriter
33016 typewriter
33017 \family default
33018  font probably doesn't provide a bold shape.
33019  In this case select a different one in the menu 
33020 \family sans
33021 Document\SpecialChar \menuseparator
33022 Settings\SpecialChar \menuseparator
33023 Fonts
33024 \family default
33025 .
33026  (The fonts 
33027 \emph on
33028 LuxiMono, BeraMono
33029 \emph default
33030  and 
33031 \emph on
33032 Courier
33033 \emph default
33034  provide bold shapes.)
33035 \end_layout
33036
33037 \end_inset
33038
33039
33040 \end_layout
33041
33042 \begin_layout Standard
33043 In section 
33044 \family sans
33045 Line
33046 \begin_inset space ~
33047 \end_inset
33048
33049 numbering
33050 \family default
33051  of the listings dialog you can specify the line numbering style.
33052  You can insert a number to specify which lines are numbered in the field
33053  
33054 \family sans
33055 Step
33056 \family default
33057 .
33058  When you insert e.
33059 \begin_inset space \thinspace{}
33060 \end_inset
33061
33062 g.
33063 \begin_inset space \space{}
33064 \end_inset
33065
33066
33067 \begin_inset Quotes eld
33068 \end_inset
33069
33070 3
33071 \begin_inset Quotes erd
33072 \end_inset
33073
33074 , only every 3rd line will be numbered.
33075 \end_layout
33076
33077 \begin_layout Standard
33078 You can furthermore specify a range of lines; only these will then appear
33079  in the output.
33080  The option 
33081 \family sans
33082 Extended character table
33083 \family default
33084  should be used when you use national characters like the German umlauts
33085  in the listing.
33086 \begin_inset Newline newline
33087 \end_inset
33088
33089 Here is an example listing with left line numbering, step 
33090 \begin_inset Quotes eld
33091 \end_inset
33092
33093 3
33094 \begin_inset Quotes erd
33095 \end_inset
33096
33097 , language 
33098 \begin_inset Quotes eld
33099 \end_inset
33100
33101 Python
33102 \begin_inset Quotes erd
33103 \end_inset
33104
33105 , options 
33106 \begin_inset Quotes eld
33107 \end_inset
33108
33109 Extended character table
33110 \begin_inset Quotes erd
33111 \end_inset
33112
33113  and 
33114 \begin_inset Quotes eld
33115 \end_inset
33116
33117 Space
33118 \begin_inset space ~
33119 \end_inset
33120
33121 as
33122 \begin_inset space ~
33123 \end_inset
33124
33125 symbol
33126 \begin_inset Quotes erd
33127 \end_inset
33128
33129 , range lines 3
33130 \begin_inset space \thinspace{}
33131 \end_inset
33132
33133 -
33134 \begin_inset space \thinspace{}
33135 \end_inset
33136
33137 8:
33138 \end_layout
33139
33140 \begin_layout Standard
33141 \begin_inset listings
33142 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33143 inline false
33144 status open
33145
33146 \begin_layout Plain Layout
33147
33148 def func(param):
33149 \end_layout
33150
33151 \begin_layout Plain Layout
33152
33153     'this is a python function'
33154 \end_layout
33155
33156 \begin_layout Plain Layout
33157
33158     pass
33159 \end_layout
33160
33161 \begin_layout Plain Layout
33162
33163 def func(param):
33164 \end_layout
33165
33166 \begin_layout Plain Layout
33167
33168 'This is a German word: Tschüß'
33169 \end_layout
33170
33171 \begin_layout Plain Layout
33172
33173 pass
33174 \end_layout
33175
33176 \begin_layout Plain Layout
33177
33178 def func(param):
33179 \end_layout
33180
33181 \begin_layout Plain Layout
33182
33183 'this is a python function'
33184 \end_layout
33185
33186 \begin_layout Plain Layout
33187
33188 pass
33189 \end_layout
33190
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \begin_layout Standard
33197 When you have tabulators in your listing, you can specify the number of
33198  characters that are spanned by a tabulator in the field 
33199 \family sans
33200 Tabulator
33201 \begin_inset space ~
33202 \end_inset
33203
33204 size
33205 \family default
33206 .
33207 \end_layout
33208
33209 \begin_layout Standard
33210 \begin_inset Note Greyedout
33211 status open
33212
33213 \begin_layout Plain Layout
33214
33215 \series bold
33216 Note:
33217 \series default
33218  Due to a bug in the 
33219 \series bold
33220 listings
33221 \series default
33222  package the line numbering is shifted by a line by every previous listing.
33223  That's the reason why the lines 2 and 5 are numbered in the above listing
33224  and not the lines 3 and 6.
33225 \end_layout
33226
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \begin_layout Standard
33233 \begin_inset VSpace bigskip
33234 \end_inset
33235
33236
33237 \end_layout
33238
33239 \begin_layout Standard
33240 It is also possible to print lines from a file as listing.
33241  To do this, use the menu 
33242 \family sans
33243 Insert\SpecialChar \menuseparator
33244 File\SpecialChar \menuseparator
33245 Child Document
33246 \family default
33247  and choose the type 
33248 \family sans
33249 Listings
33250 \family default
33251 .
33252 \begin_inset Foot
33253 status collapsed
33254
33255 \begin_layout Plain Layout
33256 The other child document types are described in section
33257 \begin_inset space ~
33258 \end_inset
33259
33260
33261 \begin_inset CommandInset ref
33262 LatexCommand ref
33263 reference "sec:Child-Documents"
33264
33265 \end_inset
33266
33267 .
33268 \end_layout
33269
33270 \end_inset
33271
33272  In the child document dialog you can specify the listing parameters in
33273  a text box.
33274  To show a list of all available parameters, type in a question mark 
33275 \begin_inset Quotes eld
33276 \end_inset
33277
33278 ?
33279 \begin_inset Quotes erd
33280 \end_inset
33281
33282  in the text box.
33283 \end_layout
33284
33285 \begin_layout Standard
33286 To reference child document listings, write a label text into the corresponding
33287  field of the child document dialog.
33288  The label can then be referenced using the menu 
33289 \family sans
33290 Insert\SpecialChar \menuseparator
33291 Cross-Reference
33292 \family default
33293 .
33294 \end_layout
33295
33296 \begin_layout Standard
33297 Listing
33298 \begin_inset space ~
33299 \end_inset
33300
33301
33302 \begin_inset CommandInset ref
33303 LatexCommand ref
33304 reference "lst:file-listing"
33305
33306 \end_inset
33307
33308  is an example for a listing of a file; there the lines 10
33309 \begin_inset space \thinspace{}
33310 \end_inset
33311
33312 -
33313 \begin_inset space \thinspace{}
33314 \end_inset
33315
33316 15 of this LyX file are listed.
33317 \end_layout
33318
33319 \begin_layout Standard
33320 \begin_inset CommandInset include
33321 LatexCommand lstinputlisting
33322 filename "EmbeddedObjects.lyx"
33323 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Standard
33331 \begin_inset VSpace bigskip
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \begin_layout Standard
33338 Inserting a formula into a listing can be done the following way:
33339 \end_layout
33340
33341 \begin_layout Enumerate
33342 Open the listings dialog and add
33343 \begin_inset Newline newline
33344 \end_inset
33345
33346
33347 \family sans
33348 mathescape=true
33349 \family default
33350
33351 \begin_inset Newline newline
33352 \end_inset
33353
33354 to the field of the 
33355 \family sans
33356 Advanced
33357 \family default
33358  tab.
33359 \end_layout
33360
33361 \begin_layout Enumerate
33362 Create a formula outside the listing
33363 \end_layout
33364
33365 \begin_layout Enumerate
33366 Copy the content of the formula (not the formula inset) to the clipboard
33367  (shortcut 
33368 \begin_inset Info
33369 type  "shortcut"
33370 arg   "copy"
33371 \end_inset
33372
33373 )
33374 \end_layout
33375
33376 \begin_layout Enumerate
33377 In the listing write 
33378 \begin_inset Quotes eld
33379 \end_inset
33380
33381
33382 \family sans
33383 $$
33384 \family default
33385
33386 \begin_inset Quotes erd
33387 \end_inset
33388
33389  and copy from the clipboard between the dollar-signs (shortcut 
33390 \begin_inset Info
33391 type  "shortcut"
33392 arg   "paste"
33393 \end_inset
33394
33395 )
33396 \end_layout
33397
33398 \begin_layout Standard
33399 \begin_inset listings
33400 lstparams "language=Python,mathescape=true"
33401 inline false
33402 status open
33403
33404 \begin_layout Plain Layout
33405
33406 \begin_inset Caption
33407
33408 \begin_layout Plain Layout
33409 Example Listing float containing a formula
33410 \end_layout
33411
33412 \end_inset
33413
33414 # Example listing float
33415 \end_layout
33416
33417 \begin_layout Plain Layout
33418
33419 def func(param):
33420 \end_layout
33421
33422 \begin_layout Plain Layout
33423
33424     # $
33425 \backslash
33426 prod_{n=1}^{
33427 \backslash
33428 infty}
33429 \backslash
33430 ,
33431 \backslash
33432 frac{1}{x^{2}}$
33433 \end_layout
33434
33435 \begin_layout Plain Layout
33436
33437     pass
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \end_layout
33444
33445 \begin_layout Standard
33446 \begin_inset VSpace bigskip
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Standard
33453 Global listings settings can be set in the 
33454 \family sans
33455 Document\SpecialChar \menuseparator
33456 Settings\SpecialChar \menuseparator
33457 Text Layout
33458 \family default
33459  dialog.
33460  To get there a list of available options, type in a question mark 
33461 \begin_inset Quotes eld
33462 \end_inset
33463
33464 ?
33465 \begin_inset Quotes erd
33466 \end_inset
33467
33468  in the 
33469 \family sans
33470 Listings
33471 \begin_inset space ~
33472 \end_inset
33473
33474 settings
33475 \family default
33476  field.
33477 \end_layout
33478
33479 \begin_layout Standard
33480 For more information about the 
33481 \series bold
33482 listings
33483 \series default
33484  package, we refer to its documentation 
33485 \begin_inset CommandInset citation
33486 LatexCommand cite
33487 key "listings"
33488
33489 \end_inset
33490
33491 .
33492 \end_layout
33493
33494 \begin_layout Standard
33495 \begin_inset Newpage newpage
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \begin_layout Chapter
33502 \start_of_appendix
33503 Units available in LyX
33504 \begin_inset Index idx
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508 Units
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \begin_inset CommandInset label
33515 LatexCommand label
33516 name "cha:Units-available-in"
33517
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \begin_layout Standard
33524 To understand the units described in this documentation, Table
33525 \begin_inset space ~
33526 \end_inset
33527
33528
33529 \begin_inset CommandInset ref
33530 LatexCommand ref
33531 reference "tab:Units"
33532
33533 \end_inset
33534
33535  explains all units available in LyX.
33536 \end_layout
33537
33538 \begin_layout Standard
33539 \begin_inset Float table
33540 placement h
33541 wide false
33542 sideways false
33543 status open
33544
33545 \begin_layout Plain Layout
33546 \begin_inset Caption
33547
33548 \begin_layout Plain Layout
33549 \begin_inset CommandInset label
33550 LatexCommand label
33551 name "tab:Units"
33552
33553 \end_inset
33554
33555 Units
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Plain Layout
33564 \begin_inset VSpace medskip
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \begin_layout Plain Layout
33571 \align center
33572 \begin_inset Tabular
33573 <lyxtabular version="3" rows="20" columns="2">
33574 <features tabularvalignment="middle">
33575 <column alignment="center" valignment="top" width="0">
33576 <column alignment="center" valignment="top" width="0">
33577 <row>
33578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33579 \begin_inset Text
33580
33581 \begin_layout Plain Layout
33582 unit
33583 \end_layout
33584
33585 \end_inset
33586 </cell>
33587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33588 \begin_inset Text
33589
33590 \begin_layout Plain Layout
33591 name/description
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 </row>
33597 <row>
33598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33599 \begin_inset Text
33600
33601 \begin_layout Plain Layout
33602 mm
33603 \end_layout
33604
33605 \end_inset
33606 </cell>
33607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33608 \begin_inset Text
33609
33610 \begin_layout Plain Layout
33611 millimeter
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 </row>
33617 <row>
33618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622 cm
33623 \end_layout
33624
33625 \end_inset
33626 </cell>
33627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33628 \begin_inset Text
33629
33630 \begin_layout Plain Layout
33631 centimeter
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 </row>
33637 <row>
33638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33639 \begin_inset Text
33640
33641 \begin_layout Plain Layout
33642 in
33643 \end_layout
33644
33645 \end_inset
33646 </cell>
33647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33648 \begin_inset Text
33649
33650 \begin_layout Plain Layout
33651 inch
33652 \end_layout
33653
33654 \end_inset
33655 </cell>
33656 </row>
33657 <row>
33658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33659 \begin_inset Text
33660
33661 \begin_layout Plain Layout
33662 pt
33663 \end_layout
33664
33665 \end_inset
33666 </cell>
33667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33668 \begin_inset Text
33669
33670 \begin_layout Plain Layout
33671 point (72.27
33672 \begin_inset space \thinspace{}
33673 \end_inset
33674
33675 pt = 1
33676 \begin_inset space \thinspace{}
33677 \end_inset
33678
33679 in)
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 </row>
33685 <row>
33686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33687 \begin_inset Text
33688
33689 \begin_layout Plain Layout
33690 pc
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 pica (1
33700 \begin_inset space \thinspace{}
33701 \end_inset
33702
33703 pc = 12
33704 \begin_inset space \thinspace{}
33705 \end_inset
33706
33707 pt)
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 </row>
33713 <row>
33714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33715 \begin_inset Text
33716
33717 \begin_layout Plain Layout
33718 sp
33719 \end_layout
33720
33721 \end_inset
33722 </cell>
33723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33724 \begin_inset Text
33725
33726 \begin_layout Plain Layout
33727 scaled point (65536
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 sp = 1
33732 \begin_inset space \thinspace{}
33733 \end_inset
33734
33735 pt)
33736 \end_layout
33737
33738 \end_inset
33739 </cell>
33740 </row>
33741 <row>
33742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33743 \begin_inset Text
33744
33745 \begin_layout Plain Layout
33746 bp
33747 \end_layout
33748
33749 \end_inset
33750 </cell>
33751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33752 \begin_inset Text
33753
33754 \begin_layout Plain Layout
33755 big point (72
33756 \begin_inset space \thinspace{}
33757 \end_inset
33758
33759 bp = 1
33760 \begin_inset space \thinspace{}
33761 \end_inset
33762
33763 in)
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 </row>
33769 <row>
33770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33771 \begin_inset Text
33772
33773 \begin_layout Plain Layout
33774 dd
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783 didot (1
33784 \begin_inset space \thinspace{}
33785 \end_inset
33786
33787 dd 
33788 \begin_inset Formula $\approx$
33789 \end_inset
33790
33791  0.376
33792 \begin_inset space \thinspace{}
33793 \end_inset
33794
33795 mm)
33796 \end_layout
33797
33798 \end_inset
33799 </cell>
33800 </row>
33801 <row>
33802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33803 \begin_inset Text
33804
33805 \begin_layout Plain Layout
33806 cc
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33812 \begin_inset Text
33813
33814 \begin_layout Plain Layout
33815 cicero (1
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 cc = 12
33820 \begin_inset space \thinspace{}
33821 \end_inset
33822
33823 dd)
33824 \end_layout
33825
33826 \end_inset
33827 </cell>
33828 </row>
33829 <row>
33830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33831 \begin_inset Text
33832
33833 \begin_layout Plain Layout
33834 Scale%
33835 \end_layout
33836
33837 \end_inset
33838 </cell>
33839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33840 \begin_inset Text
33841
33842 \begin_layout Plain Layout
33843 % of original image width
33844 \end_layout
33845
33846 \end_inset
33847 </cell>
33848 </row>
33849 <row>
33850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33851 \begin_inset Text
33852
33853 \begin_layout Plain Layout
33854 text%
33855 \end_layout
33856
33857 \end_inset
33858 </cell>
33859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33860 \begin_inset Text
33861
33862 \begin_layout Plain Layout
33863 % of text width
33864 \end_layout
33865
33866 \end_inset
33867 </cell>
33868 </row>
33869 <row>
33870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33871 \begin_inset Text
33872
33873 \begin_layout Plain Layout
33874 col%
33875 \end_layout
33876
33877 \end_inset
33878 </cell>
33879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33880 \begin_inset Text
33881
33882 \begin_layout Plain Layout
33883 % of column width
33884 \end_layout
33885
33886 \end_inset
33887 </cell>
33888 </row>
33889 <row>
33890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33891 \begin_inset Text
33892
33893 \begin_layout Plain Layout
33894 page%
33895 \end_layout
33896
33897 \end_inset
33898 </cell>
33899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33900 \begin_inset Text
33901
33902 \begin_layout Plain Layout
33903 % of paper width
33904 \end_layout
33905
33906 \end_inset
33907 </cell>
33908 </row>
33909 <row>
33910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33911 \begin_inset Text
33912
33913 \begin_layout Plain Layout
33914 line%
33915 \end_layout
33916
33917 \end_inset
33918 </cell>
33919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33920 \begin_inset Text
33921
33922 \begin_layout Plain Layout
33923 % of line width
33924 \end_layout
33925
33926 \end_inset
33927 </cell>
33928 </row>
33929 <row>
33930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33931 \begin_inset Text
33932
33933 \begin_layout Plain Layout
33934 theight%
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943 % of text height
33944 \end_layout
33945
33946 \end_inset
33947 </cell>
33948 </row>
33949 <row>
33950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33951 \begin_inset Text
33952
33953 \begin_layout Plain Layout
33954 pheight%
33955 \end_layout
33956
33957 \end_inset
33958 </cell>
33959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33960 \begin_inset Text
33961
33962 \begin_layout Plain Layout
33963 % of paper height
33964 \end_layout
33965
33966 \end_inset
33967 </cell>
33968 </row>
33969 <row>
33970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33971 \begin_inset Text
33972
33973 \begin_layout Plain Layout
33974 ex
33975 \end_layout
33976
33977 \end_inset
33978 </cell>
33979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33980 \begin_inset Text
33981
33982 \begin_layout Plain Layout
33983 height of letter 
33984 \emph on
33985 x
33986 \emph default
33987  in current font
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 </row>
33993 <row>
33994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33995 \begin_inset Text
33996
33997 \begin_layout Plain Layout
33998 em
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007 width of letter 
34008 \emph on
34009 M
34010 \emph default
34011  in current font
34012 \end_layout
34013
34014 \end_inset
34015 </cell>
34016 </row>
34017 <row>
34018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34019 \begin_inset Text
34020
34021 \begin_layout Plain Layout
34022 mu
34023 \end_layout
34024
34025 \end_inset
34026 </cell>
34027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34028 \begin_inset Text
34029
34030 \begin_layout Plain Layout
34031 math unit (1
34032 \begin_inset space \thinspace{}
34033 \end_inset
34034
34035 mu = 1/18
34036 \begin_inset space \thinspace{}
34037 \end_inset
34038
34039 em)
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 </row>
34045 </lyxtabular>
34046
34047 \end_inset
34048
34049
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \begin_layout Chapter
34058 Output File Formats with Graphics
34059 \begin_inset CommandInset label
34060 LatexCommand label
34061 name "cha:Output-File-Formats"
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Section
34069 DVI
34070 \begin_inset Index idx
34071 status collapsed
34072
34073 \begin_layout Plain Layout
34074 File Formats ! DVI
34075 \end_layout
34076
34077 \end_inset
34078
34079
34080 \begin_inset Index idx
34081 status collapsed
34082
34083 \begin_layout Plain Layout
34084 DVI|see
34085 \begin_inset ERT
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089
34090 {
34091 \end_layout
34092
34093 \end_inset
34094
34095 File Formats
34096 \begin_inset ERT
34097 status collapsed
34098
34099 \begin_layout Plain Layout
34100
34101 }
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 This file type has the extension 
34116 \begin_inset Quotes eld
34117 \end_inset
34118
34119
34120 \family typewriter
34121 .dvi
34122 \family default
34123
34124 \begin_inset Quotes erd
34125 \end_inset
34126
34127 .
34128  It is called 
34129 \begin_inset Quotes eld
34130 \end_inset
34131
34132 device-independent
34133 \begin_inset Quotes erd
34134 \end_inset
34135
34136  (DVI), because it is completely portable; you can move them from one machine
34137  to another without needing to do any sort of conversion.
34138  At the time when this file-format was developed, this was no matter of
34139  course.
34140  DVIs are used for quick previews and as pre-stage for other output formats,
34141  like PostScript.
34142 \end_layout
34143
34144 \begin_layout Standard
34145 \begin_inset Note Greyedout
34146 status open
34147
34148 \begin_layout Plain Layout
34149
34150 \series bold
34151 Note:
34152 \series default
34153  DVI-files do not contain images; they will only be a linked.
34154 \end_layout
34155
34156 \end_inset
34157
34158  So don't forget this, if you move your 
34159 \family typewriter
34160 .dvi
34161 \family default
34162  file to another computer.
34163  This property can also slow down your computer when you view the DVI, because
34164  the DVI-viewer has to convert the image in the background to make it visible
34165  when you scroll in the DVI.
34166  So it is recommended that you use PDF for files with many images.
34167 \end_layout
34168
34169 \begin_layout Standard
34170 You can export your document to DVI by using the menu 
34171 \family sans
34172 File\SpecialChar \menuseparator
34173 Export\SpecialChar \menuseparator
34174 DVI
34175 \family default
34176 .
34177  You can view your document as DVI via the 
34178 \family sans
34179 View
34180 \family default
34181  menu or by using the toolbar button 
34182 \begin_inset Graphics
34183         filename ../images/buffer-view_dvi.png
34184         scale 85
34185         scaleBeforeRotation
34186
34187 \end_inset
34188
34189 .
34190 \end_layout
34191
34192 \begin_layout Section
34193 PostScript
34194 \begin_inset CommandInset label
34195 LatexCommand label
34196 name "sec:PostScript"
34197
34198 \end_inset
34199
34200
34201 \begin_inset Index idx
34202 status collapsed
34203
34204 \begin_layout Plain Layout
34205 File Formats ! PostScript
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \begin_inset Index idx
34212 status collapsed
34213
34214 \begin_layout Plain Layout
34215 PostScript|see
34216 \begin_inset ERT
34217 status collapsed
34218
34219 \begin_layout Plain Layout
34220
34221 {
34222 \end_layout
34223
34224 \end_inset
34225
34226 File Formats
34227 \begin_inset ERT
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231
34232 }
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \begin_layout Standard
34246 This file type has the extension 
34247 \begin_inset Quotes eld
34248 \end_inset
34249
34250
34251 \family typewriter
34252 .ps
34253 \family default
34254
34255 \begin_inset Quotes erd
34256 \end_inset
34257
34258 .
34259  PostScript was developed by the company 
34260 \family typewriter
34261 Adobe
34262 \family default
34263  as a printer language.
34264  The file therefore contains commands that the printer uses to print the
34265  file.
34266  PostScript can be seen as a 
34267 \begin_inset Quotes eld
34268 \end_inset
34269
34270 programming language
34271 \begin_inset Quotes erd
34272 \end_inset
34273
34274 ; you can calculate with it and draw diagrams and images
34275 \begin_inset Foot
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279 If you are interested to learn more about this, have a look at the LaTeX-package
34280  
34281 \series bold
34282 PSTricks
34283 \series default
34284  
34285 \begin_inset CommandInset citation
34286 LatexCommand cite
34287 key "pstricks"
34288
34289 \end_inset
34290
34291 .
34292 \end_layout
34293
34294 \end_inset
34295
34296 .
34297  Due to this ability, the files are often bigger than PDFs.
34298 \end_layout
34299
34300 \begin_layout Standard
34301 PostScript can only contain images in the format 
34302 \begin_inset Quotes eld
34303 \end_inset
34304
34305 Encapsulated PostScript
34306 \begin_inset Quotes erd
34307 \end_inset
34308
34309  (EPS, file extension 
34310 \begin_inset Quotes eld
34311 \end_inset
34312
34313
34314 \family typewriter
34315 .eps
34316 \family default
34317
34318 \begin_inset Quotes erd
34319 \end_inset
34320
34321 ).
34322  As LyX allows you to use any known image format in your document, it has
34323  to convert images in the background to EPS.
34324  If you have e.g.
34325 \begin_inset space ~
34326 \end_inset
34327
34328 50
34329 \begin_inset space ~
34330 \end_inset
34331
34332 images in your document, LyX has to do 50
34333 \begin_inset space ~
34334 \end_inset
34335
34336 conversions whenever you view or export your document.
34337  This will slow down your work flow with LyX drastically.
34338  So if you plan to use PostScript, you can insert your images directly as
34339  EPS to avoid this problem.
34340 \end_layout
34341
34342 \begin_layout Standard
34343 You can export your document to PostScript using the menu 
34344 \family sans
34345 File\SpecialChar \menuseparator
34346 Export\SpecialChar \menuseparator
34347 Postscript
34348 \family default
34349 .
34350  You can view your document as PostScript via the 
34351 \family sans
34352 View
34353 \family default
34354  menu or by using the toolbar button 
34355 \begin_inset Graphics
34356         filename ../images/buffer-view_ps.png
34357         scale 85
34358         scaleBeforeRotation
34359
34360 \end_inset
34361
34362 .
34363 \end_layout
34364
34365 \begin_layout Section
34366 PDF
34367 \begin_inset Index idx
34368 status collapsed
34369
34370 \begin_layout Plain Layout
34371 File Formats ! PDF
34372 \end_layout
34373
34374 \end_inset
34375
34376
34377 \begin_inset Index idx
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381 PDF
34382 \end_layout
34383
34384 \end_inset
34385
34386
34387 \end_layout
34388
34389 \begin_layout Standard
34390 This file type has the extension 
34391 \begin_inset Quotes eld
34392 \end_inset
34393
34394
34395 \family typewriter
34396 .pdf
34397 \family default
34398
34399 \begin_inset Quotes erd
34400 \end_inset
34401
34402 .
34403  The 
34404 \begin_inset Quotes eld
34405 \end_inset
34406
34407 Portable Document Format
34408 \begin_inset Quotes erd
34409 \end_inset
34410
34411  (PDF) was developed by 
34412 \family typewriter
34413 Adobe
34414 \family default
34415  as a derivative of PostScript.
34416  It is more compressed and it uses fewer commands than PostScript.
34417  As the name 
34418 \begin_inset Quotes eld
34419 \end_inset
34420
34421 portable
34422 \begin_inset Quotes erd
34423 \end_inset
34424
34425  implies, it can be processed at any computer system and the printed output
34426  looks exactly the same.
34427 \end_layout
34428
34429 \begin_layout Standard
34430 PDF can contain images in its own PDF format, in the format 
34431 \begin_inset Quotes eld
34432 \end_inset
34433
34434 Joint Photographic Experts Group
34435 \begin_inset Quotes erd
34436 \end_inset
34437
34438  (JPG, file extension 
34439 \begin_inset Quotes eld
34440 \end_inset
34441
34442
34443 \family typewriter
34444 .jpg
34445 \family default
34446
34447 \begin_inset Quotes erd
34448 \end_inset
34449
34450  or 
34451 \begin_inset Quotes eld
34452 \end_inset
34453
34454
34455 \family typewriter
34456 .jpeg
34457 \family default
34458
34459 \begin_inset Quotes erd
34460 \end_inset
34461
34462 ), and in the format 
34463 \begin_inset Quotes eld
34464 \end_inset
34465
34466 Portable Network Graphics
34467 \begin_inset Quotes erd
34468 \end_inset
34469
34470  (PNG, file extension 
34471 \begin_inset Quotes eld
34472 \end_inset
34473
34474
34475 \family typewriter
34476 .png
34477 \family default
34478
34479 \begin_inset Quotes erd
34480 \end_inset
34481
34482 ).
34483  Nevertheless you can use any other image format, because LyX converts them
34484  in the background to one of these formats.
34485  But as described in the section about PostScript, the image conversion
34486  will slow down your work flow.
34487  So it is recommended that you use images in one of the three mentioned
34488  formats.
34489 \end_layout
34490
34491 \begin_layout Standard
34492 You can export your document to PDF via the menu 
34493 \family sans
34494 File\SpecialChar \menuseparator
34495 Export
34496 \family default
34497  in three different ways:
34498 \end_layout
34499
34500 \begin_layout Description
34501 PDF
34502 \begin_inset space ~
34503 \end_inset
34504
34505 (ps2pdf) This uses the program 
34506 \family typewriter
34507 ps2pdf
34508 \family default
34509  that creates a PDF from a PostScript-version of your file.
34510  The PostScript-version is produced by the program 
34511 \family typewriter
34512 dvips
34513 \family default
34514  which uses a DVI-version as intermediate step.
34515  So this export variant consists of three conversions.
34516 \end_layout
34517
34518 \begin_layout Description
34519 PDF
34520 \begin_inset space ~
34521 \end_inset
34522
34523 (dvipdfm) This uses the program 
34524 \family typewriter
34525 dvipdfm
34526 \family default
34527  that converts your file in the background to DVI and in a second step to
34528  PDF.
34529 \end_layout
34530
34531 \begin_layout Description
34532 PDF
34533 \begin_inset space ~
34534 \end_inset
34535
34536 (pdflatex) This uses the program 
34537 \family typewriter
34538 pdftex
34539 \family default
34540  that converts your file directly to PDF.
34541 \end_layout
34542
34543 \begin_layout Standard
34544 It is recommended that you use 
34545 \family sans
34546 PDF
34547 \begin_inset space ~
34548 \end_inset
34549
34550 (pdflatex)
34551 \family default
34552  because 
34553 \family typewriter
34554 pdftex
34555 \family default
34556  supports all features of actual PDF-versions, is quick and works stable.
34557  The program 
34558 \family typewriter
34559 dvipdfm
34560 \family default
34561  is not under development and therefore a bit outdated.
34562 \end_layout
34563
34564 \begin_layout Standard
34565 You can view your document as PDF via the 
34566 \family sans
34567 View
34568 \family default
34569  menu or by using the toolbar button 
34570 \begin_inset Graphics
34571         filename ../images/buffer-view_pdf2.png
34572         scale 85
34573         scaleBeforeRotation
34574
34575 \end_inset
34576
34577  
34578 \family sans
34579 (
34580 \family default
34581 that uses 
34582 \family sans
34583 PDF
34584 \begin_inset space ~
34585 \end_inset
34586
34587 (pdflatex)
34588 \family default
34589 ).
34590 \end_layout
34591
34592 \begin_layout Chapter
34593 Explanation of Equation
34594 \begin_inset space ~
34595 \end_inset
34596
34597 (
34598 \begin_inset CommandInset ref
34599 LatexCommand ref
34600 reference "eq:Wgn"
34601
34602 \end_inset
34603
34604 )
34605 \begin_inset CommandInset label
34606 LatexCommand label
34607 name "cha:Explanation-of-Equation"
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Standard
34615 We can calculate the total width of 
34616 \emph on
34617 n
34618 \emph default
34619  table cells 
34620 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34621 \end_inset
34622
34623  as follows:
34624 \end_layout
34625
34626 \begin_layout Standard
34627 \begin_inset Formula \begin{equation}
34628 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}
34629
34630 \end_inset
34631
34632 where 
34633 \begin_inset Formula $W_{g\, n}$
34634 \end_inset
34635
34636  is the given width of all cells, 
34637 \series bold
34638
34639 \backslash
34640 tabcolsep
34641 \series default
34642  is the LaTeX-length between the cell text and the cell border (its default
34643  value is 6
34644 \begin_inset space \thinspace{}
34645 \end_inset
34646
34647 pt).
34648  
34649 \series bold
34650
34651 \backslash
34652 arrayrulewidth
34653 \series default
34654  is the thickness of the cell border line, the default is 0.4
34655 \begin_inset space \thinspace{}
34656 \end_inset
34657
34658 pt.
34659 \end_layout
34660
34661 \begin_layout Standard
34662 Following equation
34663 \begin_inset space ~
34664 \end_inset
34665
34666
34667 \begin_inset CommandInset ref
34668 LatexCommand eqref
34669 reference "eq:Wtot_n"
34670
34671 \end_inset
34672
34673 , the total width of a multicolumn 
34674 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34675 \end_inset
34676
34677  is
34678 \end_layout
34679
34680 \begin_layout Standard
34681 \begin_inset Formula \begin{equation}
34682 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34683
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Standard
34690 By setting equation
34691 \begin_inset space ~
34692 \end_inset
34693
34694
34695 \begin_inset CommandInset ref
34696 LatexCommand eqref
34697 reference "eq:Wtot_n"
34698
34699 \end_inset
34700
34701  and 
34702 \begin_inset CommandInset ref
34703 LatexCommand eqref
34704 reference "eq:Wtot_mult"
34705
34706 \end_inset
34707
34708  equal we can calculate the needed given width 
34709 \begin_inset Formula $W_{g\, n}$
34710 \end_inset
34711
34712  when 
34713 \emph on
34714 n
34715 \emph default
34716  columns are spanned, so that each column has a total width of 
34717 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34718 \end_inset
34719
34720 :
34721 \end_layout
34722
34723 \begin_layout Standard
34724 \begin_inset Formula \begin{equation}
34725 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Bibliography
34733 \labelwidthstring Bibliography
34734 \begin_inset CommandInset bibitem
34735 LatexCommand bibitem
34736 key "latexcompanion"
34737
34738 \end_inset
34739
34740 Frank Mittelbach and Michel Goossens: 
34741 \emph on
34742 The LaTeX Companion Second Edition.
34743
34744 \emph default
34745  Addison-Wesley, 2004
34746 \end_layout
34747
34748 \begin_layout Bibliography
34749 \labelwidthstring Bibliography
34750 \begin_inset CommandInset bibitem
34751 LatexCommand bibitem
34752 key "latexguide"
34753
34754 \end_inset
34755
34756 Helmut Kopka and Patrick W.
34757  Daly: 
34758 \emph on
34759 A Guide to LaTeX Fourth Edition.
34760
34761 \emph default
34762  Addison-Wesley, 2003
34763 \end_layout
34764
34765 \begin_layout Bibliography
34766 \labelwidthstring Bibliography
34767 \begin_inset CommandInset bibitem
34768 LatexCommand bibitem
34769 key "latexbook"
34770
34771 \end_inset
34772
34773 Leslie Lamport: 
34774 \emph on
34775 LaTeX: A Document Preparation System.
34776
34777 \emph default
34778  Addison-Wesley, second edition, 1994
34779 \end_layout
34780
34781 \begin_layout Bibliography
34782 \labelwidthstring Bibliography
34783 \begin_inset CommandInset bibitem
34784 LatexCommand bibitem
34785 key "booktabs"
34786
34787 \end_inset
34788
34789 Documentation of the LaTeX-package 
34790 \series bold
34791
34792 \begin_inset CommandInset href
34793 LatexCommand href
34794 name "booktabs"
34795 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34796
34797 \end_inset
34798
34799
34800 \series default
34801
34802 \begin_inset Index idx
34803 status collapsed
34804
34805 \begin_layout Plain Layout
34806 LaTeX-packages ! booktabs
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \begin_layout Bibliography
34815 \labelwidthstring Bibliography
34816 \begin_inset CommandInset bibitem
34817 LatexCommand bibitem
34818 key "caption"
34819
34820 \end_inset
34821
34822 Documentation of the LaTeX-package 
34823 \series bold
34824
34825 \begin_inset CommandInset href
34826 LatexCommand href
34827 name "caption"
34828 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34829
34830 \end_inset
34831
34832
34833 \series default
34834
34835 \begin_inset Index idx
34836 status collapsed
34837
34838 \begin_layout Plain Layout
34839 LaTeX-packages ! caption
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Bibliography
34848 \labelwidthstring Bibliography
34849 \begin_inset CommandInset bibitem
34850 LatexCommand bibitem
34851 key "endfloat"
34852
34853 \end_inset
34854
34855 Documentation of the LaTeX-package 
34856 \series bold
34857
34858 \begin_inset CommandInset href
34859 LatexCommand href
34860 name "endfloat"
34861 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34862
34863 \end_inset
34864
34865
34866 \series default
34867
34868 \begin_inset Index idx
34869 status collapsed
34870
34871 \begin_layout Plain Layout
34872 LaTeX-packages ! endfloat
34873 \end_layout
34874
34875 \end_inset
34876
34877
34878 \end_layout
34879
34880 \begin_layout Bibliography
34881 \labelwidthstring Bibliography
34882 \begin_inset CommandInset bibitem
34883 LatexCommand bibitem
34884 key "wrapfig"
34885
34886 \end_inset
34887
34888 Documentation of the LaTeX-package 
34889 \series bold
34890
34891 \begin_inset CommandInset href
34892 LatexCommand href
34893 name "wrapfig"
34894 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34895
34896 \end_inset
34897
34898
34899 \series default
34900
34901 \begin_inset Index idx
34902 status collapsed
34903
34904 \begin_layout Plain Layout
34905 LaTeX-packages ! wrapfig
34906 \begin_inset ERT
34907 status collapsed
34908
34909 \begin_layout Plain Layout
34910
34911
34912 \backslash
34913 vspace{4mm}
34914 \end_layout
34915
34916 \end_inset
34917
34918
34919 \end_layout
34920
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \begin_layout Bibliography
34927 \labelwidthstring Bibliography
34928 \begin_inset CommandInset bibitem
34929 LatexCommand bibitem
34930 key "footmisc"
34931
34932 \end_inset
34933
34934 Documentation of the LaTeX-package 
34935 \series bold
34936
34937 \begin_inset CommandInset href
34938 LatexCommand href
34939 name "footmisc"
34940 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34941
34942 \end_inset
34943
34944
34945 \series default
34946
34947 \begin_inset Index idx
34948 status collapsed
34949
34950 \begin_layout Plain Layout
34951 LaTeX-packages ! footmisc
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \begin_layout Bibliography
34960 \labelwidthstring Bibliography
34961 \begin_inset CommandInset bibitem
34962 LatexCommand bibitem
34963 key "hypcap"
34964
34965 \end_inset
34966
34967 Documentation of the LaTeX-package 
34968 \series bold
34969
34970 \begin_inset CommandInset href
34971 LatexCommand href
34972 name "hypcap"
34973 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34974
34975 \end_inset
34976
34977
34978 \series default
34979
34980 \begin_inset Index idx
34981 status collapsed
34982
34983 \begin_layout Plain Layout
34984 LaTeX-packages ! hyperref
34985 \end_layout
34986
34987 \end_inset
34988
34989
34990 \end_layout
34991
34992 \begin_layout Bibliography
34993 \labelwidthstring Bibliography
34994 \begin_inset CommandInset bibitem
34995 LatexCommand bibitem
34996 key "hyperref"
34997
34998 \end_inset
34999
35000 Documentation of the LaTeX-package 
35001 \series bold
35002
35003 \begin_inset CommandInset href
35004 LatexCommand href
35005 name "hyperref"
35006 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35007
35008 \end_inset
35009
35010
35011 \series default
35012
35013 \begin_inset Index idx
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017 LaTeX-packages ! hyperref
35018 \end_layout
35019
35020 \end_inset
35021
35022
35023 \end_layout
35024
35025 \begin_layout Bibliography
35026 \labelwidthstring Bibliography
35027 \begin_inset CommandInset bibitem
35028 LatexCommand bibitem
35029 key "KOMA-Script"
35030
35031 \end_inset
35032
35033 Documentation of the LaTeX-package 
35034 \series bold
35035
35036 \begin_inset CommandInset href
35037 LatexCommand href
35038 name "KOMA-Script"
35039 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35040
35041 \end_inset
35042
35043
35044 \series default
35045
35046 \begin_inset Index idx
35047 status collapsed
35048
35049 \begin_layout Plain Layout
35050 LaTeX-packages ! KOMA-Script
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Bibliography
35059 \labelwidthstring Bibliography
35060 \begin_inset CommandInset bibitem
35061 LatexCommand bibitem
35062 key "listings"
35063
35064 \end_inset
35065
35066 Documentation of the LaTeX-package 
35067 \series bold
35068
35069 \begin_inset CommandInset href
35070 LatexCommand href
35071 name "listings"
35072 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35073
35074 \end_inset
35075
35076
35077 \series default
35078
35079 \begin_inset Index idx
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083 LaTeX-packages ! listings
35084 \end_layout
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Bibliography
35092 \labelwidthstring Bibliography
35093 \begin_inset CommandInset bibitem
35094 LatexCommand bibitem
35095 key "marginnote"
35096
35097 \end_inset
35098
35099 Documentation of the LaTeX-package 
35100 \series bold
35101
35102 \begin_inset CommandInset href
35103 LatexCommand href
35104 name "marginnote"
35105 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35106
35107 \end_inset
35108
35109
35110 \series default
35111
35112 \begin_inset Index idx
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116 LaTeX-packages ! marginnote
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Bibliography
35125 \labelwidthstring Bibliography
35126 \begin_inset CommandInset bibitem
35127 LatexCommand bibitem
35128 key "pstricks"
35129
35130 \end_inset
35131
35132 Web page of the LaTeX-package 
35133 \series bold
35134
35135 \begin_inset CommandInset href
35136 LatexCommand href
35137 name "PSTricks"
35138 target "http://tug.org/PSTricks/"
35139
35140 \end_inset
35141
35142
35143 \series default
35144
35145 \begin_inset Index idx
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149 LaTeX-packages ! PSTricks
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Bibliography
35158 \labelwidthstring Bibliography
35159 \begin_inset CommandInset bibitem
35160 LatexCommand bibitem
35161 key "sidecap"
35162
35163 \end_inset
35164
35165 Documentation of the LaTeX-package 
35166 \series bold
35167
35168 \begin_inset CommandInset href
35169 LatexCommand href
35170 name "sidecap"
35171 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35172
35173 \end_inset
35174
35175
35176 \series default
35177
35178 \begin_inset Index idx
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182 LaTeX-packages ! sidecap
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Bibliography
35191 \labelwidthstring Bibliography
35192 \begin_inset CommandInset bibitem
35193 LatexCommand bibitem
35194 key "prettyref"
35195
35196 \end_inset
35197
35198 Documentation of the LaTeX-package 
35199 \series bold
35200
35201 \begin_inset CommandInset href
35202 LatexCommand href
35203 name "prettyref"
35204 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35205
35206 \end_inset
35207
35208
35209 \series default
35210
35211 \begin_inset Index idx
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215 LaTeX-packages ! prettyref
35216 \end_layout
35217
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \begin_layout Bibliography
35224 \labelwidthstring Bibliography
35225 \begin_inset CommandInset bibitem
35226 LatexCommand bibitem
35227 key "refstyle"
35228
35229 \end_inset
35230
35231 Documentation of the LaTeX-package 
35232 \series bold
35233
35234 \begin_inset CommandInset href
35235 LatexCommand href
35236 name "refstyle"
35237 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
35238
35239 \end_inset
35240
35241
35242 \series default
35243
35244 \begin_inset Index idx
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 LaTeX-packages ! refstyle
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Bibliography
35257 \labelwidthstring Bibliography
35258 \begin_inset CommandInset bibitem
35259 LatexCommand bibitem
35260 key "NewInLyX20"
35261
35262 \end_inset
35263
35264
35265 \begin_inset CommandInset href
35266 LatexCommand href
35267 name "Wiki page"
35268 target "http://wiki.lyx.org/LyX/NewInLyX20"
35269
35270 \end_inset
35271
35272  about new features in 
35273 \family sans
35274 LyX 2.0
35275 \family default
35276 .
35277 \end_layout
35278
35279 \begin_layout Standard
35280 \begin_inset CommandInset index_print
35281 LatexCommand printindex
35282 type "idx"
35283
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \end_body
35290 \end_document