]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
06210327f0600573a5b941f66f9d5678184fc485
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX}}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \use_default_options false
166 \language english
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "LyX Team, Uwe Stöhr"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
223  manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 1.6.1
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
286  
287 \series bold
288 arydshln
289 \series default
290
291 \series bold
292 colortbl
293 \series default
294
295 \series bold
296 marginnote
297 \series default
298 , and 
299 \series bold
300 sidecap
301 \series default
302  must be installed.
303  If they are not installed you can export the document anyway but the sections
304  where the packages are required won't appear in the output.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Chapter
323 Figures
324 \begin_inset Index
325 status collapsed
326
327 \begin_layout Plain Layout
328 Figures
329 \end_layout
330
331 \end_inset
332
333
334 \begin_inset Index
335 status collapsed
336
337 \begin_layout Plain Layout
338 Graphics|see
339 \begin_inset ERT
340 status collapsed
341
342 \begin_layout Plain Layout
343
344 {
345 \end_layout
346
347 \end_inset
348
349 Figures
350 \begin_inset ERT
351 status collapsed
352
353 \begin_layout Plain Layout
354
355 }
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \end_inset
364
365
366 \end_layout
367
368 \begin_layout Section
369 Graphics Dialog
370 \begin_inset Index
371 status collapsed
372
373 \begin_layout Plain Layout
374 Figures ! Graphics Dialog
375 \end_layout
376
377 \end_inset
378
379
380 \begin_inset CommandInset label
381 LatexCommand label
382 name "sec:Graphics-Dialog"
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Standard
390 To insert an image into your document, place the cursor at the text position
391  you want and click on the toolbar icon 
392 \begin_inset Graphics
393         filename ../images/dialog-show-new-inset_graphics.png
394         scale 85
395         scaleBeforeRotation
396
397 \end_inset
398
399  or use the menu 
400 \family sans
401 Insert\SpecialChar \menuseparator
402 Graphics
403 \family default
404 .
405  Then a dialog will appear to choose the file to load.
406  The image will appear in the output exactly at the position where it is
407  in the text.
408 \end_layout
409
410 \begin_layout Standard
411 The graphics dialog can be called at any time by clicking on an image.
412  This dialog has three tabs:
413 \end_layout
414
415 \begin_layout Description
416
417 \family sans
418 Graphics
419 \family default
420  Here you can choose an image file and adjust its appearance in the output.
421  The available units for the image size are explained in appendix
422 \begin_inset space ~
423 \end_inset
424
425
426 \begin_inset CommandInset ref
427 LatexCommand ref
428 reference "cha:Units-available-in"
429
430 \end_inset
431
432 .
433 \begin_inset Newline newline
434 \end_inset
435
436
437 \begin_inset Index
438 status collapsed
439
440 \begin_layout Plain Layout
441 Figures ! rotated
442 \end_layout
443
444 \end_inset
445
446 You can rotate images counter-clockwise by setting a rotation angle and
447  a rotation origin.
448  The image will also be rotated inside LyX.
449 \begin_inset Newline newline
450 \end_inset
451
452
453 \begin_inset Index
454 status collapsed
455
456 \begin_layout Plain Layout
457 Figures ! scaled
458 \end_layout
459
460 \end_inset
461
462 Images can be scaled by using a percentage value or by setting the width
463  and height explicitly.
464  If you set only the width or only the height, the other size will be determined
465  automatically.
466  If you set both, then the image will be transformed to the given size,
467  possibly distorting it.
468  To prevent the image from distortion, use the option 
469 \family sans
470 Maintain aspect ratio
471 \family default
472 .
473  The image will then be scaled so that its width and height don't exceed
474  the specified dimensions.
475 \begin_inset Newline newline
476 \end_inset
477
478 Images can be opened in a program of your choice when pressing the 
479 \family sans
480 Edit
481 \family default
482  button.
483  The program can be set for every image format in the file format settings
484  in LyX's preferences.
485 \end_layout
486
487 \begin_layout Description
488
489 \family sans
490 Clipping
491 \family default
492  Alternatively to the usage of scaling units it is possible to set image
493  coordinates to adjust the height and width of the image in the output.
494  The coordinates can also be calculated automatically by pressing the button
495  
496 \family sans
497 Get
498 \begin_inset space ~
499 \end_inset
500
501 from
502 \begin_inset space ~
503 \end_inset
504
505 File
506 \family default
507 .
508  The option 
509 \family sans
510 Clip
511 \begin_inset space ~
512 \end_inset
513
514 to
515 \begin_inset space ~
516 \end_inset
517
518 bounding
519 \begin_inset space ~
520 \end_inset
521
522 box
523 \family default
524  will only print the image region within the given coordinates.
525  Normally you don't need to take care about image coordinates and can ignore
526  this tab.
527 \end_layout
528
529 \begin_layout Description
530
531 \family sans
532 LaTeX
533 \begin_inset space ~
534 \end_inset
535
536 and
537 \begin_inset space ~
538 \end_inset
539
540 LyX
541 \begin_inset space ~
542 \end_inset
543
544 options
545 \family default
546  In this tab you can modify the appearance of the image within LyX and LaTeX
547  experts can specify additional LaTeX options.
548 \begin_inset Newline newline
549 \end_inset
550
551 The option 
552 \family sans
553 Draft
554 \begin_inset space ~
555 \end_inset
556
557 mode
558 \family default
559  makes the image appear in the output only as a frame with the size of the
560  image.
561 \begin_inset Newline newline
562 \end_inset
563
564 The 
565 \family sans
566 Don't
567 \begin_inset space ~
568 \end_inset
569
570 unzip
571 \begin_inset space ~
572 \end_inset
573
574 on
575 \begin_inset space ~
576 \end_inset
577
578 export
579 \family default
580  option only affects zipped EPS-graphics, e.
581 \begin_inset space \thinspace{}
582 \end_inset
583
584 g.
585 \begin_inset space \space{}
586 \end_inset
587
588
589 \emph on
590 x.eps.gz
591 \emph default
592 .
593  When the option is used the images will not be unzipped on export, since
594  LaTeX can handle them as they are.
595 \begin_inset Newline newline
596 \end_inset
597
598 Zipped EPS-graphics are useful to save disk space when you choose PostScript
599  as output format, see appendix
600 \begin_inset space ~
601 \end_inset
602
603
604 \begin_inset CommandInset ref
605 LatexCommand ref
606 reference "sec:PostScript"
607
608 \end_inset
609
610 .
611  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
612  console:
613 \begin_inset Newline newline
614 \end_inset
615
616
617 \series bold
618 gzip x.eps
619 \series default
620
621 \begin_inset Newline newline
622 \end_inset
623
624
625 \series bold
626 zgrep %%Bounding x.eps.gz > x.eps.bb
627 \series default
628
629 \begin_inset Newline newline
630 \end_inset
631
632 The second command creates the bounding box file 
633 \begin_inset Quotes eld
634 \end_inset
635
636 x.eps.bb
637 \begin_inset Quotes erd
638 \end_inset
639
640  that is needed by LaTeX for zipped graphics.
641 \begin_inset Newline newline
642 \end_inset
643
644 The field 
645 \family sans
646 Initialize
647 \begin_inset space ~
648 \end_inset
649
650 Group
651 \begin_inset space ~
652 \end_inset
653
654 Name
655 \family default
656  allows you define or join an image settings group.
657 \begin_inset Index
658 status collapsed
659
660 \begin_layout Plain Layout
661 Figures ! Settings grouping
662 \end_layout
663
664 \end_inset
665
666  Images within such a group share their settings, so adjusting one image
667  of the group automatically also adjusts all other images of the group in
668  the same way.
669  So you can for example change the size for a bunch of images without the
670  need to manually change each of them.
671  Joining an existing group can also be done using the context menu of the
672  image by checking the name of the desired group.
673 \end_layout
674
675 \begin_layout Standard
676 \begin_inset VSpace bigskip
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Standard
683 This is an example image in EPS format
684 \begin_inset Foot
685 status collapsed
686
687 \begin_layout Plain Layout
688 Image formats are explained in section
689 \begin_inset space ~
690 \end_inset
691
692
693 \begin_inset CommandInset ref
694 LatexCommand ref
695 reference "sec:Image-Formats"
696
697 \end_inset
698
699 .
700 \end_layout
701
702 \end_inset
703
704  within a separate, horizontally centered paragraph:
705 \end_layout
706
707 \begin_layout Standard
708 \align center
709 \begin_inset Graphics
710         filename clipart/mobius.eps
711         scale 70
712         scaleBeforeRotation
713         rotateOrigin center
714
715 \end_inset
716
717
718 \end_layout
719
720 \begin_layout Standard
721 This is the same image like the one above but in draft mode:
722 \end_layout
723
724 \begin_layout Standard
725 \align center
726 \begin_inset Graphics
727         filename clipart/mobius.eps
728         scale 70
729         draft
730         scaleBeforeRotation
731         rotateOrigin center
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Standard
739 \begin_inset Newpage newpage
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Section
746 Figure Floats
747 \begin_inset CommandInset label
748 LatexCommand label
749 name "sec:Figure-Floats"
750
751 \end_inset
752
753
754 \begin_inset Index
755 status collapsed
756
757 \begin_layout Plain Layout
758 Floats ! Figures
759 \end_layout
760
761 \end_inset
762
763
764 \begin_inset Index
765 status collapsed
766
767 \begin_layout Plain Layout
768 Figures ! Floats
769 \end_layout
770
771 \end_inset
772
773
774 \end_layout
775
776 \begin_layout Standard
777 For general explanations about floats, have a look at section
778 \begin_inset space ~
779 \end_inset
780
781
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "sec:FloatIntroduction"
785
786 \end_inset
787
788 .
789 \end_layout
790
791 \begin_layout Standard
792 The toolbar button 
793 \begin_inset Graphics
794         filename ../images/float-insert_figure.png
795         scale 85
796         scaleBeforeRotation
797
798 \end_inset
799
800  and the menu 
801 \family sans
802 Insert\SpecialChar \menuseparator
803 Float\SpecialChar \menuseparator
804 Figure
805 \family default
806  inserts a float with a caption that has the label 
807 \begin_inset Quotes eld
808 \end_inset
809
810 Figure
811 \begin_inset space ~
812 \end_inset
813
814 #:
815 \begin_inset Quotes erd
816 \end_inset
817
818  (# is the actual number).
819  You can insert the image above the caption, like in Figure
820 \begin_inset space ~
821 \end_inset
822
823
824 \begin_inset CommandInset ref
825 LatexCommand ref
826 reference "fig:kill-plat"
827
828 \end_inset
829
830  or below the caption, like in Figure
831 \begin_inset space ~
832 \end_inset
833
834
835 \begin_inset CommandInset ref
836 LatexCommand ref
837 reference "fig:escher"
838
839 \end_inset
840
841 .
842  More about the caption placement is described in section
843 \begin_inset space ~
844 \end_inset
845
846
847 \begin_inset CommandInset ref
848 LatexCommand ref
849 reference "sec:Caption-Placement"
850
851 \end_inset
852
853 .
854 \end_layout
855
856 \begin_layout Standard
857 \begin_inset Float figure
858 wide false
859 sideways false
860 status open
861
862 \begin_layout Plain Layout
863 \align center
864 \begin_inset Graphics
865         filename clipart/platypus.eps
866         width 50col%
867         scaleBeforeRotation
868         rotateOrigin center
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Plain Layout
876 \begin_inset Caption
877
878 \begin_layout Plain Layout
879 \begin_inset CommandInset label
880 LatexCommand label
881 name "fig:kill-plat"
882
883 \end_inset
884
885 A severely distorted platypus in a float.
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Float figure
900 wide false
901 sideways false
902 status open
903
904 \begin_layout Plain Layout
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "fig:escher"
911
912 \end_inset
913
914 M.C.
915  Escher on acid.
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Plain Layout
924 \align center
925 \begin_inset Graphics
926         filename clipart/escher-lsd.eps
927         scale 80
928         scaleBeforeRotation
929         rotateOrigin center
930
931 \end_inset
932
933
934 \end_layout
935
936 \end_inset
937
938
939 \end_layout
940
941 \begin_layout Standard
942 \begin_inset Index
943 status collapsed
944
945 \begin_layout Plain Layout
946 References ! to Figures
947 \end_layout
948
949 \end_inset
950
951 Figure
952 \begin_inset space ~
953 \end_inset
954
955
956 \begin_inset CommandInset ref
957 LatexCommand ref
958 reference "fig:kill-plat"
959
960 \end_inset
961
962  and 
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:escher"
966
967 \end_inset
968
969  are examples of referenced figures.
970  Figures can be referenced in the text by referencing their label.
971  To do this insert a label in the caption using the menu 
972 \family sans
973 Insert\SpecialChar \menuseparator
974 Label
975 \family default
976  or the toolbar button 
977 \begin_inset Graphics
978         filename ../images/label-insert.png
979         scale 85
980         scaleBeforeRotation
981
982 \end_inset
983
984 .
985  You can now refer to the label using the menu 
986 \family sans
987 Insert\SpecialChar \menuseparator
988 Cross
989 \begin_inset space ~
990 \end_inset
991
992 reference
993 \family default
994  or the toolbar button 
995 \begin_inset Graphics
996         filename ../images/dialog-show-new-inset_ref.png
997         scale 85
998         scaleBeforeRotation
999
1000 \end_inset
1001
1002 .
1003  It is important to use references to floats, rather than using vague references
1004  like 
1005 \begin_inset Quotes eld
1006 \end_inset
1007
1008 the figure above
1009 \begin_inset Quotes erd
1010 \end_inset
1011
1012 , because as LaTeX will reposition the floats in the final document, it
1013  might not be 
1014 \begin_inset Quotes eld
1015 \end_inset
1016
1017 above
1018 \begin_inset Quotes erd
1019 \end_inset
1020
1021  at all.
1022 \begin_inset Newline newline
1023 \end_inset
1024
1025 Referencing is explained in detail in section
1026 \begin_inset space ~
1027 \end_inset
1028
1029
1030 \begin_inset CommandInset ref
1031 LatexCommand ref
1032 reference "sec:Referencing-Floats"
1033
1034 \end_inset
1035
1036 .
1037 \end_layout
1038
1039 \begin_layout Standard
1040 Normally only one image is inserted to a figure float, but sometimes you
1041  might want to use two images with separate subcaptions.
1042  This can be done by inserting image floats into existing image floats.
1043  Note that only the main caption of the float is added to the List of Figures.
1044  Figure
1045 \begin_inset space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:Two-distorted-images"
1052
1053 \end_inset
1054
1055  is an example of a figure float with two images set side by side.
1056  You can also set the images one below the other.
1057  Figure
1058 \begin_inset space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "fig:Undefinable-structure"
1065
1066 \end_inset
1067
1068  and 
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "fig:A-Platypus"
1072
1073 \end_inset
1074
1075  are the subfigures.
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Undefinable-structure"
1101
1102 \end_inset
1103
1104 Undefinable structure.
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename clipart/escher-lsd.eps
1115         width 45col%
1116         scaleBeforeRotation
1117         groupId distorted
1118
1119 \end_inset
1120
1121
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \begin_inset space \hfill{}
1128 \end_inset
1129
1130
1131 \begin_inset Float figure
1132 wide false
1133 sideways false
1134 status collapsed
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Caption
1138
1139 \begin_layout Plain Layout
1140 \begin_inset CommandInset label
1141 LatexCommand label
1142 name "fig:A-Platypus"
1143
1144 \end_inset
1145
1146 A Platypus.
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Graphics
1156         filename clipart/platypus.eps
1157         width 45col%
1158         scaleBeforeRotation
1159         groupId distorted
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \begin_inset space \hfill{}
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \begin_layout Plain Layout
1176 \begin_inset Caption
1177
1178 \begin_layout Plain Layout
1179 \begin_inset CommandInset label
1180 LatexCommand label
1181 name "fig:Two-distorted-images"
1182
1183 \end_inset
1184
1185 Two distorted images.
1186  Both images are in the image settings group named 
1187 \begin_inset Quotes eld
1188 \end_inset
1189
1190 distorted
1191 \begin_inset Quotes erd
1192 \end_inset
1193
1194 .
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Standard
1208 \begin_inset Newpage newpage
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \begin_layout Section
1215 Image Formats
1216 \begin_inset CommandInset label
1217 LatexCommand label
1218 name "sec:Image-Formats"
1219
1220 \end_inset
1221
1222
1223 \begin_inset Index
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227 Image Formats
1228 \end_layout
1229
1230 \end_inset
1231
1232
1233 \begin_inset Index
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237 Figures ! Image Formats
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Standard
1246 You can insert images in any known file format.
1247  But as explained in appendix
1248 \begin_inset space ~
1249 \end_inset
1250
1251
1252 \begin_inset CommandInset ref
1253 LatexCommand ref
1254 reference "cha:Output-File-Formats"
1255
1256 \end_inset
1257
1258 , every output document format allows only a few image formats.
1259  LyX uses therefore the program 
1260 \family typewriter
1261 Imagemagick
1262 \family default
1263  in the background to convert the images to the right format.
1264  To increase your work flow by avoiding these conversions in the background,
1265  you can use only the image formats that can directly be embedded in the
1266  output file format.
1267  The output file formats are explained in appendix
1268 \begin_inset space ~
1269 \end_inset
1270
1271
1272 \begin_inset CommandInset ref
1273 LatexCommand ref
1274 reference "cha:Output-File-Formats"
1275
1276 \end_inset
1277
1278 .
1279 \end_layout
1280
1281 \begin_layout Standard
1282 Similar to fonts there are two types of image formats:
1283 \end_layout
1284
1285 \begin_layout Description
1286 Bitmap
1287 \begin_inset space ~
1288 \end_inset
1289
1290 images consist of pixel values, often in a compressed form.
1291  They are therefore not fully scalable and look pixeled in large zooms.
1292  Well-known bitmap image formats are 
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 Graphics Interchange Format
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  (GIF, file extension 
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .gif
1307 \family default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 GIF|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Image formats
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 Portable Network Graphics
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  (PNG, file extension 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .png
1359 \family default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364 )
1365 \begin_inset Index
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 PNG|see
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 {
1376 \end_layout
1377
1378 \end_inset
1379
1380 Image formats
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 }
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \end_inset
1395
1396 , and 
1397 \begin_inset Quotes eld
1398 \end_inset
1399
1400 Joint Photographic Experts Group
1401 \begin_inset Quotes erd
1402 \end_inset
1403
1404  (JPG, file extension 
1405 \begin_inset Quotes eld
1406 \end_inset
1407
1408
1409 \family typewriter
1410 .jpg
1411 \family default
1412
1413 \begin_inset Quotes erd
1414 \end_inset
1415
1416  or 
1417 \begin_inset Quotes eld
1418 \end_inset
1419
1420
1421 \family typewriter
1422 .jpeg
1423 \family default
1424
1425 \begin_inset Quotes erd
1426 \end_inset
1427
1428 )
1429 \begin_inset Index
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 JPG|see
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 {
1440 \end_layout
1441
1442 \end_inset
1443
1444 Image formats
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 }
1451 \end_layout
1452
1453 \end_inset
1454
1455
1456 \end_layout
1457
1458 \end_inset
1459
1460 .
1461 \end_layout
1462
1463 \begin_layout Description
1464 Vector
1465 \begin_inset space ~
1466 \end_inset
1467
1468 images consist of vectors and can therefore be scaled to any size without
1469  data loss.
1470  The scaling ability is necessary if you want to create presentations, because
1471  presentations are always scaled by the video projector.
1472  Scaling is also useful for online documents to let the user zoom into diagrams.
1473 \begin_inset Newline newline
1474 \end_inset
1475
1476 Well-known scalable image formats are 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Scalable Vector Graphics
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  (SVG, file extension 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .svg
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 SVG|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Image formats
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Encapsulated PostScript
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536  (EPS, file extension 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .eps
1543 \family default
1544
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 EPS|see
1554 \begin_inset ERT
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558
1559 {
1560 \end_layout
1561
1562 \end_inset
1563
1564 Image formats
1565 \begin_inset ERT
1566 status collapsed
1567
1568 \begin_layout Plain Layout
1569
1570 }
1571 \end_layout
1572
1573 \end_inset
1574
1575
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \begin_inset Quotes eld
1582 \end_inset
1583
1584 Portable Document Format
1585 \begin_inset Quotes erd
1586 \end_inset
1587
1588  (PDF, file extension 
1589 \begin_inset Quotes eld
1590 \end_inset
1591
1592
1593 \family typewriter
1594 .pdf
1595 \family default
1596
1597 \begin_inset Quotes erd
1598 \end_inset
1599
1600 )
1601 \begin_inset Index
1602 status collapsed
1603
1604 \begin_layout Plain Layout
1605 PDF
1606 \end_layout
1607
1608 \end_inset
1609
1610 , and 
1611 \begin_inset Quotes eld
1612 \end_inset
1613
1614 Windows Metafile
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618  (WMF, file extension 
1619 \begin_inset Quotes eld
1620 \end_inset
1621
1622
1623 \family typewriter
1624 .wmf
1625 \family default
1626
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630 )
1631 \begin_inset Index
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635 SVG|see
1636 \begin_inset ERT
1637 status collapsed
1638
1639 \begin_layout Plain Layout
1640
1641 {
1642 \end_layout
1643
1644 \end_inset
1645
1646 Image formats
1647 \begin_inset ERT
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651
1652 }
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \end_inset
1661
1662 .
1663  We wrote 
1664 \begin_inset Quotes eld
1665 \end_inset
1666
1667 can be
1668 \begin_inset Quotes erd
1669 \end_inset
1670
1671 , because you can convert any bitmap image to a PDF or EPS-image and the
1672  result will still be a bitmap image.
1673  In this cases only a header with the image properties is added to the original
1674  image
1675 \begin_inset Foot
1676 status open
1677
1678 \begin_layout Plain Layout
1679 In the case of PDF, the original image is additionally compressed.
1680 \end_layout
1681
1682 \end_inset
1683
1684 .
1685  The PDF-files generated by 
1686 \family typewriter
1687 Adobe Photoshop
1688 \family default
1689  are for example bitmap images.
1690 \end_layout
1691
1692 \begin_layout Standard
1693 Normally it is not possible to convert a bitmap image into a scalable one,
1694  only vice versa.
1695  Only the image formats PDF and EPS can directly be embedded to PDF and
1696  PostScript output files, respectively.
1697  SVG and WMF-images are recalculated to bitmaps when the output file is
1698  generated because there is currently no adequate WMF/SVG
1699 \begin_inset Formula $\to$
1700 \end_inset
1701
1702 PDF/EPS converter available.
1703 \end_layout
1704
1705 \begin_layout Chapter
1706 Tables
1707 \begin_inset Index
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Table
1712 \end_layout
1713
1714 \end_inset
1715
1716
1717 \end_layout
1718
1719 \begin_layout Section
1720 Introduction
1721 \begin_inset Index
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Table ! Introduction
1726 \end_layout
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Standard
1734 You can insert a table using either the toolbar button 
1735 \begin_inset Graphics
1736         filename ../images/tabular-insert.png
1737         scale 85
1738         scaleBeforeRotation
1739
1740 \end_inset
1741
1742  or the menu 
1743 \family sans
1744 Insert\SpecialChar \menuseparator
1745 Table
1746 \family default
1747 .
1748  The toolbar button offers you a graphical selection: Move the mouse to
1749  set the column/row number of the table that should be created and then
1750  press a mouse button.
1751  When you use the menu to create a table, a dialog will appear, asking you
1752  for the number of rows and columns.
1753 \begin_inset Newline newline
1754 \end_inset
1755
1756  The default table has lines around any cell and the first row appears separated
1757  from the rest of the table.
1758  This separation occurs due to a double line: The cells of the first row
1759  have a line below them and the cells of the second row have a line above
1760  them.
1761  Here is an example table:
1762 \end_layout
1763
1764 \begin_layout Standard
1765 \align center
1766 \begin_inset Tabular
1767 <lyxtabular version="3" rows="4" columns="4">
1768 <features>
1769 <column alignment="center" valignment="top" width="0">
1770 <column alignment="center" valignment="top" width="0">
1771 <column alignment="center" valignment="top" width="0">
1772 <column alignment="center" valignment="top" width="0">
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \family roman
1789 \series medium
1790 \shape up
1791 \size normal
1792 \emph off
1793 \bar no
1794 \noun off
1795 \color none
1796 1
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805 2
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814 3
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \family roman
1827 \series medium
1828 \shape up
1829 \size normal
1830 \emph off
1831 \bar no
1832 \noun off
1833 \color none
1834 A
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 </row>
1867 <row>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \family roman
1874 \series medium
1875 \shape up
1876 \size normal
1877 \emph off
1878 \bar no
1879 \noun off
1880 \color none
1881 B
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \family roman
1921 \series medium
1922 \shape up
1923 \size normal
1924 \emph off
1925 \bar no
1926 \noun off
1927 \color none
1928 C
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \end_layout
1948
1949 \end_inset
1950 </cell>
1951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1952 \begin_inset Text
1953
1954 \begin_layout Plain Layout
1955
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 </row>
1961 </lyxtabular>
1962
1963 \end_inset
1964
1965
1966 \end_layout
1967
1968 \begin_layout Section
1969 Table Dialog
1970 \begin_inset Index
1971 status collapsed
1972
1973 \begin_layout Plain Layout
1974 Table ! Dialog
1975 \end_layout
1976
1977 \end_inset
1978
1979
1980 \end_layout
1981
1982 \begin_layout Standard
1983 You can alter a table by clicking on it with the right mouse button, which
1984  brings up the table dialog.
1985  Here you can adjust the settings of that cell and row/column respectively
1986  where the cursor is currently placed.
1987  Most of the dialog options also work on selections.
1988  This means if you select more cells, columns or rows, the action is done
1989  for the whole selection.
1990  Note that there is a difference between selecting the 
1991 \emph on
1992 contents
1993 \emph default
1994  of the cell, and the cell itself.
1995  You can alter tables with the following tabs of the table dialog:
1996 \end_layout
1997
1998 \begin_layout Description
1999
2000 \family sans
2001 Table
2002 \begin_inset space ~
2003 \end_inset
2004
2005 Settings
2006 \family default
2007  Here you can set the horizontal alignment and the width of the current
2008  column.
2009  When you have set a width you can also adjust the vertical alignment of
2010  the current row.
2011  A given width will allow the cell to have line breaks and multiple paragraphs
2012  of text, see section
2013 \begin_inset space ~
2014 \end_inset
2015
2016
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "sub:Multiple-Lines-in"
2020
2021 \end_inset
2022
2023 .
2024  If you set no width, the column is as wide as their widest cell content
2025  is.
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2030  cell, see section
2031 \begin_inset space ~
2032 \end_inset
2033
2034
2035 \begin_inset CommandInset ref
2036 LatexCommand ref
2037 reference "sub:Multicolumns"
2038
2039 \end_inset
2040
2041 .
2042 \begin_inset Newline newline
2043 \end_inset
2044
2045 The rotate check boxes rotates the current cell, a selection, or the whole
2046  table counter-clockwise by 90°.
2047  The rotation is not shown within LyX, only in the output.
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051
2052 \begin_inset Note Greyedout
2053 status open
2054
2055 \begin_layout Plain Layout
2056
2057 \series bold
2058 Note:
2059 \series default
2060  Not all DVI-viewers are able to display rotations.
2061 \end_layout
2062
2063 \end_inset
2064
2065
2066 \begin_inset Newline newline
2067 \end_inset
2068
2069 It is also possible to enter a LaTeX-argument which is needed for special
2070  table formattings, see section
2071 \begin_inset space ~
2072 \end_inset
2073
2074
2075 \begin_inset CommandInset ref
2076 LatexCommand ref
2077 reference "sub:Multicolumn-Calculations"
2078
2079 \end_inset
2080
2081  and 
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "sec:Colored-Tables"
2085
2086 \end_inset
2087
2088 .
2089 \end_layout
2090
2091 \begin_layout Description
2092
2093 \family sans
2094 Borders
2095 \family default
2096  In this tab you can add and delete border lines for the current row/column.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 Using the style option 
2101 \family sans
2102 Formal
2103 \family default
2104  will convert the table to a formal table as described in section
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "sec:Formal-Tables"
2112
2113 \end_inset
2114
2115 .
2116 \begin_inset Newline newline
2117 \end_inset
2118
2119 You can also add here space to table rows as decribed in section
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "sub:Row-Spacing"
2127
2128 \end_inset
2129
2130 .
2131 \end_layout
2132
2133 \begin_layout Description
2134
2135 \family sans
2136 Longtable
2137 \family default
2138  This tab is to make a table a so called 
2139 \begin_inset Quotes eld
2140 \end_inset
2141
2142
2143 \emph on
2144 longtable
2145 \emph default
2146
2147 \begin_inset Quotes erd
2148 \end_inset
2149
2150  that can run over several pages.
2151  Section
2152 \begin_inset space ~
2153 \end_inset
2154
2155
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "sec:Longtables"
2159
2160 \end_inset
2161
2162  and 
2163 \begin_inset CommandInset ref
2164 LatexCommand ref
2165 reference "sec:Special-Longtable-Issues"
2166
2167 \end_inset
2168
2169  describe the longtable features in detail.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 When the table toolbar is opened, you can move the cursor with the arrow
2174  keys from cell to cell and the property of the current cell will immediately
2175  be displayed in the dialog.
2176 \end_layout
2177
2178 \begin_layout Section
2179 Table Toolbar
2180 \begin_inset Index
2181 status collapsed
2182
2183 \begin_layout Plain Layout
2184 Table ! Toolbar
2185 \end_layout
2186
2187 \end_inset
2188
2189
2190 \end_layout
2191
2192 \begin_layout Standard
2193 The table toolbar is an alternative to the table dialog to be able to alter
2194  tables faster.
2195  It should normally appear at the bottom of LyX's main window when the cursor
2196  is inside a table.
2197  You can alternatively switch it on to appear always, by right-clicking
2198  in LyX's main menu bar.
2199 \end_layout
2200
2201 \begin_layout Standard
2202 The toolbar has the following icons:
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../images/tabular-feature_append-row.png
2209         scaleBeforeRotation
2210
2211 \end_inset
2212
2213  adds a row below the current cell or selection
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../images/tabular-feature_append-column.png
2220         scaleBeforeRotation
2221
2222 \end_inset
2223
2224  adds a column right beside the current cell or selection
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../images/tabular-feature_delete-row.png
2231         scaleBeforeRotation
2232
2233 \end_inset
2234
2235  deletes the current row or selection
2236 \end_layout
2237
2238 \begin_layout Labeling
2239 \labelwidthstring 00.00.0000
2240 \begin_inset Graphics
2241         filename ../images/tabular-feature_delete-column.png
2242         scaleBeforeRotation
2243
2244 \end_inset
2245
2246  deletes the current column or selection
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../images/tabular-feature_toggle-line-top.png
2253         scaleBeforeRotation
2254
2255 \end_inset
2256
2257  adds a line at the top of the current cell / row or of a selection
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../images/tabular-feature_toggle-line-bottom.png
2264         scaleBeforeRotation
2265
2266 \end_inset
2267
2268  adds a line at the bottom of the current cell / row or of a selection
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273 \begin_inset Graphics
2274         filename ../images/tabular-feature_toggle-line-left.png
2275         scaleBeforeRotation
2276
2277 \end_inset
2278
2279  adds a line at the left side of the current cell / row or of a selection
2280 \end_layout
2281
2282 \begin_layout Labeling
2283 \labelwidthstring 00.00.0000
2284 \begin_inset Graphics
2285         filename ../images/tabular-feature_toggle-line-right.png
2286         scaleBeforeRotation
2287
2288 \end_inset
2289
2290  adds a line at the right side of the current cell / row or of a selection
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295 \begin_inset Graphics
2296         filename ../images/tabular-feature_set-all-lines.png
2297         scaleBeforeRotation
2298
2299 \end_inset
2300
2301  adds lines around the current or selected cells - if the current cell no
2302  multicolumn this also affects the current row and column
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Graphics
2308         filename ../images/tabular-feature_unset-all-lines.png
2309         scaleBeforeRotation
2310
2311 \end_inset
2312
2313  deletes all lines of the current or selected cells - if the current cell
2314  no multicolumn this also affects the current row and column
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../images/tabular-feature_align-left.png
2321         scaleBeforeRotation
2322
2323 \end_inset
2324
2325  left-aligns the content of the current cell / column
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../images/tabular-feature_align-center.png
2332         scaleBeforeRotation
2333
2334 \end_inset
2335
2336  centers the content of the current cell / column horizontally
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Graphics
2342         filename ../images/tabular-feature_align-right.png
2343         scaleBeforeRotation
2344
2345 \end_inset
2346
2347  right-aligns the content of the current cell / column
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../images/tabular-feature_valign-top.png
2354         scaleBeforeRotation
2355
2356 \end_inset
2357
2358  aligns the content of the current cell vertically to the top
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../images/tabular-feature_valign-middle.png
2365         scaleBeforeRotation
2366
2367 \end_inset
2368
2369  centers the content of the current cell vertically
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../images/tabular-feature_valign-bottom.png
2376         scaleBeforeRotation
2377
2378 \end_inset
2379
2380  aligns the content of the current cell vertically to the bottom
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../images/tabular-feature_set-rotate-cell.png
2387         scaleBeforeRotation
2388
2389 \end_inset
2390
2391  rotates the current cell or selection counter-clockwise by 90°
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Graphics
2397         filename ../images/tabular-feature_set-rotate-tabular.png
2398         scaleBeforeRotation
2399
2400 \end_inset
2401
2402  rotates the whole table counter-clockwise by 90°
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407 \begin_inset Graphics
2408         filename ../images/tabular-feature_multicolumn.png
2409         scaleBeforeRotation
2410
2411 \end_inset
2412
2413  sets the current cell or selection as a multicolumn
2414 \end_layout
2415
2416 \begin_layout Standard
2417 \begin_inset Note Greyedout
2418 status open
2419
2420 \begin_layout Plain Layout
2421
2422 \series bold
2423 Note:
2424 \series default
2425  For the output the vertical alignment of the first cell in a row is used
2426  for all following cells in the row.
2427 \end_layout
2428
2429 \end_inset
2430
2431
2432 \end_layout
2433
2434 \begin_layout Section
2435 Edit Table Menu
2436 \begin_inset Index
2437 status collapsed
2438
2439 \begin_layout Plain Layout
2440 Table ! Edit Menu
2441 \end_layout
2442
2443 \end_inset
2444
2445
2446 \end_layout
2447
2448 \begin_layout Standard
2449 Additionally to the table dialog and toolbar, the menu 
2450 \family sans
2451 Edit\SpecialChar \menuseparator
2452 Table
2453 \family default
2454  allows you to add and delete border lines for the current row/column and
2455  to set the current selection as multicolumn.
2456  The menu is only available when the cursor is inside a table.
2457 \end_layout
2458
2459 \begin_layout Section
2460 Table Floats
2461 \begin_inset CommandInset label
2462 LatexCommand label
2463 name "sec:Table-Floats"
2464
2465 \end_inset
2466
2467
2468 \begin_inset Index
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472 Floats ! Tables
2473 \end_layout
2474
2475 \end_inset
2476
2477
2478 \begin_inset Index
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482 Table ! Floats
2483 \end_layout
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 For general explanations about floats, have a look at section
2492 \begin_inset space ~
2493 \end_inset
2494
2495
2496 \begin_inset CommandInset ref
2497 LatexCommand ref
2498 reference "sec:FloatIntroduction"
2499
2500 \end_inset
2501
2502 .
2503 \end_layout
2504
2505 \begin_layout Standard
2506 \begin_inset Float table
2507 placement h
2508 wide false
2509 sideways false
2510 status open
2511
2512 \begin_layout Plain Layout
2513 \begin_inset Caption
2514
2515 \begin_layout Plain Layout
2516 \begin_inset CommandInset label
2517 LatexCommand label
2518 name "tab:a table float"
2519
2520 \end_inset
2521
2522 A table float.
2523 \end_layout
2524
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \begin_layout Plain Layout
2531 \align center
2532 \begin_inset Tabular
2533 <lyxtabular version="3" rows="3" columns="3">
2534 <features>
2535 <column alignment="center" valignment="top" width="0pt">
2536 <column alignment="center" valignment="top" width="0pt">
2537 <column alignment="center" valignment="top" width="0pt">
2538 <row>
2539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2540 \begin_inset Text
2541
2542 \begin_layout Plain Layout
2543
2544 \family roman
2545 \series medium
2546 \shape up
2547 \size normal
2548 \emph off
2549 \bar no
2550 \noun off
2551 \color none
2552 1
2553 \end_layout
2554
2555 \end_inset
2556 </cell>
2557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2558 \begin_inset Text
2559
2560 \begin_layout Plain Layout
2561
2562 \family roman
2563 \series medium
2564 \shape up
2565 \size normal
2566 \emph off
2567 \bar no
2568 \noun off
2569 \color none
2570 2
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Plain Layout
2579
2580 \family roman
2581 \series medium
2582 \shape up
2583 \size normal
2584 \emph off
2585 \bar no
2586 \noun off
2587 \color none
2588 3
2589 \end_layout
2590
2591 \end_inset
2592 </cell>
2593 </row>
2594 <row>
2595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2596 \begin_inset Text
2597
2598 \begin_layout Plain Layout
2599
2600 \family roman
2601 \series medium
2602 \shape up
2603 \size normal
2604 \emph off
2605 \bar no
2606 \noun off
2607 \color none
2608 Joe
2609 \end_layout
2610
2611 \end_inset
2612 </cell>
2613 <cell alignment="center" valignment="top" topline="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 Mary
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 Ted
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 </row>
2650 <row>
2651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2652 \begin_inset Text
2653
2654 \begin_layout Plain Layout
2655
2656 \family roman
2657 \series medium
2658 \shape up
2659 \size normal
2660 \emph off
2661 \bar no
2662 \noun off
2663 \color none
2664 \begin_inset Formula $\int x^{2}dx$
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \end_inset
2671 </cell>
2672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676
2677 \family roman
2678 \series medium
2679 \shape up
2680 \size normal
2681 \emph off
2682 \bar no
2683 \noun off
2684 \color none
2685 \begin_inset Formula $\left[\begin{array}{cc}
2686 a & b\\
2687 c & d\end{array}\right]$
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \family roman
2701 \series medium
2702 \shape up
2703 \size normal
2704 \emph off
2705 \bar no
2706 \noun off
2707 \color none
2708 \begin_inset Formula $1+1=2$
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 </row>
2717 </lyxtabular>
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Standard
2730 Table floats can be inserted using the menu 
2731 \family sans
2732 Insert\SpecialChar \menuseparator
2733 Float\SpecialChar \menuseparator
2734 Table
2735 \family default
2736  or the toolbar button 
2737 \begin_inset Graphics
2738         filename ../images/float-insert_table.png
2739         scale 85
2740         scaleBeforeRotation
2741
2742 \end_inset
2743
2744 .
2745 \end_layout
2746
2747 \begin_layout Standard
2748 The float appears as a collapsible box with a caption that has the label
2749  
2750 \begin_inset Quotes eld
2751 \end_inset
2752
2753 Table
2754 \begin_inset space ~
2755 \end_inset
2756
2757 #:
2758 \begin_inset Quotes erd
2759 \end_inset
2760
2761  (# is the actual table number).
2762  You can insert tables to the float above or below the caption.
2763 \end_layout
2764
2765 \begin_layout Standard
2766 Table
2767 \begin_inset space ~
2768 \end_inset
2769
2770
2771 \begin_inset CommandInset ref
2772 LatexCommand ref
2773 reference "tab:a table float"
2774
2775 \end_inset
2776
2777  is an example table within a table float.
2778 \end_layout
2779
2780 \begin_layout Standard
2781 Having the caption above the table is the common rule that is unfortunately
2782  not supported in LaTeX's standard classes.
2783  That means if you are using the document classes 
2784 \family sans
2785 article
2786 \family default
2787
2788 \family sans
2789 book
2790 \family default
2791
2792 \family sans
2793 letter
2794 \family default
2795 , or 
2796 \family sans
2797 report
2798 \family default
2799  there will be no space between the caption and the table.
2800  To insert the needed space, add the following option to the load command
2801  of the LaTeX-package 
2802 \series bold
2803 caption
2804 \series default
2805
2806 \begin_inset Index
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 LaTeX-packages ! caption
2811 \end_layout
2812
2813 \end_inset
2814
2815  in your document preamble
2816 \begin_inset Foot
2817 status collapsed
2818
2819 \begin_layout Plain Layout
2820 For more information have a look at section
2821 \begin_inset space ~
2822 \end_inset
2823
2824
2825 \begin_inset CommandInset ref
2826 LatexCommand ref
2827 reference "sec:Caption-Placement"
2828
2829 \end_inset
2830
2831 .
2832 \end_layout
2833
2834 \end_inset
2835
2836 :
2837 \end_layout
2838
2839 \begin_layout Standard
2840
2841 \series bold
2842 tableposition=top
2843 \end_layout
2844
2845 \begin_layout Standard
2846 The package 
2847 \series bold
2848 caption
2849 \series default
2850 , which is described in section
2851 \begin_inset space ~
2852 \end_inset
2853
2854
2855 \begin_inset CommandInset ref
2856 LatexCommand ref
2857 reference "sec:Caption-Formatting"
2858
2859 \end_inset
2860
2861 , is used to adjust the caption format.
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \begin_inset Index
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869 References ! to Tables
2870 \end_layout
2871
2872 \end_inset
2873
2874 Tables can be cross-referenced in the text by referencing their label.
2875  To do this insert a label in the caption using the menu 
2876 \family sans
2877 Insert\SpecialChar \menuseparator
2878 Label
2879 \family default
2880  or the toolbar button 
2881 \begin_inset Graphics
2882         filename ../images/label-insert.png
2883         scale 85
2884         scaleBeforeRotation
2885
2886 \end_inset
2887
2888 .
2889  You can now refer to the label using the menu 
2890 \family sans
2891 Insert\SpecialChar \menuseparator
2892 Cross
2893 \begin_inset space ~
2894 \end_inset
2895
2896 reference
2897 \family default
2898  or the toolbar button 
2899 \begin_inset Graphics
2900         filename ../images/dialog-show-new-inset_ref.png
2901         scale 85
2902         scaleBeforeRotation
2903
2904 \end_inset
2905
2906 .
2907 \begin_inset Newline newline
2908 \end_inset
2909
2910 Referencing is explained in detail in section
2911 \begin_inset space ~
2912 \end_inset
2913
2914
2915 \begin_inset CommandInset ref
2916 LatexCommand ref
2917 reference "sec:Referencing-Floats"
2918
2919 \end_inset
2920
2921 .
2922 \end_layout
2923
2924 \begin_layout Section
2925 Longtables
2926 \begin_inset CommandInset label
2927 LatexCommand label
2928 name "sec:Longtables"
2929
2930 \end_inset
2931
2932
2933 \begin_inset Index
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937 Longtables
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \begin_inset Index
2944 status collapsed
2945
2946 \begin_layout Plain Layout
2947 Table ! Longtables
2948 \end_layout
2949
2950 \end_inset
2951
2952
2953 \end_layout
2954
2955 \begin_layout Standard
2956 If the table is too long to fit on one page, you can use the option 
2957 \family sans
2958 Use
2959 \begin_inset space ~
2960 \end_inset
2961
2962 long
2963 \begin_inset space ~
2964 \end_inset
2965
2966 table
2967 \family default
2968  in the tab 
2969 \family sans
2970 Longtable
2971 \family default
2972  of the table dialog to split the table automatically over more pages.
2973  Doing this enables the following options:
2974 \end_layout
2975
2976 \begin_layout Description
2977
2978 \family sans
2979 Header
2980 \family default
2981 : The current row and all rows above, that don't have any special options
2982  defined, are defined to be the header rows of all pages of the longtable;
2983  except for the first page, if 
2984 \family sans
2985 First
2986 \begin_inset space ~
2987 \end_inset
2988
2989 header
2990 \family default
2991  is defined.
2992  This therefore called the main header.
2993 \end_layout
2994
2995 \begin_layout Description
2996
2997 \family sans
2998 First
2999 \begin_inset space ~
3000 \end_inset
3001
3002 header
3003 \family default
3004 : The current row and all rows above, that don't have any special options
3005  defined, are defined to be the header rows of the first page of the longtable.
3006 \end_layout
3007
3008 \begin_layout Description
3009
3010 \family sans
3011 Footer
3012 \family default
3013 : The current row and all rows below, that don't have any special options
3014  defined, are defined to be the footer rows of all pages of the longtable;
3015  except for the last page, if 
3016 \family sans
3017 Last
3018 \begin_inset space ~
3019 \end_inset
3020
3021 footer
3022 \family default
3023  is defined.
3024 \end_layout
3025
3026 \begin_layout Description
3027
3028 \family sans
3029 Last
3030 \begin_inset space ~
3031 \end_inset
3032
3033 footer
3034 \family default
3035 : The current row and all rows below, that don't have any special options
3036  defined, are defined to be the footer rows of the last page of the longtable.
3037 \end_layout
3038
3039 \begin_layout Description
3040 Caption: The first row is reset as single column.
3041  You can now insert there the table caption via the menu 
3042 \family sans
3043 Insert\SpecialChar \menuseparator
3044 Caption
3045 \family default
3046 .
3047  More about longtable captions is explained in sec.
3048 \begin_inset space \thinspace{}
3049 \end_inset
3050
3051
3052 \begin_inset CommandInset ref
3053 LatexCommand ref
3054 reference "sub:Longtable-Captions"
3055
3056 \end_inset
3057
3058 .
3059 \end_layout
3060
3061 \begin_layout Standard
3062 You can also specify a row where the table is splitted.
3063  If you set more than one option in the same table row, you should be aware
3064  of the fact that only the first one is used in the given table row.
3065  The others will then be defined as 
3066 \emph on
3067 empty
3068 \emph default
3069 .
3070  In this context, first means first in this order: 
3071 \family sans
3072 Header,
3073 \family default
3074  
3075 \family sans
3076 First
3077 \begin_inset space ~
3078 \end_inset
3079
3080 header, Footer, Last
3081 \begin_inset space ~
3082 \end_inset
3083
3084 footer.
3085
3086 \family default
3087  See the following longtable to see how it works:
3088 \end_layout
3089
3090 \begin_layout Standard
3091 \align center
3092 \begin_inset Tabular
3093 <lyxtabular version="3" rows="69" columns="3">
3094 <features islongtable="true">
3095 <column alignment="left" valignment="top" width="0cm">
3096 <column alignment="left" valignment="top" width="0pt">
3097 <column alignment="center" valignment="top" width="0pt">
3098 <row endfirsthead="true">
3099 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \series bold
3105 Example Phone List (ignore the names)
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row endfirsthead="true">
3130 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \series bold
3136 NAME
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 TEL.
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 </row>
3162 <row endhead="true">
3163 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \series bold
3169 Example Phone List
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row endhead="true">
3194 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \series bold
3200 NAME
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 TEL.
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row endfoot="true">
3227 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231  continued on next page
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 <row>
3256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260
3261 \series bold
3262 Annovi
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 Silvia
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 111
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row>
3287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \series bold
3293 Bertoli
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302 Stefano
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 111
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row>
3318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322
3323 \series bold
3324 Bozzi
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Walter
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 111
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \series bold
3355 Cachia
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 Maria
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 111
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 </row>
3379 <row>
3380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \series bold
3386 Cachia
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 Maurizio
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 111
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 <row>
3411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \series bold
3417 Cinquemani
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="center" valignment="top" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 Giusi
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 111
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 <row>
3442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 Colin
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 Bernard
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 111
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 </row>
3472 <row>
3473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 Concli
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 Gianfranco
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 111
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 </row>
3503 <row>
3504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \series bold
3510 Dal Bosco
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Carolina
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 111
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539
3540 \series bold
3541 Dalpiaz
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Annamaria
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 111
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 </row>
3565 <row>
3566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570
3571 \series bold
3572 Feliciello
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 Domenico
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 111
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row>
3597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603 Focarelli
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 Paola
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 111
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row>
3628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634 Galletti
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 Oreste
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 111
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 <row>
3659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \series bold
3665 Gasparini
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 Franca
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 111
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \series bold
3696 Rizzardi
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Paola
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 111
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727 Lassini
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 Giancarlo
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 111
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756
3757 \series bold
3758 Malfatti
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 Luciano
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 111
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 Malfatti
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 Valeriano
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 111
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row>
3814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Meneguzzo
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Roberto
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 111
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row>
3845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 Mezzadra
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Roberto
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 111
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \series bold
3882 Pirpamer
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 Erich
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 111
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Pochiesa
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Paolo
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111, 222
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Radina
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Claudio
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Stuffer
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Oskar
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Tacchelli
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Ugo
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Tezzele
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Margit
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Unterkalmsteiner
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Frieda
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Vieider
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Hilde
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Vigna
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Jürgen
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Weber
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Maurizio
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Winkler
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Franz
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221  
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Annovi
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Silvia
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 555
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Bertoli
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Stefano
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 555
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \series bold
4314 Bozzi
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 Walter
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 555
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 <row>
4339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343
4344 \series bold
4345 Cachia
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 Maria
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 555
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 </row>
4369 <row>
4370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \series bold
4376 Cachia
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 Maurizio
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 555
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405
4406 \series bold
4407 Cinquemani
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 Giusi
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 555
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \series bold
4438 Colin
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Bernard
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 555
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \series bold
4469 Concli
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 Gianfranco
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 555
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Dal Bosco
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Carolina
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 555
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Dalpiaz
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Annamaria
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 555
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560
4561 \series bold
4562 Feliciello
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Domenico
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 555
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Focarelli
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Paola
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 555
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622
4623 \series bold
4624 Galletti
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 Oreste
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 555
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \series bold
4655 Gasparini
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 Franca
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 555
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684
4685 \series bold
4686 Rizzardi
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 Paola
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 555
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \series bold
4717 Lassini
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 Giancarlo
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 555
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746
4747 \series bold
4748 Malfatti
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 Luciano
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 555
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 </row>
4772 <row>
4773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777
4778 \series bold
4779 Malfatti
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 Valeriano
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 555
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \series bold
4810 Meneguzzo
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 Roberto
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 555
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 </row>
4834 <row>
4835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839
4840 \series bold
4841 Mezzadra
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 Roberto
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 555
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \series bold
4872 Pirpamer
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 Erich
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 555
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Pochiesa
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Paolo
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555, 222
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Radina
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Claudio
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Stuffer
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Oskar
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Tacchelli
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Ugo
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Tezzele
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Margit
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Unterkalmsteiner
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Frieda
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Vieider
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Hilde
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 555
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Vigna
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Jürgen
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 999
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Weber
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Maurizio
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row>
5176 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \series bold
5182 Winkler
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Franz
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 555
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row endlastfoot="true">
5207 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 end
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 </lyxtabular>
5236
5237 \end_inset
5238
5239
5240 \begin_inset ERT
5241 status collapsed
5242
5243 \begin_layout Plain Layout
5244
5245
5246 \backslash
5247 addtocounter{table}{-1}
5248 \end_layout
5249
5250 \end_inset
5251
5252
5253 \begin_inset Note Note
5254 status collapsed
5255
5256 \begin_layout Plain Layout
5257 See the first greyed-out note in section
5258 \begin_inset space ~
5259 \end_inset
5260
5261
5262 \begin_inset CommandInset ref
5263 LatexCommand ref
5264 reference "sub:Longtable-Captions"
5265
5266 \end_inset
5267
5268  for an explanation of this command.
5269 \end_layout
5270
5271 \end_inset
5272
5273
5274 \end_layout
5275
5276 \begin_layout Subsection
5277 Footnotes in Longtables
5278 \begin_inset CommandInset label
5279 LatexCommand label
5280 name "sub:Footnotes-in-Longtables"
5281
5282 \end_inset
5283
5284
5285 \begin_inset Index
5286 status collapsed
5287
5288 \begin_layout Plain Layout
5289 Longtables ! Footnotes
5290 \end_layout
5291
5292 \end_inset
5293
5294
5295 \end_layout
5296
5297 \begin_layout Standard
5298 Footnotes can be inserted to every longtable cell.
5299  They appear at the bottom of the page where the table cell with the footnote
5300  appears.
5301  Table
5302 \begin_inset space ~
5303 \end_inset
5304
5305
5306 \begin_inset CommandInset ref
5307 LatexCommand ref
5308 reference "tab:DiffCaptions"
5309
5310 \end_inset
5311
5312  has for example a footnote.
5313 \end_layout
5314
5315 \begin_layout Subsection
5316 Longtable Alignment
5317 \begin_inset Index
5318 status collapsed
5319
5320 \begin_layout Plain Layout
5321 Longtables ! Alignment
5322 \end_layout
5323
5324 \end_inset
5325
5326
5327 \end_layout
5328
5329 \begin_layout Standard
5330 Longtables are by default centered.
5331  In contrary to the alignment of the table columns and row, the table alignment
5332  can currently not be changed in the table dialog.
5333  To change the alignment of longtables you have to change the value of the
5334  lengths 
5335 \series bold
5336
5337 \backslash
5338 LTleft 
5339 \series default
5340 and 
5341 \series bold
5342
5343 \backslash
5344 LTright
5345 \series default
5346  by inserting this line as TeX-Code before the corresponding longtable:
5347 \end_layout
5348
5349 \begin_layout Standard
5350
5351 \series bold
5352
5353 \backslash
5354 setlength{
5355 \backslash
5356 LTleft}{value}
5357 \end_layout
5358
5359 \begin_layout Standard
5360 Where the value can have any of the units listed in Table
5361 \begin_inset space ~
5362 \end_inset
5363
5364
5365 \begin_inset CommandInset ref
5366 LatexCommand ref
5367 reference "tab:Units"
5368
5369 \end_inset
5370
5371 .
5372  
5373 \series bold
5374
5375 \backslash
5376 LTleft
5377 \series default
5378  controls the horizontal distance from the left page border to the longtable,
5379  
5380 \series bold
5381
5382 \backslash
5383 LTright
5384 \series default
5385  the distance from the right side.
5386  The default value for both lengths is 
5387 \series bold
5388
5389 \backslash
5390 fill
5391 \series default
5392 , which is in this case the same as an horizontal fill in LyX.
5393 \end_layout
5394
5395 \begin_layout Standard
5396 The following longtable was left-aligned by setting 
5397 \series bold
5398
5399 \backslash
5400 LTleft
5401 \series default
5402  to 0
5403 \begin_inset space \thinspace{}
5404 \end_inset
5405
5406 pt.
5407 \begin_inset ERT
5408 status collapsed
5409
5410 \begin_layout Plain Layout
5411
5412
5413 \backslash
5414 setlength{
5415 \backslash
5416 LTleft}{0pt}
5417 \end_layout
5418
5419 \end_inset
5420
5421
5422 \end_layout
5423
5424 \begin_layout Standard
5425 \begin_inset Tabular
5426 <lyxtabular version="3" rows="5" columns="5">
5427 <features islongtable="true">
5428 <column alignment="center" valignment="top" width="0">
5429 <column alignment="center" valignment="top" width="0">
5430 <column alignment="center" valignment="top" width="0">
5431 <column alignment="center" valignment="top" width="0">
5432 <column alignment="center" valignment="top" width="0">
5433 <row>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 1
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 2
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 3
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 4
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 5
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 asd
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 s
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 s
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 s
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 asd
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 asd
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 s
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 s
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 s
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 asd
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 <row>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 asd
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 s
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 s
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 s
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 asd
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 asd
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 asd
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 asd
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 asd
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 asd
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 </lyxtabular>
5669
5670 \end_inset
5671
5672
5673 \begin_inset ERT
5674 status collapsed
5675
5676 \begin_layout Plain Layout
5677
5678
5679 \backslash
5680 setlength{
5681 \backslash
5682 LTleft}{
5683 \backslash
5684 fill}
5685 \end_layout
5686
5687 \end_inset
5688
5689
5690 \begin_inset ERT
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694
5695
5696 \backslash
5697 addtocounter{table}{-1}
5698 \end_layout
5699
5700 \end_inset
5701
5702
5703 \begin_inset Note Note
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707 See the first greyed-out note in section
5708 \begin_inset space ~
5709 \end_inset
5710
5711
5712 \begin_inset CommandInset ref
5713 LatexCommand ref
5714 reference "sub:Longtable-Captions"
5715
5716 \end_inset
5717
5718  for an explanation of this command.
5719 \end_layout
5720
5721 \end_inset
5722
5723
5724 \end_layout
5725
5726 \begin_layout Subsection
5727 Longtable Captions
5728 \begin_inset Index
5729 status collapsed
5730
5731 \begin_layout Plain Layout
5732 Longtables ! Captions
5733 \end_layout
5734
5735 \end_inset
5736
5737
5738 \begin_inset CommandInset label
5739 LatexCommand label
5740 name "sub:Longtable-Captions"
5741
5742 \end_inset
5743
5744
5745 \end_layout
5746
5747 \begin_layout Standard
5748 A longtable cannot be put into a table float because floats can only be
5749  on one page but the caption environment of floats can also be used for
5750  longtables.
5751  Therefore the caption is inserted as first row of the table, as explained
5752  in sec.
5753 \begin_inset space \thinspace{}
5754 \end_inset
5755
5756
5757 \begin_inset CommandInset ref
5758 LatexCommand ref
5759 reference "sec:Longtables"
5760
5761 \end_inset
5762
5763 .
5764  The first table row is then only a dummy row for the caption, the actual
5765  table starts with the second row.
5766 \end_layout
5767
5768 \begin_layout Standard
5769 Here is a short longtable to see how it works:
5770 \end_layout
5771
5772 \begin_layout Standard
5773 \begin_inset Tabular
5774 <lyxtabular version="3" rows="6" columns="5">
5775 <features islongtable="true">
5776 <column alignment="center" valignment="top" width="0">
5777 <column alignment="center" valignment="top" width="0">
5778 <column alignment="center" valignment="top" width="0">
5779 <column alignment="center" valignment="top" width="0">
5780 <column alignment="center" valignment="top" width="0">
5781 <row caption="true">
5782 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 \begin_inset Caption
5787
5788 \begin_layout Plain Layout
5789 Longtable with caption
5790 \begin_inset OptArg
5791 status open
5792
5793 \begin_layout Plain Layout
5794 Longtable
5795 \end_layout
5796
5797 \end_inset
5798
5799
5800 \end_layout
5801
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 1
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 2
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 3
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 4
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 5
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 s
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 s
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 asd
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 asd
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 s
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 <row>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 asd
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 s
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 s
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 s
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 <row>
6035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 asd
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 asd
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 asd
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 asd
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 </lyxtabular>
6082
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \begin_layout Standard
6089 \begin_inset VSpace medskip
6090 \end_inset
6091
6092
6093 \begin_inset Note Greyedout
6094 status open
6095
6096 \begin_layout Plain Layout
6097
6098 \series bold
6099 Note
6100 \begin_inset space ~
6101 \end_inset
6102
6103 1:
6104 \series default
6105  The table number is increased for every longtable, also if you didn't set
6106  a caption for it.
6107  For this reason you could have the case that e.
6108 \begin_inset space \thinspace{}
6109 \end_inset
6110
6111 g.
6112 \begin_inset space \space{}
6113 \end_inset
6114
6115 Table
6116 \begin_inset space ~
6117 \end_inset
6118
6119 2.4 follows on Table
6120 \begin_inset space ~
6121 \end_inset
6122
6123 2.1 in the list of tables if there are two longtables without captions.
6124  To avoid this you can add the following command in TeX-Code behind every
6125  longtable without a caption:
6126 \end_layout
6127
6128 \begin_layout Plain Layout
6129
6130 \series bold
6131
6132 \backslash
6133 addtocounter{table}{-1}
6134 \end_layout
6135
6136 \begin_layout Plain Layout
6137 This is not needed when none of your longtables have a caption and you add
6138  the following code to the document preamble:
6139 \end_layout
6140
6141 \begin_layout Plain Layout
6142
6143 \series bold
6144
6145 \backslash
6146 let
6147 \backslash
6148 myEnd
6149 \backslash
6150 endlongtable
6151 \begin_inset Newline newline
6152 \end_inset
6153
6154
6155 \backslash
6156 renewcommand{
6157 \backslash
6158 endlongtable}{
6159 \backslash
6160 myEnd
6161 \backslash
6162 addtocounter{table}{-1}}
6163 \end_layout
6164
6165 \end_inset
6166
6167
6168 \end_layout
6169
6170 \begin_layout Standard
6171 \begin_inset Note Greyedout
6172 status open
6173
6174 \begin_layout Plain Layout
6175
6176 \series bold
6177 Note
6178 \begin_inset space ~
6179 \end_inset
6180
6181 2:
6182 \series default
6183  If you are using
6184 \series bold
6185  hyperref
6186 \series default
6187
6188 \begin_inset Index
6189 status collapsed
6190
6191 \begin_layout Plain Layout
6192 LaTeX-packages ! hyperref
6193 \end_layout
6194
6195 \end_inset
6196
6197  in the 
6198 \family sans
6199 PDF Properties
6200 \family default
6201  of the 
6202 \family sans
6203 Document Settings
6204 \family default
6205  dialog to link cross-references, the link to a longtable caption will always
6206  point to the beginning of the document.
6207 \end_layout
6208
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \begin_layout Standard
6215 \begin_inset Newpage newpage
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \begin_layout Subsubsection
6222 References to Longtables
6223 \begin_inset Index
6224 status collapsed
6225
6226 \begin_layout Plain Layout
6227 Longtables ! References
6228 \end_layout
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236 \begin_inset Tabular
6237 <lyxtabular version="3" rows="6" columns="5">
6238 <features islongtable="true">
6239 <column alignment="center" valignment="top" width="0">
6240 <column alignment="center" valignment="top" width="0">
6241 <column alignment="center" valignment="top" width="0">
6242 <column alignment="center" valignment="top" width="0">
6243 <column alignment="center" valignment="top" width="0">
6244 <row caption="true">
6245 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 \begin_inset Caption
6250
6251 \begin_layout Plain Layout
6252 Referenced longtable
6253 \begin_inset CommandInset label
6254 LatexCommand label
6255 name "tab:RefExample"
6256
6257 \end_inset
6258
6259
6260 \end_layout
6261
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 </row>
6306 <row>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 1
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 2
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 3
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 4
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 5
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 </row>
6353 <row>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 asd
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 s
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 s
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 s
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 asd
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 </row>
6400 <row>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 asd
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 s
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 s
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 s
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 asd
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 </row>
6447 <row>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 asd
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 s
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 s
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 s
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 asd
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 </row>
6494 <row>
6495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 sad
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 asd
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
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" rightline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 asd
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 </row>
6541 </lyxtabular>
6542
6543 \end_inset
6544
6545
6546 \end_layout
6547
6548 \begin_layout Standard
6549 To reference a longtable, insert a label into the caption.
6550 \end_layout
6551
6552 \begin_layout Standard
6553 This is a reference to Table
6554 \begin_inset space ~
6555 \end_inset
6556
6557
6558 \begin_inset CommandInset ref
6559 LatexCommand ref
6560 reference "tab:RefExample"
6561
6562 \end_inset
6563
6564 .
6565 \end_layout
6566
6567 \begin_layout Standard
6568 The caption layout can be set together with all other captions of your document
6569  using the LaTeX-package 
6570 \series bold
6571 caption
6572 \series default
6573
6574 \begin_inset Index
6575 status collapsed
6576
6577 \begin_layout Plain Layout
6578 LaTeX-packages ! caption
6579 \end_layout
6580
6581 \end_inset
6582
6583 , see section
6584 \begin_inset space ~
6585 \end_inset
6586
6587
6588 \begin_inset CommandInset ref
6589 LatexCommand ref
6590 reference "sec:Caption-Formatting"
6591
6592 \end_inset
6593
6594 .
6595 \end_layout
6596
6597 \begin_layout Subsubsection
6598 Caption Width
6599 \begin_inset Index
6600 status collapsed
6601
6602 \begin_layout Plain Layout
6603 Longtables ! Caption Width
6604 \end_layout
6605
6606 \end_inset
6607
6608
6609 \end_layout
6610
6611 \begin_layout Standard
6612 The maximal width of of caption lines is defined by the length 
6613 \series bold
6614
6615 \backslash
6616 LTcapwidth
6617 \series default
6618 .
6619  Its default value is 4
6620 \begin_inset space \thinspace{}
6621 \end_inset
6622
6623 in.
6624  To change it add the following command to your document preamble or as
6625  TeX-Code into your document before the longtable that should be affected
6626 \end_layout
6627
6628 \begin_layout Standard
6629
6630 \series bold
6631
6632 \backslash
6633 setlength{
6634 \backslash
6635 LTcapwidth}{width}
6636 \end_layout
6637
6638 \begin_layout Standard
6639 where the width could have one of the units listed in appendix
6640 \begin_inset space ~
6641 \end_inset
6642
6643
6644 \begin_inset CommandInset ref
6645 LatexCommand ref
6646 reference "cha:Units-available-in"
6647
6648 \end_inset
6649
6650 .
6651 \end_layout
6652
6653 \begin_layout Standard
6654 The following tables show the difference:
6655 \end_layout
6656
6657 \begin_layout Standard
6658 \begin_inset Tabular
6659 <lyxtabular version="3" rows="6" columns="5">
6660 <features islongtable="true">
6661 <column alignment="center" valignment="top" width="0">
6662 <column alignment="center" valignment="top" width="0">
6663 <column alignment="center" valignment="top" width="0">
6664 <column alignment="center" valignment="top" width="0">
6665 <column alignment="center" valignment="top" width="0">
6666 <row caption="true">
6667 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 \begin_inset Caption
6672
6673 \begin_layout Plain Layout
6674 long full title with default width long full title with default width long
6675  full title with default width
6676 \begin_inset OptArg
6677 status collapsed
6678
6679 \begin_layout Plain Layout
6680 caption with default width
6681 \end_layout
6682
6683 \end_inset
6684
6685
6686 \end_layout
6687
6688 \end_inset
6689
6690
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 </row>
6732 <row>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 1
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 2
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 3
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 4
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 5
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 </row>
6779 <row>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 asd
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 s
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 s
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 s
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 asd
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 </row>
6826 <row>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 asd
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 s
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 s
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 s
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 asd
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 </row>
6873 <row>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 asd
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 s
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 s
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 s
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 asd
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 </row>
6920 <row>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 asd
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 sad
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 asd
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
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" rightline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 asd
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 </row>
6967 </lyxtabular>
6968
6969 \end_inset
6970
6971
6972 \end_layout
6973
6974 \begin_layout Standard
6975 \begin_inset ERT
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979
6980
6981 \backslash
6982 setlength{
6983 \backslash
6984 LTcapwidth}{5cm}
6985 \end_layout
6986
6987 \end_inset
6988
6989
6990 \begin_inset Tabular
6991 <lyxtabular version="3" rows="6" columns="5">
6992 <features islongtable="true">
6993 <column alignment="center" valignment="top" width="0">
6994 <column alignment="center" valignment="top" width="0">
6995 <column alignment="center" valignment="top" width="0">
6996 <column alignment="center" valignment="top" width="0">
6997 <column alignment="center" valignment="top" width="0">
6998 <row caption="true">
6999 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 \begin_inset Caption
7004
7005 \begin_layout Plain Layout
7006 long full title with width set to 5
7007 \begin_inset space \thinspace{}
7008 \end_inset
7009
7010 cm long full title with width set to 5
7011 \begin_inset space \thinspace{}
7012 \end_inset
7013
7014 cm long full title with width set to 5
7015 \begin_inset space \thinspace{}
7016 \end_inset
7017
7018 cm
7019 \begin_inset OptArg
7020 status collapsed
7021
7022 \begin_layout Plain Layout
7023 caption with width
7024 \begin_inset space \thinspace{}
7025 \end_inset
7026
7027 =
7028 \begin_inset space \thinspace{}
7029 \end_inset
7030
7031 5
7032 \begin_inset space \thinspace{}
7033 \end_inset
7034
7035 cm
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \end_layout
7042
7043 \end_inset
7044
7045
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 </row>
7087 <row>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 1
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 2
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 3
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 4
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 5
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 </row>
7134 <row>
7135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 asd
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 s
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 s
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 s
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 asd
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 </row>
7181 <row>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 asd
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 s
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 s
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 s
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 asd
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 </row>
7228 <row>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 asd
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 s
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 s
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 asd
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 </row>
7275 <row>
7276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 asd
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 sad
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 asd
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
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" rightline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 asd
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 </row>
7322 </lyxtabular>
7323
7324 \end_inset
7325
7326
7327 \end_layout
7328
7329 \begin_layout Standard
7330 \begin_inset ERT
7331 status collapsed
7332
7333 \begin_layout Plain Layout
7334
7335
7336 \backslash
7337 setlength{
7338 \backslash
7339 LTcapwidth}{4in}
7340 \end_layout
7341
7342 \end_inset
7343
7344
7345 \end_layout
7346
7347 \begin_layout Standard
7348 \begin_inset Note Greyedout
7349 status open
7350
7351 \begin_layout Plain Layout
7352
7353 \series bold
7354 Note:
7355 \series default
7356  When the LaTeX-package 
7357 \series bold
7358 caption
7359 \series default
7360
7361 \begin_inset Index
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365 LaTeX-packages ! caption
7366 \end_layout
7367
7368 \end_inset
7369
7370  is used, as in this document, the full page width is used for the caption
7371  when you use the default value of 4
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 in for 
7376 \series bold
7377
7378 \backslash
7379 LTcapwidth
7380 \series default
7381 .
7382  To get in this case exactly a 4
7383 \begin_inset space \thinspace{}
7384 \end_inset
7385
7386 in wide caption, you can either use a value slightly different from 4.0
7387 \begin_inset space \thinspace{}
7388 \end_inset
7389
7390 in, e.
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 g.
7395 \begin_inset space \space{}
7396 \end_inset
7397
7398 3.99
7399 \begin_inset space \thinspace{}
7400 \end_inset
7401
7402 in, or the LaTeX-command 
7403 \series bold
7404
7405 \backslash
7406 captionsetup{width=value}
7407 \series default
7408  that is provided by the 
7409 \series bold
7410 caption
7411 \series default
7412 -package.
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \begin_layout Subsubsection
7421 Different Captions for Table Pages
7422 \begin_inset Index
7423 status collapsed
7424
7425 \begin_layout Plain Layout
7426 Longtables ! Different Captions for Pages
7427 \end_layout
7428
7429 \end_inset
7430
7431
7432 \end_layout
7433
7434 \begin_layout Standard
7435 When the other captions should differ from the one of the first table page,
7436  insert a caption with a non-empty short title in a dummy caption row marked
7437  as first header.
7438  The caption used for the other table pages is inserted as caption without
7439  a short title in a dummy caption row that is marked as main header.
7440  When this caption shouldn't include the table number, use the command
7441 \end_layout
7442
7443 \begin_layout Standard
7444
7445 \series bold
7446
7447 \backslash
7448 caption*{caption text}
7449 \end_layout
7450
7451 \begin_layout Standard
7452 instead of LyX's caption box.
7453  The label to reference the table is inserted into the caption of the first
7454  header.
7455  Table
7456 \begin_inset space ~
7457 \end_inset
7458
7459
7460 \begin_inset CommandInset ref
7461 LatexCommand ref
7462 reference "tab:DiffCaptions"
7463
7464 \end_inset
7465
7466  is an example for a longtable with different heading where the second caption
7467  doesn't include the table number.
7468 \end_layout
7469
7470 \begin_layout Standard
7471 \align center
7472 \begin_inset Tabular
7473 <lyxtabular version="3" rows="60" columns="3">
7474 <features islongtable="true">
7475 <column alignment="left" valignment="top" width="0cm">
7476 <column alignment="left" valignment="top" width="0pt">
7477 <column alignment="center" valignment="top" width="0pt">
7478 <row endfirsthead="true" caption="true">
7479 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 \begin_inset Caption
7484
7485 \begin_layout Plain Layout
7486 Example Phone List
7487 \begin_inset CommandInset label
7488 LatexCommand label
7489 name "tab:DiffCaptions"
7490
7491 \end_inset
7492
7493
7494 \begin_inset OptArg
7495 status collapsed
7496
7497 \begin_layout Plain Layout
7498 Example Phone List
7499 \end_layout
7500
7501 \end_inset
7502
7503
7504 \end_layout
7505
7506 \end_inset
7507
7508
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 </row>
7532 <row endfirsthead="true">
7533 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537
7538 \series bold
7539 Example Phone List (ignore the names)
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 </row>
7563 <row endfirsthead="true">
7564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568
7569 \series bold
7570 NAME
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588
7589 \series bold
7590 TEL.
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row endhead="true" caption="true">
7597 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 \begin_inset ERT
7602 status open
7603
7604 \begin_layout Plain Layout
7605
7606
7607 \backslash
7608 caption*{Continued Example Phone List}
7609 \backslash
7610
7611 \backslash
7612 %
7613 \end_layout
7614
7615 \end_inset
7616
7617
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row endhead="true">
7642 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \series bold
7648 Example Phone List
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row endhead="true">
7673 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \series bold
7679 NAME
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 TEL.
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row endfoot="true">
7706 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 continued on next page
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 </row>
7734 <row>
7735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \series bold
7741 Annovi
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 Silvia
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 111
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row>
7766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \series bold
7772 Bertoli
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781 Stefano
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790 111
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 </row>
7796 <row>
7797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801
7802 \series bold
7803 Bozzi
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812 Walter
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 111
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 </row>
7827 <row>
7828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \series bold
7834 Cachia
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 Maria
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852 111
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 <row>
7859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \series bold
7865 Cachia
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 Maurizio
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883 111
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 <row>
7890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \series bold
7896 Cinquemani
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 Giusi
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 111
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \series bold
7927 Colin
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 Bernard
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 111
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \series bold
7958 Concli
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 Gianfranco
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 111
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \series bold
7989 Dal Bosco
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 Carolina
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 111
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \series bold
8020 Dalpiaz
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 Annamaria
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 111
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \series bold
8051 Feliciello
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 Domenico
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 111
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Focarelli
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Paola
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 111
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 Galletti
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Oreste
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 111
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 <row>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142
8143 \series bold
8144 Gasparini
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Franca
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Rizzardi
8176 \series default
8177
8178 \begin_inset Foot
8179 status open
8180
8181 \begin_layout Plain Layout
8182 Example footnote
8183 \end_layout
8184
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 Paola
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 111
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 <row>
8212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216
8217 \series bold
8218 Lassini
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 Giancarlo
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 111
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 <row>
8243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247
8248 \series bold
8249 Malfatti
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 Luciano
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 111
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 <row>
8274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278
8279 \series bold
8280 Malfatti
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 Valeriano
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 111
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 <row>
8305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309
8310 \series bold
8311 Meneguzzo
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 Roberto
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 111
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 <row>
8336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340
8341 \series bold
8342 Mezzadra
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 Roberto
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 111
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 </row>
8366 <row>
8367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371
8372 \series bold
8373 Pirpamer
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 Erich
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 111
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 <row>
8398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402
8403 \series bold
8404 Pochiesa
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 Paolo
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 111, 222
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 </row>
8428 <row>
8429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433
8434 \series bold
8435 Radina
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 Claudio
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 111
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \series bold
8466 Stuffer
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 Oskar
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 111
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row>
8491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495
8496 \series bold
8497 Tacchelli
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 Ugo
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 111
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \series bold
8528 Tezzele
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 Margit
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 111
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \series bold
8559 Unterkalmsteiner
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 Frieda
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 111
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \series bold
8590 Vieider
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 Hilde
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 111
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \series bold
8621 Vigna
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 Jürgen
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 111
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \series bold
8652 Weber
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 Maurizio
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 111
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \series bold
8683 Winkler
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 Franz
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 111
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712  
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \series bold
8743 Annovi
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 Silvia
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 555
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \series bold
8774 Bertoli
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 Stefano
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 555
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \series bold
8805 Bozzi
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 Walter
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 555
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \series bold
8836 Cachia
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Maria
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 555
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867 Cachia
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Maurizio
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 555
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 Cinquemani
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Giusi
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 555
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \series bold
8929 Colin
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 Bernard
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 555
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \series bold
8960 Concli
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 Gianfranco
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 555
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \series bold
8991 Dal Bosco
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 Carolina
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 555
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 <row>
9016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \series bold
9022 Dalpiaz
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 Annamaria
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 555
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 </row>
9046 <row>
9047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051
9052 \series bold
9053 Feliciello
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 Domenico
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 555
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 <row>
9078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \series bold
9084 Focarelli
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 Paola
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 555
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \series bold
9115 Galletti
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 Oreste
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 555
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \series bold
9146 Gasparini
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 Franca
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 555
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \series bold
9177 Rizzardi
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 Paola
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 555
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \series bold
9208 Lassini
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 Giancarlo
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 555
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \series bold
9239 Malfatti
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 Luciano
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 555
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 </row>
9263 <row>
9264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268
9269 \series bold
9270 Malfatti
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 Valeriano
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 555
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \series bold
9301 Meneguzzo
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 Roberto
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 555
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 </row>
9325 <row>
9326 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330
9331 \series bold
9332 Mezzadra
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 Roberto
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 555
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row endlastfoot="true">
9357 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 </lyxtabular>
9386
9387 \end_inset
9388
9389
9390 \end_layout
9391
9392 \begin_layout Section
9393 Special Longtable Issues
9394 \begin_inset CommandInset label
9395 LatexCommand label
9396 name "sec:Special-Longtable-Issues"
9397
9398 \end_inset
9399
9400
9401 \end_layout
9402
9403 \begin_layout Subsection
9404 Longtable Calculation
9405 \begin_inset Index
9406 status collapsed
9407
9408 \begin_layout Plain Layout
9409 Longtables ! Calculation
9410 \end_layout
9411
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \begin_layout Standard
9418 LaTeX calculates the height of table pages and their page breaks using so
9419  called chunks.
9420  Chunks are pieces of the tables that are at once in LaTeX's memory.
9421  The default value is historically set to only 20 table rows.
9422  If you are using longtables with many pages this may slow down the creation
9423  of your document.
9424  You can safely increase the chunk size to values of 100-1000 by adding
9425  this command line to your document preamble:
9426 \end_layout
9427
9428 \begin_layout Standard
9429
9430 \series bold
9431
9432 \backslash
9433 setcounter{LTchunksize}{100}
9434 \end_layout
9435
9436 \begin_layout Subsection
9437 Floats and Longtables
9438 \begin_inset Index
9439 status collapsed
9440
9441 \begin_layout Plain Layout
9442 Longtables ! Floats
9443 \end_layout
9444
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \begin_layout Standard
9451 There might be problems when a float appears on the same page where a longtable
9452  starts.
9453  To avoid such situation, add the command 
9454 \series bold
9455
9456 \backslash
9457 clearpage
9458 \series default
9459  as TeX-Code before your longtable.
9460 \end_layout
9461
9462 \begin_layout Subsection
9463 Forced Page Breaks
9464 \begin_inset Index
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468 Longtables ! Forced Page Breaks
9469 \end_layout
9470
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \begin_layout Standard
9477 By default tables are only broken between rows.
9478  If you have a cell with multiples lines and want to have a page break within
9479  the cell, insert the new line command 
9480 \begin_inset Quotes eld
9481 \end_inset
9482
9483
9484 \series bold
9485
9486 \backslash
9487
9488 \backslash
9489
9490 \series default
9491
9492 \begin_inset Quotes erd
9493 \end_inset
9494
9495  as TeX-Code at this point of the cell where it can be broken.
9496  Before the 
9497 \series bold
9498
9499 \backslash
9500
9501 \backslash
9502
9503 \series default
9504  command you have to insert in TeX-Code so many 
9505 \begin_inset Quotes eld
9506 \end_inset
9507
9508
9509 \series bold
9510 &
9511 \series default
9512
9513 \begin_inset Quotes erd
9514 \end_inset
9515
9516  characters like the number of the following table columns.
9517  The 
9518 \series bold
9519 &
9520 \series default
9521  is the character to separate table cells.
9522  Write in TeX-Code after each 
9523 \series bold
9524 &
9525 \series default
9526  the content of the corresponding following cell and delete the content
9527  of these cells.
9528 \begin_inset Newline newline
9529 \end_inset
9530
9531 Behind the the 
9532 \series bold
9533
9534 \backslash
9535
9536 \backslash
9537
9538 \series default
9539  command, insert so many 
9540 \series bold
9541 &
9542 \series default
9543  characters like the number of table columns before the current column.
9544  In Table
9545 \begin_inset space ~
9546 \end_inset
9547
9548
9549 \begin_inset CommandInset ref
9550 LatexCommand ref
9551 reference "tab:ForcedPagebreak"
9552
9553 \end_inset
9554
9555  the cell that should be broken is in the second column followed by another
9556  column.
9557  Therefore the following command was inserted in the cell as TeX-Code behind
9558  
9559 \begin_inset Quotes eld
9560 \end_inset
9561
9562
9563 \emph on
9564 Castelchiodato,
9565 \emph default
9566
9567 \begin_inset Quotes erd
9568 \end_inset
9569
9570 :
9571 \end_layout
9572
9573 \begin_layout Standard
9574
9575 \series bold
9576 & 111
9577 \backslash
9578
9579 \backslash
9580  
9581 \backslash
9582 newpage
9583 \begin_inset Newline newline
9584 \end_inset
9585
9586 &
9587 \end_layout
9588
9589 \begin_layout Standard
9590 The 
9591 \begin_inset Quotes eld
9592 \end_inset
9593
9594 111
9595 \begin_inset Quotes erd
9596 \end_inset
9597
9598  in the third columns of the row was deleted.
9599  
9600 \series bold
9601
9602 \backslash
9603 newpage
9604 \series default
9605  is only needed when a page break should definitively occur at this position,
9606  otherwise it is only a possibility to break.
9607  If your footer row of the longtable has for a certain reason no upper line
9608  but you would have a horizontal line where the cell is broken, use this
9609  command instead:
9610 \end_layout
9611
9612 \begin_layout Standard
9613
9614 \series bold
9615 & 111
9616 \backslash
9617
9618 \backslash
9619
9620 \begin_inset Newline newline
9621 \end_inset
9622
9623
9624 \backslash
9625 hline &
9626 \end_layout
9627
9628 \begin_layout Standard
9629 When the cell to be broken is in the last column, the command
9630 \end_layout
9631
9632 \begin_layout Standard
9633
9634 \series bold
9635
9636 \backslash
9637 setlength{
9638 \backslash
9639 parfillskip}{0pt}
9640 \end_layout
9641
9642 \begin_layout Standard
9643 must be inserted as TeX-Code at the beginning of the cell.
9644  This assures that the part of the cell that will be displayed on the new
9645  page appears with the full width.
9646 \end_layout
9647
9648 \begin_layout Standard
9649 \align center
9650 \begin_inset Tabular
9651 <lyxtabular version="3" rows="39" columns="3">
9652 <features islongtable="true">
9653 <column alignment="left" valignment="top" width="0cm">
9654 <column alignment="left" valignment="top" width="3cm">
9655 <column alignment="center" valignment="top" width="0pt">
9656 <row endfirsthead="true" caption="true">
9657 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 \begin_inset Caption
9662
9663 \begin_layout Plain Layout
9664 Table with forced page break in table cell
9665 \begin_inset CommandInset label
9666 LatexCommand label
9667 name "tab:ForcedPagebreak"
9668
9669 \end_inset
9670
9671
9672 \begin_inset OptArg
9673 status collapsed
9674
9675 \begin_layout Plain Layout
9676 Table with forced page break in table cell
9677 \end_layout
9678
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685
9686
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row endfirsthead="true">
9711 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \series bold
9717 Example Phone List (ignore the names)
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 </row>
9741 <row endfirsthead="true">
9742 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \series bold
9748 NAME
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \series bold
9768 TEL.
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row endhead="true" caption="true">
9775 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779 \begin_inset ERT
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783
9784
9785 \backslash
9786 caption*{Continued table with forced page break in table cell}
9787 \backslash
9788
9789 \backslash
9790 %
9791 \end_layout
9792
9793 \end_inset
9794
9795
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 </row>
9819 <row endhead="true">
9820 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824  
9825 \series bold
9826 Example Phone List
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 </row>
9850 <row endhead="true">
9851 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \series bold
9857 NAME
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \series bold
9877 TEL.
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row endfoot="true">
9884 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 continued on next page
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row>
9913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \series bold
9919 Annovi
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 Silvia
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 111
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row>
9944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \series bold
9950 Bertoli
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 Stefano
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 111
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 </row>
9974 <row>
9975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \series bold
9981 Bozzi
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 Walter
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 111
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 </row>
10005 <row>
10006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012 Cachia
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 Maria
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 111
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \series bold
10043 Cachia
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 Maurizio
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 111
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row>
10068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 Cinquemani
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 Giusi
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 111
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 Colin
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 Bernard
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 111
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Concli
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Gianfranco
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Dal Bosco
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Carolina
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Dalpiaz
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Annamaria
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Feliciello
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Domenico
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Focarelli
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Paola
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Galletti
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Oreste
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Gasparini
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Franca
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Lassini
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Giancarlo
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Malfatti
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Luciano
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Malfatti
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Valeriano
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Meneguzzo
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Roberto
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Mezzadra
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Roberto
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Pirpamer
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Erich
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 111
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \series bold
10539 Pochiesa
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 Paolo
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 111, 222
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Radina
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Claudio
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Rizzardi
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Paolo, 11.
10611  Fürst von Montecompatri, 11.
10612  Fürst von Sulmona und Vivaro, 10.
10613  Fürst von Rossano, 5.
10614  Herzog von Canemorte, 11.
10615  Herzog von Palombara, 5.
10616  Herzog von Castelchiodato,
10617 \begin_inset ERT
10618 status open
10619
10620 \begin_layout Plain Layout
10621
10622 & 111
10623 \backslash
10624
10625 \backslash
10626  
10627 \backslash
10628 newpage
10629 \end_layout
10630
10631 \begin_layout Plain Layout
10632
10633 &
10634 \end_layout
10635
10636 \end_inset
10637
10638  11.
10639  Herzog von Poggionativo, 11.
10640  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10641  Graf von Valinfreda, 11.
10642  Baron von Cropalati, 11.
10643  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \series bold
10665 Stuffer
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Oskar
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 111
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 Tacchelli
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Ugo
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 111
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 Tezzele
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Margit
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 111
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \series bold
10758 Unterkalmsteiner
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 Frieda
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 111
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 </row>
10782 <row>
10783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \series bold
10789 Vieider
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 Hilde
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 111
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row>
10814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \series bold
10820 Vigna
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 Jürgen
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 111
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \series bold
10851 Weber
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 Maurizio
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 111
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 </row>
10875 <row>
10876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880
10881 \series bold
10882 Winkler
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 Franz
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 111
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 </row>
10906 <row endlastfoot="true">
10907 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 </lyxtabular>
10936
10937 \end_inset
10938
10939
10940 \end_layout
10941
10942 \begin_layout Section
10943 Multiple Lines Columns and Rows
10944 \end_layout
10945
10946 \begin_layout Subsection
10947 Multiple Lines in Table Cells
10948 \begin_inset CommandInset label
10949 LatexCommand label
10950 name "sub:Multiple-Lines-in"
10951
10952 \end_inset
10953
10954
10955 \begin_inset Index
10956 status collapsed
10957
10958 \begin_layout Plain Layout
10959 Multiple Lines in Table Cells
10960 \end_layout
10961
10962 \end_inset
10963
10964
10965 \begin_inset Index
10966 status collapsed
10967
10968 \begin_layout Plain Layout
10969 Table ! Linebreaks
10970 \end_layout
10971
10972 \end_inset
10973
10974
10975 \end_layout
10976
10977 \begin_layout Standard
10978 \noindent
10979 \begin_inset Float table
10980 placement H
10981 wide false
10982 sideways false
10983 status open
10984
10985 \begin_layout Plain Layout
10986 \begin_inset Caption
10987
10988 \begin_layout Plain Layout
10989 \begin_inset CommandInset label
10990 LatexCommand label
10991 name "tab:Table-with-multiple"
10992
10993 \end_inset
10994
10995 Table with multiple lines in cells
10996 \end_layout
10997
10998 \end_inset
10999
11000
11001 \end_layout
11002
11003 \begin_layout Plain Layout
11004 \align center
11005 \begin_inset Tabular
11006 <lyxtabular version="3" rows="3" columns="3">
11007 <features>
11008 <column alignment="center" valignment="middle" width="2.5cm">
11009 <column alignment="center" valignment="middle" width="0">
11010 <column alignment="center" valignment="middle" width="0">
11011 <row>
11012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 multiple
11017 \begin_inset Newline linebreak
11018 \end_inset
11019
11020 lines
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 b
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 c
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 </row>
11044 <row>
11045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 d
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 e
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 f
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 g
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 h
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 i
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 </row>
11102 </lyxtabular>
11103
11104 \end_inset
11105
11106
11107 \end_layout
11108
11109 \end_inset
11110
11111
11112 \end_layout
11113
11114 \begin_layout Standard
11115 Adjusting a fixed width for a column, enables to enter text as a paragraph
11116  with multiple lines and hyphenations.
11117 \end_layout
11118
11119 \begin_layout Standard
11120 To produce Table
11121 \begin_inset space ~
11122 \end_inset
11123
11124
11125 \begin_inset CommandInset ref
11126 LatexCommand ref
11127 reference "tab:Table-with-multiple"
11128
11129 \end_inset
11130
11131 , create a 3×3 table, mark the first cell and right-click on it.
11132  In the appearing table dialog we set a cell width of 2.5
11133 \begin_inset space \thinspace{}
11134 \end_inset
11135
11136 cm and choose centered for the vertical and horizontal alignment.
11137  The vertical alignment is used for all cells of the row.
11138  As our text is smaller than than 2.5
11139 \begin_inset space \thinspace{}
11140 \end_inset
11141
11142 cm, only one line will appear.
11143  To get two lines, a justified line break (shortcut 
11144 \begin_inset Info
11145 type  "shortcut"
11146 arg   "newline-insert linebreak"
11147 \end_inset
11148
11149 ) was added.
11150  If the text is wider than the set cell width, it will automatically be
11151  broken to several lines.
11152 \end_layout
11153
11154 \begin_layout Standard
11155 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11156  by LaTeX if it is the first entry.
11157  Therefore you need to insert something, to make the word not being the
11158  first entry.
11159  So add a horizontal space of 0
11160 \begin_inset space \thinspace{}
11161 \end_inset
11162
11163 pt before the word.
11164  As the space is zero, it doesn't change the output.
11165  Table
11166 \begin_inset space ~
11167 \end_inset
11168
11169
11170 \begin_inset CommandInset ref
11171 LatexCommand ref
11172 reference "tab:Table-with-and"
11173
11174 \end_inset
11175
11176  shows the effect.
11177 \end_layout
11178
11179 \begin_layout Standard
11180 \begin_inset Float table
11181 placement h
11182 wide false
11183 sideways false
11184 status open
11185
11186 \begin_layout Plain Layout
11187 \begin_inset Caption
11188
11189 \begin_layout Plain Layout
11190 \begin_inset CommandInset label
11191 LatexCommand label
11192 name "tab:Table-with-and"
11193
11194 \end_inset
11195
11196 Table with and without hyphenation
11197 \end_layout
11198
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \begin_layout Plain Layout
11205 \begin_inset space \hfill{}
11206 \end_inset
11207
11208
11209 \begin_inset Tabular
11210 <lyxtabular version="3" rows="3" columns="3">
11211 <features>
11212 <column alignment="center" valignment="middle" width="2.5cm">
11213 <column alignment="center" valignment="middle" width="0">
11214 <column alignment="center" valignment="middle" width="0">
11215 <row>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 verylongtablecellword
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 b
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 c
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 d
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 e
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 f
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 </row>
11273 <row>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 g
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 h
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 i
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 </lyxtabular>
11303
11304 \end_inset
11305
11306
11307 \begin_inset space \hfill{}
11308 \end_inset
11309
11310
11311 \begin_inset Tabular
11312 <lyxtabular version="3" rows="3" columns="3">
11313 <features>
11314 <column alignment="center" valignment="middle" width="2.5cm">
11315 <column alignment="center" valignment="middle" width="0">
11316 <column alignment="center" valignment="middle" width="0">
11317 <row>
11318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 \begin_inset space \hspace{}
11323 \length 0pt
11324 \end_inset
11325
11326 verylongtablecellword
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 b
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 c
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 </row>
11350 <row>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 d
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 e
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 f
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 </row>
11379 <row>
11380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 g
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 h
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 i
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 </row>
11408 </lyxtabular>
11409
11410 \end_inset
11411
11412
11413 \begin_inset space \hfill{}
11414 \end_inset
11415
11416
11417 \end_layout
11418
11419 \end_inset
11420
11421
11422 \end_layout
11423
11424 \begin_layout Subsection
11425 Multicolumns
11426 \begin_inset CommandInset label
11427 LatexCommand label
11428 name "sub:Multicolumns"
11429
11430 \end_inset
11431
11432
11433 \begin_inset Index
11434 status collapsed
11435
11436 \begin_layout Plain Layout
11437 Multicolumns
11438 \end_layout
11439
11440 \end_inset
11441
11442
11443 \begin_inset Index
11444 status collapsed
11445
11446 \begin_layout Plain Layout
11447 Table ! Multicolumns
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \begin_layout Subsubsection
11456 Multicolumn Basics
11457 \end_layout
11458
11459 \begin_layout Standard
11460 To span a cell over multiple columns, mark as much cells within a line that
11461  should be one spanned cell and use either the table-toolbar button 
11462 \begin_inset Graphics
11463         filename ../images/tabular-feature_multicolumn.png
11464         scale 85
11465         scaleBeforeRotation
11466
11467 \end_inset
11468
11469 , or the menu 
11470 \family sans
11471 Edit\SpecialChar \menuseparator
11472 Table\SpecialChar \menuseparator
11473 Multicolumn
11474 \family default
11475 , or right click on the marked cells and choose multicolumn in the appearing
11476  table dialog under the tab 
11477 \family sans
11478 Table Settings
11479 \family default
11480 .
11481 \end_layout
11482
11483 \begin_layout Standard
11484 Multicolumns have there own cell settings.
11485  That means changing cell borders, cell alignment, and the width only affects
11486  the multicolumn.
11487  Here is an example table with a multicolumn cell in the first row and one
11488  in the last row without the upper border:
11489 \end_layout
11490
11491 \begin_layout Standard
11492 \align center
11493 \begin_inset Tabular
11494 <lyxtabular version="3" rows="3" columns="4">
11495 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11496 <column alignment="center" valignment="top" width="0pt">
11497 <column alignment="center" valignment="middle" width="0">
11498 <column alignment="center" valignment="top" width="0in">
11499 <column alignment="center" valignment="top" width="0pt">
11500 <row>
11501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 abc
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 def ghi
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 jkl
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 <row>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543
11544 \family roman
11545 \series medium
11546 \shape up
11547 \size normal
11548 \emph off
11549 \bar no
11550 \noun off
11551 \color none
11552 A
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 B
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 C
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 D
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 </row>
11585 <row>
11586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 1
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 2
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 3
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 4
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 </row>
11623 </lyxtabular>
11624
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \begin_layout Subsubsection
11631 Multicolumn Calculations
11632 \begin_inset CommandInset label
11633 LatexCommand label
11634 name "sub:Multicolumn-Calculations"
11635
11636 \end_inset
11637
11638
11639 \begin_inset Index
11640 status collapsed
11641
11642 \begin_layout Plain Layout
11643 Multicolumns ! Calculations
11644 \end_layout
11645
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \begin_layout Standard
11652 LyX supports multicolumns directly, but we have to take notice of the cell
11653  width of the columns spanned by the multicolumn cell.
11654 \end_layout
11655
11656 \begin_layout Standard
11657 \begin_inset Float table
11658 placement h
11659 wide false
11660 sideways false
11661 status open
11662
11663 \begin_layout Plain Layout
11664 \begin_inset Caption
11665
11666 \begin_layout Plain Layout
11667 \begin_inset CommandInset label
11668 LatexCommand label
11669 name "tab:Table-with-centered"
11670
11671 \end_inset
11672
11673 Table with centered multicolumn text above two columns that have exactly
11674  half the width of the multicolumn cell
11675 \begin_inset OptArg
11676 status collapsed
11677
11678 \begin_layout Plain Layout
11679 Perfect multicolumn table
11680 \end_layout
11681
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \end_inset
11688
11689
11690 \end_layout
11691
11692 \begin_layout Plain Layout
11693 \align center
11694 \begin_inset Tabular
11695 <lyxtabular version="3" rows="3" columns="3">
11696 <features>
11697 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11698 <column alignment="center" valignment="middle" width="0">
11699 <column alignment="center" valignment="top" width="0">
11700 <row>
11701 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 multiple lines multicolumn
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 c
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 </row>
11729 <row>
11730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 d
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 e
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 f
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 <row>
11759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 g
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 h
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 i
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 </row>
11787 </lyxtabular>
11788
11789 \end_inset
11790
11791
11792 \end_layout
11793
11794 \end_inset
11795
11796
11797 \end_layout
11798
11799 \begin_layout Standard
11800 To create for example Table
11801 \begin_inset space ~
11802 \end_inset
11803
11804
11805 \begin_inset CommandInset ref
11806 LatexCommand ref
11807 reference "tab:Table-with-centered"
11808
11809 \end_inset
11810
11811 , mark the first two cells in the first row of a 3×3 table and right-click
11812  on them.
11813  Now choose for this cell 
11814 \emph on
11815 multicolumn
11816 \emph default
11817
11818 \emph on
11819 centered alignment
11820 \emph default
11821  and a width of 2.5
11822 \begin_inset space \thinspace{}
11823 \end_inset
11824
11825 cm in the table dialog.
11826  The spanned columns should have exactly half the width of the multicolumn
11827  cell, so that you would adjust a width of 1.25
11828 \begin_inset space \thinspace{}
11829 \end_inset
11830
11831 cm for the first column.
11832  The second column has then automatically a width of 1.25
11833 \begin_inset space \thinspace{}
11834 \end_inset
11835
11836 cm (multicolumn width - width of first column).
11837  This was done for Table
11838 \begin_inset space ~
11839 \end_inset
11840
11841
11842 \begin_inset CommandInset ref
11843 LatexCommand ref
11844 reference "tab:Table-without-half"
11845
11846 \end_inset
11847
11848 .
11849 \end_layout
11850
11851 \begin_layout Standard
11852 \begin_inset Float table
11853 wide false
11854 sideways false
11855 status open
11856
11857 \begin_layout Plain Layout
11858 \begin_inset Caption
11859
11860 \begin_layout Plain Layout
11861 \begin_inset CommandInset label
11862 LatexCommand label
11863 name "tab:Table-without-half"
11864
11865 \end_inset
11866
11867 Table where the spanned table columns have not exactly half the width of
11868  the multicolumn cell
11869 \begin_inset OptArg
11870 status collapsed
11871
11872 \begin_layout Plain Layout
11873 Imperfect multicolumn table
11874 \end_layout
11875
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \end_inset
11882
11883
11884 \end_layout
11885
11886 \begin_layout Plain Layout
11887 \align center
11888 \begin_inset Tabular
11889 <lyxtabular version="3" rows="3" columns="3">
11890 <features>
11891 <column alignment="center" valignment="top" width="1.25cm">
11892 <column alignment="center" valignment="top" width="0">
11893 <column alignment="center" valignment="top" width="0">
11894 <row>
11895 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 multiple lines multicolumn
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 c
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 </row>
11923 <row>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 d
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 e
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 f
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 </row>
11952 <row>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 g
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 h
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 i
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 </row>
11981 </lyxtabular>
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \end_layout
11992
11993 \begin_layout Standard
11994 You can see that the first column has not the half width of the multicolumn
11995  cell, it is a bit bigger.
11996  The reason is that the given width of a cell 
11997 \begin_inset Formula $W_{g}$
11998 \end_inset
11999
12000  is not its total width 
12001 \begin_inset Formula $W_{\mathrm{tot}}$
12002 \end_inset
12003
12004  because a cell is always a bit larger than its given width.
12005  Appendix
12006 \begin_inset space ~
12007 \end_inset
12008
12009
12010 \begin_inset CommandInset ref
12011 LatexCommand eqref
12012 reference "cha:Explanation-of-Equation"
12013
12014 \end_inset
12015
12016  explains it in detail.
12017 \end_layout
12018
12019 \begin_layout Standard
12020 The needed given width 
12021 \begin_inset Formula $W_{g\, n}$
12022 \end_inset
12023
12024  when 
12025 \emph on
12026 n
12027 \emph default
12028  columns are spanned can be calculated, so that each column has a total
12029  width of 
12030 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12031 \end_inset
12032
12033 :
12034 \begin_inset Formula \begin{equation}
12035 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Standard
12043 In our case we have 
12044 \begin_inset Formula $n=2$
12045 \end_inset
12046
12047
12048 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12049 \end_inset
12050
12051 cm and the default values for the lengths, so that equation 
12052 \begin_inset CommandInset ref
12053 LatexCommand ref
12054 reference "eq:Wgn"
12055
12056 \end_inset
12057
12058  becomes
12059 \begin_inset Formula \begin{equation}
12060 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 To enable calculations in LaTeX, the LaTeX-package 
12069 \series bold
12070 calc
12071 \series default
12072  must be loaded with the document preamble line
12073 \begin_inset Index
12074 status collapsed
12075
12076 \begin_layout Plain Layout
12077 LaTeX-packages ! calc
12078 \end_layout
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \begin_layout Standard
12086
12087 \series bold
12088
12089 \backslash
12090 usepackage{calc}
12091 \end_layout
12092
12093 \begin_layout Standard
12094 LyX does not allow to calculate lengths in the width-field of the table
12095  dialog.
12096  Therefore you have to format the column by inserting a LaTeX-argument in
12097  the dialog.
12098  Here is an overview about the arguments:
12099 \end_layout
12100
12101 \begin_layout Itemize
12102
12103 \series bold
12104 p{width}
12105 \series default
12106  creates cell with a fixed width, its text is vertically top-aligned
12107 \end_layout
12108
12109 \begin_layout Itemize
12110
12111 \series bold
12112 m{width}
12113 \series default
12114  creates cell with a fixed width, its text is vertically centered
12115 \end_layout
12116
12117 \begin_layout Itemize
12118
12119 \series bold
12120 b{width}
12121 \series default
12122  creates cell with a fixed width, its text is vertically bottom-aligned
12123 \end_layout
12124
12125 \begin_layout Standard
12126 By entering a LaTeX-argument, all cell settings set in the table dialog
12127  are overwritten.
12128 \end_layout
12129
12130 \begin_layout Standard
12131 \begin_inset Note Greyedout
12132 status open
12133
12134 \begin_layout Plain Layout
12135
12136 \series bold
12137 Note:
12138 \series default
12139  Due to a bug, LyX shows the overwritten settings anyway.
12140 \end_layout
12141
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \begin_layout Standard
12148 As the text should be horizontally centered, the command 
12149 \series bold
12150
12151 \backslash
12152 centering
12153 \series default
12154  is added.
12155  You can now enter the following LaTeX-argument for the first spanned column:
12156 \end_layout
12157
12158 \begin_layout Standard
12159
12160 \series bold
12161 >{
12162 \backslash
12163 centering}m{1.25cm-6.2pt}
12164 \end_layout
12165
12166 \begin_layout Standard
12167 The command 
12168 \series bold
12169 >{ }
12170 \series default
12171  means, that the commands inside the braces are applied before the cell
12172  is created.
12173 \end_layout
12174
12175 \begin_layout Standard
12176 Although we have chosen centered alignment for the text of the multicolumn
12177  cell, it is still left aligned.
12178  This is because LyX only applies the alignment to single columns.
12179  So we have to use for the multicolumn the LaTeX-argument
12180 \end_layout
12181
12182 \begin_layout Standard
12183
12184 \series bold
12185 >{
12186 \backslash
12187 centering}m{2.5cm}
12188 \end_layout
12189
12190 \begin_layout Subsection
12191 Multirows
12192 \begin_inset Index
12193 status collapsed
12194
12195 \begin_layout Plain Layout
12196 Multirows
12197 \end_layout
12198
12199 \end_inset
12200
12201
12202 \begin_inset Index
12203 status collapsed
12204
12205 \begin_layout Plain Layout
12206 Table ! Multirows
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Standard
12215 In contrary to multicolumns multirows are not yet supported by LyX so a
12216  bit of TeX-Code needs to be used.
12217  To use multirows load the LaTeX-package 
12218 \series bold
12219 multirow
12220 \series default
12221
12222 \begin_inset Index
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226 LaTeX-packages ! multirow
12227 \end_layout
12228
12229 \end_inset
12230
12231  in your document preamble with the command
12232 \end_layout
12233
12234 \begin_layout Standard
12235
12236 \series bold
12237
12238 \backslash
12239 usepackage{multirow}
12240 \end_layout
12241
12242 \begin_layout Standard
12243 Multirows are created with the command
12244 \end_layout
12245
12246 \begin_layout Standard
12247
12248 \series bold
12249
12250 \backslash
12251 multirow{number of rows}{cell width}{cell entry}
12252 \end_layout
12253
12254 \begin_layout Standard
12255 To create the following table:
12256 \end_layout
12257
12258 \begin_layout Standard
12259 \align center
12260 \begin_inset ERT
12261 status collapsed
12262
12263 \begin_layout Plain Layout
12264
12265
12266 \backslash
12267 renewcommand{
12268 \backslash
12269 multirowsetup}{
12270 \backslash
12271 centering}
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \begin_inset Tabular
12278 <lyxtabular version="3" rows="3" columns="3">
12279 <features>
12280 <column alignment="center" valignment="top" width="0">
12281 <column alignment="center" valignment="top" width="0">
12282 <column alignment="center" valignment="top" width="0">
12283 <row>
12284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Plain Layout
12288 a
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 b
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 c
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 </row>
12312 <row>
12313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Plain Layout
12317 \begin_inset ERT
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321
12322
12323 \backslash
12324 multirow{2}{2.5cm}{
12325 \end_layout
12326
12327 \end_inset
12328
12329 multirow entry
12330 \begin_inset ERT
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334
12335 }
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \end_inset
12344 </cell>
12345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12346 \begin_inset Text
12347
12348 \begin_layout Plain Layout
12349 e
12350 \end_layout
12351
12352 \end_inset
12353 </cell>
12354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12355 \begin_inset Text
12356
12357 \begin_layout Plain Layout
12358 f
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 </row>
12364 <row>
12365 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369
12370 \end_layout
12371
12372 \end_inset
12373 </cell>
12374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12375 \begin_inset Text
12376
12377 \begin_layout Plain Layout
12378 h
12379 \end_layout
12380
12381 \end_inset
12382 </cell>
12383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12384 \begin_inset Text
12385
12386 \begin_layout Plain Layout
12387 i
12388 \end_layout
12389
12390 \end_inset
12391 </cell>
12392 </row>
12393 </lyxtabular>
12394
12395 \end_inset
12396
12397
12398 \begin_inset ERT
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402
12403
12404 \backslash
12405 renewcommand{
12406 \backslash
12407 multirowsetup}{
12408 \backslash
12409 raggedright}
12410 \end_layout
12411
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \begin_layout Standard
12418 create a 3×3 table.
12419  To get rid of the line above the last cell in the first column, the cell
12420  is marked as multicolumn and the upper border is unset.
12421  The multirow is now created in the second row of the first column by inserting
12422  there the command
12423 \end_layout
12424
12425 \begin_layout Standard
12426
12427 \series bold
12428
12429 \backslash
12430 multirow{2}{2.5cm}{
12431 \end_layout
12432
12433 \begin_layout Standard
12434 as TeX-Code.
12435  According to the command parameters the multirow spans now two rows and
12436  has a width of 2.5
12437 \begin_inset space \thinspace{}
12438 \end_inset
12439
12440 cm.
12441  The content of the multirow cell follows outside the TeX-Code box and the
12442  command is finished with a right brace 
12443 \series bold
12444 }
12445 \series default
12446  in another TeX-Code-box behind the text.
12447 \end_layout
12448
12449 \begin_layout Standard
12450
12451 \series bold
12452
12453 \backslash
12454 multirow
12455 \series default
12456  left-aligns its content by default.
12457  To override the default, renew the command 
12458 \series bold
12459
12460 \backslash
12461 multirowsetup
12462 \series default
12463  with the command
12464 \end_layout
12465
12466 \begin_layout Standard
12467
12468 \series bold
12469
12470 \backslash
12471 renewcommand{
12472 \backslash
12473 multirowsetup}{
12474 \backslash
12475 centering}
12476 \end_layout
12477
12478 \begin_layout Standard
12479 in TeX-Code in the document preamble.
12480  Then all entries of multirow cells in the document are centered.
12481  If centering is only needed for several tables, you can renew the command
12482  in an TeX-Code box just before the table instead of the preamble.
12483  If the text should be right-aligned, replace 
12484 \series bold
12485
12486 \backslash
12487 centering
12488 \series default
12489  by 
12490 \series bold
12491
12492 \backslash
12493 raggedleft
12494 \series default
12495 .
12496  To return to left-alignment 
12497 \series bold
12498
12499 \backslash
12500 raggedright
12501 \series default
12502  is used.
12503 \end_layout
12504
12505 \begin_layout Section
12506 Formal Tables
12507 \begin_inset CommandInset label
12508 LatexCommand label
12509 name "sec:Formal-Tables"
12510
12511 \end_inset
12512
12513
12514 \begin_inset Index
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518 Table ! Formal
12519 \end_layout
12520
12521 \end_inset
12522
12523
12524 \end_layout
12525
12526 \begin_layout Standard
12527 Tables are often typeset in books similar to Table
12528 \begin_inset space ~
12529 \end_inset
12530
12531
12532 \begin_inset CommandInset ref
12533 LatexCommand ref
12534 reference "tab:Example-booktabs-table"
12535
12536 \end_inset
12537
12538 .
12539  This kind of tables is called 
12540 \begin_inset Quotes eld
12541 \end_inset
12542
12543
12544 \emph on
12545 formal
12546 \emph default
12547
12548 \begin_inset Quotes erd
12549 \end_inset
12550
12551 .
12552  To make a table a formal table use the option 
12553 \family sans
12554 Formal
12555 \family default
12556  in the 
12557 \family sans
12558 Borders
12559 \family default
12560  tab of the table dialog.
12561 \end_layout
12562
12563 \begin_layout Standard
12564 \begin_inset Float table
12565 placement h
12566 wide false
12567 sideways false
12568 status open
12569
12570 \begin_layout Plain Layout
12571 \begin_inset Caption
12572
12573 \begin_layout Plain Layout
12574 \begin_inset CommandInset label
12575 LatexCommand label
12576 name "tab:Example-booktabs-table"
12577
12578 \end_inset
12579
12580 Example booktabs-table
12581 \end_layout
12582
12583 \end_inset
12584
12585
12586 \end_layout
12587
12588 \begin_layout Plain Layout
12589 \align center
12590 \begin_inset Tabular
12591 <lyxtabular version="3" rows="8" columns="4">
12592 <features booktabs="true">
12593 <column alignment="center" valignment="top" width="0">
12594 <column alignment="center" valignment="top" width="0">
12595 <column alignment="center" valignment="top" width="0">
12596 <column alignment="center" valignment="top" width="0">
12597 <row>
12598 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 System
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" topline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 Medipix
12612 \begin_inset space \thinspace{}
12613 \end_inset
12614
12615 1
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 Medipix
12625 \begin_inset space \thinspace{}
12626 \end_inset
12627
12628 2
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 </row>
12643 <row>
12644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 \begin_inset ERT
12649 status collapsed
12650
12651 \begin_layout Plain Layout
12652
12653
12654 \backslash
12655 cmidrule(r){2-2}
12656 \end_layout
12657
12658 \end_inset
12659
12660
12661 \begin_inset ERT
12662 status collapsed
12663
12664 \begin_layout Plain Layout
12665
12666
12667 \backslash
12668 cmidrule(l){3-4}
12669 \end_layout
12670
12671 \end_inset
12672
12673 Detector thickness [µm]
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 300
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 300
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 700
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 Edge angle [°]
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 3.55
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 2.71
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 7.99
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 <row topspace="default">
12745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 Spatial resolution [µm]
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 4.26
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 10.17
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 10.56
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 </row>
12782 <row topspace="default">
12783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 MTF at 
12788 \begin_inset Formula $f_{\mathrm{max}}$
12789 \end_inset
12790
12791
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 0.53
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 0.37
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 0.39
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 </row>
12824 <row topspace="default">
12825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 \begin_inset ERT
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833
12834
12835 \backslash
12836 cmidrule(l{10pt}){1-1}
12837 \end_layout
12838
12839 \end_inset
12840
12841 LSF-spatial resolution
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row>
12875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 in µm
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 129.7
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 52.75
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 50.78
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 </row>
12912 <row>
12913 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 in % of pixel size
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 76.3
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 95.9
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 92.3
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 </lyxtabular>
12951
12952 \end_inset
12953
12954
12955 \end_layout
12956
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \begin_layout Standard
12963 Spaces to table rows can be added using the 
12964 \family sans
12965 Borders
12966 \family default
12967  tab of the table dialog as described in section
12968 \begin_inset space ~
12969 \end_inset
12970
12971
12972 \begin_inset CommandInset ref
12973 LatexCommand ref
12974 reference "sub:Row-Spacing"
12975
12976 \end_inset
12977
12978 .
12979 \end_layout
12980
12981 \begin_layout Standard
12982 In contrary to normal tables, formal tables have no vertical table lines.
12983  The horizontal table lines can be set like for normal tables but they appear
12984  with different width in the output:
12985 \begin_inset Newline newline
12986 \end_inset
12987
12988 The first and the last table line have a default width of 0.08
12989 \begin_inset space \thinspace{}
12990 \end_inset
12991
12992 em while the other lines have a default width of 0.05
12993 \begin_inset space \thinspace{}
12994 \end_inset
12995
12996 em.
12997 \end_layout
12998
12999 \begin_layout Standard
13000 The default widths can be changed with the following preamble lines
13001 \end_layout
13002
13003 \begin_layout Standard
13004
13005 \series bold
13006
13007 \backslash
13008 let
13009 \backslash
13010 mytoprule
13011 \backslash
13012 toprule
13013 \begin_inset Newline newline
13014 \end_inset
13015
13016
13017 \backslash
13018 renewcommand{
13019 \backslash
13020 toprule}{
13021 \backslash
13022 mytoprule[width]}
13023 \end_layout
13024
13025 \begin_layout Standard
13026 This example is for the first line, the so called 
13027 \series bold
13028 toprule
13029 \series default
13030 .
13031  If you want to change the width for the last line, replace 
13032 \series bold
13033 toprule
13034 \series default
13035  by 
13036 \series bold
13037 bottomrule
13038 \series default
13039 .
13040  To change the width for the other lines replace 
13041 \series bold
13042 toprule
13043 \series default
13044  by 
13045 \series bold
13046 midrule
13047 \series default
13048 .
13049  You can use all units listed in appendix
13050 \begin_inset space ~
13051 \end_inset
13052
13053
13054 \begin_inset CommandInset ref
13055 LatexCommand ref
13056 reference "cha:Units-available-in"
13057
13058 \end_inset
13059
13060  to set the width.
13061 \end_layout
13062
13063 \begin_layout Standard
13064 Lines that don't span over all table columns can be created by setting a
13065  table line for multicolumn cells.
13066  LyX will then internally use the command 
13067 \series bold
13068
13069 \backslash
13070 cmidrule
13071 \series default
13072  to create this line.
13073  Its full scheme is
13074 \end_layout
13075
13076 \begin_layout Standard
13077
13078 \series bold
13079
13080 \backslash
13081 cmidrule[width](trim){startcol-endcol}
13082 \end_layout
13083
13084 \begin_layout Standard
13085 The options of 
13086 \series bold
13087
13088 \backslash
13089 cmidrule
13090 \series default
13091  are are currently not supported by LyX so you have to use TeX-Code to be
13092  able to use them.
13093  
13094 \series bold
13095
13096 \backslash
13097 cmidrule
13098 \series default
13099 s can manually be created by inserting the command as TeX-Code as first
13100  cell entry of the first cell of a row.
13101  The line is then drawn in the output above the current row.
13102 \end_layout
13103
13104 \begin_layout Standard
13105 The default for the width is 0.03
13106 \begin_inset space \thinspace{}
13107 \end_inset
13108
13109 em.
13110  Startcol is the number of the column where the line starts and endcol the
13111  column number where the line ends.
13112  The endcol always needs to be specified, also when the line should span
13113  only one column.
13114  The optional parameter trim could be either 
13115 \emph on
13116 l{trimwidth}
13117 \emph default
13118 , or 
13119 \emph on
13120 r{trimwidth}
13121 \emph default
13122  where the trimwidth is also optional.
13123  Using for example the parameter 
13124 \emph on
13125 l{2pt}
13126 \emph default
13127  means that the line is trimmed from its left end by 2
13128 \begin_inset space \thinspace{}
13129 \end_inset
13130
13131 pt.
13132  If you don't specify the trimwidth the lines are trimmed by the default
13133  of 0.5
13134 \begin_inset space \thinspace{}
13135 \end_inset
13136
13137 em.
13138 \end_layout
13139
13140 \begin_layout Standard
13141 \begin_inset VSpace bigskip
13142 \end_inset
13143
13144 Table
13145 \begin_inset space ~
13146 \end_inset
13147
13148
13149 \begin_inset CommandInset ref
13150 LatexCommand ref
13151 reference "tab:Example-booktabs-table"
13152
13153 \end_inset
13154
13155  was created using the commands
13156 \end_layout
13157
13158 \begin_layout Standard
13159
13160 \series bold
13161
13162 \backslash
13163 cmidrule(r){2-2}
13164 \backslash
13165 cmidrule(l){3-4}
13166 \end_layout
13167
13168 \begin_layout Standard
13169 at the beginning of the in the second row and
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 cmidrule(l{10pt}){1-1}
13178 \end_layout
13179
13180 \begin_layout Standard
13181 in the sixth row.
13182 \end_layout
13183
13184 \begin_layout Standard
13185 \begin_inset VSpace bigskip
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \begin_layout Standard
13192 You might want to have overlapping 
13193 \series bold
13194
13195 \backslash
13196 cmidrule
13197 \series default
13198 s like in Table
13199 \begin_inset space ~
13200 \end_inset
13201
13202
13203 \begin_inset CommandInset ref
13204 LatexCommand ref
13205 reference "tab:Special-booktabs-table"
13206
13207 \end_inset
13208
13209 .
13210  This can be achieved with the TeX-Code command
13211 \end_layout
13212
13213 \begin_layout Standard
13214
13215 \series bold
13216
13217 \backslash
13218 morecmidrules
13219 \end_layout
13220
13221 \begin_layout Standard
13222 The command that was used for the second row of Table
13223 \begin_inset space ~
13224 \end_inset
13225
13226
13227 \begin_inset CommandInset ref
13228 LatexCommand ref
13229 reference "tab:Special-booktabs-table"
13230
13231 \end_inset
13232
13233  is
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \series bold
13239
13240 \backslash
13241 cmidrule(r){2-2}
13242 \backslash
13243 cmidrule(l){3-4}
13244 \backslash
13245 morecmidrules
13246 \backslash
13247 cmidrule{2-4}
13248 \end_layout
13249
13250 \begin_layout Standard
13251 The command for the sixth row is
13252 \end_layout
13253
13254 \begin_layout Standard
13255
13256 \series bold
13257
13258 \backslash
13259 midrule
13260 \backslash
13261 morecmidrules
13262 \backslash
13263 cmidrule{3-4}
13264 \end_layout
13265
13266 \begin_layout Standard
13267 \begin_inset VSpace bigskip
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \begin_layout Standard
13274 If you are anyway not satisfied with the border line spacing, you can use
13275  the following command to produce lines that span over all table columns
13276 \series bold
13277 :
13278 \end_layout
13279
13280 \begin_layout Standard
13281
13282 \series bold
13283
13284 \backslash
13285 specialrule{width}{space above}{space below}
13286 \end_layout
13287
13288 \begin_layout Standard
13289 For more informations about these specialties, we refer to the manual of
13290  the LaTeX-package 
13291 \series bold
13292 booktabs
13293 \series default
13294  
13295 \begin_inset CommandInset citation
13296 LatexCommand cite
13297 key "booktabs"
13298
13299 \end_inset
13300
13301 .
13302 \begin_inset Index
13303 status collapsed
13304
13305 \begin_layout Plain Layout
13306 LaTeX-packages ! booktabs
13307 \end_layout
13308
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \begin_layout Standard
13315 \begin_inset Float table
13316 placement h
13317 wide false
13318 sideways false
13319 status open
13320
13321 \begin_layout Plain Layout
13322 \begin_inset Caption
13323
13324 \begin_layout Plain Layout
13325 \begin_inset CommandInset label
13326 LatexCommand label
13327 name "tab:Special-booktabs-table"
13328
13329 \end_inset
13330
13331 Special booktabs-table
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \begin_layout Plain Layout
13340 \align center
13341 \begin_inset Tabular
13342 <lyxtabular version="3" rows="8" columns="4">
13343 <features booktabs="true">
13344 <column alignment="center" valignment="top" width="0">
13345 <column alignment="center" valignment="top" width="0">
13346 <column alignment="center" valignment="top" width="0">
13347 <column alignment="center" valignment="top" width="0">
13348 <row>
13349 <cell alignment="center" valignment="top" topline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 System
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 Medipix
13363 \begin_inset space \thinspace{}
13364 \end_inset
13365
13366 1
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 Medipix
13376 \begin_inset space \thinspace{}
13377 \end_inset
13378
13379 2
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 </row>
13394 <row>
13395 <cell alignment="center" valignment="top" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 \begin_inset ERT
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403
13404
13405 \backslash
13406 cmidrule(r){2-2}
13407 \end_layout
13408
13409 \end_inset
13410
13411
13412 \begin_inset ERT
13413 status collapsed
13414
13415 \begin_layout Plain Layout
13416
13417
13418 \backslash
13419 cmidrule(l){3-4}
13420 \end_layout
13421
13422 \end_inset
13423
13424
13425 \begin_inset ERT
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429
13430
13431 \backslash
13432 morecmidrules 
13433 \end_layout
13434
13435 \end_inset
13436
13437
13438 \begin_inset ERT
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442
13443
13444 \backslash
13445 cmidrule{2-4}
13446 \end_layout
13447
13448 \end_inset
13449
13450 Detector thickness [µm]
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 300
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 300
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 700
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row>
13484 <cell alignment="center" valignment="top" topline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 Edge angle [°]
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 3.55
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 2.71
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 7.99
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 <row topspace="default">
13522 <cell alignment="center" valignment="top" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 Spatial resolution [µm]
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 4.26
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 10.17
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 10.56
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 </row>
13559 <row topspace="default">
13560 <cell alignment="center" valignment="top" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564 MTF at 
13565 \begin_inset Formula $f_{\mathrm{max}}$
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 0.53
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 0.37
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 0.39
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 </row>
13601 <row>
13602 <cell alignment="center" valignment="top" topline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 morecmidrules 
13614 \end_layout
13615
13616 \end_inset
13617
13618
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624
13625 \backslash
13626 cmidrule{3-4}
13627 \end_layout
13628
13629 \end_inset
13630
13631 LSF-spatial resolution
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" topline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" topline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 </row>
13664 <row>
13665 <cell alignment="center" valignment="top" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 in µm
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 129.7
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 52.75
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 50.78
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 <row>
13703 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 in % of pixel size
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 76.3
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 95.9
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 92.3
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 </lyxtabular>
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \end_inset
13748
13749
13750 \end_layout
13751
13752 \begin_layout Section
13753 Vertical Table Alignment
13754 \begin_inset Index
13755 status collapsed
13756
13757 \begin_layout Plain Layout
13758 Table ! Alignment
13759 \end_layout
13760
13761 \end_inset
13762
13763
13764 \end_layout
13765
13766 \begin_layout Standard
13767 To align tables vertically in a text line the table must be inside a box.
13768  The box can then be vertically aligned as described in section
13769 \begin_inset space ~
13770 \end_inset
13771
13772
13773 \begin_inset CommandInset ref
13774 LatexCommand ref
13775 reference "sec:Box-Dialog"
13776
13777 \end_inset
13778
13779 .
13780 \end_layout
13781
13782 \begin_layout Standard
13783 In the following example the tables are inside a minipage
13784 \begin_inset Foot
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788 Minipages are described in section
13789 \begin_inset space ~
13790 \end_inset
13791
13792
13793 \begin_inset CommandInset ref
13794 LatexCommand ref
13795 reference "sec:Minipages"
13796
13797 \end_inset
13798
13799 .
13800 \end_layout
13801
13802 \end_inset
13803
13804  box that has a width of 15
13805 \begin_inset space \thinspace{}
13806 \end_inset
13807
13808 col%:
13809 \end_layout
13810
13811 \begin_layout Itemize
13812 test 
13813 \begin_inset Box Frameless
13814 position "t"
13815 hor_pos "c"
13816 has_inner_box 1
13817 inner_pos "c"
13818 use_parbox 0
13819 width "15col%"
13820 special "none"
13821 height "1in"
13822 height_special "totalheight"
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826 \begin_inset Tabular
13827 <lyxtabular version="3" rows="3" columns="3">
13828 <features>
13829 <column alignment="center" valignment="top" width="0">
13830 <column alignment="center" valignment="top" width="0">
13831 <column alignment="center" valignment="top" width="0">
13832 <row>
13833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 a
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 d
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 g
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 </row>
13861 <row>
13862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 b
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 e
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 h
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 </row>
13890 <row>
13891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 c
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 f
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 i
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 </row>
13919 </lyxtabular>
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \end_inset
13927
13928  test 
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 raisebox{0.85
13937 \backslash
13938 baselineskip}{
13939 \end_layout
13940
13941 \end_inset
13942
13943
13944 \begin_inset Box Frameless
13945 position "t"
13946 hor_pos "c"
13947 has_inner_box 1
13948 inner_pos "c"
13949 use_parbox 0
13950 width "15col%"
13951 special "none"
13952 height "1in"
13953 height_special "totalheight"
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957 \begin_inset Tabular
13958 <lyxtabular version="3" rows="3" columns="3">
13959 <features>
13960 <column alignment="center" valignment="top" width="0">
13961 <column alignment="center" valignment="top" width="0">
13962 <column alignment="center" valignment="top" width="0">
13963 <row>
13964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13965 \begin_inset Text
13966
13967 \begin_layout Plain Layout
13968 a
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977 d
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 g
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 </row>
13992 <row>
13993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 b
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006 e
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 h
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 </row>
14021 <row>
14022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 c
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 f
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 i
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 </row>
14050 </lyxtabular>
14051
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \end_inset
14058
14059
14060 \begin_inset ERT
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064
14065 }
14066 \end_layout
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Itemize
14074 test 
14075 \begin_inset Box Frameless
14076 position "c"
14077 hor_pos "c"
14078 has_inner_box 1
14079 inner_pos "c"
14080 use_parbox 0
14081 width "15col%"
14082 special "none"
14083 height "1in"
14084 height_special "totalheight"
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088 \begin_inset Tabular
14089 <lyxtabular version="3" rows="3" columns="3">
14090 <features>
14091 <column alignment="center" valignment="top" width="0">
14092 <column alignment="center" valignment="top" width="0">
14093 <column alignment="center" valignment="top" width="0">
14094 <row>
14095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 a
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108 d
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117 g
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 </row>
14123 <row>
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128 b
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Plain Layout
14137 e
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146 h
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 </row>
14152 <row>
14153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157 c
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 f
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 i
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 </row>
14181 </lyxtabular>
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \begin_layout Itemize
14194 test 
14195 \begin_inset Box Frameless
14196 position "b"
14197 hor_pos "c"
14198 has_inner_box 1
14199 inner_pos "c"
14200 use_parbox 0
14201 width "15col%"
14202 special "none"
14203 height "1in"
14204 height_special "totalheight"
14205 status collapsed
14206
14207 \begin_layout Plain Layout
14208 \begin_inset Tabular
14209 <lyxtabular version="3" rows="3" columns="3">
14210 <features>
14211 <column alignment="center" valignment="top" width="0">
14212 <column alignment="center" valignment="top" width="0">
14213 <column alignment="center" valignment="top" width="0">
14214 <row>
14215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 a
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Plain Layout
14228 d
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 g
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 </row>
14243 <row>
14244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 b
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 e
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 h
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 <row>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 c
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 f
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 i
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 </row>
14301 </lyxtabular>
14302
14303 \end_inset
14304
14305
14306 \end_layout
14307
14308 \end_inset
14309
14310  test 
14311 \begin_inset ERT
14312 status collapsed
14313
14314 \begin_layout Plain Layout
14315
14316
14317 \backslash
14318 raisebox{-0.32
14319 \backslash
14320 baselineskip}{
14321 \end_layout
14322
14323 \end_inset
14324
14325
14326 \begin_inset Box Frameless
14327 position "b"
14328 hor_pos "c"
14329 has_inner_box 1
14330 inner_pos "c"
14331 use_parbox 0
14332 width "15col%"
14333 special "none"
14334 height "1in"
14335 height_special "totalheight"
14336 status collapsed
14337
14338 \begin_layout Plain Layout
14339 \begin_inset Tabular
14340 <lyxtabular version="3" rows="3" columns="3">
14341 <features>
14342 <column alignment="center" valignment="top" width="0">
14343 <column alignment="center" valignment="top" width="0">
14344 <column alignment="center" valignment="top" width="0">
14345 <row>
14346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 a
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 d
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 g
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 </row>
14374 <row>
14375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 b
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 e
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 h
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 </row>
14403 <row>
14404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408 c
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 f
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 i
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 </lyxtabular>
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \end_inset
14440
14441
14442 \begin_inset ERT
14443 status collapsed
14444
14445 \begin_layout Plain Layout
14446
14447 }
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \begin_layout Standard
14456 As you can see, the content of the first and last table row is not correctly
14457  aligned with the text line where the table is in.
14458  To get this alignment, the minipage box must be set into a raisebox
14459 \begin_inset Foot
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463 Raiseboxes are described in section
14464 \begin_inset space ~
14465 \end_inset
14466
14467
14468 \begin_inset CommandInset ref
14469 LatexCommand ref
14470 reference "sub:Vertical-Alignment"
14471
14472 \end_inset
14473
14474 .
14475 \end_layout
14476
14477 \end_inset
14478
14479 .
14480  In the example above the second table in the first item is aligned using
14481  the TeX-Code-command
14482 \end_layout
14483
14484 \begin_layout Standard
14485
14486 \series bold
14487
14488 \backslash
14489 raisebox{0.85
14490 \backslash
14491 baselineskip}{
14492 \end_layout
14493
14494 \begin_layout Standard
14495 before the box.
14496  Behind the box the closing brace 
14497 \series bold
14498 }
14499 \series default
14500  is inserted as TeX-Code.
14501  For the second table in the last item the command
14502 \end_layout
14503
14504 \begin_layout Standard
14505
14506 \series bold
14507
14508 \backslash
14509 raisebox{-0.32
14510 \backslash
14511 baselineskip}{
14512 \end_layout
14513
14514 \begin_layout Standard
14515 is used.
14516 \end_layout
14517
14518 \begin_layout Standard
14519 \begin_inset Note Greyedout
14520 status open
14521
14522 \begin_layout Plain Layout
14523
14524 \series bold
14525 Note:
14526 \series default
14527  The alignment of the table row content to the surrounding text line is
14528  not exact.
14529  The needed factor of the 
14530 \series bold
14531
14532 \backslash
14533 raisebox
14534 \series default
14535  command for this alignment depends on the document font, the font size,
14536  and the table line thickness.
14537 \end_layout
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \begin_layout Section
14545 Colored Tables
14546 \begin_inset CommandInset label
14547 LatexCommand label
14548 name "sec:Colored-Tables"
14549
14550 \end_inset
14551
14552
14553 \begin_inset Index
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557 Table ! Color
14558 \end_layout
14559
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \begin_layout Subsection
14566 Colored Cells
14567 \begin_inset Index
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571 Table Color ! for Cells
14572 \end_layout
14573
14574 \end_inset
14575
14576
14577 \begin_inset Index
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581 Color ! for Table Cells
14582 \end_layout
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \begin_layout Standard
14590 \begin_inset Float table
14591 placement h
14592 wide false
14593 sideways false
14594 status open
14595
14596 \begin_layout Plain Layout
14597 \begin_inset Caption
14598
14599 \begin_layout Plain Layout
14600 \begin_inset CommandInset label
14601 LatexCommand label
14602 name "tab:Table-colored-without"
14603
14604 \end_inset
14605
14606 Table colored without using the package 
14607 \series bold
14608 colortbl
14609 \series default
14610
14611 \begin_inset OptArg
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615 Table without colortbl
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \begin_layout Plain Layout
14629 \align center
14630 \begin_inset Tabular
14631 <lyxtabular version="3" rows="3" columns="3">
14632 <features>
14633 <column alignment="center" valignment="top" width="0">
14634 <column alignment="center" valignment="top" width="0">
14635 <column alignment="center" valignment="top" width="0">
14636 <row>
14637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641
14642 \color green
14643 a
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14649 \begin_inset Text
14650
14651 \begin_layout Plain Layout
14652
14653 \color red
14654 b
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663
14664 \color red
14665 c
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 </row>
14671 <row>
14672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Plain Layout
14676
14677 \color green
14678 d
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687
14688 \color blue
14689 e
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14695 \begin_inset Text
14696
14697 \begin_layout Plain Layout
14698
14699 \color blue
14700 f
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 </row>
14706 <row>
14707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \color green
14713 g
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722
14723 \color blue
14724 h
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733
14734 \color blue
14735 i
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 </row>
14741 </lyxtabular>
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \begin_layout Standard
14754 If you only need colored text, mark the cells and choose a color in the
14755  menu 
14756 \family sans
14757 Edit\SpecialChar \menuseparator
14758 Text
14759 \begin_inset space ~
14760 \end_inset
14761
14762 Style
14763 \family default
14764 .
14765  This was used to create Table
14766 \begin_inset space ~
14767 \end_inset
14768
14769
14770 \begin_inset CommandInset ref
14771 LatexCommand ref
14772 reference "tab:Table-colored-without"
14773
14774 \end_inset
14775
14776 .
14777  In any other case you have to use the LaTeX-package 
14778 \series bold
14779 colortbl
14780 \series default
14781 .
14782 \begin_inset Index
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786 LaTeX-packages ! colortbl
14787 \end_layout
14788
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \begin_layout Standard
14795 \begin_inset ERT
14796 status collapsed
14797
14798 \begin_layout Plain Layout
14799
14800
14801 \backslash
14802 ifcolortbl
14803 \end_layout
14804
14805 \end_inset
14806
14807
14808 \begin_inset Note Note
14809 status open
14810
14811 \begin_layout Plain Layout
14812 The following section part will only be displayed when the LaTeX-package
14813  
14814 \series bold
14815 colortbl
14816 \series default
14817  is installed.
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826 To create colored tables, 
14827 \series bold
14828 colortbl
14829 \series default
14830  must be loaded in the preamble with the line
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835 \series bold
14836
14837 \backslash
14838 usepackage{colortbl}
14839 \end_layout
14840
14841 \begin_layout Standard
14842 The color of a column is adjusted with the command
14843 \end_layout
14844
14845 \begin_layout Standard
14846
14847 \series bold
14848
14849 \backslash
14850 columncolor{name of color}
14851 \end_layout
14852
14853 \begin_layout Standard
14854 inside the command 
14855 \series bold
14856 >{ }
14857 \series default
14858 .
14859  More about the command 
14860 \series bold
14861 >{}
14862 \series default
14863  is described in section
14864 \begin_inset space ~
14865 \end_inset
14866
14867
14868 \begin_inset CommandInset ref
14869 LatexCommand ref
14870 reference "sub:Multicolumn-Calculations"
14871
14872 \end_inset
14873
14874 .
14875 \end_layout
14876
14877 \begin_layout Standard
14878 The following color names are predefined:
14879 \end_layout
14880
14881 \begin_layout Standard
14882
14883 \family sans
14884 red
14885 \family default
14886
14887 \family sans
14888 green
14889 \family default
14890
14891 \family sans
14892 yellow
14893 \family default
14894
14895 \family sans
14896 blue
14897 \family default
14898
14899 \family sans
14900 cyan
14901 \family default
14902
14903 \family sans
14904 magenta
14905 \family default
14906
14907 \family sans
14908 black
14909 \family default
14910  and 
14911 \family sans
14912 white
14913 \end_layout
14914
14915 \begin_layout Standard
14916 \begin_inset VSpace medskip
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \begin_layout Standard
14923 You can also define your own color with the command
14924 \end_layout
14925
14926 \begin_layout Standard
14927
14928 \series bold
14929
14930 \backslash
14931 definecolor{color name}{color model}{color values}
14932 \end_layout
14933
14934 \begin_layout Standard
14935 The color model can be
14936 \end_layout
14937
14938 \begin_layout Labeling
14939 \labelwidthstring 00.00.0000
14940 cmyk: cyan, magenta, yellow, black
14941 \end_layout
14942
14943 \begin_layout Labeling
14944 \labelwidthstring 00.00.0000
14945 rgb: red, green blue
14946 \end_layout
14947
14948 \begin_layout Labeling
14949 \labelwidthstring 00.00.0000
14950 gray gray
14951 \end_layout
14952
14953 \begin_layout Standard
14954 and the color values are comma separated numbers between 0 and 1 describing
14955  the factor for the corresponding color of the color model.
14956 \end_layout
14957
14958 \begin_layout Standard
14959 You can e.
14960 \begin_inset space \thinspace{}
14961 \end_inset
14962
14963 g.
14964 \begin_inset space \space{}
14965 \end_inset
14966
14967 define the color "
14968 \emph on
14969 darkgreen
14970 \emph default
14971 " in the preamble with
14972 \end_layout
14973
14974 \begin_layout Standard
14975
14976 \series bold
14977
14978 \backslash
14979 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14980 \end_layout
14981
14982 \begin_layout Standard
14983 and the color "
14984 \emph on
14985 lightgray
14986 \emph default
14987 " with
14988 \end_layout
14989
14990 \begin_layout Standard
14991
14992 \series bold
14993
14994 \backslash
14995 definecolor{lightgray}{gray}{0.8}
14996 \end_layout
14997
14998 \begin_layout Standard
14999 \begin_inset VSpace medskip
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \begin_layout Standard
15006 Lines are colored with the command
15007 \end_layout
15008
15009 \begin_layout Standard
15010
15011 \series bold
15012
15013 \backslash
15014 rowcolor{name of color}
15015 \end_layout
15016
15017 \begin_layout Standard
15018 and cells are colored with the command
15019 \end_layout
15020
15021 \begin_layout Standard
15022
15023 \series bold
15024
15025 \backslash
15026 cellcolor{name of color}
15027 \end_layout
15028
15029 \begin_layout Standard
15030 Both commands are inserted at the beginning of a cell as TeX-Code.
15031 \end_layout
15032
15033 \begin_layout Standard
15034 To color characters in the table, mark the cells and use the LyX menu 
15035 \family sans
15036 Edit\SpecialChar \menuseparator
15037 Text
15038 \begin_inset space ~
15039 \end_inset
15040
15041 Style
15042 \family default
15043 .
15044  If a cell contains TeX-Code mark only the characters, otherwise the colored
15045  TeX-Code will cause LaTeX-errors.
15046 \end_layout
15047
15048 \begin_layout Standard
15049 \begin_inset Note Greyedout
15050 status open
15051
15052 \begin_layout Plain Layout
15053
15054 \series bold
15055 Note:
15056 \series default
15057  Not all DVI-viewers are able to display self-defined colors.
15058 \end_layout
15059
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \begin_layout Standard
15066 \begin_inset VSpace bigskip
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \begin_layout Standard
15073 To create Table
15074 \begin_inset space ~
15075 \end_inset
15076
15077
15078 \begin_inset CommandInset ref
15079 LatexCommand ref
15080 reference "tab:Table-colored-using"
15081
15082 \end_inset
15083
15084  do the following: The color of the first column should be 
15085 \emph on
15086 darkgreen
15087 \emph default
15088 .
15089  So insert
15090 \end_layout
15091
15092 \begin_layout Standard
15093
15094 \series bold
15095 >{
15096 \backslash
15097 columncolor{darkgreen}
15098 \backslash
15099 centering}c
15100 \end_layout
15101
15102 \begin_layout Standard
15103 as LaTeX-argument for this column.
15104  The first row should be blue, therefore the TeX-Code command
15105 \end_layout
15106
15107 \begin_layout Standard
15108
15109 \series bold
15110
15111 \backslash
15112 rowcolow{cyan}
15113 \end_layout
15114
15115 \begin_layout Standard
15116 is inserted to the first cell of this row.
15117  Note that this overwrites the column color for the first cell.
15118  The last cell of the last row is colored magenta by inserting the TeX-Code
15119  command
15120 \end_layout
15121
15122 \begin_layout Standard
15123
15124 \series bold
15125
15126 \backslash
15127 cellcolor{magenta}
15128 \end_layout
15129
15130 \begin_layout Standard
15131 The characters could now be colored using the menu 
15132 \family sans
15133 Edit\SpecialChar \menuseparator
15134 Text
15135 \begin_inset space ~
15136 \end_inset
15137
15138 Style
15139 \family default
15140 .
15141 \end_layout
15142
15143 \begin_layout Standard
15144 \begin_inset Float table
15145 placement h
15146 wide false
15147 sideways false
15148 status open
15149
15150 \begin_layout Plain Layout
15151 \begin_inset Caption
15152
15153 \begin_layout Plain Layout
15154 \begin_inset CommandInset label
15155 LatexCommand label
15156 name "tab:Table-colored-using"
15157
15158 \end_inset
15159
15160 Table colored using the package 
15161 \series bold
15162 colortbl
15163 \series default
15164
15165 \begin_inset OptArg
15166 status collapsed
15167
15168 \begin_layout Plain Layout
15169 Table with colortbl
15170 \end_layout
15171
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \begin_layout Plain Layout
15183 \align center
15184 \begin_inset Tabular
15185 <lyxtabular version="3" rows="3" columns="3">
15186 <features>
15187 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15188 <column alignment="center" valignment="top" width="0">
15189 <column alignment="center" valignment="top" width="0">
15190 <row>
15191 <cell alignment="center" valignment="top" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 \begin_inset ERT
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199
15200
15201 \backslash
15202 rowcolor{cyan}
15203 \end_layout
15204
15205 \end_inset
15206
15207
15208 \color magenta
15209 a
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218
15219 \color red
15220 b
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229
15230 \color red
15231 c
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 </row>
15237 <row>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \color yellow
15244 d
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253
15254 \color blue
15255 e
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264
15265 \color blue
15266 f
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \color yellow
15279 g
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288
15289 \color blue
15290 h
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299 \begin_inset ERT
15300 status collapsed
15301
15302 \begin_layout Plain Layout
15303
15304
15305 \backslash
15306 cellcolor{magenta}
15307 \end_layout
15308
15309 \end_inset
15310
15311
15312 \color green
15313 i
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 </row>
15319 </lyxtabular>
15320
15321 \end_inset
15322
15323
15324 \end_layout
15325
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \begin_layout Standard
15332 \begin_inset ERT
15333 status collapsed
15334
15335 \begin_layout Plain Layout
15336
15337
15338 \backslash
15339 else
15340 \end_layout
15341
15342 \end_inset
15343
15344
15345 \begin_inset Note Note
15346 status open
15347
15348 \begin_layout Plain Layout
15349 The following will be displayed when the LaTeX-package 
15350 \series bold
15351 colortbl
15352 \series default
15353  is not installed:
15354 \end_layout
15355
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \begin_layout Standard
15362 You need to install the package 
15363 \series bold
15364 colortbl
15365 \series default
15366  to see the content of this section in the output.
15367 \end_layout
15368
15369 \begin_layout Standard
15370 \begin_inset ERT
15371 status collapsed
15372
15373 \begin_layout Plain Layout
15374
15375
15376 \backslash
15377 fi
15378 \end_layout
15379
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \begin_layout Subsection
15386 Colored Lines
15387 \begin_inset Index
15388 status collapsed
15389
15390 \begin_layout Plain Layout
15391 Table Color ! for Lines
15392 \end_layout
15393
15394 \end_inset
15395
15396
15397 \begin_inset Index
15398 status collapsed
15399
15400 \begin_layout Plain Layout
15401 Color ! for Table Lines
15402 \end_layout
15403
15404 \end_inset
15405
15406
15407 \end_layout
15408
15409 \begin_layout Standard
15410 As described in section
15411 \begin_inset space ~
15412 \end_inset
15413
15414
15415 \begin_inset CommandInset ref
15416 LatexCommand ref
15417 reference "sub:Line-Thickness"
15418
15419 \end_inset
15420
15421 , the line thickness for all lines in a table can be adjusted with the length
15422  
15423 \series bold
15424
15425 \backslash
15426 arrayrulewidth
15427 \series default
15428 .
15429  It is set to 1.5
15430 \begin_inset space \thinspace{}
15431 \end_inset
15432
15433 pt for all tables of this section.
15434 \begin_inset ERT
15435 status collapsed
15436
15437 \begin_layout Plain Layout
15438
15439
15440 \backslash
15441 setlength{
15442 \backslash
15443 arrayrulewidth}{1.5pt}
15444 \end_layout
15445
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \begin_layout Standard
15452 To color vertical lines for example with green, create the following column
15453  format in the document preamble, according to the description in section
15454 \begin_inset space ~
15455 \end_inset
15456
15457
15458 \begin_inset CommandInset ref
15459 LatexCommand ref
15460 reference "sub:Customized-Format"
15461
15462 \end_inset
15463
15464 :
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 newcolumntype{W}{!{
15473 \backslash
15474 color{green}
15475 \backslash
15476 vline}}
15477 \end_layout
15478
15479 \begin_layout Standard
15480 For Table
15481 \begin_inset space ~
15482 \end_inset
15483
15484
15485 \begin_inset CommandInset ref
15486 LatexCommand ref
15487 reference "tab:Table-with-vertical-colored"
15488
15489 \end_inset
15490
15491  the LaTeX-argument
15492 \series bold
15493  WcW
15494 \series default
15495  was used for the last column and
15496 \series bold
15497  Wc
15498 \series default
15499  for the other columns.
15500 \end_layout
15501
15502 \begin_layout Standard
15503 If you want to have several colors, define more column formats.
15504 \end_layout
15505
15506 \begin_layout Standard
15507 \begin_inset Float table
15508 placement h
15509 wide false
15510 sideways false
15511 status open
15512
15513 \begin_layout Plain Layout
15514 \begin_inset Caption
15515
15516 \begin_layout Plain Layout
15517 \begin_inset CommandInset label
15518 LatexCommand label
15519 name "tab:Table-with-vertical-colored"
15520
15521 \end_inset
15522
15523 Table with colored vertical lines
15524 \end_layout
15525
15526 \end_inset
15527
15528
15529 \end_layout
15530
15531 \begin_layout Plain Layout
15532 \align center
15533 \begin_inset Tabular
15534 <lyxtabular version="3" rows="3" columns="3">
15535 <features>
15536 <column alignment="center" valignment="top" width="0" special="Wc">
15537 <column alignment="center" valignment="top" width="0" special="Wc">
15538 <column alignment="center" valignment="top" width="0" special="WcW">
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 sd
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 <cell alignment="center" valignment="top" topline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" topline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 <row>
15569 <cell alignment="center" valignment="top" topline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 sd
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 <row>
15598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620 sd
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 </lyxtabular>
15627
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \end_inset
15634
15635
15636 \end_layout
15637
15638 \begin_layout Standard
15639 \begin_inset VSpace bigskip
15640 \end_inset
15641
15642 To color horizontal lines for example with red, like in Table
15643 \begin_inset space ~
15644 \end_inset
15645
15646
15647 \begin_inset CommandInset ref
15648 LatexCommand ref
15649 reference "tab:Table-with-horizontal-colored"
15650
15651 \end_inset
15652
15653 , insert these commands in TeX-Code before the table or table float:
15654 \end_layout
15655
15656 \begin_layout Standard
15657
15658 \series bold
15659
15660 \backslash
15661 let
15662 \backslash
15663 myHlineC
15664 \backslash
15665 hline
15666 \begin_inset Newline newline
15667 \end_inset
15668
15669
15670 \backslash
15671 renewcommand{
15672 \backslash
15673 hline}
15674 \begin_inset Newline newline
15675 \end_inset
15676
15677
15678 \begin_inset ERT
15679 status collapsed
15680
15681 \begin_layout Plain Layout
15682
15683
15684 \backslash
15685 hphantom{ }
15686 \end_layout
15687
15688 \end_inset
15689
15690 {
15691 \backslash
15692 arrayrulecolor{red}
15693 \backslash
15694 myHlineC
15695 \backslash
15696 arrayrulecolor{black}}
15697 \end_layout
15698
15699 \begin_layout Standard
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704
15705
15706 \backslash
15707 let
15708 \backslash
15709 myHlineC
15710 \backslash
15711 hline
15712 \end_layout
15713
15714 \begin_layout Plain Layout
15715
15716
15717 \backslash
15718 renewcommand{
15719 \backslash
15720 hline}
15721 \end_layout
15722
15723 \begin_layout Plain Layout
15724
15725  {
15726 \backslash
15727 arrayrulecolor{red}
15728 \backslash
15729 myHlineC
15730 \backslash
15731 arrayrulecolor{black}}
15732 \end_layout
15733
15734 \end_inset
15735
15736
15737 \begin_inset Float table
15738 placement h
15739 wide false
15740 sideways false
15741 status open
15742
15743 \begin_layout Plain Layout
15744 \begin_inset Caption
15745
15746 \begin_layout Plain Layout
15747 \begin_inset CommandInset label
15748 LatexCommand label
15749 name "tab:Table-with-horizontal-colored"
15750
15751 \end_inset
15752
15753 Table with colored horizontal lines
15754 \end_layout
15755
15756 \end_inset
15757
15758
15759 \end_layout
15760
15761 \begin_layout Plain Layout
15762 \align center
15763 \begin_inset Tabular
15764 <lyxtabular version="3" rows="3" columns="3">
15765 <features>
15766 <column alignment="center" valignment="top" width="0">
15767 <column alignment="center" valignment="top" width="0">
15768 <column alignment="center" valignment="top" width="0">
15769 <row>
15770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 sd
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 </row>
15798 <row>
15799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812 sd
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 <row>
15828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850 sd
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 </row>
15856 </lyxtabular>
15857
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \begin_layout Standard
15869 To return to the default line color black, insert this command in TeX-Code
15870  behind the table or table float:
15871 \end_layout
15872
15873 \begin_layout Standard
15874
15875 \series bold
15876
15877 \backslash
15878 renewcommand{
15879 \backslash
15880 hline}{
15881 \backslash
15882 myHlineC}
15883 \end_layout
15884
15885 \begin_layout Standard
15886 Table
15887 \begin_inset space ~
15888 \end_inset
15889
15890
15891 \begin_inset CommandInset ref
15892 LatexCommand ref
15893 reference "tab:Table-with-colored"
15894
15895 \end_inset
15896
15897  is an example with colored vertical and horizontal lines.
15898 \end_layout
15899
15900 \begin_layout Standard
15901 \begin_inset Float table
15902 placement h
15903 wide false
15904 sideways false
15905 status open
15906
15907 \begin_layout Plain Layout
15908 \begin_inset Caption
15909
15910 \begin_layout Plain Layout
15911 \begin_inset CommandInset label
15912 LatexCommand label
15913 name "tab:Table-with-colored"
15914
15915 \end_inset
15916
15917 Table with colored lines
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \begin_layout Plain Layout
15926 \align center
15927 \begin_inset Tabular
15928 <lyxtabular version="3" rows="3" columns="3">
15929 <features>
15930 <column alignment="center" valignment="top" width="0" special="Wc">
15931 <column alignment="center" valignment="top" width="0" special="Wc">
15932 <column alignment="center" valignment="top" width="0" special="WcW">
15933 <row>
15934 <cell alignment="center" valignment="top" topline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 sd
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 </row>
15962 <row>
15963 <cell alignment="center" valignment="top" topline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" topline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 sd
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 </row>
15991 <row topspace="default">
15992 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 sd
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 </row>
16020 </lyxtabular>
16021
16022 \end_inset
16023
16024
16025 \end_layout
16026
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \begin_layout Standard
16033 \begin_inset ERT
16034 status collapsed
16035
16036 \begin_layout Plain Layout
16037
16038
16039 \backslash
16040 renewcommand{
16041 \backslash
16042 hline}{
16043 \backslash
16044 myHlineC}
16045 \end_layout
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \begin_layout Standard
16053 \begin_inset ERT
16054 status collapsed
16055
16056 \begin_layout Plain Layout
16057
16058
16059 \backslash
16060 setlength{
16061 \backslash
16062 arrayrulewidth}{0.4pt}
16063 \end_layout
16064
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \begin_layout Section
16071 Table Customization
16072 \begin_inset Index
16073 status collapsed
16074
16075 \begin_layout Plain Layout
16076 Table Customization
16077 \end_layout
16078
16079 \end_inset
16080
16081
16082 \begin_inset Index
16083 status collapsed
16084
16085 \begin_layout Plain Layout
16086 Table ! Customization
16087 \end_layout
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \begin_layout Subsection
16095 Row Spacing
16096 \begin_inset CommandInset label
16097 LatexCommand label
16098 name "sub:Row-Spacing"
16099
16100 \end_inset
16101
16102
16103 \begin_inset Index
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107 Table Customization ! Row Spacing
16108 \end_layout
16109
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Standard
16116 You can add vertical space to table rows in the 
16117 \family sans
16118 Borders
16119 \family default
16120  tab of the table dialog.
16121  You find there three possibilities:
16122 \end_layout
16123
16124 \begin_layout Description
16125 Top
16126 \begin_inset space ~
16127 \end_inset
16128
16129 of
16130 \begin_inset space ~
16131 \end_inset
16132
16133 row will add space above the characters of the table row.
16134  If the table is a formal table
16135 \begin_inset Foot
16136 status collapsed
16137
16138 \begin_layout Plain Layout
16139 Formal tables are explained in section
16140 \begin_inset space ~
16141 \end_inset
16142
16143
16144 \begin_inset CommandInset ref
16145 LatexCommand ref
16146 reference "sec:Formal-Tables"
16147
16148 \end_inset
16149
16150 .
16151 \end_layout
16152
16153 \end_inset
16154
16155  LyX will insert as default 0.5
16156 \begin_inset space \thinspace{}
16157 \end_inset
16158
16159 em space.
16160  For normal tables the inserted space will unfortunately destroy the vertical
16161  table lines as in the following table:
16162 \begin_inset VSpace medskip
16163 \end_inset
16164
16165
16166 \begin_inset Newline newline
16167 \end_inset
16168
16169
16170 \begin_inset space \hspace*{}
16171 \length 0pt
16172 \end_inset
16173
16174
16175 \begin_inset space \hfill{}
16176 \end_inset
16177
16178
16179 \begin_inset Tabular
16180 <lyxtabular version="3" rows="3" columns="1">
16181 <features>
16182 <column alignment="center" valignment="top" width="0">
16183 <row>
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 A
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 </row>
16194 <row topspace="3mm">
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 3
16200 \begin_inset space \thinspace{}
16201 \end_inset
16202
16203 mm space top of row
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 <row>
16210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 C
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 </row>
16220 </lyxtabular>
16221
16222 \end_inset
16223
16224
16225 \begin_inset space \hfill{}
16226 \end_inset
16227
16228
16229 \begin_inset space \hspace*{}
16230 \length 0pt
16231 \end_inset
16232
16233
16234 \begin_inset VSpace medskip
16235 \end_inset
16236
16237
16238 \begin_inset Newline newline
16239 \end_inset
16240
16241 So inserting space to the top of row for normal tables is only useful when
16242  you don't have vertical lines.
16243 \end_layout
16244
16245 \begin_layout Description
16246 Bottom
16247 \begin_inset space ~
16248 \end_inset
16249
16250 of
16251 \begin_inset space ~
16252 \end_inset
16253
16254 row will add space below the characters of the table row.
16255  If the table is a formal table LyX will insert as default 0.5
16256 \begin_inset space \thinspace{}
16257 \end_inset
16258
16259 em space, for normal tables the default size is 2
16260 \begin_inset space \thinspace{}
16261 \end_inset
16262
16263 pt.
16264 \end_layout
16265
16266 \begin_layout Description
16267 Between
16268 \begin_inset space ~
16269 \end_inset
16270
16271 rows adds space between the current and the following row.
16272  If the table is a formal table LyX will insert as default 0.5
16273 \begin_inset space \thinspace{}
16274 \end_inset
16275
16276 em space.
16277  For normal tables the inserted space will unfortunately destroy the vertical
16278  table lines as in the following table:
16279 \begin_inset VSpace medskip
16280 \end_inset
16281
16282
16283 \begin_inset Newline newline
16284 \end_inset
16285
16286
16287 \begin_inset space \hspace*{}
16288 \length 0pt
16289 \end_inset
16290
16291
16292 \begin_inset space \hfill{}
16293 \end_inset
16294
16295
16296 \begin_inset Tabular
16297 <lyxtabular version="3" rows="3" columns="1">
16298 <features>
16299 <column alignment="center" valignment="top" width="0">
16300 <row>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 A
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 </row>
16311 <row interlinespace="3mm">
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 \begin_inset Formula $\downarrow$
16317 \end_inset
16318
16319  3
16320 \begin_inset space \thinspace{}
16321 \end_inset
16322
16323 mm space between row 
16324 \begin_inset Formula $\downarrow$
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 \begin_inset Formula $\uparrow$
16339 \end_inset
16340
16341  3
16342 \begin_inset space \thinspace{}
16343 \end_inset
16344
16345 mm space between row 
16346 \begin_inset Formula $\uparrow$
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 </row>
16355 </lyxtabular>
16356
16357 \end_inset
16358
16359
16360 \begin_inset space \hfill{}
16361 \end_inset
16362
16363
16364 \begin_inset space \hspace*{}
16365 \length 0pt
16366 \end_inset
16367
16368
16369 \begin_inset VSpace medskip
16370 \end_inset
16371
16372
16373 \begin_inset Newline newline
16374 \end_inset
16375
16376 So inserting space between rows for normal tables is only useful when you
16377  don't have vertical lines.
16378 \end_layout
16379
16380 \begin_layout Standard
16381 \begin_inset VSpace bigskip
16382 \end_inset
16383
16384 When you want to add extra height to all cells of all tables, you can do
16385  this with the following preamble lines:
16386 \end_layout
16387
16388 \begin_layout Standard
16389
16390 \series bold
16391
16392 \backslash
16393 @ifundefined{extrarowheight}
16394 \begin_inset Newline newline
16395 \end_inset
16396
16397
16398 \begin_inset ERT
16399 status collapsed
16400
16401 \begin_layout Plain Layout
16402
16403
16404 \backslash
16405 hphantom{ }
16406 \end_layout
16407
16408 \end_inset
16409
16410 {
16411 \backslash
16412 usepackage{array}}{}
16413 \begin_inset Newline newline
16414 \end_inset
16415
16416
16417 \backslash
16418 setlength{
16419 \backslash
16420 extrarowheight}{height}
16421 \end_layout
16422
16423 \begin_layout Standard
16424 But this has the disadvantage that the cell texts are no longer exactly
16425  vertically centered.
16426  (The package 
16427 \series bold
16428 array
16429 \series default
16430  will be loaded automatically by LyX when you use self defined table formats.
16431  To avoid that it is loaded twice the command 
16432 \series bold
16433
16434 \backslash
16435 @ifundefined
16436 \series default
16437  is used in the above command.)
16438 \end_layout
16439
16440 \begin_layout Standard
16441 In case you are using font sizes larger than the normal size, the table
16442  borders are often too close to the letters.
16443  This can be corrected by inserting the command 
16444 \series bold
16445
16446 \backslash
16447 strut
16448 \series default
16449  in TeX code at the beginning of a table row.
16450  Table
16451 \begin_inset space ~
16452 \end_inset
16453
16454
16455 \begin_inset CommandInset ref
16456 LatexCommand ref
16457 reference "tab:Vertical-alignment-of"
16458
16459 \end_inset
16460
16461  visualizes the effect.
16462 \end_layout
16463
16464 \begin_layout Standard
16465 \noindent
16466 \begin_inset Float table
16467 placement h
16468 wide false
16469 sideways false
16470 status open
16471
16472 \begin_layout Plain Layout
16473 \begin_inset Caption
16474
16475 \begin_layout Plain Layout
16476 \begin_inset CommandInset label
16477 LatexCommand label
16478 name "tab:Vertical-alignment-of"
16479
16480 \end_inset
16481
16482 Vertical alignment of text with large font sizes.
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Plain Layout
16491 \begin_inset space \hfill{}
16492 \end_inset
16493
16494
16495 \begin_inset Float table
16496 wide false
16497 sideways false
16498 status collapsed
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Caption
16502
16503 \begin_layout Plain Layout
16504 Normal table.
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \begin_layout Plain Layout
16513 \noindent
16514 \align center
16515 \begin_inset Tabular
16516 <lyxtabular version="3" rows="6" columns="1">
16517 <features>
16518 <column alignment="left" valignment="top" width="0">
16519 <row>
16520 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 Normal, g
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 <row>
16531 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535
16536 \size large
16537 Large
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548
16549 \size larger
16550 Larger
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 <row>
16557 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561
16562 \size largest
16563 Largest
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574
16575 \size huge
16576 Huge
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 </row>
16582 <row>
16583 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587
16588 \size huge
16589 Huger
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 </lyxtabular>
16596
16597 \end_inset
16598
16599
16600 \end_layout
16601
16602 \end_inset
16603
16604
16605 \begin_inset space \hfill{}
16606 \end_inset
16607
16608
16609 \begin_inset Float table
16610 wide false
16611 sideways false
16612 status collapsed
16613
16614 \begin_layout Plain Layout
16615 \begin_inset Caption
16616
16617 \begin_layout Plain Layout
16618 Table using the command 
16619 \series bold
16620
16621 \backslash
16622 strut
16623 \series default
16624 .
16625 \end_layout
16626
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \begin_layout Plain Layout
16633 \noindent
16634 \align center
16635 \begin_inset Tabular
16636 <lyxtabular version="3" rows="6" columns="1">
16637 <features>
16638 <column alignment="left" valignment="top" width="0">
16639 <row>
16640 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 Normal, g
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \size large
16657 \begin_inset ERT
16658 status collapsed
16659
16660 \begin_layout Plain Layout
16661
16662
16663 \backslash
16664 strut 
16665 \end_layout
16666
16667 \end_inset
16668
16669 Large
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \size larger
16682 \begin_inset ERT
16683 status collapsed
16684
16685 \begin_layout Plain Layout
16686
16687
16688 \backslash
16689 strut 
16690 \end_layout
16691
16692 \end_inset
16693
16694 Larger
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \size largest
16707 \begin_inset ERT
16708 status collapsed
16709
16710 \begin_layout Plain Layout
16711
16712
16713 \backslash
16714 strut 
16715 \end_layout
16716
16717 \end_inset
16718
16719 Largest
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \size huge
16732 \begin_inset ERT
16733 status collapsed
16734
16735 \begin_layout Plain Layout
16736
16737
16738 \backslash
16739 strut 
16740 \end_layout
16741
16742 \end_inset
16743
16744 Huge
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \size giant
16757 \begin_inset ERT
16758 status collapsed
16759
16760 \begin_layout Plain Layout
16761
16762
16763 \backslash
16764 strut 
16765 \end_layout
16766
16767 \end_inset
16768
16769
16770 \size huge
16771 Huger
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 </lyxtabular>
16778
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \end_inset
16785
16786
16787 \begin_inset space \hfill{}
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \begin_layout Subsection
16799 Special Cell Alignment
16800 \begin_inset Index
16801 status collapsed
16802
16803 \begin_layout Plain Layout
16804 Table Customization ! Special Cell Alignment
16805 \end_layout
16806
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \begin_layout Standard
16813 Sometimes it looks better when the cell entries of a column are aligned
16814  with a special character, e.
16815 \begin_inset space \thinspace{}
16816 \end_inset
16817
16818 g.
16819 \begin_inset space \space{}
16820 \end_inset
16821
16822 with the decimal separator as in Table
16823 \begin_inset space ~
16824 \end_inset
16825
16826
16827 \begin_inset CommandInset ref
16828 LatexCommand ref
16829 reference "tab:Table-cells-of"
16830
16831 \end_inset
16832
16833 .
16834 \end_layout
16835
16836 \begin_layout Standard
16837 \begin_inset Float table
16838 placement h
16839 wide false
16840 sideways false
16841 status open
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Caption
16845
16846 \begin_layout Plain Layout
16847 \begin_inset CommandInset label
16848 LatexCommand label
16849 name "tab:Table-cells-of"
16850
16851 \end_inset
16852
16853 Table cells of a column aligned with the decimal separator.
16854 \end_layout
16855
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \begin_layout Plain Layout
16862 \align center
16863 \begin_inset Tabular
16864 <lyxtabular version="3" rows="4" columns="2">
16865 <features>
16866 <column alignment="right" valignment="top" width="0">
16867 <column alignment="left" valignment="top" width="0" special="@{}l">
16868 <row>
16869 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 heading
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 12.
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 <cell alignment="center" valignment="top" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902 6
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 </row>
16908 <row>
16909 <cell alignment="center" valignment="top" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 0.
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 68
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 </row>
16928 <row>
16929 <cell alignment="center" valignment="top" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 -123.
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 0
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 </lyxtabular>
16949
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \begin_layout Standard
16961 This table was created with a 4×2 table.
16962  The heading is a centered multicolumn.
16963  The first column is right-aligned and contains the digits before the decimal
16964  point and the decimal point.
16965  The second column is left aligned and contains the digits after the decimal
16966  point.
16967  To omit the space that is normally between two table columns, use the following
16968  LaTeX-argument for the second column:
16969 \end_layout
16970
16971 \begin_layout Standard
16972
16973 \series bold
16974 @{}l
16975 \end_layout
16976
16977 \begin_layout Standard
16978 Table
16979 \begin_inset space ~
16980 \end_inset
16981
16982
16983 \begin_inset CommandInset ref
16984 LatexCommand ref
16985 reference "tab:Several-table-cell"
16986
16987 \end_inset
16988
16989  shows some example alignments.
16990  For the alignment with the relation sign, you must add the second smallest
16991  math-space at the beginning of the last column to get the correct space
16992  surrounding the relation sign.
16993 \end_layout
16994
16995 \begin_layout Standard
16996 \begin_inset Float table
16997 wide false
16998 sideways false
16999 status open
17000
17001 \begin_layout Plain Layout
17002 \begin_inset Caption
17003
17004 \begin_layout Plain Layout
17005 \begin_inset CommandInset label
17006 LatexCommand label
17007 name "tab:Several-table-cell"
17008
17009 \end_inset
17010
17011 Several table cell alignments.
17012 \end_layout
17013
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \begin_layout Plain Layout
17020 \align center
17021 \begin_inset Tabular
17022 <lyxtabular version="3" rows="4" columns="6">
17023 <features>
17024 <column alignment="right" valignment="top" width="0">
17025 <column alignment="left" valignment="top" width="0" special="@{}l">
17026 <column alignment="right" valignment="top" width="0">
17027 <column alignment="left" valignment="top" width="0" special="@{}l">
17028 <column alignment="right" valignment="top" width="0">
17029 <column alignment="left" valignment="top" width="0" special="@{}l">
17030 <row>
17031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035 units
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 exponents
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 relations
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row>
17087 <cell alignment="center" valignment="top" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 12×
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 24
17101 \begin_inset space \thinspace{}
17102 \end_inset
17103
17104 bottles
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $10\cdot$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $10^{\mbox{-}17}$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 <cell alignment="center" valignment="top" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137 \begin_inset Formula $\Gamma(t)\propto$
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Formula $\:\Upsilon(t)$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 1024×
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 768
17173 \begin_inset space \thinspace{}
17174 \end_inset
17175
17176 Pixels
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $5.78\cdot$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Formula $10^{7}$
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $A\ne$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\: B_{\mathrm{red}}$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row>
17231 <cell alignment="center" valignment="top" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 32×
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244 6
17245 \begin_inset space \thinspace{}
17246 \end_inset
17247
17248 cm
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 -
17258 \begin_inset Formula $33.5\cdot$
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 \begin_inset Formula $10^{4}$
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282 \begin_inset Formula $\sin(\alpha)\ge$
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell alignment="center" valignment="top" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 \begin_inset Formula $\:\sin(\beta)$
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 </lyxtabular>
17304
17305 \end_inset
17306
17307
17308 \end_layout
17309
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \begin_layout Standard
17316 \begin_inset VSpace bigskip
17317 \end_inset
17318
17319 There is also the LaTeX-package 
17320 \series bold
17321 dcolumn
17322 \series default
17323
17324 \begin_inset Index
17325 status collapsed
17326
17327 \begin_layout Plain Layout
17328 LaTeX-packages ! dcolumn
17329 \end_layout
17330
17331 \end_inset
17332
17333  that provides table cell alignments.
17334  But this unfortunately treats the cell entries as math and doesn't allow
17335  formulas in table cells: The first column of Table
17336 \begin_inset space ~
17337 \end_inset
17338
17339
17340 \begin_inset CommandInset ref
17341 LatexCommand ref
17342 reference "tab:Several-table-cell"
17343
17344 \end_inset
17345
17346  will look with 
17347 \series bold
17348 dcolumn
17349 \series default
17350  like the first column in Table
17351 \begin_inset space ~
17352 \end_inset
17353
17354
17355 \begin_inset CommandInset ref
17356 LatexCommand ref
17357 reference "tab:Alignments-when"
17358
17359 \end_inset
17360
17361  and only with some tricks like the expected.
17362  The alignment of the second and third column of Table
17363 \begin_inset space ~
17364 \end_inset
17365
17366
17367 \begin_inset CommandInset ref
17368 LatexCommand ref
17369 reference "tab:Several-table-cell"
17370
17371 \end_inset
17372
17373  is not possible with 
17374 \series bold
17375 dcolumn
17376 \series default
17377 .
17378 \end_layout
17379
17380 \begin_layout Standard
17381 \begin_inset Float table
17382 placement h
17383 wide false
17384 sideways false
17385 status open
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Caption
17389
17390 \begin_layout Plain Layout
17391 \begin_inset CommandInset label
17392 LatexCommand label
17393 name "tab:Alignments-when"
17394
17395 \end_inset
17396
17397 Alignments when LaTeX-package dcolumn is used.
17398  For all column alignments tricks have to be used to get the output.
17399 \end_layout
17400
17401 \end_inset
17402
17403
17404 \end_layout
17405
17406 \begin_layout Plain Layout
17407 \align center
17408 \begin_inset Tabular
17409 <lyxtabular version="3" rows="4" columns="3">
17410 <features>
17411 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17412 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17413 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17414 <row>
17415 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 units
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 units
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17434 \begin_inset Text
17435
17436 \begin_layout Plain Layout
17437 units
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 <row>
17444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 12x24
17449 \begin_inset space \thinspace{}
17450 \end_inset
17451
17452 bottles
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 12x24
17462 \begin_inset space \thinspace{}
17463 \end_inset
17464
17465
17466 \begin_inset Formula $\mbox{bottles}$
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 12
17479 \begin_inset ERT
17480 status collapsed
17481
17482 \begin_layout Plain Layout
17483
17484
17485 \backslash
17486 times 
17487 \end_layout
17488
17489 \end_inset
17490
17491 24~
17492 \begin_inset Formula $\mbox{bottles}$
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 </row>
17501 <row>
17502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 1024x768
17507 \begin_inset space \thinspace{}
17508 \end_inset
17509
17510 Pixels
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 1024x768
17520 \begin_inset space \thinspace{}
17521 \end_inset
17522
17523
17524 \begin_inset Formula $\mbox{Pixels}$
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 1024
17537 \begin_inset ERT
17538 status collapsed
17539
17540 \begin_layout Plain Layout
17541
17542
17543 \backslash
17544 times 
17545 \end_layout
17546
17547 \end_inset
17548
17549 768~
17550 \begin_inset Formula $\mbox{Pixels}$
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 </row>
17559 <row>
17560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 32x6
17565 \begin_inset space \thinspace{}
17566 \end_inset
17567
17568 cm
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 32x6
17578 \begin_inset space \thinspace{}
17579 \end_inset
17580
17581
17582 \begin_inset Formula $\mbox{cm}$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 32
17595 \begin_inset ERT
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599
17600
17601 \backslash
17602 times 
17603 \end_layout
17604
17605 \end_inset
17606
17607 6~
17608 \begin_inset Formula $\mbox{cm}$
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 </lyxtabular>
17618
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \begin_layout Subsection
17630 Customized Cell/Column Format
17631 \begin_inset CommandInset label
17632 LatexCommand label
17633 name "sub:Customized-Format"
17634
17635 \end_inset
17636
17637
17638 \begin_inset Index
17639 status collapsed
17640
17641 \begin_layout Plain Layout
17642 Table Customization ! Cell/Column Format
17643 \end_layout
17644
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \begin_layout Standard
17651 Calculating the needed width for spanned columns like in section
17652 \begin_inset space ~
17653 \end_inset
17654
17655
17656 \begin_inset CommandInset ref
17657 LatexCommand ref
17658 reference "sub:Multicolumn-Calculations"
17659
17660 \end_inset
17661
17662  is very annoying if you have several tables with multicolumn cells.
17663  To make life easier, you can define a cell/column format in the preamble,
17664  so that it can be used in all tables of the document.
17665  The format is defined with the command
17666 \end_layout
17667
17668 \begin_layout Standard
17669
17670 \series bold
17671
17672 \backslash
17673 newcolumntype{name of format}[number of arguments]{commands}
17674 \end_layout
17675
17676 \begin_layout Standard
17677 The format name may only consist of one letter.
17678  The letters 
17679 \emph on
17680 b
17681 \emph default
17682
17683 \emph on
17684 c
17685 \emph default
17686
17687 \emph on
17688 l
17689 \emph default
17690
17691 \emph on
17692 m
17693 \emph default
17694
17695 \emph on
17696 p
17697 \emph default
17698  and 
17699 \emph on
17700 r
17701 \emph default
17702  are predefined and cannot be used.
17703  But all letters are allowed as capitals.
17704 \end_layout
17705
17706 \begin_layout Standard
17707 \begin_inset VSpace medskip
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \begin_layout Standard
17714 For vertically and horizontally centered multicolumn cells with a fixed
17715  width you can define the cell format
17716 \end_layout
17717
17718 \begin_layout Standard
17719
17720 \series bold
17721
17722 \backslash
17723 newcolumntype{M}[1]{>{
17724 \backslash
17725 centering
17726 \backslash
17727 hspace{0pt}}m{#1}}
17728 \end_layout
17729
17730 \begin_layout Standard
17731 where 
17732 \series bold
17733
17734 \backslash
17735 hspace{0pt}
17736 \series default
17737  avoids the problem of hyphenating the first word, as described in section
17738 \begin_inset space ~
17739 \end_inset
17740
17741
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "sub:Multiple-Lines-in"
17745
17746 \end_inset
17747
17748 .
17749  Now you can simply enter
17750 \end_layout
17751
17752 \begin_layout Standard
17753
17754 \series bold
17755 M{width}
17756 \end_layout
17757
17758 \begin_layout Standard
17759 as LaTeX-argument in the table dialog to create a multicolumn.
17760 \end_layout
17761
17762 \begin_layout Standard
17763 \begin_inset VSpace bigskip
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \begin_layout Standard
17770 For cells spanned by a multicolumn cell, you can define the format
17771 \end_layout
17772
17773 \begin_layout Standard
17774
17775 \series bold
17776
17777 \backslash
17778 newcolumntype{S}[2]{>{
17779 \backslash
17780 centering
17781 \backslash
17782 hspace{0pt}}
17783 \begin_inset Newline newline
17784 \end_inset
17785
17786
17787 \begin_inset ERT
17788 status collapsed
17789
17790 \begin_layout Plain Layout
17791
17792
17793 \backslash
17794 phantom{
17795 \end_layout
17796
17797 \end_inset
17798
17799
17800 \backslash
17801 newcolumntype
17802 \begin_inset ERT
17803 status collapsed
17804
17805 \begin_layout Plain Layout
17806
17807 }
17808 \end_layout
17809
17810 \end_inset
17811
17812 m{(#1+(2
17813 \backslash
17814 tabcolsep+
17815 \backslash
17816 arrayrulewidth)*(1-#2))/#2}}
17817 \end_layout
17818
17819 \begin_layout Standard
17820 This format uses equation 
17821 \begin_inset CommandInset ref
17822 LatexCommand eqref
17823 reference "eq:Wgn"
17824
17825 \end_inset
17826
17827  to calculate the needed width so that each spanned cell has the same width.
17828 \end_layout
17829
17830 \begin_layout Standard
17831 You can now enter
17832 \end_layout
17833
17834 \begin_layout Standard
17835
17836 \series bold
17837 S{width of multicolumn cell}{number of spanned columns}
17838 \end_layout
17839
17840 \begin_layout Standard
17841 as LaTeX-argument of the column.
17842 \end_layout
17843
17844 \begin_layout Standard
17845 \begin_inset VSpace bigskip
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \begin_layout Standard
17852 For colored columns, you can define
17853 \end_layout
17854
17855 \begin_layout Standard
17856
17857 \series bold
17858
17859 \backslash
17860 newcolumntype{K}[1]{>{
17861 \backslash
17862 columncolor{#1}
17863 \backslash
17864 hspace{0pt}}c}
17865 \end_layout
17866
17867 \begin_layout Standard
17868 The 
17869 \begin_inset Quotes eld
17870 \end_inset
17871
17872 c
17873 \begin_inset Quotes erd
17874 \end_inset
17875
17876  at the end creates a column with a flexible width whose text is horizontally
17877  centered.
17878  You can now enter
17879 \end_layout
17880
17881 \begin_layout Standard
17882
17883 \series bold
17884 K{color name}
17885 \end_layout
17886
17887 \begin_layout Standard
17888 as LaTeX-argument.
17889 \end_layout
17890
17891 \begin_layout Standard
17892 \begin_inset VSpace bigskip
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \begin_layout Standard
17899 To create Table
17900 \begin_inset space ~
17901 \end_inset
17902
17903
17904 \begin_inset CommandInset ref
17905 LatexCommand ref
17906 reference "tab:Table-using-user-defined"
17907
17908 \end_inset
17909
17910  use the LaTeX-arguments
17911 \end_layout
17912
17913 \begin_layout Standard
17914
17915 \series bold
17916 M{2.5cm}
17917 \end_layout
17918
17919 \begin_layout Standard
17920 for the first column and the multicolumn,
17921 \end_layout
17922
17923 \begin_layout Standard
17924
17925 \series bold
17926 K{red}
17927 \end_layout
17928
17929 \begin_layout Standard
17930 for the the last column, and
17931 \end_layout
17932
17933 \begin_layout Standard
17934
17935 \series bold
17936 S{2.5cm}{2}
17937 \end_layout
17938
17939 \begin_layout Standard
17940 for the cells in the second column.
17941 \end_layout
17942
17943 \begin_layout Standard
17944 \begin_inset Float table
17945 placement h
17946 wide false
17947 sideways false
17948 status open
17949
17950 \begin_layout Plain Layout
17951 \begin_inset Caption
17952
17953 \begin_layout Plain Layout
17954 \begin_inset CommandInset label
17955 LatexCommand label
17956 name "tab:Table-using-user-defined"
17957
17958 \end_inset
17959
17960 Table using user-defined table formats
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \begin_layout Plain Layout
17969 \align center
17970 \begin_inset Tabular
17971 <lyxtabular version="3" rows="3" columns="4">
17972 <features>
17973 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17974 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17975 <column alignment="center" valignment="middle" width="0">
17976 <column alignment="center" valignment="middle" width="0" special="K{red}">
17977 <row>
17978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 verylongtablecellword
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 multiple lines multicolumn
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 c
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 </row>
18015 <row>
18016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 d
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 e
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 f
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 g
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 </row>
18053 <row>
18054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058 h
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067 i
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 j
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 k
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 </row>
18091 </lyxtabular>
18092
18093 \end_inset
18094
18095
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \begin_layout Subsection
18104 Line Thickness
18105 \begin_inset CommandInset label
18106 LatexCommand label
18107 name "sub:Line-Thickness"
18108
18109 \end_inset
18110
18111
18112 \begin_inset Index
18113 status collapsed
18114
18115 \begin_layout Plain Layout
18116 Table Customization ! Line Thickness
18117 \end_layout
18118
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \begin_layout Standard
18125 The line thickness for all lines in a table can be adjusted with the length
18126  
18127 \series bold
18128
18129 \backslash
18130 arrayrulewidth
18131 \series default
18132 .
18133  To set for example a line thickness of 1.5
18134 \begin_inset space \thinspace{}
18135 \end_inset
18136
18137 pt, like in Table
18138 \begin_inset space ~
18139 \end_inset
18140
18141
18142 \begin_inset CommandInset ref
18143 LatexCommand ref
18144 reference "tab:Table-with-1.5"
18145
18146 \end_inset
18147
18148 , insert the command
18149 \end_layout
18150
18151 \begin_layout Standard
18152
18153 \series bold
18154
18155 \backslash
18156 setlength{
18157 \backslash
18158 arrayrulewidth}{1.5pt}
18159 \end_layout
18160
18161 \begin_layout Standard
18162 in TeX-Code before the table or table float.
18163  The changed thickness is valid for all following tables.
18164  To use the default value again, set 
18165 \series bold
18166
18167 \backslash
18168 arrayrulewidth
18169 \series default
18170  to 0.4
18171 \begin_inset space \thinspace{}
18172 \end_inset
18173
18174 pt in TeX-Code behind the table or table float.
18175 \end_layout
18176
18177 \begin_layout Standard
18178 \begin_inset ERT
18179 status collapsed
18180
18181 \begin_layout Plain Layout
18182
18183
18184 \backslash
18185 setlength{
18186 \backslash
18187 arrayrulewidth}{1.5pt}
18188 \end_layout
18189
18190 \end_inset
18191
18192
18193 \begin_inset Float table
18194 wide false
18195 sideways false
18196 status open
18197
18198 \begin_layout Plain Layout
18199 \begin_inset Caption
18200
18201 \begin_layout Plain Layout
18202 \begin_inset CommandInset label
18203 LatexCommand label
18204 name "tab:Table-with-1.5"
18205
18206 \end_inset
18207
18208 Table with 1.5
18209 \begin_inset space \thinspace{}
18210 \end_inset
18211
18212 pt thick lines
18213 \end_layout
18214
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \begin_layout Plain Layout
18221 \align center
18222 \begin_inset Tabular
18223 <lyxtabular version="3" rows="3" columns="3">
18224 <features>
18225 <column alignment="center" valignment="top" width="0">
18226 <column alignment="center" valignment="top" width="0">
18227 <column alignment="center" valignment="top" width="0">
18228 <row>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 sd
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 </row>
18257 <row>
18258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 sd
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 <row>
18287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 sd
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 </row>
18315 </lyxtabular>
18316
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \end_inset
18323
18324
18325 \begin_inset ERT
18326 status collapsed
18327
18328 \begin_layout Plain Layout
18329
18330
18331 \backslash
18332 setlength{
18333 \backslash
18334 arrayrulewidth}{0.4pt}
18335 \end_layout
18336
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \begin_layout Standard
18343 \begin_inset VSpace bigskip
18344 \end_inset
18345
18346 To set the line thickness to 1.5
18347 \begin_inset space \thinspace{}
18348 \end_inset
18349
18350 pt only for horizontal lines, like in Table
18351 \begin_inset space ~
18352 \end_inset
18353
18354
18355 \begin_inset CommandInset ref
18356 LatexCommand ref
18357 reference "tab:Table-with-horizontal"
18358
18359 \end_inset
18360
18361 , insert these commands in TeX-Code before the table or table float:
18362 \end_layout
18363
18364 \begin_layout Standard
18365
18366 \series bold
18367
18368 \backslash
18369 let
18370 \backslash
18371 myHline
18372 \backslash
18373 hline
18374 \begin_inset Newline newline
18375 \end_inset
18376
18377
18378 \backslash
18379 renewcommand{
18380 \backslash
18381 hline}
18382 \begin_inset Newline newline
18383 \end_inset
18384
18385  {
18386 \backslash
18387 noalign{
18388 \backslash
18389 global
18390 \backslash
18391 arrayrulewidth 1.5pt}
18392 \begin_inset Newline newline
18393 \end_inset
18394
18395  
18396 \backslash
18397 myHline
18398 \backslash
18399 noalign{
18400 \backslash
18401 global
18402 \backslash
18403 arrayrulewidth 0.4pt}}
18404 \end_layout
18405
18406 \begin_layout Standard
18407 To return to the default line thickness, insert this command in TeX-Code
18408  behind the table or table float:
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \series bold
18414
18415 \backslash
18416 renewcommand{
18417 \backslash
18418 hline}{
18419 \backslash
18420 myHline}
18421 \end_layout
18422
18423 \begin_layout Standard
18424 \begin_inset ERT
18425 status collapsed
18426
18427 \begin_layout Plain Layout
18428
18429
18430 \backslash
18431 let
18432 \backslash
18433 myHline
18434 \backslash
18435 hline
18436 \end_layout
18437
18438 \begin_layout Plain Layout
18439
18440
18441 \backslash
18442 renewcommand{
18443 \backslash
18444 hline}
18445 \end_layout
18446
18447 \begin_layout Plain Layout
18448
18449  {
18450 \backslash
18451 noalign{
18452 \backslash
18453 global
18454 \backslash
18455 arrayrulewidth 1.5pt}
18456 \end_layout
18457
18458 \begin_layout Plain Layout
18459
18460   
18461 \backslash
18462 myHline
18463 \backslash
18464 noalign{
18465 \backslash
18466 global
18467 \backslash
18468 arrayrulewidth 0.4pt}}
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \begin_inset Float table
18475 wide false
18476 sideways false
18477 status open
18478
18479 \begin_layout Plain Layout
18480 \begin_inset Caption
18481
18482 \begin_layout Plain Layout
18483 \begin_inset CommandInset label
18484 LatexCommand label
18485 name "tab:Table-with-horizontal"
18486
18487 \end_inset
18488
18489 Table with 1.5
18490 \begin_inset space \thinspace{}
18491 \end_inset
18492
18493 pt thick horizontal lines
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Plain Layout
18502 \align center
18503 \begin_inset Tabular
18504 <lyxtabular version="3" rows="3" columns="3">
18505 <features>
18506 <column alignment="center" valignment="top" width="0">
18507 <column alignment="center" valignment="top" width="0">
18508 <column alignment="center" valignment="top" width="0">
18509 <row>
18510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 sd
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 </row>
18538 <row>
18539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 sd
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 </row>
18567 <row>
18568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590 sd
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 </row>
18596 </lyxtabular>
18597
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \end_inset
18604
18605
18606 \begin_inset ERT
18607 status collapsed
18608
18609 \begin_layout Plain Layout
18610
18611
18612 \backslash
18613 renewcommand{
18614 \backslash
18615 hline}{
18616 \backslash
18617 myHline}
18618 \end_layout
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \begin_layout Standard
18626 \begin_inset VSpace bigskip
18627 \end_inset
18628
18629 To set the line thickness to 1.5
18630 \begin_inset space \thinspace{}
18631 \end_inset
18632
18633 pt only for vertical lines, create the following column format in the document
18634  preamble, according to the description in section
18635 \begin_inset space ~
18636 \end_inset
18637
18638
18639 \begin_inset CommandInset ref
18640 LatexCommand ref
18641 reference "sub:Customized-Format"
18642
18643 \end_inset
18644
18645 :
18646 \end_layout
18647
18648 \begin_layout Standard
18649
18650 \series bold
18651
18652 \backslash
18653 newcolumntype{V}{!{
18654 \backslash
18655 vrule width 1.5pt}}
18656 \end_layout
18657
18658 \begin_layout Standard
18659 For Table
18660 \begin_inset space ~
18661 \end_inset
18662
18663
18664 \begin_inset CommandInset ref
18665 LatexCommand ref
18666 reference "tab:Table-with-vertical"
18667
18668 \end_inset
18669
18670  the LaTeX-argument
18671 \end_layout
18672
18673 \begin_layout Standard
18674
18675 \series bold
18676 VcV
18677 \end_layout
18678
18679 \begin_layout Standard
18680 was used for the last column and
18681 \end_layout
18682
18683 \begin_layout Standard
18684
18685 \series bold
18686 Vc
18687 \end_layout
18688
18689 \begin_layout Standard
18690 for the other columns.
18691 \end_layout
18692
18693 \begin_layout Standard
18694 \begin_inset Float table
18695 wide false
18696 sideways false
18697 status open
18698
18699 \begin_layout Plain Layout
18700 \begin_inset Caption
18701
18702 \begin_layout Plain Layout
18703 \begin_inset CommandInset label
18704 LatexCommand label
18705 name "tab:Table-with-vertical"
18706
18707 \end_inset
18708
18709 Table with 1.5
18710 \begin_inset space \thinspace{}
18711 \end_inset
18712
18713 pt thick vertical lines
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Plain Layout
18722 \align center
18723 \begin_inset Tabular
18724 <lyxtabular version="3" rows="3" columns="3">
18725 <features>
18726 <column alignment="center" valignment="top" width="0" special="Vc">
18727 <column alignment="center" valignment="top" width="0" special="Vc">
18728 <column alignment="center" valignment="top" width="0" special="VcV">
18729 <row>
18730 <cell alignment="center" valignment="top" topline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 sd
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 </row>
18758 <row>
18759 <cell alignment="center" valignment="top" topline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772 sd
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 </row>
18787 <row>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 sd
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 </lyxtabular>
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Subsection
18829 Dashed Lines
18830 \begin_inset Index
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834 Table Customization ! Dashed Lines
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \end_layout
18841
18842 \begin_layout Standard
18843 \begin_inset ERT
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847
18848
18849 \backslash
18850 ifarydshln
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \begin_inset Note Note
18857 status open
18858
18859 \begin_layout Plain Layout
18860 The following section will only be displayed when the LaTeX-package 
18861 \series bold
18862 arydshln
18863 \series default
18864  is installed.
18865 \end_layout
18866
18867 \end_inset
18868
18869
18870 \end_layout
18871
18872 \begin_layout Standard
18873 \begin_inset Float table
18874 placement H
18875 wide false
18876 sideways false
18877 status open
18878
18879 \begin_layout Plain Layout
18880 \begin_inset Caption
18881
18882 \begin_layout Plain Layout
18883 \begin_inset CommandInset label
18884 LatexCommand label
18885 name "tab:Table-with-dashed"
18886
18887 \end_inset
18888
18889 Table with dashed lines
18890 \end_layout
18891
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \begin_layout Plain Layout
18898 \align center
18899 \begin_inset Tabular
18900 <lyxtabular version="3" rows="5" columns="5">
18901 <features>
18902 <column alignment="center" valignment="top" width="0">
18903 <column alignment="center" valignment="top" width="0">
18904 <column alignment="center" valignment="top" width="0" special=":c">
18905 <column alignment="center" valignment="top" width="0">
18906 <column alignment="center" valignment="top" width="0">
18907 <row>
18908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 a
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 b
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 c
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 d
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 e
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 f
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 g
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" topline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 h
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986 i
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995 j
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 </row>
19001 <row>
19002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 \begin_inset ERT
19007 status collapsed
19008
19009 \begin_layout Plain Layout
19010
19011
19012 \backslash
19013 hdashline 
19014 \end_layout
19015
19016 \end_inset
19017
19018 k
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027 l
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 <cell alignment="center" valignment="top" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036 m
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045 n
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054 o
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 <row>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 \begin_inset ERT
19066 status collapsed
19067
19068 \begin_layout Plain Layout
19069
19070
19071 \backslash
19072 cdashline{4-5}
19073 \end_layout
19074
19075 \end_inset
19076
19077 p
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 q
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 r
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 s
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 <row>
19120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 t
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 u
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142 v
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 w
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 x
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 </row>
19166 </lyxtabular>
19167
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \begin_layout Standard
19179 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
19180  As prerequisite the LaTeX-package 
19181 \series bold
19182 arydshln
19183 \series default
19184
19185 \begin_inset Index
19186 status collapsed
19187
19188 \begin_layout Plain Layout
19189 LaTeX-packages ! arydshln
19190 \end_layout
19191
19192 \end_inset
19193
19194  must be loaded in the document preamble with the command
19195 \end_layout
19196
19197 \begin_layout Standard
19198
19199 \series bold
19200
19201 \backslash
19202 usepackage{arydshln}
19203 \end_layout
19204
19205 \begin_layout Standard
19206 To make a vertical line dashed, enter the colon 
19207 \begin_inset Quotes eld
19208 \end_inset
19209
19210 :
19211 \begin_inset Quotes erd
19212 \end_inset
19213
19214  together with the character for the horizontal alignment as LaTeX-argument
19215  in the table cell dialog.
19216 \end_layout
19217
19218 \begin_layout Standard
19219 For a horizontal dashed line add the command
19220 \end_layout
19221
19222 \begin_layout Standard
19223
19224 \series bold
19225
19226 \backslash
19227 hdashline
19228 \end_layout
19229
19230 \begin_layout Standard
19231 in TeX-Code as first element of the first cell in the table row.
19232 \end_layout
19233
19234 \begin_layout Standard
19235 For dashed multicolumn lines use the command
19236 \end_layout
19237
19238 \begin_layout Standard
19239
19240 \series bold
19241
19242 \backslash
19243 cdashline{line number
19244 \series default
19245 }
19246 \end_layout
19247
19248 \begin_layout Standard
19249 in TeX-Code as first element of the first cell in the table row.
19250  If you have for example a multicolumn spanning over columns 2 to 4 and
19251  you want to have a dashed line above, add the command
19252 \end_layout
19253
19254 \begin_layout Standard
19255
19256 \series bold
19257
19258 \backslash
19259 cdashline{2-4}
19260 \end_layout
19261
19262 \begin_layout Standard
19263 as first element of the first cell in the row of the multicolumn.
19264 \end_layout
19265
19266 \begin_layout Standard
19267 \begin_inset VSpace bigskip
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \begin_layout Standard
19274 Table
19275 \begin_inset space ~
19276 \end_inset
19277
19278
19279 \begin_inset CommandInset ref
19280 LatexCommand ref
19281 reference "tab:Table-with-dashed"
19282
19283 \end_inset
19284
19285  was created using 
19286 \begin_inset Quotes eld
19287 \end_inset
19288
19289
19290 \series bold
19291 :c
19292 \series default
19293
19294 \begin_inset Quotes erd
19295 \end_inset
19296
19297  as LaTeX-argument of the third column.
19298  The TeX-Code command 
19299 \series bold
19300
19301 \backslash
19302 hdashline
19303 \series default
19304  was inserted to the first cell of the third row and the the TeX-Code command
19305 \begin_inset Newline newline
19306 \end_inset
19307
19308  
19309 \series bold
19310
19311 \backslash
19312 cdashline{4-5}
19313 \series default
19314  was inserted to the first cell of the fourth row.
19315 \end_layout
19316
19317 \begin_layout Standard
19318 \begin_inset Note Greyedout
19319 status open
19320
19321 \begin_layout Plain Layout
19322
19323 \series bold
19324 Note:
19325 \series default
19326  The used LaTeX-package 
19327 \series bold
19328 arydshln
19329 \series default
19330  is apparently not compatible with the LaTeX-package 
19331 \series bold
19332 colortbl
19333 \series default
19334
19335 \begin_inset Index
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339 LaTeX-packages ! colortbl
19340 \end_layout
19341
19342 \end_inset
19343
19344  that is used for colored tables in section
19345 \begin_inset space ~
19346 \end_inset
19347
19348
19349 \begin_inset CommandInset ref
19350 LatexCommand ref
19351 reference "sec:Colored-Tables"
19352
19353 \end_inset
19354
19355 .
19356  That means colored tables cannot have dashed lines.
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout Standard
19365 \begin_inset ERT
19366 status collapsed
19367
19368 \begin_layout Plain Layout
19369
19370
19371 \backslash
19372 else
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \begin_inset Note Note
19379 status open
19380
19381 \begin_layout Plain Layout
19382 The following will be displayed when the LaTeX-package 
19383 \series bold
19384 arydshln
19385 \series default
19386  is not installed:
19387 \end_layout
19388
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \begin_layout Standard
19395 You need to install the package 
19396 \series bold
19397 arydshln
19398 \series default
19399  to see the content of this section in the output.
19400 \end_layout
19401
19402 \begin_layout Standard
19403 \begin_inset ERT
19404 status collapsed
19405
19406 \begin_layout Plain Layout
19407
19408
19409 \backslash
19410 fi
19411 \end_layout
19412
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \begin_layout Chapter
19419 Floats
19420 \begin_inset Index
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424 Floats
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \begin_layout Section
19433 Introduction
19434 \begin_inset CommandInset label
19435 LatexCommand label
19436 name "sec:FloatIntroduction"
19437
19438 \end_inset
19439
19440
19441 \begin_inset Index
19442 status collapsed
19443
19444 \begin_layout Plain Layout
19445 Floats ! Introduction
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \begin_layout Standard
19454 A float is a block of text associated with some sort of label, which doesn't
19455  have a fixed location.
19456  It can 
19457 \begin_inset Quotes eld
19458 \end_inset
19459
19460 float
19461 \begin_inset Quotes erd
19462 \end_inset
19463
19464  forward or backward a page or two, to wherever it fits best.
19465  
19466 \family sans
19467 Footnotes
19468 \family default
19469  and 
19470 \family sans
19471 Margin
19472 \begin_inset space ~
19473 \end_inset
19474
19475 Notes
19476 \family default
19477  are also floats, because they can float to the next page when there are
19478  too many notes at the page.
19479 \end_layout
19480
19481 \begin_layout Standard
19482 Floats allow a high quality layout.
19483  Images and tables can evenly be spread to the pages to avoid white space
19484  and pages without text.
19485  As the floating often destroys the context between the text and the image/table
19486 , every float can be referenced in the text.
19487  Floats are therefore numbered.
19488  Referencing is described in section
19489 \begin_inset space ~
19490 \end_inset
19491
19492
19493 \begin_inset CommandInset ref
19494 LatexCommand ref
19495 reference "sec:Referencing-Floats"
19496
19497 \end_inset
19498
19499 .
19500 \end_layout
19501
19502 \begin_layout Standard
19503 To insert a float, use the menu 
19504 \family sans
19505 Insert\SpecialChar \menuseparator
19506 Float
19507 \family default
19508 .
19509  This inserts the 
19510 \family sans
19511 Caption
19512 \family default
19513  inset, a box with a label.
19514  The label will automatically be translated to the document language in
19515  the output.
19516  Behind the label you can insert the caption text.
19517  The image or table is inserted above or below the caption in a separate
19518  paragraph within the float.
19519  More about the caption placement is described in section
19520 \begin_inset space ~
19521 \end_inset
19522
19523
19524 \begin_inset CommandInset ref
19525 LatexCommand ref
19526 reference "sec:Caption-Placement"
19527
19528 \end_inset
19529
19530 .
19531  To keep your LyX-document readable, you can open and close the float box
19532  by left-clicking on the box label.
19533  A closed float box looks like this: 
19534 \begin_inset Graphics
19535         filename clipart/floatQt4.png
19536         scale 70
19537         scaleBeforeRotation
19538
19539 \end_inset
19540
19541  – a gray button with a red label.
19542 \end_layout
19543
19544 \begin_layout Standard
19545 It is recommended to insert floats as a separate paragraph to avoid possible
19546  LaTeX-errors that can occur when the surrounding text is specially formatted.
19547 \end_layout
19548
19549 \begin_layout Standard
19550 Existing figures or tables can be put into a float by marking them and then
19551  pressing the corresponding toolbar button for a new float.
19552 \end_layout
19553
19554 \begin_layout Section
19555 Float Types
19556 \end_layout
19557
19558 \begin_layout Standard
19559 Besides figure and table floats that are described in section
19560 \begin_inset space ~
19561 \end_inset
19562
19563
19564 \begin_inset CommandInset ref
19565 LatexCommand ref
19566 reference "sec:Figure-Floats"
19567
19568 \end_inset
19569
19570  and 
19571 \begin_inset CommandInset ref
19572 LatexCommand ref
19573 reference "sec:Table-Floats"
19574
19575 \end_inset
19576
19577 , respectively, LyX offers the float types 
19578 \series bold
19579 Algorithm
19580 \series default
19581  and 
19582 \series bold
19583 Wrap
19584 \series default
19585 .
19586 \end_layout
19587
19588 \begin_layout Subsection
19589 Algorithm Floats
19590 \begin_inset Index
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594 Floats ! Algorithms
19595 \end_layout
19596
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \begin_layout Standard
19603 \begin_inset Float algorithm
19604 placement h
19605 wide false
19606 sideways false
19607 status open
19608
19609 \begin_layout Plain Layout
19610 \begin_inset Caption
19611
19612 \begin_layout Plain Layout
19613 \begin_inset CommandInset label
19614 LatexCommand label
19615 name "alg:Example-Algorithm-float"
19616
19617 \end_inset
19618
19619 Example Algorithm float
19620 \end_layout
19621
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \begin_layout LyX-Code
19628 for I in 1..N loop
19629 \begin_inset Newline newline
19630 \end_inset
19631
19632  Sum:= Sum + A(I); /*comment*/
19633 \begin_inset Newline newline
19634 \end_inset
19635
19636 end loop
19637 \begin_inset VSpace -4mm
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \begin_layout Standard
19649 This float type is inserted with the menu 
19650 \family sans
19651 Insert\SpecialChar \menuseparator
19652 Floats\SpecialChar \menuseparator
19653 Algorithm
19654 \family default
19655 .
19656  It is used for program codes and descriptions of algorithms.
19657  A possible environment for algorithms is the 
19658 \family sans
19659 LyX-Code
19660 \family default
19661 , described in LyX's 
19662 \emph on
19663 Userguide
19664 \emph default
19665 .
19666  Algorithm
19667 \begin_inset space ~
19668 \end_inset
19669
19670
19671 \begin_inset CommandInset ref
19672 LatexCommand ref
19673 reference "alg:Example-Algorithm-float"
19674
19675 \end_inset
19676
19677  is an example of an algorithm float where -4
19678 \begin_inset space \thinspace{}
19679 \end_inset
19680
19681 mm vertical space was added at the end of the float to have the bottom rule
19682  exactly below the last text line.
19683 \end_layout
19684
19685 \begin_layout Standard
19686 The float label is not automatically translated into the document language.
19687  If your document is not in English, you have to do this manually by adding
19688  the following line to the document preamble
19689 \series bold
19690 :
19691 \end_layout
19692
19693 \begin_layout Standard
19694
19695 \series bold
19696
19697 \backslash
19698 floatname{algorithm}{your
19699 \begin_inset space ~
19700 \end_inset
19701
19702 name}
19703 \end_layout
19704
19705 \begin_layout Standard
19706 where 
19707 \family sans
19708 your
19709 \begin_inset space ~
19710 \end_inset
19711
19712 name
19713 \family default
19714  is the word 
19715 \begin_inset Quotes eld
19716 \end_inset
19717
19718
19719 \emph on
19720 algorithm
19721 \emph default
19722
19723 \begin_inset Quotes erd
19724 \end_inset
19725
19726  in your language.
19727 \end_layout
19728
19729 \begin_layout Standard
19730 To insert the list of algorithms you can not use the menu 
19731 \family sans
19732 Insert\SpecialChar \menuseparator
19733 List
19734 \begin_inset space \thinspace{}
19735 \end_inset
19736
19737 /
19738 \begin_inset space \thinspace{}
19739 \end_inset
19740
19741 TOC\SpecialChar \menuseparator
19742 List of Algorithms
19743 \family default
19744  when your document is a non-English one.
19745  In this case use this command in TeX-Code instead:
19746 \end_layout
19747
19748 \begin_layout Standard
19749
19750 \series bold
19751
19752 \backslash
19753 listof{algorithm}{your
19754 \begin_inset space ~
19755 \end_inset
19756
19757 name}
19758 \end_layout
19759
19760 \begin_layout Standard
19761 where 
19762 \family sans
19763 your
19764 \begin_inset space ~
19765 \end_inset
19766
19767 name
19768 \family default
19769  is the word 
19770 \begin_inset Quotes eld
19771 \end_inset
19772
19773
19774 \emph on
19775 List of Algorithm
19776 \emph default
19777 s
19778 \begin_inset Quotes erd
19779 \end_inset
19780
19781  in your language.
19782 \end_layout
19783
19784 \begin_layout Standard
19785 Algorithm floats are not by default numbered in the scheme 
19786 \begin_inset Quotes eld
19787 \end_inset
19788
19789 chapter.algorithm
19790 \begin_inset Quotes erd
19791 \end_inset
19792
19793  like it is the case for table and figure floats in many document-classes.
19794  To number algorithm floats in the same scheme, add this command to your
19795  document preamble:
19796 \end_layout
19797
19798 \begin_layout Standard
19799
19800 \series bold
19801
19802 \backslash
19803 numberwithin{algorithm}{chapter}
19804 \end_layout
19805
19806 \begin_layout Standard
19807 To be able to use the command 
19808 \series bold
19809
19810 \backslash
19811 numberwithin
19812 \series default
19813 , set in the tab 
19814 \family sans
19815 Math
19816 \begin_inset space ~
19817 \end_inset
19818
19819 Options
19820 \family default
19821  in the document settings the option 
19822 \family sans
19823 Use
19824 \begin_inset space ~
19825 \end_inset
19826
19827 AMS
19828 \begin_inset space ~
19829 \end_inset
19830
19831 math
19832 \begin_inset space ~
19833 \end_inset
19834
19835 package
19836 \family default
19837 .
19838 \end_layout
19839
19840 \begin_layout Subsection
19841 Wrap Floats
19842 \begin_inset Index
19843 status collapsed
19844
19845 \begin_layout Plain Layout
19846 Floats ! Wrap Floats
19847 \end_layout
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \begin_layout Standard
19855 \begin_inset Wrap figure
19856 lines 0
19857 placement l
19858 overhang 1cm
19859 width "40col%"
19860 status open
19861
19862 \begin_layout Plain Layout
19863 \begin_inset Graphics
19864         filename clipart/mobius.eps
19865         width 40col%
19866         scaleBeforeRotation
19867         rotateOrigin center
19868
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \begin_layout Plain Layout
19875 \begin_inset Caption
19876
19877 \begin_layout Plain Layout
19878 \begin_inset CommandInset label
19879 LatexCommand label
19880 name "fig:This-is-a"
19881
19882 \end_inset
19883
19884 This is a figure wrap float.
19885 \end_layout
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \end_inset
19893
19894  This float type is used if you want to wrap text around a figure or table
19895  so that it only occupies some fraction of the column width.
19896  It can be inserted using the menu 
19897 \family sans
19898 Insert\SpecialChar \menuseparator
19899 Floats\SpecialChar \menuseparator
19900 Figure
19901 \begin_inset space ~
19902 \end_inset
19903
19904 Wrap
19905 \begin_inset space ~
19906 \end_inset
19907
19908 Float
19909 \family default
19910  or 
19911 \family sans
19912 Table
19913 \begin_inset space ~
19914 \end_inset
19915
19916 Wrap
19917 \begin_inset space ~
19918 \end_inset
19919
19920 Float
19921 \family default
19922  if the LaTeX-package 
19923 \series bold
19924 wrapfig
19925 \series default
19926
19927 \begin_inset Index
19928 status collapsed
19929
19930 \begin_layout Plain Layout
19931 LaTeX-packages ! wrapfig
19932 \begin_inset ERT
19933 status collapsed
19934
19935 \begin_layout Plain Layout
19936
19937
19938 \backslash
19939 vspace{4mm}
19940 \end_layout
19941
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948
19949  is installed.
19950 \begin_inset Foot
19951 status collapsed
19952
19953 \begin_layout Plain Layout
19954 Installing a LaTeX-package is explained it in the 
19955 \emph on
19956 LaTeX
19957 \begin_inset space ~
19958 \end_inset
19959
19960 Configuration
19961 \emph default
19962  manual.
19963 \end_layout
19964
19965 \end_inset
19966
19967  The settings of the float can be modified by right-clicking on the float
19968  box.
19969  The mandatory settings are the float 
19970 \family sans
19971 Placement
19972 \family default
19973  and its 
19974 \family sans
19975 Width
19976 \family default
19977 .
19978  Optional are the 
19979 \family sans
19980 Overhang
19981 \family default
19982  that specifies how much the float is set into the paragraph
19983 \begin_inset space \thinspace{}
19984 \end_inset
19985
19986 /
19987 \begin_inset space \thinspace{}
19988 \end_inset
19989
19990 page margin, and the 
19991 \family sans
19992 Line
19993 \begin_inset space ~
19994 \end_inset
19995
19996 span
19997 \family default
19998  that specifies how many text lines the float will approximately need.
19999  The line span is often hard to be approximated, so better only use it when
20000  you encounter float placement problems.
20001  You can furthermore decide if LaTeX is allowed to let the float float within
20002  the paragraph or to surrounding paragraphs.
20003  Figure
20004 \begin_inset space ~
20005 \end_inset
20006
20007
20008 \begin_inset CommandInset ref
20009 LatexCommand ref
20010 reference "fig:This-is-a"
20011
20012 \end_inset
20013
20014  is an example text wrap float with a width of 40
20015 \begin_inset space \thinspace{}
20016 \end_inset
20017
20018 col%, 1
20019 \begin_inset space \thinspace{}
20020 \end_inset
20021
20022 cm overhang, set to the left.
20023 \begin_inset Foot
20024 status collapsed
20025
20026 \begin_layout Plain Layout
20027 Available units are explained in appendix
20028 \begin_inset space ~
20029 \end_inset
20030
20031
20032 \begin_inset CommandInset ref
20033 LatexCommand ref
20034 reference "cha:Units-available-in"
20035
20036 \end_inset
20037
20038 .
20039 \end_layout
20040
20041 \end_inset
20042
20043
20044 \end_layout
20045
20046 \begin_layout Standard
20047 \begin_inset Note Greyedout
20048 status open
20049
20050 \begin_layout Plain Layout
20051
20052 \series bold
20053 Note:
20054 \series default
20055  Text
20056 \begin_inset space ~
20057 \end_inset
20058
20059 wrap float floats are fragile! E.
20060 \begin_inset space \thinspace{}
20061 \end_inset
20062
20063 g.
20064 \begin_inset space \space{}
20065 \end_inset
20066
20067 having a figure too close to the bottom of the page can mess things up in
20068  the way that the float doesn't appear in the output or that it is placed
20069  over some other text.
20070 \end_layout
20071
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \begin_layout Standard
20078 In general:
20079 \end_layout
20080
20081 \begin_layout Itemize
20082 Wrap floats should not be placed in paragraphs that run over a page break.
20083  That means that wrap floats should better be inserted to the exact place
20084  when the document is nearly finished and you are able to estimate where
20085  page breaks will appear.
20086 \end_layout
20087
20088 \begin_layout Itemize
20089 Wrap floats should either be placed in an own paragraph before the paragraph
20090  where they should wrap into or within a paragraph.
20091 \end_layout
20092
20093 \begin_layout Itemize
20094 Wrap floats in consecutive paragraphs may cause troubles, so assure that
20095  there is a text paragraph between them as separator.
20096 \end_layout
20097
20098 \begin_layout Itemize
20099 Wrap floats are not allowed in section headings or tables.
20100 \end_layout
20101
20102 \begin_layout Section
20103 Float Numbering
20104 \begin_inset Index
20105 status collapsed
20106
20107 \begin_layout Plain Layout
20108 Floats ! Numbering
20109 \end_layout
20110
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \begin_layout Standard
20117 Floats are usually numbered either independent from the sections the floats
20118  are in, or in the scheme 
20119 \begin_inset Quotes eld
20120 \end_inset
20121
20122 chapter.number
20123 \begin_inset Quotes erd
20124 \end_inset
20125
20126  or 
20127 \begin_inset Quotes eld
20128 \end_inset
20129
20130 section.number
20131 \begin_inset Quotes erd
20132 \end_inset
20133
20134 .
20135  This depends on the used document class.
20136 \end_layout
20137
20138 \begin_layout Standard
20139 To change the section independent numbering, you can use this command in
20140  the document preamble:
20141 \end_layout
20142
20143 \begin_layout Standard
20144
20145 \series bold
20146
20147 \backslash
20148 renewcommand{
20149 \backslash
20150 thetable}{
20151 \backslash
20152 roman{table}}
20153 \end_layout
20154
20155 \begin_layout Standard
20156
20157 \series bold
20158
20159 \backslash
20160 thetable
20161 \series default
20162  is the command that prints the table number, for figure floats, the command
20163  would be 
20164 \series bold
20165
20166 \backslash
20167 thefigure
20168 \series default
20169 .
20170  The command 
20171 \series bold
20172
20173 \backslash
20174 roman
20175 \series default
20176  prints in the command above the table number as small roman number.
20177 \end_layout
20178
20179 \begin_layout Standard
20180 To change the numbering scheme for example to 
20181 \begin_inset Quotes eld
20182 \end_inset
20183
20184 subsection.number
20185 \begin_inset Quotes erd
20186 \end_inset
20187
20188 , use this command in the preamble:
20189 \end_layout
20190
20191 \begin_layout Standard
20192
20193 \series bold
20194
20195 \backslash
20196 numberwithin{table}{subsection}
20197 \end_layout
20198
20199 \begin_layout Standard
20200 To be able to use the command 
20201 \series bold
20202
20203 \backslash
20204 numberwithin
20205 \series default
20206 , set in the tab 
20207 \family sans
20208 Math
20209 \begin_inset space ~
20210 \end_inset
20211
20212 Options
20213 \family default
20214  in the document settings the option 
20215 \family sans
20216 Use
20217 \begin_inset space ~
20218 \end_inset
20219
20220 AMS
20221 \begin_inset space ~
20222 \end_inset
20223
20224 math
20225 \begin_inset space ~
20226 \end_inset
20227
20228 package
20229 \family default
20230 .
20231 \end_layout
20232
20233 \begin_layout Standard
20234 Please also have a look at section
20235 \begin_inset space ~
20236 \end_inset
20237
20238
20239 \begin_inset CommandInset ref
20240 LatexCommand ref
20241 reference "sub:Footnote-Numbering"
20242
20243 \end_inset
20244
20245  for the details and important notes about the numbering commands.
20246 \end_layout
20247
20248 \begin_layout Section
20249 Referencing Floats
20250 \begin_inset CommandInset label
20251 LatexCommand label
20252 name "sec:Referencing-Floats"
20253
20254 \end_inset
20255
20256
20257 \begin_inset Index
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261 Floats ! References
20262 \end_layout
20263
20264 \end_inset
20265
20266
20267 \begin_inset Index
20268 status collapsed
20269
20270 \begin_layout Plain Layout
20271 References ! to Floats
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Standard
20280 To reference a float, insert a label into its caption using the menu 
20281 \family sans
20282 Insert\SpecialChar \menuseparator
20283 Label
20284 \family default
20285  or the toolbar button 
20286 \begin_inset Graphics
20287         filename ../images/label-insert.png
20288         scale 85
20289         scaleBeforeRotation
20290
20291 \end_inset
20292
20293 .
20294  A grey label box like this one: 
20295 \begin_inset Graphics
20296         filename clipart/labelQt4.png
20297         scale 85
20298         scaleBeforeRotation
20299
20300 \end_inset
20301
20302  will be inserted and the label window pops up asking for the label text.
20303  LyX offers as text the first words of the caption with a prefix.
20304  The prefix depends on the float type, e.
20305 \begin_inset space \thinspace{}
20306 \end_inset
20307
20308 g.
20309 \begin_inset space \space{}
20310 \end_inset
20311
20312 for figure floats the prefix will be "
20313 \family sans
20314 fig:
20315 \family default
20316 ".
20317 \end_layout
20318
20319 \begin_layout Standard
20320 The label is used as anchor and name for the reference.
20321  You can refer to the label using the menu 
20322 \family sans
20323 Insert\SpecialChar \menuseparator
20324 Cross-reference
20325 \family default
20326  or the toolbar button 
20327 \begin_inset Graphics
20328         filename ../images/dialog-show-new-inset_ref.png
20329         scale 85
20330         scaleBeforeRotation
20331
20332 \end_inset
20333
20334 .
20335  A grey cross-reference box like this one: 
20336 \begin_inset Graphics
20337         filename clipart/referenceQt4.png
20338         scale 85
20339         scaleBeforeRotation
20340
20341 \end_inset
20342
20343  will be inserted and the cross-reference window appear showing all labels
20344  of the document.
20345  If you have multiple LyX-documents opened, choose the one you are working
20346  on from the drop-list at the top of the dialog.
20347  You can now sort the labels alphabetically and then choose one.
20348  At the position of the cross-reference box the float number will appear
20349  in the output.
20350 \end_layout
20351
20352 \begin_layout Standard
20353 It is recommended to use a protected space between the cross-reference name
20354  and its number to avoid line breaks between them.
20355  If a cross-reference refers to a non-existing label, you will see two question
20356  marks in the output instead of the reference.
20357 \end_layout
20358
20359 \begin_layout Standard
20360 You can change labels at any time by clicking on the label box.
20361  References to the changed label will automatically change its link to the
20362  new label text, so that you don't need to take care about this.
20363 \end_layout
20364
20365 \begin_layout Standard
20366 The button 
20367 \family sans
20368 Go
20369 \begin_inset space ~
20370 \end_inset
20371
20372 to
20373 \begin_inset space ~
20374 \end_inset
20375
20376 Label
20377 \family default
20378  in the cross-reference window sets the cursor before the referred label.
20379  The button text changes then to Go
20380 \begin_inset space ~
20381 \end_inset
20382
20383 Back and you can use it to set the cursor back to the cross-reference.
20384  Right-clicking on a cross-reference box also sets the cursor before the
20385  referenced label but without a possibility to go back.
20386 \end_layout
20387
20388 \begin_layout Subsection
20389 Cross-Reference Formats
20390 \begin_inset CommandInset label
20391 LatexCommand label
20392 name "sub:Cross-Reference-Formats"
20393
20394 \end_inset
20395
20396
20397 \begin_inset Index
20398 status collapsed
20399
20400 \begin_layout Plain Layout
20401 References ! Formats
20402 \end_layout
20403
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \begin_layout Standard
20410 There are six varieties of cross-references:
20411 \end_layout
20412
20413 \begin_layout Description
20414 <reference>: prints the float number, this is the default: 
20415 \begin_inset CommandInset ref
20416 LatexCommand ref
20417 reference "fig:Two-distorted-images"
20418
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Description
20425 (<reference>): prints the float number within two parentheses, this is the
20426  style normally used to reference formulas, especially when the reference
20427  name 
20428 \begin_inset Quotes eld
20429 \end_inset
20430
20431 Equation
20432 \begin_inset Quotes erd
20433 \end_inset
20434
20435  is omitted: 
20436 \begin_inset CommandInset ref
20437 LatexCommand eqref
20438 reference "eq:Wgn"
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Description
20446 <page>: prints the page number: Page
20447 \begin_inset space ~
20448 \end_inset
20449
20450
20451 \begin_inset CommandInset ref
20452 LatexCommand pageref
20453 reference "fig:Two-distorted-images"
20454
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \begin_layout Description
20461 on
20462 \begin_inset space ~
20463 \end_inset
20464
20465 page
20466 \begin_inset space ~
20467 \end_inset
20468
20469 <page>: prints the text "on page" and the page number: 
20470 \begin_inset CommandInset ref
20471 LatexCommand vpageref
20472 reference "fig:Two-distorted-images"
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Description
20480 <reference>
20481 \begin_inset space ~
20482 \end_inset
20483
20484 on
20485 \begin_inset space ~
20486 \end_inset
20487
20488 page
20489 \begin_inset space ~
20490 \end_inset
20491
20492 <page>: prints the float number, the text "on page", and the page number:
20493  
20494 \begin_inset CommandInset ref
20495 LatexCommand vref
20496 reference "fig:Two-distorted-images"
20497
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \begin_layout Description
20504 Formatted
20505 \begin_inset space ~
20506 \end_inset
20507
20508 reference: prints a self defined cross-reference format.
20509  
20510 \begin_inset Note Greyedout
20511 status open
20512
20513 \begin_layout Plain Layout
20514
20515 \series bold
20516 Note:
20517 \series default
20518  This feature is only available when you have the LaTeX-package 
20519 \series bold
20520 prettyref
20521 \series default
20522  installed.
20523 \end_layout
20524
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \begin_layout Standard
20531 Note that the style <page> won't print the page number if the label is on
20532  the previous, the same, or the next page.
20533  You will e.
20534 \begin_inset space \thinspace{}
20535 \end_inset
20536
20537 g.
20538 \begin_inset space \space{}
20539 \end_inset
20540
20541 see the text 
20542 \begin_inset Quotes eld
20543 \end_inset
20544
20545
20546 \family sans
20547 on this page
20548 \family default
20549
20550 \begin_inset Quotes erd
20551 \end_inset
20552
20553  instead.
20554 \end_layout
20555
20556 \begin_layout Standard
20557 The number and current page of the referred document part in the output,
20558  is automatically calculated by LaTeX.
20559  The varieties are adjusted in the field 
20560 \family sans
20561 Format
20562 \family default
20563  of the cross-reference window, that appear when you click on the cross-referenc
20564 e box.
20565 \end_layout
20566
20567 \begin_layout Subsection
20568 Automatic Reference Naming
20569 \begin_inset Index
20570 status collapsed
20571
20572 \begin_layout Plain Layout
20573 References ! Automatic Reference Naming
20574 \end_layout
20575
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \begin_layout Standard
20582 The LaTeX-package 
20583 \series bold
20584 hyperref
20585 \series default
20586
20587 \begin_inset Index
20588 status collapsed
20589
20590 \begin_layout Plain Layout
20591 LaTeX-packages ! hyperref
20592 \end_layout
20593
20594 \end_inset
20595
20596 , that is enabled in the 
20597 \family sans
20598 PDF Properties
20599 \family default
20600  of the 
20601 \family sans
20602 Document Settings
20603 \family default
20604  dialog, provides a very useful feature that cross-references automatically
20605  include the name of the referenced floats (or text parts like 
20606 \emph on
20607 section
20608 \emph default
20609 ).
20610  So you will save to write e.
20611 \begin_inset space \thinspace{}
20612 \end_inset
20613
20614 g.
20615 \begin_inset space \space{}
20616 \end_inset
20617
20618 the name 
20619 \begin_inset Quotes eld
20620 \end_inset
20621
20622 Figure
20623 \begin_inset Quotes erd
20624 \end_inset
20625
20626  before every reference to a figure.
20627  To use this feature, enable 
20628 \series bold
20629 hyperref
20630 \series default
20631  and insert this line to the LaTeX preamble:
20632 \end_layout
20633
20634 \begin_layout Standard
20635
20636 \series bold
20637
20638 \backslash
20639 AtBeginDocument{
20640 \backslash
20641 renewcommand{
20642 \backslash
20643 ref}[1]{
20644 \backslash
20645 mbox{
20646 \backslash
20647 autoref{#1}}}}
20648 \end_layout
20649
20650 \begin_layout Standard
20651 When you prefer other reference names than the default ones, for example
20652  you want instead of 
20653 \begin_inset Quotes eld
20654 \end_inset
20655
20656 section
20657 \begin_inset Quotes erd
20658 \end_inset
20659
20660  the name 
20661 \begin_inset Quotes eld
20662 \end_inset
20663
20664 sec.
20665 \begin_inset space \thinspace{}
20666 \end_inset
20667
20668
20669 \begin_inset Quotes eld
20670 \end_inset
20671
20672 , you can redefine the name by inserting this to the preamble:
20673 \end_layout
20674
20675 \begin_layout Standard
20676
20677 \series bold
20678
20679 \backslash
20680 addto
20681 \backslash
20682 extrasenglish{
20683 \backslash
20684 renewcommand{
20685 \backslash
20686 sectionautorefname}
20687 \begin_inset Newline newline
20688 \end_inset
20689
20690
20691 \begin_inset ERT
20692 status collapsed
20693
20694 \begin_layout Plain Layout
20695
20696
20697 \backslash
20698 hphantom{ }
20699 \end_layout
20700
20701 \end_inset
20702
20703 {sec.
20704 \backslash
20705 negthinspace}}
20706 \end_layout
20707
20708 \begin_layout Standard
20709 When you are using another document language than English, replace
20710 \begin_inset Newline newline
20711 \end_inset
20712
20713
20714 \series bold
20715
20716 \backslash
20717 extrasenglish
20718 \series default
20719  by 
20720 \series bold
20721
20722 \backslash
20723 extras***
20724 \series default
20725 , where *** is the name of the used language.
20726 \end_layout
20727
20728 \begin_layout Standard
20729 To get automatic names, but not for certain reference types, for example
20730  not for equations, use this preamble code:
20731 \end_layout
20732
20733 \begin_layout Standard
20734
20735 \series bold
20736
20737 \backslash
20738 newlength{
20739 \backslash
20740 abc}
20741 \begin_inset Newline newline
20742 \end_inset
20743
20744
20745 \backslash
20746 settowidth{
20747 \backslash
20748 abc}{
20749 \backslash
20750 space}
20751 \begin_inset Newline newline
20752 \end_inset
20753
20754
20755 \backslash
20756 addto
20757 \backslash
20758 extrasenglish{
20759 \backslash
20760 renewcommand{
20761 \backslash
20762 equationautorefname}
20763 \begin_inset Newline newline
20764 \end_inset
20765
20766
20767 \begin_inset ERT
20768 status collapsed
20769
20770 \begin_layout Plain Layout
20771
20772
20773 \backslash
20774 hphantom{ }
20775 \end_layout
20776
20777 \end_inset
20778
20779 {
20780 \backslash
20781 hspace{-
20782 \backslash
20783 abc}}
20784 \end_layout
20785
20786 \begin_layout Standard
20787 More about this topic can be found in 
20788 \series bold
20789 hyperref
20790 \series default
20791 's documentation 
20792 \begin_inset CommandInset citation
20793 LatexCommand cite
20794 key "hyperref"
20795
20796 \end_inset
20797
20798 .
20799 \end_layout
20800
20801 \begin_layout Standard
20802 \begin_inset Note Greyedout
20803 status open
20804
20805 \begin_layout Plain Layout
20806
20807 \series bold
20808 Note:
20809 \series default
20810  Automatic reference naming cannot be used when you use cross-references
20811  in the 
20812 \family sans
20813 Formatted
20814 \begin_inset space ~
20815 \end_inset
20816
20817 reference
20818 \family default
20819  style, as described in section
20820 \begin_inset space ~
20821 \end_inset
20822
20823
20824 \begin_inset CommandInset ref
20825 LatexCommand ref
20826 reference "sub:Cross-Reference-Formats"
20827
20828 \end_inset
20829
20830 .
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 The 
20840 \emph on
20841 Math
20842 \emph default
20843  manual is an example where automatic reference naming is used.
20844 \end_layout
20845
20846 \begin_layout Subsection
20847 Reference Position
20848 \begin_inset CommandInset label
20849 LatexCommand label
20850 name "sub:Reference-Position"
20851
20852 \end_inset
20853
20854
20855 \begin_inset Index
20856 status collapsed
20857
20858 \begin_layout Plain Layout
20859 References ! Reference Position
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Standard
20868 If you use 
20869 \series bold
20870 hyperref
20871 \series default
20872
20873 \begin_inset Index
20874 status collapsed
20875
20876 \begin_layout Plain Layout
20877 LaTeX-packages ! hyperref
20878 \end_layout
20879
20880 \end_inset
20881
20882  in the 
20883 \family sans
20884 PDF Properties
20885 \family default
20886  of the 
20887 \family sans
20888 Document Settings
20889 \family default
20890  dialog to link cross-references in the output, you will see that clicking
20891  on an image float reference jumps to the image label.
20892  The caption will be the first text part on the screen, so that you cannot
20893  see the image without scrolling.
20894  This is because the reference link anchor is placed at the position of
20895  the label.
20896  With the use of the package 
20897 \series bold
20898 hypcap
20899 \series default
20900
20901 \begin_inset Index
20902 status collapsed
20903
20904 \begin_layout Plain Layout
20905 LaTeX-packages ! hypcap
20906 \end_layout
20907
20908 \end_inset
20909
20910 , which is part of the LaTeX-package 
20911 \series bold
20912 oberdiek
20913 \series default
20914
20915 \begin_inset Index
20916 status collapsed
20917
20918 \begin_layout Plain Layout
20919 LaTeX-packages ! oberdiek
20920 \end_layout
20921
20922 \end_inset
20923
20924 , the link anchor is placed at the beginning of a float.
20925  To use this feature for figure floats, load 
20926 \series bold
20927 hypcap
20928 \series default
20929  in the document preamble with the line
20930 \end_layout
20931
20932 \begin_layout Standard
20933
20934 \series bold
20935
20936 \backslash
20937 usepackage[figure]{hypcap}
20938 \end_layout
20939
20940 \begin_layout Standard
20941 You can also use 
20942 \series bold
20943 hypcap
20944 \series default
20945  for all float types but this is not recommended for stability reasons.
20946  For more informations, have a look at 
20947 \series bold
20948 hypcap
20949 \series default
20950 's manual 
20951 \begin_inset CommandInset citation
20952 LatexCommand cite
20953 key "hypcap"
20954
20955 \end_inset
20956
20957 .
20958 \end_layout
20959
20960 \begin_layout Standard
20961 \begin_inset Note Greyedout
20962 status open
20963
20964 \begin_layout Plain Layout
20965
20966 \series bold
20967 Note:
20968 \series default
20969  
20970 \series bold
20971 hypcap
20972 \series default
20973  has no effect for references to subfigures.
20974 \end_layout
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \begin_layout Section
20982 Float Placement
20983 \begin_inset CommandInset label
20984 LatexCommand label
20985 name "sec:Float-Placement"
20986
20987 \end_inset
20988
20989
20990 \begin_inset Index
20991 status collapsed
20992
20993 \begin_layout Plain Layout
20994 Floats ! Placement
20995 \end_layout
20996
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \begin_layout Standard
21003 Right-clicking on a float-box opens a dialog where you can alter the placement
21004  options that LaTeX uses for positioning the float.
21005 \begin_inset Newline newline
21006 \end_inset
21007
21008 The option 
21009 \family sans
21010 Span
21011 \begin_inset space ~
21012 \end_inset
21013
21014 columns
21015 \family default
21016  is only useful for two-column documents: If you select it, the float will
21017  span across both columns on the page instead of being confined to just
21018  one.
21019 \begin_inset Newline newline
21020 \end_inset
21021
21022 The option 
21023 \family sans
21024 Rotate
21025 \begin_inset space ~
21026 \end_inset
21027
21028 sideways
21029 \family default
21030  is used to rotate floats, see section 
21031 \begin_inset CommandInset ref
21032 LatexCommand ref
21033 reference "sec:Rotated-Floats"
21034
21035 \end_inset
21036
21037 .
21038 \end_layout
21039
21040 \begin_layout Standard
21041 You can use one ore more of the following options in the float dialog to
21042  set the placement for a particular float when you uncheck the option 
21043 \family sans
21044 Use
21045 \begin_inset space ~
21046 \end_inset
21047
21048 default
21049 \begin_inset space ~
21050 \end_inset
21051
21052 placement
21053 \family default
21054 :
21055 \end_layout
21056
21057 \begin_layout Description
21058 Here
21059 \begin_inset space ~
21060 \end_inset
21061
21062 if
21063 \begin_inset space ~
21064 \end_inset
21065
21066 possible try to place the float on the position where it is inserted
21067 \end_layout
21068
21069 \begin_layout Description
21070 Top
21071 \begin_inset space ~
21072 \end_inset
21073
21074 of
21075 \begin_inset space ~
21076 \end_inset
21077
21078 page try to place the float on the top of the current page
21079 \end_layout
21080
21081 \begin_layout Description
21082 Bottom
21083 \begin_inset space ~
21084 \end_inset
21085
21086 of
21087 \begin_inset space ~
21088 \end_inset
21089
21090 page try to place the float on the bottom of the current page
21091 \end_layout
21092
21093 \begin_layout Description
21094 Page
21095 \begin_inset space ~
21096 \end_inset
21097
21098 of
21099 \begin_inset space ~
21100 \end_inset
21101
21102 floats try to place the float on an own page 
21103 \end_layout
21104
21105 \begin_layout Standard
21106 The order of the above option is 
21107 \emph on
21108 always
21109 \emph default
21110  used by LaTeX.
21111  That means, if you use the default placement, LaTeX will first try out
21112  
21113 \family sans
21114 Here
21115 \begin_inset space ~
21116 \end_inset
21117
21118 if
21119 \begin_inset space ~
21120 \end_inset
21121
21122 possible
21123 \family default
21124 , then 
21125 \family sans
21126 Top
21127 \begin_inset space ~
21128 \end_inset
21129
21130 of
21131 \begin_inset space ~
21132 \end_inset
21133
21134 page
21135 \family default
21136 , and then the others.
21137  If you don't use the default, LaTeX will try only the checked options but
21138  in the same order.
21139  If none of the 4 placements are possible the procedure is internally repeated
21140  but it is tried to put the float on the following page.
21141 \end_layout
21142
21143 \begin_layout Standard
21144 By default, each option has its own rules:
21145 \end_layout
21146
21147 \begin_layout Labeling
21148 \labelwidthstring 00.00.0000
21149
21150 \family sans
21151 Top
21152 \begin_inset space ~
21153 \end_inset
21154
21155 of
21156 \begin_inset space ~
21157 \end_inset
21158
21159 page
21160 \family default
21161  only floats occupying less than 70
21162 \begin_inset space \thinspace{}
21163 \end_inset
21164
21165 % of the page can be placed at the top of a page (
21166 \series bold
21167
21168 \backslash
21169 topfraction
21170 \series default
21171 )
21172 \end_layout
21173
21174 \begin_layout Labeling
21175 \labelwidthstring 00.00.0000
21176
21177 \family sans
21178 Bottom
21179 \begin_inset space ~
21180 \end_inset
21181
21182 of
21183 \begin_inset space ~
21184 \end_inset
21185
21186 page
21187 \family default
21188 : only floats occupying less than 30
21189 \begin_inset space \thinspace{}
21190 \end_inset
21191
21192 % of the page can be placed at the bottom of a page.
21193  (
21194 \series bold
21195
21196 \backslash
21197 bottomfraction
21198 \series default
21199 )
21200 \end_layout
21201
21202 \begin_layout Labeling
21203 \labelwidthstring 00.00.0000
21204
21205 \family sans
21206 Page
21207 \begin_inset space ~
21208 \end_inset
21209
21210 of
21211 \begin_inset space ~
21212 \end_inset
21213
21214 floats
21215 \family default
21216 : only if more than 50
21217 \begin_inset space \thinspace{}
21218 \end_inset
21219
21220 % of the page are occupied by floats, several floats can be set together
21221  on a page.
21222  (
21223 \series bold
21224
21225 \backslash
21226 floatpagefraction
21227 \series default
21228 )
21229 \end_layout
21230
21231 \begin_layout Standard
21232 If you don't like these rules, you can ignore them by using the additional
21233  option 
21234 \family sans
21235 Ignore
21236 \begin_inset space ~
21237 \end_inset
21238
21239 LaTeX
21240 \begin_inset space ~
21241 \end_inset
21242
21243 rules
21244 \family default
21245 .
21246 \begin_inset Newline newline
21247 \end_inset
21248
21249 You can also redefine the rules with LaTeX-commands that are given in parenthese
21250 s behind the rules description above.
21251  To increase for example the often too small default of the bottom-rule
21252  to 50
21253 \begin_inset space \thinspace{}
21254 \end_inset
21255
21256 % of the page, add this line to your document preamble:
21257 \end_layout
21258
21259 \begin_layout Standard
21260
21261 \series bold
21262
21263 \backslash
21264 renewcommand{
21265 \backslash
21266 bottomfraction}{0.5}
21267 \end_layout
21268
21269 \begin_layout Standard
21270 Sometimes you might need, under all circumstances, a float to be placed
21271  exactly at the position where it is inserted.
21272  For this case you can use the option 
21273 \family sans
21274 Here
21275 \begin_inset space ~
21276 \end_inset
21277
21278 definitely
21279 \family default
21280 .
21281  Use this option very rarely and only if the document is nearly ready to
21282  be printed.
21283  Because the float is then no longer able to 
21284 \begin_inset Quotes eld
21285 \end_inset
21286
21287 float
21288 \begin_inset Quotes erd
21289 \end_inset
21290
21291  when you change your document and this will often destroy the page layout.
21292 \end_layout
21293
21294 \begin_layout Standard
21295 There are no placement options for text wrap floats, because they are always
21296  surrounded by the text of a certain paragraph.
21297 \begin_inset VSpace bigskip
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \begin_layout Standard
21304 Sometimes you have the problem that a float is placed at the top of a page
21305  while its corresponding section starts at the middle of the page, so that
21306  the reader could think the float is part of the previous section.
21307  To avoid this the LaTeX-command 
21308 \series bold
21309
21310 \backslash
21311 suppressfloats
21312 \series default
21313  can be used.
21314  It suppresses a given float placement for the page where it is inserted
21315  and can therefore be used to avoid that floats could be set before a section
21316  starts.
21317  To get this, add these commands to your document preamble:
21318 \end_layout
21319
21320 \begin_layout Standard
21321
21322 \series bold
21323
21324 \backslash
21325 let
21326 \backslash
21327 mySection
21328 \backslash
21329 section
21330 \begin_inset Newline newline
21331 \end_inset
21332
21333
21334 \backslash
21335 renewcommand{
21336 \backslash
21337 section}{
21338 \backslash
21339 suppressfloats[t]
21340 \backslash
21341 mySection}
21342 \end_layout
21343
21344 \begin_layout Standard
21345 You can define the same for all section headings, like chapters and subsections.
21346  This definition is not recommended to be used for small text parts like
21347  subsubsections because LaTeX may then have problems to find a suitable
21348  placement.
21349 \end_layout
21350
21351 \begin_layout Standard
21352 \begin_inset VSpace bigskip
21353 \end_inset
21354
21355 In some cases it is required to have all figures/tables at the end of the
21356  document.
21357  For this purpose the LaTeX-package 
21358 \series bold
21359 endfloat
21360 \series default
21361
21362 \begin_inset Index
21363 status collapsed
21364
21365 \begin_layout Plain Layout
21366 LaTeX-packages ! endfloat
21367 \end_layout
21368
21369 \end_inset
21370
21371  was developed.
21372  It puts all figure and table floats at the end of the document into own
21373  sections.
21374  At the original float position a text hint like 
21375 \begin_inset Quotes eld
21376 \end_inset
21377
21378
21379 \family sans
21380 [Figure
21381 \begin_inset space ~
21382 \end_inset
21383
21384 3.2 about here.]
21385 \family default
21386
21387 \begin_inset Quotes erd
21388 \end_inset
21389
21390  is inserted.
21391  The endfloat-package is loaded in the preamble with the line
21392 \end_layout
21393
21394 \begin_layout Standard
21395
21396 \series bold
21397
21398 \backslash
21399 usepackage[options]{endfloat}
21400 \end_layout
21401
21402 \begin_layout Standard
21403 There are various package options to format the created figure/table sections.
21404  For more information we refer to the 
21405 \series bold
21406 endfloat
21407 \series default
21408  documentation 
21409 \begin_inset CommandInset citation
21410 LatexCommand cite
21411 key "endfloat"
21412
21413 \end_inset
21414
21415 .
21416 \begin_inset Newline newline
21417 \end_inset
21418
21419
21420 \begin_inset Note Greyedout
21421 status open
21422
21423 \begin_layout Plain Layout
21424
21425 \series bold
21426 Note: endfloat
21427 \series default
21428  doesn't provide an automatic translation for the text hint, you have to
21429  do this manually, see section
21430 \begin_inset space ~
21431 \end_inset
21432
21433 4 in 
21434 \begin_inset CommandInset citation
21435 LatexCommand cite
21436 key "endfloat"
21437
21438 \end_inset
21439
21440 .
21441 \end_layout
21442
21443 \end_inset
21444
21445
21446 \begin_inset Newline newline
21447 \end_inset
21448
21449
21450 \begin_inset Note Greyedout
21451 status open
21452
21453 \begin_layout Plain Layout
21454
21455 \series bold
21456 Note:
21457 \series default
21458  There is currently a bug in 
21459 \series bold
21460 endfloat
21461 \series default
21462  when the caption contains a German 
21463 \begin_inset Quotes eld
21464 \end_inset
21465
21466 ß
21467 \begin_inset Quotes erd
21468 \end_inset
21469
21470 .
21471  Use in this case the command 
21472 \begin_inset Quotes eld
21473 \end_inset
21474
21475
21476 \series bold
21477
21478 \backslash
21479 ss
21480 \series default
21481
21482 \begin_inset Quotes erd
21483 \end_inset
21484
21485  in TeX-Code instead of 
21486 \begin_inset Quotes eld
21487 \end_inset
21488
21489 ß
21490 \begin_inset Quotes erd
21491 \end_inset
21492
21493 .
21494 \end_layout
21495
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 \begin_inset VSpace bigskip
21503 \end_inset
21504
21505 For more details about float placements, have a look at LaTeX books, 
21506 \begin_inset CommandInset citation
21507 LatexCommand cite
21508 key "latexcompanion,latexguide,latexbook"
21509
21510 \end_inset
21511
21512 .
21513 \end_layout
21514
21515 \begin_layout Section
21516 Rotated Floats
21517 \begin_inset CommandInset label
21518 LatexCommand label
21519 name "sec:Rotated-Floats"
21520
21521 \end_inset
21522
21523
21524 \begin_inset Index
21525 status collapsed
21526
21527 \begin_layout Plain Layout
21528 Floats ! Rotating
21529 \end_layout
21530
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \begin_layout Standard
21537 Especially for wide tables you might have floats rotated.
21538  To rotate a whole float including the caption, right-click on the float-box
21539  and use the option 
21540 \family sans
21541 Rotate
21542 \begin_inset space ~
21543 \end_inset
21544
21545 sideways
21546 \family default
21547 .
21548 \end_layout
21549
21550 \begin_layout Standard
21551 Rotated floats are always placed on its own page (or column, in case you
21552  have a multi-column document).
21553  You can let them span several columns using the float settings option 
21554 \family sans
21555 Span
21556 \begin_inset space ~
21557 \end_inset
21558
21559 columns
21560 \family default
21561 .
21562  Floats are rotated so that you can read them from the outside margin.
21563  To force a certain rotation direction for all pages, you can add either
21564  the option 
21565 \series bold
21566 figuresleft
21567 \series default
21568  or 
21569 \series bold
21570 figuresright
21571 \series default
21572  to the document class options.
21573 \end_layout
21574
21575 \begin_layout Standard
21576 Referencing rotated floats is the same like for normal floats, the caption
21577  format is also the same: Table
21578 \begin_inset space ~
21579 \end_inset
21580
21581
21582 \begin_inset CommandInset ref
21583 LatexCommand ref
21584 reference "tab:Rotated-table"
21585
21586 \end_inset
21587
21588  is an example of a rotated table float.
21589 \end_layout
21590
21591 \begin_layout Standard
21592 \begin_inset Note Greyedout
21593 status open
21594
21595 \begin_layout Plain Layout
21596
21597 \series bold
21598 Note:
21599 \series default
21600  Not all DVI-viewers are able to display rotated floats.
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Standard
21609 \begin_inset Float table
21610 wide false
21611 sideways true
21612 status open
21613
21614 \begin_layout Plain Layout
21615 \begin_inset Caption
21616
21617 \begin_layout Plain Layout
21618 \begin_inset CommandInset label
21619 LatexCommand label
21620 name "tab:Rotated-table"
21621
21622 \end_inset
21623
21624  Rotated table
21625 \end_layout
21626
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \begin_layout Plain Layout
21633 \align center
21634 \begin_inset Tabular
21635 <lyxtabular version="3" rows="1" columns="5">
21636 <features>
21637 <column alignment="center" valignment="top" width="0">
21638 <column alignment="center" valignment="top" width="0">
21639 <column alignment="center" valignment="top" width="0">
21640 <column alignment="center" valignment="top" width="0">
21641 <column alignment="center" valignment="top" width="0">
21642 <row>
21643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 test
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 b
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665 c
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 d
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 e
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 </lyxtabular>
21690
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Section
21702 Floats Side by Side
21703 \begin_inset Index
21704 status collapsed
21705
21706 \begin_layout Plain Layout
21707 Floats ! Side by side
21708 \end_layout
21709
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \begin_layout Standard
21716 To place floats side by side, like for Figure
21717 \begin_inset space ~
21718 \end_inset
21719
21720
21721 \begin_inset CommandInset ref
21722 LatexCommand ref
21723 reference "fig:Float-left"
21724
21725 \end_inset
21726
21727  and 
21728 \begin_inset CommandInset ref
21729 LatexCommand ref
21730 reference "fig:Float-right"
21731
21732 \end_inset
21733
21734 , only 
21735 \emph on
21736 one
21737 \emph default
21738  float is used.
21739  In it two minipage boxes are inserted.
21740 \begin_inset Foot
21741 status collapsed
21742
21743 \begin_layout Plain Layout
21744 Minipages are explained in section
21745 \begin_inset space ~
21746 \end_inset
21747
21748
21749 \begin_inset CommandInset ref
21750 LatexCommand ref
21751 reference "sec:Minipages"
21752
21753 \end_inset
21754
21755 .
21756 \end_layout
21757
21758 \end_inset
21759
21760  The width is set to 45
21761 \begin_inset space \thinspace{}
21762 \end_inset
21763
21764 -50
21765 \begin_inset space \thinspace{}
21766 \end_inset
21767
21768 column% and the box alignment to 
21769 \family sans
21770 Bottom
21771 \family default
21772  for each minipage.
21773  The minipage boxes contain the image and the caption in the same way as
21774  they are in a float.
21775  The only difference is that the image unit 
21776 \family sans
21777 Column
21778 \begin_inset space ~
21779 \end_inset
21780
21781 Width
21782 \begin_inset space ~
21783 \end_inset
21784
21785 %
21786 \family default
21787  is now calculated according to the width of the minipage boxes.
21788 \end_layout
21789
21790 \begin_layout Standard
21791 \begin_inset Float figure
21792 wide false
21793 sideways false
21794 status open
21795
21796 \begin_layout Plain Layout
21797 \begin_inset Box Frameless
21798 position "b"
21799 hor_pos "c"
21800 has_inner_box 1
21801 inner_pos "t"
21802 use_parbox 0
21803 width "45col%"
21804 special "none"
21805 height "1in"
21806 height_special "totalheight"
21807 status open
21808
21809 \begin_layout Plain Layout
21810 \align center
21811 \begin_inset Graphics
21812         filename clipart/mobius.eps
21813         lyxscale 50
21814         width 100col%
21815         scaleBeforeRotation
21816
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Caption
21824
21825 \begin_layout Plain Layout
21826 \begin_inset CommandInset label
21827 LatexCommand label
21828 name "fig:Float-left"
21829
21830 \end_inset
21831
21832 Float on the left side.
21833 \end_layout
21834
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \end_inset
21841
21842
21843 \begin_inset space \hfill{}
21844 \end_inset
21845
21846
21847 \begin_inset Box Frameless
21848 position "b"
21849 hor_pos "c"
21850 has_inner_box 1
21851 inner_pos "t"
21852 use_parbox 0
21853 width "45col%"
21854 special "none"
21855 height "1in"
21856 height_special "totalheight"
21857 status open
21858
21859 \begin_layout Plain Layout
21860 \align center
21861 \begin_inset Graphics
21862         filename clipart/platypus.eps
21863         lyxscale 50
21864         width 100col%
21865         scaleBeforeRotation
21866
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \begin_layout Plain Layout
21873 \begin_inset Caption
21874
21875 \begin_layout Plain Layout
21876 \begin_inset CommandInset label
21877 LatexCommand label
21878 name "fig:Float-right"
21879
21880 \end_inset
21881
21882 Float on the right side.
21883 \end_layout
21884
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \begin_layout Plain Layout
21896
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \begin_layout Section
21905 Caption Formatting
21906 \begin_inset Index
21907 status collapsed
21908
21909 \begin_layout Plain Layout
21910 Caption ! Formatting
21911 \end_layout
21912
21913 \end_inset
21914
21915
21916 \begin_inset Index
21917 status collapsed
21918
21919 \begin_layout Plain Layout
21920 Floats ! Caption Formatting
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \begin_inset CommandInset label
21927 LatexCommand label
21928 name "sec:Caption-Formatting"
21929
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \begin_layout Standard
21936 The 
21937 \family sans
21938 Caption
21939 \family default
21940  environment is the default paragraph environment for 
21941 \family sans
21942 Floats
21943 \family default
21944 .
21945  On the LyX screen captions appear as label, e.
21946 \begin_inset space \thinspace{}
21947 \end_inset
21948
21949 g.
21950 \begin_inset space \space{}
21951 \end_inset
21952
21953
21954 \begin_inset Quotes eld
21955 \end_inset
21956
21957
21958 \family sans
21959 Figure #:
21960 \family default
21961
21962 \begin_inset Quotes erd
21963 \end_inset
21964
21965  followed by the caption text.
21966  
21967 \begin_inset Quotes eld
21968 \end_inset
21969
21970 #
21971 \begin_inset Quotes erd
21972 \end_inset
21973
21974  is the actual reference number.
21975  By default the label and the number are in the same font as the caption
21976  text and a colon follows the number to divide the label from the text.
21977  This caption format is not suitable for all document formats.
21978  
21979 \end_layout
21980
21981 \begin_layout Standard
21982 To change the default caption format, load the LaTeX-package 
21983 \series bold
21984 caption
21985 \series default
21986
21987 \begin_inset Index
21988 status collapsed
21989
21990 \begin_layout Plain Layout
21991 LaTeX-packages ! caption
21992 \end_layout
21993
21994 \end_inset
21995
21996  in the document preamble with this line:
21997 \end_layout
21998
21999 \begin_layout Standard
22000
22001 \series bold
22002
22003 \backslash
22004 usepackage[format definition]{caption}
22005 \end_layout
22006
22007 \begin_layout Standard
22008 To have for example the label and the number in sans-serif bold font and
22009  the table captions always above the table like in this document, use the
22010  following command:
22011 \end_layout
22012
22013 \begin_layout Standard
22014
22015 \series bold
22016
22017 \backslash
22018 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22019 \end_layout
22020
22021 \begin_layout Standard
22022 You can also define different caption formats for the different float types.
22023  In this case load the 
22024 \series bold
22025 caption
22026 \series default
22027  package without format specific options and define the different formats
22028  with the help of the command
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034
22035 \backslash
22036 captionsetup[float type]{format definition}
22037 \end_layout
22038
22039 \begin_layout Standard
22040 in the document preamble.
22041  For example the caption formats of Figure
22042 \begin_inset space ~
22043 \end_inset
22044
22045
22046 \begin_inset CommandInset ref
22047 LatexCommand ref
22048 reference "fig:This-is-an-fig"
22049
22050 \end_inset
22051
22052  and Table
22053 \begin_inset space ~
22054 \end_inset
22055
22056
22057 \begin_inset CommandInset ref
22058 LatexCommand ref
22059 reference "tab:This-is-an-tab"
22060
22061 \end_inset
22062
22063  can be created using these commands in the document preamble:
22064 \end_layout
22065
22066 \begin_layout Standard
22067
22068 \series bold
22069
22070 \backslash
22071 usepackage[tableposition=top]{caption}
22072 \series default
22073
22074 \begin_inset Newline newline
22075 \end_inset
22076
22077
22078 \series bold
22079
22080 \backslash
22081 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22082 \begin_inset Newline newline
22083 \end_inset
22084
22085
22086 \begin_inset ERT
22087 status collapsed
22088
22089 \begin_layout Plain Layout
22090
22091
22092 \backslash
22093 hphantom{
22094 \backslash
22095
22096 \backslash
22097 captionsetup[figure]
22098 \backslash
22099 {}
22100 \end_layout
22101
22102 \end_inset
22103
22104  labelsep=period}
22105 \begin_inset Newline newline
22106 \end_inset
22107
22108
22109 \backslash
22110 captionsetup[table]{labelfont={bf,sf}}
22111 \end_layout
22112
22113 \begin_layout Standard
22114 \begin_inset Note Greyedout
22115 status open
22116
22117 \begin_layout Plain Layout
22118
22119 \series bold
22120 Note:
22121 \series default
22122  The option 
22123 \series bold
22124 tableposition=top
22125 \series default
22126  has no effect when a 
22127 \series bold
22128 koma-script
22129 \series default
22130
22131 \begin_inset Index
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135 LaTeX-packages ! koma-script
22136 \end_layout
22137
22138 \end_inset
22139
22140  document class is used.
22141  In this case the document class option 
22142 \series bold
22143 tablecaptionabove
22144 \series default
22145  must be used.
22146 \end_layout
22147
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \begin_layout Standard
22154 For more information about the package 
22155 \series bold
22156 caption
22157 \series default
22158  we refer to its documentation 
22159 \begin_inset CommandInset citation
22160 LatexCommand cite
22161 key "caption"
22162
22163 \end_inset
22164
22165 .
22166 \end_layout
22167
22168 \begin_layout Standard
22169 To change the label name from e.
22170 \begin_inset space \thinspace{}
22171 \end_inset
22172
22173 g.
22174 \begin_inset space \space{}
22175 \end_inset
22176
22177
22178 \begin_inset Quotes eld
22179 \end_inset
22180
22181 Figure
22182 \begin_inset Quotes erd
22183 \end_inset
22184
22185  to 
22186 \begin_inset Quotes eld
22187 \end_inset
22188
22189 Image
22190 \begin_inset Quotes erd
22191 \end_inset
22192
22193  use this preamble command:
22194 \end_layout
22195
22196 \begin_layout Standard
22197
22198 \series bold
22199
22200 \backslash
22201 renewcommand{
22202 \backslash
22203 fnum@figure}{Image~
22204 \backslash
22205 thefigure}
22206 \end_layout
22207
22208 \begin_layout Standard
22209 where 
22210 \series bold
22211
22212 \backslash
22213 thefigure
22214 \series default
22215  inserts the figure number and
22216 \series bold
22217  
22218 \begin_inset Quotes eld
22219 \end_inset
22220
22221 ~
22222 \series default
22223
22224 \begin_inset Quotes erd
22225 \end_inset
22226
22227  creates a protected space.
22228 \end_layout
22229
22230 \begin_layout Standard
22231 \begin_inset VSpace bigskip
22232 \end_inset
22233
22234 If you are using a 
22235 \series bold
22236 koma-script
22237 \series default
22238
22239 \begin_inset Index
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243 LaTeX-packages ! koma-script
22244 \end_layout
22245
22246 \end_inset
22247
22248  document class (
22249 \family sans
22250 article (koma-script)
22251 \family default
22252
22253 \family sans
22254 book (koma-script)
22255 \family default
22256
22257 \family sans
22258 letter (koma-script)
22259 \family default
22260 , or 
22261 \family sans
22262 report (koma-script)
22263 \family default
22264
22265 \begin_inset space \thinspace{}
22266 \end_inset
22267
22268 ), you can alternatively to the 
22269 \series bold
22270 caption
22271 \series default
22272  package use 
22273 \series bold
22274 koma-script
22275 \series default
22276 's built-in command 
22277 \series bold
22278
22279 \backslash
22280 setkomafont
22281 \series default
22282 .
22283  For example, to have the caption label in bold, add this command to your
22284  document preamble:
22285 \end_layout
22286
22287 \begin_layout Standard
22288
22289 \series bold
22290
22291 \backslash
22292 setkomafont{captionlabel}{
22293 \backslash
22294 bfseries}
22295 \end_layout
22296
22297 \begin_layout Standard
22298 For more information about 
22299 \series bold
22300
22301 \backslash
22302 setkomafont
22303 \series default
22304  we refer to the 
22305 \series bold
22306 koma-script
22307 \series default
22308  documentation 
22309 \begin_inset CommandInset citation
22310 LatexCommand cite
22311 key "koma-script"
22312
22313 \end_inset
22314
22315 .
22316 \end_layout
22317
22318 \begin_layout Standard
22319 \begin_inset ERT
22320 status collapsed
22321
22322 \begin_layout Plain Layout
22323
22324
22325 \backslash
22326 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22327 }
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \begin_inset Note Note
22334 status open
22335
22336 \begin_layout Plain Layout
22337 The caption format is changed only for this example.
22338 \end_layout
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \begin_layout Standard
22346 \begin_inset Float figure
22347 placement !p
22348 wide false
22349 sideways false
22350 status open
22351
22352 \begin_layout Plain Layout
22353 \align center
22354 \begin_inset Graphics
22355         filename clipart/mobius.eps
22356         lyxscale 50
22357         scale 50
22358         scaleBeforeRotation
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Caption
22367
22368 \begin_layout Plain Layout
22369 \begin_inset CommandInset label
22370 LatexCommand label
22371 name "fig:This-is-an-fig"
22372
22373 \end_inset
22374
22375 This is an example figure caption that is longer than one line to show the
22376  different caption format.
22377  Here a self-defined caption format is used.
22378 \end_layout
22379
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \begin_layout Standard
22391 \begin_inset ERT
22392 status collapsed
22393
22394 \begin_layout Plain Layout
22395
22396
22397 \backslash
22398 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22399 on}
22400 \end_layout
22401
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \begin_layout Standard
22408 \begin_inset Float table
22409 placement !p
22410 wide false
22411 sideways false
22412 status open
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Caption
22416
22417 \begin_layout Plain Layout
22418 \begin_inset CommandInset label
22419 LatexCommand label
22420 name "tab:This-is-an-tab"
22421
22422 \end_inset
22423
22424 This is an example table caption that is longer than one line to show the
22425  different caption format.
22426  Here the standard caption format for tables in this document is used.
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Plain Layout
22435 \align center
22436 \begin_inset Tabular
22437 <lyxtabular version="3" rows="1" columns="5">
22438 <features>
22439 <column alignment="center" valignment="top" width="0">
22440 <column alignment="center" valignment="top" width="0">
22441 <column alignment="center" valignment="top" width="0">
22442 <column alignment="center" valignment="top" width="0">
22443 <column alignment="center" valignment="top" width="0">
22444 <row>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 a
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 b
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 c
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 d
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 e
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 </row>
22491 </lyxtabular>
22492
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \begin_layout Section
22504 Caption Placement
22505 \begin_inset Index
22506 status collapsed
22507
22508 \begin_layout Plain Layout
22509 Caption ! Placement
22510 \end_layout
22511
22512 \end_inset
22513
22514
22515 \begin_inset Index
22516 status collapsed
22517
22518 \begin_layout Plain Layout
22519 Floats ! Caption Placement
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \begin_inset CommandInset label
22526 LatexCommand label
22527 name "sec:Caption-Placement"
22528
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \begin_layout Standard
22535 The common caption placement rule is:
22536 \end_layout
22537
22538 \begin_layout Description
22539 Figure: Caption is set below the figure
22540 \end_layout
22541
22542 \begin_layout Description
22543 Table: Caption is set above the table
22544 \end_layout
22545
22546 \begin_layout Standard
22547 Having the caption above the table is unfortunately not supported in LaTeX's
22548  standard classes.
22549  That means if you are using the document classes 
22550 \family sans
22551 article
22552 \family default
22553
22554 \family sans
22555 book
22556 \family default
22557
22558 \family sans
22559 letter
22560 \family default
22561 , or 
22562 \family sans
22563 report
22564 \family default
22565  there will be no space between the caption and the table.
22566  To insert the needed space, add the following option to the load command
22567  of the LaTeX-package 
22568 \series bold
22569 caption
22570 \series default
22571  in your document preamble
22572 \begin_inset Foot
22573 status collapsed
22574
22575 \begin_layout Plain Layout
22576 See section
22577 \begin_inset space ~
22578 \end_inset
22579
22580
22581 \begin_inset CommandInset ref
22582 LatexCommand ref
22583 reference "sec:Caption-Formatting"
22584
22585 \end_inset
22586
22587  for more information of the package 
22588 \series bold
22589 caption
22590 \series default
22591 .
22592 \end_layout
22593
22594 \end_inset
22595
22596 :
22597 \end_layout
22598
22599 \begin_layout Standard
22600
22601 \series bold
22602 tableposition=top
22603 \end_layout
22604
22605 \begin_layout Standard
22606 If you are using a 
22607 \series bold
22608 koma-script
22609 \series default
22610
22611 \begin_inset Index
22612 status collapsed
22613
22614 \begin_layout Plain Layout
22615 LaTeX-packages ! koma-script
22616 \end_layout
22617
22618 \end_inset
22619
22620  document class (
22621 \family sans
22622 article (koma-script)
22623 \family default
22624
22625 \family sans
22626 book (koma-script)
22627 \family default
22628
22629 \family sans
22630 letter (koma-script)
22631 \family default
22632 , or 
22633 \family sans
22634 report (koma-script)
22635 \family default
22636
22637 \begin_inset space \thinspace{}
22638 \end_inset
22639
22640 ), you can alternatively to the 
22641 \series bold
22642 caption
22643 \series default
22644  package set the document class option 
22645 \series bold
22646 tablecaptionabove
22647 \series default
22648 .
22649 \end_layout
22650
22651 \begin_layout Standard
22652 \begin_inset VSpace bigskip
22653 \end_inset
22654
22655 It is also possible to set the caption beside a figure or table.
22656  To get this the LaTeX-package 
22657 \series bold
22658 sidecap
22659 \series default
22660
22661 \begin_inset Index
22662 status collapsed
22663
22664 \begin_layout Plain Layout
22665 LaTeX-packages ! sidecap
22666 \end_layout
22667
22668 \end_inset
22669
22670  has to be loaded in the document preamble with the line
22671 \end_layout
22672
22673 \begin_layout Standard
22674
22675 \series bold
22676
22677 \backslash
22678 usepackage[option]{sidecap}
22679 \end_layout
22680
22681 \begin_layout Standard
22682 If you set no option, the caption is placed on the side of the outer page
22683  margin – to the right on odd pages, to the left on even pages.
22684  You can change the placement to inner margin with the option 
22685 \series bold
22686 innercaption
22687 \series default
22688 .
22689  To force the placement always to the right or left, use the option 
22690 \series bold
22691 rightcaption
22692 \series default
22693  or 
22694 \series bold
22695 leftcaption
22696 \series default
22697 , respectively.
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset ERT
22702 status collapsed
22703
22704 \begin_layout Plain Layout
22705
22706
22707 \backslash
22708 ifsidecap
22709 \end_layout
22710
22711 \end_inset
22712
22713
22714 \begin_inset Note Note
22715 status open
22716
22717 \begin_layout Plain Layout
22718 The following section will only be displayed when the LaTeX-package 
22719 \series bold
22720 sidecap
22721 \series default
22722  is installed.
22723 \end_layout
22724
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \begin_layout Standard
22731 To place in LyX the caption of a float on the side, it is necessary to add
22732  these commands to the document preamble:
22733 \end_layout
22734
22735 \begin_layout Standard
22736
22737 \lyxline
22738
22739 \end_layout
22740
22741 \begin_layout Standard
22742
22743 \series bold
22744
22745 \backslash
22746 newcommand{
22747 \backslash
22748 TabBesBeg}{%
22749 \begin_inset Newline newline
22750 \end_inset
22751
22752
22753 \begin_inset ERT
22754 status collapsed
22755
22756 \begin_layout Plain Layout
22757
22758
22759 \backslash
22760 hphantom{ }
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \backslash
22767 let
22768 \backslash
22769 MyTable
22770 \backslash
22771 table
22772 \begin_inset Newline newline
22773 \end_inset
22774
22775
22776 \begin_inset ERT
22777 status collapsed
22778
22779 \begin_layout Plain Layout
22780
22781
22782 \backslash
22783 hphantom{ }
22784 \end_layout
22785
22786 \end_inset
22787
22788
22789 \backslash
22790 let
22791 \backslash
22792 MyEndtable
22793 \backslash
22794 endtable
22795 \begin_inset Newline newline
22796 \end_inset
22797
22798
22799 \begin_inset ERT
22800 status collapsed
22801
22802 \begin_layout Plain Layout
22803
22804
22805 \backslash
22806 hphantom{ }
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \backslash
22813 renewenvironment{table}{
22814 \backslash
22815 begin{SCtable}}{
22816 \backslash
22817 end{SCtable}}}
22818 \end_layout
22819
22820 \begin_layout Standard
22821
22822 \series bold
22823
22824 \backslash
22825 newcommand{
22826 \backslash
22827 TabBesEnd}{%
22828 \begin_inset Newline newline
22829 \end_inset
22830
22831
22832 \begin_inset ERT
22833 status collapsed
22834
22835 \begin_layout Plain Layout
22836
22837
22838 \backslash
22839 hphantom{ }
22840 \end_layout
22841
22842 \end_inset
22843
22844
22845 \backslash
22846 let
22847 \backslash
22848 table
22849 \backslash
22850 MyTable
22851 \begin_inset Newline newline
22852 \end_inset
22853
22854
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859
22860
22861 \backslash
22862 hphantom{ }
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \backslash
22869 let
22870 \backslash
22871 endtable
22872 \backslash
22873 MyEndtable
22874 \end_layout
22875
22876 \begin_layout Standard
22877
22878 \series bold
22879
22880 \backslash
22881 newcommand{
22882 \backslash
22883 FigBesBeg}{%
22884 \begin_inset Newline newline
22885 \end_inset
22886
22887
22888 \begin_inset ERT
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892
22893
22894 \backslash
22895 hphantom{ }
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \backslash
22902 let
22903 \backslash
22904 MyFigure
22905 \backslash
22906 figure
22907 \begin_inset Newline newline
22908 \end_inset
22909
22910
22911 \begin_inset ERT
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915
22916
22917 \backslash
22918 hphantom{ }
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \backslash
22925 let
22926 \backslash
22927 MyEndfigure
22928 \backslash
22929 endfigure
22930 \begin_inset Newline newline
22931 \end_inset
22932
22933
22934 \begin_inset ERT
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938
22939
22940 \backslash
22941 hphantom{ }
22942 \end_layout
22943
22944 \end_inset
22945
22946
22947 \backslash
22948 renewenvironment{figure}{
22949 \backslash
22950 begin{SCfigure}}{
22951 \backslash
22952 end{SCfigure}}}
22953 \end_layout
22954
22955 \begin_layout Standard
22956
22957 \series bold
22958
22959 \backslash
22960 newcommand{
22961 \backslash
22962 FigBesEnd}{%
22963 \begin_inset Newline newline
22964 \end_inset
22965
22966
22967 \begin_inset ERT
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971
22972
22973 \backslash
22974 hphantom{ }
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \backslash
22981 let
22982 \backslash
22983 figure
22984 \backslash
22985 MyFigure
22986 \begin_inset Newline newline
22987 \end_inset
22988
22989
22990 \begin_inset ERT
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994
22995
22996 \backslash
22997 hphantom{ }
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \backslash
23004 let
23005 \backslash
23006 endfigure
23007 \backslash
23008 MyEndfigure}
23009 \end_layout
23010
23011 \begin_layout Standard
23012
23013 \lyxline
23014
23015 \end_layout
23016
23017 \begin_layout Standard
23018 The commands allow you to redefine the floats so that the caption is set
23019  on the side.
23020  For figure floats use the command
23021 \end_layout
23022
23023 \begin_layout Standard
23024
23025 \series bold
23026
23027 \backslash
23028 FigBesBeg
23029 \end_layout
23030
23031 \begin_layout Standard
23032 in TeX-Code before the float.
23033  Behind the float insert the command
23034 \end_layout
23035
23036 \begin_layout Standard
23037
23038 \series bold
23039
23040 \backslash
23041 FigBesEnd
23042 \end_layout
23043
23044 \begin_layout Standard
23045 in TeX-Code to get back to the original float definition.
23046 \end_layout
23047
23048 \begin_layout Standard
23049 For table floats use the corresponding commands
23050 \end_layout
23051
23052 \begin_layout Standard
23053
23054 \series bold
23055
23056 \backslash
23057 TabBesBeg
23058 \series default
23059  and 
23060 \series bold
23061
23062 \backslash
23063 TabBesEnd
23064 \end_layout
23065
23066 \begin_layout Standard
23067 Figure
23068 \begin_inset space ~
23069 \end_inset
23070
23071
23072 \begin_inset CommandInset ref
23073 LatexCommand ref
23074 reference "fig:cap-beside-fig"
23075
23076 \end_inset
23077
23078  and Table
23079 \begin_inset space ~
23080 \end_inset
23081
23082
23083 \begin_inset CommandInset ref
23084 LatexCommand ref
23085 reference "tab:cap-beside-tab"
23086
23087 \end_inset
23088
23089  are examples where the caption is set beside.
23090 \end_layout
23091
23092 \begin_layout Standard
23093 You can see in the examples that the caption text appears at the top of
23094  the floats for table floats and at the bottom for figure floats.
23095  To change this, you can use the command
23096 \end_layout
23097
23098 \begin_layout Standard
23099
23100 \series bold
23101
23102 \backslash
23103 sidecaptionvpos{float type}{placement}
23104 \end_layout
23105
23106 \begin_layout Standard
23107 in the document preamble or in TeX-Code before the float.
23108  The float type is either 
23109 \family sans
23110 figure
23111 \family default
23112  or 
23113 \family sans
23114 table
23115 \family default
23116 , the placement can be 
23117 \begin_inset Quotes eld
23118 \end_inset
23119
23120
23121 \family sans
23122 t
23123 \family default
23124
23125 \begin_inset Quotes erd
23126 \end_inset
23127
23128  for top, 
23129 \begin_inset Quotes eld
23130 \end_inset
23131
23132
23133 \family sans
23134 c
23135 \family default
23136
23137 \begin_inset Quotes erd
23138 \end_inset
23139
23140  for center, or 
23141 \begin_inset Quotes eld
23142 \end_inset
23143
23144
23145 \family sans
23146 b
23147 \family default
23148
23149 \begin_inset Quotes erd
23150 \end_inset
23151
23152  for bottom.
23153  To have for example the caption of figure floats vertically centered, use
23154  the command
23155 \end_layout
23156
23157 \begin_layout Standard
23158
23159 \series bold
23160
23161 \backslash
23162 sidecaptionvpos{figure}{c}
23163 \end_layout
23164
23165 \begin_layout Standard
23166 This was used for Figure
23167 \begin_inset space ~
23168 \end_inset
23169
23170
23171 \begin_inset CommandInset ref
23172 LatexCommand ref
23173 reference "fig:cap-beside-fig-2"
23174
23175 \end_inset
23176
23177 .
23178 \end_layout
23179
23180 \begin_layout Standard
23181 \begin_inset VSpace medskip
23182 \end_inset
23183
23184 For more information about the package 
23185 \series bold
23186 sidecap
23187 \series default
23188  we refer to its documentation 
23189 \begin_inset CommandInset citation
23190 LatexCommand cite
23191 key "sidecap"
23192
23193 \end_inset
23194
23195 .
23196 \end_layout
23197
23198 \begin_layout Standard
23199 \begin_inset Note Greyedout
23200 status open
23201
23202 \begin_layout Plain Layout
23203
23204 \series bold
23205 Note:
23206 \series default
23207  The LaTeX-package 
23208 \series bold
23209 hypcap
23210 \series default
23211
23212 \begin_inset Index
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216 LaTeX-packages ! hypcap
23217 \end_layout
23218
23219 \end_inset
23220
23221 , described in section
23222 \begin_inset space ~
23223 \end_inset
23224
23225
23226 \begin_inset CommandInset ref
23227 LatexCommand ref
23228 reference "sub:Reference-Position"
23229
23230 \end_inset
23231
23232 , has no effect on floats with the caption set beside.
23233 \end_layout
23234
23235 \end_inset
23236
23237
23238 \end_layout
23239
23240 \begin_layout Standard
23241 \begin_inset ERT
23242 status collapsed
23243
23244 \begin_layout Plain Layout
23245
23246
23247 \backslash
23248 FigBesBeg 
23249 \end_layout
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \begin_layout Standard
23257 \begin_inset Float figure
23258 wide false
23259 sideways false
23260 status open
23261
23262 \begin_layout Plain Layout
23263 \begin_inset Graphics
23264         filename clipart/escher-lsd.eps
23265         scale 75
23266         scaleBeforeRotation
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \begin_layout Plain Layout
23274 \begin_inset Caption
23275
23276 \begin_layout Plain Layout
23277 \begin_inset CommandInset label
23278 LatexCommand label
23279 name "fig:cap-beside-fig"
23280
23281 \end_inset
23282
23283 This is a caption beside a figure.
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \begin_layout Standard
23297 \begin_inset ERT
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301
23302
23303 \backslash
23304 TabBesBeg 
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \begin_layout Standard
23313 \begin_inset Float table
23314 wide false
23315 sideways false
23316 status open
23317
23318 \begin_layout Plain Layout
23319 \begin_inset Caption
23320
23321 \begin_layout Plain Layout
23322 \begin_inset CommandInset label
23323 LatexCommand label
23324 name "tab:cap-beside-tab"
23325
23326 \end_inset
23327
23328 This is a caption beside a table.
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Tabular
23338 <lyxtabular version="3" rows="4" columns="5">
23339 <features>
23340 <column alignment="center" valignment="top" width="0">
23341 <column alignment="center" valignment="top" width="0">
23342 <column alignment="center" valignment="top" width="0">
23343 <column alignment="center" valignment="top" width="0">
23344 <column alignment="center" valignment="top" width="0">
23345 <row>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 a
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 b
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 c
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 </row>
23392 <row>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 d
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 e
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 f
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 g
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 h
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 i
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 j
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 </lyxtabular>
23534
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \begin_layout Standard
23546 \begin_inset ERT
23547 status collapsed
23548
23549 \begin_layout Plain Layout
23550
23551
23552 \backslash
23553 TabBesEnd
23554 \end_layout
23555
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \begin_layout Standard
23562 \begin_inset ERT
23563 status collapsed
23564
23565 \begin_layout Plain Layout
23566
23567
23568 \backslash
23569 sidecaptionvpos{figure}{c}
23570 \end_layout
23571
23572 \end_inset
23573
23574
23575 \begin_inset Float figure
23576 wide false
23577 sideways false
23578 status open
23579
23580 \begin_layout Plain Layout
23581 \begin_inset Graphics
23582         filename clipart/escher-lsd.eps
23583         scale 75
23584         scaleBeforeRotation
23585
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \begin_layout Plain Layout
23592 \begin_inset Caption
23593
23594 \begin_layout Plain Layout
23595 \begin_inset CommandInset label
23596 LatexCommand label
23597 name "fig:cap-beside-fig-2"
23598
23599 \end_inset
23600
23601 This is a vertically centered caption beside a figure.
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \begin_layout Standard
23615 \begin_inset ERT
23616 status collapsed
23617
23618 \begin_layout Plain Layout
23619
23620
23621 \backslash
23622 FigBesEnd
23623 \end_layout
23624
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \begin_layout Standard
23631 \begin_inset ERT
23632 status collapsed
23633
23634 \begin_layout Plain Layout
23635
23636
23637 \backslash
23638 else
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \begin_inset Note Note
23645 status open
23646
23647 \begin_layout Plain Layout
23648 The following will be displayed when the LaTeX-package 
23649 \series bold
23650 sidecap
23651 \series default
23652  is not installed:
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Standard
23661 You need to install the LaTeX-package 
23662 \series bold
23663 sidecap
23664 \series default
23665  to see the following part of this section in the output.
23666 \end_layout
23667
23668 \begin_layout Standard
23669 \begin_inset ERT
23670 status collapsed
23671
23672 \begin_layout Plain Layout
23673
23674
23675 \backslash
23676 fi
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \begin_layout Section
23685 Listings of Floats
23686 \begin_inset Index
23687 status collapsed
23688
23689 \begin_layout Plain Layout
23690 Floats ! Float Lists
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Standard
23699 Similar to the the table of contents where the sections of the document
23700  are listed, there are listings for all float types, like the figures of
23701  the documents.
23702  You can insert them via the 
23703 \family sans
23704 Insert\SpecialChar \menuseparator
23705 List
23706 \begin_inset space ~
23707 \end_inset
23708
23709 /
23710 \begin_inset space ~
23711 \end_inset
23712
23713 TOC
23714 \family default
23715  sub menus.
23716 \end_layout
23717
23718 \begin_layout Standard
23719 The list entries are the float captions or its short title, the float number,
23720  and the page number where they appear in the document.
23721 \end_layout
23722
23723 \begin_layout Standard
23724 You can find the list of figures and tables at the end of this document.
23725 \end_layout
23726
23727 \begin_layout Chapter
23728 Notes
23729 \end_layout
23730
23731 \begin_layout Section
23732 LyX Notes
23733 \begin_inset Index
23734 status collapsed
23735
23736 \begin_layout Plain Layout
23737 Notes ! LyX Notes
23738 \end_layout
23739
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \begin_layout Standard
23746 Notes are inserted with the toolbar button 
23747 \begin_inset Graphics
23748         filename ../images/note-insert.png
23749         scale 85
23750         scaleBeforeRotation
23751
23752 \end_inset
23753
23754  or the menu 
23755 \family sans
23756 Insert\SpecialChar \menuseparator
23757 Note
23758 \family default
23759 .
23760  There are three types of notes:
23761 \end_layout
23762
23763 \begin_layout Description
23764 LyX
23765 \begin_inset space ~
23766 \end_inset
23767
23768 Note This note type is for internal notes that won't appear in the output.
23769  Its note-box looks like this:
23770 \begin_inset Newline newline
23771 \end_inset
23772
23773
23774 \begin_inset Newline newline
23775 \end_inset
23776
23777
23778 \begin_inset Graphics
23779         filename clipart/LyXNoteImageQt4.png
23780         display false
23781         scale 85
23782         scaleBeforeRotation
23783
23784 \end_inset
23785
23786  
23787 \begin_inset Note Note
23788 status open
23789
23790 \begin_layout Plain Layout
23791 This is text in a note box that doesn't appear in the output.
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \begin_layout Description
23800 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23801 ent, when you export the document to LaTeX via the menu 
23802 \family sans
23803 File\SpecialChar \menuseparator
23804 Export\SpecialChar \menuseparator
23805 LaTeX (pdflatex) / (plain)
23806 \family default
23807 .
23808  Its note-box looks like this:
23809 \begin_inset Newline newline
23810 \end_inset
23811
23812
23813 \begin_inset Newline newline
23814 \end_inset
23815
23816
23817 \begin_inset Graphics
23818         filename clipart/CommentNoteImageQt4.png
23819         display false
23820         scale 85
23821         scaleBeforeRotation
23822
23823 \end_inset
23824
23825  
23826 \begin_inset Note Comment
23827 status open
23828
23829 \begin_layout Plain Layout
23830 This is text in a note box that only appears as comment in LaTeX-files.
23831 \end_layout
23832
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \begin_layout Description
23839 Greyed
23840 \begin_inset space ~
23841 \end_inset
23842
23843 Out This note will appear in the output as grey text.
23844  Its note-box looks like this:
23845 \begin_inset Newline newline
23846 \end_inset
23847
23848
23849 \begin_inset Newline newline
23850 \end_inset
23851
23852
23853 \begin_inset Graphics
23854         filename clipart/GreyedOutNoteImageQt4.png
23855         display false
23856         scale 85
23857         scaleBeforeRotation
23858
23859 \end_inset
23860
23861
23862 \begin_inset Newline newline
23863 \end_inset
23864
23865
23866 \begin_inset ERT
23867 status collapsed
23868
23869 \begin_layout Plain Layout
23870
23871
23872 \backslash
23873 renewenvironment{lyxgreyedout}
23874 \end_layout
23875
23876 \begin_layout Plain Layout
23877
23878 {
23879 \backslash
23880 textcolor[gray]{0.8}
23881 \backslash
23882 bgroup}{
23883 \backslash
23884 egroup}
23885 \end_layout
23886
23887 \end_inset
23888
23889
23890 \begin_inset Note Greyedout
23891 status open
23892
23893 \begin_layout Plain Layout
23894 This is text
23895 \begin_inset Foot
23896 status open
23897
23898 \begin_layout Plain Layout
23899 This is an example footnote within a greyed out note.
23900 \end_layout
23901
23902 \end_inset
23903
23904  of a comment that appears in the output as grey text.
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \begin_inset ERT
23911 status collapsed
23912
23913 \begin_layout Plain Layout
23914
23915
23916 \backslash
23917 renewenvironment{lyxgreyedout}
23918 \end_layout
23919
23920 \begin_layout Plain Layout
23921
23922 {
23923 \backslash
23924 textcolor{blue}
23925 \backslash
23926 bgroup}{
23927 \backslash
23928 egroup}
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \begin_inset Note Note
23935 status collapsed
23936
23937 \begin_layout Plain Layout
23938 The greyed out note is here redefined to show it with the original LyX definitio
23939 n because greyed out notes are redefined in the preamble of this document,
23940  as described below, to have blue text.
23941 \end_layout
23942
23943 \end_inset
23944
23945
23946 \begin_inset Newline newline
23947 \end_inset
23948
23949
23950 \begin_inset Newline newline
23951 \end_inset
23952
23953 As you can see in the example, the first line of greyed out notes is a bit
23954  indented and greyed out notes can have footnotes.
23955 \end_layout
23956
23957 \begin_layout Standard
23958 \begin_inset VSpace bigskip
23959 \end_inset
23960
23961 When you use the toolbar button 
23962 \begin_inset Graphics
23963         filename ../images/note-insert.png
23964         scale 85
23965         scaleBeforeRotation
23966
23967 \end_inset
23968
23969  to insert notes, a 
23970 \family sans
23971 LyX
23972 \begin_inset space ~
23973 \end_inset
23974
23975 Note
23976 \family default
23977  is inserted.
23978  You can switch between the five note types by right-clicking on the note-box.
23979  
23980 \family roman
23981 \series medium
23982 \bar no
23983 If you want to turn existing text into a note, mark it and click on the
23984  note
23985 \family default
23986 \series default
23987 \bar default
23988  toolbar 
23989 \family roman
23990 \series medium
23991 \bar no
23992 button
23993 \family default
23994 \series default
23995 \bar default
23996 .
23997  To change a note to text, press the backspace key when the cursor is in
23998  the first position of a note, or press the deletey key when the cursor
23999  is in the very last position of the note, respectively.
24000 \end_layout
24001
24002 \begin_layout Standard
24003 \begin_inset VSpace bigskip
24004 \end_inset
24005
24006 You can change the text color of the greyed out notes in the preamble with
24007  the following command:
24008 \end_layout
24009
24010 \begin_layout Standard
24011
24012 \series bold
24013
24014 \backslash
24015 renewenvironment{lyxgreyedout}
24016 \begin_inset Newline newline
24017 \end_inset
24018
24019
24020 \begin_inset ERT
24021 status collapsed
24022
24023 \begin_layout Plain Layout
24024
24025
24026 \backslash
24027 hphantom{ }
24028 \end_layout
24029
24030 \end_inset
24031
24032 {
24033 \backslash
24034 textcolor{color}
24035 \backslash
24036 bgroup}{
24037 \backslash
24038 egroup}
24039 \end_layout
24040
24041 \begin_layout Standard
24042 The available colors and the method to define own colors is explained in
24043  section
24044 \begin_inset space ~
24045 \end_inset
24046
24047
24048 \begin_inset CommandInset ref
24049 LatexCommand ref
24050 reference "sec:Colored-Tables"
24051
24052 \end_inset
24053
24054 .
24055 \end_layout
24056
24057 \begin_layout Standard
24058 Notes that appear in blue in this document are set using greyed out notes
24059  with blue text.
24060 \end_layout
24061
24062 \begin_layout Section
24063 Footnotes
24064 \begin_inset CommandInset label
24065 LatexCommand label
24066 name "sec:Footnotes"
24067
24068 \end_inset
24069
24070
24071 \begin_inset Index
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075 Notes ! Footnotes
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \begin_inset Index
24082 status collapsed
24083
24084 \begin_layout Plain Layout
24085 Footnotes
24086 \end_layout
24087
24088 \end_inset
24089
24090
24091 \end_layout
24092
24093 \begin_layout Standard
24094 Footnotes can be inserted using the toolbar button 
24095 \begin_inset Graphics
24096         filename ../images/footnote-insert.png
24097         scale 85
24098         scaleBeforeRotation
24099
24100 \end_inset
24101
24102  or the menu 
24103 \family sans
24104 Insert\SpecialChar \menuseparator
24105 Footnote
24106 \family default
24107 .
24108  
24109 \family roman
24110 \series medium
24111 \bar no
24112 You'll see
24113 \family default
24114 \series default
24115 \bar default
24116  then the following footnote-box: 
24117 \begin_inset Graphics
24118         filename clipart/footnoteQt4.png
24119         scale 80
24120         scaleBeforeRotation
24121
24122 \end_inset
24123
24124  
24125 \family roman
24126 \series medium
24127 \bar no
24128 where you can enter the footnote text.
24129  If you want to turn existing text into a footnote, mark it and click on
24130  the footnote
24131 \family default
24132 \series default
24133 \bar default
24134  toolbar 
24135 \family roman
24136 \series medium
24137 \bar no
24138 button
24139 \family default
24140 \series default
24141 \bar default
24142 .
24143  To change a 
24144 \family roman
24145 \series medium
24146 \bar no
24147 footnote
24148 \family default
24149 \series default
24150 \bar default
24151  to text, press the Backspace key when the cursor is in the first position
24152  of a 
24153 \family roman
24154 \series medium
24155 \bar no
24156 footnote
24157 \family default
24158 \series default
24159 \bar default
24160 , or press the Delete key when the cursor is in the very last position of
24161  the 
24162 \family roman
24163 \series medium
24164 \bar no
24165 footnote
24166 \family default
24167 \series default
24168 \bar default
24169 , respectively.
24170 \end_layout
24171
24172 \begin_layout Standard
24173 Here is an example footnote:
24174 \family roman
24175 \series medium
24176 \bar no
24177
24178 \begin_inset Foot
24179 status open
24180
24181 \begin_layout Plain Layout
24182 \begin_inset CommandInset label
24183 LatexCommand label
24184 name "foot:This-is-an"
24185
24186 \end_inset
24187
24188 This is an example footnote.
24189 \end_layout
24190
24191 \end_inset
24192
24193
24194 \family default
24195 \series default
24196 \bar default
24197
24198 \begin_inset ERT
24199 status collapsed
24200
24201 \begin_layout Plain Layout
24202
24203
24204 \backslash
24205 newcounter{MyRepeatFoot}
24206 \end_layout
24207
24208 \begin_layout Plain Layout
24209
24210
24211 \backslash
24212 setcounter{MyRepeatFoot}{
24213 \backslash
24214 thefootnote}
24215 \end_layout
24216
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \begin_layout Standard
24223 The footnote will appear in the output as a superscript number at the text
24224  position where the footnote box is placed.
24225  The footnote text is placed at the bottom of the current page.
24226  The footnote number is calculated by LaTeX, the numbers are consecutive.
24227  It depends on your document-class, if the footnote number is reset for
24228  every chapter.
24229 \end_layout
24230
24231 \begin_layout Standard
24232 Footnotes can be referenced like floats: Insert a label into the footnote
24233  and cross-reference this label in the text as described in section
24234 \begin_inset space ~
24235 \end_inset
24236
24237
24238 \begin_inset CommandInset ref
24239 LatexCommand ref
24240 reference "sec:Referencing-Floats"
24241
24242 \end_inset
24243
24244 .
24245 \begin_inset Newline newline
24246 \end_inset
24247
24248 This is a cross-reference of Footnote
24249 \begin_inset space ~
24250 \end_inset
24251
24252
24253 \begin_inset CommandInset ref
24254 LatexCommand ref
24255 reference "foot:This-is-an"
24256
24257 \end_inset
24258
24259 .
24260 \end_layout
24261
24262 \begin_layout Standard
24263 \begin_inset VSpace defskip
24264 \end_inset
24265
24266 To use footnotes within tables, you have to use minipages, see section
24267 \begin_inset space ~
24268 \end_inset
24269
24270
24271 \begin_inset CommandInset ref
24272 LatexCommand ref
24273 reference "sec:Minipages"
24274
24275 \end_inset
24276
24277 .
24278  Footnotes within longtables are described in section
24279 \begin_inset space ~
24280 \end_inset
24281
24282
24283 \begin_inset CommandInset ref
24284 LatexCommand ref
24285 reference "sub:Footnotes-in-Longtables"
24286
24287 \end_inset
24288
24289 .
24290 \end_layout
24291
24292 \begin_layout Standard
24293 \begin_inset VSpace defskip
24294 \end_inset
24295
24296 To create only a mark for a footnote, use the command 
24297 \series bold
24298
24299 \backslash
24300 footnotemark[number]
24301 \series default
24302  in TeX-Code.
24303  This is used when you have the same annotation several times in a text
24304  but doesn't want to print the footnote text every time.
24305 \begin_inset Newline newline
24306 \end_inset
24307
24308 As you don't know the number of the repeating footnote while you are writing
24309  the text, you have to store its number.
24310  For the following footnote mark example, these commands were inserted in
24311  TeX-Code behind Footnote
24312 \begin_inset space ~
24313 \end_inset
24314
24315
24316 \begin_inset CommandInset ref
24317 LatexCommand ref
24318 reference "foot:This-is-an"
24319
24320 \end_inset
24321
24322  to store the footnote number:
24323 \end_layout
24324
24325 \begin_layout Standard
24326
24327 \series bold
24328
24329 \backslash
24330 newcounter{MyRepeatFoot}
24331 \begin_inset Newline newline
24332 \end_inset
24333
24334
24335 \backslash
24336 setcounter{MyRepeatFoot}{
24337 \backslash
24338 thefootnote}
24339 \end_layout
24340
24341 \begin_layout Standard
24342 The footnote mark was then created with this command:
24343 \end_layout
24344
24345 \begin_layout Standard
24346
24347 \series bold
24348
24349 \backslash
24350 footnotemark[
24351 \backslash
24352 theMyRepeatFoot]
24353 \end_layout
24354
24355 \begin_layout Standard
24356 Here is an example footnote mark:
24357 \family roman
24358 \series medium
24359 \bar no
24360
24361 \begin_inset ERT
24362 status collapsed
24363
24364 \begin_layout Plain Layout
24365
24366
24367 \backslash
24368 footnotemark[
24369 \backslash
24370 theMyRepeatFoot]
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Subsection
24379 Footnote Numbering
24380 \begin_inset CommandInset label
24381 LatexCommand label
24382 name "sub:Footnote-Numbering"
24383
24384 \end_inset
24385
24386
24387 \begin_inset Index
24388 status collapsed
24389
24390 \begin_layout Plain Layout
24391 Footnotes ! Numbering
24392 \end_layout
24393
24394 \end_inset
24395
24396
24397 \end_layout
24398
24399 \begin_layout Standard
24400 To reset the footnote number back to 1 after each section
24401 \family roman
24402 , add this command to your document preamble:
24403 \end_layout
24404
24405 \begin_layout Standard
24406
24407 \series bold
24408
24409 \backslash
24410 @addtoreset{footnote}{section}
24411 \end_layout
24412
24413 \begin_layout Standard
24414 \begin_inset VSpace bigskip
24415 \end_inset
24416
24417 The following preamble command changes the footnote numbering style to small
24418  roman numerals:
24419 \end_layout
24420
24421 \begin_layout Standard
24422
24423 \series bold
24424
24425 \backslash
24426 renewcommand{
24427 \backslash
24428 thefootnote}{
24429 \backslash
24430 roman{footnote}}
24431 \end_layout
24432
24433 \begin_layout Standard
24434 \begin_inset ERT
24435 status collapsed
24436
24437 \begin_layout Plain Layout
24438
24439
24440 \backslash
24441 renewcommand{
24442 \backslash
24443 thefootnote}{
24444 \backslash
24445 roman{footnote}}
24446 \end_layout
24447
24448 \end_inset
24449
24450  This is a footnote with roman numbering:
24451 \begin_inset Foot
24452 status open
24453
24454 \begin_layout Plain Layout
24455 This is an example footnote with roman numbering.
24456 \end_layout
24457
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \begin_layout Standard
24464 To change the numbering style to capital roman numerals replace in the command
24465  above 
24466 \series bold
24467
24468 \backslash
24469 roman
24470 \series default
24471  by 
24472 \series bold
24473
24474 \backslash
24475 Roman
24476 \series default
24477 .
24478  To 
24479 \begin_inset Quotes eld
24480 \end_inset
24481
24482 number
24483 \begin_inset Quotes erd
24484 \end_inset
24485
24486  footnotes with capital or small Latin letters use 
24487 \series bold
24488
24489 \backslash
24490 Alph
24491 \series default
24492  or 
24493 \series bold
24494
24495 \backslash
24496 alph
24497 \series default
24498 , respectively.
24499  To 
24500 \begin_inset Quotes eld
24501 \end_inset
24502
24503 number
24504 \begin_inset Quotes erd
24505 \end_inset
24506
24507  footnotes with symbols use 
24508 \series bold
24509
24510 \backslash
24511 fnsymbol
24512 \series default
24513 .
24514 \end_layout
24515
24516 \begin_layout Standard
24517 \begin_inset Note Greyedout
24518 status open
24519
24520 \begin_layout Plain Layout
24521
24522 \series bold
24523 Note:
24524 \series default
24525  You can only number 26 footnotes with Latin letters, because this numbering
24526  is limited to single letters.
24527 \end_layout
24528
24529 \end_inset
24530
24531
24532 \begin_inset Newline newline
24533 \end_inset
24534
24535
24536 \begin_inset Note Greyedout
24537 status open
24538
24539 \begin_layout Plain Layout
24540
24541 \series bold
24542 Note:
24543 \series default
24544  You can only number 9 footnotes with symbols.
24545 \end_layout
24546
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \begin_layout Standard
24553 To return to the default numbering style when you changed to another one,
24554  use 
24555 \series bold
24556
24557 \backslash
24558 arabic
24559 \series default
24560  instead of 
24561 \series bold
24562
24563 \backslash
24564 roman
24565 \series default
24566  in the command above.
24567 \begin_inset ERT
24568 status collapsed
24569
24570 \begin_layout Plain Layout
24571
24572
24573 \backslash
24574 renewcommand{
24575 \backslash
24576 thefootnote}{
24577 \backslash
24578 arabic{footnote}}
24579 \end_layout
24580
24581 \end_inset
24582
24583
24584 \end_layout
24585
24586 \begin_layout Standard
24587 \begin_inset VSpace bigskip
24588 \end_inset
24589
24590
24591 \end_layout
24592
24593 \begin_layout Standard
24594 If you want to have footnotes numbered in the scheme 
24595 \begin_inset Quotes eld
24596 \end_inset
24597
24598 chapter.footnote
24599 \begin_inset Quotes erd
24600 \end_inset
24601
24602 , add the following command to your document preamble:
24603 \end_layout
24604
24605 \begin_layout Standard
24606
24607 \series bold
24608
24609 \backslash
24610 numberwithin{footnote}{chapter}
24611 \end_layout
24612
24613 \begin_layout Standard
24614 To be able to use the command 
24615 \series bold
24616
24617 \backslash
24618 numberwithin
24619 \series default
24620 , set in the tab 
24621 \family sans
24622 Math
24623 \begin_inset space ~
24624 \end_inset
24625
24626 Options
24627 \family default
24628  in the document settings the option 
24629 \family sans
24630 Use
24631 \begin_inset space ~
24632 \end_inset
24633
24634 AMS
24635 \begin_inset space ~
24636 \end_inset
24637
24638 math
24639 \begin_inset space ~
24640 \end_inset
24641
24642 package
24643 \family default
24644 .
24645 \end_layout
24646
24647 \begin_layout Standard
24648 \begin_inset ERT
24649 status collapsed
24650
24651 \begin_layout Plain Layout
24652
24653
24654 \backslash
24655 numberwithin{footnote}{chapter}
24656 \end_layout
24657
24658 \end_inset
24659
24660 This is another example footnote:
24661 \series bold
24662
24663 \begin_inset Foot
24664 status open
24665
24666 \begin_layout Plain Layout
24667 This is a footnote numbered in the scheme 
24668 \begin_inset Quotes eld
24669 \end_inset
24670
24671 chapter.footnote
24672 \begin_inset Quotes erd
24673 \end_inset
24674
24675 .
24676 \end_layout
24677
24678 \end_inset
24679
24680
24681 \series default
24682
24683 \begin_inset ERT
24684 status collapsed
24685
24686 \begin_layout Plain Layout
24687
24688
24689 \backslash
24690 renewcommand{
24691 \backslash
24692 thefootnote}{
24693 \backslash
24694 arabic{footnote}}
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \begin_layout Standard
24703 \begin_inset Note Greyedout
24704 status open
24705
24706 \begin_layout Plain Layout
24707
24708 \series bold
24709 Note:
24710 \series default
24711  
24712 \series bold
24713
24714 \backslash
24715 numberwithin
24716 \series default
24717  always prints out the footnote number as arabic number; previous redefinitions
24718  to get non-arabic numbers are overwritten.
24719 \end_layout
24720
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \begin_layout Standard
24727 So to get for example the scheme 
24728 \begin_inset Quotes eld
24729 \end_inset
24730
24731 chapter.
24732 \backslash
24733 Roman{footnote}
24734 \begin_inset Quotes erd
24735 \end_inset
24736
24737 , use this command instead of 
24738 \series bold
24739
24740 \backslash
24741 numberwithin
24742 \series default
24743 :
24744 \end_layout
24745
24746 \begin_layout Standard
24747
24748 \series bold
24749
24750 \backslash
24751 renewcommand{
24752 \backslash
24753 thefootnote}{
24754 \backslash
24755 thechapter.
24756 \backslash
24757 Roman{footnote}}
24758 \end_layout
24759
24760 \begin_layout Subsection
24761 Footnote Placement
24762 \begin_inset Index
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766 Footnotes ! Placement
24767 \end_layout
24768
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \begin_layout Standard
24775 If you have several footnotes in one page, they appear without vertical
24776  space between them at the bottom of the page.
24777  To make them better readable you can e.
24778 \begin_inset space \thinspace{}
24779 \end_inset
24780
24781 g.
24782 \begin_inset space \space{}
24783 \end_inset
24784
24785 add 1.5
24786 \begin_inset space \thinspace{}
24787 \end_inset
24788
24789 mm space with the following preamble command:
24790 \end_layout
24791
24792 \begin_layout Standard
24793
24794 \series bold
24795
24796 \backslash
24797 let
24798 \backslash
24799 myFoot
24800 \backslash
24801 footnote
24802 \begin_inset Newline newline
24803 \end_inset
24804
24805
24806 \backslash
24807 renewcommand{
24808 \backslash
24809 footnote}[1]{
24810 \backslash
24811 myFoot{#1
24812 \backslash
24813 vspace{1.5mm}}}
24814 \end_layout
24815
24816 \begin_layout Standard
24817 \begin_inset VSpace bigskip
24818 \end_inset
24819
24820 In a two-column document the footnotes appear at the bottom of every column,
24821  see Figure
24822 \begin_inset space ~
24823 \end_inset
24824
24825
24826 \begin_inset CommandInset ref
24827 LatexCommand ref
24828 reference "fig:Standard-footnote-placement"
24829
24830 \end_inset
24831
24832 .
24833  If the footnotes should only appear at the bottom of the right column,
24834  as in Figure
24835 \begin_inset space ~
24836 \end_inset
24837
24838
24839 \begin_inset CommandInset ref
24840 LatexCommand ref
24841 reference "fig:Footnote-placement-in"
24842
24843 \end_inset
24844
24845 , use the LaTeX-package 
24846 \series bold
24847 ftnright
24848 \series default
24849
24850 \begin_inset Index
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854 LaTeX-packages ! ftnright
24855 \end_layout
24856
24857 \end_inset
24858
24859  with this command in the document preamble:
24860 \end_layout
24861
24862 \begin_layout Standard
24863
24864 \series bold
24865
24866 \backslash
24867 usepackage{ftnright}
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \begin_inset Float figure
24872 placement !h
24873 wide false
24874 sideways false
24875 status open
24876
24877 \begin_layout Plain Layout
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882
24883
24884 \backslash
24885 framebox{
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset Graphics
24892         filename clipart/without_fntright.pdf
24893         width 100col%
24894         scaleBeforeRotation
24895
24896 \end_inset
24897
24898
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Plain Layout
24903
24904 }
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Plain Layout
24913 \begin_inset Caption
24914
24915 \begin_layout Plain Layout
24916 \begin_inset CommandInset label
24917 LatexCommand label
24918 name "fig:Standard-footnote-placement"
24919
24920 \end_inset
24921
24922 Standard footnote placement in two-column documents.
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \end_inset
24931
24932
24933 \end_layout
24934
24935 \begin_layout Standard
24936 \begin_inset Float figure
24937 placement !h
24938 wide false
24939 sideways false
24940 status open
24941
24942 \begin_layout Plain Layout
24943 \begin_inset ERT
24944 status collapsed
24945
24946 \begin_layout Plain Layout
24947
24948
24949 \backslash
24950 framebox{
24951 \end_layout
24952
24953 \end_inset
24954
24955
24956 \begin_inset Graphics
24957         filename clipart/with_fntright.pdf
24958         width 100col%
24959         scaleBeforeRotation
24960
24961 \end_inset
24962
24963
24964 \begin_inset ERT
24965 status collapsed
24966
24967 \begin_layout Plain Layout
24968
24969 }
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Plain Layout
24978 \begin_inset Caption
24979
24980 \begin_layout Plain Layout
24981 \begin_inset CommandInset label
24982 LatexCommand label
24983 name "fig:Footnote-placement-in"
24984
24985 \end_inset
24986
24987 Footnote placement in two-column documents when the LaTeX-package 
24988 \series bold
24989 ftnright
24990 \series default
24991  is used.
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Standard
25005 \begin_inset VSpace bigskip
25006 \end_inset
25007
25008 In some scientific literature it is usual to collect the footnotes and print
25009  them in a separate paragraph at the the end of a section, like in Figure
25010 \begin_inset space ~
25011 \end_inset
25012
25013
25014 \begin_inset CommandInset ref
25015 LatexCommand ref
25016 reference "fig:Endnotes----footnotes"
25017
25018 \end_inset
25019
25020 .
25021  They are then so called 
25022 \begin_inset Quotes eld
25023 \end_inset
25024
25025 endnotes
25026 \begin_inset Quotes erd
25027 \end_inset
25028
25029 .
25030 \begin_inset Index
25031 status collapsed
25032
25033 \begin_layout Plain Layout
25034 Endnotes
25035 \end_layout
25036
25037 \end_inset
25038
25039  To use endnotes instead of footnotes in your document, load the LaTeX-package
25040  
25041 \series bold
25042 endnotes
25043 \series default
25044
25045 \begin_inset Index
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049 LaTeX-packages ! endnotes
25050 \end_layout
25051
25052 \end_inset
25053
25054  with the document preamble lines
25055 \end_layout
25056
25057 \begin_layout Standard
25058
25059 \series bold
25060
25061 \backslash
25062 usepackage{endnotes}
25063 \begin_inset Newline newline
25064 \end_inset
25065
25066
25067 \backslash
25068 let
25069 \backslash
25070 footnote
25071 \backslash
25072 endnote
25073 \end_layout
25074
25075 \begin_layout Standard
25076 To insert the collected footnotes, insert the command
25077 \end_layout
25078
25079 \begin_layout Standard
25080
25081 \series bold
25082
25083 \backslash
25084 theendnotes
25085 \end_layout
25086
25087 \begin_layout Standard
25088 in TeX-Code at the the end of a section or chapter.
25089 \end_layout
25090
25091 \begin_layout Standard
25092 \begin_inset Float figure
25093 wide false
25094 sideways false
25095 status open
25096
25097 \begin_layout Plain Layout
25098 \align center
25099 \begin_inset ERT
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103
25104
25105 \backslash
25106 framebox{
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \begin_inset Graphics
25113         filename clipart/endnotes.pdf
25114         scaleBeforeRotation
25115
25116 \end_inset
25117
25118
25119 \begin_inset ERT
25120 status collapsed
25121
25122 \begin_layout Plain Layout
25123
25124 }
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \begin_layout Plain Layout
25133 \begin_inset Caption
25134
25135 \begin_layout Plain Layout
25136 \begin_inset CommandInset label
25137 LatexCommand label
25138 name "fig:Endnotes----footnotes"
25139
25140 \end_inset
25141
25142 Endnotes – footnotes are printed in a separate paragraph at the end of sections
25143  or chapters.
25144 \end_layout
25145
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \end_inset
25152
25153
25154 \end_layout
25155
25156 \begin_layout Standard
25157 \begin_inset VSpace medskip
25158 \end_inset
25159
25160 The paragraph heading for the endnotes isn't automatically translated into
25161  the document language, this must be done manually.
25162  The following preamble command translate the default English name 
25163 \begin_inset Quotes eld
25164 \end_inset
25165
25166 Notes
25167 \begin_inset Quotes erd
25168 \end_inset
25169
25170  to the German translation 
25171 \begin_inset Quotes eld
25172 \end_inset
25173
25174 Anmerkungen
25175 \begin_inset Quotes erd
25176 \end_inset
25177
25178 :
25179 \end_layout
25180
25181 \begin_layout Standard
25182
25183 \series bold
25184
25185 \backslash
25186 renewcommand{
25187 \backslash
25188 notesname}{Anmerkungen}
25189 \end_layout
25190
25191 \begin_layout Standard
25192 \begin_inset VSpace medskip
25193 \end_inset
25194
25195 The numbering of endnotes can be changed like the footnote numbering as
25196  described in section
25197 \begin_inset space ~
25198 \end_inset
25199
25200
25201 \begin_inset CommandInset ref
25202 LatexCommand ref
25203 reference "sub:Footnote-Numbering"
25204
25205 \end_inset
25206
25207 ; just replace the command 
25208 \series bold
25209
25210 \backslash
25211 thefootnote
25212 \series default
25213  by 
25214 \series bold
25215
25216 \backslash
25217 theendnote
25218 \series default
25219 .
25220  To reset the endnote number use the command 
25221 \series bold
25222
25223 \backslash
25224 @addtoreset
25225 \series default
25226  as described in section
25227 \begin_inset space ~
25228 \end_inset
25229
25230
25231 \begin_inset CommandInset ref
25232 LatexCommand ref
25233 reference "sub:Footnote-Numbering"
25234
25235 \end_inset
25236
25237  and replace the command parameter 
25238 \series bold
25239 footnote
25240 \series default
25241  by 
25242 \series bold
25243 endnote
25244 \series default
25245 .
25246 \end_layout
25247
25248 \begin_layout Standard
25249 To create only a mark for an endnote, use the command 
25250 \series bold
25251
25252 \backslash
25253 endnotemark[number]
25254 \series default
25255  similar to the command 
25256 \series bold
25257
25258 \backslash
25259 footnotemark
25260 \series default
25261 , described in section
25262 \begin_inset space ~
25263 \end_inset
25264
25265
25266 \begin_inset CommandInset ref
25267 LatexCommand ref
25268 reference "sec:Footnotes"
25269
25270 \end_inset
25271
25272 .
25273 \end_layout
25274
25275 \begin_layout Standard
25276 \begin_inset VSpace bigskip
25277 \end_inset
25278
25279 Footnotes can also be placed in the page margin and the footnote text alignment
25280  can be changed, see the LaTeX-package 
25281 \series bold
25282 footmisc
25283 \series default
25284
25285 \begin_inset Index
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289 LaTeX-packages ! footmisc
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \begin_inset CommandInset citation
25296 LatexCommand cite
25297 key "footmisc"
25298
25299 \end_inset
25300
25301  for more information about this.
25302 \end_layout
25303
25304 \begin_layout Standard
25305 For various further footnote formatting issues have a look at LaTeX-books,
25306  
25307 \begin_inset CommandInset citation
25308 LatexCommand cite
25309 key "latexcompanion,latexguide,latexbook"
25310
25311 \end_inset
25312
25313 .
25314 \end_layout
25315
25316 \begin_layout Section
25317 Margin Notes
25318 \begin_inset Index
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322 Notes ! Margin Notes
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Standard
25331 Margin notes look and behave in LyX like footnotes.
25332  They are inserted via the menu 
25333 \family sans
25334 Insert\SpecialChar \menuseparator
25335 Marginal
25336 \begin_inset space ~
25337 \end_inset
25338
25339 Note
25340 \family default
25341  or the toolbar button 
25342 \begin_inset Graphics
25343         filename ../images/marginalnote-insert.png
25344         scale 85
25345         scaleBeforeRotation
25346
25347 \end_inset
25348
25349 .
25350  A grey 
25351 \family roman
25352 \series medium
25353 box with the
25354 \family default
25355 \series default
25356  red 
25357 \family roman
25358 \series medium
25359 label 
25360 \begin_inset Quotes eld
25361 \end_inset
25362
25363 margin
25364 \begin_inset Quotes erd
25365 \end_inset
25366
25367  appears where you can enter the text of the margin note.
25368 \end_layout
25369
25370 \begin_layout Standard
25371 At the side is an example margin note.
25372
25373 \family roman
25374 \series medium
25375  
25376 \begin_inset Marginal
25377 status open
25378
25379 \begin_layout Plain Layout
25380 This is a margin note.
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \begin_layout Standard
25389 Margin notes appear at the right side in single-sided documents.
25390  In double-sided documents they appear in the outer margin – left on even
25391  pages, right on odd pages.
25392  The text of margin notes is aligned opposite to the outer margin – right-aligne
25393 d when the note appears in the left margin.
25394  The first line of the margin note is placed at the position of the text
25395  line where it is inserted in the document.
25396 \end_layout
25397
25398 \begin_layout Standard
25399 \begin_inset VSpace bigskip
25400 \end_inset
25401
25402 To place the margin note in the inner margin, add the command
25403 \end_layout
25404
25405 \begin_layout Standard
25406
25407 \series bold
25408
25409 \backslash
25410 reversemarginpar
25411 \end_layout
25412
25413 \begin_layout Standard
25414 in TeX-Code before a margin note.
25415  The new placement is valid for all following margin notes.
25416  
25417 \begin_inset ERT
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421
25422
25423 \backslash
25424 reversemarginpar 
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \begin_inset Marginal
25431 status open
25432
25433 \begin_layout Plain Layout
25434 This is a margin note in the inner margin.
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \series bold
25441
25442 \begin_inset Newline newline
25443 \end_inset
25444
25445
25446 \series default
25447
25448 \begin_inset Note Greyedout
25449 status open
25450
25451 \begin_layout Plain Layout
25452
25453 \series bold
25454 Note:
25455 \series default
25456  There is often not enough space in the inner margin so that the notes are
25457  not correctly displayed in the output.
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 To return to the default placement insert the command
25467 \end_layout
25468
25469 \begin_layout Standard
25470
25471 \series bold
25472
25473 \backslash
25474 normalmarginpar
25475 \end_layout
25476
25477 \begin_layout Standard
25478 in TeX-Code.
25479 \begin_inset ERT
25480 status collapsed
25481
25482 \begin_layout Plain Layout
25483
25484
25485 \backslash
25486 normalmarginpar 
25487 \end_layout
25488
25489 \end_inset
25490
25491  
25492 \begin_inset Note Greyedout
25493 status open
25494
25495 \begin_layout Plain Layout
25496
25497 \series bold
25498 Note:
25499 \series default
25500  The command is ignored when it is within a paragraph where also the command
25501  
25502 \series bold
25503
25504 \backslash
25505 reversemarginpar
25506 \series default
25507  is inserted.
25508 \end_layout
25509
25510 \end_inset
25511
25512
25513 \end_layout
25514
25515 \begin_layout Standard
25516 \begin_inset VSpace bigskip
25517 \end_inset
25518
25519
25520 \family roman
25521 \series medium
25522
25523 \begin_inset Marginal
25524 status open
25525
25526 \begin_layout Plain Layout
25527 AVeryLongMarginParWord that isn't hyphenated.
25528 \end_layout
25529
25530 \end_inset
25531
25532
25533 \family default
25534 \series default
25535  Similar to the case described in section
25536 \begin_inset space ~
25537 \end_inset
25538
25539
25540 \begin_inset CommandInset ref
25541 LatexCommand ref
25542 reference "sub:Multiple-Lines-in"
25543
25544 \end_inset
25545
25546 , long words cannot be hyphenated when they are the first word in a margin
25547  note.
25548  To avoid this, insert 0
25549 \begin_inset space \thinspace{}
25550 \end_inset
25551
25552 pt horizontal space before the word
25553 \family roman
25554 \series medium
25555 .
25556  
25557 \begin_inset Marginal
25558 status open
25559
25560 \begin_layout Plain Layout
25561 \begin_inset space \hspace*{}
25562 \length 0pt
25563 \end_inset
25564
25565 AVeryLongMarginParWord that is hyphenated.
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout Standard
25574 \begin_inset VSpace bigskip
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581 \begin_inset Note Greyedout
25582 status open
25583
25584 \begin_layout Plain Layout
25585
25586 \series bold
25587 Note:
25588 \series default
25589  Margin notes can normally not be used inside tables, floats, and footnotes.
25590 \end_layout
25591
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \begin_layout Standard
25598 \begin_inset VSpace bigskip
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \begin_layout Standard
25605 \begin_inset ERT
25606 status collapsed
25607
25608 \begin_layout Plain Layout
25609
25610
25611 \backslash
25612 ifmarginnote
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \begin_inset Note Note
25619 status open
25620
25621 \begin_layout Plain Layout
25622 The following section will only be displayed when the LaTeX-package 
25623 \series bold
25624 marginnote
25625 \series default
25626  is installed.
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \begin_layout Standard
25635 This restriction can be evaded by using the LaTeX-package 
25636 \series bold
25637 marginnote
25638 \series default
25639
25640 \begin_inset Index
25641 status collapsed
25642
25643 \begin_layout Plain Layout
25644 LaTeX-packages ! marginnote
25645 \end_layout
25646
25647 \end_inset
25648
25649 .
25650  By adding these two lines to your document preamble, the command used by
25651  LyX for margin notes is redefined to use the command provided by the 
25652 \series bold
25653 marginnote
25654 \series default
25655 -package:
25656 \end_layout
25657
25658 \begin_layout Standard
25659
25660 \series bold
25661
25662 \backslash
25663 usepackage{marginnote}
25664 \begin_inset Newline newline
25665 \end_inset
25666
25667
25668 \backslash
25669 let
25670 \backslash
25671 marginpar
25672 \backslash
25673 marginnote
25674 \end_layout
25675
25676 \begin_layout Standard
25677 This is also used in this document because 
25678 \series bold
25679 marginnote
25680 \series default
25681  has another useful feature: You can set a vertical offset for the note.
25682  This is often needed when too many margin notes are too close together
25683  or for a better page layout.
25684  The offset is set in LyX as TeX-Code directly behind the margin note in
25685  the scheme
25686 \end_layout
25687
25688 \begin_layout Standard
25689
25690 \series bold
25691 [offset]
25692 \end_layout
25693
25694 \begin_layout Standard
25695 where the offset is a length with one of the units listed in Table
25696 \begin_inset space ~
25697 \end_inset
25698
25699
25700 \begin_inset CommandInset ref
25701 LatexCommand ref
25702 reference "tab:Units"
25703
25704 \end_inset
25705
25706 .
25707  A negative value shifts the note up, a positive value shifts it down.
25708  
25709 \family roman
25710 \series medium
25711 For example the margin note beside this text line is shifted up 1.5
25712 \begin_inset space \thinspace{}
25713 \end_inset
25714
25715 cm with the TeX-Code-command 
25716 \begin_inset Quotes eld
25717 \end_inset
25718
25719
25720 \family default
25721 \series bold
25722 [-1.5cm]
25723 \family roman
25724 \series medium
25725
25726 \begin_inset Quotes erd
25727 \end_inset
25728
25729
25730 \begin_inset Marginal
25731 status open
25732
25733 \begin_layout Plain Layout
25734 This margin note is shifted up 1.5
25735 \begin_inset space \thinspace{}
25736 \end_inset
25737
25738 cm from its original position.
25739 \end_layout
25740
25741 \end_inset
25742
25743
25744 \family default
25745 \series default
25746
25747 \begin_inset ERT
25748 status collapsed
25749
25750 \begin_layout Plain Layout
25751
25752 [-1.5cm]
25753 \end_layout
25754
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \begin_layout Standard
25761 \begin_inset VSpace medskip
25762 \end_inset
25763
25764 With 
25765 \series bold
25766 marginnote
25767 \series default
25768  you can also change the alignment of the text in the margin note.
25769  For example the commands
25770 \end_layout
25771
25772 \begin_layout Standard
25773
25774 \series bold
25775
25776 \backslash
25777 renewcommand*{
25778 \backslash
25779 raggedleftmarginnote}{
25780 \backslash
25781 centering}
25782 \begin_inset Newline newline
25783 \end_inset
25784
25785
25786 \backslash
25787 renewcommand*{
25788 \backslash
25789 raggedrightmarginnote}{
25790 \backslash
25791 centering}
25792 \end_layout
25793
25794 \begin_layout Standard
25795 set the alignment to centered.
25796  
25797 \series bold
25798
25799 \backslash
25800 raggedleftmarginnote
25801 \series default
25802  denotes margin notes that appear at the left side.
25803 \family roman
25804 \series medium
25805
25806 \begin_inset ERT
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810
25811
25812 \backslash
25813 renewcommand*{
25814 \backslash
25815 raggedleftmarginnote}{
25816 \backslash
25817 centering}
25818 \end_layout
25819
25820 \begin_layout Plain Layout
25821
25822
25823 \backslash
25824 renewcommand*{
25825 \backslash
25826 raggedrightmarginnote}{
25827 \backslash
25828 centering}
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \begin_inset Marginal
25835 status open
25836
25837 \begin_layout Plain Layout
25838 The text of this margin note is centered.
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \family default
25845 \series default
25846  The default is
25847 \end_layout
25848
25849 \begin_layout Standard
25850
25851 \series bold
25852
25853 \backslash
25854 renewcommand*{
25855 \backslash
25856 raggedleftmarginnote}{
25857 \backslash
25858 raggedleft}
25859 \begin_inset Newline newline
25860 \end_inset
25861
25862
25863 \backslash
25864 renewcommand*{
25865 \backslash
25866 raggedrightmarginnote}{
25867 \backslash
25868 raggedright}
25869 \family roman
25870 \series medium
25871
25872 \begin_inset ERT
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876
25877
25878 \backslash
25879 renewcommand*{
25880 \backslash
25881 raggedleftmarginnote}{
25882 \backslash
25883 raggedleft}
25884 \end_layout
25885
25886 \begin_layout Plain Layout
25887
25888
25889 \backslash
25890 renewcommand*{
25891 \backslash
25892 raggedrightmarginnote}{
25893 \backslash
25894 raggedright}
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Standard
25903 \begin_inset VSpace medskip
25904 \end_inset
25905
25906 For the other features of 
25907 \series bold
25908 marginnote
25909 \series default
25910  we refer to its documentation 
25911 \begin_inset CommandInset citation
25912 LatexCommand cite
25913 key "marginnote"
25914
25915 \end_inset
25916
25917 .
25918 \end_layout
25919
25920 \begin_layout Standard
25921 \begin_inset VSpace bigskip
25922 \end_inset
25923
25924 You can adjust the layout of margin notes by changing its definition.
25925  To create for example a header for all margin notes with the underlined,
25926  sans-serif, and bold header text 
25927 \begin_inset Quotes eld
25928 \end_inset
25929
25930
25931 \family sans
25932 \series bold
25933 \bar under
25934 Attention!
25935 \family default
25936 \series default
25937 \bar default
25938
25939 \begin_inset Quotes erd
25940 \end_inset
25941
25942 , add this to your document preamble:
25943 \end_layout
25944
25945 \begin_layout Standard
25946
25947 \series bold
25948
25949 \backslash
25950 let
25951 \backslash
25952 myMarginpar
25953 \backslash
25954 marginpar
25955 \begin_inset Newline newline
25956 \end_inset
25957
25958
25959 \backslash
25960 renewcommand{
25961 \backslash
25962 marginpar}[1]{
25963 \backslash
25964 myMarginpar{%
25965 \begin_inset Newline newline
25966 \end_inset
25967
25968
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974
25975 \backslash
25976 hphantom{ }
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \backslash
25983 hspace{0pt}
25984 \backslash
25985 textsf{
25986 \backslash
25987 textbf{
25988 \backslash
25989 underbar{Attention!}}}%
25990 \begin_inset Newline newline
25991 \end_inset
25992
25993
25994 \begin_inset ERT
25995 status collapsed
25996
25997 \begin_layout Plain Layout
25998
25999
26000 \backslash
26001 hphantom{ }
26002 \end_layout
26003
26004 \end_inset
26005
26006
26007 \backslash
26008 vspace{1.5mm}
26009 \backslash
26010
26011 \backslash
26012 #1}}
26013 \end_layout
26014
26015 \begin_layout Standard
26016
26017 \family roman
26018 \series medium
26019 \begin_inset ERT
26020 status collapsed
26021
26022 \begin_layout Plain Layout
26023
26024
26025 \backslash
26026 let
26027 \backslash
26028 myMarginpar
26029 \backslash
26030 marginpar
26031 \end_layout
26032
26033 \begin_layout Plain Layout
26034
26035
26036 \backslash
26037 renewcommand{
26038 \backslash
26039 marginpar}[1]{
26040 \backslash
26041 myMarginpar{%
26042 \end_layout
26043
26044 \begin_layout Plain Layout
26045
26046    
26047 \backslash
26048 textsf{
26049 \backslash
26050 textbf{
26051 \backslash
26052 underbar{Attention!}}}%
26053 \end_layout
26054
26055 \begin_layout Plain Layout
26056
26057    
26058 \backslash
26059 vspace{1.5mm}
26060 \backslash
26061
26062 \backslash
26063 #1}}
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \begin_inset Marginal
26070 status open
26071
26072 \begin_layout Plain Layout
26073 This is a margin note with a defined heading.
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \family default
26080 \series default
26081
26082 \begin_inset ERT
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087 [-1.5cm]
26088 \end_layout
26089
26090 \end_inset
26091
26092
26093 \family roman
26094 \series medium
26095
26096 \begin_inset ERT
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100
26101
26102 \backslash
26103 renewcommand{
26104 \backslash
26105 marginpar}[1]{
26106 \backslash
26107 myMarginpar{#1}}
26108 \end_layout
26109
26110 \end_inset
26111
26112
26113 \family default
26114 \series default
26115
26116 \begin_inset Note Note
26117 status collapsed
26118
26119 \begin_layout Plain Layout
26120 The margin note format is changed only for this example.
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \begin_layout Standard
26129 \begin_inset ERT
26130 status collapsed
26131
26132 \begin_layout Plain Layout
26133
26134
26135 \backslash
26136 else
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \begin_inset Note Note
26143 status open
26144
26145 \begin_layout Plain Layout
26146 The following will be displayed when the LaTeX-package 
26147 \series bold
26148 marginnote
26149 \series default
26150  is not installed:
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \begin_layout Standard
26159 You need to install the LaTeX-package 
26160 \series bold
26161 marginnote
26162 \series default
26163  to see the following part of this section in the output.
26164 \end_layout
26165
26166 \begin_layout Standard
26167 \begin_inset ERT
26168 status collapsed
26169
26170 \begin_layout Plain Layout
26171
26172
26173 \backslash
26174 fi
26175 \end_layout
26176
26177 \end_inset
26178
26179
26180 \end_layout
26181
26182 \begin_layout Chapter
26183 Boxes
26184 \end_layout
26185
26186 \begin_layout Section
26187 Introduction
26188 \begin_inset Index
26189 status collapsed
26190
26191 \begin_layout Plain Layout
26192 Boxes ! Introduction
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \begin_layout Standard
26201 Boxes are used to format a block of text.
26202  Boxes can be used to write documents with multiple languages, see section
26203 \begin_inset space ~
26204 \end_inset
26205
26206
26207 \begin_inset CommandInset ref
26208 LatexCommand ref
26209 reference "sec:Minipages"
26210
26211 \end_inset
26212
26213 , to frame texts, see section
26214 \begin_inset space ~
26215 \end_inset
26216
26217
26218 \begin_inset CommandInset ref
26219 LatexCommand ref
26220 reference "sec:Decoration"
26221
26222 \end_inset
26223
26224 , to prevent words to be hyphenated, see section
26225 \begin_inset space ~
26226 \end_inset
26227
26228
26229 \begin_inset CommandInset ref
26230 LatexCommand ref
26231 reference "sec:Prevent-Hyphenation"
26232
26233 \end_inset
26234
26235 , to align text, see section
26236 \begin_inset space ~
26237 \end_inset
26238
26239
26240 \begin_inset CommandInset ref
26241 LatexCommand ref
26242 reference "sub:Vertical-Alignment"
26243
26244 \end_inset
26245
26246 , or to set the background color of texts, see section
26247 \begin_inset space ~
26248 \end_inset
26249
26250
26251 \begin_inset CommandInset ref
26252 LatexCommand ref
26253 reference "sec:Colored-Boxes"
26254
26255 \end_inset
26256
26257 .
26258 \end_layout
26259
26260 \begin_layout Standard
26261 Boxes can be inserted with the menu 
26262 \family sans
26263 Insert\SpecialChar \menuseparator
26264 Box
26265 \family default
26266  or the toolbar button 
26267 \begin_inset Graphics
26268         filename ../images/box-insert.png
26269         scale 85
26270         scaleBeforeRotation
26271
26272 \end_inset
26273
26274 .
26275  A grey box with the label 
26276 \family sans
26277 Box (Minipage)
26278 \family default
26279
26280 \begin_inset Graphics
26281         filename clipart/BoxInsetDefaultQt4.png
26282         scale 85
26283         scaleBeforeRotation
26284
26285 \end_inset
26286
26287  will be inserted.
26288  The box type can be specified by right-clicking on the box.
26289  The appearing box dialog offers the 
26290 \family sans
26291 Inner
26292 \begin_inset space ~
26293 \end_inset
26294
26295 Box
26296 \family default
26297  types 
26298 \family sans
26299 Parbox
26300 \family default
26301  and 
26302 \family sans
26303 Minipage
26304 \family default
26305 .
26306  The type 
26307 \family sans
26308 Minipage
26309 \family default
26310  is the default for new boxes and is explained in section
26311 \begin_inset space ~
26312 \end_inset
26313
26314
26315 \begin_inset CommandInset ref
26316 LatexCommand ref
26317 reference "sec:Minipages"
26318
26319 \end_inset
26320
26321 ; the type 
26322 \family sans
26323 Parbox
26324 \family default
26325  is described in section
26326 \begin_inset space ~
26327 \end_inset
26328
26329
26330 \begin_inset CommandInset ref
26331 LatexCommand ref
26332 reference "sec:Parboxes"
26333
26334 \end_inset
26335
26336 .
26337 \end_layout
26338
26339 \begin_layout Standard
26340 Boxes aren't numbered and can therefore not be referenced like floats or
26341  footnotes.
26342 \end_layout
26343
26344 \begin_layout Standard
26345 \begin_inset Note Greyedout
26346 status open
26347
26348 \begin_layout Plain Layout
26349
26350 \series bold
26351 Note:
26352 \series default
26353  Boxes must not be the item in an 
26354 \family sans
26355 Itemize
26356 \family default
26357  or 
26358 \family sans
26359 Description
26360 \family default
26361  environment.
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Standard
26370 \begin_inset Note Greyedout
26371 status open
26372
26373 \begin_layout Plain Layout
26374
26375 \series bold
26376 Note:
26377 \series default
26378  For an unknown reason you can only set the 
26379 \family sans
26380 Inner
26381 \begin_inset space ~
26382 \end_inset
26383
26384 Box
26385 \family default
26386  type to 
26387 \family sans
26388 None
26389 \family default
26390  when you use a framed box.
26391  Boxes without an 
26392 \family sans
26393 Inner
26394 \begin_inset space ~
26395 \end_inset
26396
26397 Box
26398 \family default
26399  type and without frames are explained in section
26400 \begin_inset space ~
26401 \end_inset
26402
26403
26404 \begin_inset CommandInset ref
26405 LatexCommand ref
26406 reference "sec:Prevent-Hyphenation"
26407
26408 \end_inset
26409
26410 .
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \begin_layout Section
26419 Box Dialog
26420 \begin_inset CommandInset label
26421 LatexCommand label
26422 name "sec:Box-Dialog"
26423
26424 \end_inset
26425
26426
26427 \begin_inset Index
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 Boxes ! Box Dialog
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Subsection
26440 Size
26441 \begin_inset Index
26442 status collapsed
26443
26444 \begin_layout Plain Layout
26445 Boxes ! Size
26446 \end_layout
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \begin_layout Standard
26454 In the box dialog you can adjust the box geometry in the fields 
26455 \family sans
26456 Width
26457 \family default
26458  and 
26459 \family sans
26460 Height
26461 \family default
26462 .
26463  The available units for the geometry are explained in Table
26464 \begin_inset space ~
26465 \end_inset
26466
26467
26468 \begin_inset CommandInset ref
26469 LatexCommand ref
26470 reference "tab:Units"
26471
26472 \end_inset
26473
26474 .
26475  The field 
26476 \family sans
26477 Heigth
26478 \family default
26479  offers the following additional sizes:
26480 \end_layout
26481
26482 \begin_layout Description
26483 Depth This is the plain text 
26484 \begin_inset Quotes eld
26485 \end_inset
26486
26487 height
26488 \begin_inset Quotes erd
26489 \end_inset
26490
26491 .
26492  It ignores the total depth when there are multiple text lines in the box:
26493 \begin_inset Newline newline
26494 \end_inset
26495
26496
26497 \begin_inset Newline newline
26498 \end_inset
26499
26500
26501 \begin_inset Newline newline
26502 \end_inset
26503
26504
26505 \begin_inset Box Boxed
26506 position "c"
26507 hor_pos "c"
26508 has_inner_box 1
26509 inner_pos "c"
26510 use_parbox 0
26511 width "12col%"
26512 special "none"
26513 height "1in"
26514 height_special "depth"
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518 \align center
26519 Box height set to 1
26520 \begin_inset space \thinspace{}
26521 \end_inset
26522
26523 Depth
26524 \end_layout
26525
26526 \end_inset
26527
26528
26529 \begin_inset Newline newline
26530 \end_inset
26531
26532
26533 \begin_inset Newline newline
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \begin_layout Description
26540 Height This is the heigth of the text that is inside the box.
26541  A value of e.
26542 \begin_inset space \thinspace{}
26543 \end_inset
26544
26545 g.
26546 \begin_inset space \space{}
26547 \end_inset
26548
26549 2 for this size will set the box heigth to 2 times the text height: 
26550 \begin_inset Box Boxed
26551 position "c"
26552 hor_pos "c"
26553 has_inner_box 1
26554 inner_pos "c"
26555 use_parbox 0
26556 width "20col%"
26557 special "none"
26558 height "2in"
26559 height_special "height"
26560 status collapsed
26561
26562 \begin_layout Plain Layout
26563 \align center
26564 Box height set to 2
26565 \begin_inset space \thinspace{}
26566 \end_inset
26567
26568 Height
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Description
26577 Total
26578 \begin_inset space ~
26579 \end_inset
26580
26581 Height This is the Height
26582 \begin_inset space \thinspace{}
26583 \end_inset
26584
26585 +
26586 \begin_inset space \thinspace{}
26587 \end_inset
26588
26589 Depth: 
26590 \begin_inset Box Boxed
26591 position "c"
26592 hor_pos "c"
26593 has_inner_box 1
26594 inner_pos "c"
26595 use_parbox 0
26596 width "20col%"
26597 special "none"
26598 height "1in"
26599 height_special "totalheight"
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603 \align center
26604 Box height set to 1
26605 \begin_inset space \thinspace{}
26606 \end_inset
26607
26608 Total
26609 \begin_inset space ~
26610 \end_inset
26611
26612 Height
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \begin_layout Description
26621 Width This sets the width of the box as heigth: 
26622 \begin_inset Box Boxed
26623 position "c"
26624 hor_pos "c"
26625 has_inner_box 1
26626 inner_pos "c"
26627 use_parbox 0
26628 width "12col%"
26629 special "none"
26630 height "1in"
26631 height_special "width"
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635 \align center
26636 Box height set to 1
26637 \begin_inset space \thinspace{}
26638 \end_inset
26639
26640 Width
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \begin_layout Subsection
26649 Alignment
26650 \begin_inset Index
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654 Boxes ! Alignment
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \begin_layout Standard
26663 When you have chosen an 
26664 \family sans
26665 Inner
26666 \begin_inset space ~
26667 \end_inset
26668
26669 Box
26670 \family default
26671 , the vertical box alignment can be:
26672 \end_layout
26673
26674 \begin_layout Description
26675 Top This is an example text line.
26676  
26677 \begin_inset Box Boxed
26678 position "t"
26679 hor_pos "c"
26680 has_inner_box 1
26681 inner_pos "c"
26682 use_parbox 0
26683 width "12col%"
26684 special "none"
26685 height "1in"
26686 height_special "totalheight"
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690 \align center
26691 This box is top-aligned.
26692 \end_layout
26693
26694 \end_inset
26695
26696  This is an example text line.
26697 \end_layout
26698
26699 \begin_layout Description
26700 Middle This is an example text line.
26701  
26702 \begin_inset Box Boxed
26703 position "c"
26704 hor_pos "c"
26705 has_inner_box 1
26706 inner_pos "c"
26707 use_parbox 0
26708 width "12col%"
26709 special "none"
26710 height "1in"
26711 height_special "totalheight"
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715 \align center
26716 This box is middle-aligned.
26717 \end_layout
26718
26719 \end_inset
26720
26721  This is an example text line.
26722 \end_layout
26723
26724 \begin_layout Description
26725 Bottom This is an example text line.
26726  
26727 \begin_inset Box Boxed
26728 position "b"
26729 hor_pos "c"
26730 has_inner_box 1
26731 inner_pos "c"
26732 use_parbox 0
26733 width "12col%"
26734 special "none"
26735 height "1in"
26736 height_special "totalheight"
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740 \align center
26741 This box is bottom-aligned.
26742 \end_layout
26743
26744 \end_inset
26745
26746  This is an example text line.
26747 \end_layout
26748
26749 \begin_layout Standard
26750 \begin_inset Note Greyedout
26751 status open
26752
26753 \begin_layout Plain Layout
26754
26755 \series bold
26756 Note:
26757 \series default
26758  The vertical box aligment can be lost in the output when you have two boxes
26759  in a line and one has e.
26760 \begin_inset space \thinspace{}
26761 \end_inset
26762
26763 g.
26764 \begin_inset space \space{}
26765 \end_inset
26766
26767 a shadow and the other one not.
26768 \end_layout
26769
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \begin_layout Standard
26776 The horizontal box alignment can be set via LyX's paragraph dialog when
26777  you set the box into its own paragraph.
26778 \end_layout
26779
26780 \begin_layout Standard
26781 \begin_inset VSpace bigskip
26782 \end_inset
26783
26784 When you have chosen an 
26785 \family sans
26786 Inner
26787 \begin_inset space ~
26788 \end_inset
26789
26790 Box
26791 \family default
26792 , the box content can be vertical aligned to:
26793 \end_layout
26794
26795 \begin_layout Description
26796 top This is an example text line.
26797  
26798 \begin_inset Box Boxed
26799 position "c"
26800 hor_pos "c"
26801 has_inner_box 1
26802 inner_pos "t"
26803 use_parbox 0
26804 width "12col%"
26805 special "none"
26806 height "1.5in"
26807 height_special "totalheight"
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811 \align center
26812 This box text is top-aligned.
26813 \end_layout
26814
26815 \end_inset
26816
26817  This is an example text line.
26818 \end_layout
26819
26820 \begin_layout Description
26821 middle This is an example text line.
26822  
26823 \begin_inset Box Boxed
26824 position "c"
26825 hor_pos "c"
26826 has_inner_box 1
26827 inner_pos "c"
26828 use_parbox 0
26829 width "12col%"
26830 special "none"
26831 height "1.5in"
26832 height_special "totalheight"
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836 \align center
26837 This box text is middle-aligned.
26838 \end_layout
26839
26840 \end_inset
26841
26842  This is an example text line.
26843 \end_layout
26844
26845 \begin_layout Description
26846 bottom This is an example text line.
26847  
26848 \begin_inset Box Boxed
26849 position "c"
26850 hor_pos "c"
26851 has_inner_box 1
26852 inner_pos "b"
26853 use_parbox 0
26854 width "12col%"
26855 special "none"
26856 height "1.5in"
26857 height_special "totalheight"
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861 \align center
26862 This box text is bottom-aligned.
26863 \end_layout
26864
26865 \end_inset
26866
26867  This is an example text line.
26868 \end_layout
26869
26870 \begin_layout Description
26871 stretch This is an example text line.
26872  
26873 \begin_inset Box Boxed
26874 position "c"
26875 hor_pos "c"
26876 has_inner_box 1
26877 inner_pos "s"
26878 use_parbox 0
26879 width "12col%"
26880 special "none"
26881 height "1.5in"
26882 height_special "totalheight"
26883 status collapsed
26884
26885 \begin_layout Plain Layout
26886 \align center
26887 This box
26888 \end_layout
26889
26890 \begin_layout Plain Layout
26891 \align center
26892 text is
26893 \end_layout
26894
26895 \begin_layout Plain Layout
26896 \align center
26897 stretched.
26898 \end_layout
26899
26900 \end_inset
26901
26902  This is an example text line.
26903 \end_layout
26904
26905 \begin_layout Standard
26906 To stretch the box content, it must consist of more than one paragraph.
26907  In the example above every text line is in an own paragraph.
26908 \end_layout
26909
26910 \begin_layout Standard
26911 \begin_inset VSpace bigskip
26912 \end_inset
26913
26914 To align the box content horizontally you can use LyX's paragraph dialog
26915  when you have chosen an 
26916 \family sans
26917 Inner
26918 \begin_inset space ~
26919 \end_inset
26920
26921 Box
26922 \family default
26923 .
26924 \end_layout
26925
26926 \begin_layout Standard
26927 \align center
26928 \begin_inset Box Boxed
26929 position "c"
26930 hor_pos "c"
26931 has_inner_box 1
26932 inner_pos "s"
26933 use_parbox 0
26934 width "15col%"
26935 special "none"
26936 height "1.25in"
26937 height_special "totalheight"
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 \align left
26942 This box
26943 \end_layout
26944
26945 \begin_layout Plain Layout
26946 \align center
26947 text is
26948 \end_layout
26949
26950 \begin_layout Plain Layout
26951 \align right
26952 stretched.
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \begin_layout Standard
26961 If you haven't set an 
26962 \family sans
26963 Inner
26964 \begin_inset space ~
26965 \end_inset
26966
26967 Box
26968 \family default
26969 , you can align the box content horizontally in the box dialog.
26970 \end_layout
26971
26972 \begin_layout Standard
26973 \align center
26974 \begin_inset Box Boxed
26975 position "c"
26976 hor_pos "s"
26977 has_inner_box 0
26978 inner_pos "s"
26979 use_parbox 0
26980 width "90col%"
26981 special "none"
26982 height "1.25in"
26983 height_special "totalheight"
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987 \align left
26988 This box text is horizontally stretched.
26989 \end_layout
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \begin_layout Subsection
26997 Decoration
26998 \begin_inset CommandInset label
26999 LatexCommand label
27000 name "sec:Decoration"
27001
27002 \end_inset
27003
27004
27005 \begin_inset Index
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009 Boxes ! Decoration
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018 The type of the box can be specified in the box-dialog in the drop-down
27019  list 
27020 \family sans
27021 Decoration
27022 \family default
27023 .
27024  The following types are possible:
27025 \end_layout
27026
27027 \begin_layout Description
27028 Simple
27029 \begin_inset space ~
27030 \end_inset
27031
27032 rectangular
27033 \begin_inset space ~
27034 \end_inset
27035
27036 frame This draws a rectangle frame around the box.
27037  The frame line thickness has the size of 
27038 \series bold
27039
27040 \backslash
27041 fboxrule
27042 \series default
27043 .
27044  
27045 \begin_inset Box Boxed
27046 position "c"
27047 hor_pos "c"
27048 has_inner_box 1
27049 inner_pos "c"
27050 use_parbox 0
27051 width "20col%"
27052 special "none"
27053 height "1in"
27054 height_special "totalheight"
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058 \align center
27059 Rectangular box
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \begin_layout Description
27068 Allow
27069 \begin_inset space ~
27070 \end_inset
27071
27072 page
27073 \begin_inset space ~
27074 \end_inset
27075
27076 break When you use the decoration 
27077 \family sans
27078 simple rectangular frame
27079 \family default
27080  and no inner box, you can allow page breaks within a box.
27081  Note that then, in contrary to other framed boxes, the frame always uses
27082  the whole column width, the box is set as its own paragraph, and 
27083 \series bold
27084
27085 \backslash
27086 fboxrule
27087 \series default
27088  and 
27089 \series bold
27090
27091 \backslash
27092 fboxsep
27093 \series default
27094  has no effect on this box type.
27095  The frame line thickness has the size of 
27096 \series bold
27097
27098 \backslash
27099 FrameRule
27100 \series default
27101 .
27102  
27103 \begin_inset Box Framed
27104 position "t"
27105 hor_pos "c"
27106 has_inner_box 0
27107 inner_pos "t"
27108 use_parbox 0
27109 width "100col%"
27110 special "none"
27111 height "1in"
27112 height_special "totalheight"
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116 Allow page break box
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Description
27125 Oval
27126 \begin_inset space ~
27127 \end_inset
27128
27129 box,
27130 \begin_inset space ~
27131 \end_inset
27132
27133 thin This draws an oval frame around the box.
27134  The frame line thickness has the size 0.4
27135 \begin_inset space \thinspace{}
27136 \end_inset
27137
27138 pt.
27139  
27140 \begin_inset Box ovalbox
27141 position "c"
27142 hor_pos "c"
27143 has_inner_box 1
27144 inner_pos "c"
27145 use_parbox 0
27146 width "20col%"
27147 special "none"
27148 height "1in"
27149 height_special "totalheight"
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153 \align center
27154 Oval box, thin
27155 \end_layout
27156
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \begin_layout Description
27163 Oval
27164 \begin_inset space ~
27165 \end_inset
27166
27167 box,
27168 \begin_inset space ~
27169 \end_inset
27170
27171 thick This draws an oval frame around the box.
27172  The frame line thickness has the size 0.8
27173 \begin_inset space \thinspace{}
27174 \end_inset
27175
27176 pt.
27177  
27178 \begin_inset Box Ovalbox
27179 position "c"
27180 hor_pos "c"
27181 has_inner_box 1
27182 inner_pos "c"
27183 use_parbox 0
27184 width "20col%"
27185 special "none"
27186 height "1in"
27187 height_special "totalheight"
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191 \align center
27192 Oval box, thick
27193 \end_layout
27194
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \begin_layout Description
27201 Drop
27202 \begin_inset space ~
27203 \end_inset
27204
27205 shadow This draws a rectangle frame with a shadow around the box.
27206  The frame line thickness has the size of 
27207 \series bold
27208
27209 \backslash
27210 fboxrule
27211 \series default
27212 , the shadow has a width of 4
27213 \begin_inset space \thinspace{}
27214 \end_inset
27215
27216 pt.
27217  
27218 \begin_inset Box Shadowbox
27219 position "c"
27220 hor_pos "c"
27221 has_inner_box 1
27222 inner_pos "c"
27223 use_parbox 0
27224 width "20col%"
27225 special "none"
27226 height "1in"
27227 height_special "totalheight"
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 \align center
27232 Shadow box
27233 \end_layout
27234
27235 \end_inset
27236
27237
27238 \end_layout
27239
27240 \begin_layout Description
27241 Shaded
27242 \begin_inset space ~
27243 \end_inset
27244
27245 background This draws a box with red background color.
27246  In contrary to colored boxes
27247 \begin_inset Foot
27248 status collapsed
27249
27250 \begin_layout Plain Layout
27251 see sec.
27252 \begin_inset space \thinspace{}
27253 \end_inset
27254
27255
27256 \begin_inset CommandInset ref
27257 LatexCommand ref
27258 reference "sec:Colored-Boxes"
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \end_inset
27266
27267 , it always uses the whole column width and the box is set as its own paragraph.
27268  
27269 \begin_inset Box Shaded
27270 position "t"
27271 hor_pos "c"
27272 has_inner_box 0
27273 inner_pos "t"
27274 use_parbox 0
27275 width "50col%"
27276 special "none"
27277 height "1in"
27278 height_special "totalheight"
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282 Shaded background box
27283 \end_layout
27284
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \begin_layout Description
27291 Double
27292 \begin_inset space ~
27293 \end_inset
27294
27295 rectangular
27296 \begin_inset space ~
27297 \end_inset
27298
27299 frame This draws a double-line rectangle frame around the box.
27300  The line thickness of the inner frame is 0.75
27301 \begin_inset space \thinspace{}
27302 \end_inset
27303
27304
27305 \series bold
27306
27307 \backslash
27308 fboxrule
27309 \series default
27310 , the thickness of the outer frame is 1.5
27311 \begin_inset space \thinspace{}
27312 \end_inset
27313
27314
27315 \series bold
27316
27317 \backslash
27318 fboxrule
27319 \series default
27320 .
27321  The distance between the lines is 1.5
27322 \begin_inset space \thinspace{}
27323 \end_inset
27324
27325
27326 \series bold
27327
27328 \backslash
27329 fboxrule
27330 \series default
27331
27332 \begin_inset space \thinspace{}
27333 \end_inset
27334
27335 +
27336 \begin_inset space \thinspace{}
27337 \end_inset
27338
27339 0.5
27340 \begin_inset space \thinspace{}
27341 \end_inset
27342
27343 pt.
27344  
27345 \begin_inset Box Doublebox
27346 position "c"
27347 hor_pos "c"
27348 has_inner_box 1
27349 inner_pos "c"
27350 use_parbox 0
27351 width "20col%"
27352 special "none"
27353 height "1in"
27354 height_special "totalheight"
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358 \align center
27359 Double rectangular box
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Standard
27368 \begin_inset VSpace bigskip
27369 \end_inset
27370
27371 LyX's box label will reflect the different frame types.
27372  To be able to use all types, the LaTeX-package 
27373 \series bold
27374 fancybox
27375 \series default
27376
27377 \begin_inset Index
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381 LaTeX-packages ! fancybox
27382 \end_layout
27383
27384 \end_inset
27385
27386  must be installed.
27387 \end_layout
27388
27389 \begin_layout Section
27390 Box customization
27391 \begin_inset Index
27392 status collapsed
27393
27394 \begin_layout Plain Layout
27395 Boxes ! Customization
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Standard
27404 The default value for the size 
27405 \series bold
27406
27407 \backslash
27408 fboxrule
27409 \series default
27410  is 0.4
27411 \begin_inset space \thinspace{}
27412 \end_inset
27413
27414 pt.
27415  It can be changed with the following command in TeX-Code to e.
27416 \begin_inset space \thinspace{}
27417 \end_inset
27418
27419 g.
27420 \begin_inset space \space{}
27421 \end_inset
27422
27423 2
27424 \begin_inset space \thinspace{}
27425 \end_inset
27426
27427 pt:
27428 \end_layout
27429
27430 \begin_layout Standard
27431
27432 \series bold
27433
27434 \backslash
27435 setlength{
27436 \backslash
27437 fboxrule}{2pt}
27438 \end_layout
27439
27440 \begin_layout Standard
27441 \begin_inset ERT
27442 status collapsed
27443
27444 \begin_layout Plain Layout
27445
27446
27447 \backslash
27448 setlength{
27449 \backslash
27450 fboxrule}{2pt}
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \begin_inset Box Boxed
27457 position "c"
27458 hor_pos "c"
27459 has_inner_box 1
27460 inner_pos "c"
27461 use_parbox 0
27462 width "25col%"
27463 special "none"
27464 height "1in"
27465 height_special "totalheight"
27466 status open
27467
27468 \begin_layout Plain Layout
27469 \align center
27470 Rectangular box with 
27471 \series bold
27472
27473 \backslash
27474 fboxrule
27475 \series default
27476
27477 \begin_inset space \thinspace{}
27478 \end_inset
27479
27480 =
27481 \begin_inset space \thinspace{}
27482 \end_inset
27483
27484 2
27485 \begin_inset space \thinspace{}
27486 \end_inset
27487
27488 pt
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \begin_inset ERT
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498
27499
27500 \backslash
27501 setlength{
27502 \backslash
27503 fboxrule}{0.4pt}
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \begin_layout Standard
27512 \begin_inset VSpace bigskip
27513 \end_inset
27514
27515 The space between the frame and the box content is for all frame styles
27516  by default 3
27517 \begin_inset space \thinspace{}
27518 \end_inset
27519
27520 pt.
27521  You can change it by setting the length 
27522 \series bold
27523
27524 \backslash
27525 fboxsep
27526 \series default
27527  to another value.
27528  For example the command
27529 \end_layout
27530
27531 \begin_layout Standard
27532
27533 \series bold
27534
27535 \backslash
27536 setlength{
27537 \backslash
27538 fboxsep}{10pt}
27539 \end_layout
27540
27541 \begin_layout Standard
27542 sets the value to 10
27543 \begin_inset space \thinspace{}
27544 \end_inset
27545
27546 pt, like for the following box:
27547 \end_layout
27548
27549 \begin_layout Standard
27550 \begin_inset ERT
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554
27555
27556 \backslash
27557 setlength{
27558 \backslash
27559 fboxsep}{10pt}
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \begin_inset Box Boxed
27566 position "c"
27567 hor_pos "c"
27568 has_inner_box 1
27569 inner_pos "c"
27570 use_parbox 0
27571 width "25col%"
27572 special "none"
27573 height "1in"
27574 height_special "totalheight"
27575 status open
27576
27577 \begin_layout Plain Layout
27578 \align center
27579 Rectangular box with 
27580 \series bold
27581
27582 \backslash
27583 fboxsep
27584 \series default
27585
27586 \begin_inset space \thinspace{}
27587 \end_inset
27588
27589 =
27590 \begin_inset space \thinspace{}
27591 \end_inset
27592
27593 10
27594 \begin_inset space \thinspace{}
27595 \end_inset
27596
27597 pt
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \begin_inset ERT
27604 status collapsed
27605
27606 \begin_layout Plain Layout
27607
27608
27609 \backslash
27610 setlength{
27611 \backslash
27612 fboxsep}{3pt}
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Standard
27621 \begin_inset VSpace bigskip
27622 \end_inset
27623
27624 The diameter of the round corners of the oval boxes can be set with the
27625  command 
27626 \series bold
27627
27628 \backslash
27629 cornersize
27630 \series default
27631 .
27632  The command
27633 \end_layout
27634
27635 \begin_layout Standard
27636
27637 \series bold
27638
27639 \backslash
27640 cornersize*{1cm}
27641 \end_layout
27642
27643 \begin_layout Standard
27644 sets the diameter to 1
27645 \begin_inset space \thinspace{}
27646 \end_inset
27647
27648 cm.
27649  The command
27650 \end_layout
27651
27652 \begin_layout Standard
27653
27654 \series bold
27655
27656 \backslash
27657 cornersize{num}
27658 \end_layout
27659
27660 \begin_layout Standard
27661 sets the diameter to 
27662 \family sans
27663 num
27664 \begin_inset space \thinspace{}
27665 \end_inset
27666
27667 ×
27668 \begin_inset space \thinspace{}
27669 \end_inset
27670
27671 minimum(width and heigth of box)
27672 \family default
27673 .
27674  The default is 
27675 \series bold
27676
27677 \backslash
27678 cornersize{0.5}
27679 \series default
27680 .
27681 \end_layout
27682
27683 \begin_layout Standard
27684 \begin_inset ERT
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688
27689
27690 \backslash
27691 cornersize*{1.5cm}
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \begin_inset Box Ovalbox
27698 position "c"
27699 hor_pos "c"
27700 has_inner_box 1
27701 inner_pos "c"
27702 use_parbox 0
27703 width "25col%"
27704 special "none"
27705 height "1in"
27706 height_special "totalheight"
27707 status open
27708
27709 \begin_layout Plain Layout
27710 \align center
27711 Oval box with 
27712 \series bold
27713
27714 \backslash
27715 cornersize
27716 \series default
27717
27718 \begin_inset space \thinspace{}
27719 \end_inset
27720
27721 =
27722 \begin_inset space \thinspace{}
27723 \end_inset
27724
27725 1.5
27726 \begin_inset space \thinspace{}
27727 \end_inset
27728
27729 cm
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \begin_inset ERT
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739
27740
27741 \backslash
27742 cornersize{0.5}
27743 \end_layout
27744
27745 \end_inset
27746
27747
27748 \end_layout
27749
27750 \begin_layout Standard
27751 \begin_inset VSpace bigskip
27752 \end_inset
27753
27754 The size of the shadow can be adjusted by changing the length 
27755 \series bold
27756
27757 \backslash
27758 shadowsize
27759 \series default
27760 .
27761  It it set to 2
27762 \begin_inset space \thinspace{}
27763 \end_inset
27764
27765 pt for the following box by this command:
27766 \end_layout
27767
27768 \begin_layout Standard
27769
27770 \series bold
27771
27772 \backslash
27773 setlength{
27774 \backslash
27775 shadowsize}{2pt}
27776 \end_layout
27777
27778 \begin_layout Standard
27779 \begin_inset ERT
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783
27784
27785 \backslash
27786 setlength{
27787 \backslash
27788 shadowsize}{2pt}
27789 \end_layout
27790
27791 \end_inset
27792
27793
27794 \begin_inset Box Shadowbox
27795 position "c"
27796 hor_pos "c"
27797 has_inner_box 1
27798 inner_pos "c"
27799 use_parbox 0
27800 width "25col%"
27801 special "none"
27802 height "1in"
27803 height_special "totalheight"
27804 status open
27805
27806 \begin_layout Plain Layout
27807 \align center
27808 Shadow box with 
27809 \series bold
27810
27811 \backslash
27812 shadowsize
27813 \series default
27814
27815 \begin_inset space \thinspace{}
27816 \end_inset
27817
27818 =
27819 \begin_inset space \thinspace{}
27820 \end_inset
27821
27822 2
27823 \begin_inset space \thinspace{}
27824 \end_inset
27825
27826 pt
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \begin_inset ERT
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836
27837
27838 \backslash
27839 setlength{
27840 \backslash
27841 shadowsize}{4pt}
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Standard
27850 \begin_inset VSpace bigskip
27851 \end_inset
27852
27853
27854 \end_layout
27855
27856 \begin_layout Standard
27857 The default value for the size 
27858 \series bold
27859
27860 \backslash
27861 FrameRule
27862 \series default
27863  is 0.4
27864 \begin_inset space \thinspace{}
27865 \end_inset
27866
27867 pt.
27868  The default space between the note content and the frame is 9
27869 \begin_inset space \thinspace{}
27870 \end_inset
27871
27872 pt and can be changed with the value of 
27873 \series bold
27874
27875 \backslash
27876 FrameSep
27877 \series default
27878 .
27879  For example the frame appearance of the following 
27880 \family sans
27881 box
27882 \family default
27883  is set with the TeX-Code commands
27884 \end_layout
27885
27886 \begin_layout Standard
27887
27888 \series bold
27889
27890 \backslash
27891 setlength{
27892 \backslash
27893 FrameRule}{5pt}
27894 \begin_inset Newline newline
27895 \end_inset
27896
27897
27898 \backslash
27899 setlength{
27900 \backslash
27901 FrameSep}{0.5cm}
27902 \end_layout
27903
27904 \begin_layout Standard
27905 \begin_inset ERT
27906 status collapsed
27907
27908 \begin_layout Plain Layout
27909
27910
27911 \backslash
27912 setlength{
27913 \backslash
27914 FrameRule}{5pt}
27915 \end_layout
27916
27917 \begin_layout Plain Layout
27918
27919
27920 \backslash
27921 setlength{
27922 \backslash
27923 FrameSep}{0.5cm}
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \begin_inset Box Framed
27930 position "t"
27931 hor_pos "c"
27932 has_inner_box 0
27933 inner_pos "t"
27934 use_parbox 0
27935 width "100col%"
27936 special "none"
27937 height "1in"
27938 height_special "totalheight"
27939 status open
27940
27941 \begin_layout Plain Layout
27942 This is text in an 
27943 \family sans
27944 allow page break
27945 \family default
27946  box.
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \begin_inset ERT
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956
27957
27958 \backslash
27959 setlength{
27960 \backslash
27961 FrameRule}{0.4pt}
27962 \end_layout
27963
27964 \begin_layout Plain Layout
27965
27966
27967 \backslash
27968 setlength{
27969 \backslash
27970 FrameSep}{9pt}
27971 \end_layout
27972
27973 \end_inset
27974
27975
27976 \end_layout
27977
27978 \begin_layout Standard
27979 \begin_inset VSpace bigskip
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Standard
27986 For 
27987 \family sans
27988 shaded background
27989 \family default
27990  boxes the default space between the box content and the box border is 3
27991 \begin_inset space \thinspace{}
27992 \end_inset
27993
27994 pt and can be changed with the value of 
27995 \series bold
27996
27997 \backslash
27998 fboxsep
27999 \series default
28000 .
28001  The default background color red can either be changed locally with the
28002  command 
28003 \series bold
28004
28005 \backslash
28006 definecolor{shadebox}
28007 \series default
28008  or globally with the menu 
28009 \family sans
28010 Tools\SpecialChar \menuseparator
28011 Preferences\SpecialChar \menuseparator
28012 Colors\SpecialChar \menuseparator
28013 shaded
28014 \begin_inset space ~
28015 \end_inset
28016
28017 box
28018 \family default
28019 .
28020  The scheme of the 
28021 \series bold
28022
28023 \backslash
28024 definecolor
28025 \series default
28026  command is explained in section
28027 \begin_inset space ~
28028 \end_inset
28029
28030
28031 \begin_inset CommandInset ref
28032 LatexCommand ref
28033 reference "sec:Colored-Tables"
28034
28035 \end_inset
28036
28037 .
28038 \begin_inset Foot
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 Note that 
28043 \series bold
28044
28045 \backslash
28046 definecolor
28047 \series default
28048  requires the LaTeX-package 
28049 \series bold
28050 color
28051 \series default
28052  in the preamble, see section
28053 \begin_inset space ~
28054 \end_inset
28055
28056
28057 \begin_inset CommandInset ref
28058 LatexCommand ref
28059 reference "sec:Colored-Boxes"
28060
28061 \end_inset
28062
28063 .
28064 \end_layout
28065
28066 \end_inset
28067
28068  For example the appearance of the following shaded background note is set
28069  with the TeX-Code commands
28070 \end_layout
28071
28072 \begin_layout Standard
28073
28074 \series bold
28075
28076 \backslash
28077 setlength{
28078 \backslash
28079 fboxsep}{0.5cm}
28080 \series default
28081
28082 \begin_inset Newline newline
28083 \end_inset
28084
28085
28086 \series bold
28087
28088 \backslash
28089 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28090 \end_layout
28091
28092 \begin_layout Standard
28093 \begin_inset ERT
28094 status collapsed
28095
28096 \begin_layout Plain Layout
28097
28098
28099 \backslash
28100 setlength{
28101 \backslash
28102 fboxsep}{0.5cm}
28103 \end_layout
28104
28105 \begin_layout Plain Layout
28106
28107
28108 \backslash
28109 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \begin_inset Box Shaded
28116 position "t"
28117 hor_pos "c"
28118 has_inner_box 0
28119 inner_pos "t"
28120 use_parbox 0
28121 width "100col%"
28122 special "none"
28123 height "1in"
28124 height_special "totalheight"
28125 status open
28126
28127 \begin_layout Plain Layout
28128
28129 \color yellow
28130 This is yellow text in a
28131 \color none
28132  
28133 \family sans
28134 \color yellow
28135 shaded background
28136 \family default
28137 \color none
28138  
28139 \color yellow
28140 box with dark green background.
28141 \end_layout
28142
28143 \end_inset
28144
28145
28146 \begin_inset ERT
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150
28151
28152 \backslash
28153 setlength{
28154 \backslash
28155 fboxsep}{3pt}
28156 \end_layout
28157
28158 \begin_layout Plain Layout
28159
28160
28161 \backslash
28162 definecolor{shadecolor}{rgb}{1,0,0}
28163 \end_layout
28164
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \begin_layout Standard
28171 \begin_inset VSpace bigskip
28172 \end_inset
28173
28174 Changed lengths and widths are valid for all boxes following the commands
28175  that change them.
28176 \end_layout
28177
28178 \begin_layout Section
28179 Minipages
28180 \begin_inset CommandInset label
28181 LatexCommand label
28182 name "sec:Minipages"
28183
28184 \end_inset
28185
28186
28187 \begin_inset Index
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191 Boxes ! Minipages
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Standard
28200 Minipages are treated by LaTeX as pages within pages and can therefore for
28201  example have their own footnotes.
28202 \end_layout
28203
28204 \begin_layout Standard
28205 Minipages are useful when you write documents with different languages.
28206 \end_layout
28207
28208 \begin_layout Standard
28209 Below are two example minipages side by side.
28210  Their width is set to 45
28211 \begin_inset space \thinspace{}
28212 \end_inset
28213
28214 col% and they are separated by a horizontal fill, that was inserted via
28215  the menu 
28216 \family sans
28217 Insert\SpecialChar \menuseparator
28218 Special
28219 \begin_inset space ~
28220 \end_inset
28221
28222 Formatting\SpecialChar \menuseparator
28223 Horizontal
28224 \begin_inset space ~
28225 \end_inset
28226
28227 Fill
28228 \family default
28229 .
28230 \begin_inset Newpage newpage
28231 \end_inset
28232
28233
28234 \end_layout
28235
28236 \begin_layout Standard
28237 \begin_inset Box Frameless
28238 position "t"
28239 hor_pos "c"
28240 has_inner_box 1
28241 inner_pos "c"
28242 use_parbox 0
28243 width "45col%"
28244 special "none"
28245 height "1in"
28246 height_special "totalheight"
28247 status open
28248
28249 \begin_layout Plain Layout
28250
28251 \lang german
28252 Dies ist ein deutscher Text.
28253  Dies ist ein deutscher Text.
28254  Dies ist ein deutscher Text.
28255  Dies ist ein deutscher Text.
28256  Dies ist ein deutscher Text.
28257  Dies ist ein deutscher Text.
28258  Dies ist ein deutscher Text.
28259  Dies ist ein deutscher Text.
28260  Dies ist ein deutscher Text.
28261  Dies ist ein deutscher Text.
28262  Dies ist ein deutscher Text.
28263  Dies ist ein deutscher Text.
28264  Dies ist ein deutscher Text
28265 \begin_inset Foot
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269
28270 \lang german
28271 Dies ist eine deutsche Fußnote.
28272 \end_layout
28273
28274 \end_inset
28275
28276 .
28277  Dies ist ein deutscher Text.
28278  Dies ist ein deutscher Text.
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \begin_inset space \hfill{}
28285 \end_inset
28286
28287
28288 \begin_inset Box Frameless
28289 position "t"
28290 hor_pos "c"
28291 has_inner_box 1
28292 inner_pos "c"
28293 use_parbox 0
28294 width "45col%"
28295 special "none"
28296 height "1in"
28297 height_special "totalheight"
28298 status open
28299
28300 \begin_layout Plain Layout
28301 This is an English Text.
28302  This is an English Text.
28303  This is an English Text.
28304  This is an English Text.
28305  This is an English Text.
28306  This is an English Text.
28307  This is an English Text.
28308  This is an English Text.
28309  This is an English Text.
28310  This is an English Text.
28311  This is an English Text.
28312  This is an English Text.
28313  This is an English Text.
28314  This is an English Text.
28315  This is an English Text.
28316  This is an English Text.
28317 \begin_inset Foot
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321 This is an English footnote.
28322 \end_layout
28323
28324 \end_inset
28325
28326  This is an English Text.
28327  
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Standard
28336 \begin_inset VSpace bigskip
28337 \end_inset
28338
28339 Another application for minipages are footnotes within tables.
28340  Due to a LaTeX restriction footnotes within tables doesn't appear at the
28341  bottom of the current page.
28342  But when you put the table with the footnote to a minipage, the footnote
28343  will appear at its bottom, numbered with Latin letters.
28344  The footnote number is reset to 1 in every minipage but not outside the
28345  minipages.
28346 \end_layout
28347
28348 \begin_layout Standard
28349 The footnote of this table doesn't appear: 
28350 \begin_inset Tabular
28351 <lyxtabular version="3" rows="3" columns="4">
28352 <features>
28353 <column alignment="center" valignment="top" width="0pt">
28354 <column alignment="center" valignment="top" width="0pt">
28355 <column alignment="center" valignment="top" width="0pt">
28356 <column alignment="center" valignment="top" width="0pt">
28357 <row>
28358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28359 \begin_inset Text
28360
28361 \begin_layout Plain Layout
28362 1
28363 \end_layout
28364
28365 \end_inset
28366 </cell>
28367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28368 \begin_inset Text
28369
28370 \begin_layout Plain Layout
28371 2
28372 \end_layout
28373
28374 \end_inset
28375 </cell>
28376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28377 \begin_inset Text
28378
28379 \begin_layout Plain Layout
28380 3
28381 \begin_inset Foot
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385 This is a footnote within a table.
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399 4
28400 \end_layout
28401
28402 \end_inset
28403 </cell>
28404 </row>
28405 <row>
28406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28407 \begin_inset Text
28408
28409 \begin_layout Plain Layout
28410 a
28411 \end_layout
28412
28413 \end_inset
28414 </cell>
28415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28416 \begin_inset Text
28417
28418 \begin_layout Plain Layout
28419 b
28420 \end_layout
28421
28422 \end_inset
28423 </cell>
28424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28425 \begin_inset Text
28426
28427 \begin_layout Plain Layout
28428 c
28429 \end_layout
28430
28431 \end_inset
28432 </cell>
28433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28434 \begin_inset Text
28435
28436 \begin_layout Plain Layout
28437 d
28438 \end_layout
28439
28440 \end_inset
28441 </cell>
28442 </row>
28443 <row>
28444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout Plain Layout
28448 e
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28454 \begin_inset Text
28455
28456 \begin_layout Plain Layout
28457 f
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 g
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28472 \begin_inset Text
28473
28474 \begin_layout Plain Layout
28475 h
28476 \end_layout
28477
28478 \end_inset
28479 </cell>
28480 </row>
28481 </lyxtabular>
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \align center
28490 \begin_inset Box Frameless
28491 position "t"
28492 hor_pos "c"
28493 has_inner_box 1
28494 inner_pos "c"
28495 use_parbox 0
28496 width "30col%"
28497 special "none"
28498 height "1in"
28499 height_special "totalheight"
28500 status open
28501
28502 \begin_layout Plain Layout
28503 \align center
28504 \begin_inset Tabular
28505 <lyxtabular version="3" rows="3" columns="4">
28506 <features>
28507 <column alignment="center" valignment="top" width="0pt">
28508 <column alignment="center" valignment="top" width="0pt">
28509 <column alignment="center" valignment="top" width="0pt">
28510 <column alignment="center" valignment="top" width="0pt">
28511 <row>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Plain Layout
28516 1
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28522 \begin_inset Text
28523
28524 \begin_layout Plain Layout
28525 2
28526 \end_layout
28527
28528 \end_inset
28529 </cell>
28530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28531 \begin_inset Text
28532
28533 \begin_layout Plain Layout
28534 3
28535 \begin_inset Foot
28536 status collapsed
28537
28538 \begin_layout Plain Layout
28539 This is a footnote within a table.
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553 4
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 </row>
28559 <row>
28560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28561 \begin_inset Text
28562
28563 \begin_layout Plain Layout
28564 a
28565 \end_layout
28566
28567 \end_inset
28568 </cell>
28569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28570 \begin_inset Text
28571
28572 \begin_layout Plain Layout
28573 b
28574 \end_layout
28575
28576 \end_inset
28577 </cell>
28578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28579 \begin_inset Text
28580
28581 \begin_layout Plain Layout
28582 c
28583 \end_layout
28584
28585 \end_inset
28586 </cell>
28587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28588 \begin_inset Text
28589
28590 \begin_layout Plain Layout
28591 d
28592 \end_layout
28593
28594 \end_inset
28595 </cell>
28596 </row>
28597 <row>
28598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 e
28603 \end_layout
28604
28605 \end_inset
28606 </cell>
28607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611 f
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 g
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28626 \begin_inset Text
28627
28628 \begin_layout Plain Layout
28629 h
28630 \end_layout
28631
28632 \end_inset
28633 </cell>
28634 </row>
28635 </lyxtabular>
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Standard
28648 \begin_inset VSpace bigskip
28649 \end_inset
28650
28651 The document-wide paragraph settings are ignored within minipages.
28652  That means that there will be no space between paragraphs in minipages
28653  although you set it to e.
28654 \begin_inset space \thinspace{}
28655 \end_inset
28656
28657 g.
28658 \begin_inset space \space{}
28659 \end_inset
28660
28661
28662 \family sans
28663 MedSkip
28664 \family default
28665  in the document settings.
28666 \end_layout
28667
28668 \begin_layout Standard
28669 Minipages can also be used to set a background color for text parts, see
28670  section
28671 \begin_inset space ~
28672 \end_inset
28673
28674
28675 \begin_inset CommandInset ref
28676 LatexCommand ref
28677 reference "sub:Color-for-Paragraphs"
28678
28679 \end_inset
28680
28681 .
28682 \end_layout
28683
28684 \begin_layout Standard
28685 \begin_inset Note Greyedout
28686 status open
28687
28688 \begin_layout Plain Layout
28689
28690 \series bold
28691 Note:
28692 \series default
28693  You cannot have floats or margin notes inside minipages but minipages can
28694  be used inside tables, floats, and other boxes.
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \begin_layout Section
28703 Parboxes
28704 \begin_inset CommandInset label
28705 LatexCommand label
28706 name "sec:Parboxes"
28707
28708 \end_inset
28709
28710
28711 \begin_inset Index
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715 Boxes ! Parboxes
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \begin_layout Standard
28724 Parboxes are very similar to minipages with the difference that they cannot
28725  have footnotes.
28726  The main difference to minipages is that minipages are in contrary to parboxes
28727  no real boxes but LaTeX-environments.
28728 \end_layout
28729
28730 \begin_layout Standard
28731 \align center
28732 \begin_inset Box Frameless
28733 position "t"
28734 hor_pos "c"
28735 has_inner_box 1
28736 inner_pos "t"
28737 use_parbox 1
28738 width "33col%"
28739 special "none"
28740 height "1in"
28741 height_special "totalheight"
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745 This a text within a parbox.
28746  This a text within a parbox.
28747 \end_layout
28748
28749 \begin_layout Plain Layout
28750 This footnote won't appear:
28751 \begin_inset Foot
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 This footnote is inside a parbox and will therefore not appear.
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Section
28769 Boxes for Words and Characters
28770 \begin_inset Index
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774 Boxes ! for Characters
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Subsection
28783 Prevent Hyphenation
28784 \begin_inset CommandInset label
28785 LatexCommand label
28786 name "sec:Prevent-Hyphenation"
28787
28788 \end_inset
28789
28790
28791 \begin_inset Index
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795 Boxes ! to Prevent Hyphenation
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Standard
28804 You can use a special kind of boxes to prevent words or text to be hyphenated.
28805 \begin_inset Newline newline
28806 \end_inset
28807
28808 Here is an example text:
28809 \end_layout
28810
28811 \begin_layout Standard
28812 This line is an example to show how you can prevent the hyphenation of 
28813 \begin_inset Quotes eld
28814 \end_inset
28815
28816 veryverylongword
28817 \begin_inset Quotes erd
28818 \end_inset
28819
28820 .
28821 \end_layout
28822
28823 \begin_layout Standard
28824 To prevent the hyphenation of the word 
28825 \begin_inset Quotes eld
28826 \end_inset
28827
28828 veryverylongword
28829 \begin_inset Quotes erd
28830 \end_inset
28831
28832 , add the command
28833 \end_layout
28834
28835 \begin_layout Standard
28836
28837 \series bold
28838
28839 \backslash
28840 mbox{
28841 \end_layout
28842
28843 \begin_layout Standard
28844 in TeX-Code before the word.
28845  Behind the word insert a closing brace 
28846 \begin_inset Quotes eld
28847 \end_inset
28848
28849
28850 \series bold
28851 }
28852 \series default
28853
28854 \begin_inset Quotes erd
28855 \end_inset
28856
28857  in TeX-Code.
28858 \end_layout
28859
28860 \begin_layout Standard
28861 This is the result:
28862 \end_layout
28863
28864 \begin_layout Standard
28865 This line is an example to show how you can prevent the hyphenation of 
28866 \begin_inset ERT
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870
28871
28872 \backslash
28873 mbox{
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \begin_inset Quotes eld
28880 \end_inset
28881
28882 veryverylongword
28883 \begin_inset Quotes erd
28884 \end_inset
28885
28886 .
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891
28892 }
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Standard
28901 You can alternatively set the command 
28902 \begin_inset Quotes eld
28903 \end_inset
28904
28905
28906 \series bold
28907
28908 \backslash
28909 -
28910 \series default
28911
28912 \begin_inset Quotes grd
28913 \end_inset
28914
28915  as TeX-Code directly before the word:
28916 \end_layout
28917
28918 \begin_layout Standard
28919 This line is an example to show how you can prevent the hyphenation of 
28920 \begin_inset Quotes eld
28921 \end_inset
28922
28923
28924 \begin_inset ERT
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928
28929
28930 \backslash
28931 -
28932 \end_layout
28933
28934 \end_inset
28935
28936 veryverylongword
28937 \begin_inset Quotes erd
28938 \end_inset
28939
28940 .
28941 \end_layout
28942
28943 \begin_layout Standard
28944 Of course the word now protrudes over the side margin.
28945  To avoid this, add via the menu 
28946 \family sans
28947 Insert\SpecialChar \menuseparator
28948 Special
28949 \begin_inset space ~
28950 \end_inset
28951
28952 Formatting\SpecialChar \menuseparator
28953 Line
28954 \begin_inset space ~
28955 \end_inset
28956
28957 Break
28958 \family default
28959  (shortcut 
28960 \begin_inset Info
28961 type  "shortcut"
28962 arg   "newline-insert newline"
28963 \end_inset
28964
28965 ) a line break before the word:
28966 \end_layout
28967
28968 \begin_layout Standard
28969 This line is an example to show how you can prevent the hyphenation of 
28970 \begin_inset Newline newline
28971 \end_inset
28972
28973
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979
28980 \backslash
28981 mbox{
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \begin_inset Quotes eld
28988 \end_inset
28989
28990 veryverylongword
28991 \begin_inset Quotes erd
28992 \end_inset
28993
28994 .
28995 \begin_inset ERT
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999
29000 }
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Subsection
29009 Vertical Alignment
29010 \begin_inset CommandInset label
29011 LatexCommand label
29012 name "sub:Vertical-Alignment"
29013
29014 \end_inset
29015
29016
29017 \begin_inset Index
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 Boxes ! for Vertical Alignment
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \begin_inset Index
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 Boxes ! Raiseboxes
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 With the help of the command 
29041 \series bold
29042
29043 \backslash
29044 raisebox
29045 \series default
29046  you can align words, characters or other boxes vertically to the surrounding
29047  text.
29048  
29049 \series bold
29050
29051 \backslash
29052 raisebox
29053 \series default
29054  is used with the following scheme:
29055 \end_layout
29056
29057 \begin_layout Standard
29058
29059 \series bold
29060
29061 \backslash
29062 raisebox{lift}[height][depth]{box content}
29063 \end_layout
29064
29065 \begin_layout Standard
29066 The lift can be a positive value to raise the box or a negative value to
29067  lower the box.
29068 \end_layout
29069
29070 \begin_layout Standard
29071 To align for example the word 
29072 \begin_inset Quotes eld
29073 \end_inset
29074
29075 preventing
29076 \begin_inset Quotes erd
29077 \end_inset
29078
29079  so that the bottom of the 
29080 \begin_inset Quotes eld
29081 \end_inset
29082
29083 deepest
29084 \begin_inset Quotes erd
29085 \end_inset
29086
29087  character 
29088 \begin_inset Quotes eld
29089 \end_inset
29090
29091 p
29092 \begin_inset Quotes erd
29093 \end_inset
29094
29095  is at the baseline, insert the command
29096 \end_layout
29097
29098 \begin_layout Standard
29099
29100 \series bold
29101
29102 \backslash
29103 raisebox{
29104 \backslash
29105 depth}{
29106 \end_layout
29107
29108 \begin_layout Standard
29109 in TeX-Code before the word.
29110  Behind the word insert a closing brace 
29111 \begin_inset Quotes eld
29112 \end_inset
29113
29114
29115 \series bold
29116 }
29117 \series default
29118
29119 \begin_inset Quotes erd
29120 \end_inset
29121
29122  in TeX-Code.
29123 \begin_inset Newline newline
29124 \end_inset
29125
29126 This is the result:
29127 \end_layout
29128
29129 \begin_layout Standard
29130 This is a text line with the word 
29131 \begin_inset ERT
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135
29136
29137 \backslash
29138 raisebox{
29139 \backslash
29140 depth}{
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \begin_inset Quotes eld
29147 \end_inset
29148
29149 preventing
29150 \begin_inset Quotes erd
29151 \end_inset
29152
29153
29154 \begin_inset ERT
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158
29159 }
29160 \end_layout
29161
29162 \end_inset
29163
29164  as raised word.
29165 \end_layout
29166
29167 \begin_layout Standard
29168 \begin_inset VSpace bigskip
29169 \end_inset
29170
29171 When you raise or lower characters in a line, the line distance will be
29172  spread:
29173 \end_layout
29174
29175 \begin_layout Standard
29176 This is a text line with the word 
29177 \begin_inset ERT
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181
29182
29183 \backslash
29184 raisebox{-
29185 \backslash
29186 depth}{
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \begin_inset Quotes eld
29193 \end_inset
29194
29195 preventing
29196 \begin_inset Quotes erd
29197 \end_inset
29198
29199
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205 }
29206 \end_layout
29207
29208 \end_inset
29209
29210  as lowered word.
29211 \begin_inset Newline newline
29212 \end_inset
29213
29214 This is a text line with the word 
29215 \begin_inset ERT
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219
29220
29221 \backslash
29222 raisebox{0.5cm}{
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \begin_inset Quotes eld
29229 \end_inset
29230
29231 testing
29232 \begin_inset Quotes erd
29233 \end_inset
29234
29235
29236 \begin_inset ERT
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240
29241 }
29242 \end_layout
29243
29244 \end_inset
29245
29246  as raised word.
29247 \end_layout
29248
29249 \begin_layout Standard
29250 If you want to prevent this for a certain reason, set the box height to
29251  a zero value.
29252  For example use
29253 \end_layout
29254
29255 \begin_layout Standard
29256
29257 \series bold
29258
29259 \backslash
29260 raisebox{-
29261 \backslash
29262 depth}[0pt]{
29263 \end_layout
29264
29265 \begin_layout Standard
29266 This is a text line with the word 
29267 \begin_inset ERT
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271
29272
29273 \backslash
29274 raisebox{-
29275 \backslash
29276 depth}[0pt]{
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \begin_inset Quotes eld
29283 \end_inset
29284
29285 preventing
29286 \begin_inset Quotes erd
29287 \end_inset
29288
29289
29290 \begin_inset ERT
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294
29295 }
29296 \end_layout
29297
29298 \end_inset
29299
29300  as lowered word.
29301 \begin_inset Newline newline
29302 \end_inset
29303
29304 This is a text line with the word 
29305 \begin_inset ERT
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309
29310
29311 \backslash
29312 raisebox{0.5cm}[0pt]{
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \begin_inset Quotes eld
29319 \end_inset
29320
29321 testing
29322 \begin_inset Quotes erd
29323 \end_inset
29324
29325
29326 \begin_inset ERT
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330
29331 }
29332 \end_layout
29333
29334 \end_inset
29335
29336  as raised word.
29337 \end_layout
29338
29339 \begin_layout Section
29340 Colored Boxes
29341 \begin_inset CommandInset label
29342 LatexCommand label
29343 name "sec:Colored-Boxes"
29344
29345 \end_inset
29346
29347
29348 \begin_inset Index
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352 Boxes ! Color
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \end_layout
29359
29360 \begin_layout Subsection
29361 Color for Text
29362 \begin_inset Index
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366 Color ! for Text
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375 To color the background of text the text must be put into a so called 
29376 \begin_inset Quotes eld
29377 \end_inset
29378
29379 colorbox
29380 \begin_inset Quotes erd
29381 \end_inset
29382
29383 .
29384  This requires that the LaTeX-package 
29385 \series bold
29386 color
29387 \series default
29388
29389 \begin_inset Index
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393 LaTeX-packages ! color
29394 \end_layout
29395
29396 \end_inset
29397
29398  is loaded in the document preamble with the command
29399 \end_layout
29400
29401 \begin_layout Standard
29402
29403 \series bold
29404
29405 \backslash
29406 @ifundefined{textcolor}
29407 \begin_inset Newline newline
29408 \end_inset
29409
29410
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416
29417 \backslash
29418 hphantom{ }
29419 \end_layout
29420
29421 \end_inset
29422
29423 {
29424 \backslash
29425 usepackage{color}}{}
29426 \end_layout
29427
29428 \begin_layout Standard
29429 The package 
29430 \series bold
29431 color
29432 \series default
29433  will be loaded automatically by LyX when you color text
29434 \begin_inset Foot
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438 To avoid that it is loaded twice the command 
29439 \series bold
29440
29441 \backslash
29442 @ifundefined
29443 \series default
29444  is used.
29445 \end_layout
29446
29447 \end_inset
29448
29449 .
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \begin_inset VSpace medskip
29454 \end_inset
29455
29456 Colorboxes are created with the command 
29457 \series bold
29458
29459 \backslash
29460 colorbox
29461 \series default
29462 .
29463  This will be used with the following scheme:
29464 \end_layout
29465
29466 \begin_layout Standard
29467
29468 \series bold
29469
29470 \backslash
29471 colorbox{color}{box content}
29472 \end_layout
29473
29474 \begin_layout Standard
29475 The box content can also be a box and colorboxes can also be within other
29476  boxes.
29477 \end_layout
29478
29479 \begin_layout Standard
29480 The following colors are predefined:
29481 \begin_inset Newline newline
29482 \end_inset
29483
29484
29485 \family sans
29486 black
29487 \family default
29488
29489 \family sans
29490 blue
29491 \family default
29492
29493 \family sans
29494 cyan
29495 \family default
29496 \series bold
29497 ,
29498 \series default
29499  
29500 \family sans
29501 green
29502 \family default
29503
29504 \family sans
29505 magenta
29506 \family default
29507
29508 \family sans
29509 red
29510 \family default
29511
29512 \family sans
29513 white
29514 \family default
29515 , and 
29516 \family sans
29517 yellow
29518 \family default
29519 .
29520 \begin_inset Newline newline
29521 \end_inset
29522
29523 You can also define your own color as described in section
29524 \begin_inset space ~
29525 \end_inset
29526
29527
29528 \begin_inset CommandInset ref
29529 LatexCommand ref
29530 reference "sec:Colored-Tables"
29531
29532 \end_inset
29533
29534 .
29535 \end_layout
29536
29537 \begin_layout Standard
29538 To have e.
29539 \begin_inset space \thinspace{}
29540 \end_inset
29541
29542 g.
29543 \begin_inset space \space{}
29544 \end_inset
29545
29546 a red background for a word, insert the command
29547 \end_layout
29548
29549 \begin_layout Standard
29550
29551 \series bold
29552
29553 \backslash
29554 colorbox{red}{
29555 \end_layout
29556
29557 \begin_layout Standard
29558 before the word in TeX-Code.
29559  Behind the word insert a closing brace 
29560 \begin_inset Quotes eld
29561 \end_inset
29562
29563
29564 \series bold
29565 }
29566 \series default
29567
29568 \begin_inset Quotes erd
29569 \end_inset
29570
29571  in TeX-Code.
29572 \begin_inset Newline newline
29573 \end_inset
29574
29575 This is the result:
29576 \end_layout
29577
29578 \begin_layout Standard
29579 This is a line where the word 
29580 \begin_inset ERT
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584
29585
29586 \backslash
29587 colorbox{red}{
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \begin_inset Quotes eld
29594 \end_inset
29595
29596 Attention!
29597 \begin_inset Quotes erd
29598 \end_inset
29599
29600
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606 }
29607 \end_layout
29608
29609 \end_inset
29610
29611  has a red background.
29612 \end_layout
29613
29614 \begin_layout Standard
29615 \begin_inset VSpace bigskip
29616 \end_inset
29617
29618 If you would have the box frame in a different color, you can use the command
29619  
29620 \series bold
29621
29622 \backslash
29623 fcolorbox
29624 \series default
29625  with the following scheme:
29626 \end_layout
29627
29628 \begin_layout Standard
29629
29630 \series bold
29631
29632 \backslash
29633 fcolorbox{frame color}{box color}{box content}
29634 \end_layout
29635
29636 \begin_layout Standard
29637
29638 \series bold
29639
29640 \backslash
29641 fcolorbox
29642 \series default
29643  is an extension to 
29644 \series bold
29645
29646 \backslash
29647 colorbox
29648 \series default
29649 .
29650  The frame thickness and the space between the frame and the box content
29651  can be adjusted with the lengths 
29652 \series bold
29653
29654 \backslash
29655 fboxrule
29656 \series default
29657  and 
29658 \series bold
29659
29660 \backslash
29661 fboxsep
29662 \series default
29663 , respectively, as described in section
29664 \begin_inset space ~
29665 \end_inset
29666
29667
29668 \begin_inset CommandInset ref
29669 LatexCommand ref
29670 reference "sec:Decoration"
29671
29672 \end_inset
29673
29674 .
29675 \end_layout
29676
29677 \begin_layout Standard
29678 For the following example the command
29679 \end_layout
29680
29681 \begin_layout Standard
29682
29683 \series bold
29684
29685 \backslash
29686 fcolorbox{cyan}{magenta}{
29687 \end_layout
29688
29689 \begin_layout Standard
29690 was used.
29691 \end_layout
29692
29693 \begin_layout Standard
29694 Here is an example where the frame line thickness was set to 1
29695 \begin_inset space \thinspace{}
29696 \end_inset
29697
29698 mm:
29699 \begin_inset Newline newline
29700 \end_inset
29701
29702
29703 \begin_inset ERT
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707
29708
29709 \backslash
29710 fboxrule 1mm 
29711 \backslash
29712 fboxsep 1mm
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \begin_inset ERT
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722
29723
29724 \backslash
29725 fcolorbox{cyan}{magenta}{
29726 \end_layout
29727
29728 \end_inset
29729
29730 This is text within a colored, framed box.
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736 }
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Standard
29745 \begin_inset VSpace bigskip
29746 \end_inset
29747
29748 Of course you can also have colored text inside a colorbox:
29749 \begin_inset Newline newline
29750 \end_inset
29751
29752
29753 \begin_inset ERT
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757
29758
29759 \backslash
29760 fcolorbox{cyan}{magenta}{
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \color yellow
29767 This is colored text within a colored, framed box.
29768 \color none
29769
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775 }
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \begin_inset ERT
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785
29786
29787 \backslash
29788 fboxrule 0.4pt 
29789 \backslash
29790 fboxsep 3pt
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \end_layout
29797
29798 \begin_layout Standard
29799
29800 \series bold
29801 \begin_inset VSpace medskip
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \begin_layout Standard
29808 \begin_inset Note Greyedout
29809 status open
29810
29811 \begin_layout Plain Layout
29812
29813 \series bold
29814 Note:
29815 \series default
29816  Text in colorboxes cannot have line breaks.
29817  To color multiple text lines or paragraphs, use a box inside a colorbox
29818  as described in the following.
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \begin_layout Subsection
29827 Color for Paragraphs
29828 \begin_inset CommandInset label
29829 LatexCommand label
29830 name "sub:Color-for-Paragraphs"
29831
29832 \end_inset
29833
29834
29835 \begin_inset Index
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839 Color ! for Paragraphs
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 To set the background color for more than one text line, put the text into
29849  a minipage.
29850  Before the minipage insert the 
29851 \series bold
29852
29853 \backslash
29854 colorbox
29855 \series default
29856  command
29857 \end_layout
29858
29859 \begin_layout Standard
29860
29861 \series bold
29862
29863 \backslash
29864 colorbox{color}{
29865 \end_layout
29866
29867 \begin_layout Standard
29868 in TeX-Code.
29869  Behind the minipage insert a closing brace 
29870 \begin_inset Quotes eld
29871 \end_inset
29872
29873
29874 \series bold
29875 }
29876 \series default
29877
29878 \begin_inset Quotes erd
29879 \end_inset
29880
29881  in TeX-Code.
29882 \end_layout
29883
29884 \begin_layout Standard
29885 \begin_inset ERT
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889
29890
29891 \backslash
29892 colorbox{lightgrey}{
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \begin_inset Box Frameless
29899 position "t"
29900 hor_pos "c"
29901 has_inner_box 1
29902 inner_pos "t"
29903 use_parbox 0
29904 width "100col%"
29905 special "none"
29906 height "1in"
29907 height_special "totalheight"
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 This is text with background color.
29912  This is text with background color.
29913 \end_layout
29914
29915 \begin_layout Plain Layout
29916 \begin_inset VSpace defskip
29917 \end_inset
29918
29919 The text can have footnotes
29920 \begin_inset Foot
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924 Another example footnote
29925 \end_layout
29926
29927 \end_inset
29928
29929  and can include tables and figures.
29930 \end_layout
29931
29932 \begin_layout Plain Layout
29933 \align center
29934 \begin_inset Tabular
29935 <lyxtabular version="3" rows="3" columns="3">
29936 <features>
29937 <column alignment="center" valignment="top" width="0">
29938 <column alignment="center" valignment="top" width="0">
29939 <column alignment="center" valignment="top" width="0">
29940 <row>
29941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29942 \begin_inset Text
29943
29944 \begin_layout Plain Layout
29945 a
29946 \end_layout
29947
29948 \end_inset
29949 </cell>
29950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29951 \begin_inset Text
29952
29953 \begin_layout Plain Layout
29954 !
29955 \end_layout
29956
29957 \end_inset
29958 </cell>
29959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29960 \begin_inset Text
29961
29962 \begin_layout Plain Layout
29963 3
29964 \end_layout
29965
29966 \end_inset
29967 </cell>
29968 </row>
29969 <row>
29970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29971 \begin_inset Text
29972
29973 \begin_layout Plain Layout
29974 <
29975 \end_layout
29976
29977 \end_inset
29978 </cell>
29979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29980 \begin_inset Text
29981
29982 \begin_layout Plain Layout
29983 b2
29984 \begin_inset Quotes erd
29985 \end_inset
29986
29987 |
29988 \end_layout
29989
29990 \end_inset
29991 </cell>
29992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29993 \begin_inset Text
29994
29995 \begin_layout Plain Layout
29996 >
29997 \end_layout
29998
29999 \end_inset
30000 </cell>
30001 </row>
30002 <row>
30003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30004 \begin_inset Text
30005
30006 \begin_layout Plain Layout
30007 1
30008 \end_layout
30009
30010 \end_inset
30011 </cell>
30012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30013 \begin_inset Text
30014
30015 \begin_layout Plain Layout
30016 §
30017 \end_layout
30018
30019 \end_inset
30020 </cell>
30021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30022 \begin_inset Text
30023
30024 \begin_layout Plain Layout
30025 c
30026 \end_layout
30027
30028 \end_inset
30029 </cell>
30030 </row>
30031 </lyxtabular>
30032
30033 \end_inset
30034
30035
30036 \end_layout
30037
30038 \end_inset
30039
30040
30041 \begin_inset ERT
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046 }
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Section
30055 Rotated and Scaled Boxes
30056 \end_layout
30057
30058 \begin_layout Standard
30059 To use the the commands described in this section, the LaTeX-package 
30060 \series bold
30061 graphicx
30062 \series default
30063
30064 \begin_inset Index
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068 LaTeX-packages ! graphicx
30069 \end_layout
30070
30071 \end_inset
30072
30073  needs to be loaded in the document preamble with the command
30074 \end_layout
30075
30076 \begin_layout Standard
30077
30078 \series bold
30079
30080 \backslash
30081 @ifundefined{rotatebox}
30082 \begin_inset Newline newline
30083 \end_inset
30084
30085
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 hphantom{ }
30094 \end_layout
30095
30096 \end_inset
30097
30098 {
30099 \backslash
30100 usepackage{graphicx}}{}
30101 \end_layout
30102
30103 \begin_layout Standard
30104 \begin_inset Note Greyedout
30105 status open
30106
30107 \begin_layout Plain Layout
30108
30109 \series bold
30110 Note:
30111 \series default
30112  Some DVI-viewers can't display rotated or scaled material.
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Standard
30121 \begin_inset Note Greyedout
30122 status open
30123
30124 \begin_layout Plain Layout
30125
30126 \series bold
30127 Note:
30128 \series default
30129  Floats mustn't be inside a rotated or scaled box.
30130 \end_layout
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Subsection
30138 Rotated Boxes
30139 \begin_inset Index
30140 status collapsed
30141
30142 \begin_layout Plain Layout
30143 Boxes ! rotated
30144 \end_layout
30145
30146 \end_inset
30147
30148
30149 \begin_inset Index
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153 Rotated material
30154 \end_layout
30155
30156 \end_inset
30157
30158
30159 \begin_inset Index
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163 Figures ! rotated
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \begin_inset Index
30170 status collapsed
30171
30172 \begin_layout Plain Layout
30173 Table Customization ! Rotating
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \end_layout
30180
30181 \begin_layout Standard
30182 To rotate material, you can put it into a rotated box.
30183  Such a box is created using the command 
30184 \series bold
30185
30186 \backslash
30187 rotatebox
30188 \series default
30189  in TeX-Code with the following scheme:
30190 \end_layout
30191
30192 \begin_layout Standard
30193
30194 \series bold
30195
30196 \backslash
30197 rotatebox[rotation origin]{rotation angle}{box content}
30198 \end_layout
30199
30200 \begin_layout Standard
30201 The rotation origin is specified in the form 
30202 \series bold
30203 origin=position
30204 \series default
30205 .
30206  The following positions are possible: 
30207 \emph on
30208 c
30209 \emph default
30210  (center), 
30211 \emph on
30212 l
30213 \emph default
30214  (left), 
30215 \emph on
30216 r
30217 \emph default
30218  (right), 
30219 \emph on
30220 b
30221 \emph default
30222  (bottom), 
30223 \emph on
30224 t
30225 \emph default
30226  (top), and also expedient combinations of the four base positions.
30227  For example 
30228 \emph on
30229 lt
30230 \emph default
30231  means, that the rotation origin is at the top left corner of the box.
30232  When no rotation origin is specified, the position 
30233 \emph on
30234 l
30235 \emph default
30236  will be used.
30237  The rotation angle is a number that can be negative that specifies the
30238  angle in degrees.
30239  The rotation direction is counterclockwise.
30240 \end_layout
30241
30242 \begin_layout Standard
30243 In the following example the command 
30244 \series bold
30245
30246 \backslash
30247 rotatebox[origin=c]{60}{
30248 \series default
30249  was inserted as TeX-Code before the text 
30250 \begin_inset Quotes eld
30251 \end_inset
30252
30253 with rotated
30254 \begin_inset Quotes erd
30255 \end_inset
30256
30257 ; after the text the box was closed by a closing brace 
30258 \series bold
30259 }
30260 \series default
30261  in TeX-Code.
30262 \end_layout
30263
30264 \begin_layout Standard
30265 This is a line 
30266 \begin_inset ERT
30267 status collapsed
30268
30269 \begin_layout Plain Layout
30270
30271
30272 \backslash
30273 rotatebox[origin=c]{60}{
30274 \end_layout
30275
30276 \end_inset
30277
30278 with rotated
30279 \begin_inset ERT
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283
30284 }
30285 \end_layout
30286
30287 \end_inset
30288
30289  text.
30290 \end_layout
30291
30292 \begin_layout Standard
30293 The box content can also be another box or an inline formula:
30294 \end_layout
30295
30296 \begin_layout Standard
30297 This is a line
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 rotatebox[origin=r]{-60}{
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Box Doublebox
30312 position "c"
30313 hor_pos "c"
30314 has_inner_box 0
30315 inner_pos "c"
30316 use_parbox 0
30317 width "1in"
30318 special "width"
30319 height "1in"
30320 height_special "totalheight"
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324 with rotated
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \begin_inset ERT
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334
30335 }
30336 \end_layout
30337
30338 \end_inset
30339
30340  framed text 
30341 \begin_inset ERT
30342 status collapsed
30343
30344 \begin_layout Plain Layout
30345
30346
30347 \backslash
30348 rotatebox[origin=lb]{60}{
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30355 \end_inset
30356
30357
30358 \begin_inset ERT
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362
30363 }
30364 \end_layout
30365
30366 \end_inset
30367
30368  and a formula.
30369 \end_layout
30370
30371 \begin_layout Standard
30372 or an image or table:
30373 \end_layout
30374
30375 \begin_layout Standard
30376 This is a line
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382
30383 \backslash
30384 rotatebox[origin=lb]{90}{
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \begin_inset Graphics
30391         filename clipart/platypus.eps
30392         lyxscale 50
30393         width 25col%
30394
30395 \end_inset
30396
30397
30398 \begin_inset ERT
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402
30403 }
30404 \end_layout
30405
30406 \end_inset
30407
30408  with a rotated image 
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414
30415 \backslash
30416 rotatebox[origin=l]{-90}{
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \begin_inset Tabular
30423 <lyxtabular version="3" rows="2" columns="2">
30424 <features>
30425 <column alignment="center" valignment="top" width="0">
30426 <column alignment="center" valignment="top" width="0">
30427 <row>
30428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30429 \begin_inset Text
30430
30431 \begin_layout Plain Layout
30432 q
30433 \end_layout
30434
30435 \end_inset
30436 </cell>
30437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30438 \begin_inset Text
30439
30440 \begin_layout Plain Layout
30441 w
30442 \end_layout
30443
30444 \end_inset
30445 </cell>
30446 </row>
30447 <row>
30448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30449 \begin_inset Text
30450
30451 \begin_layout Plain Layout
30452 e
30453 \end_layout
30454
30455 \end_inset
30456 </cell>
30457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461 r
30462 \end_layout
30463
30464 \end_inset
30465 </cell>
30466 </row>
30467 </lyxtabular>
30468
30469 \end_inset
30470
30471
30472 \begin_inset ERT
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476
30477 }
30478 \end_layout
30479
30480 \end_inset
30481
30482  and table.
30483 \end_layout
30484
30485 \begin_layout Subsection
30486 Scaled Boxes
30487 \begin_inset Index
30488 status collapsed
30489
30490 \begin_layout Plain Layout
30491 Boxes ! scaled
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \begin_inset Index
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501 Scaled material
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \begin_inset Index
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511 Figures ! scaled
30512 \end_layout
30513
30514 \end_inset
30515
30516
30517 \begin_inset Index
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521 Table Customization ! Scaling
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \end_layout
30528
30529 \begin_layout Standard
30530 To scale material the commands 
30531 \series bold
30532
30533 \backslash
30534 scalebox
30535 \series default
30536  and 
30537 \series bold
30538
30539 \backslash
30540 resizebox
30541 \series default
30542  can be used as TeX-Code.
30543 \end_layout
30544
30545 \begin_layout Standard
30546
30547 \series bold
30548
30549 \backslash
30550 scalebox
30551 \series default
30552  is used with the following scheme:
30553 \end_layout
30554
30555 \begin_layout Standard
30556
30557 \series bold
30558
30559 \backslash
30560 scalebox{horizontal}[vertical]{box content}
30561 \end_layout
30562
30563 \begin_layout Standard
30564 Horizontal and vertical are the corresponding scaling factors.
30565  If no vertical scaling factor is given, the horizontal factor will also
30566  be used as vertical one.
30567 \end_layout
30568
30569 \begin_layout Standard
30570 The command 
30571 \series bold
30572
30573 \backslash
30574 scalebox{2}{Hello}
30575 \series default
30576  creates for example a double size 
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 scalebox{2}{
30585 \end_layout
30586
30587 \end_inset
30588
30589 Hello
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595 }
30596 \end_layout
30597
30598 \end_inset
30599
30600 , compared to the document text size.
30601 \end_layout
30602
30603 \begin_layout Standard
30604
30605 \series bold
30606
30607 \backslash
30608 scalebox{2}[1]{Hello}
30609 \series default
30610  in contrary distorts the 
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616
30617 \backslash
30618 scalebox{2}[1]{
30619 \end_layout
30620
30621 \end_inset
30622
30623 Hello
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629 }
30630 \end_layout
30631
30632 \end_inset
30633
30634 .
30635 \end_layout
30636
30637 \begin_layout Standard
30638 If a the scaling factor is negative, the box content will be mirrored.
30639  Therefore the command 
30640 \series bold
30641
30642 \backslash
30643 scalebox{-1}[1]{Hello}
30644 \series default
30645  can be used to create mirror writing: 
30646 \begin_inset ERT
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651
30652 \backslash
30653 scalebox{-1}[1]{
30654 \end_layout
30655
30656 \end_inset
30657
30658 Hello
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664 }
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Standard
30673
30674 \series bold
30675
30676 \backslash
30677 scalebox{1}[-1]{Hello}
30678 \series default
30679  reflects the 
30680 \begin_inset ERT
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684
30685
30686 \backslash
30687 scalebox{1}[-1]{
30688 \end_layout
30689
30690 \end_inset
30691
30692 Hello
30693 \begin_inset ERT
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697
30698 }
30699 \end_layout
30700
30701 \end_inset
30702
30703  at the base line.
30704 \end_layout
30705
30706 \begin_layout Standard
30707 Equivalent to 
30708 \series bold
30709
30710 \backslash
30711 scalebox{-1}[1]{box content}
30712 \series default
30713  there exists the command
30714 \begin_inset Newline newline
30715 \end_inset
30716
30717
30718 \series bold
30719
30720 \backslash
30721 reflectbox{box content}
30722 \series default
30723 .
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset VSpace bigskip
30728 \end_inset
30729
30730 The command 
30731 \series bold
30732
30733 \backslash
30734 resizebox
30735 \series default
30736  is used to scale the box to a defined width and height.
30737  The command scheme is:
30738 \end_layout
30739
30740 \begin_layout Standard
30741
30742 \series bold
30743
30744 \backslash
30745 resizebox{width}{height}{box content}
30746 \end_layout
30747
30748 \begin_layout Standard
30749 Is one of the two command arguments given as exclamation mark 
30750 \series bold
30751 !
30752 \series default
30753 , the size is set so that the aspect ratio of the box content is kept.
30754 \end_layout
30755
30756 \begin_layout Standard
30757 The command 
30758 \series bold
30759
30760 \backslash
30761 resizebox{2cm}{1cm}{Hello}
30762 \series default
30763  produces: 
30764 \begin_inset ERT
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768
30769
30770 \backslash
30771 resizebox{2cm}{1cm}{
30772 \end_layout
30773
30774 \end_inset
30775
30776 Hello
30777 \begin_inset ERT
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781
30782 }
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \begin_inset Newline newline
30789 \end_inset
30790
30791 The command 
30792 \series bold
30793
30794 \backslash
30795 resizebox{2cm}{!}{Hello}
30796 \series default
30797  produces: 
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803
30804 \backslash
30805 resizebox{2cm}{!}{
30806 \end_layout
30807
30808 \end_inset
30809
30810 Hello
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816 }
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Standard
30825 \begin_inset VSpace bigskip
30826 \end_inset
30827
30828
30829 \begin_inset Note Greyedout
30830 status open
30831
30832 \begin_layout Plain Layout
30833
30834 \series bold
30835 Note:
30836 \series default
30837  When arguments of 
30838 \series bold
30839
30840 \backslash
30841 scalebox
30842 \series default
30843  or 
30844 \series bold
30845
30846 \backslash
30847 resizebox
30848 \series default
30849  are set to zero, no LaTeX-errors occur when exporting the document but
30850  the exported files can not or only partly be displayed.
30851 \end_layout
30852
30853 \end_inset
30854
30855
30856 \end_layout
30857
30858 \begin_layout Standard
30859 \begin_inset VSpace bigskip
30860 \end_inset
30861
30862
30863 \end_layout
30864
30865 \begin_layout Standard
30866 The boxes can be combined in any order.
30867  E.
30868 \begin_inset space \thinspace{}
30869 \end_inset
30870
30871 g.
30872 \begin_inset space \space{}
30873 \end_inset
30874
30875 the command
30876 \begin_inset Newline newline
30877 \end_inset
30878
30879
30880 \series bold
30881
30882 \backslash
30883 rotatebox[origin=c]{-45}{
30884 \backslash
30885 resizebox{2cm}{!}{
30886 \backslash
30887 reflectbox{Hello}}}
30888 \begin_inset Newline newline
30889 \end_inset
30890
30891
30892 \series default
30893 produces:
30894 \end_layout
30895
30896 \begin_layout Standard
30897 \align center
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903
30904 \backslash
30905 rotatebox[origin=c]{-45}{
30906 \backslash
30907 resizebox{2cm}{!}{
30908 \backslash
30909 reflectbox{
30910 \end_layout
30911
30912 \end_inset
30913
30914 Hello
30915 \begin_inset ERT
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920 }}}
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \end_layout
30927
30928 \begin_layout Standard
30929 \noindent
30930 Images, tables, and inline formulas are allowed as box content:
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \align center
30935 \begin_inset ERT
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939
30940
30941 \backslash
30942 rotatebox[origin=c]{-30}{
30943 \backslash
30944 resizebox{2cm}{!}{
30945 \backslash
30946 reflectbox{
30947 \end_layout
30948
30949 \end_inset
30950
30951
30952 \begin_inset Graphics
30953         filename clipart/platypus.eps
30954         lyxscale 50
30955         width 25col%
30956
30957 \end_inset
30958
30959
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965 }}}
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 rotatebox[origin=c]{-45}{
30979 \backslash
30980 resizebox{2cm}{!}{
30981 \backslash
30982 reflectbox{
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \begin_inset Tabular
30989 <lyxtabular version="3" rows="2" columns="2">
30990 <features>
30991 <column alignment="center" valignment="top" width="0">
30992 <column alignment="center" valignment="top" width="0">
30993 <row>
30994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30995 \begin_inset Text
30996
30997 \begin_layout Plain Layout
30998 q
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31004 \begin_inset Text
31005
31006 \begin_layout Plain Layout
31007 w
31008 \end_layout
31009
31010 \end_inset
31011 </cell>
31012 </row>
31013 <row>
31014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31015 \begin_inset Text
31016
31017 \begin_layout Plain Layout
31018 e
31019 \end_layout
31020
31021 \end_inset
31022 </cell>
31023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31024 \begin_inset Text
31025
31026 \begin_layout Plain Layout
31027 r
31028 \end_layout
31029
31030 \end_inset
31031 </cell>
31032 </row>
31033 </lyxtabular>
31034
31035 \end_inset
31036
31037
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043 }}}
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \begin_inset ERT
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053
31054
31055 \backslash
31056 rotatebox[origin=c]{-45}{
31057 \backslash
31058 resizebox{2cm}{!}{
31059 \backslash
31060 reflectbox{
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31067 \end_inset
31068
31069
31070 \begin_inset ERT
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074
31075 }}}
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \begin_layout Standard
31084 When the global formula style 
31085 \series bold
31086 fleqn
31087 \series default
31088  is used in the document
31089 \begin_inset Foot
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093 When 
31094 \begin_inset Quotes eld
31095 \end_inset
31096
31097 fleqn
31098 \begin_inset Quotes erd
31099 \end_inset
31100
31101  is added to the document class options.
31102 \end_layout
31103
31104 \end_inset
31105
31106 , also display formulas can be scaled.
31107 \end_layout
31108
31109 \begin_layout Chapter
31110 External Stuff
31111 \begin_inset Index
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115 External Stuff
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Standard
31124 With the menu 
31125 \family sans
31126 Insert\SpecialChar \menuseparator
31127 File
31128 \family default
31129  you can insert external material to your document.
31130  This can be:
31131 \end_layout
31132
31133 \begin_layout Description
31134 LyX
31135 \begin_inset space ~
31136 \end_inset
31137
31138 Document Another LyX document; its content is directly inserted to your
31139  document.
31140 \end_layout
31141
31142 \begin_layout Description
31143 Plain
31144 \begin_inset space ~
31145 \end_inset
31146
31147 Text A text document; every of its text lines is inserted to your document
31148  as own paragraph.
31149 \end_layout
31150
31151 \begin_layout Description
31152 Plain
31153 \begin_inset space ~
31154 \end_inset
31155
31156 Text,
31157 \begin_inset space ~
31158 \end_inset
31159
31160 Join
31161 \begin_inset space ~
31162 \end_inset
31163
31164 Lines A text document; its text lines are inserted as they are.
31165  Empty text lines creates a new paragraph in your document.
31166 \end_layout
31167
31168 \begin_layout Description
31169 External
31170 \begin_inset space ~
31171 \end_inset
31172
31173 Material Files in various formats.
31174 \end_layout
31175
31176 \begin_layout Description
31177 Child
31178 \begin_inset space ~
31179 \end_inset
31180
31181 Document LyX or LaTeX-documents.
31182 \end_layout
31183
31184 \begin_layout Section
31185 External Material
31186 \begin_inset Index
31187 status collapsed
31188
31189 \begin_layout Plain Layout
31190 External Stuff ! External Material
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \begin_layout Standard
31199 The external material feature allows you to insert files to your document
31200  without converting them previously to a format that can be read by the
31201  document output format because LyX takes care of needed conversions.
31202  This is similar to images that can be inserted in various image formats
31203  to LyX documents.
31204  When you have enabled Instant Preview in LyX's preferences under 
31205 \family sans
31206 Look
31207 \begin_inset space ~
31208 \end_inset
31209
31210 and
31211 \begin_inset space ~
31212 \end_inset
31213
31214 feel\SpecialChar \menuseparator
31215 Graphics
31216 \family default
31217 , the external material types Dia and Xfig is directly shown in LyX.
31218 \end_layout
31219
31220 \begin_layout Standard
31221 External material can be inserted via the 
31222 \family sans
31223 External Material
31224 \family default
31225  dialog that is accessible with the menu 
31226 \family sans
31227 Insert\SpecialChar \menuseparator
31228 File\SpecialChar \menuseparator
31229 External
31230 \begin_inset space ~
31231 \end_inset
31232
31233 Material
31234 \family default
31235 .
31236  Currently the following file types (
31237 \family sans
31238 Templates
31239 \family default
31240 ) are allowed:
31241 \end_layout
31242
31243 \begin_layout Description
31244 ChessDiagram This template supports chess position diagrams made with the
31245  program 
31246 \series bold
31247
31248 \begin_inset CommandInset href
31249 LatexCommand href
31250 name "XBoard"
31251 target "http://en.wikipedia.org/wiki/XBoard"
31252
31253 \end_inset
31254
31255
31256 \series default
31257 .
31258 \end_layout
31259
31260 \begin_layout Description
31261 Date This inserts the date in the form 
31262 \emph on
31263 Day-Month-Year
31264 \emph default
31265 .
31266  This is a date inserted as external material: 
31267 \begin_inset External
31268         template Date
31269         filename .
31270
31271 \end_inset
31272
31273
31274 \begin_inset space ~
31275 \end_inset
31276
31277
31278 \begin_inset Note Note
31279 status open
31280
31281 \begin_layout Plain Layout
31282 Remove the protected space when bug 4398 is fixed!
31283 \end_layout
31284
31285 \end_inset
31286
31287
31288 \begin_inset Newline newline
31289 \end_inset
31290
31291 The date is not shown within LyX, only in the output.
31292  There are two other methods of inserting a date: Via menu 
31293 \family sans
31294 Insert\SpecialChar \menuseparator
31295 Date
31296 \family default
31297  and with the LaTeX command 
31298 \series bold
31299
31300 \backslash
31301 today
31302 \series default
31303  as TeX-Code.
31304  The different methods are compared in Table
31305 \begin_inset space ~
31306 \end_inset
31307
31308
31309 \begin_inset CommandInset ref
31310 LatexCommand ref
31311 reference "tab:Comparison-of-the"
31312
31313 \end_inset
31314
31315 .
31316 \end_layout
31317
31318 \begin_layout Description
31319 Dia This template supports diagrams created with the program 
31320 \series bold
31321
31322 \begin_inset CommandInset href
31323 LatexCommand href
31324 name "Dia"
31325 target "http://en.wikipedia.org/wiki/Dia_(software)"
31326
31327 \end_inset
31328
31329
31330 \series default
31331 .
31332 \end_layout
31333
31334 \begin_layout Description
31335 LilyPond This template is used for music notation typeset with the program
31336 \begin_inset Newline linebreak
31337 \end_inset
31338
31339
31340 \series bold
31341
31342 \begin_inset CommandInset href
31343 LatexCommand href
31344 name "LilyPond"
31345 target "http://en.wikipedia.org/wiki/LilyPond"
31346
31347 \end_inset
31348
31349
31350 \series default
31351 .
31352 \end_layout
31353
31354 \begin_layout Description
31355 PDFPages With this template you can insert PDF documents to your document.
31356  To insert certain or all pages of a PDF, use the 
31357 \emph on
31358 pages
31359 \emph default
31360  option in the 
31361 \family sans
31362 Option
31363 \family default
31364  field in the 
31365 \family sans
31366 LaTeX and LyX options
31367 \family default
31368  tab according to the template description in the dialog.
31369  When no 
31370 \emph on
31371 pages
31372 \emph default
31373  option is given, only the first page of the PDF will be inserted.
31374 \end_layout
31375
31376 \begin_layout Description
31377 RasterImage This can be used for bitmap images.
31378  Nearly all popular image formats are supported.
31379  The image can be treated in the 
31380 \family sans
31381 External material
31382 \family default
31383  dialog like the images that are usually included via the 
31384 \family sans
31385 Graphics
31386 \family default
31387  dialog as described in section
31388 \begin_inset space ~
31389 \end_inset
31390
31391
31392 \begin_inset CommandInset ref
31393 LatexCommand ref
31394 reference "sec:Graphics-Dialog"
31395
31396 \end_inset
31397
31398 .
31399  The difference is that only raster images are allowed, that means that
31400  PDF and EPS-images are not supported.
31401 \end_layout
31402
31403 \begin_layout Description
31404 XFig This template supports images created with the program 
31405 \series bold
31406
31407 \begin_inset CommandInset href
31408 LatexCommand href
31409 name "Xfig"
31410 target "http://en.wikipedia.org/wiki/Xfig"
31411
31412 \end_inset
31413
31414
31415 \series default
31416 .
31417 \end_layout
31418
31419 \begin_layout Standard
31420 \begin_inset Float table
31421 placement h
31422 wide false
31423 sideways false
31424 status open
31425
31426 \begin_layout Plain Layout
31427 \begin_inset Caption
31428
31429 \begin_layout Plain Layout
31430 \begin_inset CommandInset label
31431 LatexCommand label
31432 name "tab:Comparison-of-the"
31433
31434 \end_inset
31435
31436 Comparison of the date input methods.
31437 \end_layout
31438
31439 \end_inset
31440
31441
31442 \end_layout
31443
31444 \begin_layout Plain Layout
31445 \align center
31446 \begin_inset Tabular
31447 <lyxtabular version="3" rows="4" columns="4">
31448 <features>
31449 <column alignment="center" valignment="top" width="0">
31450 <column alignment="center" valignment="top" width="0">
31451 <column alignment="center" valignment="top" width="0">
31452 <column alignment="center" valignment="top" width="0">
31453 <row>
31454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31455 \begin_inset Text
31456
31457 \begin_layout Plain Layout
31458 Document format
31459 \end_layout
31460
31461 \end_inset
31462 </cell>
31463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31464 \begin_inset Text
31465
31466 \begin_layout Plain Layout
31467
31468 \family sans
31469 External Material\SpecialChar \menuseparator
31470 Date
31471 \end_layout
31472
31473 \end_inset
31474 </cell>
31475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31476 \begin_inset Text
31477
31478 \begin_layout Plain Layout
31479
31480 \family sans
31481 Insert\SpecialChar \menuseparator
31482 Date
31483 \end_layout
31484
31485 \end_inset
31486 </cell>
31487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31488 \begin_inset Text
31489
31490 \begin_layout Plain Layout
31491 command 
31492 \series bold
31493
31494 \backslash
31495 today
31496 \end_layout
31497
31498 \end_inset
31499 </cell>
31500 </row>
31501 <row>
31502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31503 \begin_inset Text
31504
31505 \begin_layout Plain Layout
31506 LyX
31507 \end_layout
31508
31509 \end_inset
31510 </cell>
31511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31512 \begin_inset Text
31513
31514 \begin_layout Plain Layout
31515 as inset box
31516 \end_layout
31517
31518 \end_inset
31519 </cell>
31520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31521 \begin_inset Text
31522
31523 \begin_layout Plain Layout
31524 as date
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31530 \begin_inset Text
31531
31532 \begin_layout Plain Layout
31533 as TeX-Code inset box
31534 \end_layout
31535
31536 \end_inset
31537 </cell>
31538 </row>
31539 <row>
31540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31541 \begin_inset Text
31542
31543 \begin_layout Plain Layout
31544 LaTeX
31545 \end_layout
31546
31547 \end_inset
31548 </cell>
31549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31550 \begin_inset Text
31551
31552 \begin_layout Plain Layout
31553 as date
31554 \end_layout
31555
31556 \end_inset
31557 </cell>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562 as date
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 as command
31572 \end_layout
31573
31574 \end_inset
31575 </cell>
31576 </row>
31577 <row>
31578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31579 \begin_inset Text
31580
31581 \begin_layout Plain Layout
31582 DVI, PDF, PS
31583 \end_layout
31584
31585 \end_inset
31586 </cell>
31587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31588 \begin_inset Text
31589
31590 \begin_layout Plain Layout
31591 as date
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600 as date
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609 as date
31610 \end_layout
31611
31612 \end_inset
31613 </cell>
31614 </row>
31615 </lyxtabular>
31616
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \begin_layout Standard
31628 When you use the option 
31629 \family sans
31630 Draft
31631 \family default
31632  in the 
31633 \family sans
31634 File
31635 \family default
31636  tab of the 
31637 \family sans
31638 External Material
31639 \family default
31640  dialog, only the path to the inserted file is shown in the output.
31641 \begin_inset Newline newline
31642 \end_inset
31643
31644 External material is displayed in LyX either as box like this: 
31645 \begin_inset Graphics
31646         filename clipart/ExternalMaterialQt4.png
31647         scale 85
31648         scaleBeforeRotation
31649
31650 \end_inset
31651
31652  or as image, depending on the option 
31653 \family sans
31654 Show in LyX
31655 \family default
31656  in the 
31657 \family sans
31658 LaTeX and LyX options
31659 \family default
31660  tab of the dialog.
31661 \end_layout
31662
31663 \begin_layout Standard
31664 The 
31665 \family sans
31666 \emph on
31667 Customization
31668 \family default
31669 \emph default
31670  manual explains how you can define your own templates.
31671 \end_layout
31672
31673 \begin_layout Section
31674 Child Documents
31675 \begin_inset CommandInset label
31676 LatexCommand label
31677 name "sec:Child-Documents"
31678
31679 \end_inset
31680
31681
31682 \begin_inset Index
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686 External Stuff ! Child Documents
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \begin_inset Index
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696 Files ! Include
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \end_layout
31703
31704 \begin_layout Standard
31705 Child documents are used when you have a long document consisting of several
31706  larger parts or sections.
31707  For maintenance it is often useful and sometimes even required to split
31708  the document in several files that can be revised separately.
31709  The different documents are then the so called child documents and a master
31710  document connects them to print the full document or parts of it.
31711  A child documents inherits contents of its master, for example the bibliography
31712  and the labels for cross-references.
31713 \end_layout
31714
31715 \begin_layout Standard
31716 To be able to work on child documents without the need to open its master,
31717  specify in the child document the master in the menu
31718 \family sans
31719  Document\SpecialChar \menuseparator
31720 Settings\SpecialChar \menuseparator
31721 Document
31722 \begin_inset space ~
31723 \end_inset
31724
31725 Class
31726 \family default
31727 .
31728  This master file will then be used in the background by LyX when you edit
31729  the child document.
31730 \end_layout
31731
31732 \begin_layout Standard
31733 Included documents are displayed in LyX as a box like this: 
31734 \begin_inset Graphics
31735         filename clipart/ChildDocumentQt4.png
31736         scale 85
31737         scaleBeforeRotation
31738
31739 \end_inset
31740
31741  To include child documents to a master document use the menu 
31742 \family sans
31743 Insert\SpecialChar \menuseparator
31744 File\SpecialChar \menuseparator
31745 Child
31746 \begin_inset space ~
31747 \end_inset
31748
31749 Documents
31750 \family default
31751 .
31752  A dialog pops up where you can choose between four include methods:
31753 \end_layout
31754
31755 \begin_layout Description
31756 Include You can include LyX and LaTeX-documents.
31757  When you press the 
31758 \family sans
31759 Load
31760 \family default
31761  button in the 
31762 \family sans
31763 Child Document
31764 \family default
31765  dialog, the included documents will be opened in LyX in a new file tab
31766  so that you can modify it.
31767 \begin_inset Newline newline
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774 Here is a child document inserted using 
31775 \family sans
31776 Include
31777 \family default
31778
31779 \begin_inset CommandInset include
31780 LatexCommand include
31781 filename "DummyDocument1.lyx"
31782
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \begin_layout Standard
31789 The section numbering includes the sections of the included files in the
31790  order they are inserted in the master document.
31791  The included example document has for example a subsection that is numbered
31792  as subsection of this section.
31793  Labels of included documents can be referenced: Subsection
31794 \begin_inset space ~
31795 \end_inset
31796
31797
31798 \begin_inset CommandInset ref
31799 LatexCommand ref
31800 reference "sub:External-Subsection-1"
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 The preamble of the child document is ignored, only the preamble of the
31809  master document is used.
31810  Included documents are inserted starting on a new page and end with a page
31811  break.
31812 \end_layout
31813
31814 \begin_layout Standard
31815 With the LaTeX-command 
31816 \series bold
31817
31818 \backslash
31819 includeonly 
31820 \series default
31821 you can specify which included child documents are processed when the output
31822  is generated.
31823  This is useful when you are perhaps only working on a certain chapter of
31824  your large document as this saves compiling time.
31825  
31826 \series bold
31827
31828 \backslash
31829 includeonly
31830 \series default
31831  is inserted to the master document preamble.
31832  It takes a comma-separated list of the filenames as argument, e.
31833 \begin_inset space \thinspace{}
31834 \end_inset
31835
31836 g.
31837 \end_layout
31838
31839 \begin_layout Standard
31840
31841 \series bold
31842
31843 \backslash
31844 includeonly{chapter1,chapter5}
31845 \end_layout
31846
31847 \begin_layout Standard
31848 will only process the included files named 
31849 \begin_inset Quotes eld
31850 \end_inset
31851
31852 chapter1.lyx
31853 \begin_inset Quotes erd
31854 \end_inset
31855
31856  (or 
31857 \begin_inset Quotes eld
31858 \end_inset
31859
31860 chapter1.tex
31861 \begin_inset Quotes erd
31862 \end_inset
31863
31864 ) and 
31865 \begin_inset Quotes eld
31866 \end_inset
31867
31868 chapter5.lyx
31869 \begin_inset Quotes erd
31870 \end_inset
31871
31872  .
31873 \end_layout
31874
31875 \begin_layout Standard
31876 \begin_inset Note Greyedout
31877 status open
31878
31879 \begin_layout Plain Layout
31880
31881 \series bold
31882 Note:
31883 \series default
31884  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31885 w the document in case that the child document uses another document class
31886  than the master document as this will lead to unexpected outputs.
31887 \end_layout
31888
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \begin_layout Description
31895 Input This method is very similar to the Include method.
31896  The differences are:
31897 \end_layout
31898
31899 \begin_deeper
31900 \begin_layout Itemize
31901 Input files don't start with a new page and don't end with a page break.
31902 \end_layout
31903
31904 \begin_layout Itemize
31905 Input files can be previewed in LyX when 
31906 \family sans
31907 Instant
31908 \begin_inset space ~
31909 \end_inset
31910
31911 Preview
31912 \family default
31913  is enabled in LyX's preferences under 
31914 \family sans
31915 Look
31916 \begin_inset space ~
31917 \end_inset
31918
31919 and
31920 \begin_inset space ~
31921 \end_inset
31922
31923 feel\SpecialChar \menuseparator
31924 Graphics
31925 \family default
31926 .
31927 \end_layout
31928
31929 \begin_layout Itemize
31930 The LaTeX-command 
31931 \series bold
31932
31933 \backslash
31934 includeonly
31935 \series default
31936  cannot be used.
31937 \end_layout
31938
31939 \end_deeper
31940 \begin_layout Standard
31941 Here is a child document inserted using 
31942 \family sans
31943 Input
31944 \family default
31945
31946 \begin_inset CommandInset include
31947 LatexCommand input
31948 filename "DummyDocument2.lyx"
31949
31950 \end_inset
31951
31952
31953 \end_layout
31954
31955 \begin_layout Description
31956 Verbatim With this method every text file can be included.
31957  The file is shown in the output with its source code, no command used in
31958  the text is invoked.
31959  You can use the option 
31960 \family sans
31961 Mark spaces in output
31962 \family default
31963  that displays the character 
31964 \begin_inset Quotes eld
31965 \end_inset
31966
31967
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973
31974 \backslash
31975 textvisiblespace 
31976 \end_layout
31977
31978 \end_inset
31979
31980
31981 \begin_inset Quotes erd
31982 \end_inset
31983
31984  for every space character in the source code.
31985  The difference to the method via the menu 
31986 \family sans
31987 Insert\SpecialChar \menuseparator
31988 File\SpecialChar \menuseparator
31989 Plain
31990 \begin_inset space ~
31991 \end_inset
31992
31993 Text
31994 \family default
31995  is that the document content is not shown in LyX.
31996 \end_layout
31997
31998 \begin_layout Standard
31999 Here is a child document inserted as Verbatim: 
32000 \begin_inset CommandInset include
32001 LatexCommand verbatiminput
32002 filename "DummyTextDocument.txt"
32003
32004 \end_inset
32005
32006
32007 \begin_inset VSpace bigskip
32008 \end_inset
32009
32010 Here is a child document inserted as Verbatim using the 
32011 \family sans
32012 Mark spaces in output
32013 \family default
32014  option: 
32015 \begin_inset CommandInset include
32016 LatexCommand verbatiminput*
32017 filename "DummyTextDocument.txt"
32018
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \begin_layout Standard
32025 \begin_inset VSpace bigskip
32026 \end_inset
32027
32028
32029 \end_layout
32030
32031 \begin_layout Standard
32032 \begin_inset Note Greyedout
32033 status open
32034
32035 \begin_layout Plain Layout
32036
32037 \series bold
32038 Note:
32039 \series default
32040  As you can see in the examples above, the text of the documents included
32041  as 
32042 \family sans
32043 verbatim
32044 \family default
32045  is not broken at the end of the document lines.
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \end_layout
32052
32053 \begin_layout Description
32054 Listings This type is described in chapter
32055 \begin_inset space ~
32056 \end_inset
32057
32058
32059 \begin_inset CommandInset ref
32060 LatexCommand ref
32061 reference "cha:Program-Code-Listings"
32062
32063 \end_inset
32064
32065 .
32066 \end_layout
32067
32068 \begin_layout Standard
32069 \begin_inset Note Greyedout
32070 status open
32071
32072 \begin_layout Plain Layout
32073
32074 \series bold
32075 Note:
32076 \series default
32077  Including the same document twice in a document using different methods
32078  could cause LaTeX-problems.
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Chapter
32087 Program Code Listings
32088 \begin_inset CommandInset label
32089 LatexCommand label
32090 name "cha:Program-Code-Listings"
32091
32092 \end_inset
32093
32094
32095 \begin_inset Index
32096 status collapsed
32097
32098 \begin_layout Plain Layout
32099 Listings
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \begin_inset Index
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109 Program Code
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \begin_inset Index
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119 Floats ! Listings
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 To include and typeset program code you can use the 
32129 \family sans
32130 Listings
32131 \family default
32132  inset that can be inserted via the menu 
32133 \family sans
32134 Insert\SpecialChar \menuseparator
32135 Program Listing
32136 \family default
32137 .
32138  The LaTeX-package 
32139 \series bold
32140 listings
32141 \series default
32142
32143 \begin_inset Index
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147 LaTeX-packages ! listings
32148 \end_layout
32149
32150 \end_inset
32151
32152  provides a powerful and flexible way to insert program source code to your
32153  document.
32154 \end_layout
32155
32156 \begin_layout Standard
32157 Right-clicking on a listings inset opens the context menu containing where
32158  you can set the listings format.
32159 \end_layout
32160
32161 \begin_layout Standard
32162 By default, a listing starts a new paragraph in the output.
32163  The placement option 
32164 \family sans
32165 Inline
32166 \begin_inset space ~
32167 \end_inset
32168
32169 listing
32170 \family default
32171  prints the listing inline like this: 
32172 \begin_inset listings
32173 lstparams "language={C++}"
32174 inline true
32175 status open
32176
32177 \begin_layout Plain Layout
32178
32179 int a=5;
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \begin_inset Newline newline
32186 \end_inset
32187
32188 The option 
32189 \family sans
32190 Float
32191 \family default
32192  creates a listings float where you can specify the placement options 
32193 \begin_inset Quotes eld
32194 \end_inset
32195
32196
32197 \family sans
32198 h
32199 \family default
32200
32201 \begin_inset Quotes erd
32202 \end_inset
32203
32204
32205 \begin_inset Quotes eld
32206 \end_inset
32207
32208
32209 \family sans
32210 t
32211 \family default
32212
32213 \begin_inset Quotes erd
32214 \end_inset
32215
32216
32217 \begin_inset Quotes eld
32218 \end_inset
32219
32220
32221 \family sans
32222 b
32223 \family default
32224
32225 \begin_inset Quotes erd
32226 \end_inset
32227
32228 , and 
32229 \begin_inset Quotes eld
32230 \end_inset
32231
32232
32233 \family sans
32234 p
32235 \family default
32236
32237 \begin_inset Quotes erd
32238 \end_inset
32239
32240  corresponding to the float placement options described in section
32241 \begin_inset space ~
32242 \end_inset
32243
32244
32245 \begin_inset CommandInset ref
32246 LatexCommand ref
32247 reference "sec:Float-Placement"
32248
32249 \end_inset
32250
32251 .
32252  The placement options can be mixed and are inserted without any separation,
32253  e.
32254 \begin_inset space \thinspace{}
32255 \end_inset
32256
32257 g.
32258 \begin_inset space \space{}
32259 \end_inset
32260
32261
32262 \begin_inset Quotes eld
32263 \end_inset
32264
32265
32266 \family sans
32267 htbp
32268 \family default
32269
32270 \begin_inset Quotes erd
32271 \end_inset
32272
32273 .
32274  The option 
32275 \begin_inset Quotes eld
32276 \end_inset
32277
32278 h
32279 \begin_inset Quotes erd
32280 \end_inset
32281
32282  has sometimes no effect, but you don't need to use the 
32283 \family sans
32284 Float
32285 \family default
32286  option in this case as also non-float listings can have captions and be
32287  referenced.
32288 \end_layout
32289
32290 \begin_layout Standard
32291 You can add captions to listings with the menu 
32292 \family sans
32293 Insert\SpecialChar \menuseparator
32294 Caption
32295 \family default
32296 .
32297  Listings can be referenced like floats: Listing
32298 \begin_inset space ~
32299 \end_inset
32300
32301
32302 \begin_inset CommandInset ref
32303 LatexCommand ref
32304 reference "lst:Example-Listing"
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Standard
32312 \begin_inset listings
32313 lstparams "language=Python"
32314 inline false
32315 status open
32316
32317 \begin_layout Plain Layout
32318
32319 \begin_inset Caption
32320
32321 \begin_layout Plain Layout
32322 \begin_inset CommandInset label
32323 LatexCommand label
32324 name "lst:Example-Listing"
32325
32326 \end_inset
32327
32328 Example Listing float
32329 \end_layout
32330
32331 \end_inset
32332
32333 # Example listing float
32334 \end_layout
32335
32336 \begin_layout Plain Layout
32337
32338 def func(param):
32339 \end_layout
32340
32341 \begin_layout Plain Layout
32342
32343     'this is a python function'
32344 \end_layout
32345
32346 \begin_layout Plain Layout
32347
32348     pass
32349 \end_layout
32350
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \begin_layout Standard
32357 When you have set a programming language in the listings dialog, the keywords
32358  of this language will be recognized and specially typeset in the output.
32359  In the example listings the Python keyword 
32360 \begin_inset Quotes eld
32361 \end_inset
32362
32363 def
32364 \begin_inset Quotes erd
32365 \end_inset
32366
32367  is recognized and printed bold in the output.
32368 \end_layout
32369
32370 \begin_layout Standard
32371 \begin_inset Note Greyedout
32372 status open
32373
32374 \begin_layout Plain Layout
32375
32376 \series bold
32377 Note:
32378 \series default
32379  If you don't get bold keywords when using typewriter fonts, your 
32380 \family typewriter
32381 typewriter
32382 \family default
32383  font probably doesn't provide a bold shape.
32384  In this case select a different one in the menu 
32385 \family sans
32386 Document\SpecialChar \menuseparator
32387 Settings\SpecialChar \menuseparator
32388 Fonts
32389 \family default
32390 .
32391  (The fonts 
32392 \emph on
32393 LuxiMono, BeraMono
32394 \emph default
32395  and 
32396 \emph on
32397 Courier
32398 \emph default
32399  provide bold shapes.)
32400 \end_layout
32401
32402 \end_inset
32403
32404
32405 \end_layout
32406
32407 \begin_layout Standard
32408 In section 
32409 \family sans
32410 Line
32411 \begin_inset space ~
32412 \end_inset
32413
32414 numbering
32415 \family default
32416  of the listings dialog you can specify the line numbering style.
32417  You can insert a number to specify which lines are numbered to the field
32418  
32419 \family sans
32420 Step
32421 \family default
32422 .
32423  When you insert e.
32424 \begin_inset space \thinspace{}
32425 \end_inset
32426
32427 g.
32428 \begin_inset space \space{}
32429 \end_inset
32430
32431
32432 \begin_inset Quotes eld
32433 \end_inset
32434
32435 3
32436 \begin_inset Quotes erd
32437 \end_inset
32438
32439 , only every 3rd line will be numbered.
32440 \end_layout
32441
32442 \begin_layout Standard
32443 You can furthermore specify a range of lines, only these will then appear
32444  in the output.
32445  The option 
32446 \family sans
32447 Extended character table
32448 \family default
32449  should be used when you use national characters like the German umlauts
32450  in the listing.
32451 \begin_inset Newline newline
32452 \end_inset
32453
32454 Here is an example listing with left line numbering, step 
32455 \begin_inset Quotes eld
32456 \end_inset
32457
32458 3
32459 \begin_inset Quotes erd
32460 \end_inset
32461
32462 , language 
32463 \begin_inset Quotes eld
32464 \end_inset
32465
32466 Python
32467 \begin_inset Quotes erd
32468 \end_inset
32469
32470 , options 
32471 \begin_inset Quotes eld
32472 \end_inset
32473
32474 Extended character table
32475 \begin_inset Quotes erd
32476 \end_inset
32477
32478  and 
32479 \begin_inset Quotes eld
32480 \end_inset
32481
32482 Space
32483 \begin_inset space ~
32484 \end_inset
32485
32486 as
32487 \begin_inset space ~
32488 \end_inset
32489
32490 symbol
32491 \begin_inset Quotes erd
32492 \end_inset
32493
32494 , range lines 3
32495 \begin_inset space \thinspace{}
32496 \end_inset
32497
32498 -
32499 \begin_inset space \thinspace{}
32500 \end_inset
32501
32502 8:
32503 \end_layout
32504
32505 \begin_layout Standard
32506 \begin_inset listings
32507 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32508 inline false
32509 status open
32510
32511 \begin_layout Plain Layout
32512
32513 def func(param):
32514 \end_layout
32515
32516 \begin_layout Plain Layout
32517
32518     'this is a python function'
32519 \end_layout
32520
32521 \begin_layout Plain Layout
32522
32523     pass
32524 \end_layout
32525
32526 \begin_layout Plain Layout
32527
32528 def func(param):
32529 \end_layout
32530
32531 \begin_layout Plain Layout
32532
32533 'This is a German word: Tschüß'
32534 \end_layout
32535
32536 \begin_layout Plain Layout
32537
32538 pass
32539 \end_layout
32540
32541 \begin_layout Plain Layout
32542
32543 def func(param):
32544 \end_layout
32545
32546 \begin_layout Plain Layout
32547
32548 'this is a python function'
32549 \end_layout
32550
32551 \begin_layout Plain Layout
32552
32553 pass
32554 \end_layout
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \begin_layout Standard
32562 When you have tabulators in your listing, you can specify the number of
32563  characters that are spanned by a tabulator in the field 
32564 \family sans
32565 Tabulator
32566 \begin_inset space ~
32567 \end_inset
32568
32569 size
32570 \family default
32571 .
32572 \end_layout
32573
32574 \begin_layout Standard
32575 \begin_inset Note Greyedout
32576 status open
32577
32578 \begin_layout Plain Layout
32579
32580 \series bold
32581 Note:
32582 \series default
32583  Due to a bug in the 
32584 \series bold
32585 listings
32586 \series default
32587  package the line numbering is shifted by a line by every previous listing.
32588  That's the reason why the lines 2 and 5 are numbered in the above listing
32589  and not the lines 3 and 6.
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Standard
32598 \begin_inset VSpace bigskip
32599 \end_inset
32600
32601
32602 \end_layout
32603
32604 \begin_layout Standard
32605 It is also possible to print lines from a file as listing.
32606  To do this, use the menu 
32607 \family sans
32608 Insert\SpecialChar \menuseparator
32609 File\SpecialChar \menuseparator
32610 Child Document
32611 \family default
32612  and choose the type 
32613 \family sans
32614 Listings
32615 \family default
32616 .
32617 \begin_inset Foot
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 The other child document types are described in section
32622 \begin_inset space ~
32623 \end_inset
32624
32625
32626 \begin_inset CommandInset ref
32627 LatexCommand ref
32628 reference "sec:Child-Documents"
32629
32630 \end_inset
32631
32632 .
32633 \end_layout
32634
32635 \end_inset
32636
32637  In the child document dialog you can specify the listing parameters in
32638  a text box.
32639  To show a list of all available parameters, type in a question mark 
32640 \begin_inset Quotes eld
32641 \end_inset
32642
32643 ?
32644 \begin_inset Quotes erd
32645 \end_inset
32646
32647  in the text box.
32648 \end_layout
32649
32650 \begin_layout Standard
32651 To reference child document listings, write a label text into the corresponding
32652  field of the child document dialog.
32653  The label can then be referenced using the menu 
32654 \family sans
32655 Insert\SpecialChar \menuseparator
32656 Cross-Reference
32657 \family default
32658 .
32659 \end_layout
32660
32661 \begin_layout Standard
32662 Listing
32663 \begin_inset space ~
32664 \end_inset
32665
32666
32667 \begin_inset CommandInset ref
32668 LatexCommand ref
32669 reference "lst:file-listing"
32670
32671 \end_inset
32672
32673  is an example for a listing of a file; there the lines 10
32674 \begin_inset space \thinspace{}
32675 \end_inset
32676
32677 -
32678 \begin_inset space \thinspace{}
32679 \end_inset
32680
32681 15 of this LyX file are listed.
32682 \end_layout
32683
32684 \begin_layout Standard
32685 \begin_inset CommandInset include
32686 LatexCommand lstinputlisting
32687 filename "EmbeddedObjects.lyx"
32688 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32689
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \begin_layout Standard
32696 \begin_inset VSpace bigskip
32697 \end_inset
32698
32699
32700 \end_layout
32701
32702 \begin_layout Standard
32703 Global listings settings can be set in the 
32704 \family sans
32705 Document\SpecialChar \menuseparator
32706 Settings\SpecialChar \menuseparator
32707 Text Layout
32708 \family default
32709  dialog.
32710  To get there a list of available options, type in a question mark 
32711 \begin_inset Quotes eld
32712 \end_inset
32713
32714 ?
32715 \begin_inset Quotes erd
32716 \end_inset
32717
32718  in the 
32719 \family sans
32720 Listings
32721 \begin_inset space ~
32722 \end_inset
32723
32724 settings
32725 \family default
32726  field.
32727 \end_layout
32728
32729 \begin_layout Standard
32730 For more information about the 
32731 \series bold
32732 listings
32733 \series default
32734  package, we refer to its documentation 
32735 \begin_inset CommandInset citation
32736 LatexCommand cite
32737 key "listings"
32738
32739 \end_inset
32740
32741 .
32742 \end_layout
32743
32744 \begin_layout Standard
32745 \begin_inset Newpage newpage
32746 \end_inset
32747
32748
32749 \end_layout
32750
32751 \begin_layout Chapter
32752 \start_of_appendix
32753 Units available in LyX
32754 \begin_inset Index
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758 Units
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \begin_inset CommandInset label
32765 LatexCommand label
32766 name "cha:Units-available-in"
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \begin_layout Standard
32774 To understand the units described in this documentation, Table
32775 \begin_inset space ~
32776 \end_inset
32777
32778
32779 \begin_inset CommandInset ref
32780 LatexCommand ref
32781 reference "tab:Units"
32782
32783 \end_inset
32784
32785  explains all units available in LyX.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 \begin_inset Float table
32790 placement h
32791 wide false
32792 sideways false
32793 status open
32794
32795 \begin_layout Plain Layout
32796 \begin_inset Caption
32797
32798 \begin_layout Plain Layout
32799 \begin_inset CommandInset label
32800 LatexCommand label
32801 name "tab:Units"
32802
32803 \end_inset
32804
32805 Units
32806 \end_layout
32807
32808 \end_inset
32809
32810
32811 \end_layout
32812
32813 \begin_layout Plain Layout
32814 \begin_inset VSpace medskip
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Plain Layout
32821 \align center
32822 \begin_inset Tabular
32823 <lyxtabular version="3" rows="20" columns="2">
32824 <features>
32825 <column alignment="center" valignment="top" width="0">
32826 <column alignment="center" valignment="top" width="0">
32827 <row>
32828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32829 \begin_inset Text
32830
32831 \begin_layout Plain Layout
32832 unit
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841 name/description
32842 \end_layout
32843
32844 \end_inset
32845 </cell>
32846 </row>
32847 <row>
32848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32849 \begin_inset Text
32850
32851 \begin_layout Plain Layout
32852 mm
32853 \end_layout
32854
32855 \end_inset
32856 </cell>
32857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32858 \begin_inset Text
32859
32860 \begin_layout Plain Layout
32861 millimeter
32862 \end_layout
32863
32864 \end_inset
32865 </cell>
32866 </row>
32867 <row>
32868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32869 \begin_inset Text
32870
32871 \begin_layout Plain Layout
32872 cm
32873 \end_layout
32874
32875 \end_inset
32876 </cell>
32877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32878 \begin_inset Text
32879
32880 \begin_layout Plain Layout
32881 centimeter
32882 \end_layout
32883
32884 \end_inset
32885 </cell>
32886 </row>
32887 <row>
32888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32889 \begin_inset Text
32890
32891 \begin_layout Plain Layout
32892 in
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32898 \begin_inset Text
32899
32900 \begin_layout Plain Layout
32901 inch
32902 \end_layout
32903
32904 \end_inset
32905 </cell>
32906 </row>
32907 <row>
32908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Plain Layout
32912 pt
32913 \end_layout
32914
32915 \end_inset
32916 </cell>
32917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32918 \begin_inset Text
32919
32920 \begin_layout Plain Layout
32921 point (72.27
32922 \begin_inset space \thinspace{}
32923 \end_inset
32924
32925 pt = 1
32926 \begin_inset space \thinspace{}
32927 \end_inset
32928
32929 in)
32930 \end_layout
32931
32932 \end_inset
32933 </cell>
32934 </row>
32935 <row>
32936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32937 \begin_inset Text
32938
32939 \begin_layout Plain Layout
32940 pc
32941 \end_layout
32942
32943 \end_inset
32944 </cell>
32945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949 pica (1
32950 \begin_inset space \thinspace{}
32951 \end_inset
32952
32953 pc = 12
32954 \begin_inset space \thinspace{}
32955 \end_inset
32956
32957 pt)
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 </row>
32963 <row>
32964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 sp
32969 \end_layout
32970
32971 \end_inset
32972 </cell>
32973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 scaled point (65536
32978 \begin_inset space \thinspace{}
32979 \end_inset
32980
32981 sp = 1
32982 \begin_inset space \thinspace{}
32983 \end_inset
32984
32985 pt)
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 </row>
32991 <row>
32992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996 bp
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005 big point (72
33006 \begin_inset space \thinspace{}
33007 \end_inset
33008
33009 bp = 1
33010 \begin_inset space \thinspace{}
33011 \end_inset
33012
33013 in)
33014 \end_layout
33015
33016 \end_inset
33017 </cell>
33018 </row>
33019 <row>
33020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024 dd
33025 \end_layout
33026
33027 \end_inset
33028 </cell>
33029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33030 \begin_inset Text
33031
33032 \begin_layout Plain Layout
33033 didot (1
33034 \begin_inset space \thinspace{}
33035 \end_inset
33036
33037 dd 
33038 \begin_inset Formula $\approx$
33039 \end_inset
33040
33041  0.376
33042 \begin_inset space \thinspace{}
33043 \end_inset
33044
33045 mm)
33046 \end_layout
33047
33048 \end_inset
33049 </cell>
33050 </row>
33051 <row>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 cc
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33062 \begin_inset Text
33063
33064 \begin_layout Plain Layout
33065 cicero (1
33066 \begin_inset space \thinspace{}
33067 \end_inset
33068
33069 cc = 12
33070 \begin_inset space \thinspace{}
33071 \end_inset
33072
33073 dd)
33074 \end_layout
33075
33076 \end_inset
33077 </cell>
33078 </row>
33079 <row>
33080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084 Scale%
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093 % of original image width
33094 \end_layout
33095
33096 \end_inset
33097 </cell>
33098 </row>
33099 <row>
33100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33101 \begin_inset Text
33102
33103 \begin_layout Plain Layout
33104 text%
33105 \end_layout
33106
33107 \end_inset
33108 </cell>
33109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33110 \begin_inset Text
33111
33112 \begin_layout Plain Layout
33113 % of text width
33114 \end_layout
33115
33116 \end_inset
33117 </cell>
33118 </row>
33119 <row>
33120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 col%
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 % of column width
33134 \end_layout
33135
33136 \end_inset
33137 </cell>
33138 </row>
33139 <row>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144 page%
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout Plain Layout
33153 % of paper width
33154 \end_layout
33155
33156 \end_inset
33157 </cell>
33158 </row>
33159 <row>
33160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33161 \begin_inset Text
33162
33163 \begin_layout Plain Layout
33164 line%
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Plain Layout
33173 % of line width
33174 \end_layout
33175
33176 \end_inset
33177 </cell>
33178 </row>
33179 <row>
33180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184 theight%
33185 \end_layout
33186
33187 \end_inset
33188 </cell>
33189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 % of text height
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 </row>
33199 <row>
33200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Plain Layout
33204 pheight%
33205 \end_layout
33206
33207 \end_inset
33208 </cell>
33209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33210 \begin_inset Text
33211
33212 \begin_layout Plain Layout
33213 % of paper height
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 </row>
33219 <row>
33220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 ex
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233 height of letter 
33234 \emph on
33235 x
33236 \emph default
33237  in current font
33238 \end_layout
33239
33240 \end_inset
33241 </cell>
33242 </row>
33243 <row>
33244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 em
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257 width of letter 
33258 \emph on
33259 M
33260 \emph default
33261  in current font
33262 \end_layout
33263
33264 \end_inset
33265 </cell>
33266 </row>
33267 <row>
33268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33269 \begin_inset Text
33270
33271 \begin_layout Plain Layout
33272 mu
33273 \end_layout
33274
33275 \end_inset
33276 </cell>
33277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33278 \begin_inset Text
33279
33280 \begin_layout Plain Layout
33281 math unit (1
33282 \begin_inset space \thinspace{}
33283 \end_inset
33284
33285 mu = 1/18
33286 \begin_inset space \thinspace{}
33287 \end_inset
33288
33289 em)
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 </row>
33295 </lyxtabular>
33296
33297 \end_inset
33298
33299
33300 \end_layout
33301
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \begin_layout Chapter
33308 Output File Formats with Graphics
33309 \begin_inset CommandInset label
33310 LatexCommand label
33311 name "cha:Output-File-Formats"
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Section
33319 DVI
33320 \begin_inset Index
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324 File Formats ! DVI
33325 \end_layout
33326
33327 \end_inset
33328
33329
33330 \begin_inset Index
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334 DVI|see
33335 \begin_inset ERT
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339
33340 {
33341 \end_layout
33342
33343 \end_inset
33344
33345 File Formats
33346 \begin_inset ERT
33347 status collapsed
33348
33349 \begin_layout Plain Layout
33350
33351 }
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Standard
33365 This file type has the extension 
33366 \begin_inset Quotes eld
33367 \end_inset
33368
33369
33370 \family typewriter
33371 .dvi
33372 \family default
33373
33374 \begin_inset Quotes erd
33375 \end_inset
33376
33377 .
33378  It is called 
33379 \begin_inset Quotes eld
33380 \end_inset
33381
33382 device-independent
33383 \begin_inset Quotes erd
33384 \end_inset
33385
33386  (DVI), because it is completely portable; you can move them from one machine
33387  to another without needing to do any sort of conversion.
33388  At the time when this file-format was developed, this was no matter of
33389  course.
33390  DVIs are used for quick previews and as pre-stage for other output formats,
33391  like PostScript.
33392 \end_layout
33393
33394 \begin_layout Standard
33395 \begin_inset Note Greyedout
33396 status open
33397
33398 \begin_layout Plain Layout
33399
33400 \series bold
33401 Note:
33402 \series default
33403  DVI-files doesn't contain images, they will only be a linked.
33404 \end_layout
33405
33406 \end_inset
33407
33408  So don't forget this, if you move your 
33409 \family typewriter
33410 .dvi
33411 \family default
33412  file to another computer.
33413  This property can also slow down your computer when you view the DVI.
33414  Because the DVI-viewer has to convert the image in the background to make
33415  it visible when you scroll in the DVI.
33416  So we recommend to use PDF for files with many images.
33417 \end_layout
33418
33419 \begin_layout Standard
33420 You can export your document to DVI by using the menu 
33421 \family sans
33422 File\SpecialChar \menuseparator
33423 Export\SpecialChar \menuseparator
33424 DVI
33425 \family default
33426 .
33427  You can view your document as DVI via the 
33428 \family sans
33429 View
33430 \family default
33431  menu or by using the toolbar button 
33432 \begin_inset Graphics
33433         filename ../images/buffer-view_dvi.png
33434         scale 85
33435         scaleBeforeRotation
33436
33437 \end_inset
33438
33439 .
33440 \end_layout
33441
33442 \begin_layout Section
33443 PostScript
33444 \begin_inset CommandInset label
33445 LatexCommand label
33446 name "sec:PostScript"
33447
33448 \end_inset
33449
33450
33451 \begin_inset Index
33452 status collapsed
33453
33454 \begin_layout Plain Layout
33455 File Formats ! PostScript
33456 \end_layout
33457
33458 \end_inset
33459
33460
33461 \begin_inset Index
33462 status collapsed
33463
33464 \begin_layout Plain Layout
33465 PostScript|see
33466 \begin_inset ERT
33467 status collapsed
33468
33469 \begin_layout Plain Layout
33470
33471 {
33472 \end_layout
33473
33474 \end_inset
33475
33476 File Formats
33477 \begin_inset ERT
33478 status collapsed
33479
33480 \begin_layout Plain Layout
33481
33482 }
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \end_inset
33491
33492
33493 \end_layout
33494
33495 \begin_layout Standard
33496 This file type has the extension 
33497 \begin_inset Quotes eld
33498 \end_inset
33499
33500
33501 \family typewriter
33502 .ps
33503 \family default
33504
33505 \begin_inset Quotes erd
33506 \end_inset
33507
33508 .
33509  PostScript was developed by the company 
33510 \family typewriter
33511 Adobe
33512 \family default
33513  as printer language.
33514  The file contains therefore commands that the printer uses to print the
33515  file.
33516  PostScript can be seen as 
33517 \begin_inset Quotes eld
33518 \end_inset
33519
33520 programming language
33521 \begin_inset Quotes erd
33522 \end_inset
33523
33524 ; you can calculate with it and draw diagrams and images
33525 \begin_inset Foot
33526 status collapsed
33527
33528 \begin_layout Plain Layout
33529 If you are interested to learn more about this, have a look at the LaTeX-package
33530  
33531 \series bold
33532 PSTricks
33533 \series default
33534  
33535 \begin_inset CommandInset citation
33536 LatexCommand cite
33537 key "pstricks"
33538
33539 \end_inset
33540
33541 .
33542 \end_layout
33543
33544 \end_inset
33545
33546 .
33547  Due to this ability, the files are often bigger than PDFs.
33548 \end_layout
33549
33550 \begin_layout Standard
33551 PostScript can only contain images in the format 
33552 \begin_inset Quotes eld
33553 \end_inset
33554
33555 Encapsulated PostScript
33556 \begin_inset Quotes erd
33557 \end_inset
33558
33559  (EPS, file extension 
33560 \begin_inset Quotes eld
33561 \end_inset
33562
33563
33564 \family typewriter
33565 .eps
33566 \family default
33567
33568 \begin_inset Quotes erd
33569 \end_inset
33570
33571 ).
33572  As LyX allows you to use any known image format in your document, it has
33573  to convert images in the background to EPS.
33574  If you have e.g 50 images in your document, LyX has to do 50 conversions
33575  whenever you view or export your document.
33576  This will slow down your work flow with LyX drastically.
33577  So if you plan to use PostScript, you can insert your images directly as
33578  EPS to avoid this problem.
33579 \end_layout
33580
33581 \begin_layout Standard
33582 You can export your document to PostScript using the menu 
33583 \family sans
33584 File\SpecialChar \menuseparator
33585 Export\SpecialChar \menuseparator
33586 Postscript
33587 \family default
33588 .
33589  You can view your document as PostScript via the 
33590 \family sans
33591 View
33592 \family default
33593  menu or by using the toolbar button 
33594 \begin_inset Graphics
33595         filename ../images/buffer-view_ps.png
33596         scale 85
33597         scaleBeforeRotation
33598
33599 \end_inset
33600
33601 .
33602 \end_layout
33603
33604 \begin_layout Section
33605 PDF
33606 \begin_inset Index
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610 File Formats ! PDF
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \begin_inset Index
33617 status collapsed
33618
33619 \begin_layout Plain Layout
33620 PDF
33621 \end_layout
33622
33623 \end_inset
33624
33625
33626 \end_layout
33627
33628 \begin_layout Standard
33629 This file type has the extension 
33630 \begin_inset Quotes eld
33631 \end_inset
33632
33633
33634 \family typewriter
33635 .pdf
33636 \family default
33637
33638 \begin_inset Quotes erd
33639 \end_inset
33640
33641 .
33642  The 
33643 \begin_inset Quotes eld
33644 \end_inset
33645
33646 Portable Document Format
33647 \begin_inset Quotes erd
33648 \end_inset
33649
33650  (PDF) is developed by 
33651 \family typewriter
33652 Adobe
33653 \family default
33654  as derivative from PostScript.
33655  It is more compressed and it uses much less commands than PostScript.
33656  As the name 
33657 \begin_inset Quotes eld
33658 \end_inset
33659
33660 portable
33661 \begin_inset Quotes erd
33662 \end_inset
33663
33664  implies, it can be processed at any computer system and the printed output
33665  looks exactly the same.
33666 \end_layout
33667
33668 \begin_layout Standard
33669 PDF can contain images in its own PDF format, in the format 
33670 \begin_inset Quotes eld
33671 \end_inset
33672
33673 Joint Photographic Experts Group
33674 \begin_inset Quotes erd
33675 \end_inset
33676
33677  (JPG, file extension 
33678 \begin_inset Quotes eld
33679 \end_inset
33680
33681
33682 \family typewriter
33683 .jpg
33684 \family default
33685
33686 \begin_inset Quotes erd
33687 \end_inset
33688
33689  or 
33690 \begin_inset Quotes eld
33691 \end_inset
33692
33693
33694 \family typewriter
33695 .jpeg
33696 \family default
33697
33698 \begin_inset Quotes erd
33699 \end_inset
33700
33701 ), and in the format 
33702 \begin_inset Quotes eld
33703 \end_inset
33704
33705 Portable Network Graphics
33706 \begin_inset Quotes erd
33707 \end_inset
33708
33709  (PNG, file extension 
33710 \begin_inset Quotes eld
33711 \end_inset
33712
33713
33714 \family typewriter
33715 .png
33716 \family default
33717
33718 \begin_inset Quotes erd
33719 \end_inset
33720
33721 ).
33722  Nevertheless you can use any other image format, because LyX converts them
33723  in the background to one of these formats.
33724  But as described in the section about PostScript, the image conversion
33725  will slow down your work flow.
33726  So it is recommended to use images in one of the three mentioned formats.
33727 \end_layout
33728
33729 \begin_layout Standard
33730 You can export your document to PDF via the menu 
33731 \family sans
33732 File\SpecialChar \menuseparator
33733 Export
33734 \family default
33735  in three different ways:
33736 \end_layout
33737
33738 \begin_layout Description
33739 PDF
33740 \begin_inset space ~
33741 \end_inset
33742
33743 (ps2pdf) This uses the program 
33744 \family typewriter
33745 ps2pdf
33746 \family default
33747  that creates a PDF from a PostScript-version of your file.
33748  The PostScript-version is produced by the program 
33749 \family typewriter
33750 dvips
33751 \family default
33752  which uses a DVI-version as intermediate step.
33753  So this export variant consist of three conversions.
33754 \end_layout
33755
33756 \begin_layout Description
33757 PDF
33758 \begin_inset space ~
33759 \end_inset
33760
33761 (dvipdfm) This uses the program 
33762 \family typewriter
33763 dvipdfm
33764 \family default
33765  that converts your file in the background to DVI and in a second step to
33766  PDF.
33767 \end_layout
33768
33769 \begin_layout Description
33770 PDF
33771 \begin_inset space ~
33772 \end_inset
33773
33774 (pdflatex) This uses the program 
33775 \family typewriter
33776 pdftex
33777 \family default
33778  that converts your file directly to PDF.
33779 \end_layout
33780
33781 \begin_layout Standard
33782 It is recommended to use 
33783 \family sans
33784 PDF
33785 \begin_inset space ~
33786 \end_inset
33787
33788 (pdflatex)
33789 \family default
33790  because 
33791 \family typewriter
33792 pdftex
33793 \family default
33794  supports all features of actual PDF-versions, is quick and works stable
33795  without problems.
33796  The program 
33797 \family typewriter
33798 dvipdfm
33799 \family default
33800  is not under development and therefore a bit outdated.
33801 \end_layout
33802
33803 \begin_layout Standard
33804 You can view your document as PDF via the 
33805 \family sans
33806 View
33807 \family default
33808  menu or by using the toolbar button 
33809 \begin_inset Graphics
33810         filename ../images/buffer-view_pdf2.png
33811         scale 85
33812         scaleBeforeRotation
33813
33814 \end_inset
33815
33816  
33817 \family sans
33818 (
33819 \family default
33820 that uses 
33821 \family sans
33822 PDF
33823 \begin_inset space ~
33824 \end_inset
33825
33826 (pdflatex)
33827 \family default
33828 ).
33829 \end_layout
33830
33831 \begin_layout Chapter
33832 Explanation of Equation
33833 \begin_inset space ~
33834 \end_inset
33835
33836
33837 \begin_inset CommandInset ref
33838 LatexCommand eqref
33839 reference "eq:Wgn"
33840
33841 \end_inset
33842
33843
33844 \begin_inset CommandInset label
33845 LatexCommand label
33846 name "cha:Explanation-of-Equation"
33847
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \begin_layout Standard
33854 The total width of 
33855 \emph on
33856 n
33857 \emph default
33858  table cells 
33859 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33860 \end_inset
33861
33862  can be calculated to
33863 \end_layout
33864
33865 \begin_layout Standard
33866 \begin_inset Formula \begin{equation}
33867 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}
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Standard
33875 Where 
33876 \begin_inset Formula $W_{g\, n}$
33877 \end_inset
33878
33879  is the given width of all cells.
33880  
33881 \series bold
33882
33883 \backslash
33884 tabcolsep
33885 \series default
33886  is the LaTeX-length between the cell text and the cell border, its default
33887  value is 6
33888 \begin_inset space \thinspace{}
33889 \end_inset
33890
33891 pt.
33892  
33893 \series bold
33894
33895 \backslash
33896 arrayrulewidth
33897 \series default
33898  is the thickness of the cell border line, the default is 0.4
33899 \begin_inset space \thinspace{}
33900 \end_inset
33901
33902 pt.
33903 \end_layout
33904
33905 \begin_layout Standard
33906 Following equation
33907 \begin_inset space ~
33908 \end_inset
33909
33910
33911 \begin_inset CommandInset ref
33912 LatexCommand eqref
33913 reference "eq:Wtot_n"
33914
33915 \end_inset
33916
33917 , the total width of a multicolumn 
33918 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33919 \end_inset
33920
33921  is
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset Formula \begin{equation}
33926 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33927
33928 \end_inset
33929
33930
33931 \end_layout
33932
33933 \begin_layout Standard
33934 By setting equation
33935 \begin_inset space ~
33936 \end_inset
33937
33938
33939 \begin_inset CommandInset ref
33940 LatexCommand eqref
33941 reference "eq:Wtot_n"
33942
33943 \end_inset
33944
33945  and 
33946 \begin_inset CommandInset ref
33947 LatexCommand eqref
33948 reference "eq:Wtot_mult"
33949
33950 \end_inset
33951
33952  equal we can calculate the needed given width 
33953 \begin_inset Formula $W_{g\, n}$
33954 \end_inset
33955
33956  when 
33957 \emph on
33958 n
33959 \emph default
33960  columns are spanned, so that each column has a total width of 
33961 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33962 \end_inset
33963
33964 :
33965 \end_layout
33966
33967 \begin_layout Standard
33968 \begin_inset Formula \begin{equation}
33969 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Bibliography
33977 \begin_inset CommandInset bibitem
33978 LatexCommand bibitem
33979 key "latexcompanion"
33980
33981 \end_inset
33982
33983 Frank Mittelbach and Michel Goossens: 
33984 \emph on
33985 The LaTeX Companion Second Edition.
33986
33987 \emph default
33988  Addison-Wesley, 2004
33989 \end_layout
33990
33991 \begin_layout Bibliography
33992 \begin_inset CommandInset bibitem
33993 LatexCommand bibitem
33994 key "latexguide"
33995
33996 \end_inset
33997
33998 Helmut Kopka and Patrick W.
33999  Daly: 
34000 \emph on
34001 A Guide to LaTeX Fourth Edition.
34002
34003 \emph default
34004  Addison-Wesley, 2003
34005 \end_layout
34006
34007 \begin_layout Bibliography
34008 \begin_inset CommandInset bibitem
34009 LatexCommand bibitem
34010 key "latexbook"
34011
34012 \end_inset
34013
34014 Leslie Lamport: 
34015 \emph on
34016 LaTeX: A Document Preparation System.
34017
34018 \emph default
34019  Addison-Wesley, second edition, 1994
34020 \end_layout
34021
34022 \begin_layout Bibliography
34023 \begin_inset CommandInset bibitem
34024 LatexCommand bibitem
34025 key "booktabs"
34026
34027 \end_inset
34028
34029 Documentation of the LaTeX-package 
34030 \series bold
34031
34032 \begin_inset CommandInset href
34033 LatexCommand href
34034 name "booktabs"
34035 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34036
34037 \end_inset
34038
34039
34040 \series default
34041
34042 \begin_inset Index
34043 status collapsed
34044
34045 \begin_layout Plain Layout
34046 LaTeX-packages ! booktabs
34047 \end_layout
34048
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \begin_layout Bibliography
34055 \begin_inset CommandInset bibitem
34056 LatexCommand bibitem
34057 key "caption"
34058
34059 \end_inset
34060
34061 Documentation of the LaTeX-package 
34062 \series bold
34063
34064 \begin_inset CommandInset href
34065 LatexCommand href
34066 name "caption"
34067 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34068
34069 \end_inset
34070
34071
34072 \series default
34073
34074 \begin_inset Index
34075 status collapsed
34076
34077 \begin_layout Plain Layout
34078 LaTeX-packages ! caption
34079 \end_layout
34080
34081 \end_inset
34082
34083
34084 \end_layout
34085
34086 \begin_layout Bibliography
34087 \begin_inset CommandInset bibitem
34088 LatexCommand bibitem
34089 key "endfloat"
34090
34091 \end_inset
34092
34093 Documentation of the LaTeX-package 
34094 \series bold
34095
34096 \begin_inset CommandInset href
34097 LatexCommand href
34098 name "endfloat"
34099 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34100
34101 \end_inset
34102
34103
34104 \series default
34105
34106 \begin_inset Index
34107 status collapsed
34108
34109 \begin_layout Plain Layout
34110 LaTeX-packages ! endfloat
34111 \end_layout
34112
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \begin_layout Bibliography
34119 \begin_inset CommandInset bibitem
34120 LatexCommand bibitem
34121 key "wrapfig"
34122
34123 \end_inset
34124
34125 Documentation of the LaTeX-package 
34126 \series bold
34127
34128 \begin_inset CommandInset href
34129 LatexCommand href
34130 name "wrapfig"
34131 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34132
34133 \end_inset
34134
34135
34136 \series default
34137
34138 \begin_inset Index
34139 status collapsed
34140
34141 \begin_layout Plain Layout
34142 LaTeX-packages ! wrapfig
34143 \begin_inset ERT
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147
34148
34149 \backslash
34150 vspace{4mm}
34151 \end_layout
34152
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Bibliography
34164 \begin_inset CommandInset bibitem
34165 LatexCommand bibitem
34166 key "footmisc"
34167
34168 \end_inset
34169
34170 Documentation of the LaTeX-package 
34171 \series bold
34172
34173 \begin_inset CommandInset href
34174 LatexCommand href
34175 name "footmisc"
34176 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34177
34178 \end_inset
34179
34180
34181 \series default
34182
34183 \begin_inset Index
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187 LaTeX-packages ! footmisc
34188 \end_layout
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Bibliography
34196 \begin_inset CommandInset bibitem
34197 LatexCommand bibitem
34198 key "hypcap"
34199
34200 \end_inset
34201
34202 Documentation of the LaTeX-package 
34203 \series bold
34204
34205 \begin_inset CommandInset href
34206 LatexCommand href
34207 name "hypcap"
34208 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34209
34210 \end_inset
34211
34212
34213 \series default
34214
34215 \begin_inset Index
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219 LaTeX-packages ! hyperref
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Bibliography
34228 \begin_inset CommandInset bibitem
34229 LatexCommand bibitem
34230 key "hyperref"
34231
34232 \end_inset
34233
34234 Documentation of the LaTeX-package 
34235 \series bold
34236
34237 \begin_inset CommandInset href
34238 LatexCommand href
34239 name "hyperref"
34240 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34241
34242 \end_inset
34243
34244
34245 \series default
34246
34247 \begin_inset Index
34248 status collapsed
34249
34250 \begin_layout Plain Layout
34251 LaTeX-packages ! hyperref
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Bibliography
34260 \begin_inset CommandInset bibitem
34261 LatexCommand bibitem
34262 key "koma-script"
34263
34264 \end_inset
34265
34266 Documentation of the LaTeX-package 
34267 \series bold
34268
34269 \begin_inset CommandInset href
34270 LatexCommand href
34271 name "koma-script"
34272 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34273
34274 \end_inset
34275
34276
34277 \series default
34278
34279 \begin_inset Index
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283 LaTeX-packages ! koma-script
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Bibliography
34292 \begin_inset CommandInset bibitem
34293 LatexCommand bibitem
34294 key "listings"
34295
34296 \end_inset
34297
34298 Documentation of the LaTeX-package 
34299 \series bold
34300
34301 \begin_inset CommandInset href
34302 LatexCommand href
34303 name "listings"
34304 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34305
34306 \end_inset
34307
34308
34309 \series default
34310
34311 \begin_inset Index
34312 status collapsed
34313
34314 \begin_layout Plain Layout
34315 LaTeX-packages ! listings
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \end_layout
34322
34323 \begin_layout Bibliography
34324 \begin_inset CommandInset bibitem
34325 LatexCommand bibitem
34326 key "marginnote"
34327
34328 \end_inset
34329
34330 Documentation of the LaTeX-package 
34331 \series bold
34332
34333 \begin_inset CommandInset href
34334 LatexCommand href
34335 name "marginnote"
34336 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34337
34338 \end_inset
34339
34340
34341 \series default
34342
34343 \begin_inset Index
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347 LaTeX-packages ! marginnote
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \begin_layout Bibliography
34356 \begin_inset CommandInset bibitem
34357 LatexCommand bibitem
34358 key "pstricks"
34359
34360 \end_inset
34361
34362 Web page of the LaTeX-package 
34363 \series bold
34364
34365 \begin_inset CommandInset href
34366 LatexCommand href
34367 name "PSTricks"
34368 target "http://tug.org/PSTricks/"
34369
34370 \end_inset
34371
34372
34373 \series default
34374
34375 \begin_inset Index
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 LaTeX-packages ! PSTricks
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \begin_layout Bibliography
34388 \begin_inset CommandInset bibitem
34389 LatexCommand bibitem
34390 key "sidecap"
34391
34392 \end_inset
34393
34394 Documentation of the LaTeX-package 
34395 \series bold
34396
34397 \begin_inset CommandInset href
34398 LatexCommand href
34399 name "sidecap"
34400 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34401
34402 \end_inset
34403
34404
34405 \series default
34406
34407 \begin_inset Index
34408 status collapsed
34409
34410 \begin_layout Plain Layout
34411 LaTeX-packages ! sidecap
34412 \end_layout
34413
34414 \end_inset
34415
34416
34417 \end_layout
34418
34419 \begin_layout Bibliography
34420 \begin_inset CommandInset bibitem
34421 LatexCommand bibitem
34422 key "NewInLyX16"
34423
34424 \end_inset
34425
34426
34427 \begin_inset CommandInset href
34428 LatexCommand href
34429 name "Wiki page"
34430 target "http://wiki.lyx.org/LyX/NewInLyX16"
34431
34432 \end_inset
34433
34434  about new features in 
34435 \family sans
34436 LyX 1.6.0
34437 \family default
34438 .
34439 \end_layout
34440
34441 \begin_layout Standard
34442 \begin_inset CommandInset index_print
34443 LatexCommand printindex
34444
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \begin_layout Standard
34451 \begin_inset FloatList figure
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \begin_layout Standard
34459 \begin_inset FloatList table
34460
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \begin_layout Standard
34467 \begin_inset FloatList algorithm
34468
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \end_body
34475 \end_document