]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
* EmbeddedObjects.lyx
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.1 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 true
214 \output_changes false
215 \author "pavel" 
216 \author "pavel" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
224  manual
225 \end_layout
226
227 \begin_layout Author
228 by the LyX Team
229 \begin_inset Foot
230 status collapsed
231
232 \begin_layout Plain Layout
233 \noindent
234 If you have comments or error corrections, please send them to the LyX Documenta
235 tion mailing list: 
236 \begin_inset CommandInset href
237 LatexCommand href
238 name "lyx-docs@lists.lyx.org"
239 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
240 type "mailto:"
241
242 \end_inset
243
244
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Note Note
251 status collapsed
252
253 \begin_layout Plain Layout
254 author: Uwe Stöhr
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Newline newline
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \family sans
269 Version 1.6.1
270 \end_layout
271
272 \begin_layout Standard
273 \begin_inset CommandInset toc
274 LatexCommand tableofcontents
275
276 \end_inset
277
278
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset Note Note
283 status open
284
285 \begin_layout Plain Layout
286 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
287  
288 \series bold
289 arydshln
290 \series default
291
292 \series bold
293 colortbl
294 \series default
295
296 \series bold
297 marginnote
298 \series default
299 , and 
300 \series bold
301 sidecap
302 \series default
303  must be installed.
304  If they are not installed you can export the document anyway but the sections
305  where the packages are required won't appear in the output.
306 \end_layout
307
308 \begin_layout Plain Layout
309 The latest PDF-version of this document can be found here:
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \series bold
315 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
316 \end_layout
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Chapter
324 Figures
325 \begin_inset Index
326 status collapsed
327
328 \begin_layout Plain Layout
329 Figures
330 \end_layout
331
332 \end_inset
333
334
335 \begin_inset Index
336 status collapsed
337
338 \begin_layout Plain Layout
339 Graphics|see
340 \begin_inset ERT
341 status collapsed
342
343 \begin_layout Plain Layout
344
345 {
346 \end_layout
347
348 \end_inset
349
350 Figures
351 \begin_inset ERT
352 status collapsed
353
354 \begin_layout Plain Layout
355
356 }
357 \end_layout
358
359 \end_inset
360
361
362 \end_layout
363
364 \end_inset
365
366
367 \end_layout
368
369 \begin_layout Section
370 Graphics Dialog
371 \begin_inset Index
372 status collapsed
373
374 \begin_layout Plain Layout
375 Figures ! Graphics Dialog
376 \end_layout
377
378 \end_inset
379
380
381 \begin_inset CommandInset label
382 LatexCommand label
383 name "sec:Graphics-Dialog"
384
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Standard
391 To insert an image into your document, place the cursor at the text position
392  you want and click on the toolbar icon 
393 \begin_inset Graphics
394         filename ../images/dialog-show-new-inset_graphics.png
395         scale 85
396         scaleBeforeRotation
397
398 \end_inset
399
400  or use the menu 
401 \family sans
402 Insert\SpecialChar \menuseparator
403 Graphics
404 \family default
405 .
406  Then a dialog will appear to choose the file to load.
407  The image will appear in the output exactly at the position where it is
408  in the text.
409 \end_layout
410
411 \begin_layout Standard
412 The graphics dialog can be called at any time by clicking on an image.
413  This dialog has three tabs:
414 \end_layout
415
416 \begin_layout Description
417
418 \family sans
419 Graphics
420 \family default
421  Here you can choose an image file and adjust its appearance in the output.
422  The available units for the image size are explained in appendix
423 \begin_inset space ~
424 \end_inset
425
426
427 \begin_inset CommandInset ref
428 LatexCommand ref
429 reference "cha:Units-available-in"
430
431 \end_inset
432
433 .
434 \begin_inset Newline newline
435 \end_inset
436
437
438 \begin_inset Index
439 status collapsed
440
441 \begin_layout Plain Layout
442 Figures ! rotated
443 \end_layout
444
445 \end_inset
446
447 You can rotate images counter-clockwise by setting a rotation angle and
448  a rotation origin.
449  The image will also be rotated inside LyX.
450 \begin_inset Newline newline
451 \end_inset
452
453
454 \begin_inset Index
455 status collapsed
456
457 \begin_layout Plain Layout
458 Figures ! scaled
459 \end_layout
460
461 \end_inset
462
463 Images can be scaled by using a percentage value or by setting the width
464  and height explicitly.
465  If you set only the width or only the height, the other size will be determined
466  automatically.
467  If you set both, then the image will be transformed to the given size,
468  possibly distorting it.
469  To prevent the image from distortion, use the option 
470 \family sans
471 Maintain aspect ratio
472 \family default
473 .
474  The image will then be scaled so that its width and height don't exceed
475  the specified dimensions.
476 \begin_inset Newline newline
477 \end_inset
478
479 Images can be opened in a program of your choice when pressing the 
480 \family sans
481 Edit
482 \family default
483  button.
484  The program can be set for every image format in the file format settings
485  in LyX's preferences.
486 \end_layout
487
488 \begin_layout Description
489
490 \family sans
491 Clipping
492 \family default
493  Alternatively to the usage of scaling units it is possible to set image
494  coordinates to adjust the height and width of the image in the output.
495  The coordinates can also be calculated automatically by pressing the button
496  
497 \family sans
498 Get
499 \begin_inset space ~
500 \end_inset
501
502 from
503 \begin_inset space ~
504 \end_inset
505
506 File
507 \family default
508 .
509  The option 
510 \family sans
511 Clip
512 \begin_inset space ~
513 \end_inset
514
515 to
516 \begin_inset space ~
517 \end_inset
518
519 bounding
520 \begin_inset space ~
521 \end_inset
522
523 box
524 \family default
525  will only print the image region within the given coordinates.
526  Normally you don't need to take care about image coordinates and can ignore
527  this tab.
528 \end_layout
529
530 \begin_layout Description
531
532 \family sans
533 LaTeX
534 \begin_inset space ~
535 \end_inset
536
537 and
538 \begin_inset space ~
539 \end_inset
540
541 LyX
542 \begin_inset space ~
543 \end_inset
544
545 options
546 \family default
547  In this tab you can modify the appearance of the image within LyX and LaTeX
548  experts can specify additional LaTeX options.
549 \begin_inset Newline newline
550 \end_inset
551
552 The option 
553 \family sans
554 Draft
555 \begin_inset space ~
556 \end_inset
557
558 mode
559 \family default
560  makes the image appear in the output only as a frame with the size of the
561  image.
562 \begin_inset Newline newline
563 \end_inset
564
565 The 
566 \family sans
567 Don't
568 \begin_inset space ~
569 \end_inset
570
571 unzip
572 \begin_inset space ~
573 \end_inset
574
575 on
576 \begin_inset space ~
577 \end_inset
578
579 export
580 \family default
581  option only affects zipped EPS-graphics, e.
582 \begin_inset space \thinspace{}
583 \end_inset
584
585 g.
586 \begin_inset space \space{}
587 \end_inset
588
589
590 \emph on
591 x.eps.gz
592 \emph default
593 .
594  When the option is used the images will not be unzipped on export, since
595  LaTeX can handle them as they are.
596 \begin_inset Newline newline
597 \end_inset
598
599 Zipped EPS-graphics are useful to save disk space when you choose PostScript
600  as output format, see appendix
601 \begin_inset space ~
602 \end_inset
603
604
605 \begin_inset CommandInset ref
606 LatexCommand ref
607 reference "sec:PostScript"
608
609 \end_inset
610
611 .
612  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
613  console:
614 \begin_inset Newline newline
615 \end_inset
616
617
618 \series bold
619 gzip x.eps
620 \series default
621
622 \begin_inset Newline newline
623 \end_inset
624
625
626 \series bold
627 zgrep %%Bounding x.eps.gz > x.eps.bb
628 \series default
629
630 \begin_inset Newline newline
631 \end_inset
632
633 The second command creates the bounding box file 
634 \begin_inset Quotes eld
635 \end_inset
636
637 x.eps.bb
638 \begin_inset Quotes erd
639 \end_inset
640
641  that is needed by LaTeX for zipped graphics.
642 \begin_inset Newline newline
643 \end_inset
644
645 The field 
646 \family sans
647 Initialize
648 \begin_inset space ~
649 \end_inset
650
651 Group
652 \begin_inset space ~
653 \end_inset
654
655 Name
656 \family default
657  allows you define or join an image settings group.
658 \begin_inset Index
659 status collapsed
660
661 \begin_layout Plain Layout
662 Figures ! Settings grouping
663 \end_layout
664
665 \end_inset
666
667  Images within such a group share their settings, so adjusting one image
668  of the group automatically also adjusts all other images of the group in
669  the same way.
670  So you can for example change the size for a bunch of images without the
671  need to manually change each of them.
672  Joining an existing group can also be done using the context menu of the
673  image by checking the name of the desired group.
674 \end_layout
675
676 \begin_layout Standard
677 \begin_inset VSpace bigskip
678 \end_inset
679
680
681 \end_layout
682
683 \begin_layout Standard
684 This is an example image in EPS format
685 \begin_inset Foot
686 status collapsed
687
688 \begin_layout Plain Layout
689 Image formats are explained in section
690 \begin_inset space ~
691 \end_inset
692
693
694 \begin_inset CommandInset ref
695 LatexCommand ref
696 reference "sec:Image-Formats"
697
698 \end_inset
699
700 .
701 \end_layout
702
703 \end_inset
704
705  within a separate, horizontally centered paragraph:
706 \end_layout
707
708 \begin_layout Standard
709 \align center
710 \begin_inset Graphics
711         filename clipart/mobius.eps
712         scale 70
713         scaleBeforeRotation
714         rotateOrigin center
715
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 This is the same image like the one above but in draft mode:
723 \end_layout
724
725 \begin_layout Standard
726 \align center
727 \begin_inset Graphics
728         filename clipart/mobius.eps
729         scale 70
730         draft
731         scaleBeforeRotation
732         rotateOrigin center
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 \begin_inset Newpage newpage
741 \end_inset
742
743
744 \end_layout
745
746 \begin_layout Section
747 Figure Floats
748 \begin_inset CommandInset label
749 LatexCommand label
750 name "sec:Figure-Floats"
751
752 \end_inset
753
754
755 \begin_inset Index
756 status collapsed
757
758 \begin_layout Plain Layout
759 Floats ! Figures
760 \end_layout
761
762 \end_inset
763
764
765 \begin_inset Index
766 status collapsed
767
768 \begin_layout Plain Layout
769 Figures ! Floats
770 \end_layout
771
772 \end_inset
773
774
775 \end_layout
776
777 \begin_layout Standard
778 For general explanations about floats, have a look at section
779 \begin_inset space ~
780 \end_inset
781
782
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "sec:FloatIntroduction"
786
787 \end_inset
788
789 .
790 \end_layout
791
792 \begin_layout Standard
793 The toolbar button 
794 \begin_inset Graphics
795         filename ../images/float-insert_figure.png
796         scale 85
797         scaleBeforeRotation
798
799 \end_inset
800
801  and the menu 
802 \family sans
803 Insert\SpecialChar \menuseparator
804 Float\SpecialChar \menuseparator
805 Figure
806 \family default
807  inserts a float with a caption that has the label 
808 \begin_inset Quotes eld
809 \end_inset
810
811 Figure
812 \begin_inset space ~
813 \end_inset
814
815 #:
816 \begin_inset Quotes erd
817 \end_inset
818
819  (# is the actual number).
820  You can insert the image above the caption, like in Figure
821 \begin_inset space ~
822 \end_inset
823
824
825 \begin_inset CommandInset ref
826 LatexCommand ref
827 reference "fig:kill-plat"
828
829 \end_inset
830
831  or below the caption, like in Figure
832 \begin_inset space ~
833 \end_inset
834
835
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "fig:escher"
839
840 \end_inset
841
842 .
843  More about the caption placement is described in section
844 \begin_inset space ~
845 \end_inset
846
847
848 \begin_inset CommandInset ref
849 LatexCommand ref
850 reference "sec:Caption-Placement"
851
852 \end_inset
853
854 .
855 \end_layout
856
857 \begin_layout Standard
858 \begin_inset Float figure
859 wide false
860 sideways false
861 status open
862
863 \begin_layout Plain Layout
864 \align center
865 \begin_inset Graphics
866         filename clipart/platypus.eps
867         width 50col%
868         scaleBeforeRotation
869         rotateOrigin center
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Plain Layout
877 \begin_inset Caption
878
879 \begin_layout Plain Layout
880 \begin_inset CommandInset label
881 LatexCommand label
882 name "fig:kill-plat"
883
884 \end_inset
885
886 A severely distorted platypus in a float.
887 \end_layout
888
889 \end_inset
890
891
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \begin_layout Standard
900 \begin_inset Float figure
901 wide false
902 sideways false
903 status open
904
905 \begin_layout Plain Layout
906 \begin_inset Caption
907
908 \begin_layout Plain Layout
909 \begin_inset CommandInset label
910 LatexCommand label
911 name "fig:escher"
912
913 \end_inset
914
915 M.C.
916  Escher on acid.
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \begin_layout Plain Layout
925 \align center
926 \begin_inset Graphics
927         filename clipart/escher-lsd.eps
928         scale 80
929         scaleBeforeRotation
930         rotateOrigin center
931
932 \end_inset
933
934
935 \end_layout
936
937 \end_inset
938
939
940 \end_layout
941
942 \begin_layout Standard
943 \begin_inset Index
944 status collapsed
945
946 \begin_layout Plain Layout
947 References ! to Figures
948 \end_layout
949
950 \end_inset
951
952 Figure
953 \begin_inset space ~
954 \end_inset
955
956
957 \begin_inset CommandInset ref
958 LatexCommand ref
959 reference "fig:kill-plat"
960
961 \end_inset
962
963  and 
964 \begin_inset CommandInset ref
965 LatexCommand ref
966 reference "fig:escher"
967
968 \end_inset
969
970  are examples of referenced figures.
971  Figures can be referenced in the text by referencing their label.
972  To do this insert a label in the caption using the menu 
973 \family sans
974 Insert\SpecialChar \menuseparator
975 Label
976 \family default
977  or the toolbar button 
978 \begin_inset Graphics
979         filename ../images/label-insert.png
980         scale 85
981         scaleBeforeRotation
982
983 \end_inset
984
985 .
986  You can now refer to the label using the menu 
987 \family sans
988 Insert\SpecialChar \menuseparator
989 Cross
990 \begin_inset space ~
991 \end_inset
992
993 reference
994 \family default
995  or the toolbar button 
996 \begin_inset Graphics
997         filename ../images/dialog-show-new-inset_ref.png
998         scale 85
999         scaleBeforeRotation
1000
1001 \end_inset
1002
1003 .
1004  It is important to use references to floats, rather than using vague references
1005  like 
1006 \begin_inset Quotes eld
1007 \end_inset
1008
1009 the figure above
1010 \begin_inset Quotes erd
1011 \end_inset
1012
1013 , because as LaTeX will reposition the floats in the final document, it
1014  might not be 
1015 \begin_inset Quotes eld
1016 \end_inset
1017
1018 above
1019 \begin_inset Quotes erd
1020 \end_inset
1021
1022  at all.
1023 \begin_inset Newline newline
1024 \end_inset
1025
1026 Referencing is explained in detail in section
1027 \begin_inset space ~
1028 \end_inset
1029
1030
1031 \begin_inset CommandInset ref
1032 LatexCommand ref
1033 reference "sec:Referencing-Floats"
1034
1035 \end_inset
1036
1037 .
1038 \end_layout
1039
1040 \begin_layout Standard
1041 Normally only one image is inserted to a figure float, but sometimes you
1042  might want to use two images with separate subcaptions.
1043  This can be done by inserting image floats into existing image floats.
1044  Note that only the main caption of the float is added to the List of Figures.
1045  Figure
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "fig:Two-distorted-images"
1053
1054 \end_inset
1055
1056  is an example of a figure float with two images set side by side.
1057  You can also set the images one below the other.
1058  Figure
1059 \begin_inset space ~
1060 \end_inset
1061
1062
1063 \begin_inset CommandInset ref
1064 LatexCommand ref
1065 reference "fig:Undefinable-structure"
1066
1067 \end_inset
1068
1069  and 
1070 \begin_inset CommandInset ref
1071 LatexCommand ref
1072 reference "fig:A-Platypus"
1073
1074 \end_inset
1075
1076  are the subfigures.
1077 \end_layout
1078
1079 \begin_layout Standard
1080 \begin_inset Float figure
1081 wide false
1082 sideways false
1083 status open
1084
1085 \begin_layout Plain Layout
1086 \begin_inset space \hfill{}
1087 \end_inset
1088
1089
1090 \begin_inset Float figure
1091 wide false
1092 sideways false
1093 status collapsed
1094
1095 \begin_layout Plain Layout
1096 \begin_inset Caption
1097
1098 \begin_layout Plain Layout
1099 \begin_inset CommandInset label
1100 LatexCommand label
1101 name "fig:Undefinable-structure"
1102
1103 \end_inset
1104
1105 Undefinable structure.
1106 \end_layout
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \begin_layout Plain Layout
1114 \begin_inset Graphics
1115         filename clipart/escher-lsd.eps
1116         width 45col%
1117         scaleBeforeRotation
1118         groupId distorted
1119
1120 \end_inset
1121
1122
1123 \end_layout
1124
1125 \end_inset
1126
1127
1128 \begin_inset space \hfill{}
1129 \end_inset
1130
1131
1132 \begin_inset Float figure
1133 wide false
1134 sideways false
1135 status collapsed
1136
1137 \begin_layout Plain Layout
1138 \begin_inset Caption
1139
1140 \begin_layout Plain Layout
1141 \begin_inset CommandInset label
1142 LatexCommand label
1143 name "fig:A-Platypus"
1144
1145 \end_inset
1146
1147 A Platypus.
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Plain Layout
1156 \begin_inset Graphics
1157         filename clipart/platypus.eps
1158         width 45col%
1159         scaleBeforeRotation
1160         groupId distorted
1161
1162 \end_inset
1163
1164
1165 \end_layout
1166
1167 \end_inset
1168
1169
1170 \begin_inset space \hfill{}
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \begin_layout Plain Layout
1177 \begin_inset Caption
1178
1179 \begin_layout Plain Layout
1180 \begin_inset CommandInset label
1181 LatexCommand label
1182 name "fig:Two-distorted-images"
1183
1184 \end_inset
1185
1186 Two distorted images.
1187  Both images are in the image settings group named 
1188 \begin_inset Quotes eld
1189 \end_inset
1190
1191 distorted
1192 \begin_inset Quotes erd
1193 \end_inset
1194
1195 .
1196 \end_layout
1197
1198 \end_inset
1199
1200
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \begin_layout Standard
1209 \begin_inset Newpage newpage
1210 \end_inset
1211
1212
1213 \end_layout
1214
1215 \begin_layout Section
1216 Image Formats
1217 \begin_inset CommandInset label
1218 LatexCommand label
1219 name "sec:Image-Formats"
1220
1221 \end_inset
1222
1223
1224 \begin_inset Index
1225 status collapsed
1226
1227 \begin_layout Plain Layout
1228 Image Formats
1229 \end_layout
1230
1231 \end_inset
1232
1233
1234 \begin_inset Index
1235 status collapsed
1236
1237 \begin_layout Plain Layout
1238 Figures ! Image Formats
1239 \end_layout
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \begin_layout Standard
1247 You can insert images in any known file format.
1248  But as explained in appendix
1249 \begin_inset space ~
1250 \end_inset
1251
1252
1253 \begin_inset CommandInset ref
1254 LatexCommand ref
1255 reference "cha:Output-File-Formats"
1256
1257 \end_inset
1258
1259 , every output document format allows only a few image formats.
1260  LyX uses therefore the program 
1261 \family typewriter
1262 Imagemagick
1263 \family default
1264  in the background to convert the images to the right format.
1265  To increase your work flow by avoiding these conversions in the background,
1266  you can use only the image formats that can directly be embedded in the
1267  output file format.
1268  The output file formats are explained in appendix
1269 \begin_inset space ~
1270 \end_inset
1271
1272
1273 \begin_inset CommandInset ref
1274 LatexCommand ref
1275 reference "cha:Output-File-Formats"
1276
1277 \end_inset
1278
1279 .
1280 \end_layout
1281
1282 \begin_layout Standard
1283 Similar to fonts there are two types of image formats:
1284 \end_layout
1285
1286 \begin_layout Description
1287 Bitmap
1288 \begin_inset space ~
1289 \end_inset
1290
1291 images consist of pixel values, often in a compressed form.
1292  They are therefore not fully scalable and look pixeled in large zooms.
1293  Well-known bitmap image formats are 
1294 \begin_inset Quotes eld
1295 \end_inset
1296
1297 Graphics Interchange Format
1298 \begin_inset Quotes erd
1299 \end_inset
1300
1301  (GIF, file extension 
1302 \begin_inset Quotes eld
1303 \end_inset
1304
1305
1306 \family typewriter
1307 .gif
1308 \family default
1309
1310 \begin_inset Quotes erd
1311 \end_inset
1312
1313 )
1314 \begin_inset Index
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 GIF|see
1319 \begin_inset ERT
1320 status collapsed
1321
1322 \begin_layout Plain Layout
1323
1324 {
1325 \end_layout
1326
1327 \end_inset
1328
1329 Image formats
1330 \begin_inset ERT
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334
1335 }
1336 \end_layout
1337
1338 \end_inset
1339
1340
1341 \end_layout
1342
1343 \end_inset
1344
1345
1346 \begin_inset Quotes eld
1347 \end_inset
1348
1349 Portable Network Graphics
1350 \begin_inset Quotes erd
1351 \end_inset
1352
1353  (PNG, file extension 
1354 \begin_inset Quotes eld
1355 \end_inset
1356
1357
1358 \family typewriter
1359 .png
1360 \family default
1361
1362 \begin_inset Quotes erd
1363 \end_inset
1364
1365 )
1366 \begin_inset Index
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370 PNG|see
1371 \begin_inset ERT
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375
1376 {
1377 \end_layout
1378
1379 \end_inset
1380
1381 Image formats
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 }
1388 \end_layout
1389
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \end_inset
1396
1397 , and 
1398 \begin_inset Quotes eld
1399 \end_inset
1400
1401 Joint Photographic Experts Group
1402 \begin_inset Quotes erd
1403 \end_inset
1404
1405  (JPG, file extension 
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409
1410 \family typewriter
1411 .jpg
1412 \family default
1413
1414 \begin_inset Quotes erd
1415 \end_inset
1416
1417  or 
1418 \begin_inset Quotes eld
1419 \end_inset
1420
1421
1422 \family typewriter
1423 .jpeg
1424 \family default
1425
1426 \begin_inset Quotes erd
1427 \end_inset
1428
1429 )
1430 \begin_inset Index
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 JPG|see
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 {
1441 \end_layout
1442
1443 \end_inset
1444
1445 Image formats
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 }
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \end_inset
1460
1461 .
1462 \end_layout
1463
1464 \begin_layout Description
1465 Vector
1466 \begin_inset space ~
1467 \end_inset
1468
1469 images consist of vectors and can therefore be scaled to any size without
1470  data loss.
1471  The scaling ability is necessary if you want to create presentations, because
1472  presentations are always scaled by the video projector.
1473  Scaling is also useful for online documents to let the user zoom into diagrams.
1474 \begin_inset Newline newline
1475 \end_inset
1476
1477 Well-known scalable image formats are 
1478 \begin_inset Quotes eld
1479 \end_inset
1480
1481 Scalable Vector Graphics
1482 \begin_inset Quotes erd
1483 \end_inset
1484
1485  (SVG, file extension 
1486 \begin_inset Quotes eld
1487 \end_inset
1488
1489
1490 \family typewriter
1491 .svg
1492 \family default
1493
1494 \begin_inset Quotes erd
1495 \end_inset
1496
1497 )
1498 \begin_inset Index
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 SVG|see
1503 \begin_inset ERT
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507
1508 {
1509 \end_layout
1510
1511 \end_inset
1512
1513 Image formats
1514 \begin_inset ERT
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518
1519 }
1520 \end_layout
1521
1522 \end_inset
1523
1524
1525 \end_layout
1526
1527 \end_inset
1528
1529
1530 \begin_inset Quotes eld
1531 \end_inset
1532
1533 Encapsulated PostScript
1534 \begin_inset Quotes erd
1535 \end_inset
1536
1537  (EPS, file extension 
1538 \begin_inset Quotes eld
1539 \end_inset
1540
1541
1542 \family typewriter
1543 .eps
1544 \family default
1545
1546 \begin_inset Quotes erd
1547 \end_inset
1548
1549 )
1550 \begin_inset Index
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 EPS|see
1555 \begin_inset ERT
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559
1560 {
1561 \end_layout
1562
1563 \end_inset
1564
1565 Image formats
1566 \begin_inset ERT
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570
1571 }
1572 \end_layout
1573
1574 \end_inset
1575
1576
1577 \end_layout
1578
1579 \end_inset
1580
1581
1582 \begin_inset Quotes eld
1583 \end_inset
1584
1585 Portable Document Format
1586 \begin_inset Quotes erd
1587 \end_inset
1588
1589  (PDF, file extension 
1590 \begin_inset Quotes eld
1591 \end_inset
1592
1593
1594 \family typewriter
1595 .pdf
1596 \family default
1597
1598 \begin_inset Quotes erd
1599 \end_inset
1600
1601 )
1602 \begin_inset Index
1603 status collapsed
1604
1605 \begin_layout Plain Layout
1606 PDF
1607 \end_layout
1608
1609 \end_inset
1610
1611 , and 
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 Windows Metafile
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  (WMF, file extension 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family typewriter
1625 .wmf
1626 \family default
1627
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 )
1632 \begin_inset Index
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 SVG|see
1637 \begin_inset ERT
1638 status collapsed
1639
1640 \begin_layout Plain Layout
1641
1642 {
1643 \end_layout
1644
1645 \end_inset
1646
1647 Image formats
1648 \begin_inset ERT
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652
1653 }
1654 \end_layout
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \end_inset
1662
1663 .
1664  We wrote 
1665 \begin_inset Quotes eld
1666 \end_inset
1667
1668 can be
1669 \begin_inset Quotes erd
1670 \end_inset
1671
1672 , because you can convert any bitmap image to a PDF or EPS-image and the
1673  result will still be a bitmap image.
1674  In this cases only a header with the image properties is added to the original
1675  image
1676 \begin_inset Foot
1677 status open
1678
1679 \begin_layout Plain Layout
1680 In the case of PDF, the original image is additionally compressed.
1681 \end_layout
1682
1683 \end_inset
1684
1685 .
1686  The PDF-files generated by 
1687 \family typewriter
1688 Adobe Photoshop
1689 \family default
1690  are for example bitmap images.
1691 \end_layout
1692
1693 \begin_layout Standard
1694 Normally it is not possible to convert a bitmap image into a scalable one,
1695  only vice versa.
1696  Only the image formats PDF and EPS can directly be embedded to PDF and
1697  PostScript output files, respectively.
1698  SVG and WMF-images are recalculated to bitmaps when the output file is
1699  generated because there is currently no adequate WMF/SVG
1700 \begin_inset Formula $\to$
1701 \end_inset
1702
1703 PDF/EPS converter available.
1704 \end_layout
1705
1706 \begin_layout Chapter
1707 Tables
1708 \begin_inset Index
1709 status collapsed
1710
1711 \begin_layout Plain Layout
1712 Table
1713 \end_layout
1714
1715 \end_inset
1716
1717
1718 \end_layout
1719
1720 \begin_layout Section
1721 Introduction
1722 \begin_inset Index
1723 status collapsed
1724
1725 \begin_layout Plain Layout
1726 Table ! Introduction
1727 \end_layout
1728
1729 \end_inset
1730
1731
1732 \end_layout
1733
1734 \begin_layout Standard
1735 You can insert a table using either the toolbar button 
1736 \begin_inset Graphics
1737         filename ../images/tabular-insert.png
1738         scale 85
1739         scaleBeforeRotation
1740
1741 \end_inset
1742
1743  or the menu 
1744 \family sans
1745 Insert\SpecialChar \menuseparator
1746 Table
1747 \family default
1748 .
1749  The toolbar button offers you a graphical selection: Move the mouse to
1750  set the column/row number of the table that should be created and then
1751  press a mouse button.
1752  When you use the menu to create a table, a dialog will appear, asking you
1753  for the number of rows and columns.
1754 \begin_inset Newline newline
1755 \end_inset
1756
1757  The default table has lines around any cell and the first row appears separated
1758  from the rest of the table.
1759  This separation occurs due to a double line: The cells of the first row
1760  have a line below them and the cells of the second row have a line above
1761  them.
1762  Here is an example table:
1763 \end_layout
1764
1765 \begin_layout Standard
1766 \align center
1767 \begin_inset Tabular
1768 <lyxtabular version="3" rows="4" columns="4">
1769 <features>
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 <column alignment="center" valignment="top" width="0">
1774 <row>
1775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \family roman
1790 \series medium
1791 \shape up
1792 \size normal
1793 \emph off
1794 \bar no
1795 \noun off
1796 \color none
1797 1
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806 2
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 3
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row>
1822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \family roman
1828 \series medium
1829 \shape up
1830 \size normal
1831 \emph off
1832 \bar no
1833 \noun off
1834 \color none
1835 A
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 </row>
1868 <row>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873
1874 \family roman
1875 \series medium
1876 \shape up
1877 \size normal
1878 \emph off
1879 \bar no
1880 \noun off
1881 \color none
1882 B
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 </row>
1915 <row>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \family roman
1922 \series medium
1923 \shape up
1924 \size normal
1925 \emph off
1926 \bar no
1927 \noun off
1928 \color none
1929 C
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 </row>
1962 </lyxtabular>
1963
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \begin_layout Section
1970 Table Dialog
1971 \begin_inset Index
1972 status collapsed
1973
1974 \begin_layout Plain Layout
1975 Table ! Dialog
1976 \end_layout
1977
1978 \end_inset
1979
1980
1981 \end_layout
1982
1983 \begin_layout Standard
1984 You can alter a table by clicking on it with the right mouse button, which
1985  brings up the table dialog.
1986  Here you can adjust the settings of that cell and row/column respectively
1987  where the cursor is currently placed.
1988  Most of the dialog options also work on selections.
1989  This means if you select more cells, columns or rows, the action is done
1990  for the whole selection.
1991  Note that there is a difference between selecting the 
1992 \emph on
1993 contents
1994 \emph default
1995  of the cell, and the cell itself.
1996  You can alter tables with the following tabs of the table dialog:
1997 \end_layout
1998
1999 \begin_layout Description
2000
2001 \family sans
2002 Table
2003 \begin_inset space ~
2004 \end_inset
2005
2006 Settings
2007 \family default
2008  Here you can set the horizontal alignment and the width of the current
2009  column.
2010  When you have set a width you can also adjust the vertical alignment of
2011  the current row.
2012  A given width will allow the cell to have line breaks and multiple paragraphs
2013  of text, see section
2014 \begin_inset space ~
2015 \end_inset
2016
2017
2018 \begin_inset CommandInset ref
2019 LatexCommand ref
2020 reference "sub:Multiple-Lines-in"
2021
2022 \end_inset
2023
2024 .
2025  If you set no width, the column is as wide as their widest cell content
2026  is.
2027 \begin_inset Newline newline
2028 \end_inset
2029
2030 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2031  cell, see section
2032 \begin_inset space ~
2033 \end_inset
2034
2035
2036 \begin_inset CommandInset ref
2037 LatexCommand ref
2038 reference "sub:Multicolumns"
2039
2040 \end_inset
2041
2042 .
2043 \begin_inset Newline newline
2044 \end_inset
2045
2046 The rotate check boxes rotates the current cell, a selection, or the whole
2047  table counter-clockwise by 90°.
2048  The rotation is not shown within LyX, only in the output.
2049 \begin_inset Newline newline
2050 \end_inset
2051
2052
2053 \begin_inset Note Greyedout
2054 status open
2055
2056 \begin_layout Plain Layout
2057
2058 \series bold
2059 Note:
2060 \series default
2061  Not all DVI-viewers are able to display rotations.
2062 \end_layout
2063
2064 \end_inset
2065
2066
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070 It is also possible to enter a LaTeX-argument which is needed for special
2071  table formattings, see section
2072 \begin_inset space ~
2073 \end_inset
2074
2075
2076 \begin_inset CommandInset ref
2077 LatexCommand ref
2078 reference "sub:Multicolumn-Calculations"
2079
2080 \end_inset
2081
2082  and 
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sec:Colored-Tables"
2086
2087 \end_inset
2088
2089 .
2090 \end_layout
2091
2092 \begin_layout Description
2093
2094 \family sans
2095 Borders
2096 \family default
2097  In this tab you can add and delete border lines for the current row/column.
2098 \begin_inset Newline newline
2099 \end_inset
2100
2101 Using the style option 
2102 \family sans
2103 Formal
2104 \family default
2105  will convert the table to a formal table as described in section
2106 \begin_inset space ~
2107 \end_inset
2108
2109
2110 \begin_inset CommandInset ref
2111 LatexCommand ref
2112 reference "sec:Formal-Tables"
2113
2114 \end_inset
2115
2116 .
2117 \begin_inset Newline newline
2118 \end_inset
2119
2120 You can also add here space to table rows as decribed in section
2121 \begin_inset space ~
2122 \end_inset
2123
2124
2125 \begin_inset CommandInset ref
2126 LatexCommand ref
2127 reference "sub:Row-Spacing"
2128
2129 \end_inset
2130
2131 .
2132 \end_layout
2133
2134 \begin_layout Description
2135
2136 \family sans
2137 Longtable
2138 \family default
2139  This tab is to make a table a so called 
2140 \begin_inset Quotes eld
2141 \end_inset
2142
2143
2144 \emph on
2145 longtable
2146 \emph default
2147
2148 \begin_inset Quotes erd
2149 \end_inset
2150
2151  that can run over several pages.
2152  Section
2153 \begin_inset space ~
2154 \end_inset
2155
2156
2157 \begin_inset CommandInset ref
2158 LatexCommand ref
2159 reference "sec:Longtables"
2160
2161 \end_inset
2162
2163  and 
2164 \begin_inset CommandInset ref
2165 LatexCommand ref
2166 reference "sec:Special-Longtable-Issues"
2167
2168 \end_inset
2169
2170  describe the longtable features in detail.
2171 \end_layout
2172
2173 \begin_layout Standard
2174 When the table toolbar is opened, you can move the cursor with the arrow
2175  keys from cell to cell and the property of the current cell will immediately
2176  be displayed in the dialog.
2177 \end_layout
2178
2179 \begin_layout Section
2180 Table Toolbar
2181 \begin_inset Index
2182 status collapsed
2183
2184 \begin_layout Plain Layout
2185 Table ! Toolbar
2186 \end_layout
2187
2188 \end_inset
2189
2190
2191 \end_layout
2192
2193 \begin_layout Standard
2194 The table toolbar is an alternative to the table dialog to be able to alter
2195  tables faster.
2196  It should normally appear at the bottom of LyX's main window when the cursor
2197  is inside a table.
2198  You can alternatively switch it on to appear always, by right-clicking
2199  in LyX's main menu bar.
2200 \end_layout
2201
2202 \begin_layout Standard
2203 The toolbar has the following icons:
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208 \begin_inset Graphics
2209         filename ../images/tabular-feature_append-row.png
2210         scaleBeforeRotation
2211
2212 \end_inset
2213
2214  adds a row below the current cell or selection
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219 \begin_inset Graphics
2220         filename ../images/tabular-feature_append-column.png
2221         scaleBeforeRotation
2222
2223 \end_inset
2224
2225  adds a column right beside the current cell or selection
2226 \end_layout
2227
2228 \begin_layout Labeling
2229 \labelwidthstring 00.00.0000
2230 \begin_inset Graphics
2231         filename ../images/tabular-feature_delete-row.png
2232         scaleBeforeRotation
2233
2234 \end_inset
2235
2236  deletes the current row or selection
2237 \end_layout
2238
2239 \begin_layout Labeling
2240 \labelwidthstring 00.00.0000
2241 \begin_inset Graphics
2242         filename ../images/tabular-feature_delete-column.png
2243         scaleBeforeRotation
2244
2245 \end_inset
2246
2247  deletes the current column or selection
2248 \end_layout
2249
2250 \begin_layout Labeling
2251 \labelwidthstring 00.00.0000
2252 \begin_inset Graphics
2253         filename ../images/tabular-feature_toggle-line-top.png
2254         scaleBeforeRotation
2255
2256 \end_inset
2257
2258  adds a line at the top of the current cell / row or of a selection
2259 \end_layout
2260
2261 \begin_layout Labeling
2262 \labelwidthstring 00.00.0000
2263 \begin_inset Graphics
2264         filename ../images/tabular-feature_toggle-line-bottom.png
2265         scaleBeforeRotation
2266
2267 \end_inset
2268
2269  adds a line at the bottom of the current cell / row or of a selection
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274 \begin_inset Graphics
2275         filename ../images/tabular-feature_toggle-line-left.png
2276         scaleBeforeRotation
2277
2278 \end_inset
2279
2280  adds a line at the left side of the current cell / row or of a selection
2281 \end_layout
2282
2283 \begin_layout Labeling
2284 \labelwidthstring 00.00.0000
2285 \begin_inset Graphics
2286         filename ../images/tabular-feature_toggle-line-right.png
2287         scaleBeforeRotation
2288
2289 \end_inset
2290
2291  adds a line at the right side of the current cell / row or of a selection
2292 \end_layout
2293
2294 \begin_layout Labeling
2295 \labelwidthstring 00.00.0000
2296 \begin_inset Graphics
2297         filename ../images/tabular-feature_set-all-lines.png
2298         scaleBeforeRotation
2299
2300 \end_inset
2301
2302  adds lines around the current or selected cells - if the current cell no
2303  multicolumn this also affects the current row and column
2304 \end_layout
2305
2306 \begin_layout Labeling
2307 \labelwidthstring 00.00.0000
2308 \begin_inset Graphics
2309         filename ../images/tabular-feature_unset-all-lines.png
2310         scaleBeforeRotation
2311
2312 \end_inset
2313
2314  deletes all lines of the current or selected cells - if the current cell
2315  no multicolumn this also affects the current row and column
2316 \end_layout
2317
2318 \begin_layout Labeling
2319 \labelwidthstring 00.00.0000
2320 \begin_inset Graphics
2321         filename ../images/tabular-feature_align-left.png
2322         scaleBeforeRotation
2323
2324 \end_inset
2325
2326  left-aligns the content of the current cell / column
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331 \begin_inset Graphics
2332         filename ../images/tabular-feature_align-center.png
2333         scaleBeforeRotation
2334
2335 \end_inset
2336
2337  centers the content of the current cell / column horizontally
2338 \end_layout
2339
2340 \begin_layout Labeling
2341 \labelwidthstring 00.00.0000
2342 \begin_inset Graphics
2343         filename ../images/tabular-feature_align-right.png
2344         scaleBeforeRotation
2345
2346 \end_inset
2347
2348  right-aligns the content of the current cell / column
2349 \end_layout
2350
2351 \begin_layout Labeling
2352 \labelwidthstring 00.00.0000
2353 \begin_inset Graphics
2354         filename ../images/tabular-feature_valign-top.png
2355         scaleBeforeRotation
2356
2357 \end_inset
2358
2359  aligns the content of the current cell vertically to the top
2360 \end_layout
2361
2362 \begin_layout Labeling
2363 \labelwidthstring 00.00.0000
2364 \begin_inset Graphics
2365         filename ../images/tabular-feature_valign-middle.png
2366         scaleBeforeRotation
2367
2368 \end_inset
2369
2370  centers the content of the current cell vertically
2371 \end_layout
2372
2373 \begin_layout Labeling
2374 \labelwidthstring 00.00.0000
2375 \begin_inset Graphics
2376         filename ../images/tabular-feature_valign-bottom.png
2377         scaleBeforeRotation
2378
2379 \end_inset
2380
2381  aligns the content of the current cell vertically to the bottom
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386 \begin_inset Graphics
2387         filename ../images/tabular-feature_set-rotate-cell.png
2388         scaleBeforeRotation
2389
2390 \end_inset
2391
2392  rotates the current cell or selection counter-clockwise by 90°
2393 \end_layout
2394
2395 \begin_layout Labeling
2396 \labelwidthstring 00.00.0000
2397 \begin_inset Graphics
2398         filename ../images/tabular-feature_set-rotate-tabular.png
2399         scaleBeforeRotation
2400
2401 \end_inset
2402
2403  rotates the whole table counter-clockwise by 90°
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Graphics
2409         filename ../images/tabular-feature_multicolumn.png
2410         scaleBeforeRotation
2411
2412 \end_inset
2413
2414  sets the current cell or selection as a multicolumn
2415 \end_layout
2416
2417 \begin_layout Standard
2418 \begin_inset Note Greyedout
2419 status open
2420
2421 \begin_layout Plain Layout
2422
2423 \series bold
2424 Note:
2425 \series default
2426  For the output the vertical alignment of the first cell in a row is used
2427  for all following cells in the row.
2428 \end_layout
2429
2430 \end_inset
2431
2432
2433 \end_layout
2434
2435 \begin_layout Section
2436 Edit Table Menu
2437 \begin_inset Index
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441 Table ! Edit Menu
2442 \end_layout
2443
2444 \end_inset
2445
2446
2447 \end_layout
2448
2449 \begin_layout Standard
2450 Additionally to the table dialog and toolbar, the menu 
2451 \family sans
2452 Edit\SpecialChar \menuseparator
2453 Table
2454 \family default
2455  allows you to add and delete border lines for the current row/column and
2456  to set the current selection as multicolumn.
2457  The menu is only available when the cursor is inside a table.
2458 \end_layout
2459
2460 \begin_layout Section
2461 Table Floats
2462 \begin_inset CommandInset label
2463 LatexCommand label
2464 name "sec:Table-Floats"
2465
2466 \end_inset
2467
2468
2469 \begin_inset Index
2470 status collapsed
2471
2472 \begin_layout Plain Layout
2473 Floats ! Tables
2474 \end_layout
2475
2476 \end_inset
2477
2478
2479 \begin_inset Index
2480 status collapsed
2481
2482 \begin_layout Plain Layout
2483 Table ! Floats
2484 \end_layout
2485
2486 \end_inset
2487
2488
2489 \end_layout
2490
2491 \begin_layout Standard
2492 For general explanations about floats, have a look at section
2493 \begin_inset space ~
2494 \end_inset
2495
2496
2497 \begin_inset CommandInset ref
2498 LatexCommand ref
2499 reference "sec:FloatIntroduction"
2500
2501 \end_inset
2502
2503 .
2504 \end_layout
2505
2506 \begin_layout Standard
2507 \begin_inset Float table
2508 placement h
2509 wide false
2510 sideways false
2511 status open
2512
2513 \begin_layout Plain Layout
2514 \begin_inset Caption
2515
2516 \begin_layout Plain Layout
2517 \begin_inset CommandInset label
2518 LatexCommand label
2519 name "tab:a table float"
2520
2521 \end_inset
2522
2523 A table float.
2524 \end_layout
2525
2526 \end_inset
2527
2528
2529 \end_layout
2530
2531 \begin_layout Plain Layout
2532 \align center
2533 \begin_inset Tabular
2534 <lyxtabular version="3" rows="3" columns="3">
2535 <features>
2536 <column alignment="center" valignment="top" width="0pt">
2537 <column alignment="center" valignment="top" width="0pt">
2538 <column alignment="center" valignment="top" width="0pt">
2539 <row>
2540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2541 \begin_inset Text
2542
2543 \begin_layout Plain Layout
2544
2545 \family roman
2546 \series medium
2547 \shape up
2548 \size normal
2549 \emph off
2550 \bar no
2551 \noun off
2552 \color none
2553 1
2554 \end_layout
2555
2556 \end_inset
2557 </cell>
2558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2559 \begin_inset Text
2560
2561 \begin_layout Plain Layout
2562
2563 \family roman
2564 \series medium
2565 \shape up
2566 \size normal
2567 \emph off
2568 \bar no
2569 \noun off
2570 \color none
2571 2
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Plain Layout
2580
2581 \family roman
2582 \series medium
2583 \shape up
2584 \size normal
2585 \emph off
2586 \bar no
2587 \noun off
2588 \color none
2589 3
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 </row>
2595 <row>
2596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2597 \begin_inset Text
2598
2599 \begin_layout Plain Layout
2600
2601 \family roman
2602 \series medium
2603 \shape up
2604 \size normal
2605 \emph off
2606 \bar no
2607 \noun off
2608 \color none
2609 Joe
2610 \end_layout
2611
2612 \end_inset
2613 </cell>
2614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2615 \begin_inset Text
2616
2617 \begin_layout Plain Layout
2618
2619 \family roman
2620 \series medium
2621 \shape up
2622 \size normal
2623 \emph off
2624 \bar no
2625 \noun off
2626 \color none
2627 Mary
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2633 \begin_inset Text
2634
2635 \begin_layout Plain Layout
2636
2637 \family roman
2638 \series medium
2639 \shape up
2640 \size normal
2641 \emph off
2642 \bar no
2643 \noun off
2644 \color none
2645 Ted
2646 \end_layout
2647
2648 \end_inset
2649 </cell>
2650 </row>
2651 <row>
2652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2653 \begin_inset Text
2654
2655 \begin_layout Plain Layout
2656
2657 \family roman
2658 \series medium
2659 \shape up
2660 \size normal
2661 \emph off
2662 \bar no
2663 \noun off
2664 \color none
2665 \begin_inset Formula $\int x^{2}dx$
2666 \end_inset
2667
2668
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677
2678 \family roman
2679 \series medium
2680 \shape up
2681 \size normal
2682 \emph off
2683 \bar no
2684 \noun off
2685 \color none
2686 \begin_inset Formula $\left[\begin{array}{cc}
2687 a & b\\
2688 c & d\end{array}\right]$
2689 \end_inset
2690
2691
2692 \end_layout
2693
2694 \end_inset
2695 </cell>
2696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700
2701 \family roman
2702 \series medium
2703 \shape up
2704 \size normal
2705 \emph off
2706 \bar no
2707 \noun off
2708 \color none
2709 \begin_inset Formula $1+1=2$
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \end_inset
2716 </cell>
2717 </row>
2718 </lyxtabular>
2719
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \end_inset
2726
2727
2728 \end_layout
2729
2730 \begin_layout Standard
2731 Table floats can be inserted using the menu 
2732 \family sans
2733 Insert\SpecialChar \menuseparator
2734 Float\SpecialChar \menuseparator
2735 Table
2736 \family default
2737  or the toolbar button 
2738 \begin_inset Graphics
2739         filename ../images/float-insert_table.png
2740         scale 85
2741         scaleBeforeRotation
2742
2743 \end_inset
2744
2745 .
2746 \end_layout
2747
2748 \begin_layout Standard
2749 The float appears as a collapsible box with a caption that has the label
2750  
2751 \begin_inset Quotes eld
2752 \end_inset
2753
2754 Table
2755 \begin_inset space ~
2756 \end_inset
2757
2758 #:
2759 \begin_inset Quotes erd
2760 \end_inset
2761
2762  (# is the actual table number).
2763  You can insert tables to the float above or below the caption.
2764 \end_layout
2765
2766 \begin_layout Standard
2767 Table
2768 \begin_inset space ~
2769 \end_inset
2770
2771
2772 \begin_inset CommandInset ref
2773 LatexCommand ref
2774 reference "tab:a table float"
2775
2776 \end_inset
2777
2778  is an example table within a table float.
2779 \end_layout
2780
2781 \begin_layout Standard
2782 Having the caption above the table is the common rule that is unfortunately
2783  not supported in LaTeX's standard classes.
2784  That means if you are using the document classes 
2785 \family sans
2786 article
2787 \family default
2788
2789 \family sans
2790 book
2791 \family default
2792
2793 \family sans
2794 letter
2795 \family default
2796 , or 
2797 \family sans
2798 report
2799 \family default
2800  there will be no space between the caption and the table.
2801  To insert the needed space, add the following option to the load command
2802  of the LaTeX-package 
2803 \series bold
2804 caption
2805 \series default
2806
2807 \begin_inset Index
2808 status collapsed
2809
2810 \begin_layout Plain Layout
2811 LaTeX-packages ! caption
2812 \end_layout
2813
2814 \end_inset
2815
2816  in your document preamble
2817 \begin_inset Foot
2818 status collapsed
2819
2820 \begin_layout Plain Layout
2821 For more information have a look at section
2822 \begin_inset space ~
2823 \end_inset
2824
2825
2826 \begin_inset CommandInset ref
2827 LatexCommand ref
2828 reference "sec:Caption-Placement"
2829
2830 \end_inset
2831
2832 .
2833 \end_layout
2834
2835 \end_inset
2836
2837 :
2838 \end_layout
2839
2840 \begin_layout Standard
2841
2842 \series bold
2843 tableposition=top
2844 \end_layout
2845
2846 \begin_layout Standard
2847 The package 
2848 \series bold
2849 caption
2850 \series default
2851 , which is described in section
2852 \begin_inset space ~
2853 \end_inset
2854
2855
2856 \begin_inset CommandInset ref
2857 LatexCommand ref
2858 reference "sec:Caption-Formatting"
2859
2860 \end_inset
2861
2862 , is used to adjust the caption format.
2863 \end_layout
2864
2865 \begin_layout Standard
2866 \begin_inset Index
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870 References ! to Tables
2871 \end_layout
2872
2873 \end_inset
2874
2875 Tables can be cross-referenced in the text by referencing their label.
2876  To do this insert a label in the caption using the menu 
2877 \family sans
2878 Insert\SpecialChar \menuseparator
2879 Label
2880 \family default
2881  or the toolbar button 
2882 \begin_inset Graphics
2883         filename ../images/label-insert.png
2884         scale 85
2885         scaleBeforeRotation
2886
2887 \end_inset
2888
2889 .
2890  You can now refer to the label using the menu 
2891 \family sans
2892 Insert\SpecialChar \menuseparator
2893 Cross
2894 \begin_inset space ~
2895 \end_inset
2896
2897 reference
2898 \family default
2899  or the toolbar button 
2900 \begin_inset Graphics
2901         filename ../images/dialog-show-new-inset_ref.png
2902         scale 85
2903         scaleBeforeRotation
2904
2905 \end_inset
2906
2907 .
2908 \begin_inset Newline newline
2909 \end_inset
2910
2911 Referencing is explained in detail in section
2912 \begin_inset space ~
2913 \end_inset
2914
2915
2916 \begin_inset CommandInset ref
2917 LatexCommand ref
2918 reference "sec:Referencing-Floats"
2919
2920 \end_inset
2921
2922 .
2923 \end_layout
2924
2925 \begin_layout Section
2926 Longtables
2927 \begin_inset CommandInset label
2928 LatexCommand label
2929 name "sec:Longtables"
2930
2931 \end_inset
2932
2933
2934 \begin_inset Index
2935 status collapsed
2936
2937 \begin_layout Plain Layout
2938 Longtables
2939 \end_layout
2940
2941 \end_inset
2942
2943
2944 \begin_inset Index
2945 status collapsed
2946
2947 \begin_layout Plain Layout
2948 Table ! Longtables
2949 \end_layout
2950
2951 \end_inset
2952
2953
2954 \end_layout
2955
2956 \begin_layout Standard
2957 If the table is too long to fit on one page, you can use the option 
2958 \family sans
2959 Use
2960 \begin_inset space ~
2961 \end_inset
2962
2963 long
2964 \begin_inset space ~
2965 \end_inset
2966
2967 table
2968 \family default
2969  in the tab 
2970 \family sans
2971 Longtable
2972 \family default
2973  of the table dialog to split the table automatically over more pages.
2974  Doing this enables the following options:
2975 \end_layout
2976
2977 \begin_layout Description
2978
2979 \family sans
2980 Header
2981 \family default
2982 : The current row and all rows above, that don't have any special options
2983  defined, are defined to be the header rows of all pages of the longtable;
2984  except for the first page, if 
2985 \family sans
2986 First
2987 \begin_inset space ~
2988 \end_inset
2989
2990 header
2991 \family default
2992  is defined.
2993  This therefore called the main header.
2994 \end_layout
2995
2996 \begin_layout Description
2997
2998 \family sans
2999 First
3000 \begin_inset space ~
3001 \end_inset
3002
3003 header
3004 \family default
3005 : The current row and all rows above, that don't have any special options
3006  defined, are defined to be the header rows of the first page of the longtable.
3007 \end_layout
3008
3009 \begin_layout Description
3010
3011 \family sans
3012 Footer
3013 \family default
3014 : The current row and all rows below, that don't have any special options
3015  defined, are defined to be the footer rows of all pages of the longtable;
3016  except for the last page, if 
3017 \family sans
3018 Last
3019 \begin_inset space ~
3020 \end_inset
3021
3022 footer
3023 \family default
3024  is defined.
3025 \end_layout
3026
3027 \begin_layout Description
3028
3029 \family sans
3030 Last
3031 \begin_inset space ~
3032 \end_inset
3033
3034 footer
3035 \family default
3036 : The current row and all rows below, that don't have any special options
3037  defined, are defined to be the footer rows of the last page of the longtable.
3038 \end_layout
3039
3040 \begin_layout Description
3041 Caption: The first row is reset as single column.
3042  You can now insert there the table caption via the menu 
3043 \family sans
3044 Insert\SpecialChar \menuseparator
3045 Caption
3046 \family default
3047 .
3048  More about longtable captions is explained in sec.
3049 \begin_inset space \thinspace{}
3050 \end_inset
3051
3052
3053 \begin_inset CommandInset ref
3054 LatexCommand ref
3055 reference "sub:Longtable-Captions"
3056
3057 \end_inset
3058
3059 .
3060 \end_layout
3061
3062 \begin_layout Standard
3063 You can also specify a row where the table is splitted.
3064  If you set more than one option in the same table row, you should be aware
3065  of the fact that only the first one is used in the given table row.
3066  The others will then be defined as 
3067 \emph on
3068 empty
3069 \emph default
3070 .
3071  In this context, first means first in this order: 
3072 \family sans
3073 Header,
3074 \family default
3075  
3076 \family sans
3077 First
3078 \begin_inset space ~
3079 \end_inset
3080
3081 header, Footer, Last
3082 \begin_inset space ~
3083 \end_inset
3084
3085 footer.
3086
3087 \family default
3088  See the following longtable to see how it works:
3089 \end_layout
3090
3091 \begin_layout Standard
3092 \align center
3093 \begin_inset Tabular
3094 <lyxtabular version="3" rows="69" columns="3">
3095 <features islongtable="true">
3096 <column alignment="left" valignment="top" width="0cm">
3097 <column alignment="left" valignment="top" width="0pt">
3098 <column alignment="center" valignment="top" width="0pt">
3099 <row endfirsthead="true">
3100 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \series bold
3106 Example Phone List (ignore the names)
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 </row>
3130 <row endfirsthead="true">
3131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \series bold
3137 NAME
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \series bold
3157 TEL.
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 </row>
3163 <row endhead="true">
3164 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168
3169 \series bold
3170 Example Phone List
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 </row>
3194 <row endhead="true">
3195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \series bold
3201 NAME
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Plain Layout
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \series bold
3221 TEL.
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row endfoot="true">
3228 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232  continued on next page
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 </row>
3256 <row>
3257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261
3262 \series bold
3263 Annovi
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell alignment="center" valignment="top" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272 Silvia
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281 111
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 </row>
3287 <row>
3288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292
3293 \series bold
3294 Bertoli
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell alignment="center" valignment="top" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303 Stefano
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 111
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row>
3319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323
3324 \series bold
3325 Bozzi
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 <cell alignment="center" valignment="top" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334 Walter
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 111
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 </row>
3349 <row>
3350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354
3355 \series bold
3356 Cachia
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365 Maria
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374 111
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 </row>
3380 <row>
3381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385
3386 \series bold
3387 Cachia
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 Maurizio
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 111
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 </row>
3411 <row>
3412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416
3417 \series bold
3418 Cinquemani
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell alignment="center" valignment="top" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427 Giusi
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 111
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 </row>
3442 <row>
3443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447
3448 \series bold
3449 Colin
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell alignment="center" valignment="top" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458 Bernard
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 111
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row>
3474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \series bold
3480 Concli
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489 Gianfranco
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 111
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 </row>
3504 <row>
3505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509
3510 \series bold
3511 Dal Bosco
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 <cell alignment="center" valignment="top" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520 Carolina
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 111
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 </row>
3535 <row>
3536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540
3541 \series bold
3542 Dalpiaz
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 Annamaria
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 111
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 <row>
3567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571
3572 \series bold
3573 Feliciello
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 Domenico
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 111
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602
3603 \series bold
3604 Focarelli
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613 Paola
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 111
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 </row>
3628 <row>
3629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633
3634 \series bold
3635 Galletti
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644 Oreste
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 111
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 </row>
3659 <row>
3660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664
3665 \series bold
3666 Gasparini
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 <cell alignment="center" valignment="top" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675 Franca
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 111
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 </row>
3690 <row>
3691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695
3696 \series bold
3697 Rizzardi
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 Paola
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 111
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 </row>
3721 <row>
3722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726
3727 \series bold
3728 Lassini
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 <cell alignment="center" valignment="top" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737 Giancarlo
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 111
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 </row>
3752 <row>
3753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757
3758 \series bold
3759 Malfatti
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 <cell alignment="center" valignment="top" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 Luciano
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 111
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row>
3784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788
3789 \series bold
3790 Malfatti
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 Valeriano
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 111
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row>
3815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819
3820 \series bold
3821 Meneguzzo
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830 Roberto
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 111
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 </row>
3845 <row>
3846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850
3851 \series bold
3852 Mezzadra
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861 Roberto
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 111
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 <row>
3877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881
3882 \series bold
3883 Pirpamer
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell alignment="center" valignment="top" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892 Erich
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 111
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912
3913 \series bold
3914 Pochiesa
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923 Paolo
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 111, 222
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943
3944 \series bold
3945 Radina
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 <cell alignment="center" valignment="top" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954 Claudio
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 111
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 </row>
3969 <row>
3970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974
3975 \series bold
3976 Stuffer
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985 Oskar
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 111
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 </row>
4000 <row>
4001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005
4006 \series bold
4007 Tacchelli
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016 Ugo
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 111
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036
4037 \series bold
4038 Tezzele
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047 Margit
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 111
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \series bold
4069 Unterkalmsteiner
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Frieda
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 111
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098
4099 \series bold
4100 Vieider
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 Hilde
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 111
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129
4130 \series bold
4131 Vigna
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 Jürgen
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 111
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \series bold
4162 Weber
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 Maurizio
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 111
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191
4192 \series bold
4193 Winkler
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 Franz
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 111
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222  
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251
4252 \series bold
4253 Annovi
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 Silvia
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 555
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \series bold
4284 Bertoli
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 Stefano
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 555
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \series bold
4315 Bozzi
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 Walter
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 555
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 <row>
4340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344
4345 \series bold
4346 Cachia
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 Maria
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 555
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 </row>
4370 <row>
4371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375
4376 \series bold
4377 Cachia
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 Maurizio
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 555
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 </row>
4401 <row>
4402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406
4407 \series bold
4408 Cinquemani
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 Giusi
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 555
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 </row>
4432 <row>
4433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437
4438 \series bold
4439 Colin
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 Bernard
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 555
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468
4469 \series bold
4470 Concli
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 Gianfranco
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 555
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row>
4495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499
4500 \series bold
4501 Dal Bosco
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 Carolina
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 555
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 </row>
4525 <row>
4526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530
4531 \series bold
4532 Dalpiaz
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 Annamaria
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 555
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 </row>
4556 <row>
4557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561
4562 \series bold
4563 Feliciello
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 Domenico
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 555
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 </row>
4587 <row>
4588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592
4593 \series bold
4594 Focarelli
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 Paola
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 555
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 </row>
4618 <row>
4619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623
4624 \series bold
4625 Galletti
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 Oreste
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 555
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 </row>
4649 <row>
4650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654
4655 \series bold
4656 Gasparini
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 <cell alignment="center" valignment="top" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665 Franca
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 555
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 </row>
4680 <row>
4681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685
4686 \series bold
4687 Rizzardi
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 <cell alignment="center" valignment="top" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696 Paola
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 555
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 </row>
4711 <row>
4712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716
4717 \series bold
4718 Lassini
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 Giancarlo
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 555
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 </row>
4742 <row>
4743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747
4748 \series bold
4749 Malfatti
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 <cell alignment="center" valignment="top" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 Luciano
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 555
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778
4779 \series bold
4780 Malfatti
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789 Valeriano
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 555
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row>
4805 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809
4810 \series bold
4811 Meneguzzo
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 Roberto
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 555
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 </row>
4835 <row>
4836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840
4841 \series bold
4842 Mezzadra
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 <cell alignment="center" valignment="top" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851 Roberto
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 555
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \series bold
4873 Pirpamer
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 Erich
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 555
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 </row>
4897 <row>
4898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902
4903 \series bold
4904 Pochiesa
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell alignment="center" valignment="top" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 Paolo
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 555, 222
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 </row>
4928 <row>
4929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933
4934 \series bold
4935 Radina
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944 Claudio
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 555
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 </row>
4959 <row>
4960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964
4965 \series bold
4966 Stuffer
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 <cell alignment="center" valignment="top" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975 Oskar
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 555
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 </row>
4990 <row>
4991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995
4996 \series bold
4997 Tacchelli
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 <cell alignment="center" valignment="top" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006 Ugo
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 555
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 </row>
5021 <row>
5022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026
5027 \series bold
5028 Tezzele
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037 Margit
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 555
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 <row>
5053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057
5058 \series bold
5059 Unterkalmsteiner
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 Frieda
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 555
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 </row>
5083 <row>
5084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088
5089 \series bold
5090 Vieider
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 Hilde
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 555
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 <row>
5115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119
5120 \series bold
5121 Vigna
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 Jürgen
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 999
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 </row>
5145 <row>
5146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150
5151 \series bold
5152 Weber
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 Maurizio
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 555
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 </row>
5176 <row>
5177 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181
5182 \series bold
5183 Winkler
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 Franz
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 555
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 </row>
5207 <row endlastfoot="true">
5208 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 end
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 </lyxtabular>
5237
5238 \end_inset
5239
5240
5241 \begin_inset ERT
5242 status collapsed
5243
5244 \begin_layout Plain Layout
5245
5246
5247 \backslash
5248 addtocounter{table}{-1}
5249 \end_layout
5250
5251 \end_inset
5252
5253
5254 \begin_inset Note Note
5255 status collapsed
5256
5257 \begin_layout Plain Layout
5258 See the first greyed-out note in section
5259 \begin_inset space ~
5260 \end_inset
5261
5262
5263 \begin_inset CommandInset ref
5264 LatexCommand ref
5265 reference "sub:Longtable-Captions"
5266
5267 \end_inset
5268
5269  for an explanation of this command.
5270 \end_layout
5271
5272 \end_inset
5273
5274
5275 \end_layout
5276
5277 \begin_layout Subsection
5278 Footnotes in Longtables
5279 \begin_inset CommandInset label
5280 LatexCommand label
5281 name "sub:Footnotes-in-Longtables"
5282
5283 \end_inset
5284
5285
5286 \begin_inset Index
5287 status collapsed
5288
5289 \begin_layout Plain Layout
5290 Longtables ! Footnotes
5291 \end_layout
5292
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \begin_layout Standard
5299 Footnotes can be inserted to every longtable cell.
5300  They appear at the bottom of the page where the table cell with the footnote
5301  appears.
5302  Table
5303 \begin_inset space ~
5304 \end_inset
5305
5306
5307 \begin_inset CommandInset ref
5308 LatexCommand ref
5309 reference "tab:DiffCaptions"
5310
5311 \end_inset
5312
5313  has for example a footnote.
5314 \end_layout
5315
5316 \begin_layout Subsection
5317 Longtable Alignment
5318 \begin_inset Index
5319 status collapsed
5320
5321 \begin_layout Plain Layout
5322 Longtables ! Alignment
5323 \end_layout
5324
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \begin_layout Standard
5331 Longtables are by default centered.
5332  In contrary to the alignment of the table columns and row, the table alignment
5333  can currently not be changed in the table dialog.
5334  To change the alignment of longtables you have to change the value of the
5335  lengths 
5336 \series bold
5337
5338 \backslash
5339 LTleft 
5340 \series default
5341 and 
5342 \series bold
5343
5344 \backslash
5345 LTright
5346 \series default
5347  by inserting this line as TeX-Code before the corresponding longtable:
5348 \end_layout
5349
5350 \begin_layout Standard
5351
5352 \series bold
5353
5354 \backslash
5355 setlength{
5356 \backslash
5357 LTleft}{value}
5358 \end_layout
5359
5360 \begin_layout Standard
5361 Where the value can have any of the units listed in Table
5362 \begin_inset space ~
5363 \end_inset
5364
5365
5366 \begin_inset CommandInset ref
5367 LatexCommand ref
5368 reference "tab:Units"
5369
5370 \end_inset
5371
5372 .
5373  
5374 \series bold
5375
5376 \backslash
5377 LTleft
5378 \series default
5379  controls the horizontal distance from the left page border to the longtable,
5380  
5381 \series bold
5382
5383 \backslash
5384 LTright
5385 \series default
5386  the distance from the right side.
5387  The default value for both lengths is 
5388 \series bold
5389
5390 \backslash
5391 fill
5392 \series default
5393 , which is in this case the same as an horizontal fill in LyX.
5394 \end_layout
5395
5396 \begin_layout Standard
5397 The following longtable was left-aligned by setting 
5398 \series bold
5399
5400 \backslash
5401 LTleft
5402 \series default
5403  to 0
5404 \begin_inset space \thinspace{}
5405 \end_inset
5406
5407 pt.
5408 \begin_inset ERT
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412
5413
5414 \backslash
5415 setlength{
5416 \backslash
5417 LTleft}{0pt}
5418 \end_layout
5419
5420 \end_inset
5421
5422
5423 \end_layout
5424
5425 \begin_layout Standard
5426 \begin_inset Tabular
5427 <lyxtabular version="3" rows="5" columns="5">
5428 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5434 <row>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 1
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 2
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 3
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 4
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 5
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 asd
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 s
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 s
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 s
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 asd
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 asd
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 s
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 s
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 s
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 asd
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 </row>
5575 <row>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 asd
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 s
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 s
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 s
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 asd
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 asd
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 asd
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 asd
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 asd
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 asd
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 </lyxtabular>
5670
5671 \end_inset
5672
5673
5674 \begin_inset ERT
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678
5679
5680 \backslash
5681 setlength{
5682 \backslash
5683 LTleft}{
5684 \backslash
5685 fill}
5686 \end_layout
5687
5688 \end_inset
5689
5690
5691 \begin_inset ERT
5692 status collapsed
5693
5694 \begin_layout Plain Layout
5695
5696
5697 \backslash
5698 addtocounter{table}{-1}
5699 \end_layout
5700
5701 \end_inset
5702
5703
5704 \begin_inset Note Note
5705 status collapsed
5706
5707 \begin_layout Plain Layout
5708 See the first greyed-out note in section
5709 \begin_inset space ~
5710 \end_inset
5711
5712
5713 \begin_inset CommandInset ref
5714 LatexCommand ref
5715 reference "sub:Longtable-Captions"
5716
5717 \end_inset
5718
5719  for an explanation of this command.
5720 \end_layout
5721
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \begin_layout Subsection
5728 Longtable Captions
5729 \begin_inset Index
5730 status collapsed
5731
5732 \begin_layout Plain Layout
5733 Longtables ! Captions
5734 \end_layout
5735
5736 \end_inset
5737
5738
5739 \begin_inset CommandInset label
5740 LatexCommand label
5741 name "sub:Longtable-Captions"
5742
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \begin_layout Standard
5749 A longtable cannot be put into a table float because floats can only be
5750  on one page but the caption environment of floats can also be used for
5751  longtables.
5752  Therefore the caption is inserted as first row of the table, as explained
5753  in sec.
5754 \begin_inset space \thinspace{}
5755 \end_inset
5756
5757
5758 \begin_inset CommandInset ref
5759 LatexCommand ref
5760 reference "sec:Longtables"
5761
5762 \end_inset
5763
5764 .
5765  The first table row is then only a dummy row for the caption, the actual
5766  table starts with the second row.
5767 \end_layout
5768
5769 \begin_layout Standard
5770 Here is a short longtable to see how it works:
5771 \end_layout
5772
5773 \begin_layout Standard
5774 \begin_inset Tabular
5775 <lyxtabular version="3" rows="6" columns="5">
5776 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5782 <row caption="true">
5783 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 \begin_inset Caption
5788
5789 \begin_layout Plain Layout
5790 Longtable with caption
5791 \begin_inset OptArg
5792 status open
5793
5794 \begin_layout Plain Layout
5795 Longtable
5796 \end_layout
5797
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 1
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 2
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 3
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 4
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 5
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 asd
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 s
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 asd
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 asd
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 s
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 <row>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 asd
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 s
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 s
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 asd
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row>
6036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 </lyxtabular>
6083
6084 \end_inset
6085
6086
6087 \end_layout
6088
6089 \begin_layout Standard
6090 \begin_inset VSpace medskip
6091 \end_inset
6092
6093
6094 \begin_inset Note Greyedout
6095 status open
6096
6097 \begin_layout Plain Layout
6098
6099 \series bold
6100 Note
6101 \begin_inset space ~
6102 \end_inset
6103
6104 1:
6105 \series default
6106  The table number is increased for every longtable, also if you didn't set
6107  a caption for it.
6108  For this reason you could have the case that e.
6109 \begin_inset space \thinspace{}
6110 \end_inset
6111
6112 g.
6113 \begin_inset space \space{}
6114 \end_inset
6115
6116 Table
6117 \begin_inset space ~
6118 \end_inset
6119
6120 2.4 follows on Table
6121 \begin_inset space ~
6122 \end_inset
6123
6124 2.1 in the list of tables if there are two longtables without captions.
6125  To avoid this you can add the following command in TeX-Code behind every
6126  longtable without a caption:
6127 \end_layout
6128
6129 \begin_layout Plain Layout
6130
6131 \series bold
6132
6133 \backslash
6134 addtocounter{table}{-1}
6135 \end_layout
6136
6137 \begin_layout Plain Layout
6138 This is not needed when none of your longtables have a caption and you add
6139  the following code to the document preamble:
6140 \end_layout
6141
6142 \begin_layout Plain Layout
6143
6144 \series bold
6145
6146 \backslash
6147 let
6148 \backslash
6149 myEnd
6150 \backslash
6151 endlongtable
6152 \begin_inset Newline newline
6153 \end_inset
6154
6155
6156 \backslash
6157 renewcommand{
6158 \backslash
6159 endlongtable}{
6160 \backslash
6161 myEnd
6162 \backslash
6163 addtocounter{table}{-1}}
6164 \end_layout
6165
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \begin_layout Standard
6172 \begin_inset Note Greyedout
6173 status open
6174
6175 \begin_layout Plain Layout
6176
6177 \series bold
6178 Note
6179 \begin_inset space ~
6180 \end_inset
6181
6182 2:
6183 \series default
6184  If you are using
6185 \series bold
6186  hyperref
6187 \series default
6188
6189 \begin_inset Index
6190 status collapsed
6191
6192 \begin_layout Plain Layout
6193 LaTeX-packages ! hyperref
6194 \end_layout
6195
6196 \end_inset
6197
6198  in the 
6199 \family sans
6200 PDF Properties
6201 \family default
6202  of the 
6203 \family sans
6204 Document Settings
6205 \family default
6206  dialog to link cross-references, the link to a longtable caption will always
6207  point to the beginning of the document.
6208 \end_layout
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \begin_layout Standard
6216 \begin_inset Newpage newpage
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \begin_layout Subsubsection
6223 References to Longtables
6224 \begin_inset Index
6225 status collapsed
6226
6227 \begin_layout Plain Layout
6228 Longtables ! References
6229 \end_layout
6230
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \begin_layout Standard
6237 \begin_inset Tabular
6238 <lyxtabular version="3" rows="6" columns="5">
6239 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6245 <row caption="true">
6246 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 \begin_inset Caption
6251
6252 \begin_layout Plain Layout
6253 Referenced longtable
6254 \begin_inset CommandInset label
6255 LatexCommand label
6256 name "tab:RefExample"
6257
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 1
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 2
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 3
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 4
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 5
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 asd
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 s
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 s
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 asd
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 asd
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 s
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 s
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 s
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 asd
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 <row>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 asd
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 s
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 s
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 s
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 asd
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 <row>
6496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 asd
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 sad
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 asd
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 asd
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 asd
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 </row>
6542 </lyxtabular>
6543
6544 \end_inset
6545
6546
6547 \end_layout
6548
6549 \begin_layout Standard
6550 To reference a longtable, insert a label into the caption.
6551 \end_layout
6552
6553 \begin_layout Standard
6554 This is a reference to Table
6555 \begin_inset space ~
6556 \end_inset
6557
6558
6559 \begin_inset CommandInset ref
6560 LatexCommand ref
6561 reference "tab:RefExample"
6562
6563 \end_inset
6564
6565 .
6566 \end_layout
6567
6568 \begin_layout Standard
6569 The caption layout can be set together with all other captions of your document
6570  using the LaTeX-package 
6571 \series bold
6572 caption
6573 \series default
6574
6575 \begin_inset Index
6576 status collapsed
6577
6578 \begin_layout Plain Layout
6579 LaTeX-packages ! caption
6580 \end_layout
6581
6582 \end_inset
6583
6584 , see section
6585 \begin_inset space ~
6586 \end_inset
6587
6588
6589 \begin_inset CommandInset ref
6590 LatexCommand ref
6591 reference "sec:Caption-Formatting"
6592
6593 \end_inset
6594
6595 .
6596 \end_layout
6597
6598 \begin_layout Subsubsection
6599 Caption Width
6600 \begin_inset Index
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Longtables ! Caption Width
6605 \end_layout
6606
6607 \end_inset
6608
6609
6610 \end_layout
6611
6612 \begin_layout Standard
6613 The maximal width of of caption lines is defined by the length 
6614 \series bold
6615
6616 \backslash
6617 LTcapwidth
6618 \series default
6619 .
6620  Its default value is 4
6621 \begin_inset space \thinspace{}
6622 \end_inset
6623
6624 in.
6625  To change it add the following command to your document preamble or as
6626  TeX-Code into your document before the longtable that should be affected
6627 \end_layout
6628
6629 \begin_layout Standard
6630
6631 \series bold
6632
6633 \backslash
6634 setlength{
6635 \backslash
6636 LTcapwidth}{width}
6637 \end_layout
6638
6639 \begin_layout Standard
6640 where the width could have one of the units listed in appendix
6641 \begin_inset space ~
6642 \end_inset
6643
6644
6645 \begin_inset CommandInset ref
6646 LatexCommand ref
6647 reference "cha:Units-available-in"
6648
6649 \end_inset
6650
6651 .
6652 \end_layout
6653
6654 \begin_layout Standard
6655 The following tables show the difference:
6656 \end_layout
6657
6658 \begin_layout Standard
6659 \begin_inset Tabular
6660 <lyxtabular version="3" rows="6" columns="5">
6661 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6667 <row caption="true">
6668 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 \begin_inset Caption
6673
6674 \begin_layout Plain Layout
6675 long full title with default width long full title with default width long
6676  full title with default width
6677 \begin_inset OptArg
6678 status collapsed
6679
6680 \begin_layout Plain Layout
6681 caption with default width
6682 \end_layout
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 1
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 2
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 3
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 4
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 5
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 <row>
6781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 asd
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 s
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 asd
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 </row>
6827 <row>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 asd
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 s
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 s
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 s
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 </row>
6874 <row>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 asd
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 s
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 s
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 s
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 asd
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 </row>
6921 <row>
6922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 asd
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 sad
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 asd
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 asd
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 asd
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 </row>
6968 </lyxtabular>
6969
6970 \end_inset
6971
6972
6973 \end_layout
6974
6975 \begin_layout Standard
6976 \begin_inset ERT
6977 status collapsed
6978
6979 \begin_layout Plain Layout
6980
6981
6982 \backslash
6983 setlength{
6984 \backslash
6985 LTcapwidth}{5cm}
6986 \end_layout
6987
6988 \end_inset
6989
6990
6991 \begin_inset Tabular
6992 <lyxtabular version="3" rows="6" columns="5">
6993 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6999 <row caption="true">
7000 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 \begin_inset Caption
7005
7006 \begin_layout Plain Layout
7007 long full title with width set to 5
7008 \begin_inset space \thinspace{}
7009 \end_inset
7010
7011 cm long full title with width set to 5
7012 \begin_inset space \thinspace{}
7013 \end_inset
7014
7015 cm long full title with width set to 5
7016 \begin_inset space \thinspace{}
7017 \end_inset
7018
7019 cm
7020 \begin_inset OptArg
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024 caption with width
7025 \begin_inset space \thinspace{}
7026 \end_inset
7027
7028 =
7029 \begin_inset space \thinspace{}
7030 \end_inset
7031
7032 5
7033 \begin_inset space \thinspace{}
7034 \end_inset
7035
7036 cm
7037 \end_layout
7038
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 </row>
7088 <row>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 1
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 2
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 3
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 4
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 5
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 </row>
7135 <row>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 asd
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 s
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 s
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 s
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 asd
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 </row>
7182 <row>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 asd
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 s
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 s
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 s
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 asd
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 </row>
7229 <row>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 s
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 s
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 s
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 asd
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row>
7277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 sad
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 asd
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 asd
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 </row>
7323 </lyxtabular>
7324
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \begin_layout Standard
7331 \begin_inset ERT
7332 status collapsed
7333
7334 \begin_layout Plain Layout
7335
7336
7337 \backslash
7338 setlength{
7339 \backslash
7340 LTcapwidth}{4in}
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \end_layout
7347
7348 \begin_layout Standard
7349 \begin_inset Note Greyedout
7350 status open
7351
7352 \begin_layout Plain Layout
7353
7354 \series bold
7355 Note:
7356 \series default
7357  When the LaTeX-package 
7358 \series bold
7359 caption
7360 \series default
7361
7362 \begin_inset Index
7363 status collapsed
7364
7365 \begin_layout Plain Layout
7366 LaTeX-packages ! caption
7367 \end_layout
7368
7369 \end_inset
7370
7371  is used, as in this document, the full page width is used for the caption
7372  when you use the default value of 4
7373 \begin_inset space \thinspace{}
7374 \end_inset
7375
7376 in for 
7377 \series bold
7378
7379 \backslash
7380 LTcapwidth
7381 \series default
7382 .
7383  To get in this case exactly a 4
7384 \begin_inset space \thinspace{}
7385 \end_inset
7386
7387 in wide caption, you can either use a value slightly different from 4.0
7388 \begin_inset space \thinspace{}
7389 \end_inset
7390
7391 in, e.
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 g.
7396 \begin_inset space \space{}
7397 \end_inset
7398
7399 3.99
7400 \begin_inset space \thinspace{}
7401 \end_inset
7402
7403 in, or the LaTeX-command 
7404 \series bold
7405
7406 \backslash
7407 captionsetup{width=value}
7408 \series default
7409  that is provided by the 
7410 \series bold
7411 caption
7412 \series default
7413 -package.
7414 \end_layout
7415
7416 \end_inset
7417
7418
7419 \end_layout
7420
7421 \begin_layout Subsubsection
7422 Different Captions for Table Pages
7423 \begin_inset Index
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 Longtables ! Different Captions for Pages
7428 \end_layout
7429
7430 \end_inset
7431
7432
7433 \end_layout
7434
7435 \begin_layout Standard
7436 When the other captions should differ from the one of the first table page,
7437  insert a caption with a non-empty short title in a dummy caption row marked
7438  as first header.
7439  The caption used for the other table pages is inserted as caption without
7440  a short title in a dummy caption row that is marked as main header.
7441  When this caption shouldn't include the table number, use the command
7442 \end_layout
7443
7444 \begin_layout Standard
7445
7446 \series bold
7447
7448 \backslash
7449 caption*{caption text}
7450 \end_layout
7451
7452 \begin_layout Standard
7453 instead of LyX's caption box.
7454  The label to reference the table is inserted into the caption of the first
7455  header.
7456  Table
7457 \begin_inset space ~
7458 \end_inset
7459
7460
7461 \begin_inset CommandInset ref
7462 LatexCommand ref
7463 reference "tab:DiffCaptions"
7464
7465 \end_inset
7466
7467  is an example for a longtable with different heading where the second caption
7468  doesn't include the table number.
7469 \end_layout
7470
7471 \begin_layout Standard
7472 \align center
7473 \begin_inset Tabular
7474 <lyxtabular version="3" rows="60" columns="3">
7475 <features islongtable="true">
7476 <column alignment="left" valignment="top" width="0cm">
7477 <column alignment="left" valignment="top" width="0pt">
7478 <column alignment="center" valignment="top" width="0pt">
7479 <row endfirsthead="true" caption="true">
7480 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 \begin_inset Caption
7485
7486 \begin_layout Plain Layout
7487 Example Phone List
7488 \begin_inset CommandInset label
7489 LatexCommand label
7490 name "tab:DiffCaptions"
7491
7492 \end_inset
7493
7494
7495 \begin_inset OptArg
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499 Example Phone List
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row endfirsthead="true">
7534 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \series bold
7540 Example Phone List (ignore the names)
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 <row endfirsthead="true">
7565 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \series bold
7571 NAME
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589
7590 \series bold
7591 TEL.
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 </row>
7597 <row endhead="true" caption="true">
7598 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 \begin_inset ERT
7603 status open
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 caption*{Continued Example Phone List}
7610 \backslash
7611
7612 \backslash
7613 %
7614 \end_layout
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row endhead="true">
7643 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 Example Phone List
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row endhead="true">
7674 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 NAME
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 TEL.
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row endfoot="true">
7707 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 continued on next page
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \series bold
7742 Annovi
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 Silvia
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 111
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \series bold
7773 Bertoli
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 Stefano
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 111
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \series bold
7804 Bozzi
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 Walter
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 111
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 Cachia
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 Maria
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 111
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \series bold
7866 Cachia
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Maurizio
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 111
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \series bold
7897 Cinquemani
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Giusi
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 111
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 Colin
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 Bernard
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 111
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \series bold
7959 Concli
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Gianfranco
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 111
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Dal Bosco
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 Carolina
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 111
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 Dalpiaz
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Annamaria
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 111
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Feliciello
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Domenico
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Focarelli
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Paola
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Galletti
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Oreste
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Gasparini
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Franca
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Rizzardi
8177 \series default
8178
8179 \begin_inset Foot
8180 status open
8181
8182 \begin_layout Plain Layout
8183 Example footnote
8184 \end_layout
8185
8186 \end_inset
8187
8188
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Paola
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Lassini
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Giancarlo
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Malfatti
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Luciano
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Malfatti
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Valeriano
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Meneguzzo
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 Roberto
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 111
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \series bold
8343 Mezzadra
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Roberto
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 111
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \series bold
8374 Pirpamer
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 Erich
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 111
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \series bold
8405 Pochiesa
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 Paolo
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 111, 222
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \series bold
8436 Radina
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 Claudio
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 111
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \series bold
8467 Stuffer
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 Oskar
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 111
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \series bold
8498 Tacchelli
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 Ugo
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 111
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \series bold
8529 Tezzele
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 Margit
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 111
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \series bold
8560 Unterkalmsteiner
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 Frieda
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 111
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \series bold
8591 Vieider
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 Hilde
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 111
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620
8621 \series bold
8622 Vigna
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Jürgen
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 111
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \series bold
8653 Weber
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Maurizio
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 111
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \series bold
8684 Winkler
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 Franz
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 111
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713  
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Annovi
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Silvia
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 555
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Bertoli
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Stefano
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 555
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Bozzi
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Walter
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 555
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Cachia
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Maria
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 555
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Cachia
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Maurizio
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 555
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Cinquemani
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Giusi
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 555
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \series bold
8930 Colin
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Bernard
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 555
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Concli
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Gianfranco
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 555
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992 Dal Bosco
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Carolina
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 555
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \series bold
9023 Dalpiaz
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Annamaria
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 555
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \series bold
9054 Feliciello
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 Domenico
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 555
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083
9084 \series bold
9085 Focarelli
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Paola
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 555
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \series bold
9116 Galletti
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 Oreste
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 555
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \series bold
9147 Gasparini
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Franca
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 555
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \series bold
9178 Rizzardi
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 Paola
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 555
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 <row>
9203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207
9208 \series bold
9209 Lassini
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218 Giancarlo
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 555
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \series bold
9240 Malfatti
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 Luciano
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 555
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row>
9265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \series bold
9271 Malfatti
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 Valeriano
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 555
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \series bold
9302 Meneguzzo
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 Roberto
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 555
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \series bold
9333 Mezzadra
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 Roberto
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 555
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row endlastfoot="true">
9358 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 </lyxtabular>
9387
9388 \end_inset
9389
9390
9391 \end_layout
9392
9393 \begin_layout Section
9394 Special Longtable Issues
9395 \begin_inset CommandInset label
9396 LatexCommand label
9397 name "sec:Special-Longtable-Issues"
9398
9399 \end_inset
9400
9401
9402 \end_layout
9403
9404 \begin_layout Subsection
9405 Longtable Calculation
9406 \begin_inset Index
9407 status collapsed
9408
9409 \begin_layout Plain Layout
9410 Longtables ! Calculation
9411 \end_layout
9412
9413 \end_inset
9414
9415
9416 \end_layout
9417
9418 \begin_layout Standard
9419 LaTeX calculates the height of table pages and their page breaks using so
9420  called chunks.
9421  Chunks are pieces of the tables that are at once in LaTeX's memory.
9422  The default value is historically set to only 20 table rows.
9423  If you are using longtables with many pages this may slow down the creation
9424  of your document.
9425  You can safely increase the chunk size to values of 100-1000 by adding
9426  this command line to your document preamble:
9427 \end_layout
9428
9429 \begin_layout Standard
9430
9431 \series bold
9432
9433 \backslash
9434 setcounter{LTchunksize}{100}
9435 \end_layout
9436
9437 \begin_layout Subsection
9438 Floats and Longtables
9439 \begin_inset Index
9440 status collapsed
9441
9442 \begin_layout Plain Layout
9443 Longtables ! Floats
9444 \end_layout
9445
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \begin_layout Standard
9452 There might be problems when a float appears on the same page where a longtable
9453  starts.
9454  To avoid such situation, add the command 
9455 \series bold
9456
9457 \backslash
9458 clearpage
9459 \series default
9460  as TeX-Code before your longtable.
9461 \end_layout
9462
9463 \begin_layout Subsection
9464 Forced Page Breaks
9465 \begin_inset Index
9466 status collapsed
9467
9468 \begin_layout Plain Layout
9469 Longtables ! Forced Page Breaks
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \begin_layout Standard
9478 By default tables are only broken between rows.
9479  If you have a cell with multiples lines and want to have a page break within
9480  the cell, insert the new line command 
9481 \begin_inset Quotes eld
9482 \end_inset
9483
9484
9485 \series bold
9486
9487 \backslash
9488
9489 \backslash
9490
9491 \series default
9492
9493 \begin_inset Quotes erd
9494 \end_inset
9495
9496  as TeX-Code at this point of the cell where it can be broken.
9497  Before the 
9498 \series bold
9499
9500 \backslash
9501
9502 \backslash
9503
9504 \series default
9505  command you have to insert in TeX-Code so many 
9506 \begin_inset Quotes eld
9507 \end_inset
9508
9509
9510 \series bold
9511 &
9512 \series default
9513
9514 \begin_inset Quotes erd
9515 \end_inset
9516
9517  characters like the number of the following table columns.
9518  The 
9519 \series bold
9520 &
9521 \series default
9522  is the character to separate table cells.
9523  Write in TeX-Code after each 
9524 \series bold
9525 &
9526 \series default
9527  the content of the corresponding following cell and delete the content
9528  of these cells.
9529 \begin_inset Newline newline
9530 \end_inset
9531
9532 Behind the the 
9533 \series bold
9534
9535 \backslash
9536
9537 \backslash
9538
9539 \series default
9540  command, insert so many 
9541 \series bold
9542 &
9543 \series default
9544  characters like the number of table columns before the current column.
9545  In Table
9546 \begin_inset space ~
9547 \end_inset
9548
9549
9550 \begin_inset CommandInset ref
9551 LatexCommand ref
9552 reference "tab:ForcedPagebreak"
9553
9554 \end_inset
9555
9556  the cell that should be broken is in the second column followed by another
9557  column.
9558  Therefore the following command was inserted in the cell as TeX-Code behind
9559  
9560 \begin_inset Quotes eld
9561 \end_inset
9562
9563
9564 \emph on
9565 Castelchiodato,
9566 \emph default
9567
9568 \begin_inset Quotes erd
9569 \end_inset
9570
9571 :
9572 \end_layout
9573
9574 \begin_layout Standard
9575
9576 \series bold
9577 & 111
9578 \backslash
9579
9580 \backslash
9581  
9582 \backslash
9583 newpage
9584 \begin_inset Newline newline
9585 \end_inset
9586
9587 &
9588 \end_layout
9589
9590 \begin_layout Standard
9591 The 
9592 \begin_inset Quotes eld
9593 \end_inset
9594
9595 111
9596 \begin_inset Quotes erd
9597 \end_inset
9598
9599  in the third columns of the row was deleted.
9600  
9601 \series bold
9602
9603 \backslash
9604 newpage
9605 \series default
9606  is only needed when a page break should definitively occur at this position,
9607  otherwise it is only a possibility to break.
9608  If your footer row of the longtable has for a certain reason no upper line
9609  but you would have a horizontal line where the cell is broken, use this
9610  command instead:
9611 \end_layout
9612
9613 \begin_layout Standard
9614
9615 \series bold
9616 & 111
9617 \backslash
9618
9619 \backslash
9620
9621 \begin_inset Newline newline
9622 \end_inset
9623
9624
9625 \backslash
9626 hline &
9627 \end_layout
9628
9629 \begin_layout Standard
9630 When the cell to be broken is in the last column, the command
9631 \end_layout
9632
9633 \begin_layout Standard
9634
9635 \series bold
9636
9637 \backslash
9638 setlength{
9639 \backslash
9640 parfillskip}{0pt}
9641 \end_layout
9642
9643 \begin_layout Standard
9644 must be inserted as TeX-Code at the beginning of the cell.
9645  This assures that the part of the cell that will be displayed on the new
9646  page appears with the full width.
9647 \end_layout
9648
9649 \begin_layout Standard
9650 \align center
9651 \begin_inset Tabular
9652 <lyxtabular version="3" rows="39" columns="3">
9653 <features islongtable="true">
9654 <column alignment="left" valignment="top" width="0cm">
9655 <column alignment="left" valignment="top" width="3cm">
9656 <column alignment="center" valignment="top" width="0pt">
9657 <row endfirsthead="true" caption="true">
9658 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 \begin_inset Caption
9663
9664 \begin_layout Plain Layout
9665 Table with forced page break in table cell
9666 \begin_inset CommandInset label
9667 LatexCommand label
9668 name "tab:ForcedPagebreak"
9669
9670 \end_inset
9671
9672
9673 \begin_inset OptArg
9674 status collapsed
9675
9676 \begin_layout Plain Layout
9677 Table with forced page break in table cell
9678 \end_layout
9679
9680 \end_inset
9681
9682
9683 \end_layout
9684
9685 \end_inset
9686
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row endfirsthead="true">
9712 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716
9717 \series bold
9718 Example Phone List (ignore the names)
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 </row>
9742 <row endfirsthead="true">
9743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747
9748 \series bold
9749 NAME
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \series bold
9769 TEL.
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row endhead="true" caption="true">
9776 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780 \begin_inset ERT
9781 status collapsed
9782
9783 \begin_layout Plain Layout
9784
9785
9786 \backslash
9787 caption*{Continued table with forced page break in table cell}
9788 \backslash
9789
9790 \backslash
9791 %
9792 \end_layout
9793
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row endhead="true">
9821 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825  
9826 \series bold
9827 Example Phone List
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row endhead="true">
9852 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \series bold
9858 NAME
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \series bold
9878 TEL.
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 </row>
9884 <row endfoot="true">
9885 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 continued on next page
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row>
9914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \series bold
9920 Annovi
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 Silvia
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 111
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 </row>
9944 <row>
9945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \series bold
9951 Bertoli
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960 Stefano
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 111
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row>
9976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \series bold
9982 Bozzi
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 Walter
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 111
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013 Cachia
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 Maria
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 111
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 Cachia
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 Maurizio
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 111
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 <row>
10069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \series bold
10075 Cinquemani
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 Giusi
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 111
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row>
10100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 Colin
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 Bernard
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 111
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row>
10131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \series bold
10137 Concli
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 Gianfranco
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 111
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \series bold
10168 Dal Bosco
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 Carolina
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 111
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 </row>
10192 <row>
10193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \series bold
10199 Dalpiaz
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 Annamaria
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 111
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 </row>
10223 <row>
10224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \series bold
10230 Feliciello
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 Domenico
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 111
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 </row>
10254 <row>
10255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \series bold
10261 Focarelli
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 Paola
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 111
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \series bold
10292 Galletti
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 Oreste
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 111
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row>
10317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \series bold
10323 Gasparini
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 Franca
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 111
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Lassini
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Giancarlo
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Malfatti
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Luciano
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 111
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Malfatti
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Valeriano
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Meneguzzo
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Roberto
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Mezzadra
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Roberto
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Pirpamer
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Erich
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540 Pochiesa
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Paolo
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 111, 222
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571 Radina
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 Claudio
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 111
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row>
10596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Rizzardi
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Paolo, 11.
10612  Fürst von Montecompatri, 11.
10613  Fürst von Sulmona und Vivaro, 10.
10614  Fürst von Rossano, 5.
10615  Herzog von Canemorte, 11.
10616  Herzog von Palombara, 5.
10617  Herzog von Castelchiodato,
10618 \begin_inset ERT
10619 status open
10620
10621 \begin_layout Plain Layout
10622
10623 & 111
10624 \backslash
10625
10626 \backslash
10627  
10628 \backslash
10629 newpage
10630 \end_layout
10631
10632 \begin_layout Plain Layout
10633
10634 &
10635 \end_layout
10636
10637 \end_inset
10638
10639  11.
10640  Herzog von Poggionativo, 11.
10641  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10642  Graf von Valinfreda, 11.
10643  Baron von Cropalati, 11.
10644  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 <row>
10660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664
10665 \series bold
10666 Stuffer
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 Oskar
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 111
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \series bold
10697 Tacchelli
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 Ugo
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 111
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 <row>
10722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \series bold
10728 Tezzele
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Margit
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 111
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 </row>
10752 <row>
10753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757
10758 \series bold
10759 Unterkalmsteiner
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 Frieda
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 111
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 </row>
10783 <row>
10784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \series bold
10790 Vieider
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 Hilde
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 111
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 </row>
10814 <row>
10815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819
10820 \series bold
10821 Vigna
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 Jürgen
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 111
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 <row>
10846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850
10851 \series bold
10852 Weber
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 Maurizio
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 111
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 </row>
10876 <row>
10877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \series bold
10883 Winkler
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 Franz
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 111
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row endlastfoot="true">
10908 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 </lyxtabular>
10937
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \begin_layout Section
10944 Multiple Lines Columns and Rows
10945 \end_layout
10946
10947 \begin_layout Subsection
10948 Multiple Lines in Table Cells
10949 \begin_inset CommandInset label
10950 LatexCommand label
10951 name "sub:Multiple-Lines-in"
10952
10953 \end_inset
10954
10955
10956 \begin_inset Index
10957 status collapsed
10958
10959 \begin_layout Plain Layout
10960 Multiple Lines in Table Cells
10961 \end_layout
10962
10963 \end_inset
10964
10965
10966 \begin_inset Index
10967 status collapsed
10968
10969 \begin_layout Plain Layout
10970 Table ! Linebreaks
10971 \end_layout
10972
10973 \end_inset
10974
10975
10976 \end_layout
10977
10978 \begin_layout Standard
10979 \noindent
10980 \begin_inset Float table
10981 placement H
10982 wide false
10983 sideways false
10984 status open
10985
10986 \begin_layout Plain Layout
10987 \begin_inset Caption
10988
10989 \begin_layout Plain Layout
10990 \begin_inset CommandInset label
10991 LatexCommand label
10992 name "tab:Table-with-multiple"
10993
10994 \end_inset
10995
10996 Table with multiple lines in cells
10997 \end_layout
10998
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \begin_layout Plain Layout
11005 \align center
11006 \begin_inset Tabular
11007 <lyxtabular version="3" rows="3" columns="3">
11008 <features>
11009 <column alignment="center" valignment="middle" width="2.5cm">
11010 <column alignment="center" valignment="middle" width="0">
11011 <column alignment="center" valignment="middle" width="0">
11012 <row>
11013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 multiple
11018 \begin_inset Newline linebreak
11019 \end_inset
11020
11021 lines
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 b
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 c
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 d
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 e
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 f
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 <row>
11075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 g
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 h
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 i
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 </row>
11103 </lyxtabular>
11104
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Standard
11116 Adjusting a fixed width for a column, enables to enter text as a paragraph
11117  with multiple lines and hyphenations.
11118 \end_layout
11119
11120 \begin_layout Standard
11121 To produce Table
11122 \begin_inset space ~
11123 \end_inset
11124
11125
11126 \begin_inset CommandInset ref
11127 LatexCommand ref
11128 reference "tab:Table-with-multiple"
11129
11130 \end_inset
11131
11132 , create a 3×3 table, mark the first cell and right-click on it.
11133  In the appearing table dialog we set a cell width of 2.5
11134 \begin_inset space \thinspace{}
11135 \end_inset
11136
11137 cm and choose centered for the vertical and horizontal alignment.
11138  The vertical alignment is used for all cells of the row.
11139  As our text is smaller than than 2.5
11140 \begin_inset space \thinspace{}
11141 \end_inset
11142
11143 cm, only one line will appear.
11144  To get two lines, a justified line break (shortcut 
11145 \begin_inset Info
11146 type  "shortcut"
11147 arg   "newline-insert linebreak"
11148 \end_inset
11149
11150 ) was added.
11151  If the text is wider than the set cell width, it will automatically be
11152  broken to several lines.
11153 \end_layout
11154
11155 \begin_layout Standard
11156 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11157  by LaTeX if it is the first entry.
11158  Therefore you need to insert something, to make the word not being the
11159  first entry.
11160  So add a horizontal space of 0
11161 \begin_inset space \thinspace{}
11162 \end_inset
11163
11164 pt before the word.
11165  As the space is zero, it doesn't change the output.
11166  Table
11167 \begin_inset space ~
11168 \end_inset
11169
11170
11171 \begin_inset CommandInset ref
11172 LatexCommand ref
11173 reference "tab:Table-with-and"
11174
11175 \end_inset
11176
11177  shows the effect.
11178 \end_layout
11179
11180 \begin_layout Standard
11181 \begin_inset Float table
11182 placement h
11183 wide false
11184 sideways false
11185 status open
11186
11187 \begin_layout Plain Layout
11188 \begin_inset Caption
11189
11190 \begin_layout Plain Layout
11191 \begin_inset CommandInset label
11192 LatexCommand label
11193 name "tab:Table-with-and"
11194
11195 \end_inset
11196
11197 Table with and without hyphenation
11198 \end_layout
11199
11200 \end_inset
11201
11202
11203 \end_layout
11204
11205 \begin_layout Plain Layout
11206 \begin_inset space \hfill{}
11207 \end_inset
11208
11209
11210 \begin_inset Tabular
11211 <lyxtabular version="3" rows="3" columns="3">
11212 <features>
11213 <column alignment="center" valignment="middle" width="2.5cm">
11214 <column alignment="center" valignment="middle" width="0">
11215 <column alignment="center" valignment="middle" width="0">
11216 <row>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 verylongtablecellword
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 b
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 c
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 </row>
11245 <row>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 d
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 e
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 f
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 </row>
11274 <row>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 g
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 h
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 i
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 </lyxtabular>
11304
11305 \end_inset
11306
11307
11308 \begin_inset space \hfill{}
11309 \end_inset
11310
11311
11312 \begin_inset Tabular
11313 <lyxtabular version="3" rows="3" columns="3">
11314 <features>
11315 <column alignment="center" valignment="middle" width="2.5cm">
11316 <column alignment="center" valignment="middle" width="0">
11317 <column alignment="center" valignment="middle" width="0">
11318 <row>
11319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 \begin_inset space \hspace{}
11324 \length 0pt
11325 \end_inset
11326
11327 verylongtablecellword
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 b
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 c
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 <row>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 d
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 e
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 f
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 </row>
11380 <row>
11381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 g
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 h
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 i
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 </row>
11409 </lyxtabular>
11410
11411 \end_inset
11412
11413
11414 \begin_inset space \hfill{}
11415 \end_inset
11416
11417
11418 \end_layout
11419
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \begin_layout Subsection
11426 Multicolumns
11427 \begin_inset CommandInset label
11428 LatexCommand label
11429 name "sub:Multicolumns"
11430
11431 \end_inset
11432
11433
11434 \begin_inset Index
11435 status collapsed
11436
11437 \begin_layout Plain Layout
11438 Multicolumns
11439 \end_layout
11440
11441 \end_inset
11442
11443
11444 \begin_inset Index
11445 status collapsed
11446
11447 \begin_layout Plain Layout
11448 Table ! Multicolumns
11449 \end_layout
11450
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \begin_layout Subsubsection
11457 Multicolumn Basics
11458 \end_layout
11459
11460 \begin_layout Standard
11461 To span a cell over multiple columns, mark as much cells within a line that
11462  should be one spanned cell and use either the table-toolbar button 
11463 \begin_inset Graphics
11464         filename ../images/tabular-feature_multicolumn.png
11465         scale 85
11466         scaleBeforeRotation
11467
11468 \end_inset
11469
11470 , or the menu 
11471 \family sans
11472 Edit\SpecialChar \menuseparator
11473 Table\SpecialChar \menuseparator
11474 Multicolumn
11475 \family default
11476 , or right click on the marked cells and choose multicolumn in the appearing
11477  table dialog under the tab 
11478 \family sans
11479 Table Settings
11480 \family default
11481 .
11482 \end_layout
11483
11484 \begin_layout Standard
11485 Multicolumns have there own cell settings.
11486  That means changing cell borders, cell alignment, and the width only affects
11487  the multicolumn.
11488  Here is an example table with a multicolumn cell in the first row and one
11489  in the last row without the upper border:
11490 \end_layout
11491
11492 \begin_layout Standard
11493 \align center
11494 \begin_inset Tabular
11495 <lyxtabular version="3" rows="3" columns="4">
11496 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11497 <column alignment="center" valignment="top" width="0pt">
11498 <column alignment="center" valignment="middle" width="0">
11499 <column alignment="center" valignment="top" width="0in">
11500 <column alignment="center" valignment="top" width="0pt">
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 abc
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 def ghi
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 jkl
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544
11545 \family roman
11546 \series medium
11547 \shape up
11548 \size normal
11549 \emph off
11550 \bar no
11551 \noun off
11552 \color none
11553 A
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 B
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 C
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 D
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 <row>
11587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 1
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 2
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 3
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 4
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 </lyxtabular>
11625
11626 \end_inset
11627
11628
11629 \end_layout
11630
11631 \begin_layout Subsubsection
11632 Multicolumn Calculations
11633 \begin_inset CommandInset label
11634 LatexCommand label
11635 name "sub:Multicolumn-Calculations"
11636
11637 \end_inset
11638
11639
11640 \begin_inset Index
11641 status collapsed
11642
11643 \begin_layout Plain Layout
11644 Multicolumns ! Calculations
11645 \end_layout
11646
11647 \end_inset
11648
11649
11650 \end_layout
11651
11652 \begin_layout Standard
11653 LyX supports multicolumns directly, but we have to take notice of the cell
11654  width of the columns spanned by the multicolumn cell.
11655 \end_layout
11656
11657 \begin_layout Standard
11658 \begin_inset Float table
11659 placement h
11660 wide false
11661 sideways false
11662 status open
11663
11664 \begin_layout Plain Layout
11665 \begin_inset Caption
11666
11667 \begin_layout Plain Layout
11668 \begin_inset CommandInset label
11669 LatexCommand label
11670 name "tab:Table-with-centered"
11671
11672 \end_inset
11673
11674 Table with centered multicolumn text above two columns that have exactly
11675  half the width of the multicolumn cell
11676 \begin_inset OptArg
11677 status collapsed
11678
11679 \begin_layout Plain Layout
11680 Perfect multicolumn table
11681 \end_layout
11682
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \begin_layout Plain Layout
11694 \align center
11695 \begin_inset Tabular
11696 <lyxtabular version="3" rows="3" columns="3">
11697 <features>
11698 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11699 <column alignment="center" valignment="middle" width="0">
11700 <column alignment="center" valignment="top" width="0">
11701 <row>
11702 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 multiple lines multicolumn
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 c
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 </row>
11730 <row>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 d
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 e
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 f
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 </row>
11759 <row>
11760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 g
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 h
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 i
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 </row>
11788 </lyxtabular>
11789
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \begin_layout Standard
11801 To create for example Table
11802 \begin_inset space ~
11803 \end_inset
11804
11805
11806 \begin_inset CommandInset ref
11807 LatexCommand ref
11808 reference "tab:Table-with-centered"
11809
11810 \end_inset
11811
11812 , mark the first two cells in the first row of a 3×3 table and right-click
11813  on them.
11814  Now choose for this cell 
11815 \emph on
11816 multicolumn
11817 \emph default
11818
11819 \emph on
11820 centered alignment
11821 \emph default
11822  and a width of 2.5
11823 \begin_inset space \thinspace{}
11824 \end_inset
11825
11826 cm in the table dialog.
11827  The spanned columns should have exactly half the width of the multicolumn
11828  cell, so that you would adjust a width of 1.25
11829 \begin_inset space \thinspace{}
11830 \end_inset
11831
11832 cm for the first column.
11833  The second column has then automatically a width of 1.25
11834 \begin_inset space \thinspace{}
11835 \end_inset
11836
11837 cm (multicolumn width - width of first column).
11838  This was done for Table
11839 \begin_inset space ~
11840 \end_inset
11841
11842
11843 \begin_inset CommandInset ref
11844 LatexCommand ref
11845 reference "tab:Table-without-half"
11846
11847 \end_inset
11848
11849 .
11850 \end_layout
11851
11852 \begin_layout Standard
11853 \begin_inset Float table
11854 wide false
11855 sideways false
11856 status open
11857
11858 \begin_layout Plain Layout
11859 \begin_inset Caption
11860
11861 \begin_layout Plain Layout
11862 \begin_inset CommandInset label
11863 LatexCommand label
11864 name "tab:Table-without-half"
11865
11866 \end_inset
11867
11868 Table where the spanned table columns have not exactly half the width of
11869  the multicolumn cell
11870 \begin_inset OptArg
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874 Imperfect multicolumn table
11875 \end_layout
11876
11877 \end_inset
11878
11879
11880 \end_layout
11881
11882 \end_inset
11883
11884
11885 \end_layout
11886
11887 \begin_layout Plain Layout
11888 \align center
11889 \begin_inset Tabular
11890 <lyxtabular version="3" rows="3" columns="3">
11891 <features>
11892 <column alignment="center" valignment="top" width="1.25cm">
11893 <column alignment="center" valignment="top" width="0">
11894 <column alignment="center" valignment="top" width="0">
11895 <row>
11896 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 multiple lines multicolumn
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 c
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 </row>
11924 <row>
11925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 d
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 e
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 f
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 </row>
11953 <row>
11954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 g
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 h
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 i
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 </row>
11982 </lyxtabular>
11983
11984 \end_inset
11985
11986
11987 \end_layout
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \begin_layout Standard
11995 You can see that the first column has not the half width of the multicolumn
11996  cell, it is a bit bigger.
11997  The reason is that the given width of a cell 
11998 \begin_inset Formula $W_{g}$
11999 \end_inset
12000
12001  is not its total width 
12002 \begin_inset Formula $W_{\mathrm{tot}}$
12003 \end_inset
12004
12005  because a cell is always a bit larger than its given width.
12006  Appendix
12007 \begin_inset space ~
12008 \end_inset
12009
12010
12011 \begin_inset CommandInset ref
12012 LatexCommand eqref
12013 reference "cha:Explanation-of-Equation"
12014
12015 \end_inset
12016
12017  explains it in detail.
12018 \end_layout
12019
12020 \begin_layout Standard
12021 The needed given width 
12022 \begin_inset Formula $W_{g\, n}$
12023 \end_inset
12024
12025  when 
12026 \emph on
12027 n
12028 \emph default
12029  columns are spanned can be calculated, so that each column has a total
12030  width of 
12031 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12032 \end_inset
12033
12034 :
12035 \begin_inset Formula \begin{equation}
12036 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12037
12038 \end_inset
12039
12040
12041 \end_layout
12042
12043 \begin_layout Standard
12044 In our case we have 
12045 \begin_inset Formula $n=2$
12046 \end_inset
12047
12048
12049 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12050 \end_inset
12051
12052 cm and the default values for the lengths, so that equation 
12053 \begin_inset CommandInset ref
12054 LatexCommand ref
12055 reference "eq:Wgn"
12056
12057 \end_inset
12058
12059  becomes
12060 \begin_inset Formula \begin{equation}
12061 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Standard
12069 To enable calculations in LaTeX, the LaTeX-package 
12070 \series bold
12071 calc
12072 \series default
12073  must be loaded with the document preamble line
12074 \begin_inset Index
12075 status collapsed
12076
12077 \begin_layout Plain Layout
12078 LaTeX-packages ! calc
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \begin_layout Standard
12087
12088 \series bold
12089
12090 \backslash
12091 usepackage{calc}
12092 \end_layout
12093
12094 \begin_layout Standard
12095 LyX does not allow to calculate lengths in the width-field of the table
12096  dialog.
12097  Therefore you have to format the column by inserting a LaTeX-argument in
12098  the dialog.
12099  Here is an overview about the arguments:
12100 \end_layout
12101
12102 \begin_layout Itemize
12103
12104 \series bold
12105 p{width}
12106 \series default
12107  creates cell with a fixed width, its text is vertically top-aligned
12108 \end_layout
12109
12110 \begin_layout Itemize
12111
12112 \series bold
12113 m{width}
12114 \series default
12115  creates cell with a fixed width, its text is vertically centered
12116 \end_layout
12117
12118 \begin_layout Itemize
12119
12120 \series bold
12121 b{width}
12122 \series default
12123  creates cell with a fixed width, its text is vertically bottom-aligned
12124 \end_layout
12125
12126 \begin_layout Standard
12127 By entering a LaTeX-argument, all cell settings set in the table dialog
12128  are overwritten.
12129 \end_layout
12130
12131 \begin_layout Standard
12132 \begin_inset Note Greyedout
12133 status open
12134
12135 \begin_layout Plain Layout
12136
12137 \series bold
12138 Note:
12139 \series default
12140  Due to a bug, LyX shows the overwritten settings anyway.
12141 \end_layout
12142
12143 \end_inset
12144
12145
12146 \end_layout
12147
12148 \begin_layout Standard
12149 As the text should be horizontally centered, the command 
12150 \series bold
12151
12152 \backslash
12153 centering
12154 \series default
12155  is added.
12156  You can now enter the following LaTeX-argument for the first spanned column:
12157 \end_layout
12158
12159 \begin_layout Standard
12160
12161 \series bold
12162 >{
12163 \backslash
12164 centering}m{1.25cm-6.2pt}
12165 \end_layout
12166
12167 \begin_layout Standard
12168 The command 
12169 \series bold
12170 >{ }
12171 \series default
12172  means, that the commands inside the braces are applied before the cell
12173  is created.
12174 \end_layout
12175
12176 \begin_layout Standard
12177 Although we have chosen centered alignment for the text of the multicolumn
12178  cell, it is still left aligned.
12179  This is because LyX only applies the alignment to single columns.
12180  So we have to use for the multicolumn the LaTeX-argument
12181 \end_layout
12182
12183 \begin_layout Standard
12184
12185 \series bold
12186 >{
12187 \backslash
12188 centering}m{2.5cm}
12189 \end_layout
12190
12191 \begin_layout Subsection
12192 Multirows
12193 \begin_inset Index
12194 status collapsed
12195
12196 \begin_layout Plain Layout
12197 Multirows
12198 \end_layout
12199
12200 \end_inset
12201
12202
12203 \begin_inset Index
12204 status collapsed
12205
12206 \begin_layout Plain Layout
12207 Table ! Multirows
12208 \end_layout
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \begin_layout Standard
12216 In contrary to multicolumns multirows are not yet supported by LyX so a
12217  bit of TeX-Code needs to be used.
12218  To use multirows load the LaTeX-package 
12219 \series bold
12220 multirow
12221 \series default
12222
12223 \begin_inset Index
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227 LaTeX-packages ! multirow
12228 \end_layout
12229
12230 \end_inset
12231
12232  in your document preamble with the command
12233 \end_layout
12234
12235 \begin_layout Standard
12236
12237 \series bold
12238
12239 \backslash
12240 usepackage{multirow}
12241 \end_layout
12242
12243 \begin_layout Standard
12244 Multirows are created with the command
12245 \end_layout
12246
12247 \begin_layout Standard
12248
12249 \series bold
12250
12251 \backslash
12252 multirow{number of rows}{cell width}{cell entry}
12253 \end_layout
12254
12255 \begin_layout Standard
12256 To create the following table:
12257 \end_layout
12258
12259 \begin_layout Standard
12260 \align center
12261 \begin_inset ERT
12262 status collapsed
12263
12264 \begin_layout Plain Layout
12265
12266
12267 \backslash
12268 renewcommand{
12269 \backslash
12270 multirowsetup}{
12271 \backslash
12272 centering}
12273 \end_layout
12274
12275 \end_inset
12276
12277
12278 \begin_inset Tabular
12279 <lyxtabular version="3" rows="3" columns="3">
12280 <features>
12281 <column alignment="center" valignment="top" width="0">
12282 <column alignment="center" valignment="top" width="0">
12283 <column alignment="center" valignment="top" width="0">
12284 <row>
12285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289 a
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 b
12299 \end_layout
12300
12301 \end_inset
12302 </cell>
12303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12304 \begin_inset Text
12305
12306 \begin_layout Plain Layout
12307 c
12308 \end_layout
12309
12310 \end_inset
12311 </cell>
12312 </row>
12313 <row>
12314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Plain Layout
12318 \begin_inset ERT
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322
12323
12324 \backslash
12325 multirow{2}{2.5cm}{
12326 \end_layout
12327
12328 \end_inset
12329
12330 multirow entry
12331 \begin_inset ERT
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335
12336 }
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350 e
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359 f
12360 \end_layout
12361
12362 \end_inset
12363 </cell>
12364 </row>
12365 <row>
12366 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12367 \begin_inset Text
12368
12369 \begin_layout Plain Layout
12370
12371 \end_layout
12372
12373 \end_inset
12374 </cell>
12375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12376 \begin_inset Text
12377
12378 \begin_layout Plain Layout
12379 h
12380 \end_layout
12381
12382 \end_inset
12383 </cell>
12384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12385 \begin_inset Text
12386
12387 \begin_layout Plain Layout
12388 i
12389 \end_layout
12390
12391 \end_inset
12392 </cell>
12393 </row>
12394 </lyxtabular>
12395
12396 \end_inset
12397
12398
12399 \begin_inset ERT
12400 status collapsed
12401
12402 \begin_layout Plain Layout
12403
12404
12405 \backslash
12406 renewcommand{
12407 \backslash
12408 multirowsetup}{
12409 \backslash
12410 raggedright}
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \begin_layout Standard
12419 create a 3×3 table.
12420  To get rid of the line above the last cell in the first column, the cell
12421  is marked as multicolumn and the upper border is unset.
12422  The multirow is now created in the second row of the first column by inserting
12423  there the command
12424 \end_layout
12425
12426 \begin_layout Standard
12427
12428 \series bold
12429
12430 \backslash
12431 multirow{2}{2.5cm}{
12432 \end_layout
12433
12434 \begin_layout Standard
12435 as TeX-Code.
12436  According to the command parameters the multirow spans now two rows and
12437  has a width of 2.5
12438 \begin_inset space \thinspace{}
12439 \end_inset
12440
12441 cm.
12442  The content of the multirow cell follows outside the TeX-Code box and the
12443  command is finished with a right brace 
12444 \series bold
12445 }
12446 \series default
12447  in another TeX-Code-box behind the text.
12448 \end_layout
12449
12450 \begin_layout Standard
12451
12452 \series bold
12453
12454 \backslash
12455 multirow
12456 \series default
12457  left-aligns its content by default.
12458  To override the default, renew the command 
12459 \series bold
12460
12461 \backslash
12462 multirowsetup
12463 \series default
12464  with the command
12465 \end_layout
12466
12467 \begin_layout Standard
12468
12469 \series bold
12470
12471 \backslash
12472 renewcommand{
12473 \backslash
12474 multirowsetup}{
12475 \backslash
12476 centering}
12477 \end_layout
12478
12479 \begin_layout Standard
12480 in TeX-Code in the document preamble.
12481  Then all entries of multirow cells in the document are centered.
12482  If centering is only needed for several tables, you can renew the command
12483  in an TeX-Code box just before the table instead of the preamble.
12484  If the text should be right-aligned, replace 
12485 \series bold
12486
12487 \backslash
12488 centering
12489 \series default
12490  by 
12491 \series bold
12492
12493 \backslash
12494 raggedleft
12495 \series default
12496 .
12497  To return to left-alignment 
12498 \series bold
12499
12500 \backslash
12501 raggedright
12502 \series default
12503  is used.
12504 \end_layout
12505
12506 \begin_layout Section
12507 Formal Tables
12508 \begin_inset CommandInset label
12509 LatexCommand label
12510 name "sec:Formal-Tables"
12511
12512 \end_inset
12513
12514
12515 \begin_inset Index
12516 status collapsed
12517
12518 \begin_layout Plain Layout
12519 Table ! Formal
12520 \end_layout
12521
12522 \end_inset
12523
12524
12525 \end_layout
12526
12527 \begin_layout Standard
12528 Tables are often typeset in books similar to Table
12529 \begin_inset space ~
12530 \end_inset
12531
12532
12533 \begin_inset CommandInset ref
12534 LatexCommand ref
12535 reference "tab:Example-booktabs-table"
12536
12537 \end_inset
12538
12539 .
12540  This kind of tables is called 
12541 \begin_inset Quotes eld
12542 \end_inset
12543
12544
12545 \emph on
12546 formal
12547 \emph default
12548
12549 \begin_inset Quotes erd
12550 \end_inset
12551
12552 .
12553  To make a table a formal table use the option 
12554 \family sans
12555 Formal
12556 \family default
12557  in the 
12558 \family sans
12559 Borders
12560 \family default
12561  tab of the table dialog.
12562 \end_layout
12563
12564 \begin_layout Standard
12565 \begin_inset Float table
12566 placement h
12567 wide false
12568 sideways false
12569 status open
12570
12571 \begin_layout Plain Layout
12572 \begin_inset Caption
12573
12574 \begin_layout Plain Layout
12575 \begin_inset CommandInset label
12576 LatexCommand label
12577 name "tab:Example-booktabs-table"
12578
12579 \end_inset
12580
12581 Example booktabs-table
12582 \end_layout
12583
12584 \end_inset
12585
12586
12587 \end_layout
12588
12589 \begin_layout Plain Layout
12590 \align center
12591 \begin_inset Tabular
12592 <lyxtabular version="3" rows="8" columns="4">
12593 <features booktabs="true">
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 <column alignment="center" valignment="top" width="0">
12598 <row>
12599 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 System
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 Medipix
12613 \begin_inset space \thinspace{}
12614 \end_inset
12615
12616 1
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 Medipix
12626 \begin_inset space \thinspace{}
12627 \end_inset
12628
12629 2
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 </row>
12644 <row>
12645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 \begin_inset ERT
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653
12654
12655 \backslash
12656 cmidrule(r){2-2}
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667
12668 \backslash
12669 cmidrule(l){3-4}
12670 \end_layout
12671
12672 \end_inset
12673
12674 Detector thickness [µm]
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 300
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 300
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 700
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 Edge angle [°]
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 3.55
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 2.71
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 <cell alignment="center" valignment="top" topline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 7.99
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 </row>
12745 <row topspace="default">
12746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 Spatial resolution [µm]
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 4.26
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 <cell alignment="center" valignment="top" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 10.17
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 10.56
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 </row>
12783 <row topspace="default">
12784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 MTF at 
12789 \begin_inset Formula $f_{\mathrm{max}}$
12790 \end_inset
12791
12792
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 0.53
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 0.37
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 <cell alignment="center" valignment="top" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 0.39
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 </row>
12825 <row topspace="default">
12826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 \begin_inset ERT
12831 status collapsed
12832
12833 \begin_layout Plain Layout
12834
12835
12836 \backslash
12837 cmidrule(l{10pt}){1-1}
12838 \end_layout
12839
12840 \end_inset
12841
12842 LSF-spatial resolution
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 <cell alignment="center" valignment="top" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 <row>
12876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 in µm
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 129.7
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 52.75
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 50.78
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 <row>
12914 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 in % of pixel size
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 76.3
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 95.9
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 92.3
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 </row>
12951 </lyxtabular>
12952
12953 \end_inset
12954
12955
12956 \end_layout
12957
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \begin_layout Standard
12964 Spaces to table rows can be added using the 
12965 \family sans
12966 Borders
12967 \family default
12968  tab of the table dialog as described in section
12969 \begin_inset space ~
12970 \end_inset
12971
12972
12973 \begin_inset CommandInset ref
12974 LatexCommand ref
12975 reference "sub:Row-Spacing"
12976
12977 \end_inset
12978
12979 .
12980 \end_layout
12981
12982 \begin_layout Standard
12983 In contrary to normal tables, formal tables have no vertical table lines.
12984  The horizontal table lines can be set like for normal tables but they appear
12985  with different width in the output:
12986 \begin_inset Newline newline
12987 \end_inset
12988
12989 The first and the last table line have a default width of 0.08
12990 \begin_inset space \thinspace{}
12991 \end_inset
12992
12993 em while the other lines have a default width of 0.05
12994 \begin_inset space \thinspace{}
12995 \end_inset
12996
12997 em.
12998 \end_layout
12999
13000 \begin_layout Standard
13001 The default widths can be changed with the following preamble lines
13002 \end_layout
13003
13004 \begin_layout Standard
13005
13006 \series bold
13007
13008 \backslash
13009 let
13010 \backslash
13011 mytoprule
13012 \backslash
13013 toprule
13014 \begin_inset Newline newline
13015 \end_inset
13016
13017
13018 \backslash
13019 renewcommand{
13020 \backslash
13021 toprule}{
13022 \backslash
13023 mytoprule[width]}
13024 \end_layout
13025
13026 \begin_layout Standard
13027 This example is for the first line, the so called 
13028 \series bold
13029 toprule
13030 \series default
13031 .
13032  If you want to change the width for the last line, replace 
13033 \series bold
13034 toprule
13035 \series default
13036  by 
13037 \series bold
13038 bottomrule
13039 \series default
13040 .
13041  To change the width for the other lines replace 
13042 \series bold
13043 toprule
13044 \series default
13045  by 
13046 \series bold
13047 midrule
13048 \series default
13049 .
13050  You can use all units listed in appendix
13051 \begin_inset space ~
13052 \end_inset
13053
13054
13055 \begin_inset CommandInset ref
13056 LatexCommand ref
13057 reference "cha:Units-available-in"
13058
13059 \end_inset
13060
13061  to set the width.
13062 \end_layout
13063
13064 \begin_layout Standard
13065 Lines that don't span over all table columns can be created by setting a
13066  table line for multicolumn cells.
13067  LyX will then internally use the command 
13068 \series bold
13069
13070 \backslash
13071 cmidrule
13072 \series default
13073  to create this line.
13074  Its full scheme is
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080
13081 \backslash
13082 cmidrule[width](trim){startcol-endcol}
13083 \end_layout
13084
13085 \begin_layout Standard
13086 The options of 
13087 \series bold
13088
13089 \backslash
13090 cmidrule
13091 \series default
13092  are are currently not supported by LyX so you have to use TeX-Code to be
13093  able to use them.
13094  
13095 \series bold
13096
13097 \backslash
13098 cmidrule
13099 \series default
13100 s can manually be created by inserting the command as TeX-Code as first
13101  cell entry of the first cell of a row.
13102  The line is then drawn in the output above the current row.
13103 \end_layout
13104
13105 \begin_layout Standard
13106 The default for the width is 0.03
13107 \begin_inset space \thinspace{}
13108 \end_inset
13109
13110 em.
13111  Startcol is the number of the column where the line starts and endcol the
13112  column number where the line ends.
13113  The endcol always needs to be specified, also when the line should span
13114  only one column.
13115  The optional parameter trim could be either 
13116 \emph on
13117 l{trimwidth}
13118 \emph default
13119 , or 
13120 \emph on
13121 r{trimwidth}
13122 \emph default
13123  where the trimwidth is also optional.
13124  Using for example the parameter 
13125 \emph on
13126 l{2pt}
13127 \emph default
13128  means that the line is trimmed from its left end by 2
13129 \begin_inset space \thinspace{}
13130 \end_inset
13131
13132 pt.
13133  If you don't specify the trimwidth the lines are trimmed by the default
13134  of 0.5
13135 \begin_inset space \thinspace{}
13136 \end_inset
13137
13138 em.
13139 \end_layout
13140
13141 \begin_layout Standard
13142 \begin_inset VSpace bigskip
13143 \end_inset
13144
13145 Table
13146 \begin_inset space ~
13147 \end_inset
13148
13149
13150 \begin_inset CommandInset ref
13151 LatexCommand ref
13152 reference "tab:Example-booktabs-table"
13153
13154 \end_inset
13155
13156  was created using the commands
13157 \end_layout
13158
13159 \begin_layout Standard
13160
13161 \series bold
13162
13163 \backslash
13164 cmidrule(r){2-2}
13165 \backslash
13166 cmidrule(l){3-4}
13167 \end_layout
13168
13169 \begin_layout Standard
13170 at the beginning of the in the second row and
13171 \end_layout
13172
13173 \begin_layout Standard
13174
13175 \series bold
13176
13177 \backslash
13178 cmidrule(l{10pt}){1-1}
13179 \end_layout
13180
13181 \begin_layout Standard
13182 in the sixth row.
13183 \end_layout
13184
13185 \begin_layout Standard
13186 \begin_inset VSpace bigskip
13187 \end_inset
13188
13189
13190 \end_layout
13191
13192 \begin_layout Standard
13193 You might want to have overlapping 
13194 \series bold
13195
13196 \backslash
13197 cmidrule
13198 \series default
13199 s like in Table
13200 \begin_inset space ~
13201 \end_inset
13202
13203
13204 \begin_inset CommandInset ref
13205 LatexCommand ref
13206 reference "tab:Special-booktabs-table"
13207
13208 \end_inset
13209
13210 .
13211  This can be achieved with the TeX-Code command
13212 \end_layout
13213
13214 \begin_layout Standard
13215
13216 \series bold
13217
13218 \backslash
13219 morecmidrules
13220 \end_layout
13221
13222 \begin_layout Standard
13223 The command that was used for the second row of Table
13224 \begin_inset space ~
13225 \end_inset
13226
13227
13228 \begin_inset CommandInset ref
13229 LatexCommand ref
13230 reference "tab:Special-booktabs-table"
13231
13232 \end_inset
13233
13234  is
13235 \end_layout
13236
13237 \begin_layout Standard
13238
13239 \series bold
13240
13241 \backslash
13242 cmidrule(r){2-2}
13243 \backslash
13244 cmidrule(l){3-4}
13245 \backslash
13246 morecmidrules
13247 \backslash
13248 cmidrule{2-4}
13249 \end_layout
13250
13251 \begin_layout Standard
13252 The command for the sixth row is
13253 \end_layout
13254
13255 \begin_layout Standard
13256
13257 \series bold
13258
13259 \backslash
13260 midrule
13261 \backslash
13262 morecmidrules
13263 \backslash
13264 cmidrule{3-4}
13265 \end_layout
13266
13267 \begin_layout Standard
13268 \begin_inset VSpace bigskip
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \begin_layout Standard
13275 If you are anyway not satisfied with the border line spacing, you can use
13276  the following command to produce lines that span over all table columns
13277 \series bold
13278 :
13279 \end_layout
13280
13281 \begin_layout Standard
13282
13283 \series bold
13284
13285 \backslash
13286 specialrule{width}{space above}{space below}
13287 \end_layout
13288
13289 \begin_layout Standard
13290 For more informations about these specialties, we refer to the manual of
13291  the LaTeX-package 
13292 \series bold
13293 booktabs
13294 \series default
13295  
13296 \begin_inset CommandInset citation
13297 LatexCommand cite
13298 key "booktabs"
13299
13300 \end_inset
13301
13302 .
13303 \begin_inset Index
13304 status collapsed
13305
13306 \begin_layout Plain Layout
13307 LaTeX-packages ! booktabs
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \begin_layout Standard
13316 \begin_inset Float table
13317 placement h
13318 wide false
13319 sideways false
13320 status open
13321
13322 \begin_layout Plain Layout
13323 \begin_inset Caption
13324
13325 \begin_layout Plain Layout
13326 \begin_inset CommandInset label
13327 LatexCommand label
13328 name "tab:Special-booktabs-table"
13329
13330 \end_inset
13331
13332 Special booktabs-table
13333 \end_layout
13334
13335 \end_inset
13336
13337
13338 \end_layout
13339
13340 \begin_layout Plain Layout
13341 \align center
13342 \begin_inset Tabular
13343 <lyxtabular version="3" rows="8" columns="4">
13344 <features booktabs="true">
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 <column alignment="center" valignment="top" width="0">
13349 <row>
13350 <cell alignment="center" valignment="top" topline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 System
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 Medipix
13364 \begin_inset space \thinspace{}
13365 \end_inset
13366
13367 1
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 Medipix
13377 \begin_inset space \thinspace{}
13378 \end_inset
13379
13380 2
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 </row>
13395 <row>
13396 <cell alignment="center" valignment="top" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405
13406 \backslash
13407 cmidrule(r){2-2}
13408 \end_layout
13409
13410 \end_inset
13411
13412
13413 \begin_inset ERT
13414 status collapsed
13415
13416 \begin_layout Plain Layout
13417
13418
13419 \backslash
13420 cmidrule(l){3-4}
13421 \end_layout
13422
13423 \end_inset
13424
13425
13426 \begin_inset ERT
13427 status collapsed
13428
13429 \begin_layout Plain Layout
13430
13431
13432 \backslash
13433 morecmidrules 
13434 \end_layout
13435
13436 \end_inset
13437
13438
13439 \begin_inset ERT
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443
13444
13445 \backslash
13446 cmidrule{2-4}
13447 \end_layout
13448
13449 \end_inset
13450
13451 Detector thickness [µm]
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 300
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469 300
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 700
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 </row>
13484 <row>
13485 <cell alignment="center" valignment="top" topline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 Edge angle [°]
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 3.55
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 2.71
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" topline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 7.99
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 </row>
13522 <row topspace="default">
13523 <cell alignment="center" valignment="top" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 Spatial resolution [µm]
13528 \end_layout
13529
13530 \end_inset
13531 </cell>
13532 <cell alignment="center" valignment="top" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536 4.26
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 10.17
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 10.56
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 </row>
13560 <row topspace="default">
13561 <cell alignment="center" valignment="top" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 MTF at 
13566 \begin_inset Formula $f_{\mathrm{max}}$
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell alignment="center" valignment="top" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 0.53
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 0.37
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 0.39
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 </row>
13602 <row>
13603 <cell alignment="center" valignment="top" topline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 \begin_inset ERT
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611
13612
13613 \backslash
13614 morecmidrules 
13615 \end_layout
13616
13617 \end_inset
13618
13619
13620 \begin_inset ERT
13621 status collapsed
13622
13623 \begin_layout Plain Layout
13624
13625
13626 \backslash
13627 cmidrule{3-4}
13628 \end_layout
13629
13630 \end_inset
13631
13632 LSF-spatial resolution
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 </row>
13665 <row>
13666 <cell alignment="center" valignment="top" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 in µm
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 129.7
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 52.75
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 50.78
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 </row>
13703 <row>
13704 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 in % of pixel size
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 76.3
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 95.9
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 92.3
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 </lyxtabular>
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \end_inset
13749
13750
13751 \end_layout
13752
13753 \begin_layout Section
13754 Vertical Table Alignment
13755 \begin_inset Index
13756 status collapsed
13757
13758 \begin_layout Plain Layout
13759 Table ! Alignment
13760 \end_layout
13761
13762 \end_inset
13763
13764
13765 \end_layout
13766
13767 \begin_layout Standard
13768 To align tables vertically in a text line the table must be inside a box.
13769  The box can then be vertically aligned as described in section
13770 \begin_inset space ~
13771 \end_inset
13772
13773
13774 \begin_inset CommandInset ref
13775 LatexCommand ref
13776 reference "sec:Box-Dialog"
13777
13778 \end_inset
13779
13780 .
13781 \end_layout
13782
13783 \begin_layout Standard
13784 In the following example the tables are inside a minipage
13785 \begin_inset Foot
13786 status collapsed
13787
13788 \begin_layout Plain Layout
13789 Minipages are described in section
13790 \begin_inset space ~
13791 \end_inset
13792
13793
13794 \begin_inset CommandInset ref
13795 LatexCommand ref
13796 reference "sec:Minipages"
13797
13798 \end_inset
13799
13800 .
13801 \end_layout
13802
13803 \end_inset
13804
13805  box that has a width of 15
13806 \begin_inset space \thinspace{}
13807 \end_inset
13808
13809 col%:
13810 \end_layout
13811
13812 \begin_layout Itemize
13813 test 
13814 \begin_inset Box Frameless
13815 position "t"
13816 hor_pos "c"
13817 has_inner_box 1
13818 inner_pos "c"
13819 use_parbox 0
13820 width "15col%"
13821 special "none"
13822 height "1in"
13823 height_special "totalheight"
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827 \begin_inset Tabular
13828 <lyxtabular version="3" rows="3" columns="3">
13829 <features>
13830 <column alignment="center" valignment="top" width="0">
13831 <column alignment="center" valignment="top" width="0">
13832 <column alignment="center" valignment="top" width="0">
13833 <row>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 a
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 d
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 g
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 <row>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 b
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 e
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 h
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 </row>
13891 <row>
13892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 c
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 f
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 i
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 </row>
13920 </lyxtabular>
13921
13922 \end_inset
13923
13924
13925 \end_layout
13926
13927 \end_inset
13928
13929  test 
13930 \begin_inset ERT
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934
13935
13936 \backslash
13937 raisebox{0.85
13938 \backslash
13939 baselineskip}{
13940 \end_layout
13941
13942 \end_inset
13943
13944
13945 \begin_inset Box Frameless
13946 position "t"
13947 hor_pos "c"
13948 has_inner_box 1
13949 inner_pos "c"
13950 use_parbox 0
13951 width "15col%"
13952 special "none"
13953 height "1in"
13954 height_special "totalheight"
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958 \begin_inset Tabular
13959 <lyxtabular version="3" rows="3" columns="3">
13960 <features>
13961 <column alignment="center" valignment="top" width="0">
13962 <column alignment="center" valignment="top" width="0">
13963 <column alignment="center" valignment="top" width="0">
13964 <row>
13965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 a
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 d
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 g
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 </row>
13993 <row>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 b
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007 e
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 h
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 </row>
14022 <row>
14023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 c
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 f
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 i
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 </row>
14051 </lyxtabular>
14052
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \end_inset
14059
14060
14061 \begin_inset ERT
14062 status collapsed
14063
14064 \begin_layout Plain Layout
14065
14066 }
14067 \end_layout
14068
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \begin_layout Itemize
14075 test 
14076 \begin_inset Box Frameless
14077 position "c"
14078 hor_pos "c"
14079 has_inner_box 1
14080 inner_pos "c"
14081 use_parbox 0
14082 width "15col%"
14083 special "none"
14084 height "1in"
14085 height_special "totalheight"
14086 status collapsed
14087
14088 \begin_layout Plain Layout
14089 \begin_inset Tabular
14090 <lyxtabular version="3" rows="3" columns="3">
14091 <features>
14092 <column alignment="center" valignment="top" width="0">
14093 <column alignment="center" valignment="top" width="0">
14094 <column alignment="center" valignment="top" width="0">
14095 <row>
14096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 a
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 d
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 g
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 </row>
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 b
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 e
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 h
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 </row>
14153 <row>
14154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 c
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 f
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 i
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 </lyxtabular>
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \end_inset
14190
14191
14192 \end_layout
14193
14194 \begin_layout Itemize
14195 test 
14196 \begin_inset Box Frameless
14197 position "b"
14198 hor_pos "c"
14199 has_inner_box 1
14200 inner_pos "c"
14201 use_parbox 0
14202 width "15col%"
14203 special "none"
14204 height "1in"
14205 height_special "totalheight"
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 \begin_inset Tabular
14210 <lyxtabular version="3" rows="3" columns="3">
14211 <features>
14212 <column alignment="center" valignment="top" width="0">
14213 <column alignment="center" valignment="top" width="0">
14214 <column alignment="center" valignment="top" width="0">
14215 <row>
14216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 a
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 d
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 g
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 <row>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 b
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 e
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 h
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 <row>
14274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 c
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 f
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 i
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 </row>
14302 </lyxtabular>
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \end_inset
14310
14311  test 
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317
14318 \backslash
14319 raisebox{-0.32
14320 \backslash
14321 baselineskip}{
14322 \end_layout
14323
14324 \end_inset
14325
14326
14327 \begin_inset Box Frameless
14328 position "b"
14329 hor_pos "c"
14330 has_inner_box 1
14331 inner_pos "c"
14332 use_parbox 0
14333 width "15col%"
14334 special "none"
14335 height "1in"
14336 height_special "totalheight"
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 \begin_inset Tabular
14341 <lyxtabular version="3" rows="3" columns="3">
14342 <features>
14343 <column alignment="center" valignment="top" width="0">
14344 <column alignment="center" valignment="top" width="0">
14345 <column alignment="center" valignment="top" width="0">
14346 <row>
14347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 a
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 d
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 g
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 <row>
14376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 b
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 e
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 h
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 <row>
14405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 c
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 f
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 i
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 </row>
14433 </lyxtabular>
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447
14448 }
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \begin_layout Standard
14457 As you can see, the content of the first and last table row is not correctly
14458  aligned with the text line where the table is in.
14459  To get this alignment, the minipage box must be set into a raisebox
14460 \begin_inset Foot
14461 status collapsed
14462
14463 \begin_layout Plain Layout
14464 Raiseboxes are described in section
14465 \begin_inset space ~
14466 \end_inset
14467
14468
14469 \begin_inset CommandInset ref
14470 LatexCommand ref
14471 reference "sub:Vertical-Alignment"
14472
14473 \end_inset
14474
14475 .
14476 \end_layout
14477
14478 \end_inset
14479
14480 .
14481  In the example above the second table in the first item is aligned using
14482  the TeX-Code-command
14483 \end_layout
14484
14485 \begin_layout Standard
14486
14487 \series bold
14488
14489 \backslash
14490 raisebox{0.85
14491 \backslash
14492 baselineskip}{
14493 \end_layout
14494
14495 \begin_layout Standard
14496 before the box.
14497  Behind the box the closing brace 
14498 \series bold
14499 }
14500 \series default
14501  is inserted as TeX-Code.
14502  For the second table in the last item the command
14503 \end_layout
14504
14505 \begin_layout Standard
14506
14507 \series bold
14508
14509 \backslash
14510 raisebox{-0.32
14511 \backslash
14512 baselineskip}{
14513 \end_layout
14514
14515 \begin_layout Standard
14516 is used.
14517 \end_layout
14518
14519 \begin_layout Standard
14520 \begin_inset Note Greyedout
14521 status open
14522
14523 \begin_layout Plain Layout
14524
14525 \series bold
14526 Note:
14527 \series default
14528  The alignment of the table row content to the surrounding text line is
14529  not exact.
14530  The needed factor of the 
14531 \series bold
14532
14533 \backslash
14534 raisebox
14535 \series default
14536  command for this alignment depends on the document font, the font size,
14537  and the table line thickness.
14538 \end_layout
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \begin_layout Section
14546 Colored Tables
14547 \begin_inset CommandInset label
14548 LatexCommand label
14549 name "sec:Colored-Tables"
14550
14551 \end_inset
14552
14553
14554 \begin_inset Index
14555 status collapsed
14556
14557 \begin_layout Plain Layout
14558 Table ! Color
14559 \end_layout
14560
14561 \end_inset
14562
14563
14564 \end_layout
14565
14566 \begin_layout Subsection
14567 Colored Cells
14568 \begin_inset Index
14569 status collapsed
14570
14571 \begin_layout Plain Layout
14572 Table Color ! for Cells
14573 \end_layout
14574
14575 \end_inset
14576
14577
14578 \begin_inset Index
14579 status collapsed
14580
14581 \begin_layout Plain Layout
14582 Color ! for Table Cells
14583 \end_layout
14584
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \begin_layout Standard
14591 \begin_inset Float table
14592 placement h
14593 wide false
14594 sideways false
14595 status open
14596
14597 \begin_layout Plain Layout
14598 \begin_inset Caption
14599
14600 \begin_layout Plain Layout
14601 \begin_inset CommandInset label
14602 LatexCommand label
14603 name "tab:Table-colored-without"
14604
14605 \end_inset
14606
14607 Table colored without using the package 
14608 \series bold
14609 colortbl
14610 \series default
14611
14612 \begin_inset OptArg
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616 Table without colortbl
14617 \end_layout
14618
14619 \end_inset
14620
14621
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \end_layout
14628
14629 \begin_layout Plain Layout
14630 \align center
14631 \begin_inset Tabular
14632 <lyxtabular version="3" rows="3" columns="3">
14633 <features>
14634 <column alignment="center" valignment="top" width="0">
14635 <column alignment="center" valignment="top" width="0">
14636 <column alignment="center" valignment="top" width="0">
14637 <row>
14638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642
14643 \color green
14644 a
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653
14654 \color red
14655 b
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664
14665 \color red
14666 c
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 </row>
14672 <row>
14673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677
14678 \color green
14679 d
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688
14689 \color blue
14690 e
14691 \end_layout
14692
14693 \end_inset
14694 </cell>
14695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14696 \begin_inset Text
14697
14698 \begin_layout Plain Layout
14699
14700 \color blue
14701 f
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 </row>
14707 <row>
14708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712
14713 \color green
14714 g
14715 \end_layout
14716
14717 \end_inset
14718 </cell>
14719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14720 \begin_inset Text
14721
14722 \begin_layout Plain Layout
14723
14724 \color blue
14725 h
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734
14735 \color blue
14736 i
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 </row>
14742 </lyxtabular>
14743
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \end_inset
14750
14751
14752 \end_layout
14753
14754 \begin_layout Standard
14755 If you only need colored text, mark the cells and choose a color in the
14756  menu 
14757 \family sans
14758 Edit\SpecialChar \menuseparator
14759 Text
14760 \begin_inset space ~
14761 \end_inset
14762
14763 Style
14764 \family default
14765 .
14766  This was used to create Table
14767 \begin_inset space ~
14768 \end_inset
14769
14770
14771 \begin_inset CommandInset ref
14772 LatexCommand ref
14773 reference "tab:Table-colored-without"
14774
14775 \end_inset
14776
14777 .
14778  In any other case you have to use the LaTeX-package 
14779 \series bold
14780 colortbl
14781 \series default
14782 .
14783 \begin_inset Index
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787 LaTeX-packages ! colortbl
14788 \end_layout
14789
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \begin_layout Standard
14796 \begin_inset ERT
14797 status collapsed
14798
14799 \begin_layout Plain Layout
14800
14801
14802 \backslash
14803 ifcolortbl
14804 \end_layout
14805
14806 \end_inset
14807
14808
14809 \begin_inset Note Note
14810 status open
14811
14812 \begin_layout Plain Layout
14813 The following section part will only be displayed when the LaTeX-package
14814  
14815 \series bold
14816 colortbl
14817 \series default
14818  is installed.
14819 \end_layout
14820
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \begin_layout Standard
14827 To create colored tables, 
14828 \series bold
14829 colortbl
14830 \series default
14831  must be loaded in the preamble with the line
14832 \end_layout
14833
14834 \begin_layout Standard
14835
14836 \series bold
14837
14838 \backslash
14839 usepackage{colortbl}
14840 \end_layout
14841
14842 \begin_layout Standard
14843 The color of a column is adjusted with the command
14844 \end_layout
14845
14846 \begin_layout Standard
14847
14848 \series bold
14849
14850 \backslash
14851 columncolor{name of color}
14852 \end_layout
14853
14854 \begin_layout Standard
14855 inside the command 
14856 \series bold
14857 >{ }
14858 \series default
14859 .
14860  More about the command 
14861 \series bold
14862 >{}
14863 \series default
14864  is described in section
14865 \begin_inset space ~
14866 \end_inset
14867
14868
14869 \begin_inset CommandInset ref
14870 LatexCommand ref
14871 reference "sub:Multicolumn-Calculations"
14872
14873 \end_inset
14874
14875 .
14876 \end_layout
14877
14878 \begin_layout Standard
14879 The following color names are predefined:
14880 \end_layout
14881
14882 \begin_layout Standard
14883
14884 \family sans
14885 red
14886 \family default
14887
14888 \family sans
14889 green
14890 \family default
14891
14892 \family sans
14893 yellow
14894 \family default
14895
14896 \family sans
14897 blue
14898 \family default
14899
14900 \family sans
14901 cyan
14902 \family default
14903
14904 \family sans
14905 magenta
14906 \family default
14907
14908 \family sans
14909 black
14910 \family default
14911  and 
14912 \family sans
14913 white
14914 \end_layout
14915
14916 \begin_layout Standard
14917 \begin_inset VSpace medskip
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Standard
14924 You can also define your own color with the command
14925 \end_layout
14926
14927 \begin_layout Standard
14928
14929 \series bold
14930
14931 \backslash
14932 definecolor{color name}{color model}{color values}
14933 \end_layout
14934
14935 \begin_layout Standard
14936 The color model can be
14937 \end_layout
14938
14939 \begin_layout Labeling
14940 \labelwidthstring 00.00.0000
14941 cmyk: cyan, magenta, yellow, black
14942 \end_layout
14943
14944 \begin_layout Labeling
14945 \labelwidthstring 00.00.0000
14946 rgb: red, green blue
14947 \end_layout
14948
14949 \begin_layout Labeling
14950 \labelwidthstring 00.00.0000
14951 gray gray
14952 \end_layout
14953
14954 \begin_layout Standard
14955 and the color values are comma separated numbers between 0 and 1 describing
14956  the factor for the corresponding color of the color model.
14957 \end_layout
14958
14959 \begin_layout Standard
14960 You can e.
14961 \begin_inset space \thinspace{}
14962 \end_inset
14963
14964 g.
14965 \begin_inset space \space{}
14966 \end_inset
14967
14968 define the color "
14969 \emph on
14970 darkgreen
14971 \emph default
14972 " in the preamble with
14973 \end_layout
14974
14975 \begin_layout Standard
14976
14977 \series bold
14978
14979 \backslash
14980 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14981 \end_layout
14982
14983 \begin_layout Standard
14984 and the color "
14985 \emph on
14986 lightgray
14987 \emph default
14988 " with
14989 \end_layout
14990
14991 \begin_layout Standard
14992
14993 \series bold
14994
14995 \backslash
14996 definecolor{lightgray}{gray}{0.8}
14997 \end_layout
14998
14999 \begin_layout Standard
15000 \begin_inset VSpace medskip
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \begin_layout Standard
15007 Lines are colored with the command
15008 \end_layout
15009
15010 \begin_layout Standard
15011
15012 \series bold
15013
15014 \backslash
15015 rowcolor{name of color}
15016 \end_layout
15017
15018 \begin_layout Standard
15019 and cells are colored with the command
15020 \end_layout
15021
15022 \begin_layout Standard
15023
15024 \series bold
15025
15026 \backslash
15027 cellcolor{name of color}
15028 \end_layout
15029
15030 \begin_layout Standard
15031 Both commands are inserted at the beginning of a cell as TeX-Code.
15032 \end_layout
15033
15034 \begin_layout Standard
15035 To color characters in the table, mark the cells and use the LyX menu 
15036 \family sans
15037 Edit\SpecialChar \menuseparator
15038 Text
15039 \begin_inset space ~
15040 \end_inset
15041
15042 Style
15043 \family default
15044 .
15045  If a cell contains TeX-Code mark only the characters, otherwise the colored
15046  TeX-Code will cause LaTeX-errors.
15047 \end_layout
15048
15049 \begin_layout Standard
15050 \begin_inset Note Greyedout
15051 status open
15052
15053 \begin_layout Plain Layout
15054
15055 \series bold
15056 Note:
15057 \series default
15058  Not all DVI-viewers are able to display self-defined colors.
15059 \end_layout
15060
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \begin_layout Standard
15067 \begin_inset VSpace bigskip
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \begin_layout Standard
15074 To create Table
15075 \begin_inset space ~
15076 \end_inset
15077
15078
15079 \begin_inset CommandInset ref
15080 LatexCommand ref
15081 reference "tab:Table-colored-using"
15082
15083 \end_inset
15084
15085  do the following: The color of the first column should be 
15086 \emph on
15087 darkgreen
15088 \emph default
15089 .
15090  So insert
15091 \end_layout
15092
15093 \begin_layout Standard
15094
15095 \series bold
15096 >{
15097 \backslash
15098 columncolor{darkgreen}
15099 \backslash
15100 centering}c
15101 \end_layout
15102
15103 \begin_layout Standard
15104 as LaTeX-argument for this column.
15105  The first row should be blue, therefore the TeX-Code command
15106 \end_layout
15107
15108 \begin_layout Standard
15109
15110 \series bold
15111
15112 \backslash
15113 rowcolow{cyan}
15114 \end_layout
15115
15116 \begin_layout Standard
15117 is inserted to the first cell of this row.
15118  Note that this overwrites the column color for the first cell.
15119  The last cell of the last row is colored magenta by inserting the TeX-Code
15120  command
15121 \end_layout
15122
15123 \begin_layout Standard
15124
15125 \series bold
15126
15127 \backslash
15128 cellcolor{magenta}
15129 \end_layout
15130
15131 \begin_layout Standard
15132 The characters could now be colored using the menu 
15133 \family sans
15134 Edit\SpecialChar \menuseparator
15135 Text
15136 \begin_inset space ~
15137 \end_inset
15138
15139 Style
15140 \family default
15141 .
15142 \end_layout
15143
15144 \begin_layout Standard
15145 \begin_inset Float table
15146 placement h
15147 wide false
15148 sideways false
15149 status open
15150
15151 \begin_layout Plain Layout
15152 \begin_inset Caption
15153
15154 \begin_layout Plain Layout
15155 \begin_inset CommandInset label
15156 LatexCommand label
15157 name "tab:Table-colored-using"
15158
15159 \end_inset
15160
15161 Table colored using the package 
15162 \series bold
15163 colortbl
15164 \series default
15165
15166 \begin_inset OptArg
15167 status collapsed
15168
15169 \begin_layout Plain Layout
15170 Table with colortbl
15171 \end_layout
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \end_inset
15179
15180
15181 \end_layout
15182
15183 \begin_layout Plain Layout
15184 \align center
15185 \begin_inset Tabular
15186 <lyxtabular version="3" rows="3" columns="3">
15187 <features>
15188 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15189 <column alignment="center" valignment="top" width="0">
15190 <column alignment="center" valignment="top" width="0">
15191 <row>
15192 <cell alignment="center" valignment="top" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 \begin_inset ERT
15197 status collapsed
15198
15199 \begin_layout Plain Layout
15200
15201
15202 \backslash
15203 rowcolor{cyan}
15204 \end_layout
15205
15206 \end_inset
15207
15208
15209 \color magenta
15210 a
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219
15220 \color red
15221 b
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230
15231 \color red
15232 c
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \color yellow
15245 d
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \color blue
15256 e
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265
15266 \color blue
15267 f
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 <row>
15274 <cell alignment="center" valignment="top" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278
15279 \color yellow
15280 g
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289
15290 \color blue
15291 h
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 \begin_inset ERT
15301 status collapsed
15302
15303 \begin_layout Plain Layout
15304
15305
15306 \backslash
15307 cellcolor{magenta}
15308 \end_layout
15309
15310 \end_inset
15311
15312
15313 \color green
15314 i
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 </lyxtabular>
15321
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \begin_layout Standard
15333 \begin_inset ERT
15334 status collapsed
15335
15336 \begin_layout Plain Layout
15337
15338
15339 \backslash
15340 else
15341 \end_layout
15342
15343 \end_inset
15344
15345
15346 \begin_inset Note Note
15347 status open
15348
15349 \begin_layout Plain Layout
15350 The following will be displayed when the LaTeX-package 
15351 \series bold
15352 colortbl
15353 \series default
15354  is not installed:
15355 \end_layout
15356
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \begin_layout Standard
15363 You need to install the package 
15364 \series bold
15365 colortbl
15366 \series default
15367  to see the content of this section in the output.
15368 \end_layout
15369
15370 \begin_layout Standard
15371 \begin_inset ERT
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375
15376
15377 \backslash
15378 fi
15379 \end_layout
15380
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \begin_layout Subsection
15387 Colored Lines
15388 \begin_inset Index
15389 status collapsed
15390
15391 \begin_layout Plain Layout
15392 Table Color ! for Lines
15393 \end_layout
15394
15395 \end_inset
15396
15397
15398 \begin_inset Index
15399 status collapsed
15400
15401 \begin_layout Plain Layout
15402 Color ! for Table Lines
15403 \end_layout
15404
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \begin_layout Standard
15411 As described in section
15412 \begin_inset space ~
15413 \end_inset
15414
15415
15416 \begin_inset CommandInset ref
15417 LatexCommand ref
15418 reference "sub:Line-Thickness"
15419
15420 \end_inset
15421
15422 , the line thickness for all lines in a table can be adjusted with the length
15423  
15424 \series bold
15425
15426 \backslash
15427 arrayrulewidth
15428 \series default
15429 .
15430  It is set to 1.5
15431 \begin_inset space \thinspace{}
15432 \end_inset
15433
15434 pt for all tables of this section.
15435 \begin_inset ERT
15436 status collapsed
15437
15438 \begin_layout Plain Layout
15439
15440
15441 \backslash
15442 setlength{
15443 \backslash
15444 arrayrulewidth}{1.5pt}
15445 \end_layout
15446
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \begin_layout Standard
15453 To color vertical lines for example with green, create the following column
15454  format in the document preamble, according to the description in section
15455 \begin_inset space ~
15456 \end_inset
15457
15458
15459 \begin_inset CommandInset ref
15460 LatexCommand ref
15461 reference "sub:Customized-Format"
15462
15463 \end_inset
15464
15465 :
15466 \end_layout
15467
15468 \begin_layout Standard
15469
15470 \series bold
15471
15472 \backslash
15473 newcolumntype{W}{!{
15474 \backslash
15475 color{green}
15476 \backslash
15477 vline}}
15478 \end_layout
15479
15480 \begin_layout Standard
15481 For Table
15482 \begin_inset space ~
15483 \end_inset
15484
15485
15486 \begin_inset CommandInset ref
15487 LatexCommand ref
15488 reference "tab:Table-with-vertical-colored"
15489
15490 \end_inset
15491
15492  the LaTeX-argument
15493 \series bold
15494  WcW
15495 \series default
15496  was used for the last column and
15497 \series bold
15498  Wc
15499 \series default
15500  for the other columns.
15501 \end_layout
15502
15503 \begin_layout Standard
15504 If you want to have several colors, define more column formats.
15505 \end_layout
15506
15507 \begin_layout Standard
15508 \begin_inset Float table
15509 placement h
15510 wide false
15511 sideways false
15512 status open
15513
15514 \begin_layout Plain Layout
15515 \begin_inset Caption
15516
15517 \begin_layout Plain Layout
15518 \begin_inset CommandInset label
15519 LatexCommand label
15520 name "tab:Table-with-vertical-colored"
15521
15522 \end_inset
15523
15524 Table with colored vertical lines
15525 \end_layout
15526
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \begin_layout Plain Layout
15533 \align center
15534 \begin_inset Tabular
15535 <lyxtabular version="3" rows="3" columns="3">
15536 <features>
15537 <column alignment="center" valignment="top" width="0" special="Wc">
15538 <column alignment="center" valignment="top" width="0" special="Wc">
15539 <column alignment="center" valignment="top" width="0" special="WcW">
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545 sd
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 <cell alignment="center" valignment="top" topline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 <row>
15570 <cell alignment="center" valignment="top" topline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 sd
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 sd
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 </row>
15627 </lyxtabular>
15628
15629 \end_inset
15630
15631
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \begin_layout Standard
15640 \begin_inset VSpace bigskip
15641 \end_inset
15642
15643 To color horizontal lines for example with red, like in Table
15644 \begin_inset space ~
15645 \end_inset
15646
15647
15648 \begin_inset CommandInset ref
15649 LatexCommand ref
15650 reference "tab:Table-with-horizontal-colored"
15651
15652 \end_inset
15653
15654 , insert these commands in TeX-Code before the table or table float:
15655 \end_layout
15656
15657 \begin_layout Standard
15658
15659 \series bold
15660
15661 \backslash
15662 let
15663 \backslash
15664 myHlineC
15665 \backslash
15666 hline
15667 \begin_inset Newline newline
15668 \end_inset
15669
15670
15671 \backslash
15672 renewcommand{
15673 \backslash
15674 hline}
15675 \begin_inset Newline newline
15676 \end_inset
15677
15678
15679 \begin_inset ERT
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683
15684
15685 \backslash
15686 hphantom{ }
15687 \end_layout
15688
15689 \end_inset
15690
15691 {
15692 \backslash
15693 arrayrulecolor{red}
15694 \backslash
15695 myHlineC
15696 \backslash
15697 arrayrulecolor{black}}
15698 \end_layout
15699
15700 \begin_layout Standard
15701 \begin_inset ERT
15702 status collapsed
15703
15704 \begin_layout Plain Layout
15705
15706
15707 \backslash
15708 let
15709 \backslash
15710 myHlineC
15711 \backslash
15712 hline
15713 \end_layout
15714
15715 \begin_layout Plain Layout
15716
15717
15718 \backslash
15719 renewcommand{
15720 \backslash
15721 hline}
15722 \end_layout
15723
15724 \begin_layout Plain Layout
15725
15726  {
15727 \backslash
15728 arrayrulecolor{red}
15729 \backslash
15730 myHlineC
15731 \backslash
15732 arrayrulecolor{black}}
15733 \end_layout
15734
15735 \end_inset
15736
15737
15738 \begin_inset Float table
15739 placement h
15740 wide false
15741 sideways false
15742 status open
15743
15744 \begin_layout Plain Layout
15745 \begin_inset Caption
15746
15747 \begin_layout Plain Layout
15748 \begin_inset CommandInset label
15749 LatexCommand label
15750 name "tab:Table-with-horizontal-colored"
15751
15752 \end_inset
15753
15754 Table with colored horizontal lines
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Plain Layout
15763 \align center
15764 \begin_inset Tabular
15765 <lyxtabular version="3" rows="3" columns="3">
15766 <features>
15767 <column alignment="center" valignment="top" width="0">
15768 <column alignment="center" valignment="top" width="0">
15769 <column alignment="center" valignment="top" width="0">
15770 <row>
15771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 sd
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 sd
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 sd
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 </lyxtabular>
15858
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \begin_layout Standard
15870 To return to the default line color black, insert this command in TeX-Code
15871  behind the table or table float:
15872 \end_layout
15873
15874 \begin_layout Standard
15875
15876 \series bold
15877
15878 \backslash
15879 renewcommand{
15880 \backslash
15881 hline}{
15882 \backslash
15883 myHlineC}
15884 \end_layout
15885
15886 \begin_layout Standard
15887 Table
15888 \begin_inset space ~
15889 \end_inset
15890
15891
15892 \begin_inset CommandInset ref
15893 LatexCommand ref
15894 reference "tab:Table-with-colored"
15895
15896 \end_inset
15897
15898  is an example with colored vertical and horizontal lines.
15899 \end_layout
15900
15901 \begin_layout Standard
15902 \begin_inset Float table
15903 placement h
15904 wide false
15905 sideways false
15906 status open
15907
15908 \begin_layout Plain Layout
15909 \begin_inset Caption
15910
15911 \begin_layout Plain Layout
15912 \begin_inset CommandInset label
15913 LatexCommand label
15914 name "tab:Table-with-colored"
15915
15916 \end_inset
15917
15918 Table with colored lines
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Plain Layout
15927 \align center
15928 \begin_inset Tabular
15929 <lyxtabular version="3" rows="3" columns="3">
15930 <features>
15931 <column alignment="center" valignment="top" width="0" special="Wc">
15932 <column alignment="center" valignment="top" width="0" special="Wc">
15933 <column alignment="center" valignment="top" width="0" special="WcW">
15934 <row>
15935 <cell alignment="center" valignment="top" topline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 sd
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 sd
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row topspace="default">
15993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 sd
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 </lyxtabular>
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Standard
16034 \begin_inset ERT
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038
16039
16040 \backslash
16041 renewcommand{
16042 \backslash
16043 hline}{
16044 \backslash
16045 myHlineC}
16046 \end_layout
16047
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \begin_layout Standard
16054 \begin_inset ERT
16055 status collapsed
16056
16057 \begin_layout Plain Layout
16058
16059
16060 \backslash
16061 setlength{
16062 \backslash
16063 arrayrulewidth}{0.4pt}
16064 \end_layout
16065
16066 \end_inset
16067
16068
16069 \end_layout
16070
16071 \begin_layout Section
16072 Table Customization
16073 \begin_inset Index
16074 status collapsed
16075
16076 \begin_layout Plain Layout
16077 Table Customization
16078 \end_layout
16079
16080 \end_inset
16081
16082
16083 \begin_inset Index
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087 Table ! Customization
16088 \end_layout
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \begin_layout Subsection
16096 Row Spacing
16097 \begin_inset CommandInset label
16098 LatexCommand label
16099 name "sub:Row-Spacing"
16100
16101 \end_inset
16102
16103
16104 \begin_inset Index
16105 status collapsed
16106
16107 \begin_layout Plain Layout
16108 Table Customization ! Row Spacing
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \begin_layout Standard
16117 You can add vertical space to table rows in the 
16118 \family sans
16119 Borders
16120 \family default
16121  tab of the table dialog.
16122  You find there three possibilities:
16123 \end_layout
16124
16125 \begin_layout Description
16126 Top
16127 \begin_inset space ~
16128 \end_inset
16129
16130 of
16131 \begin_inset space ~
16132 \end_inset
16133
16134 row will add space above the characters of the table row.
16135  If the table is a formal table
16136 \begin_inset Foot
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140 Formal tables are explained in section
16141 \begin_inset space ~
16142 \end_inset
16143
16144
16145 \begin_inset CommandInset ref
16146 LatexCommand ref
16147 reference "sec:Formal-Tables"
16148
16149 \end_inset
16150
16151 .
16152 \end_layout
16153
16154 \end_inset
16155
16156  LyX will insert as default 0.5
16157 \begin_inset space \thinspace{}
16158 \end_inset
16159
16160 em space.
16161  For normal tables the inserted space will unfortunately destroy the vertical
16162  table lines as in the following table:
16163 \begin_inset VSpace medskip
16164 \end_inset
16165
16166
16167 \begin_inset Newline newline
16168 \end_inset
16169
16170
16171 \begin_inset space \hspace*{}
16172 \length 0pt
16173 \end_inset
16174
16175
16176 \begin_inset space \hfill{}
16177 \end_inset
16178
16179
16180 \begin_inset Tabular
16181 <lyxtabular version="3" rows="3" columns="1">
16182 <features>
16183 <column alignment="center" valignment="top" width="0">
16184 <row>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 A
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 </row>
16195 <row topspace="3mm">
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 3
16201 \begin_inset space \thinspace{}
16202 \end_inset
16203
16204 mm space top of row
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 C
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 </lyxtabular>
16222
16223 \end_inset
16224
16225
16226 \begin_inset space \hfill{}
16227 \end_inset
16228
16229
16230 \begin_inset space \hspace*{}
16231 \length 0pt
16232 \end_inset
16233
16234
16235 \begin_inset VSpace medskip
16236 \end_inset
16237
16238
16239 \begin_inset Newline newline
16240 \end_inset
16241
16242 So inserting space to the top of row for normal tables is only useful when
16243  you don't have vertical lines.
16244 \end_layout
16245
16246 \begin_layout Description
16247 Bottom
16248 \begin_inset space ~
16249 \end_inset
16250
16251 of
16252 \begin_inset space ~
16253 \end_inset
16254
16255 row will add space below the characters of the table row.
16256  If the table is a formal table LyX will insert as default 0.5
16257 \begin_inset space \thinspace{}
16258 \end_inset
16259
16260 em space, for normal tables the default size is 2
16261 \begin_inset space \thinspace{}
16262 \end_inset
16263
16264 pt.
16265 \end_layout
16266
16267 \begin_layout Description
16268 Between
16269 \begin_inset space ~
16270 \end_inset
16271
16272 rows adds space between the current and the following row.
16273  If the table is a formal table LyX will insert as default 0.5
16274 \begin_inset space \thinspace{}
16275 \end_inset
16276
16277 em space.
16278  For normal tables the inserted space will unfortunately destroy the vertical
16279  table lines as in the following table:
16280 \begin_inset VSpace medskip
16281 \end_inset
16282
16283
16284 \begin_inset Newline newline
16285 \end_inset
16286
16287
16288 \begin_inset space \hspace*{}
16289 \length 0pt
16290 \end_inset
16291
16292
16293 \begin_inset space \hfill{}
16294 \end_inset
16295
16296
16297 \begin_inset Tabular
16298 <lyxtabular version="3" rows="3" columns="1">
16299 <features>
16300 <column alignment="center" valignment="top" width="0">
16301 <row>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 A
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 <row interlinespace="3mm">
16313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317 \begin_inset Formula $\downarrow$
16318 \end_inset
16319
16320  3
16321 \begin_inset space \thinspace{}
16322 \end_inset
16323
16324 mm space between row 
16325 \begin_inset Formula $\downarrow$
16326 \end_inset
16327
16328
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row>
16335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 \begin_inset Formula $\uparrow$
16340 \end_inset
16341
16342  3
16343 \begin_inset space \thinspace{}
16344 \end_inset
16345
16346 mm space between row 
16347 \begin_inset Formula $\uparrow$
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 </lyxtabular>
16357
16358 \end_inset
16359
16360
16361 \begin_inset space \hfill{}
16362 \end_inset
16363
16364
16365 \begin_inset space \hspace*{}
16366 \length 0pt
16367 \end_inset
16368
16369
16370 \begin_inset VSpace medskip
16371 \end_inset
16372
16373
16374 \begin_inset Newline newline
16375 \end_inset
16376
16377 So inserting space between rows for normal tables is only useful when you
16378  don't have vertical lines.
16379 \end_layout
16380
16381 \begin_layout Standard
16382 \begin_inset VSpace bigskip
16383 \end_inset
16384
16385 When you want to add extra height to all cells of all tables, you can do
16386  this with the following preamble lines:
16387 \end_layout
16388
16389 \begin_layout Standard
16390
16391 \series bold
16392
16393 \backslash
16394 @ifundefined{extrarowheight}
16395 \begin_inset Newline newline
16396 \end_inset
16397
16398
16399 \begin_inset ERT
16400 status collapsed
16401
16402 \begin_layout Plain Layout
16403
16404
16405 \backslash
16406 hphantom{ }
16407 \end_layout
16408
16409 \end_inset
16410
16411 {
16412 \backslash
16413 usepackage{array}}{}
16414 \begin_inset Newline newline
16415 \end_inset
16416
16417
16418 \backslash
16419 setlength{
16420 \backslash
16421 extrarowheight}{height}
16422 \end_layout
16423
16424 \begin_layout Standard
16425 But this has the disadvantage that the cell texts are no longer exactly
16426  vertically centered.
16427  (The package 
16428 \series bold
16429 array
16430 \series default
16431  will be loaded automatically by LyX when you use self defined table formats.
16432  To avoid that it is loaded twice the command 
16433 \series bold
16434
16435 \backslash
16436 @ifundefined
16437 \series default
16438  is used in the above command.)
16439 \end_layout
16440
16441 \begin_layout Standard
16442 In case you are using font sizes larger than the normal size, the table
16443  borders are often too close to the letters.
16444  This can be corrected by inserting the command 
16445 \series bold
16446
16447 \backslash
16448 strut
16449 \series default
16450  in TeX code at the beginning of a table row.
16451  Table
16452 \begin_inset space ~
16453 \end_inset
16454
16455
16456 \begin_inset CommandInset ref
16457 LatexCommand ref
16458 reference "tab:Vertical-alignment-of"
16459
16460 \end_inset
16461
16462  visualizes the effect.
16463 \end_layout
16464
16465 \begin_layout Standard
16466 \noindent
16467 \begin_inset Float table
16468 placement h
16469 wide false
16470 sideways false
16471 status open
16472
16473 \begin_layout Plain Layout
16474 \begin_inset Caption
16475
16476 \begin_layout Plain Layout
16477 \begin_inset CommandInset label
16478 LatexCommand label
16479 name "tab:Vertical-alignment-of"
16480
16481 \end_inset
16482
16483 Vertical alignment of text with large font sizes.
16484 \end_layout
16485
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \begin_layout Plain Layout
16492 \begin_inset space \hfill{}
16493 \end_inset
16494
16495
16496 \begin_inset Float table
16497 wide false
16498 sideways false
16499 status collapsed
16500
16501 \begin_layout Plain Layout
16502 \begin_inset Caption
16503
16504 \begin_layout Plain Layout
16505 Normal table.
16506 \end_layout
16507
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \begin_layout Plain Layout
16514 \noindent
16515 \align center
16516 \begin_inset Tabular
16517 <lyxtabular version="3" rows="6" columns="1">
16518 <features>
16519 <column alignment="left" valignment="top" width="0">
16520 <row>
16521 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 Normal, g
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536
16537 \size large
16538 Large
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 <row>
16545 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549
16550 \size larger
16551 Larger
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 </row>
16557 <row>
16558 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562
16563 \size largest
16564 Largest
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 </row>
16570 <row>
16571 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575
16576 \size huge
16577 Huge
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row>
16584 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588
16589 \size huge
16590 Huger
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 </lyxtabular>
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604
16605
16606 \begin_inset space \hfill{}
16607 \end_inset
16608
16609
16610 \begin_inset Float table
16611 wide false
16612 sideways false
16613 status collapsed
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Caption
16617
16618 \begin_layout Plain Layout
16619 Table using the command 
16620 \series bold
16621
16622 \backslash
16623 strut
16624 \series default
16625 .
16626 \end_layout
16627
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \begin_layout Plain Layout
16634 \noindent
16635 \align center
16636 \begin_inset Tabular
16637 <lyxtabular version="3" rows="6" columns="1">
16638 <features>
16639 <column alignment="left" valignment="top" width="0">
16640 <row>
16641 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 Normal, g
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 <row>
16652 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656
16657 \size large
16658 \begin_inset ERT
16659 status collapsed
16660
16661 \begin_layout Plain Layout
16662
16663
16664 \backslash
16665 strut 
16666 \end_layout
16667
16668 \end_inset
16669
16670 Large
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681
16682 \size larger
16683 \begin_inset ERT
16684 status collapsed
16685
16686 \begin_layout Plain Layout
16687
16688
16689 \backslash
16690 strut 
16691 \end_layout
16692
16693 \end_inset
16694
16695 Larger
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706
16707 \size largest
16708 \begin_inset ERT
16709 status collapsed
16710
16711 \begin_layout Plain Layout
16712
16713
16714 \backslash
16715 strut 
16716 \end_layout
16717
16718 \end_inset
16719
16720 Largest
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731
16732 \size huge
16733 \begin_inset ERT
16734 status collapsed
16735
16736 \begin_layout Plain Layout
16737
16738
16739 \backslash
16740 strut 
16741 \end_layout
16742
16743 \end_inset
16744
16745 Huge
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \size giant
16758 \begin_inset ERT
16759 status collapsed
16760
16761 \begin_layout Plain Layout
16762
16763
16764 \backslash
16765 strut 
16766 \end_layout
16767
16768 \end_inset
16769
16770
16771 \size huge
16772 Huger
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 </lyxtabular>
16779
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786
16787
16788 \begin_inset space \hfill{}
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \begin_layout Subsection
16800 Special Cell Alignment
16801 \begin_inset Index
16802 status collapsed
16803
16804 \begin_layout Plain Layout
16805 Table Customization ! Special Cell Alignment
16806 \end_layout
16807
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \begin_layout Standard
16814 Sometimes it looks better when the cell entries of a column are aligned
16815  with a special character, e.
16816 \begin_inset space \thinspace{}
16817 \end_inset
16818
16819 g.
16820 \begin_inset space \space{}
16821 \end_inset
16822
16823 with the decimal separator as in Table
16824 \begin_inset space ~
16825 \end_inset
16826
16827
16828 \begin_inset CommandInset ref
16829 LatexCommand ref
16830 reference "tab:Table-cells-of"
16831
16832 \end_inset
16833
16834 .
16835 \end_layout
16836
16837 \begin_layout Standard
16838 \begin_inset Float table
16839 placement h
16840 wide false
16841 sideways false
16842 status open
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Caption
16846
16847 \begin_layout Plain Layout
16848 \begin_inset CommandInset label
16849 LatexCommand label
16850 name "tab:Table-cells-of"
16851
16852 \end_inset
16853
16854 Table cells of a column aligned with the decimal separator.
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \begin_layout Plain Layout
16863 \align center
16864 \begin_inset Tabular
16865 <lyxtabular version="3" rows="4" columns="2">
16866 <features>
16867 <column alignment="right" valignment="top" width="0">
16868 <column alignment="left" valignment="top" width="0" special="@{}l">
16869 <row>
16870 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 heading
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row>
16890 <cell alignment="center" valignment="top" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 12.
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 6
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 0.
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 68
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 </row>
16929 <row>
16930 <cell alignment="center" valignment="top" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934 -123.
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 0
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 </lyxtabular>
16950
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \begin_layout Standard
16962 This table was created with a 4×2 table.
16963  The heading is a centered multicolumn.
16964  The first column is right-aligned and contains the digits before the decimal
16965  point and the decimal point.
16966  The second column is left aligned and contains the digits after the decimal
16967  point.
16968  To omit the space that is normally between two table columns, use the following
16969  LaTeX-argument for the second column:
16970 \end_layout
16971
16972 \begin_layout Standard
16973
16974 \series bold
16975 @{}l
16976 \end_layout
16977
16978 \begin_layout Standard
16979 Table
16980 \begin_inset space ~
16981 \end_inset
16982
16983
16984 \begin_inset CommandInset ref
16985 LatexCommand ref
16986 reference "tab:Several-table-cell"
16987
16988 \end_inset
16989
16990  shows some example alignments.
16991  For the alignment with the relation sign, you must add the second smallest
16992  math-space at the beginning of the last column to get the correct space
16993  surrounding the relation sign.
16994 \end_layout
16995
16996 \begin_layout Standard
16997 \begin_inset Float table
16998 wide false
16999 sideways false
17000 status open
17001
17002 \begin_layout Plain Layout
17003 \begin_inset Caption
17004
17005 \begin_layout Plain Layout
17006 \begin_inset CommandInset label
17007 LatexCommand label
17008 name "tab:Several-table-cell"
17009
17010 \end_inset
17011
17012 Several table cell alignments.
17013 \end_layout
17014
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \begin_layout Plain Layout
17021 \align center
17022 \begin_inset Tabular
17023 <lyxtabular version="3" rows="4" columns="6">
17024 <features>
17025 <column alignment="right" valignment="top" width="0">
17026 <column alignment="left" valignment="top" width="0" special="@{}l">
17027 <column alignment="right" valignment="top" width="0">
17028 <column alignment="left" valignment="top" width="0" special="@{}l">
17029 <column alignment="right" valignment="top" width="0">
17030 <column alignment="left" valignment="top" width="0" special="@{}l">
17031 <row>
17032 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 units
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 exponents
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 relations
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 12×
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 24
17102 \begin_inset space \thinspace{}
17103 \end_inset
17104
17105 bottles
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 \begin_inset Formula $10\cdot$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 \begin_inset Formula $10^{\mbox{-}17}$
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $\Gamma(t)\propto$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Formula $\:\Upsilon(t)$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 1024×
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 768
17174 \begin_inset space \thinspace{}
17175 \end_inset
17176
17177 Pixels
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 \begin_inset Formula $5.78\cdot$
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $10^{7}$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 \begin_inset Formula $A\ne$
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 \begin_inset Formula $\: B_{\mathrm{red}}$
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 32×
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 6
17246 \begin_inset space \thinspace{}
17247 \end_inset
17248
17249 cm
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 -
17259 \begin_inset Formula $33.5\cdot$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 \begin_inset Formula $10^{4}$
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 \begin_inset Formula $\sin(\alpha)\ge$
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $\:\sin(\beta)$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 </lyxtabular>
17305
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \begin_layout Standard
17317 \begin_inset VSpace bigskip
17318 \end_inset
17319
17320 There is also the LaTeX-package 
17321 \series bold
17322 dcolumn
17323 \series default
17324
17325 \begin_inset Index
17326 status collapsed
17327
17328 \begin_layout Plain Layout
17329 LaTeX-packages ! dcolumn
17330 \end_layout
17331
17332 \end_inset
17333
17334  that provides table cell alignments.
17335  But this unfortunately treats the cell entries as math and doesn't allow
17336  formulas in table cells: The first column of Table
17337 \begin_inset space ~
17338 \end_inset
17339
17340
17341 \begin_inset CommandInset ref
17342 LatexCommand ref
17343 reference "tab:Several-table-cell"
17344
17345 \end_inset
17346
17347  will look with 
17348 \series bold
17349 dcolumn
17350 \series default
17351  like the first column in Table
17352 \begin_inset space ~
17353 \end_inset
17354
17355
17356 \begin_inset CommandInset ref
17357 LatexCommand ref
17358 reference "tab:Alignments-when"
17359
17360 \end_inset
17361
17362  and only with some tricks like the expected.
17363  The alignment of the second and third column of Table
17364 \begin_inset space ~
17365 \end_inset
17366
17367
17368 \begin_inset CommandInset ref
17369 LatexCommand ref
17370 reference "tab:Several-table-cell"
17371
17372 \end_inset
17373
17374  is not possible with 
17375 \series bold
17376 dcolumn
17377 \series default
17378 .
17379 \end_layout
17380
17381 \begin_layout Standard
17382 \begin_inset Float table
17383 placement h
17384 wide false
17385 sideways false
17386 status open
17387
17388 \begin_layout Plain Layout
17389 \begin_inset Caption
17390
17391 \begin_layout Plain Layout
17392 \begin_inset CommandInset label
17393 LatexCommand label
17394 name "tab:Alignments-when"
17395
17396 \end_inset
17397
17398 Alignments when LaTeX-package dcolumn is used.
17399  For all column alignments tricks have to be used to get the output.
17400 \end_layout
17401
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \begin_layout Plain Layout
17408 \align center
17409 \begin_inset Tabular
17410 <lyxtabular version="3" rows="4" columns="3">
17411 <features>
17412 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17413 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17414 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17415 <row>
17416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 units
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429 units
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 units
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 </row>
17444 <row>
17445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 12x24
17450 \begin_inset space \thinspace{}
17451 \end_inset
17452
17453 bottles
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 12x24
17463 \begin_inset space \thinspace{}
17464 \end_inset
17465
17466
17467 \begin_inset Formula $\mbox{bottles}$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 12
17480 \begin_inset ERT
17481 status collapsed
17482
17483 \begin_layout Plain Layout
17484
17485
17486 \backslash
17487 times 
17488 \end_layout
17489
17490 \end_inset
17491
17492 24~
17493 \begin_inset Formula $\mbox{bottles}$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 1024x768
17508 \begin_inset space \thinspace{}
17509 \end_inset
17510
17511 Pixels
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 1024x768
17521 \begin_inset space \thinspace{}
17522 \end_inset
17523
17524
17525 \begin_inset Formula $\mbox{Pixels}$
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 1024
17538 \begin_inset ERT
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542
17543
17544 \backslash
17545 times 
17546 \end_layout
17547
17548 \end_inset
17549
17550 768~
17551 \begin_inset Formula $\mbox{Pixels}$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 32x6
17566 \begin_inset space \thinspace{}
17567 \end_inset
17568
17569 cm
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 32x6
17579 \begin_inset space \thinspace{}
17580 \end_inset
17581
17582
17583 \begin_inset Formula $\mbox{cm}$
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 32
17596 \begin_inset ERT
17597 status collapsed
17598
17599 \begin_layout Plain Layout
17600
17601
17602 \backslash
17603 times 
17604 \end_layout
17605
17606 \end_inset
17607
17608 6~
17609 \begin_inset Formula $\mbox{cm}$
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 </row>
17618 </lyxtabular>
17619
17620 \end_inset
17621
17622
17623 \end_layout
17624
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \begin_layout Subsection
17631 Customized Cell/Column Format
17632 \begin_inset CommandInset label
17633 LatexCommand label
17634 name "sub:Customized-Format"
17635
17636 \end_inset
17637
17638
17639 \begin_inset Index
17640 status collapsed
17641
17642 \begin_layout Plain Layout
17643 Table Customization ! Cell/Column Format
17644 \end_layout
17645
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \begin_layout Standard
17652 Calculating the needed width for spanned columns like in section
17653 \begin_inset space ~
17654 \end_inset
17655
17656
17657 \begin_inset CommandInset ref
17658 LatexCommand ref
17659 reference "sub:Multicolumn-Calculations"
17660
17661 \end_inset
17662
17663  is very annoying if you have several tables with multicolumn cells.
17664  To make life easier, you can define a cell/column format in the preamble,
17665  so that it can be used in all tables of the document.
17666  The format is defined with the command
17667 \end_layout
17668
17669 \begin_layout Standard
17670
17671 \series bold
17672
17673 \backslash
17674 newcolumntype{name of format}[number of arguments]{commands}
17675 \end_layout
17676
17677 \begin_layout Standard
17678 The format name may only consist of one letter.
17679  The letters 
17680 \emph on
17681 b
17682 \emph default
17683
17684 \emph on
17685 c
17686 \emph default
17687
17688 \emph on
17689 l
17690 \emph default
17691
17692 \emph on
17693 m
17694 \emph default
17695
17696 \emph on
17697 p
17698 \emph default
17699  and 
17700 \emph on
17701 r
17702 \emph default
17703  are predefined and cannot be used.
17704  But all letters are allowed as capitals.
17705 \end_layout
17706
17707 \begin_layout Standard
17708 \begin_inset VSpace medskip
17709 \end_inset
17710
17711
17712 \end_layout
17713
17714 \begin_layout Standard
17715 For vertically and horizontally centered multicolumn cells with a fixed
17716  width you can define the cell format
17717 \end_layout
17718
17719 \begin_layout Standard
17720
17721 \series bold
17722
17723 \backslash
17724 newcolumntype{M}[1]{>{
17725 \backslash
17726 centering
17727 \backslash
17728 hspace{0pt}}m{#1}}
17729 \end_layout
17730
17731 \begin_layout Standard
17732 where 
17733 \series bold
17734
17735 \backslash
17736 hspace{0pt}
17737 \series default
17738  avoids the problem of hyphenating the first word, as described in section
17739 \begin_inset space ~
17740 \end_inset
17741
17742
17743 \begin_inset CommandInset ref
17744 LatexCommand ref
17745 reference "sub:Multiple-Lines-in"
17746
17747 \end_inset
17748
17749 .
17750  Now you can simply enter
17751 \end_layout
17752
17753 \begin_layout Standard
17754
17755 \series bold
17756 M{width}
17757 \end_layout
17758
17759 \begin_layout Standard
17760 as LaTeX-argument in the table dialog to create a multicolumn.
17761 \end_layout
17762
17763 \begin_layout Standard
17764 \begin_inset VSpace bigskip
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 For cells spanned by a multicolumn cell, you can define the format
17772 \end_layout
17773
17774 \begin_layout Standard
17775
17776 \series bold
17777
17778 \backslash
17779 newcolumntype{S}[2]{>{
17780 \backslash
17781 centering
17782 \backslash
17783 hspace{0pt}}
17784 \begin_inset Newline newline
17785 \end_inset
17786
17787
17788 \begin_inset ERT
17789 status collapsed
17790
17791 \begin_layout Plain Layout
17792
17793
17794 \backslash
17795 phantom{
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \backslash
17802 newcolumntype
17803 \begin_inset ERT
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807
17808 }
17809 \end_layout
17810
17811 \end_inset
17812
17813 m{(#1+(2
17814 \backslash
17815 tabcolsep+
17816 \backslash
17817 arrayrulewidth)*(1-#2))/#2}}
17818 \end_layout
17819
17820 \begin_layout Standard
17821 This format uses equation 
17822 \begin_inset CommandInset ref
17823 LatexCommand eqref
17824 reference "eq:Wgn"
17825
17826 \end_inset
17827
17828  to calculate the needed width so that each spanned cell has the same width.
17829 \end_layout
17830
17831 \begin_layout Standard
17832 You can now enter
17833 \end_layout
17834
17835 \begin_layout Standard
17836
17837 \series bold
17838 S{width of multicolumn cell}{number of spanned columns}
17839 \end_layout
17840
17841 \begin_layout Standard
17842 as LaTeX-argument of the column.
17843 \end_layout
17844
17845 \begin_layout Standard
17846 \begin_inset VSpace bigskip
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Standard
17853 For colored columns, you can define
17854 \end_layout
17855
17856 \begin_layout Standard
17857
17858 \series bold
17859
17860 \backslash
17861 newcolumntype{K}[1]{>{
17862 \backslash
17863 columncolor{#1}
17864 \backslash
17865 hspace{0pt}}c}
17866 \end_layout
17867
17868 \begin_layout Standard
17869 The 
17870 \begin_inset Quotes eld
17871 \end_inset
17872
17873 c
17874 \begin_inset Quotes erd
17875 \end_inset
17876
17877  at the end creates a column with a flexible width whose text is horizontally
17878  centered.
17879  You can now enter
17880 \end_layout
17881
17882 \begin_layout Standard
17883
17884 \series bold
17885 K{color name}
17886 \end_layout
17887
17888 \begin_layout Standard
17889 as LaTeX-argument.
17890 \end_layout
17891
17892 \begin_layout Standard
17893 \begin_inset VSpace bigskip
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \begin_layout Standard
17900 To create Table
17901 \begin_inset space ~
17902 \end_inset
17903
17904
17905 \begin_inset CommandInset ref
17906 LatexCommand ref
17907 reference "tab:Table-using-user-defined"
17908
17909 \end_inset
17910
17911  use the LaTeX-arguments
17912 \end_layout
17913
17914 \begin_layout Standard
17915
17916 \series bold
17917 M{2.5cm}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 for the first column and the multicolumn,
17922 \end_layout
17923
17924 \begin_layout Standard
17925
17926 \series bold
17927 K{red}
17928 \end_layout
17929
17930 \begin_layout Standard
17931 for the the last column, and
17932 \end_layout
17933
17934 \begin_layout Standard
17935
17936 \series bold
17937 S{2.5cm}{2}
17938 \end_layout
17939
17940 \begin_layout Standard
17941 for the cells in the second column.
17942 \end_layout
17943
17944 \begin_layout Standard
17945 \begin_inset Float table
17946 placement h
17947 wide false
17948 sideways false
17949 status open
17950
17951 \begin_layout Plain Layout
17952 \begin_inset Caption
17953
17954 \begin_layout Plain Layout
17955 \begin_inset CommandInset label
17956 LatexCommand label
17957 name "tab:Table-using-user-defined"
17958
17959 \end_inset
17960
17961 Table using user-defined table formats
17962 \end_layout
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \begin_layout Plain Layout
17970 \align center
17971 \begin_inset Tabular
17972 <lyxtabular version="3" rows="3" columns="4">
17973 <features>
17974 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17975 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17976 <column alignment="center" valignment="middle" width="0">
17977 <column alignment="center" valignment="middle" width="0" special="K{red}">
17978 <row>
17979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 verylongtablecellword
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 multiple lines multicolumn
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 c
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 d
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 e
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 f
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 g
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 </row>
18054 <row>
18055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 h
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 i
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 j
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 k
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 </row>
18092 </lyxtabular>
18093
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \begin_layout Subsection
18105 Line Thickness
18106 \begin_inset CommandInset label
18107 LatexCommand label
18108 name "sub:Line-Thickness"
18109
18110 \end_inset
18111
18112
18113 \begin_inset Index
18114 status collapsed
18115
18116 \begin_layout Plain Layout
18117 Table Customization ! Line Thickness
18118 \end_layout
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \begin_layout Standard
18126 The line thickness for all lines in a table can be adjusted with the length
18127  
18128 \series bold
18129
18130 \backslash
18131 arrayrulewidth
18132 \series default
18133 .
18134  To set for example a line thickness of 1.5
18135 \begin_inset space \thinspace{}
18136 \end_inset
18137
18138 pt, like in Table
18139 \begin_inset space ~
18140 \end_inset
18141
18142
18143 \begin_inset CommandInset ref
18144 LatexCommand ref
18145 reference "tab:Table-with-1.5"
18146
18147 \end_inset
18148
18149 , insert the command
18150 \end_layout
18151
18152 \begin_layout Standard
18153
18154 \series bold
18155
18156 \backslash
18157 setlength{
18158 \backslash
18159 arrayrulewidth}{1.5pt}
18160 \end_layout
18161
18162 \begin_layout Standard
18163 in TeX-Code before the table or table float.
18164  The changed thickness is valid for all following tables.
18165  To use the default value again, set 
18166 \series bold
18167
18168 \backslash
18169 arrayrulewidth
18170 \series default
18171  to 0.4
18172 \begin_inset space \thinspace{}
18173 \end_inset
18174
18175 pt in TeX-Code behind the table or table float.
18176 \end_layout
18177
18178 \begin_layout Standard
18179 \begin_inset ERT
18180 status collapsed
18181
18182 \begin_layout Plain Layout
18183
18184
18185 \backslash
18186 setlength{
18187 \backslash
18188 arrayrulewidth}{1.5pt}
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \begin_inset Float table
18195 wide false
18196 sideways false
18197 status open
18198
18199 \begin_layout Plain Layout
18200 \begin_inset Caption
18201
18202 \begin_layout Plain Layout
18203 \begin_inset CommandInset label
18204 LatexCommand label
18205 name "tab:Table-with-1.5"
18206
18207 \end_inset
18208
18209 Table with 1.5
18210 \begin_inset space \thinspace{}
18211 \end_inset
18212
18213 pt thick lines
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \begin_layout Plain Layout
18222 \align center
18223 \begin_inset Tabular
18224 <lyxtabular version="3" rows="3" columns="3">
18225 <features>
18226 <column alignment="center" valignment="top" width="0">
18227 <column alignment="center" valignment="top" width="0">
18228 <column alignment="center" valignment="top" width="0">
18229 <row>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 sd
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 </row>
18258 <row>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 sd
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 <row>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 sd
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 </lyxtabular>
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \begin_inset ERT
18327 status collapsed
18328
18329 \begin_layout Plain Layout
18330
18331
18332 \backslash
18333 setlength{
18334 \backslash
18335 arrayrulewidth}{0.4pt}
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Standard
18344 \begin_inset VSpace bigskip
18345 \end_inset
18346
18347 To set the line thickness to 1.5
18348 \begin_inset space \thinspace{}
18349 \end_inset
18350
18351 pt only for horizontal lines, like in Table
18352 \begin_inset space ~
18353 \end_inset
18354
18355
18356 \begin_inset CommandInset ref
18357 LatexCommand ref
18358 reference "tab:Table-with-horizontal"
18359
18360 \end_inset
18361
18362 , insert these commands in TeX-Code before the table or table float:
18363 \end_layout
18364
18365 \begin_layout Standard
18366
18367 \series bold
18368
18369 \backslash
18370 let
18371 \backslash
18372 myHline
18373 \backslash
18374 hline
18375 \begin_inset Newline newline
18376 \end_inset
18377
18378
18379 \backslash
18380 renewcommand{
18381 \backslash
18382 hline}
18383 \begin_inset Newline newline
18384 \end_inset
18385
18386  {
18387 \backslash
18388 noalign{
18389 \backslash
18390 global
18391 \backslash
18392 arrayrulewidth 1.5pt}
18393 \begin_inset Newline newline
18394 \end_inset
18395
18396  
18397 \backslash
18398 myHline
18399 \backslash
18400 noalign{
18401 \backslash
18402 global
18403 \backslash
18404 arrayrulewidth 0.4pt}}
18405 \end_layout
18406
18407 \begin_layout Standard
18408 To return to the default line thickness, insert this command in TeX-Code
18409  behind the table or table float:
18410 \end_layout
18411
18412 \begin_layout Standard
18413
18414 \series bold
18415
18416 \backslash
18417 renewcommand{
18418 \backslash
18419 hline}{
18420 \backslash
18421 myHline}
18422 \end_layout
18423
18424 \begin_layout Standard
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 let
18433 \backslash
18434 myHline
18435 \backslash
18436 hline
18437 \end_layout
18438
18439 \begin_layout Plain Layout
18440
18441
18442 \backslash
18443 renewcommand{
18444 \backslash
18445 hline}
18446 \end_layout
18447
18448 \begin_layout Plain Layout
18449
18450  {
18451 \backslash
18452 noalign{
18453 \backslash
18454 global
18455 \backslash
18456 arrayrulewidth 1.5pt}
18457 \end_layout
18458
18459 \begin_layout Plain Layout
18460
18461   
18462 \backslash
18463 myHline
18464 \backslash
18465 noalign{
18466 \backslash
18467 global
18468 \backslash
18469 arrayrulewidth 0.4pt}}
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \begin_inset Float table
18476 wide false
18477 sideways false
18478 status open
18479
18480 \begin_layout Plain Layout
18481 \begin_inset Caption
18482
18483 \begin_layout Plain Layout
18484 \begin_inset CommandInset label
18485 LatexCommand label
18486 name "tab:Table-with-horizontal"
18487
18488 \end_inset
18489
18490 Table with 1.5
18491 \begin_inset space \thinspace{}
18492 \end_inset
18493
18494 pt thick horizontal lines
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Plain Layout
18503 \align center
18504 \begin_inset Tabular
18505 <lyxtabular version="3" rows="3" columns="3">
18506 <features>
18507 <column alignment="center" valignment="top" width="0">
18508 <column alignment="center" valignment="top" width="0">
18509 <column alignment="center" valignment="top" width="0">
18510 <row>
18511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 sd
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 </row>
18539 <row>
18540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 sd
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 </row>
18568 <row>
18569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 sd
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 </row>
18597 </lyxtabular>
18598
18599 \end_inset
18600
18601
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \begin_inset ERT
18608 status collapsed
18609
18610 \begin_layout Plain Layout
18611
18612
18613 \backslash
18614 renewcommand{
18615 \backslash
18616 hline}{
18617 \backslash
18618 myHline}
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Standard
18627 \begin_inset VSpace bigskip
18628 \end_inset
18629
18630 To set the line thickness to 1.5
18631 \begin_inset space \thinspace{}
18632 \end_inset
18633
18634 pt only for vertical lines, create the following column format in the document
18635  preamble, according to the description in section
18636 \begin_inset space ~
18637 \end_inset
18638
18639
18640 \begin_inset CommandInset ref
18641 LatexCommand ref
18642 reference "sub:Customized-Format"
18643
18644 \end_inset
18645
18646 :
18647 \end_layout
18648
18649 \begin_layout Standard
18650
18651 \series bold
18652
18653 \backslash
18654 newcolumntype{V}{!{
18655 \backslash
18656 vrule width 1.5pt}}
18657 \end_layout
18658
18659 \begin_layout Standard
18660 For Table
18661 \begin_inset space ~
18662 \end_inset
18663
18664
18665 \begin_inset CommandInset ref
18666 LatexCommand ref
18667 reference "tab:Table-with-vertical"
18668
18669 \end_inset
18670
18671  the LaTeX-argument
18672 \end_layout
18673
18674 \begin_layout Standard
18675
18676 \series bold
18677 VcV
18678 \end_layout
18679
18680 \begin_layout Standard
18681 was used for the last column and
18682 \end_layout
18683
18684 \begin_layout Standard
18685
18686 \series bold
18687 Vc
18688 \end_layout
18689
18690 \begin_layout Standard
18691 for the other columns.
18692 \end_layout
18693
18694 \begin_layout Standard
18695 \begin_inset Float table
18696 wide false
18697 sideways false
18698 status open
18699
18700 \begin_layout Plain Layout
18701 \begin_inset Caption
18702
18703 \begin_layout Plain Layout
18704 \begin_inset CommandInset label
18705 LatexCommand label
18706 name "tab:Table-with-vertical"
18707
18708 \end_inset
18709
18710 Table with 1.5
18711 \begin_inset space \thinspace{}
18712 \end_inset
18713
18714 pt thick vertical lines
18715 \end_layout
18716
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \begin_layout Plain Layout
18723 \align center
18724 \begin_inset Tabular
18725 <lyxtabular version="3" rows="3" columns="3">
18726 <features>
18727 <column alignment="center" valignment="top" width="0" special="Vc">
18728 <column alignment="center" valignment="top" width="0" special="Vc">
18729 <column alignment="center" valignment="top" width="0" special="VcV">
18730 <row>
18731 <cell alignment="center" valignment="top" topline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 sd
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 <cell alignment="center" valignment="top" topline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell alignment="center" valignment="top" topline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 </row>
18759 <row>
18760 <cell alignment="center" valignment="top" topline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" topline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773 sd
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 <row>
18789 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811 sd
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 </row>
18817 </lyxtabular>
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \begin_layout Subsection
18830 Dashed Lines
18831 \begin_inset Index
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 Table Customization ! Dashed Lines
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \begin_layout Standard
18844 \begin_inset ERT
18845 status collapsed
18846
18847 \begin_layout Plain Layout
18848
18849
18850 \backslash
18851 ifarydshln
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \begin_inset Note Note
18858 status open
18859
18860 \begin_layout Plain Layout
18861 The following section will only be displayed when the LaTeX-package 
18862 \series bold
18863 arydshln
18864 \series default
18865  is installed.
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \begin_layout Standard
18874 \begin_inset Float table
18875 placement H
18876 wide false
18877 sideways false
18878 status open
18879
18880 \begin_layout Plain Layout
18881 \begin_inset Caption
18882
18883 \begin_layout Plain Layout
18884 \begin_inset CommandInset label
18885 LatexCommand label
18886 name "tab:Table-with-dashed"
18887
18888 \end_inset
18889
18890 Table with dashed lines
18891 \end_layout
18892
18893 \end_inset
18894
18895
18896 \end_layout
18897
18898 \begin_layout Plain Layout
18899 \align center
18900 \begin_inset Tabular
18901 <lyxtabular version="3" rows="5" columns="5">
18902 <features>
18903 <column alignment="center" valignment="top" width="0">
18904 <column alignment="center" valignment="top" width="0">
18905 <column alignment="center" valignment="top" width="0" special=":c">
18906 <column alignment="center" valignment="top" width="0">
18907 <column alignment="center" valignment="top" width="0">
18908 <row>
18909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 a
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 b
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 c
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 d
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 e
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960 f
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 g
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 h
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 i
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 j
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 </row>
19002 <row>
19003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 \begin_inset ERT
19008 status collapsed
19009
19010 \begin_layout Plain Layout
19011
19012
19013 \backslash
19014 hdashline 
19015 \end_layout
19016
19017 \end_inset
19018
19019 k
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028 l
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 m
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 n
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 o
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 </row>
19061 <row>
19062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 \begin_inset ERT
19067 status collapsed
19068
19069 \begin_layout Plain Layout
19070
19071
19072 \backslash
19073 cdashline{4-5}
19074 \end_layout
19075
19076 \end_inset
19077
19078 p
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087 q
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 r
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 s
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 </row>
19120 <row>
19121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 t
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 u
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143 v
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 w
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 x
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 </lyxtabular>
19168
19169 \end_inset
19170
19171
19172 \end_layout
19173
19174 \end_inset
19175
19176
19177 \end_layout
19178
19179 \begin_layout Standard
19180 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
19181  As prerequisite the LaTeX-package 
19182 \series bold
19183 arydshln
19184 \series default
19185
19186 \begin_inset Index
19187 status collapsed
19188
19189 \begin_layout Plain Layout
19190 LaTeX-packages ! arydshln
19191 \end_layout
19192
19193 \end_inset
19194
19195  must be loaded in the document preamble with the command
19196 \end_layout
19197
19198 \begin_layout Standard
19199
19200 \series bold
19201
19202 \backslash
19203 usepackage{arydshln}
19204 \end_layout
19205
19206 \begin_layout Standard
19207 To make a vertical line dashed, enter the colon 
19208 \begin_inset Quotes eld
19209 \end_inset
19210
19211 :
19212 \begin_inset Quotes erd
19213 \end_inset
19214
19215  together with the character for the horizontal alignment as LaTeX-argument
19216  in the table cell dialog.
19217 \end_layout
19218
19219 \begin_layout Standard
19220 For a horizontal dashed line add the command
19221 \end_layout
19222
19223 \begin_layout Standard
19224
19225 \series bold
19226
19227 \backslash
19228 hdashline
19229 \end_layout
19230
19231 \begin_layout Standard
19232 in TeX-Code as first element of the first cell in the table row.
19233 \end_layout
19234
19235 \begin_layout Standard
19236 For dashed multicolumn lines use the command
19237 \end_layout
19238
19239 \begin_layout Standard
19240
19241 \series bold
19242
19243 \backslash
19244 cdashline{line number
19245 \series default
19246 }
19247 \end_layout
19248
19249 \begin_layout Standard
19250 in TeX-Code as first element of the first cell in the table row.
19251  If you have for example a multicolumn spanning over columns 2 to 4 and
19252  you want to have a dashed line above, add the command
19253 \end_layout
19254
19255 \begin_layout Standard
19256
19257 \series bold
19258
19259 \backslash
19260 cdashline{2-4}
19261 \end_layout
19262
19263 \begin_layout Standard
19264 as first element of the first cell in the row of the multicolumn.
19265 \end_layout
19266
19267 \begin_layout Standard
19268 \begin_inset VSpace bigskip
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \begin_layout Standard
19275 Table
19276 \begin_inset space ~
19277 \end_inset
19278
19279
19280 \begin_inset CommandInset ref
19281 LatexCommand ref
19282 reference "tab:Table-with-dashed"
19283
19284 \end_inset
19285
19286  was created using 
19287 \begin_inset Quotes eld
19288 \end_inset
19289
19290
19291 \series bold
19292 :c
19293 \series default
19294
19295 \begin_inset Quotes erd
19296 \end_inset
19297
19298  as LaTeX-argument of the third column.
19299  The TeX-Code command 
19300 \series bold
19301
19302 \backslash
19303 hdashline
19304 \series default
19305  was inserted to the first cell of the third row and the the TeX-Code command
19306 \begin_inset Newline newline
19307 \end_inset
19308
19309  
19310 \series bold
19311
19312 \backslash
19313 cdashline{4-5}
19314 \series default
19315  was inserted to the first cell of the fourth row.
19316 \end_layout
19317
19318 \begin_layout Standard
19319 \begin_inset Note Greyedout
19320 status open
19321
19322 \begin_layout Plain Layout
19323
19324 \series bold
19325 Note:
19326 \series default
19327  The used LaTeX-package 
19328 \series bold
19329 arydshln
19330 \series default
19331  is apparently not compatible with the LaTeX-package 
19332 \series bold
19333 colortbl
19334 \series default
19335
19336 \begin_inset Index
19337 status collapsed
19338
19339 \begin_layout Plain Layout
19340 LaTeX-packages ! colortbl
19341 \end_layout
19342
19343 \end_inset
19344
19345  that is used for colored tables in section
19346 \begin_inset space ~
19347 \end_inset
19348
19349
19350 \begin_inset CommandInset ref
19351 LatexCommand ref
19352 reference "sec:Colored-Tables"
19353
19354 \end_inset
19355
19356 .
19357  That means colored tables cannot have dashed lines.
19358 \end_layout
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \begin_layout Standard
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371
19372 \backslash
19373 else
19374 \end_layout
19375
19376 \end_inset
19377
19378
19379 \begin_inset Note Note
19380 status open
19381
19382 \begin_layout Plain Layout
19383 The following will be displayed when the LaTeX-package 
19384 \series bold
19385 arydshln
19386 \series default
19387  is not installed:
19388 \end_layout
19389
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \begin_layout Standard
19396 You need to install the package 
19397 \series bold
19398 arydshln
19399 \series default
19400  to see the content of this section in the output.
19401 \end_layout
19402
19403 \begin_layout Standard
19404 \begin_inset ERT
19405 status collapsed
19406
19407 \begin_layout Plain Layout
19408
19409
19410 \backslash
19411 fi
19412 \end_layout
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \begin_layout Chapter
19420 Floats
19421 \begin_inset Index
19422 status collapsed
19423
19424 \begin_layout Plain Layout
19425 Floats
19426 \end_layout
19427
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \begin_layout Section
19434 Introduction
19435 \begin_inset CommandInset label
19436 LatexCommand label
19437 name "sec:FloatIntroduction"
19438
19439 \end_inset
19440
19441
19442 \begin_inset Index
19443 status collapsed
19444
19445 \begin_layout Plain Layout
19446 Floats ! Introduction
19447 \end_layout
19448
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \begin_layout Standard
19455 A float is a block of text associated with some sort of label, which doesn't
19456  have a fixed location.
19457  It can 
19458 \begin_inset Quotes eld
19459 \end_inset
19460
19461 float
19462 \begin_inset Quotes erd
19463 \end_inset
19464
19465  forward or backward a page or two, to wherever it fits best.
19466  
19467 \family sans
19468 Footnotes
19469 \family default
19470  and 
19471 \family sans
19472 Margin
19473 \begin_inset space ~
19474 \end_inset
19475
19476 Notes
19477 \family default
19478  are also floats, because they can float to the next page when there are
19479  too many notes at the page.
19480 \end_layout
19481
19482 \begin_layout Standard
19483 Floats allow a high quality layout.
19484  Images and tables can evenly be spread to the pages to avoid white space
19485  and pages without text.
19486  As the floating often destroys the context between the text and the image/table
19487 , every float can be referenced in the text.
19488  Floats are therefore numbered.
19489  Referencing is described in section
19490 \begin_inset space ~
19491 \end_inset
19492
19493
19494 \begin_inset CommandInset ref
19495 LatexCommand ref
19496 reference "sec:Referencing-Floats"
19497
19498 \end_inset
19499
19500 .
19501 \end_layout
19502
19503 \begin_layout Standard
19504 To insert a float, use the menu 
19505 \family sans
19506 Insert\SpecialChar \menuseparator
19507 Float
19508 \family default
19509 .
19510  This inserts the 
19511 \family sans
19512 Caption
19513 \family default
19514  inset, a box with a label.
19515  The label will automatically be translated to the document language in
19516  the output.
19517  Behind the label you can insert the caption text.
19518  The image or table is inserted above or below the caption in a separate
19519  paragraph within the float.
19520  More about the caption placement is described in section
19521 \begin_inset space ~
19522 \end_inset
19523
19524
19525 \begin_inset CommandInset ref
19526 LatexCommand ref
19527 reference "sec:Caption-Placement"
19528
19529 \end_inset
19530
19531 .
19532  To keep your LyX-document readable, you can open and close the float box
19533  by left-clicking on the box label.
19534  A closed float box looks like this: 
19535 \begin_inset Graphics
19536         filename clipart/floatQt4.png
19537         scale 70
19538         scaleBeforeRotation
19539
19540 \end_inset
19541
19542  -- a gray button with a red label.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 It is recommended to insert floats as a separate paragraph to avoid possible
19547  LaTeX-errors that can occur when the surrounding text is specially formatted.
19548 \end_layout
19549
19550 \begin_layout Standard
19551 Existing figures or tables can be put into a float by marking them and then
19552  pressing the corresponding toolbar button for a new float.
19553 \end_layout
19554
19555 \begin_layout Section
19556 Float Types
19557 \end_layout
19558
19559 \begin_layout Standard
19560 Besides figure and table floats that are described in section
19561 \begin_inset space ~
19562 \end_inset
19563
19564
19565 \begin_inset CommandInset ref
19566 LatexCommand ref
19567 reference "sec:Figure-Floats"
19568
19569 \end_inset
19570
19571  and 
19572 \begin_inset CommandInset ref
19573 LatexCommand ref
19574 reference "sec:Table-Floats"
19575
19576 \end_inset
19577
19578 , respectively, LyX offers the float types 
19579 \series bold
19580 Algorithm
19581 \series default
19582  and 
19583 \series bold
19584 Wrap
19585 \series default
19586 .
19587 \end_layout
19588
19589 \begin_layout Subsection
19590 Algorithm Floats
19591 \begin_inset Index
19592 status collapsed
19593
19594 \begin_layout Plain Layout
19595 Floats ! Algorithms
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \begin_layout Standard
19604 \begin_inset Float algorithm
19605 placement h
19606 wide false
19607 sideways false
19608 status open
19609
19610 \begin_layout Plain Layout
19611 \begin_inset Caption
19612
19613 \begin_layout Plain Layout
19614 \begin_inset CommandInset label
19615 LatexCommand label
19616 name "alg:Example-Algorithm-float"
19617
19618 \end_inset
19619
19620 Example Algorithm float
19621 \end_layout
19622
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \begin_layout LyX-Code
19629 for I in 1..N loop
19630 \begin_inset Newline newline
19631 \end_inset
19632
19633  Sum:= Sum + A(I); /*comment*/
19634 \begin_inset Newline newline
19635 \end_inset
19636
19637 end loop
19638 \begin_inset VSpace -4mm
19639 \end_inset
19640
19641
19642 \end_layout
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \begin_layout Standard
19650 This float type is inserted with the menu 
19651 \family sans
19652 Insert\SpecialChar \menuseparator
19653 Floats\SpecialChar \menuseparator
19654 Algorithm
19655 \family default
19656 .
19657  It is used for program codes and descriptions of algorithms.
19658  A possible environment for algorithms is the 
19659 \family sans
19660 LyX-Code
19661 \family default
19662 , described in LyX's 
19663 \emph on
19664 Userguide
19665 \emph default
19666 .
19667  Algorithm
19668 \begin_inset space ~
19669 \end_inset
19670
19671
19672 \begin_inset CommandInset ref
19673 LatexCommand ref
19674 reference "alg:Example-Algorithm-float"
19675
19676 \end_inset
19677
19678  is an example of an algorithm float where -4
19679 \begin_inset space \thinspace{}
19680 \end_inset
19681
19682 mm vertical space was added at the end of the float to have the bottom rule
19683  exactly below the last text line.
19684 \end_layout
19685
19686 \begin_layout Standard
19687 The float label is not automatically translated into the document language.
19688  If your document is not in English, you have to do this manually by adding
19689  the following line to the document preamble
19690 \series bold
19691 :
19692 \end_layout
19693
19694 \begin_layout Standard
19695
19696 \series bold
19697
19698 \backslash
19699 floatname{algorithm}{your
19700 \begin_inset space ~
19701 \end_inset
19702
19703 name}
19704 \end_layout
19705
19706 \begin_layout Standard
19707 where 
19708 \family sans
19709 your
19710 \begin_inset space ~
19711 \end_inset
19712
19713 name
19714 \family default
19715  is the word 
19716 \begin_inset Quotes eld
19717 \end_inset
19718
19719
19720 \emph on
19721 algorithm
19722 \emph default
19723
19724 \begin_inset Quotes erd
19725 \end_inset
19726
19727  in your language.
19728 \end_layout
19729
19730 \begin_layout Standard
19731 To insert the list of algorithms you can not use the menu 
19732 \family sans
19733 Insert\SpecialChar \menuseparator
19734 List
19735 \begin_inset space \thinspace{}
19736 \end_inset
19737
19738 /
19739 \begin_inset space \thinspace{}
19740 \end_inset
19741
19742 TOC\SpecialChar \menuseparator
19743 List of Algorithms
19744 \family default
19745  when your document is a non-English one.
19746  In this case use this command in TeX-Code instead:
19747 \end_layout
19748
19749 \begin_layout Standard
19750
19751 \series bold
19752
19753 \backslash
19754 listof{algorithm}{your
19755 \begin_inset space ~
19756 \end_inset
19757
19758 name}
19759 \end_layout
19760
19761 \begin_layout Standard
19762 where 
19763 \family sans
19764 your
19765 \begin_inset space ~
19766 \end_inset
19767
19768 name
19769 \family default
19770  is the word 
19771 \begin_inset Quotes eld
19772 \end_inset
19773
19774
19775 \emph on
19776 List of Algorithm
19777 \emph default
19778 s
19779 \begin_inset Quotes erd
19780 \end_inset
19781
19782  in your language.
19783 \end_layout
19784
19785 \begin_layout Standard
19786 Algorithm floats are not by default numbered in the scheme 
19787 \begin_inset Quotes eld
19788 \end_inset
19789
19790 chapter.algorithm
19791 \begin_inset Quotes erd
19792 \end_inset
19793
19794  like it is the case for table and figure floats in many document-classes.
19795  To number algorithm floats in the same scheme, add this command to your
19796  document preamble:
19797 \end_layout
19798
19799 \begin_layout Standard
19800
19801 \series bold
19802
19803 \backslash
19804 numberwithin{algorithm}{chapter}
19805 \end_layout
19806
19807 \begin_layout Standard
19808 To be able to use the command 
19809 \series bold
19810
19811 \backslash
19812 numberwithin
19813 \series default
19814 , set in the tab 
19815 \family sans
19816 Math
19817 \begin_inset space ~
19818 \end_inset
19819
19820 Options
19821 \family default
19822  in the document settings the option 
19823 \family sans
19824 Use
19825 \begin_inset space ~
19826 \end_inset
19827
19828 AMS
19829 \begin_inset space ~
19830 \end_inset
19831
19832 math
19833 \begin_inset space ~
19834 \end_inset
19835
19836 package
19837 \family default
19838 .
19839 \end_layout
19840
19841 \begin_layout Subsection
19842 Wrap Floats
19843 \begin_inset Index
19844 status collapsed
19845
19846 \begin_layout Plain Layout
19847 Floats ! Wrap Floats
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \begin_layout Standard
19856 \begin_inset Wrap figure
19857 lines 0
19858 placement l
19859 overhang 1cm
19860 width "40col%"
19861 status open
19862
19863 \begin_layout Plain Layout
19864 \begin_inset Graphics
19865         filename clipart/mobius.eps
19866         width 40col%
19867         scaleBeforeRotation
19868         rotateOrigin center
19869
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \begin_layout Plain Layout
19876 \begin_inset Caption
19877
19878 \begin_layout Plain Layout
19879 \begin_inset CommandInset label
19880 LatexCommand label
19881 name "fig:This-is-a"
19882
19883 \end_inset
19884
19885 This is a figure wrap float.
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \end_inset
19894
19895  This float type is used if you want to wrap text around a figure or table
19896  so that it only occupies some fraction of the column width.
19897  It can be inserted using the menu 
19898 \family sans
19899 Insert\SpecialChar \menuseparator
19900 Floats\SpecialChar \menuseparator
19901 Figure
19902 \begin_inset space ~
19903 \end_inset
19904
19905 Wrap
19906 \begin_inset space ~
19907 \end_inset
19908
19909 Float
19910 \family default
19911  or 
19912 \family sans
19913 Table
19914 \begin_inset space ~
19915 \end_inset
19916
19917 Wrap
19918 \begin_inset space ~
19919 \end_inset
19920
19921 Float
19922 \family default
19923  if the LaTeX-package 
19924 \series bold
19925 wrapfig
19926 \series default
19927
19928 \begin_inset Index
19929 status collapsed
19930
19931 \begin_layout Plain Layout
19932 LaTeX-packages ! wrapfig
19933 \begin_inset ERT
19934 status collapsed
19935
19936 \begin_layout Plain Layout
19937
19938
19939 \backslash
19940 vspace{4mm}
19941 \end_layout
19942
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949
19950  is installed.
19951 \begin_inset Foot
19952 status collapsed
19953
19954 \begin_layout Plain Layout
19955 Installing a LaTeX-package is explained it in the 
19956 \emph on
19957 LaTeX
19958 \begin_inset space ~
19959 \end_inset
19960
19961 Configuration
19962 \emph default
19963  manual.
19964 \end_layout
19965
19966 \end_inset
19967
19968  The settings of the float can be modified by right-clicking on the float
19969  box.
19970  The mandatory settings are the float 
19971 \family sans
19972 Placement
19973 \family default
19974  and its 
19975 \family sans
19976 Width
19977 \family default
19978 .
19979  Optional are the 
19980 \family sans
19981 Overhang
19982 \family default
19983  that specifies how much the float is set into the paragraph
19984 \begin_inset space \thinspace{}
19985 \end_inset
19986
19987 /
19988 \begin_inset space \thinspace{}
19989 \end_inset
19990
19991 page margin, and the 
19992 \family sans
19993 Line
19994 \begin_inset space ~
19995 \end_inset
19996
19997 span
19998 \family default
19999  that specifies how many text lines the float will approximately need.
20000  The line span is often hard to be approximated, so better only use it when
20001  you encounter float placement problems.
20002  You can furthermore decide if LaTeX is allowed to let the float float within
20003  the paragraph or to surrounding paragraphs.
20004  Figure
20005 \begin_inset space ~
20006 \end_inset
20007
20008
20009 \begin_inset CommandInset ref
20010 LatexCommand ref
20011 reference "fig:This-is-a"
20012
20013 \end_inset
20014
20015  is an example text wrap float with a width of 40
20016 \begin_inset space \thinspace{}
20017 \end_inset
20018
20019 col%, 1
20020 \begin_inset space \thinspace{}
20021 \end_inset
20022
20023 cm overhang, set to the left.
20024 \begin_inset Foot
20025 status collapsed
20026
20027 \begin_layout Plain Layout
20028 Available units are explained in appendix
20029 \begin_inset space ~
20030 \end_inset
20031
20032
20033 \begin_inset CommandInset ref
20034 LatexCommand ref
20035 reference "cha:Units-available-in"
20036
20037 \end_inset
20038
20039 .
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \begin_layout Standard
20048 \begin_inset Note Greyedout
20049 status open
20050
20051 \begin_layout Plain Layout
20052
20053 \series bold
20054 Note:
20055 \series default
20056  Text
20057 \begin_inset space ~
20058 \end_inset
20059
20060 wrap float floats are fragile! E.
20061 \begin_inset space \thinspace{}
20062 \end_inset
20063
20064 g.
20065 \begin_inset space \space{}
20066 \end_inset
20067
20068 having a figure too close to the bottom of the page can mess things up in
20069  the way that the float doesn't appear in the output or that it is placed
20070  over some other text.
20071 \end_layout
20072
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout Standard
20079 In general:
20080 \end_layout
20081
20082 \begin_layout Itemize
20083 Wrap floats should not be placed in paragraphs that run over a page break.
20084  That means that wrap floats should better be inserted to the exact place
20085  when the document is nearly finished and you are able to estimate where
20086  page breaks will appear.
20087 \end_layout
20088
20089 \begin_layout Itemize
20090 Wrap floats should either be placed in an own paragraph before the paragraph
20091  where they should wrap into or within a paragraph.
20092 \end_layout
20093
20094 \begin_layout Itemize
20095 Wrap floats in consecutive paragraphs may cause troubles, so assure that
20096  there is a text paragraph between them as separator.
20097 \end_layout
20098
20099 \begin_layout Itemize
20100 Wrap floats are not allowed in section headings or tables.
20101 \end_layout
20102
20103 \begin_layout Section
20104 Float Numbering
20105 \begin_inset Index
20106 status collapsed
20107
20108 \begin_layout Plain Layout
20109 Floats ! Numbering
20110 \end_layout
20111
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \begin_layout Standard
20118 Floats are usually numbered either independent from the sections the floats
20119  are in, or in the scheme 
20120 \begin_inset Quotes eld
20121 \end_inset
20122
20123 chapter.number
20124 \begin_inset Quotes erd
20125 \end_inset
20126
20127  or 
20128 \begin_inset Quotes eld
20129 \end_inset
20130
20131 section.number
20132 \begin_inset Quotes erd
20133 \end_inset
20134
20135 .
20136  This depends on the used document class.
20137 \end_layout
20138
20139 \begin_layout Standard
20140 To change the section independent numbering, you can use this command in
20141  the document preamble:
20142 \end_layout
20143
20144 \begin_layout Standard
20145
20146 \series bold
20147
20148 \backslash
20149 renewcommand{
20150 \backslash
20151 thetable}{
20152 \backslash
20153 roman{table}}
20154 \end_layout
20155
20156 \begin_layout Standard
20157
20158 \series bold
20159
20160 \backslash
20161 thetable
20162 \series default
20163  is the command that prints the table number, for figure floats, the command
20164  would be 
20165 \series bold
20166
20167 \backslash
20168 thefigure
20169 \series default
20170 .
20171  The command 
20172 \series bold
20173
20174 \backslash
20175 roman
20176 \series default
20177  prints in the command above the table number as small roman number.
20178 \end_layout
20179
20180 \begin_layout Standard
20181 To change the numbering scheme for example to 
20182 \begin_inset Quotes eld
20183 \end_inset
20184
20185 subsection.number
20186 \begin_inset Quotes erd
20187 \end_inset
20188
20189 , use this command in the preamble:
20190 \end_layout
20191
20192 \begin_layout Standard
20193
20194 \series bold
20195
20196 \backslash
20197 numberwithin{table}{subsection}
20198 \end_layout
20199
20200 \begin_layout Standard
20201 To be able to use the command 
20202 \series bold
20203
20204 \backslash
20205 numberwithin
20206 \series default
20207 , set in the tab 
20208 \family sans
20209 Math
20210 \begin_inset space ~
20211 \end_inset
20212
20213 Options
20214 \family default
20215  in the document settings the option 
20216 \family sans
20217 Use
20218 \begin_inset space ~
20219 \end_inset
20220
20221 AMS
20222 \begin_inset space ~
20223 \end_inset
20224
20225 math
20226 \begin_inset space ~
20227 \end_inset
20228
20229 package
20230 \family default
20231 .
20232 \end_layout
20233
20234 \begin_layout Standard
20235 Please also have a look at section
20236 \begin_inset space ~
20237 \end_inset
20238
20239
20240 \begin_inset CommandInset ref
20241 LatexCommand ref
20242 reference "sub:Footnote-Numbering"
20243
20244 \end_inset
20245
20246  for the details and important notes about the numbering commands.
20247 \end_layout
20248
20249 \begin_layout Section
20250 Referencing Floats
20251 \begin_inset CommandInset label
20252 LatexCommand label
20253 name "sec:Referencing-Floats"
20254
20255 \end_inset
20256
20257
20258 \begin_inset Index
20259 status collapsed
20260
20261 \begin_layout Plain Layout
20262 Floats ! References
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \begin_inset Index
20269 status collapsed
20270
20271 \begin_layout Plain Layout
20272 References ! to Floats
20273 \end_layout
20274
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \begin_layout Standard
20281 To reference a float, insert a label into its caption using the menu 
20282 \family sans
20283 Insert\SpecialChar \menuseparator
20284 Label
20285 \family default
20286  or the toolbar button 
20287 \begin_inset Graphics
20288         filename ../images/label-insert.png
20289         scale 85
20290         scaleBeforeRotation
20291
20292 \end_inset
20293
20294 .
20295  A grey label box like this one: 
20296 \begin_inset Graphics
20297         filename clipart/labelQt4.png
20298         scale 85
20299         scaleBeforeRotation
20300
20301 \end_inset
20302
20303  will be inserted and the label window pops up asking for the label text.
20304  LyX offers as text the first words of the caption with a prefix.
20305  The prefix depends on the float type, e.
20306 \begin_inset space \thinspace{}
20307 \end_inset
20308
20309 g.
20310 \begin_inset space \space{}
20311 \end_inset
20312
20313 for figure floats the prefix will be "
20314 \family sans
20315 fig:
20316 \family default
20317 ".
20318 \end_layout
20319
20320 \begin_layout Standard
20321 The label is used as anchor and name for the reference.
20322  You can refer to the label using the menu 
20323 \family sans
20324 Insert\SpecialChar \menuseparator
20325 Cross-reference
20326 \family default
20327  or the toolbar button 
20328 \begin_inset Graphics
20329         filename ../images/dialog-show-new-inset_ref.png
20330         scale 85
20331         scaleBeforeRotation
20332
20333 \end_inset
20334
20335 .
20336  A grey cross-reference box like this one: 
20337 \begin_inset Graphics
20338         filename clipart/referenceQt4.png
20339         scale 85
20340         scaleBeforeRotation
20341
20342 \end_inset
20343
20344  will be inserted and the cross-reference window appear showing all labels
20345  of the document.
20346  If you have multiple LyX-documents opened, choose the one you are working
20347  on from the drop-list at the top of the dialog.
20348  You can now sort the labels alphabetically and then choose one.
20349  At the position of the cross-reference box the float number will appear
20350  in the output.
20351 \end_layout
20352
20353 \begin_layout Standard
20354 It is recommended to use a protected space between the cross-reference name
20355  and its number to avoid line breaks between them.
20356  If a cross-reference refers to a non-existing label, you will see two question
20357  marks in the output instead of the reference.
20358 \end_layout
20359
20360 \begin_layout Standard
20361 You can change labels at any time by clicking on the label box.
20362  References to the changed label will automatically change its link to the
20363  new label text, so that you don't need to take care about this.
20364 \end_layout
20365
20366 \begin_layout Standard
20367 The button 
20368 \family sans
20369 Go
20370 \begin_inset space ~
20371 \end_inset
20372
20373 to
20374 \begin_inset space ~
20375 \end_inset
20376
20377 Label
20378 \family default
20379  in the cross-reference window sets the cursor before the referred label.
20380  The button text changes then to Go
20381 \begin_inset space ~
20382 \end_inset
20383
20384 Back and you can use it to set the cursor back to the cross-reference.
20385  Right-clicking on a cross-reference box also sets the cursor before the
20386  referenced label but without a possibility to go back.
20387 \end_layout
20388
20389 \begin_layout Subsection
20390 Cross-Reference Formats
20391 \begin_inset CommandInset label
20392 LatexCommand label
20393 name "sub:Cross-Reference-Formats"
20394
20395 \end_inset
20396
20397
20398 \begin_inset Index
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402 References ! Formats
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \begin_layout Standard
20411 There are six varieties of cross-references:
20412 \end_layout
20413
20414 \begin_layout Description
20415 <reference>: prints the float number, this is the default: 
20416 \begin_inset CommandInset ref
20417 LatexCommand ref
20418 reference "fig:Two-distorted-images"
20419
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \begin_layout Description
20426 (<reference>): prints the float number within two parentheses, this is the
20427  style normally used to reference formulas, especially when the reference
20428  name 
20429 \begin_inset Quotes eld
20430 \end_inset
20431
20432 Equation
20433 \begin_inset Quotes erd
20434 \end_inset
20435
20436  is omitted: 
20437 \begin_inset CommandInset ref
20438 LatexCommand eqref
20439 reference "eq:Wgn"
20440
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \begin_layout Description
20447 <page>: prints the page number: Page
20448 \begin_inset space ~
20449 \end_inset
20450
20451
20452 \begin_inset CommandInset ref
20453 LatexCommand pageref
20454 reference "fig:Two-distorted-images"
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \begin_layout Description
20462 on
20463 \begin_inset space ~
20464 \end_inset
20465
20466 page
20467 \begin_inset space ~
20468 \end_inset
20469
20470 <page>: prints the text "on page" and the page number: 
20471 \begin_inset CommandInset ref
20472 LatexCommand vpageref
20473 reference "fig:Two-distorted-images"
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Description
20481 <reference>
20482 \begin_inset space ~
20483 \end_inset
20484
20485 on
20486 \begin_inset space ~
20487 \end_inset
20488
20489 page
20490 \begin_inset space ~
20491 \end_inset
20492
20493 <page>: prints the float number, the text "on page", and the page number:
20494  
20495 \begin_inset CommandInset ref
20496 LatexCommand vref
20497 reference "fig:Two-distorted-images"
20498
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \begin_layout Description
20505 Formatted
20506 \begin_inset space ~
20507 \end_inset
20508
20509 reference: prints a self defined cross-reference format.
20510  
20511 \begin_inset Note Greyedout
20512 status open
20513
20514 \begin_layout Plain Layout
20515
20516 \series bold
20517 Note:
20518 \series default
20519  This feature is only available when you have the LaTeX-package 
20520 \series bold
20521 prettyref
20522 \series default
20523  installed.
20524 \end_layout
20525
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \begin_layout Standard
20532 Note that the style <page> won't print the page number if the label is on
20533  the previous, the same, or the next page.
20534  You will e.
20535 \begin_inset space \thinspace{}
20536 \end_inset
20537
20538 g.
20539 \begin_inset space \space{}
20540 \end_inset
20541
20542 see the text 
20543 \begin_inset Quotes eld
20544 \end_inset
20545
20546
20547 \family sans
20548 on this page
20549 \family default
20550
20551 \begin_inset Quotes erd
20552 \end_inset
20553
20554  instead.
20555 \end_layout
20556
20557 \begin_layout Standard
20558 The number and current page of the referred document part in the output,
20559  is automatically calculated by LaTeX.
20560  The varieties are adjusted in the field 
20561 \family sans
20562 Format
20563 \family default
20564  of the cross-reference window, that appear when you click on the cross-referenc
20565 e box.
20566 \end_layout
20567
20568 \begin_layout Subsection
20569 Automatic Reference Naming
20570 \begin_inset Index
20571 status collapsed
20572
20573 \begin_layout Plain Layout
20574 References ! Automatic Reference Naming
20575 \end_layout
20576
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \begin_layout Standard
20583 The LaTeX-package 
20584 \series bold
20585 hyperref
20586 \series default
20587
20588 \begin_inset Index
20589 status collapsed
20590
20591 \begin_layout Plain Layout
20592 LaTeX-packages ! hyperref
20593 \end_layout
20594
20595 \end_inset
20596
20597 , that is enabled in the 
20598 \family sans
20599 PDF Properties
20600 \family default
20601  of the 
20602 \family sans
20603 Document Settings
20604 \family default
20605  dialog, provides a very useful feature that cross-references automatically
20606  include the name of the referenced floats (or text parts like 
20607 \emph on
20608 section
20609 \emph default
20610 ).
20611  So you will save to write e.
20612 \begin_inset space \thinspace{}
20613 \end_inset
20614
20615 g.
20616 \begin_inset space \space{}
20617 \end_inset
20618
20619 the name 
20620 \begin_inset Quotes eld
20621 \end_inset
20622
20623 Figure
20624 \begin_inset Quotes erd
20625 \end_inset
20626
20627  before every reference to a figure.
20628  To use this feature, enable 
20629 \series bold
20630 hyperref
20631 \series default
20632  and insert this line to the LaTeX preamble:
20633 \end_layout
20634
20635 \begin_layout Standard
20636
20637 \series bold
20638
20639 \backslash
20640 AtBeginDocument{
20641 \backslash
20642 renewcommand{
20643 \backslash
20644 ref}[1]{
20645 \backslash
20646 mbox{
20647 \backslash
20648 autoref{#1}}}}
20649 \end_layout
20650
20651 \begin_layout Standard
20652 When you prefer other reference names than the default ones, for example
20653  you want instead of 
20654 \begin_inset Quotes eld
20655 \end_inset
20656
20657 section
20658 \begin_inset Quotes erd
20659 \end_inset
20660
20661  the name 
20662 \begin_inset Quotes eld
20663 \end_inset
20664
20665 sec.
20666 \begin_inset space \thinspace{}
20667 \end_inset
20668
20669
20670 \begin_inset Quotes eld
20671 \end_inset
20672
20673 , you can redefine the name by inserting this to the preamble:
20674 \end_layout
20675
20676 \begin_layout Standard
20677
20678 \series bold
20679
20680 \backslash
20681 addto
20682 \backslash
20683 extrasenglish{
20684 \backslash
20685 renewcommand{
20686 \backslash
20687 sectionautorefname}
20688 \begin_inset Newline newline
20689 \end_inset
20690
20691
20692 \begin_inset ERT
20693 status collapsed
20694
20695 \begin_layout Plain Layout
20696
20697
20698 \backslash
20699 hphantom{ }
20700 \end_layout
20701
20702 \end_inset
20703
20704 {sec.
20705 \backslash
20706 negthinspace}}
20707 \end_layout
20708
20709 \begin_layout Standard
20710 When you are using another document language than English, replace
20711 \begin_inset Newline newline
20712 \end_inset
20713
20714
20715 \series bold
20716
20717 \backslash
20718 extrasenglish
20719 \series default
20720  by 
20721 \series bold
20722
20723 \backslash
20724 extras***
20725 \series default
20726 , where *** is the name of the used language.
20727 \end_layout
20728
20729 \begin_layout Standard
20730 To get automatic names, but not for certain reference types, for example
20731  not for equations, use this preamble code:
20732 \end_layout
20733
20734 \begin_layout Standard
20735
20736 \series bold
20737
20738 \backslash
20739 newlength{
20740 \backslash
20741 abc}
20742 \begin_inset Newline newline
20743 \end_inset
20744
20745
20746 \backslash
20747 settowidth{
20748 \backslash
20749 abc}{
20750 \backslash
20751 space}
20752 \begin_inset Newline newline
20753 \end_inset
20754
20755
20756 \backslash
20757 addto
20758 \backslash
20759 extrasenglish{
20760 \backslash
20761 renewcommand{
20762 \backslash
20763 equationautorefname}
20764 \begin_inset Newline newline
20765 \end_inset
20766
20767
20768 \begin_inset ERT
20769 status collapsed
20770
20771 \begin_layout Plain Layout
20772
20773
20774 \backslash
20775 hphantom{ }
20776 \end_layout
20777
20778 \end_inset
20779
20780 {
20781 \backslash
20782 hspace{-
20783 \backslash
20784 abc}}
20785 \end_layout
20786
20787 \begin_layout Standard
20788 More about this topic can be found in 
20789 \series bold
20790 hyperref
20791 \series default
20792 's documentation 
20793 \begin_inset CommandInset citation
20794 LatexCommand cite
20795 key "hyperref"
20796
20797 \end_inset
20798
20799 .
20800 \end_layout
20801
20802 \begin_layout Standard
20803 \begin_inset Note Greyedout
20804 status open
20805
20806 \begin_layout Plain Layout
20807
20808 \series bold
20809 Note:
20810 \series default
20811  Automatic reference naming cannot be used when you use cross-references
20812  in the 
20813 \family sans
20814 Formatted
20815 \begin_inset space ~
20816 \end_inset
20817
20818 reference
20819 \family default
20820  style, as described in section
20821 \begin_inset space ~
20822 \end_inset
20823
20824
20825 \begin_inset CommandInset ref
20826 LatexCommand ref
20827 reference "sub:Cross-Reference-Formats"
20828
20829 \end_inset
20830
20831 .
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Standard
20840 The 
20841 \emph on
20842 Math
20843 \emph default
20844  manual is an example where automatic reference naming is used.
20845 \end_layout
20846
20847 \begin_layout Subsection
20848 Reference Position
20849 \begin_inset CommandInset label
20850 LatexCommand label
20851 name "sub:Reference-Position"
20852
20853 \end_inset
20854
20855
20856 \begin_inset Index
20857 status collapsed
20858
20859 \begin_layout Plain Layout
20860 References ! Reference Position
20861 \end_layout
20862
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \begin_layout Standard
20869 If you use 
20870 \series bold
20871 hyperref
20872 \series default
20873
20874 \begin_inset Index
20875 status collapsed
20876
20877 \begin_layout Plain Layout
20878 LaTeX-packages ! hyperref
20879 \end_layout
20880
20881 \end_inset
20882
20883  in the 
20884 \family sans
20885 PDF Properties
20886 \family default
20887  of the 
20888 \family sans
20889 Document Settings
20890 \family default
20891  dialog to link cross-references in the output, you will see that clicking
20892  on an image float reference jumps to the image label.
20893  The caption will be the first text part on the screen, so that you cannot
20894  see the image without scrolling.
20895  This is because the reference link anchor is placed at the position of
20896  the label.
20897  With the use of the package 
20898 \series bold
20899 hypcap
20900 \series default
20901
20902 \begin_inset Index
20903 status collapsed
20904
20905 \begin_layout Plain Layout
20906 LaTeX-packages ! hypcap
20907 \end_layout
20908
20909 \end_inset
20910
20911 , which is part of the LaTeX-package 
20912 \series bold
20913 oberdiek
20914 \series default
20915
20916 \begin_inset Index
20917 status collapsed
20918
20919 \begin_layout Plain Layout
20920 LaTeX-packages ! oberdiek
20921 \end_layout
20922
20923 \end_inset
20924
20925 , the link anchor is placed at the beginning of a float.
20926  To use this feature for figure floats, load 
20927 \series bold
20928 hypcap
20929 \series default
20930  in the document preamble with the line
20931 \end_layout
20932
20933 \begin_layout Standard
20934
20935 \series bold
20936
20937 \backslash
20938 usepackage[figure]{hypcap}
20939 \end_layout
20940
20941 \begin_layout Standard
20942 You can also use 
20943 \series bold
20944 hypcap
20945 \series default
20946  for all float types but this is not recommended for stability reasons.
20947  For more informations, have a look at 
20948 \series bold
20949 hypcap
20950 \series default
20951 's manual 
20952 \begin_inset CommandInset citation
20953 LatexCommand cite
20954 key "hypcap"
20955
20956 \end_inset
20957
20958 .
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset Note Greyedout
20963 status open
20964
20965 \begin_layout Plain Layout
20966
20967 \series bold
20968 Note:
20969 \series default
20970  
20971 \series bold
20972 hypcap
20973 \series default
20974  has no effect for references to subfigures.
20975 \end_layout
20976
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \begin_layout Section
20983 Float Placement
20984 \begin_inset CommandInset label
20985 LatexCommand label
20986 name "sec:Float-Placement"
20987
20988 \end_inset
20989
20990
20991 \begin_inset Index
20992 status collapsed
20993
20994 \begin_layout Plain Layout
20995 Floats ! Placement
20996 \end_layout
20997
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \begin_layout Standard
21004 Right-clicking on a float-box opens a dialog where you can alter the placement
21005  options that LaTeX uses for positioning the float.
21006 \begin_inset Newline newline
21007 \end_inset
21008
21009 The option 
21010 \family sans
21011 Span
21012 \begin_inset space ~
21013 \end_inset
21014
21015 columns
21016 \family default
21017  is only useful for two-column documents: If you select it, the float will
21018  span across both columns on the page instead of being confined to just
21019  one.
21020 \begin_inset Newline newline
21021 \end_inset
21022
21023 The option 
21024 \family sans
21025 Rotate
21026 \begin_inset space ~
21027 \end_inset
21028
21029 sideways
21030 \family default
21031  is used to rotate floats, see section 
21032 \begin_inset CommandInset ref
21033 LatexCommand ref
21034 reference "sec:Rotated-Floats"
21035
21036 \end_inset
21037
21038 .
21039 \end_layout
21040
21041 \begin_layout Standard
21042 You can use one ore more of the following options in the float dialog to
21043  set the placement for a particular float when you uncheck the option 
21044 \family sans
21045 Use
21046 \begin_inset space ~
21047 \end_inset
21048
21049 default
21050 \begin_inset space ~
21051 \end_inset
21052
21053 placement
21054 \family default
21055 :
21056 \end_layout
21057
21058 \begin_layout Description
21059 Here
21060 \begin_inset space ~
21061 \end_inset
21062
21063 if
21064 \begin_inset space ~
21065 \end_inset
21066
21067 possible try to place the float on the position where it is inserted
21068 \end_layout
21069
21070 \begin_layout Description
21071 Top
21072 \begin_inset space ~
21073 \end_inset
21074
21075 of
21076 \begin_inset space ~
21077 \end_inset
21078
21079 page try to place the float on the top of the current page
21080 \end_layout
21081
21082 \begin_layout Description
21083 Bottom
21084 \begin_inset space ~
21085 \end_inset
21086
21087 of
21088 \begin_inset space ~
21089 \end_inset
21090
21091 page try to place the float on the bottom of the current page
21092 \end_layout
21093
21094 \begin_layout Description
21095 Page
21096 \begin_inset space ~
21097 \end_inset
21098
21099 of
21100 \begin_inset space ~
21101 \end_inset
21102
21103 floats try to place the float on an own page 
21104 \end_layout
21105
21106 \begin_layout Standard
21107 The order of the above option is 
21108 \emph on
21109 always
21110 \emph default
21111  used by LaTeX.
21112  That means, if you use the default placement, LaTeX will first try out
21113  
21114 \family sans
21115 Here
21116 \begin_inset space ~
21117 \end_inset
21118
21119 if
21120 \begin_inset space ~
21121 \end_inset
21122
21123 possible
21124 \family default
21125 , then 
21126 \family sans
21127 Top
21128 \begin_inset space ~
21129 \end_inset
21130
21131 of
21132 \begin_inset space ~
21133 \end_inset
21134
21135 page
21136 \family default
21137 , and then the others.
21138  If you don't use the default, LaTeX will try only the checked options but
21139  in the same order.
21140  If none of the 4 placements are possible the procedure is internally repeated
21141  but it is tried to put the float on the following page.
21142 \end_layout
21143
21144 \begin_layout Standard
21145 By default, each option has its own rules:
21146 \end_layout
21147
21148 \begin_layout Labeling
21149 \labelwidthstring 00.00.0000
21150
21151 \family sans
21152 Top
21153 \begin_inset space ~
21154 \end_inset
21155
21156 of
21157 \begin_inset space ~
21158 \end_inset
21159
21160 page
21161 \family default
21162  only floats occupying less than 70
21163 \begin_inset space \thinspace{}
21164 \end_inset
21165
21166 % of the page can be placed at the top of a page (
21167 \series bold
21168
21169 \backslash
21170 topfraction
21171 \series default
21172 )
21173 \end_layout
21174
21175 \begin_layout Labeling
21176 \labelwidthstring 00.00.0000
21177
21178 \family sans
21179 Bottom
21180 \begin_inset space ~
21181 \end_inset
21182
21183 of
21184 \begin_inset space ~
21185 \end_inset
21186
21187 page
21188 \family default
21189 : only floats occupying less than 30
21190 \begin_inset space \thinspace{}
21191 \end_inset
21192
21193 % of the page can be placed at the bottom of a page.
21194  (
21195 \series bold
21196
21197 \backslash
21198 bottomfraction
21199 \series default
21200 )
21201 \end_layout
21202
21203 \begin_layout Labeling
21204 \labelwidthstring 00.00.0000
21205
21206 \family sans
21207 Page
21208 \begin_inset space ~
21209 \end_inset
21210
21211 of
21212 \begin_inset space ~
21213 \end_inset
21214
21215 floats
21216 \family default
21217 : only if more than 50
21218 \begin_inset space \thinspace{}
21219 \end_inset
21220
21221 % of the page are occupied by floats, several floats can be set together
21222  on a page.
21223  (
21224 \series bold
21225
21226 \backslash
21227 floatpagefraction
21228 \series default
21229 )
21230 \end_layout
21231
21232 \begin_layout Standard
21233 If you don't like these rules, you can ignore them by using the additional
21234  option 
21235 \family sans
21236 Ignore
21237 \begin_inset space ~
21238 \end_inset
21239
21240 LaTeX
21241 \begin_inset space ~
21242 \end_inset
21243
21244 rules
21245 \family default
21246 .
21247 \begin_inset Newline newline
21248 \end_inset
21249
21250 You can also redefine the rules with LaTeX-commands that are given in parenthese
21251 s behind the rules description above.
21252  To increase for example the often too small default of the bottom-rule
21253  to 50
21254 \begin_inset space \thinspace{}
21255 \end_inset
21256
21257 % of the page, add this line to your document preamble:
21258 \end_layout
21259
21260 \begin_layout Standard
21261
21262 \series bold
21263
21264 \backslash
21265 renewcommand{
21266 \backslash
21267 bottomfraction}{0.5}
21268 \end_layout
21269
21270 \begin_layout Standard
21271 Sometimes you might need, under all circumstances, a float to be placed
21272  exactly at the position where it is inserted.
21273  For this case you can use the option 
21274 \family sans
21275 Here
21276 \begin_inset space ~
21277 \end_inset
21278
21279 definitely
21280 \family default
21281 .
21282  Use this option very rarely and only if the document is nearly ready to
21283  be printed.
21284  Because the float is then no longer able to 
21285 \begin_inset Quotes eld
21286 \end_inset
21287
21288 float
21289 \begin_inset Quotes erd
21290 \end_inset
21291
21292  when you change your document and this will often destroy the page layout.
21293 \end_layout
21294
21295 \begin_layout Standard
21296 There are no placement options for text wrap floats, because they are always
21297  surrounded by the text of a certain paragraph.
21298 \begin_inset VSpace bigskip
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \begin_layout Standard
21305 Sometimes you have the problem that a float is placed at the top of a page
21306  while its corresponding section starts at the middle of the page, so that
21307  the reader could think the float is part of the previous section.
21308  To avoid this the LaTeX-command 
21309 \series bold
21310
21311 \backslash
21312 suppressfloats
21313 \series default
21314  can be used.
21315  It suppresses a given float placement for the page where it is inserted
21316  and can therefore be used to avoid that floats could be set before a section
21317  starts.
21318  To get this, add these commands to your document preamble:
21319 \end_layout
21320
21321 \begin_layout Standard
21322
21323 \series bold
21324
21325 \backslash
21326 let
21327 \backslash
21328 mySection
21329 \backslash
21330 section
21331 \begin_inset Newline newline
21332 \end_inset
21333
21334
21335 \backslash
21336 renewcommand{
21337 \backslash
21338 section}{
21339 \backslash
21340 suppressfloats[t]
21341 \backslash
21342 mySection}
21343 \end_layout
21344
21345 \begin_layout Standard
21346 You can define the same for all section headings, like chapters and subsections.
21347  This definition is not recommended to be used for small text parts like
21348  subsubsections because LaTeX may then have problems to find a suitable
21349  placement.
21350 \end_layout
21351
21352 \begin_layout Standard
21353 \begin_inset VSpace bigskip
21354 \end_inset
21355
21356 In some cases it is required to have all figures/tables at the end of the
21357  document.
21358  For this purpose the LaTeX-package 
21359 \series bold
21360 endfloat
21361 \series default
21362
21363 \begin_inset Index
21364 status collapsed
21365
21366 \begin_layout Plain Layout
21367 LaTeX-packages ! endfloat
21368 \end_layout
21369
21370 \end_inset
21371
21372  was developed.
21373  It puts all figure and table floats at the end of the document into own
21374  sections.
21375  At the original float position a text hint like 
21376 \begin_inset Quotes eld
21377 \end_inset
21378
21379
21380 \family sans
21381 [Figure
21382 \begin_inset space ~
21383 \end_inset
21384
21385 3.2 about here.]
21386 \family default
21387
21388 \begin_inset Quotes erd
21389 \end_inset
21390
21391  is inserted.
21392  The endfloat-package is loaded in the preamble with the line
21393 \end_layout
21394
21395 \begin_layout Standard
21396
21397 \series bold
21398
21399 \backslash
21400 usepackage[options]{endfloat}
21401 \end_layout
21402
21403 \begin_layout Standard
21404 There are various package options to format the created figure/table sections.
21405  For more information we refer to the 
21406 \series bold
21407 endfloat
21408 \series default
21409  documentation 
21410 \begin_inset CommandInset citation
21411 LatexCommand cite
21412 key "endfloat"
21413
21414 \end_inset
21415
21416 .
21417 \begin_inset Newline newline
21418 \end_inset
21419
21420
21421 \begin_inset Note Greyedout
21422 status open
21423
21424 \begin_layout Plain Layout
21425
21426 \series bold
21427 Note: endfloat
21428 \series default
21429  doesn't provide an automatic translation for the text hint, you have to
21430  do this manually, see section
21431 \begin_inset space ~
21432 \end_inset
21433
21434 4 in 
21435 \begin_inset CommandInset citation
21436 LatexCommand cite
21437 key "endfloat"
21438
21439 \end_inset
21440
21441 .
21442 \end_layout
21443
21444 \end_inset
21445
21446
21447 \begin_inset Newline newline
21448 \end_inset
21449
21450
21451 \begin_inset Note Greyedout
21452 status open
21453
21454 \begin_layout Plain Layout
21455
21456 \series bold
21457 Note:
21458 \series default
21459  There is currently a bug in 
21460 \series bold
21461 endfloat
21462 \series default
21463  when the caption contains a German 
21464 \begin_inset Quotes eld
21465 \end_inset
21466
21467 ß
21468 \begin_inset Quotes erd
21469 \end_inset
21470
21471 .
21472  Use in this case the command 
21473 \begin_inset Quotes eld
21474 \end_inset
21475
21476
21477 \series bold
21478
21479 \backslash
21480 ss
21481 \series default
21482
21483 \begin_inset Quotes erd
21484 \end_inset
21485
21486  in TeX-Code instead of 
21487 \begin_inset Quotes eld
21488 \end_inset
21489
21490 ß
21491 \begin_inset Quotes erd
21492 \end_inset
21493
21494 .
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Standard
21503 \begin_inset VSpace bigskip
21504 \end_inset
21505
21506 For more details about float placements, have a look at LaTeX books, 
21507 \begin_inset CommandInset citation
21508 LatexCommand cite
21509 key "latexcompanion,latexguide,latexbook"
21510
21511 \end_inset
21512
21513 .
21514 \end_layout
21515
21516 \begin_layout Section
21517 Rotated Floats
21518 \begin_inset CommandInset label
21519 LatexCommand label
21520 name "sec:Rotated-Floats"
21521
21522 \end_inset
21523
21524
21525 \begin_inset Index
21526 status collapsed
21527
21528 \begin_layout Plain Layout
21529 Floats ! Rotating
21530 \end_layout
21531
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \begin_layout Standard
21538 Especially for wide tables you might have floats rotated.
21539  To rotate a whole float including the caption, right-click on the float-box
21540  and use the option 
21541 \family sans
21542 Rotate
21543 \begin_inset space ~
21544 \end_inset
21545
21546 sideways
21547 \family default
21548 .
21549 \end_layout
21550
21551 \begin_layout Standard
21552 Rotated floats are always placed on its own page (or column, in case you
21553  have a multi-column document).
21554  You can let them span several columns using the float settings option 
21555 \family sans
21556 Span
21557 \begin_inset space ~
21558 \end_inset
21559
21560 columns
21561 \family default
21562 .
21563  Floats are rotated so that you can read them from the outside margin.
21564  To force a certain rotation direction for all pages, you can add either
21565  the option 
21566 \series bold
21567 figuresleft
21568 \series default
21569  or 
21570 \series bold
21571 figuresright
21572 \series default
21573  to the document class options.
21574 \end_layout
21575
21576 \begin_layout Standard
21577 Referencing rotated floats is the same like for normal floats, the caption
21578  format is also the same: Table
21579 \begin_inset space ~
21580 \end_inset
21581
21582
21583 \begin_inset CommandInset ref
21584 LatexCommand ref
21585 reference "tab:Rotated-table"
21586
21587 \end_inset
21588
21589  is an example of a rotated table float.
21590 \end_layout
21591
21592 \begin_layout Standard
21593 \begin_inset Note Greyedout
21594 status open
21595
21596 \begin_layout Plain Layout
21597
21598 \series bold
21599 Note:
21600 \series default
21601  Not all DVI-viewers are able to display rotated floats.
21602 \end_layout
21603
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \begin_layout Standard
21610 \begin_inset Float table
21611 wide false
21612 sideways true
21613 status open
21614
21615 \begin_layout Plain Layout
21616 \begin_inset Caption
21617
21618 \begin_layout Plain Layout
21619 \begin_inset CommandInset label
21620 LatexCommand label
21621 name "tab:Rotated-table"
21622
21623 \end_inset
21624
21625  Rotated table
21626 \end_layout
21627
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \begin_layout Plain Layout
21634 \align center
21635 \begin_inset Tabular
21636 <lyxtabular version="3" rows="1" columns="5">
21637 <features>
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 <column alignment="center" valignment="top" width="0">
21643 <row>
21644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 test
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 b
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 c
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 d
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 e
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 </row>
21690 </lyxtabular>
21691
21692 \end_inset
21693
21694
21695 \end_layout
21696
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \begin_layout Section
21703 Floats Side by Side
21704 \begin_inset Index
21705 status collapsed
21706
21707 \begin_layout Plain Layout
21708 Floats ! Side by side
21709 \end_layout
21710
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \begin_layout Standard
21717 To place floats side by side, like for Figure
21718 \begin_inset space ~
21719 \end_inset
21720
21721
21722 \begin_inset CommandInset ref
21723 LatexCommand ref
21724 reference "fig:Float-left"
21725
21726 \end_inset
21727
21728  and 
21729 \begin_inset CommandInset ref
21730 LatexCommand ref
21731 reference "fig:Float-right"
21732
21733 \end_inset
21734
21735 , only 
21736 \emph on
21737 one
21738 \emph default
21739  float is used.
21740  In it two minipage boxes are inserted.
21741 \begin_inset Foot
21742 status collapsed
21743
21744 \begin_layout Plain Layout
21745 Minipages are explained in section
21746 \begin_inset space ~
21747 \end_inset
21748
21749
21750 \begin_inset CommandInset ref
21751 LatexCommand ref
21752 reference "sec:Minipages"
21753
21754 \end_inset
21755
21756 .
21757 \end_layout
21758
21759 \end_inset
21760
21761  The width is set to 45
21762 \begin_inset space \thinspace{}
21763 \end_inset
21764
21765 -50
21766 \begin_inset space \thinspace{}
21767 \end_inset
21768
21769 column% and the box alignment to 
21770 \family sans
21771 Bottom
21772 \family default
21773  for each minipage.
21774  The minipage boxes contain the image and the caption in the same way as
21775  they are in a float.
21776  The only difference is that the image unit 
21777 \family sans
21778 Column
21779 \begin_inset space ~
21780 \end_inset
21781
21782 Width
21783 \begin_inset space ~
21784 \end_inset
21785
21786 %
21787 \family default
21788  is now calculated according to the width of the minipage boxes.
21789 \end_layout
21790
21791 \begin_layout Standard
21792 \begin_inset Float figure
21793 wide false
21794 sideways false
21795 status open
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Box Frameless
21799 position "b"
21800 hor_pos "c"
21801 has_inner_box 1
21802 inner_pos "t"
21803 use_parbox 0
21804 width "45col%"
21805 special "none"
21806 height "1in"
21807 height_special "totalheight"
21808 status open
21809
21810 \begin_layout Plain Layout
21811 \align center
21812 \begin_inset Graphics
21813         filename clipart/mobius.eps
21814         lyxscale 50
21815         width 100col%
21816         scaleBeforeRotation
21817
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Caption
21825
21826 \begin_layout Plain Layout
21827 \begin_inset CommandInset label
21828 LatexCommand label
21829 name "fig:Float-left"
21830
21831 \end_inset
21832
21833 Float on the left side.
21834 \end_layout
21835
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \begin_inset space \hfill{}
21845 \end_inset
21846
21847
21848 \begin_inset Box Frameless
21849 position "b"
21850 hor_pos "c"
21851 has_inner_box 1
21852 inner_pos "t"
21853 use_parbox 0
21854 width "45col%"
21855 special "none"
21856 height "1in"
21857 height_special "totalheight"
21858 status open
21859
21860 \begin_layout Plain Layout
21861 \align center
21862 \begin_inset Graphics
21863         filename clipart/platypus.eps
21864         lyxscale 50
21865         width 100col%
21866         scaleBeforeRotation
21867
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Caption
21875
21876 \begin_layout Plain Layout
21877 \begin_inset CommandInset label
21878 LatexCommand label
21879 name "fig:Float-right"
21880
21881 \end_inset
21882
21883 Float on the right side.
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \begin_layout Plain Layout
21897
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Section
21906 Caption Formatting
21907 \begin_inset Index
21908 status collapsed
21909
21910 \begin_layout Plain Layout
21911 Caption ! Formatting
21912 \end_layout
21913
21914 \end_inset
21915
21916
21917 \begin_inset Index
21918 status collapsed
21919
21920 \begin_layout Plain Layout
21921 Floats ! Caption Formatting
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \begin_inset CommandInset label
21928 LatexCommand label
21929 name "sec:Caption-Formatting"
21930
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \begin_layout Standard
21937 The 
21938 \family sans
21939 Caption
21940 \family default
21941  environment is the default paragraph environment for 
21942 \family sans
21943 Floats
21944 \family default
21945 .
21946  On the LyX screen captions appear as label, e.
21947 \begin_inset space \thinspace{}
21948 \end_inset
21949
21950 g.
21951 \begin_inset space \space{}
21952 \end_inset
21953
21954
21955 \begin_inset Quotes eld
21956 \end_inset
21957
21958
21959 \family sans
21960 Figure #:
21961 \family default
21962
21963 \begin_inset Quotes erd
21964 \end_inset
21965
21966  followed by the caption text.
21967  
21968 \begin_inset Quotes eld
21969 \end_inset
21970
21971 #
21972 \begin_inset Quotes erd
21973 \end_inset
21974
21975  is the actual reference number.
21976  By default the label and the number are in the same font as the caption
21977  text and a colon follows the number to divide the label from the text.
21978  This caption format is not suitable for all document formats.
21979  
21980 \end_layout
21981
21982 \begin_layout Standard
21983 To change the default caption format, load the LaTeX-package 
21984 \series bold
21985 caption
21986 \series default
21987
21988 \begin_inset Index
21989 status collapsed
21990
21991 \begin_layout Plain Layout
21992 LaTeX-packages ! caption
21993 \end_layout
21994
21995 \end_inset
21996
21997  in the document preamble with this line:
21998 \end_layout
21999
22000 \begin_layout Standard
22001
22002 \series bold
22003
22004 \backslash
22005 usepackage[format definition]{caption}
22006 \end_layout
22007
22008 \begin_layout Standard
22009 To have for example the label and the number in sans-serif bold font and
22010  the table captions always above the table like in this document, use the
22011  following command:
22012 \end_layout
22013
22014 \begin_layout Standard
22015
22016 \series bold
22017
22018 \backslash
22019 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22020 \end_layout
22021
22022 \begin_layout Standard
22023 You can also define different caption formats for the different float types.
22024  In this case load the 
22025 \series bold
22026 caption
22027 \series default
22028  package without format specific options and define the different formats
22029  with the help of the command
22030 \end_layout
22031
22032 \begin_layout Standard
22033
22034 \series bold
22035
22036 \backslash
22037 captionsetup[float type]{format definition}
22038 \end_layout
22039
22040 \begin_layout Standard
22041 in the document preamble.
22042  For example the caption formats of Figure
22043 \begin_inset space ~
22044 \end_inset
22045
22046
22047 \begin_inset CommandInset ref
22048 LatexCommand ref
22049 reference "fig:This-is-an-fig"
22050
22051 \end_inset
22052
22053  and Table
22054 \begin_inset space ~
22055 \end_inset
22056
22057
22058 \begin_inset CommandInset ref
22059 LatexCommand ref
22060 reference "tab:This-is-an-tab"
22061
22062 \end_inset
22063
22064  can be created using these commands in the document preamble:
22065 \end_layout
22066
22067 \begin_layout Standard
22068
22069 \series bold
22070
22071 \backslash
22072 usepackage[tableposition=top]{caption}
22073 \series default
22074
22075 \begin_inset Newline newline
22076 \end_inset
22077
22078
22079 \series bold
22080
22081 \backslash
22082 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22083 \begin_inset Newline newline
22084 \end_inset
22085
22086
22087 \begin_inset ERT
22088 status collapsed
22089
22090 \begin_layout Plain Layout
22091
22092
22093 \backslash
22094 hphantom{
22095 \backslash
22096
22097 \backslash
22098 captionsetup[figure]
22099 \backslash
22100 {}
22101 \end_layout
22102
22103 \end_inset
22104
22105  labelsep=period}
22106 \begin_inset Newline newline
22107 \end_inset
22108
22109
22110 \backslash
22111 captionsetup[table]{labelfont={bf,sf}}
22112 \end_layout
22113
22114 \begin_layout Standard
22115 \begin_inset Note Greyedout
22116 status open
22117
22118 \begin_layout Plain Layout
22119
22120 \series bold
22121 Note:
22122 \series default
22123  The option 
22124 \series bold
22125 tableposition=top
22126 \series default
22127  has no effect when a 
22128 \series bold
22129 koma-script
22130 \series default
22131
22132 \begin_inset Index
22133 status collapsed
22134
22135 \begin_layout Plain Layout
22136 LaTeX-packages ! koma-script
22137 \end_layout
22138
22139 \end_inset
22140
22141  document class is used.
22142  In this case the document class option 
22143 \series bold
22144 tablecaptionabove
22145 \series default
22146  must be used.
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Standard
22155 For more information about the package 
22156 \series bold
22157 caption
22158 \series default
22159  we refer to its documentation 
22160 \begin_inset CommandInset citation
22161 LatexCommand cite
22162 key "caption"
22163
22164 \end_inset
22165
22166 .
22167 \end_layout
22168
22169 \begin_layout Standard
22170 To change the label name from e.
22171 \begin_inset space \thinspace{}
22172 \end_inset
22173
22174 g.
22175 \begin_inset space \space{}
22176 \end_inset
22177
22178
22179 \begin_inset Quotes eld
22180 \end_inset
22181
22182 Figure
22183 \begin_inset Quotes erd
22184 \end_inset
22185
22186  to 
22187 \begin_inset Quotes eld
22188 \end_inset
22189
22190 Image
22191 \begin_inset Quotes erd
22192 \end_inset
22193
22194  use this preamble command:
22195 \end_layout
22196
22197 \begin_layout Standard
22198
22199 \series bold
22200
22201 \backslash
22202 renewcommand{
22203 \backslash
22204 fnum@figure}{Image~
22205 \backslash
22206 thefigure}
22207 \end_layout
22208
22209 \begin_layout Standard
22210 where 
22211 \series bold
22212
22213 \backslash
22214 thefigure
22215 \series default
22216  inserts the figure number and
22217 \series bold
22218  
22219 \begin_inset Quotes eld
22220 \end_inset
22221
22222 ~
22223 \series default
22224
22225 \begin_inset Quotes erd
22226 \end_inset
22227
22228  creates a protected space.
22229 \end_layout
22230
22231 \begin_layout Standard
22232 \begin_inset VSpace bigskip
22233 \end_inset
22234
22235 If you are using a 
22236 \series bold
22237 koma-script
22238 \series default
22239
22240 \begin_inset Index
22241 status collapsed
22242
22243 \begin_layout Plain Layout
22244 LaTeX-packages ! koma-script
22245 \end_layout
22246
22247 \end_inset
22248
22249  document class (
22250 \family sans
22251 article (koma-script)
22252 \family default
22253
22254 \family sans
22255 book (koma-script)
22256 \family default
22257
22258 \family sans
22259 letter (koma-script)
22260 \family default
22261 , or 
22262 \family sans
22263 report (koma-script)
22264 \family default
22265
22266 \begin_inset space \thinspace{}
22267 \end_inset
22268
22269 ), you can alternatively to the 
22270 \series bold
22271 caption
22272 \series default
22273  package use 
22274 \series bold
22275 koma-script
22276 \series default
22277 's built-in command 
22278 \series bold
22279
22280 \backslash
22281 setkomafont
22282 \series default
22283 .
22284  For example, to have the caption label in bold, add this command to your
22285  document preamble:
22286 \end_layout
22287
22288 \begin_layout Standard
22289
22290 \series bold
22291
22292 \backslash
22293 setkomafont{captionlabel}{
22294 \backslash
22295 bfseries}
22296 \end_layout
22297
22298 \begin_layout Standard
22299 For more information about 
22300 \series bold
22301
22302 \backslash
22303 setkomafont
22304 \series default
22305  we refer to the 
22306 \series bold
22307 koma-script
22308 \series default
22309  documentation 
22310 \begin_inset CommandInset citation
22311 LatexCommand cite
22312 key "koma-script"
22313
22314 \end_inset
22315
22316 .
22317 \end_layout
22318
22319 \begin_layout Standard
22320 \begin_inset ERT
22321 status collapsed
22322
22323 \begin_layout Plain Layout
22324
22325
22326 \backslash
22327 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22328 }
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \begin_inset Note Note
22335 status open
22336
22337 \begin_layout Plain Layout
22338 The caption format is changed only for this example.
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \begin_layout Standard
22347 \begin_inset Float figure
22348 placement !p
22349 wide false
22350 sideways false
22351 status open
22352
22353 \begin_layout Plain Layout
22354 \align center
22355 \begin_inset Graphics
22356         filename clipart/mobius.eps
22357         lyxscale 50
22358         scale 50
22359         scaleBeforeRotation
22360
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Caption
22368
22369 \begin_layout Plain Layout
22370 \begin_inset CommandInset label
22371 LatexCommand label
22372 name "fig:This-is-an-fig"
22373
22374 \end_inset
22375
22376 This is an example figure caption that is longer than one line to show the
22377  different caption format.
22378  Here a self-defined caption format is used.
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \begin_layout Standard
22392 \begin_inset ERT
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396
22397
22398 \backslash
22399 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22400 on}
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \begin_layout Standard
22409 \begin_inset Float table
22410 placement !p
22411 wide false
22412 sideways false
22413 status open
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Caption
22417
22418 \begin_layout Plain Layout
22419 \begin_inset CommandInset label
22420 LatexCommand label
22421 name "tab:This-is-an-tab"
22422
22423 \end_inset
22424
22425 This is an example table caption that is longer than one line to show the
22426  different caption format.
22427  Here the standard caption format for tables in this document is used.
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \begin_layout Plain Layout
22436 \align center
22437 \begin_inset Tabular
22438 <lyxtabular version="3" rows="1" columns="5">
22439 <features>
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 <column alignment="center" valignment="top" width="0">
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 a
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459 b
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 c
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 d
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 e
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 </lyxtabular>
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \begin_layout Section
22505 Caption Placement
22506 \begin_inset Index
22507 status collapsed
22508
22509 \begin_layout Plain Layout
22510 Caption ! Placement
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \begin_inset Index
22517 status collapsed
22518
22519 \begin_layout Plain Layout
22520 Floats ! Caption Placement
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \begin_inset CommandInset label
22527 LatexCommand label
22528 name "sec:Caption-Placement"
22529
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \begin_layout Standard
22536 The common caption placement rule is:
22537 \end_layout
22538
22539 \begin_layout Description
22540 Figure: Caption is set below the figure
22541 \end_layout
22542
22543 \begin_layout Description
22544 Table: Caption is set above the table
22545 \end_layout
22546
22547 \begin_layout Standard
22548 Having the caption above the table is unfortunately not supported in LaTeX's
22549  standard classes.
22550  That means if you are using the document classes 
22551 \family sans
22552 article
22553 \family default
22554
22555 \family sans
22556 book
22557 \family default
22558
22559 \family sans
22560 letter
22561 \family default
22562 , or 
22563 \family sans
22564 report
22565 \family default
22566  there will be no space between the caption and the table.
22567  To insert the needed space, add the following option to the load command
22568  of the LaTeX-package 
22569 \series bold
22570 caption
22571 \series default
22572  in your document preamble
22573 \begin_inset Foot
22574 status collapsed
22575
22576 \begin_layout Plain Layout
22577 See section
22578 \begin_inset space ~
22579 \end_inset
22580
22581
22582 \begin_inset CommandInset ref
22583 LatexCommand ref
22584 reference "sec:Caption-Formatting"
22585
22586 \end_inset
22587
22588  for more information of the package 
22589 \series bold
22590 caption
22591 \series default
22592 .
22593 \end_layout
22594
22595 \end_inset
22596
22597 :
22598 \end_layout
22599
22600 \begin_layout Standard
22601
22602 \series bold
22603 tableposition=top
22604 \end_layout
22605
22606 \begin_layout Standard
22607 If you are using a 
22608 \series bold
22609 koma-script
22610 \series default
22611
22612 \begin_inset Index
22613 status collapsed
22614
22615 \begin_layout Plain Layout
22616 LaTeX-packages ! koma-script
22617 \end_layout
22618
22619 \end_inset
22620
22621  document class (
22622 \family sans
22623 article (koma-script)
22624 \family default
22625
22626 \family sans
22627 book (koma-script)
22628 \family default
22629
22630 \family sans
22631 letter (koma-script)
22632 \family default
22633 , or 
22634 \family sans
22635 report (koma-script)
22636 \family default
22637
22638 \begin_inset space \thinspace{}
22639 \end_inset
22640
22641 ), you can alternatively to the 
22642 \series bold
22643 caption
22644 \series default
22645  package set the document class option 
22646 \series bold
22647 tablecaptionabove
22648 \series default
22649 .
22650 \end_layout
22651
22652 \begin_layout Standard
22653 \begin_inset VSpace bigskip
22654 \end_inset
22655
22656 It is also possible to set the caption beside a figure or table.
22657  To get this the LaTeX-package 
22658 \series bold
22659 sidecap
22660 \series default
22661
22662 \begin_inset Index
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666 LaTeX-packages ! sidecap
22667 \end_layout
22668
22669 \end_inset
22670
22671  has to be loaded in the document preamble with the line
22672 \end_layout
22673
22674 \begin_layout Standard
22675
22676 \series bold
22677
22678 \backslash
22679 usepackage[option]{sidecap}
22680 \end_layout
22681
22682 \begin_layout Standard
22683 If you set no option, the caption is placed on the side of the outer page
22684  margin -- to the right on odd pages, to the left on even pages.
22685  You can change the placement to inner margin with the option 
22686 \series bold
22687 innercaption
22688 \series default
22689 .
22690  To force the placement always to the right or left, use the option 
22691 \series bold
22692 rightcaption
22693 \series default
22694  or 
22695 \series bold
22696 leftcaption
22697 \series default
22698 , respectively.
22699 \end_layout
22700
22701 \begin_layout Standard
22702 \begin_inset ERT
22703 status collapsed
22704
22705 \begin_layout Plain Layout
22706
22707
22708 \backslash
22709 ifsidecap
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \begin_inset Note Note
22716 status open
22717
22718 \begin_layout Plain Layout
22719 The following section will only be displayed when the LaTeX-package 
22720 \series bold
22721 sidecap
22722 \series default
22723  is installed.
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \begin_layout Standard
22732 To place in LyX the caption of a float on the side, it is necessary to add
22733  these commands to the document preamble:
22734 \end_layout
22735
22736 \begin_layout Standard
22737
22738 \lyxline
22739
22740 \end_layout
22741
22742 \begin_layout Standard
22743
22744 \series bold
22745
22746 \backslash
22747 newcommand{
22748 \backslash
22749 TabBesBeg}{%
22750 \begin_inset Newline newline
22751 \end_inset
22752
22753
22754 \begin_inset ERT
22755 status collapsed
22756
22757 \begin_layout Plain Layout
22758
22759
22760 \backslash
22761 hphantom{ }
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \backslash
22768 let
22769 \backslash
22770 MyTable
22771 \backslash
22772 table
22773 \begin_inset Newline newline
22774 \end_inset
22775
22776
22777 \begin_inset ERT
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781
22782
22783 \backslash
22784 hphantom{ }
22785 \end_layout
22786
22787 \end_inset
22788
22789
22790 \backslash
22791 let
22792 \backslash
22793 MyEndtable
22794 \backslash
22795 endtable
22796 \begin_inset Newline newline
22797 \end_inset
22798
22799
22800 \begin_inset ERT
22801 status collapsed
22802
22803 \begin_layout Plain Layout
22804
22805
22806 \backslash
22807 hphantom{ }
22808 \end_layout
22809
22810 \end_inset
22811
22812
22813 \backslash
22814 renewenvironment{table}{
22815 \backslash
22816 begin{SCtable}}{
22817 \backslash
22818 end{SCtable}}}
22819 \end_layout
22820
22821 \begin_layout Standard
22822
22823 \series bold
22824
22825 \backslash
22826 newcommand{
22827 \backslash
22828 TabBesEnd}{%
22829 \begin_inset Newline newline
22830 \end_inset
22831
22832
22833 \begin_inset ERT
22834 status collapsed
22835
22836 \begin_layout Plain Layout
22837
22838
22839 \backslash
22840 hphantom{ }
22841 \end_layout
22842
22843 \end_inset
22844
22845
22846 \backslash
22847 let
22848 \backslash
22849 table
22850 \backslash
22851 MyTable
22852 \begin_inset Newline newline
22853 \end_inset
22854
22855
22856 \begin_inset ERT
22857 status collapsed
22858
22859 \begin_layout Plain Layout
22860
22861
22862 \backslash
22863 hphantom{ }
22864 \end_layout
22865
22866 \end_inset
22867
22868
22869 \backslash
22870 let
22871 \backslash
22872 endtable
22873 \backslash
22874 MyEndtable
22875 \end_layout
22876
22877 \begin_layout Standard
22878
22879 \series bold
22880
22881 \backslash
22882 newcommand{
22883 \backslash
22884 FigBesBeg}{%
22885 \begin_inset Newline newline
22886 \end_inset
22887
22888
22889 \begin_inset ERT
22890 status collapsed
22891
22892 \begin_layout Plain Layout
22893
22894
22895 \backslash
22896 hphantom{ }
22897 \end_layout
22898
22899 \end_inset
22900
22901
22902 \backslash
22903 let
22904 \backslash
22905 MyFigure
22906 \backslash
22907 figure
22908 \begin_inset Newline newline
22909 \end_inset
22910
22911
22912 \begin_inset ERT
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916
22917
22918 \backslash
22919 hphantom{ }
22920 \end_layout
22921
22922 \end_inset
22923
22924
22925 \backslash
22926 let
22927 \backslash
22928 MyEndfigure
22929 \backslash
22930 endfigure
22931 \begin_inset Newline newline
22932 \end_inset
22933
22934
22935 \begin_inset ERT
22936 status collapsed
22937
22938 \begin_layout Plain Layout
22939
22940
22941 \backslash
22942 hphantom{ }
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \backslash
22949 renewenvironment{figure}{
22950 \backslash
22951 begin{SCfigure}}{
22952 \backslash
22953 end{SCfigure}}}
22954 \end_layout
22955
22956 \begin_layout Standard
22957
22958 \series bold
22959
22960 \backslash
22961 newcommand{
22962 \backslash
22963 FigBesEnd}{%
22964 \begin_inset Newline newline
22965 \end_inset
22966
22967
22968 \begin_inset ERT
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973
22974 \backslash
22975 hphantom{ }
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \backslash
22982 let
22983 \backslash
22984 figure
22985 \backslash
22986 MyFigure
22987 \begin_inset Newline newline
22988 \end_inset
22989
22990
22991 \begin_inset ERT
22992 status collapsed
22993
22994 \begin_layout Plain Layout
22995
22996
22997 \backslash
22998 hphantom{ }
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \backslash
23005 let
23006 \backslash
23007 endfigure
23008 \backslash
23009 MyEndfigure}
23010 \end_layout
23011
23012 \begin_layout Standard
23013
23014 \lyxline
23015
23016 \end_layout
23017
23018 \begin_layout Standard
23019 The commands allow you to redefine the floats so that the caption is set
23020  on the side.
23021  For figure floats use the command
23022 \end_layout
23023
23024 \begin_layout Standard
23025
23026 \series bold
23027
23028 \backslash
23029 FigBesBeg
23030 \end_layout
23031
23032 \begin_layout Standard
23033 in TeX-Code before the float.
23034  Behind the float insert the command
23035 \end_layout
23036
23037 \begin_layout Standard
23038
23039 \series bold
23040
23041 \backslash
23042 FigBesEnd
23043 \end_layout
23044
23045 \begin_layout Standard
23046 in TeX-Code to get back to the original float definition.
23047 \end_layout
23048
23049 \begin_layout Standard
23050 For table floats use the corresponding commands
23051 \end_layout
23052
23053 \begin_layout Standard
23054
23055 \series bold
23056
23057 \backslash
23058 TabBesBeg
23059 \series default
23060  and 
23061 \series bold
23062
23063 \backslash
23064 TabBesEnd
23065 \end_layout
23066
23067 \begin_layout Standard
23068 Figure
23069 \begin_inset space ~
23070 \end_inset
23071
23072
23073 \begin_inset CommandInset ref
23074 LatexCommand ref
23075 reference "fig:cap-beside-fig"
23076
23077 \end_inset
23078
23079  and Table
23080 \begin_inset space ~
23081 \end_inset
23082
23083
23084 \begin_inset CommandInset ref
23085 LatexCommand ref
23086 reference "tab:cap-beside-tab"
23087
23088 \end_inset
23089
23090  are examples where the caption is set beside.
23091 \end_layout
23092
23093 \begin_layout Standard
23094 You can see in the examples that the caption text appears at the top of
23095  the floats for table floats and at the bottom for figure floats.
23096  To change this, you can use the command
23097 \end_layout
23098
23099 \begin_layout Standard
23100
23101 \series bold
23102
23103 \backslash
23104 sidecaptionvpos{float type}{placement}
23105 \end_layout
23106
23107 \begin_layout Standard
23108 in the document preamble or in TeX-Code before the float.
23109  The float type is either 
23110 \family sans
23111 figure
23112 \family default
23113  or 
23114 \family sans
23115 table
23116 \family default
23117 , the placement can be 
23118 \begin_inset Quotes eld
23119 \end_inset
23120
23121
23122 \family sans
23123 t
23124 \family default
23125
23126 \begin_inset Quotes erd
23127 \end_inset
23128
23129  for top, 
23130 \begin_inset Quotes eld
23131 \end_inset
23132
23133
23134 \family sans
23135 c
23136 \family default
23137
23138 \begin_inset Quotes erd
23139 \end_inset
23140
23141  for center, or 
23142 \begin_inset Quotes eld
23143 \end_inset
23144
23145
23146 \family sans
23147 b
23148 \family default
23149
23150 \begin_inset Quotes erd
23151 \end_inset
23152
23153  for bottom.
23154  To have for example the caption of figure floats vertically centered, use
23155  the command
23156 \end_layout
23157
23158 \begin_layout Standard
23159
23160 \series bold
23161
23162 \backslash
23163 sidecaptionvpos{figure}{c}
23164 \end_layout
23165
23166 \begin_layout Standard
23167 This was used for Figure
23168 \begin_inset space ~
23169 \end_inset
23170
23171
23172 \begin_inset CommandInset ref
23173 LatexCommand ref
23174 reference "fig:cap-beside-fig-2"
23175
23176 \end_inset
23177
23178 .
23179 \end_layout
23180
23181 \begin_layout Standard
23182 \begin_inset VSpace medskip
23183 \end_inset
23184
23185 For more information about the package 
23186 \series bold
23187 sidecap
23188 \series default
23189  we refer to its documentation 
23190 \begin_inset CommandInset citation
23191 LatexCommand cite
23192 key "sidecap"
23193
23194 \end_inset
23195
23196 .
23197 \end_layout
23198
23199 \begin_layout Standard
23200 \begin_inset Note Greyedout
23201 status open
23202
23203 \begin_layout Plain Layout
23204
23205 \series bold
23206 Note:
23207 \series default
23208  The LaTeX-package 
23209 \series bold
23210 hypcap
23211 \series default
23212
23213 \begin_inset Index
23214 status collapsed
23215
23216 \begin_layout Plain Layout
23217 LaTeX-packages ! hypcap
23218 \end_layout
23219
23220 \end_inset
23221
23222 , described in section
23223 \begin_inset space ~
23224 \end_inset
23225
23226
23227 \begin_inset CommandInset ref
23228 LatexCommand ref
23229 reference "sub:Reference-Position"
23230
23231 \end_inset
23232
23233 , has no effect on floats with the caption set beside.
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \begin_layout Standard
23242 \begin_inset ERT
23243 status collapsed
23244
23245 \begin_layout Plain Layout
23246
23247
23248 \backslash
23249 FigBesBeg 
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Standard
23258 \begin_inset Float figure
23259 wide false
23260 sideways false
23261 status open
23262
23263 \begin_layout Plain Layout
23264 \begin_inset Graphics
23265         filename clipart/escher-lsd.eps
23266         scale 75
23267         scaleBeforeRotation
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout Plain Layout
23275 \begin_inset Caption
23276
23277 \begin_layout Plain Layout
23278 \begin_inset CommandInset label
23279 LatexCommand label
23280 name "fig:cap-beside-fig"
23281
23282 \end_inset
23283
23284 This is a caption beside a figure.
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \begin_layout Standard
23298 \begin_inset ERT
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302
23303
23304 \backslash
23305 TabBesBeg 
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Standard
23314 \begin_inset Float table
23315 wide false
23316 sideways false
23317 status open
23318
23319 \begin_layout Plain Layout
23320 \begin_inset Caption
23321
23322 \begin_layout Plain Layout
23323 \begin_inset CommandInset label
23324 LatexCommand label
23325 name "tab:cap-beside-tab"
23326
23327 \end_inset
23328
23329 This is a caption beside a table.
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \begin_layout Plain Layout
23338 \begin_inset Tabular
23339 <lyxtabular version="3" rows="4" columns="5">
23340 <features>
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 <column alignment="center" valignment="top" width="0">
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 a
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 b
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 c
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 d
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 e
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 f
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463 g
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 h
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 i
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 j
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 </row>
23534 </lyxtabular>
23535
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \begin_layout Standard
23547 \begin_inset ERT
23548 status collapsed
23549
23550 \begin_layout Plain Layout
23551
23552
23553 \backslash
23554 TabBesEnd
23555 \end_layout
23556
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \begin_layout Standard
23563 \begin_inset ERT
23564 status collapsed
23565
23566 \begin_layout Plain Layout
23567
23568
23569 \backslash
23570 sidecaptionvpos{figure}{c}
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \begin_inset Float figure
23577 wide false
23578 sideways false
23579 status open
23580
23581 \begin_layout Plain Layout
23582 \begin_inset Graphics
23583         filename clipart/escher-lsd.eps
23584         scale 75
23585         scaleBeforeRotation
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Caption
23594
23595 \begin_layout Plain Layout
23596 \begin_inset CommandInset label
23597 LatexCommand label
23598 name "fig:cap-beside-fig-2"
23599
23600 \end_inset
23601
23602 This is a vertically centered caption beside a figure.
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \begin_layout Standard
23616 \begin_inset ERT
23617 status collapsed
23618
23619 \begin_layout Plain Layout
23620
23621
23622 \backslash
23623 FigBesEnd
23624 \end_layout
23625
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \begin_layout Standard
23632 \begin_inset ERT
23633 status collapsed
23634
23635 \begin_layout Plain Layout
23636
23637
23638 \backslash
23639 else
23640 \end_layout
23641
23642 \end_inset
23643
23644
23645 \begin_inset Note Note
23646 status open
23647
23648 \begin_layout Plain Layout
23649 The following will be displayed when the LaTeX-package 
23650 \series bold
23651 sidecap
23652 \series default
23653  is not installed:
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \begin_layout Standard
23662 You need to install the LaTeX-package 
23663 \series bold
23664 sidecap
23665 \series default
23666  to see the following part of this section in the output.
23667 \end_layout
23668
23669 \begin_layout Standard
23670 \begin_inset ERT
23671 status collapsed
23672
23673 \begin_layout Plain Layout
23674
23675
23676 \backslash
23677 fi
23678 \end_layout
23679
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \begin_layout Section
23686 Listings of Floats
23687 \begin_inset Index
23688 status collapsed
23689
23690 \begin_layout Plain Layout
23691 Floats ! Float Lists
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Standard
23700 Similar to the the table of contents where the sections of the document
23701  are listed, there are listings for all float types, like the figures of
23702  the documents.
23703  You can insert them via the 
23704 \family sans
23705 Insert\SpecialChar \menuseparator
23706 List
23707 \begin_inset space ~
23708 \end_inset
23709
23710 /
23711 \begin_inset space ~
23712 \end_inset
23713
23714 TOC
23715 \family default
23716  sub menus.
23717 \end_layout
23718
23719 \begin_layout Standard
23720 The list entries are the float captions or its short title, the float number,
23721  and the page number where they appear in the document.
23722 \end_layout
23723
23724 \begin_layout Standard
23725 You can find the list of figures and tables at the end of this document.
23726 \end_layout
23727
23728 \begin_layout Chapter
23729 Notes
23730 \end_layout
23731
23732 \begin_layout Section
23733 LyX Notes
23734 \begin_inset Index
23735 status collapsed
23736
23737 \begin_layout Plain Layout
23738 Notes ! LyX Notes
23739 \end_layout
23740
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \begin_layout Standard
23747 Notes are inserted with the toolbar button 
23748 \begin_inset Graphics
23749         filename ../images/note-insert.png
23750         scale 85
23751         scaleBeforeRotation
23752
23753 \end_inset
23754
23755  or the menu 
23756 \family sans
23757 Insert\SpecialChar \menuseparator
23758 Note
23759 \family default
23760 .
23761  There are three types of notes:
23762 \end_layout
23763
23764 \begin_layout Description
23765 LyX
23766 \begin_inset space ~
23767 \end_inset
23768
23769 Note This note type is for internal notes that won't appear in the output.
23770  Its note-box looks like this:
23771 \begin_inset Newline newline
23772 \end_inset
23773
23774
23775 \begin_inset Newline newline
23776 \end_inset
23777
23778
23779 \begin_inset Graphics
23780         filename clipart/LyXNoteImageQt4.png
23781         display false
23782         scale 85
23783         scaleBeforeRotation
23784
23785 \end_inset
23786
23787  
23788 \begin_inset Note Note
23789 status open
23790
23791 \begin_layout Plain Layout
23792 This is text in a note box that doesn't appear in the output.
23793 \end_layout
23794
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \begin_layout Description
23801 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23802 ent, when you export the document to LaTeX via the menu 
23803 \family sans
23804 File\SpecialChar \menuseparator
23805 Export\SpecialChar \menuseparator
23806 LaTeX (pdflatex) / (plain)
23807 \family default
23808 .
23809  Its note-box looks like this:
23810 \begin_inset Newline newline
23811 \end_inset
23812
23813
23814 \begin_inset Newline newline
23815 \end_inset
23816
23817
23818 \begin_inset Graphics
23819         filename clipart/CommentNoteImageQt4.png
23820         display false
23821         scale 85
23822         scaleBeforeRotation
23823
23824 \end_inset
23825
23826  
23827 \begin_inset Note Comment
23828 status open
23829
23830 \begin_layout Plain Layout
23831 This is text in a note box that only appears as comment in LaTeX-files.
23832 \end_layout
23833
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \begin_layout Description
23840 Greyed
23841 \begin_inset space ~
23842 \end_inset
23843
23844 Out This note will appear in the output as grey text.
23845  Its note-box looks like this:
23846 \begin_inset Newline newline
23847 \end_inset
23848
23849
23850 \begin_inset Newline newline
23851 \end_inset
23852
23853
23854 \begin_inset Graphics
23855         filename clipart/GreyedOutNoteImageQt4.png
23856         display false
23857         scale 85
23858         scaleBeforeRotation
23859
23860 \end_inset
23861
23862
23863 \begin_inset Newline newline
23864 \end_inset
23865
23866
23867 \begin_inset ERT
23868 status collapsed
23869
23870 \begin_layout Plain Layout
23871
23872
23873 \backslash
23874 renewenvironment{lyxgreyedout}
23875 \end_layout
23876
23877 \begin_layout Plain Layout
23878
23879 {
23880 \backslash
23881 textcolor[gray]{0.8}
23882 \backslash
23883 bgroup}{
23884 \backslash
23885 egroup}
23886 \end_layout
23887
23888 \end_inset
23889
23890
23891 \begin_inset Note Greyedout
23892 status open
23893
23894 \begin_layout Plain Layout
23895 This is text
23896 \begin_inset Foot
23897 status open
23898
23899 \begin_layout Plain Layout
23900 This is an example footnote within a greyed out note.
23901 \end_layout
23902
23903 \end_inset
23904
23905  of a comment that appears in the output as grey text.
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \begin_inset ERT
23912 status collapsed
23913
23914 \begin_layout Plain Layout
23915
23916
23917 \backslash
23918 renewenvironment{lyxgreyedout}
23919 \end_layout
23920
23921 \begin_layout Plain Layout
23922
23923 {
23924 \backslash
23925 textcolor{blue}
23926 \backslash
23927 bgroup}{
23928 \backslash
23929 egroup}
23930 \end_layout
23931
23932 \end_inset
23933
23934
23935 \begin_inset Note Note
23936 status collapsed
23937
23938 \begin_layout Plain Layout
23939 The greyed out note is here redefined to show it with the original LyX definitio
23940 n because greyed out notes are redefined in the preamble of this document,
23941  as described below, to have blue text.
23942 \end_layout
23943
23944 \end_inset
23945
23946
23947 \begin_inset Newline newline
23948 \end_inset
23949
23950
23951 \begin_inset Newline newline
23952 \end_inset
23953
23954 As you can see in the example, the first line of greyed out notes is a bit
23955  indented and greyed out notes can have footnotes.
23956 \end_layout
23957
23958 \begin_layout Standard
23959 \begin_inset VSpace bigskip
23960 \end_inset
23961
23962 When you use the toolbar button 
23963 \begin_inset Graphics
23964         filename ../images/note-insert.png
23965         scale 85
23966         scaleBeforeRotation
23967
23968 \end_inset
23969
23970  to insert notes, a 
23971 \family sans
23972 LyX
23973 \begin_inset space ~
23974 \end_inset
23975
23976 Note
23977 \family default
23978  is inserted.
23979  You can switch between the five note types by right-clicking on the note-box.
23980  
23981 \family roman
23982 \series medium
23983 \bar no
23984 If you want to turn existing text into a note, mark it and click on the
23985  note
23986 \family default
23987 \series default
23988 \bar default
23989  toolbar 
23990 \family roman
23991 \series medium
23992 \bar no
23993 button
23994 \family default
23995 \series default
23996 \bar default
23997 .
23998  To change a note to text, press the backspace key when the cursor is in
23999  the first position of a note, or press the deletey key when the cursor
24000  is in the very last position of the note, respectively.
24001 \end_layout
24002
24003 \begin_layout Standard
24004 \begin_inset VSpace bigskip
24005 \end_inset
24006
24007 You can change the text color of the greyed out notes in the preamble with
24008  the following command:
24009 \end_layout
24010
24011 \begin_layout Standard
24012
24013 \series bold
24014
24015 \backslash
24016 renewenvironment{lyxgreyedout}
24017 \begin_inset Newline newline
24018 \end_inset
24019
24020
24021 \begin_inset ERT
24022 status collapsed
24023
24024 \begin_layout Plain Layout
24025
24026
24027 \backslash
24028 hphantom{ }
24029 \end_layout
24030
24031 \end_inset
24032
24033 {
24034 \backslash
24035 textcolor{color}
24036 \backslash
24037 bgroup}{
24038 \backslash
24039 egroup}
24040 \end_layout
24041
24042 \begin_layout Standard
24043 The available colors and the method to define own colors is explained in
24044  section
24045 \begin_inset space ~
24046 \end_inset
24047
24048
24049 \begin_inset CommandInset ref
24050 LatexCommand ref
24051 reference "sec:Colored-Tables"
24052
24053 \end_inset
24054
24055 .
24056 \end_layout
24057
24058 \begin_layout Standard
24059 Notes that appear in blue in this document are set using greyed out notes
24060  with blue text.
24061 \end_layout
24062
24063 \begin_layout Section
24064 Footnotes
24065 \begin_inset CommandInset label
24066 LatexCommand label
24067 name "sec:Footnotes"
24068
24069 \end_inset
24070
24071
24072 \begin_inset Index
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076 Notes ! Footnotes
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \begin_inset Index
24083 status collapsed
24084
24085 \begin_layout Plain Layout
24086 Footnotes
24087 \end_layout
24088
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \begin_layout Standard
24095 Footnotes can be inserted using the toolbar button 
24096 \begin_inset Graphics
24097         filename ../images/footnote-insert.png
24098         scale 85
24099         scaleBeforeRotation
24100
24101 \end_inset
24102
24103  or the menu 
24104 \family sans
24105 Insert\SpecialChar \menuseparator
24106 Footnote
24107 \family default
24108 .
24109  
24110 \family roman
24111 \series medium
24112 \bar no
24113 You'll see
24114 \family default
24115 \series default
24116 \bar default
24117  then the following footnote-box: 
24118 \begin_inset Graphics
24119         filename clipart/footnoteQt4.png
24120         scale 80
24121         scaleBeforeRotation
24122
24123 \end_inset
24124
24125  
24126 \family roman
24127 \series medium
24128 \bar no
24129 where you can enter the footnote text.
24130  If you want to turn existing text into a footnote, mark it and click on
24131  the footnote
24132 \family default
24133 \series default
24134 \bar default
24135  toolbar 
24136 \family roman
24137 \series medium
24138 \bar no
24139 button
24140 \family default
24141 \series default
24142 \bar default
24143 .
24144  To change a 
24145 \family roman
24146 \series medium
24147 \bar no
24148 footnote
24149 \family default
24150 \series default
24151 \bar default
24152  to text, press the Backspace key when the cursor is in the first position
24153  of a 
24154 \family roman
24155 \series medium
24156 \bar no
24157 footnote
24158 \family default
24159 \series default
24160 \bar default
24161 , or press the Delete key when the cursor is in the very last position of
24162  the 
24163 \family roman
24164 \series medium
24165 \bar no
24166 footnote
24167 \family default
24168 \series default
24169 \bar default
24170 , respectively.
24171 \end_layout
24172
24173 \begin_layout Standard
24174 Here is an example footnote:
24175 \family roman
24176 \series medium
24177 \bar no
24178
24179 \begin_inset Foot
24180 status open
24181
24182 \begin_layout Plain Layout
24183 \begin_inset CommandInset label
24184 LatexCommand label
24185 name "foot:This-is-an"
24186
24187 \end_inset
24188
24189 This is an example footnote.
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \family default
24196 \series default
24197 \bar default
24198
24199 \begin_inset ERT
24200 status collapsed
24201
24202 \begin_layout Plain Layout
24203
24204
24205 \backslash
24206 newcounter{MyRepeatFoot}
24207 \end_layout
24208
24209 \begin_layout Plain Layout
24210
24211
24212 \backslash
24213 setcounter{MyRepeatFoot}{
24214 \backslash
24215 thefootnote}
24216 \end_layout
24217
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \begin_layout Standard
24224 The footnote will appear in the output as a superscript number at the text
24225  position where the footnote box is placed.
24226  The footnote text is placed at the bottom of the current page.
24227  The footnote number is calculated by LaTeX, the numbers are consecutive.
24228  It depends on your document-class, if the footnote number is reset for
24229  every chapter.
24230 \end_layout
24231
24232 \begin_layout Standard
24233 Footnotes can be referenced like floats: Insert a label into the footnote
24234  and cross-reference this label in the text as described in section
24235 \begin_inset space ~
24236 \end_inset
24237
24238
24239 \begin_inset CommandInset ref
24240 LatexCommand ref
24241 reference "sec:Referencing-Floats"
24242
24243 \end_inset
24244
24245 .
24246 \begin_inset Newline newline
24247 \end_inset
24248
24249 This is a cross-reference of Footnote
24250 \begin_inset space ~
24251 \end_inset
24252
24253
24254 \begin_inset CommandInset ref
24255 LatexCommand ref
24256 reference "foot:This-is-an"
24257
24258 \end_inset
24259
24260 .
24261 \end_layout
24262
24263 \begin_layout Standard
24264 \begin_inset VSpace defskip
24265 \end_inset
24266
24267 To use footnotes within tables, you have to use minipages, see section
24268 \begin_inset space ~
24269 \end_inset
24270
24271
24272 \begin_inset CommandInset ref
24273 LatexCommand ref
24274 reference "sec:Minipages"
24275
24276 \end_inset
24277
24278 .
24279  Footnotes within longtables are described in section
24280 \begin_inset space ~
24281 \end_inset
24282
24283
24284 \begin_inset CommandInset ref
24285 LatexCommand ref
24286 reference "sub:Footnotes-in-Longtables"
24287
24288 \end_inset
24289
24290 .
24291 \end_layout
24292
24293 \begin_layout Standard
24294 \begin_inset VSpace defskip
24295 \end_inset
24296
24297 To create only a mark for a footnote, use the command 
24298 \series bold
24299
24300 \backslash
24301 footnotemark[number]
24302 \series default
24303  in TeX-Code.
24304  This is used when you have the same annotation several times in a text
24305  but doesn't want to print the footnote text every time.
24306 \begin_inset Newline newline
24307 \end_inset
24308
24309 As you don't know the number of the repeating footnote while you are writing
24310  the text, you have to store its number.
24311  For the following footnote mark example, these commands were inserted in
24312  TeX-Code behind Footnote
24313 \begin_inset space ~
24314 \end_inset
24315
24316
24317 \begin_inset CommandInset ref
24318 LatexCommand ref
24319 reference "foot:This-is-an"
24320
24321 \end_inset
24322
24323  to store the footnote number:
24324 \end_layout
24325
24326 \begin_layout Standard
24327
24328 \series bold
24329
24330 \backslash
24331 newcounter{MyRepeatFoot}
24332 \begin_inset Newline newline
24333 \end_inset
24334
24335
24336 \backslash
24337 setcounter{MyRepeatFoot}{
24338 \backslash
24339 thefootnote}
24340 \end_layout
24341
24342 \begin_layout Standard
24343 The footnote mark was then created with this command:
24344 \end_layout
24345
24346 \begin_layout Standard
24347
24348 \series bold
24349
24350 \backslash
24351 footnotemark[
24352 \backslash
24353 theMyRepeatFoot]
24354 \end_layout
24355
24356 \begin_layout Standard
24357 Here is an example footnote mark:
24358 \family roman
24359 \series medium
24360 \bar no
24361
24362 \begin_inset ERT
24363 status collapsed
24364
24365 \begin_layout Plain Layout
24366
24367
24368 \backslash
24369 footnotemark[
24370 \backslash
24371 theMyRepeatFoot]
24372 \end_layout
24373
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \begin_layout Subsection
24380 Footnote Numbering
24381 \begin_inset CommandInset label
24382 LatexCommand label
24383 name "sub:Footnote-Numbering"
24384
24385 \end_inset
24386
24387
24388 \begin_inset Index
24389 status collapsed
24390
24391 \begin_layout Plain Layout
24392 Footnotes ! Numbering
24393 \end_layout
24394
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \begin_layout Standard
24401 To reset the footnote number back to 1 after each section
24402 \family roman
24403 , add this command to your document preamble:
24404 \end_layout
24405
24406 \begin_layout Standard
24407
24408 \series bold
24409
24410 \backslash
24411 @addtoreset{footnote}{section}
24412 \end_layout
24413
24414 \begin_layout Standard
24415 \begin_inset VSpace bigskip
24416 \end_inset
24417
24418 The following preamble command changes the footnote numbering style to small
24419  roman numerals:
24420 \end_layout
24421
24422 \begin_layout Standard
24423
24424 \series bold
24425
24426 \backslash
24427 renewcommand{
24428 \backslash
24429 thefootnote}{
24430 \backslash
24431 roman{footnote}}
24432 \end_layout
24433
24434 \begin_layout Standard
24435 \begin_inset ERT
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439
24440
24441 \backslash
24442 renewcommand{
24443 \backslash
24444 thefootnote}{
24445 \backslash
24446 roman{footnote}}
24447 \end_layout
24448
24449 \end_inset
24450
24451  This is a footnote with roman numbering:
24452 \begin_inset Foot
24453 status open
24454
24455 \begin_layout Plain Layout
24456 This is an example footnote with roman numbering.
24457 \end_layout
24458
24459 \end_inset
24460
24461
24462 \end_layout
24463
24464 \begin_layout Standard
24465 To change the numbering style to capital roman numerals replace in the command
24466  above 
24467 \series bold
24468
24469 \backslash
24470 roman
24471 \series default
24472  by 
24473 \series bold
24474
24475 \backslash
24476 Roman
24477 \series default
24478 .
24479  To 
24480 \begin_inset Quotes eld
24481 \end_inset
24482
24483 number
24484 \begin_inset Quotes erd
24485 \end_inset
24486
24487  footnotes with capital or small Latin letters use 
24488 \series bold
24489
24490 \backslash
24491 Alph
24492 \series default
24493  or 
24494 \series bold
24495
24496 \backslash
24497 alph
24498 \series default
24499 , respectively.
24500  To 
24501 \begin_inset Quotes eld
24502 \end_inset
24503
24504 number
24505 \begin_inset Quotes erd
24506 \end_inset
24507
24508  footnotes with symbols use 
24509 \series bold
24510
24511 \backslash
24512 fnsymbol
24513 \series default
24514 .
24515 \end_layout
24516
24517 \begin_layout Standard
24518 \begin_inset Note Greyedout
24519 status open
24520
24521 \begin_layout Plain Layout
24522
24523 \series bold
24524 Note:
24525 \series default
24526  You can only number 26 footnotes with Latin letters, because this numbering
24527  is limited to single letters.
24528 \end_layout
24529
24530 \end_inset
24531
24532
24533 \begin_inset Newline newline
24534 \end_inset
24535
24536
24537 \begin_inset Note Greyedout
24538 status open
24539
24540 \begin_layout Plain Layout
24541
24542 \series bold
24543 Note:
24544 \series default
24545  You can only number 9 footnotes with symbols.
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \end_layout
24552
24553 \begin_layout Standard
24554 To return to the default numbering style when you changed to another one,
24555  use 
24556 \series bold
24557
24558 \backslash
24559 arabic
24560 \series default
24561  instead of 
24562 \series bold
24563
24564 \backslash
24565 roman
24566 \series default
24567  in the command above.
24568 \begin_inset ERT
24569 status collapsed
24570
24571 \begin_layout Plain Layout
24572
24573
24574 \backslash
24575 renewcommand{
24576 \backslash
24577 thefootnote}{
24578 \backslash
24579 arabic{footnote}}
24580 \end_layout
24581
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Standard
24588 \begin_inset VSpace bigskip
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Standard
24595 If you want to have footnotes numbered in the scheme 
24596 \begin_inset Quotes eld
24597 \end_inset
24598
24599 chapter.footnote
24600 \begin_inset Quotes erd
24601 \end_inset
24602
24603 , add the following command to your document preamble:
24604 \end_layout
24605
24606 \begin_layout Standard
24607
24608 \series bold
24609
24610 \backslash
24611 numberwithin{footnote}{chapter}
24612 \end_layout
24613
24614 \begin_layout Standard
24615 To be able to use the command 
24616 \series bold
24617
24618 \backslash
24619 numberwithin
24620 \series default
24621 , set in the tab 
24622 \family sans
24623 Math
24624 \begin_inset space ~
24625 \end_inset
24626
24627 Options
24628 \family default
24629  in the document settings the option 
24630 \family sans
24631 Use
24632 \begin_inset space ~
24633 \end_inset
24634
24635 AMS
24636 \begin_inset space ~
24637 \end_inset
24638
24639 math
24640 \begin_inset space ~
24641 \end_inset
24642
24643 package
24644 \family default
24645 .
24646 \end_layout
24647
24648 \begin_layout Standard
24649 \begin_inset ERT
24650 status collapsed
24651
24652 \begin_layout Plain Layout
24653
24654
24655 \backslash
24656 numberwithin{footnote}{chapter}
24657 \end_layout
24658
24659 \end_inset
24660
24661 This is another example footnote:
24662 \series bold
24663
24664 \begin_inset Foot
24665 status open
24666
24667 \begin_layout Plain Layout
24668 This is a footnote numbered in the scheme 
24669 \begin_inset Quotes eld
24670 \end_inset
24671
24672 chapter.footnote
24673 \begin_inset Quotes erd
24674 \end_inset
24675
24676 .
24677 \end_layout
24678
24679 \end_inset
24680
24681
24682 \series default
24683
24684 \begin_inset ERT
24685 status collapsed
24686
24687 \begin_layout Plain Layout
24688
24689
24690 \backslash
24691 renewcommand{
24692 \backslash
24693 thefootnote}{
24694 \backslash
24695 arabic{footnote}}
24696 \end_layout
24697
24698 \end_inset
24699
24700
24701 \end_layout
24702
24703 \begin_layout Standard
24704 \begin_inset Note Greyedout
24705 status open
24706
24707 \begin_layout Plain Layout
24708
24709 \series bold
24710 Note:
24711 \series default
24712  
24713 \series bold
24714
24715 \backslash
24716 numberwithin
24717 \series default
24718  always prints out the footnote number as arabic number; previous redefinitions
24719  to get non-arabic numbers are overwritten.
24720 \end_layout
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Standard
24728 So to get for example the scheme 
24729 \begin_inset Quotes eld
24730 \end_inset
24731
24732 chapter.
24733 \backslash
24734 Roman{footnote}
24735 \begin_inset Quotes erd
24736 \end_inset
24737
24738 , use this command instead of 
24739 \series bold
24740
24741 \backslash
24742 numberwithin
24743 \series default
24744 :
24745 \end_layout
24746
24747 \begin_layout Standard
24748
24749 \series bold
24750
24751 \backslash
24752 renewcommand{
24753 \backslash
24754 thefootnote}{
24755 \backslash
24756 thechapter.
24757 \backslash
24758 Roman{footnote}}
24759 \end_layout
24760
24761 \begin_layout Subsection
24762 Footnote Placement
24763 \begin_inset Index
24764 status collapsed
24765
24766 \begin_layout Plain Layout
24767 Footnotes ! Placement
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \begin_layout Standard
24776 If you have several footnotes in one page, they appear without vertical
24777  space between them at the bottom of the page.
24778  To make them better readable you can e.
24779 \begin_inset space \thinspace{}
24780 \end_inset
24781
24782 g.
24783 \begin_inset space \space{}
24784 \end_inset
24785
24786 add 1.5
24787 \begin_inset space \thinspace{}
24788 \end_inset
24789
24790 mm space with the following preamble command:
24791 \end_layout
24792
24793 \begin_layout Standard
24794
24795 \series bold
24796
24797 \backslash
24798 let
24799 \backslash
24800 myFoot
24801 \backslash
24802 footnote
24803 \begin_inset Newline newline
24804 \end_inset
24805
24806
24807 \backslash
24808 renewcommand{
24809 \backslash
24810 footnote}[1]{
24811 \backslash
24812 myFoot{#1
24813 \backslash
24814 vspace{1.5mm}}}
24815 \end_layout
24816
24817 \begin_layout Standard
24818 \begin_inset VSpace bigskip
24819 \end_inset
24820
24821 In a two-column document the footnotes appear at the bottom of every column,
24822  see Figure
24823 \begin_inset space ~
24824 \end_inset
24825
24826
24827 \begin_inset CommandInset ref
24828 LatexCommand ref
24829 reference "fig:Standard-footnote-placement"
24830
24831 \end_inset
24832
24833 .
24834  If the footnotes should only appear at the bottom of the right column,
24835  as in Figure
24836 \begin_inset space ~
24837 \end_inset
24838
24839
24840 \begin_inset CommandInset ref
24841 LatexCommand ref
24842 reference "fig:Footnote-placement-in"
24843
24844 \end_inset
24845
24846 , use the LaTeX-package 
24847 \series bold
24848 ftnright
24849 \series default
24850
24851 \begin_inset Index
24852 status collapsed
24853
24854 \begin_layout Plain Layout
24855 LaTeX-packages ! ftnright
24856 \end_layout
24857
24858 \end_inset
24859
24860  with this command in the document preamble:
24861 \end_layout
24862
24863 \begin_layout Standard
24864
24865 \series bold
24866
24867 \backslash
24868 usepackage{ftnright}
24869 \end_layout
24870
24871 \begin_layout Standard
24872 \begin_inset Float figure
24873 placement !h
24874 wide false
24875 sideways false
24876 status open
24877
24878 \begin_layout Plain Layout
24879 \begin_inset ERT
24880 status collapsed
24881
24882 \begin_layout Plain Layout
24883
24884
24885 \backslash
24886 framebox{
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \begin_inset Graphics
24893         filename clipart/without_fntright.pdf
24894         width 100col%
24895         scaleBeforeRotation
24896
24897 \end_inset
24898
24899
24900 \begin_inset ERT
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904
24905 }
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \end_layout
24912
24913 \begin_layout Plain Layout
24914 \begin_inset Caption
24915
24916 \begin_layout Plain Layout
24917 \begin_inset CommandInset label
24918 LatexCommand label
24919 name "fig:Standard-footnote-placement"
24920
24921 \end_inset
24922
24923 Standard footnote placement in two-column documents.
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \begin_layout Standard
24937 \begin_inset Float figure
24938 placement !h
24939 wide false
24940 sideways false
24941 status open
24942
24943 \begin_layout Plain Layout
24944 \begin_inset ERT
24945 status collapsed
24946
24947 \begin_layout Plain Layout
24948
24949
24950 \backslash
24951 framebox{
24952 \end_layout
24953
24954 \end_inset
24955
24956
24957 \begin_inset Graphics
24958         filename clipart/with_fntright.pdf
24959         width 100col%
24960         scaleBeforeRotation
24961
24962 \end_inset
24963
24964
24965 \begin_inset ERT
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969
24970 }
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Plain Layout
24979 \begin_inset Caption
24980
24981 \begin_layout Plain Layout
24982 \begin_inset CommandInset label
24983 LatexCommand label
24984 name "fig:Footnote-placement-in"
24985
24986 \end_inset
24987
24988 Footnote placement in two-column documents when the LaTeX-package 
24989 \series bold
24990 ftnright
24991 \series default
24992  is used.
24993 \end_layout
24994
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \begin_layout Standard
25006 \begin_inset VSpace bigskip
25007 \end_inset
25008
25009 In some scientific literature it is usual to collect the footnotes and print
25010  them in a separate paragraph at the the end of a section, like in Figure
25011 \begin_inset space ~
25012 \end_inset
25013
25014
25015 \begin_inset CommandInset ref
25016 LatexCommand ref
25017 reference "fig:Endnotes----footnotes"
25018
25019 \end_inset
25020
25021 .
25022  They are then so called 
25023 \begin_inset Quotes eld
25024 \end_inset
25025
25026 endnotes
25027 \begin_inset Quotes erd
25028 \end_inset
25029
25030 .
25031 \begin_inset Index
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035 Endnotes
25036 \end_layout
25037
25038 \end_inset
25039
25040  To use endnotes instead of footnotes in your document, load the LaTeX-package
25041  
25042 \series bold
25043 endnotes
25044 \series default
25045
25046 \begin_inset Index
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050 LaTeX-packages ! endnotes
25051 \end_layout
25052
25053 \end_inset
25054
25055  with the document preamble lines
25056 \end_layout
25057
25058 \begin_layout Standard
25059
25060 \series bold
25061
25062 \backslash
25063 usepackage{endnotes}
25064 \begin_inset Newline newline
25065 \end_inset
25066
25067
25068 \backslash
25069 let
25070 \backslash
25071 footnote
25072 \backslash
25073 endnote
25074 \end_layout
25075
25076 \begin_layout Standard
25077 To insert the collected footnotes, insert the command
25078 \end_layout
25079
25080 \begin_layout Standard
25081
25082 \series bold
25083
25084 \backslash
25085 theendnotes
25086 \end_layout
25087
25088 \begin_layout Standard
25089 in TeX-Code at the the end of a section or chapter.
25090 \end_layout
25091
25092 \begin_layout Standard
25093 \begin_inset Float figure
25094 wide false
25095 sideways false
25096 status open
25097
25098 \begin_layout Plain Layout
25099 \align center
25100 \begin_inset ERT
25101 status collapsed
25102
25103 \begin_layout Plain Layout
25104
25105
25106 \backslash
25107 framebox{
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \begin_inset Graphics
25114         filename clipart/endnotes.pdf
25115         scaleBeforeRotation
25116
25117 \end_inset
25118
25119
25120 \begin_inset ERT
25121 status collapsed
25122
25123 \begin_layout Plain Layout
25124
25125 }
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Plain Layout
25134 \begin_inset Caption
25135
25136 \begin_layout Plain Layout
25137 \begin_inset CommandInset label
25138 LatexCommand label
25139 name "fig:Endnotes----footnotes"
25140
25141 \end_inset
25142
25143 Endnotes -- footnotes are printed in a separate paragraph at the end of
25144  sections or chapters.
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \begin_layout Standard
25158 \begin_inset VSpace medskip
25159 \end_inset
25160
25161 The paragraph heading for the endnotes isn't automatically translated into
25162  the document language, this must be done manually.
25163  The following preamble command translate the default English name 
25164 \begin_inset Quotes eld
25165 \end_inset
25166
25167 Notes
25168 \begin_inset Quotes erd
25169 \end_inset
25170
25171  to the German translation 
25172 \begin_inset Quotes eld
25173 \end_inset
25174
25175 Anmerkungen
25176 \begin_inset Quotes erd
25177 \end_inset
25178
25179 :
25180 \end_layout
25181
25182 \begin_layout Standard
25183
25184 \series bold
25185
25186 \backslash
25187 renewcommand{
25188 \backslash
25189 notesname}{Anmerkungen}
25190 \end_layout
25191
25192 \begin_layout Standard
25193 \begin_inset VSpace medskip
25194 \end_inset
25195
25196 The numbering of endnotes can be changed like the footnote numbering as
25197  described in section
25198 \begin_inset space ~
25199 \end_inset
25200
25201
25202 \begin_inset CommandInset ref
25203 LatexCommand ref
25204 reference "sub:Footnote-Numbering"
25205
25206 \end_inset
25207
25208 ; just replace the command 
25209 \series bold
25210
25211 \backslash
25212 thefootnote
25213 \series default
25214  by 
25215 \series bold
25216
25217 \backslash
25218 theendnote
25219 \series default
25220 .
25221  To reset the endnote number use the command 
25222 \series bold
25223
25224 \backslash
25225 @addtoreset
25226 \series default
25227  as described in section
25228 \begin_inset space ~
25229 \end_inset
25230
25231
25232 \begin_inset CommandInset ref
25233 LatexCommand ref
25234 reference "sub:Footnote-Numbering"
25235
25236 \end_inset
25237
25238  and replace the command parameter 
25239 \series bold
25240 footnote
25241 \series default
25242  by 
25243 \series bold
25244 endnote
25245 \series default
25246 .
25247 \end_layout
25248
25249 \begin_layout Standard
25250 To create only a mark for an endnote, use the command 
25251 \series bold
25252
25253 \backslash
25254 endnotemark[number]
25255 \series default
25256  similar to the command 
25257 \series bold
25258
25259 \backslash
25260 footnotemark
25261 \series default
25262 , described in section
25263 \begin_inset space ~
25264 \end_inset
25265
25266
25267 \begin_inset CommandInset ref
25268 LatexCommand ref
25269 reference "sec:Footnotes"
25270
25271 \end_inset
25272
25273 .
25274 \end_layout
25275
25276 \begin_layout Standard
25277 \begin_inset VSpace bigskip
25278 \end_inset
25279
25280 Footnotes can also be placed in the page margin and the footnote text alignment
25281  can be changed, see the LaTeX-package 
25282 \series bold
25283 footmisc
25284 \series default
25285
25286 \begin_inset Index
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290 LaTeX-packages ! footmisc
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \begin_inset CommandInset citation
25297 LatexCommand cite
25298 key "footmisc"
25299
25300 \end_inset
25301
25302  for more information about this.
25303 \end_layout
25304
25305 \begin_layout Standard
25306 For various further footnote formatting issues have a look at LaTeX-books,
25307  
25308 \begin_inset CommandInset citation
25309 LatexCommand cite
25310 key "latexcompanion,latexguide,latexbook"
25311
25312 \end_inset
25313
25314 .
25315 \end_layout
25316
25317 \begin_layout Section
25318 Margin Notes
25319 \begin_inset Index
25320 status collapsed
25321
25322 \begin_layout Plain Layout
25323 Notes ! Margin Notes
25324 \end_layout
25325
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \begin_layout Standard
25332 Margin notes look and behave in LyX like footnotes.
25333  They are inserted via the menu 
25334 \family sans
25335 Insert\SpecialChar \menuseparator
25336 Marginal
25337 \begin_inset space ~
25338 \end_inset
25339
25340 Note
25341 \family default
25342  or the toolbar button 
25343 \begin_inset Graphics
25344         filename ../images/marginalnote-insert.png
25345         scale 85
25346         scaleBeforeRotation
25347
25348 \end_inset
25349
25350 .
25351  A grey 
25352 \family roman
25353 \series medium
25354 box with the
25355 \family default
25356 \series default
25357  red 
25358 \family roman
25359 \series medium
25360 label 
25361 \begin_inset Quotes eld
25362 \end_inset
25363
25364 margin
25365 \begin_inset Quotes erd
25366 \end_inset
25367
25368  appears where you can enter the text of the margin note.
25369 \end_layout
25370
25371 \begin_layout Standard
25372 At the side is an example margin note.
25373
25374 \family roman
25375 \series medium
25376  
25377 \begin_inset Marginal
25378 status open
25379
25380 \begin_layout Plain Layout
25381 This is a margin note.
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \begin_layout Standard
25390 Margin notes appear at the right side in single-sided documents.
25391  In double-sided documents they appear in the outer margin -- left on even
25392  pages, right on odd pages.
25393  The text of margin notes is aligned opposite to the outer margin -- right-align
25394 ed when the note appears in the left margin.
25395  The first line of the margin note is placed at the position of the text
25396  line where it is inserted in the document.
25397 \end_layout
25398
25399 \begin_layout Standard
25400 \begin_inset VSpace bigskip
25401 \end_inset
25402
25403 To place the margin note in the inner margin, add the command
25404 \end_layout
25405
25406 \begin_layout Standard
25407
25408 \series bold
25409
25410 \backslash
25411 reversemarginpar
25412 \end_layout
25413
25414 \begin_layout Standard
25415 in TeX-Code before a margin note.
25416  The new placement is valid for all following margin notes.
25417  
25418 \begin_inset ERT
25419 status collapsed
25420
25421 \begin_layout Plain Layout
25422
25423
25424 \backslash
25425 reversemarginpar 
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \begin_inset Marginal
25432 status open
25433
25434 \begin_layout Plain Layout
25435 This is a margin note in the inner margin.
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \series bold
25442
25443 \begin_inset Newline newline
25444 \end_inset
25445
25446
25447 \series default
25448
25449 \begin_inset Note Greyedout
25450 status open
25451
25452 \begin_layout Plain Layout
25453
25454 \series bold
25455 Note:
25456 \series default
25457  There is often not enough space in the inner margin so that the notes are
25458  not correctly displayed in the output.
25459 \end_layout
25460
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \begin_layout Standard
25467 To return to the default placement insert the command
25468 \end_layout
25469
25470 \begin_layout Standard
25471
25472 \series bold
25473
25474 \backslash
25475 normalmarginpar
25476 \end_layout
25477
25478 \begin_layout Standard
25479 in TeX-Code.
25480 \begin_inset ERT
25481 status collapsed
25482
25483 \begin_layout Plain Layout
25484
25485
25486 \backslash
25487 normalmarginpar 
25488 \end_layout
25489
25490 \end_inset
25491
25492  
25493 \begin_inset Note Greyedout
25494 status open
25495
25496 \begin_layout Plain Layout
25497
25498 \series bold
25499 Note:
25500 \series default
25501  The command is ignored when it is within a paragraph where also the command
25502  
25503 \series bold
25504
25505 \backslash
25506 reversemarginpar
25507 \series default
25508  is inserted.
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \begin_layout Standard
25517 \begin_inset VSpace bigskip
25518 \end_inset
25519
25520
25521 \family roman
25522 \series medium
25523
25524 \begin_inset Marginal
25525 status open
25526
25527 \begin_layout Plain Layout
25528 AVeryLongMarginParWord that isn't hyphenated.
25529 \end_layout
25530
25531 \end_inset
25532
25533
25534 \family default
25535 \series default
25536  Similar to the case described in section
25537 \begin_inset space ~
25538 \end_inset
25539
25540
25541 \begin_inset CommandInset ref
25542 LatexCommand ref
25543 reference "sub:Multiple-Lines-in"
25544
25545 \end_inset
25546
25547 , long words cannot be hyphenated when they are the first word in a margin
25548  note.
25549  To avoid this, insert 0
25550 \begin_inset space \thinspace{}
25551 \end_inset
25552
25553 pt horizontal space before the word
25554 \family roman
25555 \series medium
25556 .
25557  
25558 \begin_inset Marginal
25559 status open
25560
25561 \begin_layout Plain Layout
25562 \begin_inset space \hspace*{}
25563 \length 0pt
25564 \end_inset
25565
25566 AVeryLongMarginParWord that is hyphenated.
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \begin_layout Standard
25575 \begin_inset VSpace bigskip
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \begin_layout Standard
25582 \begin_inset Note Greyedout
25583 status open
25584
25585 \begin_layout Plain Layout
25586
25587 \series bold
25588 Note:
25589 \series default
25590  Margin notes can normally not be used inside tables, floats, and footnotes.
25591 \end_layout
25592
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \begin_layout Standard
25599 \begin_inset VSpace bigskip
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \begin_layout Standard
25606 \begin_inset ERT
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610
25611
25612 \backslash
25613 ifmarginnote
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \begin_inset Note Note
25620 status open
25621
25622 \begin_layout Plain Layout
25623 The following section will only be displayed when the LaTeX-package 
25624 \series bold
25625 marginnote
25626 \series default
25627  is installed.
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636 This restriction can be evaded by using the LaTeX-package 
25637 \series bold
25638 marginnote
25639 \series default
25640
25641 \begin_inset Index
25642 status collapsed
25643
25644 \begin_layout Plain Layout
25645 LaTeX-packages ! marginnote
25646 \end_layout
25647
25648 \end_inset
25649
25650 .
25651  By adding these two lines to your document preamble, the command used by
25652  LyX for margin notes is redefined to use the command provided by the 
25653 \series bold
25654 marginnote
25655 \series default
25656 -package:
25657 \end_layout
25658
25659 \begin_layout Standard
25660
25661 \series bold
25662
25663 \backslash
25664 usepackage{marginnote}
25665 \begin_inset Newline newline
25666 \end_inset
25667
25668
25669 \backslash
25670 let
25671 \backslash
25672 marginpar
25673 \backslash
25674 marginnote
25675 \end_layout
25676
25677 \begin_layout Standard
25678 This is also used in this document because 
25679 \series bold
25680 marginnote
25681 \series default
25682  has another useful feature: You can set a vertical offset for the note.
25683  This is often needed when too many margin notes are too close together
25684  or for a better page layout.
25685  The offset is set in LyX as TeX-Code directly behind the margin note in
25686  the scheme
25687 \end_layout
25688
25689 \begin_layout Standard
25690
25691 \series bold
25692 [offset]
25693 \end_layout
25694
25695 \begin_layout Standard
25696 where the offset is a length with one of the units listed in Table
25697 \begin_inset space ~
25698 \end_inset
25699
25700
25701 \begin_inset CommandInset ref
25702 LatexCommand ref
25703 reference "tab:Units"
25704
25705 \end_inset
25706
25707 .
25708  A negative value shifts the note up, a positive value shifts it down.
25709  
25710 \family roman
25711 \series medium
25712 For example the margin note beside this text line is shifted up 1.5
25713 \begin_inset space \thinspace{}
25714 \end_inset
25715
25716 cm with the TeX-Code-command 
25717 \begin_inset Quotes eld
25718 \end_inset
25719
25720
25721 \family default
25722 \series bold
25723 [-1.5cm]
25724 \family roman
25725 \series medium
25726
25727 \begin_inset Quotes erd
25728 \end_inset
25729
25730
25731 \begin_inset Marginal
25732 status open
25733
25734 \begin_layout Plain Layout
25735 This margin note is shifted up 1.5
25736 \begin_inset space \thinspace{}
25737 \end_inset
25738
25739 cm from its original position.
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \family default
25746 \series default
25747
25748 \begin_inset ERT
25749 status collapsed
25750
25751 \begin_layout Plain Layout
25752
25753 [-1.5cm]
25754 \end_layout
25755
25756 \end_inset
25757
25758
25759 \end_layout
25760
25761 \begin_layout Standard
25762 \begin_inset VSpace medskip
25763 \end_inset
25764
25765 With 
25766 \series bold
25767 marginnote
25768 \series default
25769  you can also change the alignment of the text in the margin note.
25770  For example the commands
25771 \end_layout
25772
25773 \begin_layout Standard
25774
25775 \series bold
25776
25777 \backslash
25778 renewcommand*{
25779 \backslash
25780 raggedleftmarginnote}{
25781 \backslash
25782 centering}
25783 \begin_inset Newline newline
25784 \end_inset
25785
25786
25787 \backslash
25788 renewcommand*{
25789 \backslash
25790 raggedrightmarginnote}{
25791 \backslash
25792 centering}
25793 \end_layout
25794
25795 \begin_layout Standard
25796 set the alignment to centered.
25797  
25798 \series bold
25799
25800 \backslash
25801 raggedleftmarginnote
25802 \series default
25803  denotes margin notes that appear at the left side.
25804 \family roman
25805 \series medium
25806
25807 \begin_inset ERT
25808 status collapsed
25809
25810 \begin_layout Plain Layout
25811
25812
25813 \backslash
25814 renewcommand*{
25815 \backslash
25816 raggedleftmarginnote}{
25817 \backslash
25818 centering}
25819 \end_layout
25820
25821 \begin_layout Plain Layout
25822
25823
25824 \backslash
25825 renewcommand*{
25826 \backslash
25827 raggedrightmarginnote}{
25828 \backslash
25829 centering}
25830 \end_layout
25831
25832 \end_inset
25833
25834
25835 \begin_inset Marginal
25836 status open
25837
25838 \begin_layout Plain Layout
25839 The text of this margin note is centered.
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \family default
25846 \series default
25847  The default is
25848 \end_layout
25849
25850 \begin_layout Standard
25851
25852 \series bold
25853
25854 \backslash
25855 renewcommand*{
25856 \backslash
25857 raggedleftmarginnote}{
25858 \backslash
25859 raggedleft}
25860 \begin_inset Newline newline
25861 \end_inset
25862
25863
25864 \backslash
25865 renewcommand*{
25866 \backslash
25867 raggedrightmarginnote}{
25868 \backslash
25869 raggedright}
25870 \family roman
25871 \series medium
25872
25873 \begin_inset ERT
25874 status collapsed
25875
25876 \begin_layout Plain Layout
25877
25878
25879 \backslash
25880 renewcommand*{
25881 \backslash
25882 raggedleftmarginnote}{
25883 \backslash
25884 raggedleft}
25885 \end_layout
25886
25887 \begin_layout Plain Layout
25888
25889
25890 \backslash
25891 renewcommand*{
25892 \backslash
25893 raggedrightmarginnote}{
25894 \backslash
25895 raggedright}
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Standard
25904 \begin_inset VSpace medskip
25905 \end_inset
25906
25907 For the other features of 
25908 \series bold
25909 marginnote
25910 \series default
25911  we refer to its documentation 
25912 \begin_inset CommandInset citation
25913 LatexCommand cite
25914 key "marginnote"
25915
25916 \end_inset
25917
25918 .
25919 \end_layout
25920
25921 \begin_layout Standard
25922 \begin_inset VSpace bigskip
25923 \end_inset
25924
25925 You can adjust the layout of margin notes by changing its definition.
25926  To create for example a header for all margin notes with the underlined,
25927  sans-serif, and bold header text 
25928 \begin_inset Quotes eld
25929 \end_inset
25930
25931
25932 \family sans
25933 \series bold
25934 \bar under
25935 Attention!
25936 \family default
25937 \series default
25938 \bar default
25939
25940 \begin_inset Quotes erd
25941 \end_inset
25942
25943 , add this to your document preamble:
25944 \end_layout
25945
25946 \begin_layout Standard
25947
25948 \series bold
25949
25950 \backslash
25951 let
25952 \backslash
25953 myMarginpar
25954 \backslash
25955 marginpar
25956 \begin_inset Newline newline
25957 \end_inset
25958
25959
25960 \backslash
25961 renewcommand{
25962 \backslash
25963 marginpar}[1]{
25964 \backslash
25965 myMarginpar{%
25966 \begin_inset Newline newline
25967 \end_inset
25968
25969
25970 \begin_inset ERT
25971 status collapsed
25972
25973 \begin_layout Plain Layout
25974
25975
25976 \backslash
25977 hphantom{ }
25978 \end_layout
25979
25980 \end_inset
25981
25982
25983 \backslash
25984 hspace{0pt}
25985 \backslash
25986 textsf{
25987 \backslash
25988 textbf{
25989 \backslash
25990 underbar{Attention!}}}%
25991 \begin_inset Newline newline
25992 \end_inset
25993
25994
25995 \begin_inset ERT
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999
26000
26001 \backslash
26002 hphantom{ }
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \backslash
26009 vspace{1.5mm}
26010 \backslash
26011
26012 \backslash
26013 #1}}
26014 \end_layout
26015
26016 \begin_layout Standard
26017
26018 \family roman
26019 \series medium
26020 \begin_inset ERT
26021 status collapsed
26022
26023 \begin_layout Plain Layout
26024
26025
26026 \backslash
26027 let
26028 \backslash
26029 myMarginpar
26030 \backslash
26031 marginpar
26032 \end_layout
26033
26034 \begin_layout Plain Layout
26035
26036
26037 \backslash
26038 renewcommand{
26039 \backslash
26040 marginpar}[1]{
26041 \backslash
26042 myMarginpar{%
26043 \end_layout
26044
26045 \begin_layout Plain Layout
26046
26047    
26048 \backslash
26049 textsf{
26050 \backslash
26051 textbf{
26052 \backslash
26053 underbar{Attention!}}}%
26054 \end_layout
26055
26056 \begin_layout Plain Layout
26057
26058    
26059 \backslash
26060 vspace{1.5mm}
26061 \backslash
26062
26063 \backslash
26064 #1}}
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \begin_inset Marginal
26071 status open
26072
26073 \begin_layout Plain Layout
26074 This is a margin note with a defined heading.
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \family default
26081 \series default
26082
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088 [-1.5cm]
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \family roman
26095 \series medium
26096
26097 \begin_inset ERT
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101
26102
26103 \backslash
26104 renewcommand{
26105 \backslash
26106 marginpar}[1]{
26107 \backslash
26108 myMarginpar{#1}}
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \family default
26115 \series default
26116
26117 \begin_inset Note Note
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121 The margin note format is changed only for this example.
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \begin_layout Standard
26130 \begin_inset ERT
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134
26135
26136 \backslash
26137 else
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \begin_inset Note Note
26144 status open
26145
26146 \begin_layout Plain Layout
26147 The following will be displayed when the LaTeX-package 
26148 \series bold
26149 marginnote
26150 \series default
26151  is not installed:
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \begin_layout Standard
26160 You need to install the LaTeX-package 
26161 \series bold
26162 marginnote
26163 \series default
26164  to see the following part of this section in the output.
26165 \end_layout
26166
26167 \begin_layout Standard
26168 \begin_inset ERT
26169 status collapsed
26170
26171 \begin_layout Plain Layout
26172
26173
26174 \backslash
26175 fi
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \begin_layout Chapter
26184 Boxes
26185 \end_layout
26186
26187 \begin_layout Section
26188 Introduction
26189 \begin_inset Index
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193 Boxes ! Introduction
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \begin_layout Standard
26202 Boxes are used to format a block of text.
26203  Boxes can be used to write documents with multiple languages, see section
26204 \begin_inset space ~
26205 \end_inset
26206
26207
26208 \begin_inset CommandInset ref
26209 LatexCommand ref
26210 reference "sec:Minipages"
26211
26212 \end_inset
26213
26214 , to frame texts, see section
26215 \begin_inset space ~
26216 \end_inset
26217
26218
26219 \begin_inset CommandInset ref
26220 LatexCommand ref
26221 reference "sec:Decoration"
26222
26223 \end_inset
26224
26225 , to prevent words to be hyphenated, see section
26226 \begin_inset space ~
26227 \end_inset
26228
26229
26230 \begin_inset CommandInset ref
26231 LatexCommand ref
26232 reference "sec:Prevent-Hyphenation"
26233
26234 \end_inset
26235
26236 , to align text, see section
26237 \begin_inset space ~
26238 \end_inset
26239
26240
26241 \begin_inset CommandInset ref
26242 LatexCommand ref
26243 reference "sub:Vertical-Alignment"
26244
26245 \end_inset
26246
26247 , or to set the background color of texts, see section
26248 \begin_inset space ~
26249 \end_inset
26250
26251
26252 \begin_inset CommandInset ref
26253 LatexCommand ref
26254 reference "sec:Colored-Boxes"
26255
26256 \end_inset
26257
26258 .
26259 \end_layout
26260
26261 \begin_layout Standard
26262 Boxes can be inserted with the menu 
26263 \family sans
26264 Insert\SpecialChar \menuseparator
26265 Box
26266 \family default
26267  or the toolbar button 
26268 \begin_inset Graphics
26269         filename ../images/box-insert.png
26270         scale 85
26271         scaleBeforeRotation
26272
26273 \end_inset
26274
26275 .
26276  A grey box with the label 
26277 \family sans
26278 Box (Minipage)
26279 \family default
26280
26281 \begin_inset Graphics
26282         filename clipart/BoxInsetDefaultQt4.png
26283         scale 85
26284         scaleBeforeRotation
26285
26286 \end_inset
26287
26288  will be inserted.
26289  The box type can be specified by right-clicking on the box.
26290  The appearing box dialog offers the 
26291 \family sans
26292 Inner
26293 \begin_inset space ~
26294 \end_inset
26295
26296 Box
26297 \family default
26298  types 
26299 \family sans
26300 Parbox
26301 \family default
26302  and 
26303 \family sans
26304 Minipage
26305 \family default
26306 .
26307  The type 
26308 \family sans
26309 Minipage
26310 \family default
26311  is the default for new boxes and is explained in section
26312 \begin_inset space ~
26313 \end_inset
26314
26315
26316 \begin_inset CommandInset ref
26317 LatexCommand ref
26318 reference "sec:Minipages"
26319
26320 \end_inset
26321
26322 ; the type 
26323 \family sans
26324 Parbox
26325 \family default
26326  is described in section
26327 \begin_inset space ~
26328 \end_inset
26329
26330
26331 \begin_inset CommandInset ref
26332 LatexCommand ref
26333 reference "sec:Parboxes"
26334
26335 \end_inset
26336
26337 .
26338 \end_layout
26339
26340 \begin_layout Standard
26341 Boxes aren't numbered and can therefore not be referenced like floats or
26342  footnotes.
26343 \end_layout
26344
26345 \begin_layout Standard
26346 \begin_inset Note Greyedout
26347 status open
26348
26349 \begin_layout Plain Layout
26350
26351 \series bold
26352 Note:
26353 \series default
26354  Boxes must not be the item in an 
26355 \family sans
26356 Itemize
26357 \family default
26358  or 
26359 \family sans
26360 Description
26361 \family default
26362  environment.
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \begin_layout Standard
26371 \begin_inset Note Greyedout
26372 status open
26373
26374 \begin_layout Plain Layout
26375
26376 \series bold
26377 Note:
26378 \series default
26379  For an unknown reason you can only set the 
26380 \family sans
26381 Inner
26382 \begin_inset space ~
26383 \end_inset
26384
26385 Box
26386 \family default
26387  type to 
26388 \family sans
26389 None
26390 \family default
26391  when you use a framed box.
26392  Boxes without an 
26393 \family sans
26394 Inner
26395 \begin_inset space ~
26396 \end_inset
26397
26398 Box
26399 \family default
26400  type and without frames are explained in section
26401 \begin_inset space ~
26402 \end_inset
26403
26404
26405 \begin_inset CommandInset ref
26406 LatexCommand ref
26407 reference "sec:Prevent-Hyphenation"
26408
26409 \end_inset
26410
26411 .
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Section
26420 Box Dialog
26421 \begin_inset CommandInset label
26422 LatexCommand label
26423 name "sec:Box-Dialog"
26424
26425 \end_inset
26426
26427
26428 \begin_inset Index
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432 Boxes ! Box Dialog
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Subsection
26441 Size
26442 \begin_inset Index
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446 Boxes ! Size
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Standard
26455 In the box dialog you can adjust the box geometry in the fields 
26456 \family sans
26457 Width
26458 \family default
26459  and 
26460 \family sans
26461 Height
26462 \family default
26463 .
26464  The available units for the geometry are explained in Table
26465 \begin_inset space ~
26466 \end_inset
26467
26468
26469 \begin_inset CommandInset ref
26470 LatexCommand ref
26471 reference "tab:Units"
26472
26473 \end_inset
26474
26475 .
26476  The field 
26477 \family sans
26478 Heigth
26479 \family default
26480  offers the following additional sizes:
26481 \end_layout
26482
26483 \begin_layout Description
26484 Depth This is the plain text 
26485 \begin_inset Quotes eld
26486 \end_inset
26487
26488 height
26489 \begin_inset Quotes erd
26490 \end_inset
26491
26492 .
26493  It ignores the total depth when there are multiple text lines in the box:
26494 \begin_inset Newline newline
26495 \end_inset
26496
26497
26498 \begin_inset Newline newline
26499 \end_inset
26500
26501
26502 \begin_inset Newline newline
26503 \end_inset
26504
26505
26506 \begin_inset Box Boxed
26507 position "c"
26508 hor_pos "c"
26509 has_inner_box 1
26510 inner_pos "c"
26511 use_parbox 0
26512 width "12col%"
26513 special "none"
26514 height "1in"
26515 height_special "depth"
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 \align center
26520 Box height set to 1
26521 \begin_inset space \thinspace{}
26522 \end_inset
26523
26524 Depth
26525 \end_layout
26526
26527 \end_inset
26528
26529
26530 \begin_inset Newline newline
26531 \end_inset
26532
26533
26534 \begin_inset Newline newline
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \begin_layout Description
26541 Height This is the heigth of the text that is inside the box.
26542  A value of e.
26543 \begin_inset space \thinspace{}
26544 \end_inset
26545
26546 g.
26547 \begin_inset space \space{}
26548 \end_inset
26549
26550 2 for this size will set the box heigth to 2 times the text height: 
26551 \begin_inset Box Boxed
26552 position "c"
26553 hor_pos "c"
26554 has_inner_box 1
26555 inner_pos "c"
26556 use_parbox 0
26557 width "20col%"
26558 special "none"
26559 height "2in"
26560 height_special "height"
26561 status collapsed
26562
26563 \begin_layout Plain Layout
26564 \align center
26565 Box height set to 2
26566 \begin_inset space \thinspace{}
26567 \end_inset
26568
26569 Height
26570 \end_layout
26571
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \begin_layout Description
26578 Total
26579 \begin_inset space ~
26580 \end_inset
26581
26582 Height This is the Height
26583 \begin_inset space \thinspace{}
26584 \end_inset
26585
26586 +
26587 \begin_inset space \thinspace{}
26588 \end_inset
26589
26590 Depth: 
26591 \begin_inset Box Boxed
26592 position "c"
26593 hor_pos "c"
26594 has_inner_box 1
26595 inner_pos "c"
26596 use_parbox 0
26597 width "20col%"
26598 special "none"
26599 height "1in"
26600 height_special "totalheight"
26601 status collapsed
26602
26603 \begin_layout Plain Layout
26604 \align center
26605 Box height set to 1
26606 \begin_inset space \thinspace{}
26607 \end_inset
26608
26609 Total
26610 \begin_inset space ~
26611 \end_inset
26612
26613 Height
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Description
26622 Width This sets the width of the box as heigth: 
26623 \begin_inset Box Boxed
26624 position "c"
26625 hor_pos "c"
26626 has_inner_box 1
26627 inner_pos "c"
26628 use_parbox 0
26629 width "12col%"
26630 special "none"
26631 height "1in"
26632 height_special "width"
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636 \align center
26637 Box height set to 1
26638 \begin_inset space \thinspace{}
26639 \end_inset
26640
26641 Width
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \begin_layout Subsection
26650 Alignment
26651 \begin_inset Index
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655 Boxes ! Alignment
26656 \end_layout
26657
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \begin_layout Standard
26664 When you have chosen an 
26665 \family sans
26666 Inner
26667 \begin_inset space ~
26668 \end_inset
26669
26670 Box
26671 \family default
26672 , the vertical box alignment can be:
26673 \end_layout
26674
26675 \begin_layout Description
26676 Top This is an example text line.
26677  
26678 \begin_inset Box Boxed
26679 position "t"
26680 hor_pos "c"
26681 has_inner_box 1
26682 inner_pos "c"
26683 use_parbox 0
26684 width "12col%"
26685 special "none"
26686 height "1in"
26687 height_special "totalheight"
26688 status collapsed
26689
26690 \begin_layout Plain Layout
26691 \align center
26692 This box is top-aligned.
26693 \end_layout
26694
26695 \end_inset
26696
26697  This is an example text line.
26698 \end_layout
26699
26700 \begin_layout Description
26701 Middle This is an example text line.
26702  
26703 \begin_inset Box Boxed
26704 position "c"
26705 hor_pos "c"
26706 has_inner_box 1
26707 inner_pos "c"
26708 use_parbox 0
26709 width "12col%"
26710 special "none"
26711 height "1in"
26712 height_special "totalheight"
26713 status collapsed
26714
26715 \begin_layout Plain Layout
26716 \align center
26717 This box is middle-aligned.
26718 \end_layout
26719
26720 \end_inset
26721
26722  This is an example text line.
26723 \end_layout
26724
26725 \begin_layout Description
26726 Bottom This is an example text line.
26727  
26728 \begin_inset Box Boxed
26729 position "b"
26730 hor_pos "c"
26731 has_inner_box 1
26732 inner_pos "c"
26733 use_parbox 0
26734 width "12col%"
26735 special "none"
26736 height "1in"
26737 height_special "totalheight"
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741 \align center
26742 This box is bottom-aligned.
26743 \end_layout
26744
26745 \end_inset
26746
26747  This is an example text line.
26748 \end_layout
26749
26750 \begin_layout Standard
26751 \begin_inset Note Greyedout
26752 status open
26753
26754 \begin_layout Plain Layout
26755
26756 \series bold
26757 Note:
26758 \series default
26759  The vertical box aligment can be lost in the output when you have two boxes
26760  in a line and one has e.
26761 \begin_inset space \thinspace{}
26762 \end_inset
26763
26764 g.
26765 \begin_inset space \space{}
26766 \end_inset
26767
26768 a shadow and the other one not.
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \begin_layout Standard
26777 The horizontal box alignment can be set via LyX's paragraph dialog when
26778  you set the box into its own paragraph.
26779 \end_layout
26780
26781 \begin_layout Standard
26782 \begin_inset VSpace bigskip
26783 \end_inset
26784
26785 When you have chosen an 
26786 \family sans
26787 Inner
26788 \begin_inset space ~
26789 \end_inset
26790
26791 Box
26792 \family default
26793 , the box content can be vertical aligned to:
26794 \end_layout
26795
26796 \begin_layout Description
26797 top This is an example text line.
26798  
26799 \begin_inset Box Boxed
26800 position "c"
26801 hor_pos "c"
26802 has_inner_box 1
26803 inner_pos "t"
26804 use_parbox 0
26805 width "12col%"
26806 special "none"
26807 height "1.5in"
26808 height_special "totalheight"
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812 \align center
26813 This box text is top-aligned.
26814 \end_layout
26815
26816 \end_inset
26817
26818  This is an example text line.
26819 \end_layout
26820
26821 \begin_layout Description
26822 middle This is an example text line.
26823  
26824 \begin_inset Box Boxed
26825 position "c"
26826 hor_pos "c"
26827 has_inner_box 1
26828 inner_pos "c"
26829 use_parbox 0
26830 width "12col%"
26831 special "none"
26832 height "1.5in"
26833 height_special "totalheight"
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837 \align center
26838 This box text is middle-aligned.
26839 \end_layout
26840
26841 \end_inset
26842
26843  This is an example text line.
26844 \end_layout
26845
26846 \begin_layout Description
26847 bottom This is an example text line.
26848  
26849 \begin_inset Box Boxed
26850 position "c"
26851 hor_pos "c"
26852 has_inner_box 1
26853 inner_pos "b"
26854 use_parbox 0
26855 width "12col%"
26856 special "none"
26857 height "1.5in"
26858 height_special "totalheight"
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862 \align center
26863 This box text is bottom-aligned.
26864 \end_layout
26865
26866 \end_inset
26867
26868  This is an example text line.
26869 \end_layout
26870
26871 \begin_layout Description
26872 stretch This is an example text line.
26873  
26874 \begin_inset Box Boxed
26875 position "c"
26876 hor_pos "c"
26877 has_inner_box 1
26878 inner_pos "s"
26879 use_parbox 0
26880 width "12col%"
26881 special "none"
26882 height "1.5in"
26883 height_special "totalheight"
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887 \align center
26888 This box
26889 \end_layout
26890
26891 \begin_layout Plain Layout
26892 \align center
26893 text is
26894 \end_layout
26895
26896 \begin_layout Plain Layout
26897 \align center
26898 stretched.
26899 \end_layout
26900
26901 \end_inset
26902
26903  This is an example text line.
26904 \end_layout
26905
26906 \begin_layout Standard
26907 To stretch the box content, it must consist of more than one paragraph.
26908  In the example above every text line is in an own paragraph.
26909 \end_layout
26910
26911 \begin_layout Standard
26912 \begin_inset VSpace bigskip
26913 \end_inset
26914
26915 To align the box content horizontally you can use LyX's paragraph dialog
26916  when you have chosen an 
26917 \family sans
26918 Inner
26919 \begin_inset space ~
26920 \end_inset
26921
26922 Box
26923 \family default
26924 .
26925 \end_layout
26926
26927 \begin_layout Standard
26928 \align center
26929 \begin_inset Box Boxed
26930 position "c"
26931 hor_pos "c"
26932 has_inner_box 1
26933 inner_pos "s"
26934 use_parbox 0
26935 width "15col%"
26936 special "none"
26937 height "1.25in"
26938 height_special "totalheight"
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942 \align left
26943 This box
26944 \end_layout
26945
26946 \begin_layout Plain Layout
26947 \align center
26948 text is
26949 \end_layout
26950
26951 \begin_layout Plain Layout
26952 \align right
26953 stretched.
26954 \end_layout
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Standard
26962 If you haven't set an 
26963 \family sans
26964 Inner
26965 \begin_inset space ~
26966 \end_inset
26967
26968 Box
26969 \family default
26970 , you can align the box content horizontally in the box dialog.
26971 \end_layout
26972
26973 \begin_layout Standard
26974 \align center
26975 \begin_inset Box Boxed
26976 position "c"
26977 hor_pos "s"
26978 has_inner_box 0
26979 inner_pos "s"
26980 use_parbox 0
26981 width "90col%"
26982 special "none"
26983 height "1.25in"
26984 height_special "totalheight"
26985 status collapsed
26986
26987 \begin_layout Plain Layout
26988 \align left
26989 This box text is horizontally stretched.
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \begin_layout Subsection
26998 Decoration
26999 \begin_inset CommandInset label
27000 LatexCommand label
27001 name "sec:Decoration"
27002
27003 \end_inset
27004
27005
27006 \begin_inset Index
27007 status collapsed
27008
27009 \begin_layout Plain Layout
27010 Boxes ! Decoration
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \end_layout
27017
27018 \begin_layout Standard
27019 The type of the box can be specified in the box-dialog in the drop-down
27020  list 
27021 \family sans
27022 Decoration
27023 \family default
27024 .
27025  The following types are possible:
27026 \end_layout
27027
27028 \begin_layout Description
27029 Simple
27030 \begin_inset space ~
27031 \end_inset
27032
27033 rectangular
27034 \begin_inset space ~
27035 \end_inset
27036
27037 frame This draws a rectangle frame around the box.
27038  The frame line thickness has the size of 
27039 \series bold
27040
27041 \backslash
27042 fboxrule
27043 \series default
27044 .
27045  
27046 \begin_inset Box Boxed
27047 position "c"
27048 hor_pos "c"
27049 has_inner_box 1
27050 inner_pos "c"
27051 use_parbox 0
27052 width "20col%"
27053 special "none"
27054 height "1in"
27055 height_special "totalheight"
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059 \align center
27060 Rectangular box
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Description
27069 Allow
27070 \begin_inset space ~
27071 \end_inset
27072
27073 page
27074 \begin_inset space ~
27075 \end_inset
27076
27077 break When you use the decoration 
27078 \family sans
27079 simple rectangular frame
27080 \family default
27081  and no inner box, you can allow page breaks within a box.
27082  Note that then, in contrary to other framed boxes, the frame always uses
27083  the whole column width, the box is set as its own paragraph, and 
27084 \series bold
27085
27086 \backslash
27087 fboxrule
27088 \series default
27089  and 
27090 \series bold
27091
27092 \backslash
27093 fboxsep
27094 \series default
27095  has no effect on this box type.
27096  The frame line thickness has the size of 
27097 \series bold
27098
27099 \backslash
27100 FrameRule
27101 \series default
27102 .
27103  
27104 \begin_inset Box Framed
27105 position "t"
27106 hor_pos "c"
27107 has_inner_box 0
27108 inner_pos "t"
27109 use_parbox 0
27110 width "100col%"
27111 special "none"
27112 height "1in"
27113 height_special "totalheight"
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117 Allow page break box
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \begin_layout Description
27126 Oval
27127 \begin_inset space ~
27128 \end_inset
27129
27130 box,
27131 \begin_inset space ~
27132 \end_inset
27133
27134 thin This draws an oval frame around the box.
27135  The frame line thickness has the size 0.4
27136 \begin_inset space \thinspace{}
27137 \end_inset
27138
27139 pt.
27140  
27141 \begin_inset Box ovalbox
27142 position "c"
27143 hor_pos "c"
27144 has_inner_box 1
27145 inner_pos "c"
27146 use_parbox 0
27147 width "20col%"
27148 special "none"
27149 height "1in"
27150 height_special "totalheight"
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154 \align center
27155 Oval box, thin
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Description
27164 Oval
27165 \begin_inset space ~
27166 \end_inset
27167
27168 box,
27169 \begin_inset space ~
27170 \end_inset
27171
27172 thick This draws an oval frame around the box.
27173  The frame line thickness has the size 0.8
27174 \begin_inset space \thinspace{}
27175 \end_inset
27176
27177 pt.
27178  
27179 \begin_inset Box Ovalbox
27180 position "c"
27181 hor_pos "c"
27182 has_inner_box 1
27183 inner_pos "c"
27184 use_parbox 0
27185 width "20col%"
27186 special "none"
27187 height "1in"
27188 height_special "totalheight"
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192 \align center
27193 Oval box, thick
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \begin_layout Description
27202 Drop
27203 \begin_inset space ~
27204 \end_inset
27205
27206 shadow This draws a rectangle frame with a shadow around the box.
27207  The frame line thickness has the size of 
27208 \series bold
27209
27210 \backslash
27211 fboxrule
27212 \series default
27213 , the shadow has a width of 4
27214 \begin_inset space \thinspace{}
27215 \end_inset
27216
27217 pt.
27218  
27219 \begin_inset Box Shadowbox
27220 position "c"
27221 hor_pos "c"
27222 has_inner_box 1
27223 inner_pos "c"
27224 use_parbox 0
27225 width "20col%"
27226 special "none"
27227 height "1in"
27228 height_special "totalheight"
27229 status collapsed
27230
27231 \begin_layout Plain Layout
27232 \align center
27233 Shadow box
27234 \end_layout
27235
27236 \end_inset
27237
27238
27239 \end_layout
27240
27241 \begin_layout Description
27242 Shaded
27243 \begin_inset space ~
27244 \end_inset
27245
27246 background This draws a box with red background color.
27247  In contrary to colored boxes
27248 \begin_inset Foot
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252 see sec.
27253 \begin_inset space \thinspace{}
27254 \end_inset
27255
27256
27257 \begin_inset CommandInset ref
27258 LatexCommand ref
27259 reference "sec:Colored-Boxes"
27260
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \end_inset
27267
27268 , it always uses the whole column width and the box is set as its own paragraph.
27269  
27270 \begin_inset Box Shaded
27271 position "t"
27272 hor_pos "c"
27273 has_inner_box 0
27274 inner_pos "t"
27275 use_parbox 0
27276 width "50col%"
27277 special "none"
27278 height "1in"
27279 height_special "totalheight"
27280 status collapsed
27281
27282 \begin_layout Plain Layout
27283 Shaded background box
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \end_layout
27290
27291 \begin_layout Description
27292 Double
27293 \begin_inset space ~
27294 \end_inset
27295
27296 rectangular
27297 \begin_inset space ~
27298 \end_inset
27299
27300 frame This draws a double-line rectangle frame around the box.
27301  The line thickness of the inner frame is 0.75
27302 \begin_inset space \thinspace{}
27303 \end_inset
27304
27305
27306 \series bold
27307
27308 \backslash
27309 fboxrule
27310 \series default
27311 , the thickness of the outer frame is 1.5
27312 \begin_inset space \thinspace{}
27313 \end_inset
27314
27315
27316 \series bold
27317
27318 \backslash
27319 fboxrule
27320 \series default
27321 .
27322  The distance between the lines is 1.5
27323 \begin_inset space \thinspace{}
27324 \end_inset
27325
27326
27327 \series bold
27328
27329 \backslash
27330 fboxrule
27331 \series default
27332
27333 \begin_inset space \thinspace{}
27334 \end_inset
27335
27336 +
27337 \begin_inset space \thinspace{}
27338 \end_inset
27339
27340 0.5
27341 \begin_inset space \thinspace{}
27342 \end_inset
27343
27344 pt.
27345  
27346 \begin_inset Box Doublebox
27347 position "c"
27348 hor_pos "c"
27349 has_inner_box 1
27350 inner_pos "c"
27351 use_parbox 0
27352 width "20col%"
27353 special "none"
27354 height "1in"
27355 height_special "totalheight"
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359 \align center
27360 Double rectangular box
27361 \end_layout
27362
27363 \end_inset
27364
27365
27366 \end_layout
27367
27368 \begin_layout Standard
27369 \begin_inset VSpace bigskip
27370 \end_inset
27371
27372 LyX's box label will reflect the different frame types.
27373  To be able to use all types, the LaTeX-package 
27374 \series bold
27375 fancybox
27376 \series default
27377
27378 \begin_inset Index
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382 LaTeX-packages ! fancybox
27383 \end_layout
27384
27385 \end_inset
27386
27387  must be installed.
27388 \end_layout
27389
27390 \begin_layout Section
27391 Box customization
27392 \begin_inset Index
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396 Boxes ! Customization
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Standard
27405 The default value for the size 
27406 \series bold
27407
27408 \backslash
27409 fboxrule
27410 \series default
27411  is 0.4
27412 \begin_inset space \thinspace{}
27413 \end_inset
27414
27415 pt.
27416  It can be changed with the following command in TeX-Code to e.
27417 \begin_inset space \thinspace{}
27418 \end_inset
27419
27420 g.
27421 \begin_inset space \space{}
27422 \end_inset
27423
27424 2
27425 \begin_inset space \thinspace{}
27426 \end_inset
27427
27428 pt:
27429 \end_layout
27430
27431 \begin_layout Standard
27432
27433 \series bold
27434
27435 \backslash
27436 setlength{
27437 \backslash
27438 fboxrule}{2pt}
27439 \end_layout
27440
27441 \begin_layout Standard
27442 \begin_inset ERT
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446
27447
27448 \backslash
27449 setlength{
27450 \backslash
27451 fboxrule}{2pt}
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \begin_inset Box Boxed
27458 position "c"
27459 hor_pos "c"
27460 has_inner_box 1
27461 inner_pos "c"
27462 use_parbox 0
27463 width "25col%"
27464 special "none"
27465 height "1in"
27466 height_special "totalheight"
27467 status open
27468
27469 \begin_layout Plain Layout
27470 \align center
27471 Rectangular box with 
27472 \series bold
27473
27474 \backslash
27475 fboxrule
27476 \series default
27477
27478 \begin_inset space \thinspace{}
27479 \end_inset
27480
27481 =
27482 \begin_inset space \thinspace{}
27483 \end_inset
27484
27485 2
27486 \begin_inset space \thinspace{}
27487 \end_inset
27488
27489 pt
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \begin_inset ERT
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499
27500
27501 \backslash
27502 setlength{
27503 \backslash
27504 fboxrule}{0.4pt}
27505 \end_layout
27506
27507 \end_inset
27508
27509
27510 \end_layout
27511
27512 \begin_layout Standard
27513 \begin_inset VSpace bigskip
27514 \end_inset
27515
27516 The space between the frame and the box content is for all frame styles
27517  by default 3
27518 \begin_inset space \thinspace{}
27519 \end_inset
27520
27521 pt.
27522  You can change it by setting the length 
27523 \series bold
27524
27525 \backslash
27526 fboxsep
27527 \series default
27528  to another value.
27529  For example the command
27530 \end_layout
27531
27532 \begin_layout Standard
27533
27534 \series bold
27535
27536 \backslash
27537 setlength{
27538 \backslash
27539 fboxsep}{10pt}
27540 \end_layout
27541
27542 \begin_layout Standard
27543 sets the value to 10
27544 \begin_inset space \thinspace{}
27545 \end_inset
27546
27547 pt, like for the following box:
27548 \end_layout
27549
27550 \begin_layout Standard
27551 \begin_inset ERT
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555
27556
27557 \backslash
27558 setlength{
27559 \backslash
27560 fboxsep}{10pt}
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \begin_inset Box Boxed
27567 position "c"
27568 hor_pos "c"
27569 has_inner_box 1
27570 inner_pos "c"
27571 use_parbox 0
27572 width "25col%"
27573 special "none"
27574 height "1in"
27575 height_special "totalheight"
27576 status open
27577
27578 \begin_layout Plain Layout
27579 \align center
27580 Rectangular box with 
27581 \series bold
27582
27583 \backslash
27584 fboxsep
27585 \series default
27586
27587 \begin_inset space \thinspace{}
27588 \end_inset
27589
27590 =
27591 \begin_inset space \thinspace{}
27592 \end_inset
27593
27594 10
27595 \begin_inset space \thinspace{}
27596 \end_inset
27597
27598 pt
27599 \end_layout
27600
27601 \end_inset
27602
27603
27604 \begin_inset ERT
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608
27609
27610 \backslash
27611 setlength{
27612 \backslash
27613 fboxsep}{3pt}
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Standard
27622 \begin_inset VSpace bigskip
27623 \end_inset
27624
27625 The diameter of the round corners of the oval boxes can be set with the
27626  command 
27627 \series bold
27628
27629 \backslash
27630 cornersize
27631 \series default
27632 .
27633  The command
27634 \end_layout
27635
27636 \begin_layout Standard
27637
27638 \series bold
27639
27640 \backslash
27641 cornersize*{1cm}
27642 \end_layout
27643
27644 \begin_layout Standard
27645 sets the diameter to 1
27646 \begin_inset space \thinspace{}
27647 \end_inset
27648
27649 cm.
27650  The command
27651 \end_layout
27652
27653 \begin_layout Standard
27654
27655 \series bold
27656
27657 \backslash
27658 cornersize{num}
27659 \end_layout
27660
27661 \begin_layout Standard
27662 sets the diameter to 
27663 \family sans
27664 num
27665 \begin_inset space \thinspace{}
27666 \end_inset
27667
27668 ×
27669 \begin_inset space \thinspace{}
27670 \end_inset
27671
27672 minimum(width and heigth of box)
27673 \family default
27674 .
27675  The default is 
27676 \series bold
27677
27678 \backslash
27679 cornersize{0.5}
27680 \series default
27681 .
27682 \end_layout
27683
27684 \begin_layout Standard
27685 \begin_inset ERT
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689
27690
27691 \backslash
27692 cornersize*{1.5cm}
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \begin_inset Box Ovalbox
27699 position "c"
27700 hor_pos "c"
27701 has_inner_box 1
27702 inner_pos "c"
27703 use_parbox 0
27704 width "25col%"
27705 special "none"
27706 height "1in"
27707 height_special "totalheight"
27708 status open
27709
27710 \begin_layout Plain Layout
27711 \align center
27712 Oval box with 
27713 \series bold
27714
27715 \backslash
27716 cornersize
27717 \series default
27718
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722 =
27723 \begin_inset space \thinspace{}
27724 \end_inset
27725
27726 1.5
27727 \begin_inset space \thinspace{}
27728 \end_inset
27729
27730 cm
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \begin_inset ERT
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740
27741
27742 \backslash
27743 cornersize{0.5}
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \begin_layout Standard
27752 \begin_inset VSpace bigskip
27753 \end_inset
27754
27755 The size of the shadow can be adjusted by changing the length 
27756 \series bold
27757
27758 \backslash
27759 shadowsize
27760 \series default
27761 .
27762  It it set to 2
27763 \begin_inset space \thinspace{}
27764 \end_inset
27765
27766 pt for the following box by this command:
27767 \end_layout
27768
27769 \begin_layout Standard
27770
27771 \series bold
27772
27773 \backslash
27774 setlength{
27775 \backslash
27776 shadowsize}{2pt}
27777 \end_layout
27778
27779 \begin_layout Standard
27780 \begin_inset ERT
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784
27785
27786 \backslash
27787 setlength{
27788 \backslash
27789 shadowsize}{2pt}
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \begin_inset Box Shadowbox
27796 position "c"
27797 hor_pos "c"
27798 has_inner_box 1
27799 inner_pos "c"
27800 use_parbox 0
27801 width "25col%"
27802 special "none"
27803 height "1in"
27804 height_special "totalheight"
27805 status open
27806
27807 \begin_layout Plain Layout
27808 \align center
27809 Shadow box with 
27810 \series bold
27811
27812 \backslash
27813 shadowsize
27814 \series default
27815
27816 \begin_inset space \thinspace{}
27817 \end_inset
27818
27819 =
27820 \begin_inset space \thinspace{}
27821 \end_inset
27822
27823 2
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 pt
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 setlength{
27841 \backslash
27842 shadowsize}{4pt}
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \end_layout
27849
27850 \begin_layout Standard
27851 \begin_inset VSpace bigskip
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Standard
27858 The default value for the size 
27859 \series bold
27860
27861 \backslash
27862 FrameRule
27863 \series default
27864  is 0.4
27865 \begin_inset space \thinspace{}
27866 \end_inset
27867
27868 pt.
27869  The default space between the note content and the frame is 9
27870 \begin_inset space \thinspace{}
27871 \end_inset
27872
27873 pt and can be changed with the value of 
27874 \series bold
27875
27876 \backslash
27877 FrameSep
27878 \series default
27879 .
27880  For example the frame appearance of the following 
27881 \family sans
27882 box
27883 \family default
27884  is set with the TeX-Code commands
27885 \end_layout
27886
27887 \begin_layout Standard
27888
27889 \series bold
27890
27891 \backslash
27892 setlength{
27893 \backslash
27894 FrameRule}{5pt}
27895 \begin_inset Newline newline
27896 \end_inset
27897
27898
27899 \backslash
27900 setlength{
27901 \backslash
27902 FrameSep}{0.5cm}
27903 \end_layout
27904
27905 \begin_layout Standard
27906 \begin_inset ERT
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910
27911
27912 \backslash
27913 setlength{
27914 \backslash
27915 FrameRule}{5pt}
27916 \end_layout
27917
27918 \begin_layout Plain Layout
27919
27920
27921 \backslash
27922 setlength{
27923 \backslash
27924 FrameSep}{0.5cm}
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \begin_inset Box Framed
27931 position "t"
27932 hor_pos "c"
27933 has_inner_box 0
27934 inner_pos "t"
27935 use_parbox 0
27936 width "100col%"
27937 special "none"
27938 height "1in"
27939 height_special "totalheight"
27940 status open
27941
27942 \begin_layout Plain Layout
27943 This is text in an 
27944 \family sans
27945 allow page break
27946 \family default
27947  box.
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \begin_inset ERT
27954 status collapsed
27955
27956 \begin_layout Plain Layout
27957
27958
27959 \backslash
27960 setlength{
27961 \backslash
27962 FrameRule}{0.4pt}
27963 \end_layout
27964
27965 \begin_layout Plain Layout
27966
27967
27968 \backslash
27969 setlength{
27970 \backslash
27971 FrameSep}{9pt}
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Standard
27980 \begin_inset VSpace bigskip
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 For 
27988 \family sans
27989 shaded background
27990 \family default
27991  boxes the default space between the box content and the box border is 3
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995 pt and can be changed with the value of 
27996 \series bold
27997
27998 \backslash
27999 fboxsep
28000 \series default
28001 .
28002  The default background color red can either be changed locally with the
28003  command 
28004 \series bold
28005
28006 \backslash
28007 definecolor{shadebox}
28008 \series default
28009  or globally with the menu 
28010 \family sans
28011 Tools\SpecialChar \menuseparator
28012 Preferences\SpecialChar \menuseparator
28013 Colors\SpecialChar \menuseparator
28014 shaded
28015 \begin_inset space ~
28016 \end_inset
28017
28018 box
28019 \family default
28020 .
28021  The scheme of the 
28022 \series bold
28023
28024 \backslash
28025 definecolor
28026 \series default
28027  command is explained in section
28028 \begin_inset space ~
28029 \end_inset
28030
28031
28032 \begin_inset CommandInset ref
28033 LatexCommand ref
28034 reference "sec:Colored-Tables"
28035
28036 \end_inset
28037
28038 .
28039 \begin_inset Foot
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 Note that 
28044 \series bold
28045
28046 \backslash
28047 definecolor
28048 \series default
28049  requires the LaTeX-package 
28050 \series bold
28051 color
28052 \series default
28053  in the preamble, see section
28054 \begin_inset space ~
28055 \end_inset
28056
28057
28058 \begin_inset CommandInset ref
28059 LatexCommand ref
28060 reference "sec:Colored-Boxes"
28061
28062 \end_inset
28063
28064 .
28065 \end_layout
28066
28067 \end_inset
28068
28069  For example the appearance of the following shaded background note is set
28070  with the TeX-Code commands
28071 \end_layout
28072
28073 \begin_layout Standard
28074
28075 \series bold
28076
28077 \backslash
28078 setlength{
28079 \backslash
28080 fboxsep}{0.5cm}
28081 \series default
28082
28083 \begin_inset Newline newline
28084 \end_inset
28085
28086
28087 \series bold
28088
28089 \backslash
28090 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28091 \end_layout
28092
28093 \begin_layout Standard
28094 \begin_inset ERT
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098
28099
28100 \backslash
28101 setlength{
28102 \backslash
28103 fboxsep}{0.5cm}
28104 \end_layout
28105
28106 \begin_layout Plain Layout
28107
28108
28109 \backslash
28110 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \begin_inset Box Shaded
28117 position "t"
28118 hor_pos "c"
28119 has_inner_box 0
28120 inner_pos "t"
28121 use_parbox 0
28122 width "100col%"
28123 special "none"
28124 height "1in"
28125 height_special "totalheight"
28126 status open
28127
28128 \begin_layout Plain Layout
28129
28130 \color yellow
28131 This is yellow text in a
28132 \color none
28133  
28134 \family sans
28135 \color yellow
28136 shaded background
28137 \family default
28138 \color none
28139  
28140 \color yellow
28141 box with dark green background.
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \begin_inset ERT
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151
28152
28153 \backslash
28154 setlength{
28155 \backslash
28156 fboxsep}{3pt}
28157 \end_layout
28158
28159 \begin_layout Plain Layout
28160
28161
28162 \backslash
28163 definecolor{shadecolor}{rgb}{1,0,0}
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \begin_layout Standard
28172 \begin_inset VSpace bigskip
28173 \end_inset
28174
28175 Changed lengths and widths are valid for all boxes following the commands
28176  that change them.
28177 \end_layout
28178
28179 \begin_layout Section
28180 Minipages
28181 \begin_inset CommandInset label
28182 LatexCommand label
28183 name "sec:Minipages"
28184
28185 \end_inset
28186
28187
28188 \begin_inset Index
28189 status collapsed
28190
28191 \begin_layout Plain Layout
28192 Boxes ! Minipages
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Standard
28201 Minipages are treated by LaTeX as pages within pages and can therefore for
28202  example have their own footnotes.
28203 \end_layout
28204
28205 \begin_layout Standard
28206 Minipages are useful when you write documents with different languages.
28207 \end_layout
28208
28209 \begin_layout Standard
28210 Below are two example minipages side by side.
28211  Their width is set to 45
28212 \begin_inset space \thinspace{}
28213 \end_inset
28214
28215 col% and they are separated by a horizontal fill, that was inserted via
28216  the menu 
28217 \family sans
28218 Insert\SpecialChar \menuseparator
28219 Special
28220 \begin_inset space ~
28221 \end_inset
28222
28223 Formatting\SpecialChar \menuseparator
28224 Horizontal
28225 \begin_inset space ~
28226 \end_inset
28227
28228 Fill
28229 \family default
28230 .
28231 \begin_inset Newpage newpage
28232 \end_inset
28233
28234
28235 \end_layout
28236
28237 \begin_layout Standard
28238 \begin_inset Box Frameless
28239 position "t"
28240 hor_pos "c"
28241 has_inner_box 1
28242 inner_pos "c"
28243 use_parbox 0
28244 width "45col%"
28245 special "none"
28246 height "1in"
28247 height_special "totalheight"
28248 status open
28249
28250 \begin_layout Plain Layout
28251
28252 \lang german
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  Dies ist ein deutscher Text
28266 \begin_inset Foot
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270
28271 \lang german
28272 Dies ist eine deutsche Fußnote.
28273 \end_layout
28274
28275 \end_inset
28276
28277 .
28278  Dies ist ein deutscher Text.
28279  Dies ist ein deutscher Text.
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \begin_inset space \hfill{}
28286 \end_inset
28287
28288
28289 \begin_inset Box Frameless
28290 position "t"
28291 hor_pos "c"
28292 has_inner_box 1
28293 inner_pos "c"
28294 use_parbox 0
28295 width "45col%"
28296 special "none"
28297 height "1in"
28298 height_special "totalheight"
28299 status open
28300
28301 \begin_layout Plain Layout
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  This is an English Text.
28318 \begin_inset Foot
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 This is an English footnote.
28323 \end_layout
28324
28325 \end_inset
28326
28327  This is an English Text.
28328  
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Standard
28337 \begin_inset VSpace bigskip
28338 \end_inset
28339
28340 Another application for minipages are footnotes within tables.
28341  Due to a LaTeX restriction footnotes within tables doesn't appear at the
28342  bottom of the current page.
28343  But when you put the table with the footnote to a minipage, the footnote
28344  will appear at its bottom, numbered with Latin letters.
28345  The footnote number is reset to 1 in every minipage but not outside the
28346  minipages.
28347 \end_layout
28348
28349 \begin_layout Standard
28350 The footnote of this table doesn't appear: 
28351 \begin_inset Tabular
28352 <lyxtabular version="3" rows="3" columns="4">
28353 <features>
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 <column alignment="center" valignment="top" width="0pt">
28358 <row>
28359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28360 \begin_inset Text
28361
28362 \begin_layout Plain Layout
28363 1
28364 \end_layout
28365
28366 \end_inset
28367 </cell>
28368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28369 \begin_inset Text
28370
28371 \begin_layout Plain Layout
28372 2
28373 \end_layout
28374
28375 \end_inset
28376 </cell>
28377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28378 \begin_inset Text
28379
28380 \begin_layout Plain Layout
28381 3
28382 \begin_inset Foot
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386 This is a footnote within a table.
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \end_layout
28393
28394 \end_inset
28395 </cell>
28396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28397 \begin_inset Text
28398
28399 \begin_layout Plain Layout
28400 4
28401 \end_layout
28402
28403 \end_inset
28404 </cell>
28405 </row>
28406 <row>
28407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28408 \begin_inset Text
28409
28410 \begin_layout Plain Layout
28411 a
28412 \end_layout
28413
28414 \end_inset
28415 </cell>
28416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28417 \begin_inset Text
28418
28419 \begin_layout Plain Layout
28420 b
28421 \end_layout
28422
28423 \end_inset
28424 </cell>
28425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28426 \begin_inset Text
28427
28428 \begin_layout Plain Layout
28429 c
28430 \end_layout
28431
28432 \end_inset
28433 </cell>
28434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28435 \begin_inset Text
28436
28437 \begin_layout Plain Layout
28438 d
28439 \end_layout
28440
28441 \end_inset
28442 </cell>
28443 </row>
28444 <row>
28445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Plain Layout
28449 e
28450 \end_layout
28451
28452 \end_inset
28453 </cell>
28454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28455 \begin_inset Text
28456
28457 \begin_layout Plain Layout
28458 f
28459 \end_layout
28460
28461 \end_inset
28462 </cell>
28463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28464 \begin_inset Text
28465
28466 \begin_layout Plain Layout
28467 g
28468 \end_layout
28469
28470 \end_inset
28471 </cell>
28472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28473 \begin_inset Text
28474
28475 \begin_layout Plain Layout
28476 h
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 </row>
28482 </lyxtabular>
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Standard
28490 \align center
28491 \begin_inset Box Frameless
28492 position "t"
28493 hor_pos "c"
28494 has_inner_box 1
28495 inner_pos "c"
28496 use_parbox 0
28497 width "30col%"
28498 special "none"
28499 height "1in"
28500 height_special "totalheight"
28501 status open
28502
28503 \begin_layout Plain Layout
28504 \align center
28505 \begin_inset Tabular
28506 <lyxtabular version="3" rows="3" columns="4">
28507 <features>
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 <column alignment="center" valignment="top" width="0pt">
28512 <row>
28513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28514 \begin_inset Text
28515
28516 \begin_layout Plain Layout
28517 1
28518 \end_layout
28519
28520 \end_inset
28521 </cell>
28522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28523 \begin_inset Text
28524
28525 \begin_layout Plain Layout
28526 2
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 3
28536 \begin_inset Foot
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540 This is a footnote within a table.
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \end_layout
28547
28548 \end_inset
28549 </cell>
28550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28551 \begin_inset Text
28552
28553 \begin_layout Plain Layout
28554 4
28555 \end_layout
28556
28557 \end_inset
28558 </cell>
28559 </row>
28560 <row>
28561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 a
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574 b
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 c
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Plain Layout
28592 d
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 </row>
28598 <row>
28599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28600 \begin_inset Text
28601
28602 \begin_layout Plain Layout
28603 e
28604 \end_layout
28605
28606 \end_inset
28607 </cell>
28608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28609 \begin_inset Text
28610
28611 \begin_layout Plain Layout
28612 f
28613 \end_layout
28614
28615 \end_inset
28616 </cell>
28617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Plain Layout
28621 g
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Plain Layout
28630 h
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 </row>
28636 </lyxtabular>
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Standard
28649 \begin_inset VSpace bigskip
28650 \end_inset
28651
28652 The document-wide paragraph settings are ignored within minipages.
28653  That means that there will be no space between paragraphs in minipages
28654  although you set it to e.
28655 \begin_inset space \thinspace{}
28656 \end_inset
28657
28658 g.
28659 \begin_inset space \space{}
28660 \end_inset
28661
28662
28663 \family sans
28664 MedSkip
28665 \family default
28666  in the document settings.
28667 \end_layout
28668
28669 \begin_layout Standard
28670 Minipages can also be used to set a background color for text parts, see
28671  section
28672 \begin_inset space ~
28673 \end_inset
28674
28675
28676 \begin_inset CommandInset ref
28677 LatexCommand ref
28678 reference "sub:Color-for-Paragraphs"
28679
28680 \end_inset
28681
28682 .
28683 \end_layout
28684
28685 \begin_layout Standard
28686 \begin_inset Note Greyedout
28687 status open
28688
28689 \begin_layout Plain Layout
28690
28691 \series bold
28692 Note:
28693 \series default
28694  You cannot have floats or margin notes inside minipages but minipages can
28695  be used inside tables, floats, and other boxes.
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Section
28704 Parboxes
28705 \begin_inset CommandInset label
28706 LatexCommand label
28707 name "sec:Parboxes"
28708
28709 \end_inset
28710
28711
28712 \begin_inset Index
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716 Boxes ! Parboxes
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \end_layout
28723
28724 \begin_layout Standard
28725 Parboxes are very similar to minipages with the difference that they cannot
28726  have footnotes.
28727  The main difference to minipages is that minipages are in contrary to parboxes
28728  no real boxes but LaTeX-environments.
28729 \end_layout
28730
28731 \begin_layout Standard
28732 \align center
28733 \begin_inset Box Frameless
28734 position "t"
28735 hor_pos "c"
28736 has_inner_box 1
28737 inner_pos "t"
28738 use_parbox 1
28739 width "33col%"
28740 special "none"
28741 height "1in"
28742 height_special "totalheight"
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 This a text within a parbox.
28747  This a text within a parbox.
28748 \end_layout
28749
28750 \begin_layout Plain Layout
28751 This footnote won't appear:
28752 \begin_inset Foot
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 This footnote is inside a parbox and will therefore not appear.
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \end_inset
28765
28766
28767 \end_layout
28768
28769 \begin_layout Section
28770 Boxes for Words and Characters
28771 \begin_inset Index
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775 Boxes ! for Characters
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Subsection
28784 Prevent Hyphenation
28785 \begin_inset CommandInset label
28786 LatexCommand label
28787 name "sec:Prevent-Hyphenation"
28788
28789 \end_inset
28790
28791
28792 \begin_inset Index
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796 Boxes ! to Prevent Hyphenation
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Standard
28805 You can use a special kind of boxes to prevent words or text to be hyphenated.
28806 \begin_inset Newline newline
28807 \end_inset
28808
28809 Here is an example text:
28810 \end_layout
28811
28812 \begin_layout Standard
28813 This line is an example to show how you can prevent the hyphenation of 
28814 \begin_inset Quotes eld
28815 \end_inset
28816
28817 veryverylongword
28818 \begin_inset Quotes erd
28819 \end_inset
28820
28821 .
28822 \end_layout
28823
28824 \begin_layout Standard
28825 To prevent the hyphenation of the word 
28826 \begin_inset Quotes eld
28827 \end_inset
28828
28829 veryverylongword
28830 \begin_inset Quotes erd
28831 \end_inset
28832
28833 , add the command
28834 \end_layout
28835
28836 \begin_layout Standard
28837
28838 \series bold
28839
28840 \backslash
28841 mbox{
28842 \end_layout
28843
28844 \begin_layout Standard
28845 in TeX-Code before the word.
28846  Behind the word insert a closing brace 
28847 \begin_inset Quotes eld
28848 \end_inset
28849
28850
28851 \series bold
28852 }
28853 \series default
28854
28855 \begin_inset Quotes erd
28856 \end_inset
28857
28858  in TeX-Code.
28859 \end_layout
28860
28861 \begin_layout Standard
28862 This is the result:
28863 \end_layout
28864
28865 \begin_layout Standard
28866 This line is an example to show how you can prevent the hyphenation of 
28867 \begin_inset ERT
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871
28872
28873 \backslash
28874 mbox{
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \begin_inset Quotes eld
28881 \end_inset
28882
28883 veryverylongword
28884 \begin_inset Quotes erd
28885 \end_inset
28886
28887 .
28888 \begin_inset ERT
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892
28893 }
28894 \end_layout
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \begin_layout Standard
28902 You can alternatively set the command 
28903 \begin_inset Quotes eld
28904 \end_inset
28905
28906
28907 \series bold
28908
28909 \backslash
28910 -
28911 \series default
28912
28913 \begin_inset Quotes grd
28914 \end_inset
28915
28916  as TeX-Code directly before the word:
28917 \end_layout
28918
28919 \begin_layout Standard
28920 This line is an example to show how you can prevent the hyphenation of 
28921 \begin_inset Quotes eld
28922 \end_inset
28923
28924
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 -
28933 \end_layout
28934
28935 \end_inset
28936
28937 veryverylongword
28938 \begin_inset Quotes erd
28939 \end_inset
28940
28941 .
28942 \end_layout
28943
28944 \begin_layout Standard
28945 Of course the word now protrudes over the side margin.
28946  To avoid this, add via the menu 
28947 \family sans
28948 Insert\SpecialChar \menuseparator
28949 Special
28950 \begin_inset space ~
28951 \end_inset
28952
28953 Formatting\SpecialChar \menuseparator
28954 Line
28955 \begin_inset space ~
28956 \end_inset
28957
28958 Break
28959 \family default
28960  (shortcut 
28961 \begin_inset Info
28962 type  "shortcut"
28963 arg   "newline-insert newline"
28964 \end_inset
28965
28966 ) a line break before the word:
28967 \end_layout
28968
28969 \begin_layout Standard
28970 This line is an example to show how you can prevent the hyphenation of 
28971 \begin_inset Newline newline
28972 \end_inset
28973
28974
28975 \begin_inset ERT
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979
28980
28981 \backslash
28982 mbox{
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \begin_inset Quotes eld
28989 \end_inset
28990
28991 veryverylongword
28992 \begin_inset Quotes erd
28993 \end_inset
28994
28995 .
28996 \begin_inset ERT
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000
29001 }
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Subsection
29010 Vertical Alignment
29011 \begin_inset CommandInset label
29012 LatexCommand label
29013 name "sub:Vertical-Alignment"
29014
29015 \end_inset
29016
29017
29018 \begin_inset Index
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 Boxes ! for Vertical Alignment
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \begin_inset Index
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032 Boxes ! Raiseboxes
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Standard
29041 With the help of the command 
29042 \series bold
29043
29044 \backslash
29045 raisebox
29046 \series default
29047  you can align words, characters or other boxes vertically to the surrounding
29048  text.
29049  
29050 \series bold
29051
29052 \backslash
29053 raisebox
29054 \series default
29055  is used with the following scheme:
29056 \end_layout
29057
29058 \begin_layout Standard
29059
29060 \series bold
29061
29062 \backslash
29063 raisebox{lift}[height][depth]{box content}
29064 \end_layout
29065
29066 \begin_layout Standard
29067 The lift can be a positive value to raise the box or a negative value to
29068  lower the box.
29069 \end_layout
29070
29071 \begin_layout Standard
29072 To align for example the word 
29073 \begin_inset Quotes eld
29074 \end_inset
29075
29076 preventing
29077 \begin_inset Quotes erd
29078 \end_inset
29079
29080  so that the bottom of the 
29081 \begin_inset Quotes eld
29082 \end_inset
29083
29084 deepest
29085 \begin_inset Quotes erd
29086 \end_inset
29087
29088  character 
29089 \begin_inset Quotes eld
29090 \end_inset
29091
29092 p
29093 \begin_inset Quotes erd
29094 \end_inset
29095
29096  is at the baseline, insert the command
29097 \end_layout
29098
29099 \begin_layout Standard
29100
29101 \series bold
29102
29103 \backslash
29104 raisebox{
29105 \backslash
29106 depth}{
29107 \end_layout
29108
29109 \begin_layout Standard
29110 in TeX-Code before the word.
29111  Behind the word insert a closing brace 
29112 \begin_inset Quotes eld
29113 \end_inset
29114
29115
29116 \series bold
29117 }
29118 \series default
29119
29120 \begin_inset Quotes erd
29121 \end_inset
29122
29123  in TeX-Code.
29124 \begin_inset Newline newline
29125 \end_inset
29126
29127 This is the result:
29128 \end_layout
29129
29130 \begin_layout Standard
29131 This is a text line with the word 
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137
29138 \backslash
29139 raisebox{
29140 \backslash
29141 depth}{
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \begin_inset Quotes eld
29148 \end_inset
29149
29150 preventing
29151 \begin_inset Quotes erd
29152 \end_inset
29153
29154
29155 \begin_inset ERT
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159
29160 }
29161 \end_layout
29162
29163 \end_inset
29164
29165  as raised word.
29166 \end_layout
29167
29168 \begin_layout Standard
29169 \begin_inset VSpace bigskip
29170 \end_inset
29171
29172 When you raise or lower characters in a line, the line distance will be
29173  spread:
29174 \end_layout
29175
29176 \begin_layout Standard
29177 This is a text line with the word 
29178 \begin_inset ERT
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182
29183
29184 \backslash
29185 raisebox{-
29186 \backslash
29187 depth}{
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \begin_inset Quotes eld
29194 \end_inset
29195
29196 preventing
29197 \begin_inset Quotes erd
29198 \end_inset
29199
29200
29201 \begin_inset ERT
29202 status collapsed
29203
29204 \begin_layout Plain Layout
29205
29206 }
29207 \end_layout
29208
29209 \end_inset
29210
29211  as lowered word.
29212 \begin_inset Newline newline
29213 \end_inset
29214
29215 This is a text line with the word 
29216 \begin_inset ERT
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220
29221
29222 \backslash
29223 raisebox{0.5cm}{
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \begin_inset Quotes eld
29230 \end_inset
29231
29232 testing
29233 \begin_inset Quotes erd
29234 \end_inset
29235
29236
29237 \begin_inset ERT
29238 status collapsed
29239
29240 \begin_layout Plain Layout
29241
29242 }
29243 \end_layout
29244
29245 \end_inset
29246
29247  as raised word.
29248 \end_layout
29249
29250 \begin_layout Standard
29251 If you want to prevent this for a certain reason, set the box height to
29252  a zero value.
29253  For example use
29254 \end_layout
29255
29256 \begin_layout Standard
29257
29258 \series bold
29259
29260 \backslash
29261 raisebox{-
29262 \backslash
29263 depth}[0pt]{
29264 \end_layout
29265
29266 \begin_layout Standard
29267 This is a text line with the word 
29268 \begin_inset ERT
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272
29273
29274 \backslash
29275 raisebox{-
29276 \backslash
29277 depth}[0pt]{
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \begin_inset Quotes eld
29284 \end_inset
29285
29286 preventing
29287 \begin_inset Quotes erd
29288 \end_inset
29289
29290
29291 \begin_inset ERT
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295
29296 }
29297 \end_layout
29298
29299 \end_inset
29300
29301  as lowered word.
29302 \begin_inset Newline newline
29303 \end_inset
29304
29305 This is a text line with the word 
29306 \begin_inset ERT
29307 status collapsed
29308
29309 \begin_layout Plain Layout
29310
29311
29312 \backslash
29313 raisebox{0.5cm}[0pt]{
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \begin_inset Quotes eld
29320 \end_inset
29321
29322 testing
29323 \begin_inset Quotes erd
29324 \end_inset
29325
29326
29327 \begin_inset ERT
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331
29332 }
29333 \end_layout
29334
29335 \end_inset
29336
29337  as raised word.
29338 \end_layout
29339
29340 \begin_layout Section
29341 Colored Boxes
29342 \begin_inset CommandInset label
29343 LatexCommand label
29344 name "sec:Colored-Boxes"
29345
29346 \end_inset
29347
29348
29349 \begin_inset Index
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 Boxes ! Color
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \end_layout
29360
29361 \begin_layout Subsection
29362 Color for Text
29363 \begin_inset Index
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367 Color ! for Text
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Standard
29376 To color the background of text the text must be put into a so called 
29377 \begin_inset Quotes eld
29378 \end_inset
29379
29380 colorbox
29381 \begin_inset Quotes erd
29382 \end_inset
29383
29384 .
29385  This requires that the LaTeX-package 
29386 \series bold
29387 color
29388 \series default
29389
29390 \begin_inset Index
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394 LaTeX-packages ! color
29395 \end_layout
29396
29397 \end_inset
29398
29399  is loaded in the document preamble with the command
29400 \end_layout
29401
29402 \begin_layout Standard
29403
29404 \series bold
29405
29406 \backslash
29407 @ifundefined{textcolor}
29408 \begin_inset Newline newline
29409 \end_inset
29410
29411
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417
29418 \backslash
29419 hphantom{ }
29420 \end_layout
29421
29422 \end_inset
29423
29424 {
29425 \backslash
29426 usepackage{color}}{}
29427 \end_layout
29428
29429 \begin_layout Standard
29430 The package 
29431 \series bold
29432 color
29433 \series default
29434  will be loaded automatically by LyX when you color text
29435 \begin_inset Foot
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439 To avoid that it is loaded twice the command 
29440 \series bold
29441
29442 \backslash
29443 @ifundefined
29444 \series default
29445  is used.
29446 \end_layout
29447
29448 \end_inset
29449
29450 .
29451 \end_layout
29452
29453 \begin_layout Standard
29454 \begin_inset VSpace medskip
29455 \end_inset
29456
29457 Colorboxes are created with the command 
29458 \series bold
29459
29460 \backslash
29461 colorbox
29462 \series default
29463 .
29464  This will be used with the following scheme:
29465 \end_layout
29466
29467 \begin_layout Standard
29468
29469 \series bold
29470
29471 \backslash
29472 colorbox{color}{box content}
29473 \end_layout
29474
29475 \begin_layout Standard
29476 The box content can also be a box and colorboxes can also be within other
29477  boxes.
29478 \end_layout
29479
29480 \begin_layout Standard
29481 The following colors are predefined:
29482 \begin_inset Newline newline
29483 \end_inset
29484
29485
29486 \family sans
29487 black
29488 \family default
29489
29490 \family sans
29491 blue
29492 \family default
29493
29494 \family sans
29495 cyan
29496 \family default
29497 \series bold
29498 ,
29499 \series default
29500  
29501 \family sans
29502 green
29503 \family default
29504
29505 \family sans
29506 magenta
29507 \family default
29508
29509 \family sans
29510 red
29511 \family default
29512
29513 \family sans
29514 white
29515 \family default
29516 , and 
29517 \family sans
29518 yellow
29519 \family default
29520 .
29521 \begin_inset Newline newline
29522 \end_inset
29523
29524 You can also define your own color as described in section
29525 \begin_inset space ~
29526 \end_inset
29527
29528
29529 \begin_inset CommandInset ref
29530 LatexCommand ref
29531 reference "sec:Colored-Tables"
29532
29533 \end_inset
29534
29535 .
29536 \end_layout
29537
29538 \begin_layout Standard
29539 To have e.
29540 \begin_inset space \thinspace{}
29541 \end_inset
29542
29543 g.
29544 \begin_inset space \space{}
29545 \end_inset
29546
29547 a red background for a word, insert the command
29548 \end_layout
29549
29550 \begin_layout Standard
29551
29552 \series bold
29553
29554 \backslash
29555 colorbox{red}{
29556 \end_layout
29557
29558 \begin_layout Standard
29559 before the word in TeX-Code.
29560  Behind the word insert a closing brace 
29561 \begin_inset Quotes eld
29562 \end_inset
29563
29564
29565 \series bold
29566 }
29567 \series default
29568
29569 \begin_inset Quotes erd
29570 \end_inset
29571
29572  in TeX-Code.
29573 \begin_inset Newline newline
29574 \end_inset
29575
29576 This is the result:
29577 \end_layout
29578
29579 \begin_layout Standard
29580 This is a line where the word 
29581 \begin_inset ERT
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585
29586
29587 \backslash
29588 colorbox{red}{
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \begin_inset Quotes eld
29595 \end_inset
29596
29597 Attention!
29598 \begin_inset Quotes erd
29599 \end_inset
29600
29601
29602 \begin_inset ERT
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606
29607 }
29608 \end_layout
29609
29610 \end_inset
29611
29612  has a red background.
29613 \end_layout
29614
29615 \begin_layout Standard
29616 \begin_inset VSpace bigskip
29617 \end_inset
29618
29619 If you would have the box frame in a different color, you can use the command
29620  
29621 \series bold
29622
29623 \backslash
29624 fcolorbox
29625 \series default
29626  with the following scheme:
29627 \end_layout
29628
29629 \begin_layout Standard
29630
29631 \series bold
29632
29633 \backslash
29634 fcolorbox{frame color}{box color}{box content}
29635 \end_layout
29636
29637 \begin_layout Standard
29638
29639 \series bold
29640
29641 \backslash
29642 fcolorbox
29643 \series default
29644  is an extension to 
29645 \series bold
29646
29647 \backslash
29648 colorbox
29649 \series default
29650 .
29651  The frame thickness and the space between the frame and the box content
29652  can be adjusted with the lengths 
29653 \series bold
29654
29655 \backslash
29656 fboxrule
29657 \series default
29658  and 
29659 \series bold
29660
29661 \backslash
29662 fboxsep
29663 \series default
29664 , respectively, as described in section
29665 \begin_inset space ~
29666 \end_inset
29667
29668
29669 \begin_inset CommandInset ref
29670 LatexCommand ref
29671 reference "sec:Decoration"
29672
29673 \end_inset
29674
29675 .
29676 \end_layout
29677
29678 \begin_layout Standard
29679 For the following example the command
29680 \end_layout
29681
29682 \begin_layout Standard
29683
29684 \series bold
29685
29686 \backslash
29687 fcolorbox{cyan}{magenta}{
29688 \end_layout
29689
29690 \begin_layout Standard
29691 was used.
29692 \end_layout
29693
29694 \begin_layout Standard
29695 Here is an example where the frame line thickness was set to 1
29696 \begin_inset space \thinspace{}
29697 \end_inset
29698
29699 mm:
29700 \begin_inset Newline newline
29701 \end_inset
29702
29703
29704 \begin_inset ERT
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708
29709
29710 \backslash
29711 fboxrule 1mm 
29712 \backslash
29713 fboxsep 1mm
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \begin_inset ERT
29720 status collapsed
29721
29722 \begin_layout Plain Layout
29723
29724
29725 \backslash
29726 fcolorbox{cyan}{magenta}{
29727 \end_layout
29728
29729 \end_inset
29730
29731 This is text within a colored, framed box.
29732 \begin_inset ERT
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736
29737 }
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \begin_layout Standard
29746 \begin_inset VSpace bigskip
29747 \end_inset
29748
29749 Of course you can also have colored text inside a colorbox:
29750 \begin_inset Newline newline
29751 \end_inset
29752
29753
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759
29760 \backslash
29761 fcolorbox{cyan}{magenta}{
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \color yellow
29768 This is colored text within a colored, framed box.
29769 \color none
29770
29771 \begin_inset ERT
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775
29776 }
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \begin_inset ERT
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786
29787
29788 \backslash
29789 fboxrule 0.4pt 
29790 \backslash
29791 fboxsep 3pt
29792 \end_layout
29793
29794 \end_inset
29795
29796
29797 \end_layout
29798
29799 \begin_layout Standard
29800
29801 \series bold
29802 \begin_inset VSpace medskip
29803 \end_inset
29804
29805
29806 \end_layout
29807
29808 \begin_layout Standard
29809 \begin_inset Note Greyedout
29810 status open
29811
29812 \begin_layout Plain Layout
29813
29814 \series bold
29815 Note:
29816 \series default
29817  Text in colorboxes cannot have line breaks.
29818  To color multiple text lines or paragraphs, use a box inside a colorbox
29819  as described in the following.
29820 \end_layout
29821
29822 \end_inset
29823
29824
29825 \end_layout
29826
29827 \begin_layout Subsection
29828 Color for Paragraphs
29829 \begin_inset CommandInset label
29830 LatexCommand label
29831 name "sub:Color-for-Paragraphs"
29832
29833 \end_inset
29834
29835
29836 \begin_inset Index
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840 Color ! for Paragraphs
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \end_layout
29847
29848 \begin_layout Standard
29849 To set the background color for more than one text line, put the text into
29850  a minipage.
29851  Before the minipage insert the 
29852 \series bold
29853
29854 \backslash
29855 colorbox
29856 \series default
29857  command
29858 \end_layout
29859
29860 \begin_layout Standard
29861
29862 \series bold
29863
29864 \backslash
29865 colorbox{color}{
29866 \end_layout
29867
29868 \begin_layout Standard
29869 in TeX-Code.
29870  Behind the minipage insert a closing brace 
29871 \begin_inset Quotes eld
29872 \end_inset
29873
29874
29875 \series bold
29876 }
29877 \series default
29878
29879 \begin_inset Quotes erd
29880 \end_inset
29881
29882  in TeX-Code.
29883 \end_layout
29884
29885 \begin_layout Standard
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891
29892 \backslash
29893 colorbox{lightgrey}{
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \begin_inset Box Frameless
29900 position "t"
29901 hor_pos "c"
29902 has_inner_box 1
29903 inner_pos "t"
29904 use_parbox 0
29905 width "100col%"
29906 special "none"
29907 height "1in"
29908 height_special "totalheight"
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912 This is text with background color.
29913  This is text with background color.
29914 \end_layout
29915
29916 \begin_layout Plain Layout
29917 \begin_inset VSpace defskip
29918 \end_inset
29919
29920 The text can have footnotes
29921 \begin_inset Foot
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925 Another example footnote
29926 \end_layout
29927
29928 \end_inset
29929
29930  and can include tables and figures.
29931 \end_layout
29932
29933 \begin_layout Plain Layout
29934 \align center
29935 \begin_inset Tabular
29936 <lyxtabular version="3" rows="3" columns="3">
29937 <features>
29938 <column alignment="center" valignment="top" width="0">
29939 <column alignment="center" valignment="top" width="0">
29940 <column alignment="center" valignment="top" width="0">
29941 <row>
29942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29943 \begin_inset Text
29944
29945 \begin_layout Plain Layout
29946 a
29947 \end_layout
29948
29949 \end_inset
29950 </cell>
29951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29952 \begin_inset Text
29953
29954 \begin_layout Plain Layout
29955 !
29956 \end_layout
29957
29958 \end_inset
29959 </cell>
29960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29961 \begin_inset Text
29962
29963 \begin_layout Plain Layout
29964 3
29965 \end_layout
29966
29967 \end_inset
29968 </cell>
29969 </row>
29970 <row>
29971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29972 \begin_inset Text
29973
29974 \begin_layout Plain Layout
29975 <
29976 \end_layout
29977
29978 \end_inset
29979 </cell>
29980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29981 \begin_inset Text
29982
29983 \begin_layout Plain Layout
29984 b2
29985 \begin_inset Quotes erd
29986 \end_inset
29987
29988 |
29989 \end_layout
29990
29991 \end_inset
29992 </cell>
29993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29994 \begin_inset Text
29995
29996 \begin_layout Plain Layout
29997 >
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 </row>
30003 <row>
30004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30005 \begin_inset Text
30006
30007 \begin_layout Plain Layout
30008 1
30009 \end_layout
30010
30011 \end_inset
30012 </cell>
30013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30014 \begin_inset Text
30015
30016 \begin_layout Plain Layout
30017 §
30018 \end_layout
30019
30020 \end_inset
30021 </cell>
30022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30023 \begin_inset Text
30024
30025 \begin_layout Plain Layout
30026 c
30027 \end_layout
30028
30029 \end_inset
30030 </cell>
30031 </row>
30032 </lyxtabular>
30033
30034 \end_inset
30035
30036
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047 }
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Section
30056 Rotated and Scaled Boxes
30057 \end_layout
30058
30059 \begin_layout Standard
30060 To use the the commands described in this section, the LaTeX-package 
30061 \series bold
30062 graphicx
30063 \series default
30064
30065 \begin_inset Index
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 LaTeX-packages ! graphicx
30070 \end_layout
30071
30072 \end_inset
30073
30074  needs to be loaded in the document preamble with the command
30075 \end_layout
30076
30077 \begin_layout Standard
30078
30079 \series bold
30080
30081 \backslash
30082 @ifundefined{rotatebox}
30083 \begin_inset Newline newline
30084 \end_inset
30085
30086
30087 \begin_inset ERT
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091
30092
30093 \backslash
30094 hphantom{ }
30095 \end_layout
30096
30097 \end_inset
30098
30099 {
30100 \backslash
30101 usepackage{graphicx}}{}
30102 \end_layout
30103
30104 \begin_layout Standard
30105 \begin_inset Note Greyedout
30106 status open
30107
30108 \begin_layout Plain Layout
30109
30110 \series bold
30111 Note:
30112 \series default
30113  Some DVI-viewers can't display rotated or scaled material.
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \begin_layout Standard
30122 \begin_inset Note Greyedout
30123 status open
30124
30125 \begin_layout Plain Layout
30126
30127 \series bold
30128 Note:
30129 \series default
30130  Floats mustn't be inside a rotated or scaled box.
30131 \end_layout
30132
30133 \end_inset
30134
30135
30136 \end_layout
30137
30138 \begin_layout Subsection
30139 Rotated Boxes
30140 \begin_inset Index
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144 Boxes ! rotated
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \begin_inset Index
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154 Rotated material
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \begin_inset Index
30161 status collapsed
30162
30163 \begin_layout Plain Layout
30164 Figures ! rotated
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \begin_inset Index
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174 Table Customization ! Rotating
30175 \end_layout
30176
30177 \end_inset
30178
30179
30180 \end_layout
30181
30182 \begin_layout Standard
30183 To rotate material, you can put it into a rotated box.
30184  Such a box is created using the command 
30185 \series bold
30186
30187 \backslash
30188 rotatebox
30189 \series default
30190  in TeX-Code with the following scheme:
30191 \end_layout
30192
30193 \begin_layout Standard
30194
30195 \series bold
30196
30197 \backslash
30198 rotatebox[rotation origin]{rotation angle}{box content}
30199 \end_layout
30200
30201 \begin_layout Standard
30202 The rotation origin is specified in the form 
30203 \series bold
30204 origin=position
30205 \series default
30206 .
30207  The following positions are possible: 
30208 \emph on
30209 c
30210 \emph default
30211  (center), 
30212 \emph on
30213 l
30214 \emph default
30215  (left), 
30216 \emph on
30217 r
30218 \emph default
30219  (right), 
30220 \emph on
30221 b
30222 \emph default
30223  (bottom), 
30224 \emph on
30225 t
30226 \emph default
30227  (top), and also expedient combinations of the four base positions.
30228  For example 
30229 \emph on
30230 lt
30231 \emph default
30232  means, that the rotation origin is at the top left corner of the box.
30233  When no rotation origin is specified, the position 
30234 \emph on
30235 l
30236 \emph default
30237  will be used.
30238  The rotation angle is a number that can be negative that specifies the
30239  angle in degrees.
30240  The rotation direction is counterclockwise.
30241 \end_layout
30242
30243 \begin_layout Standard
30244 In the following example the command 
30245 \series bold
30246
30247 \backslash
30248 rotatebox[origin=c]{60}{
30249 \series default
30250  was inserted as TeX-Code before the text 
30251 \begin_inset Quotes eld
30252 \end_inset
30253
30254 with rotated
30255 \begin_inset Quotes erd
30256 \end_inset
30257
30258 ; after the text the box was closed by a closing brace 
30259 \series bold
30260 }
30261 \series default
30262  in TeX-Code.
30263 \end_layout
30264
30265 \begin_layout Standard
30266 This is a line 
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272
30273 \backslash
30274 rotatebox[origin=c]{60}{
30275 \end_layout
30276
30277 \end_inset
30278
30279 with rotated
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285 }
30286 \end_layout
30287
30288 \end_inset
30289
30290  text.
30291 \end_layout
30292
30293 \begin_layout Standard
30294 The box content can also be another box or an inline formula:
30295 \end_layout
30296
30297 \begin_layout Standard
30298 This is a line
30299 \begin_inset ERT
30300 status collapsed
30301
30302 \begin_layout Plain Layout
30303
30304
30305 \backslash
30306 rotatebox[origin=r]{-60}{
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \begin_inset Box Doublebox
30313 position "c"
30314 hor_pos "c"
30315 has_inner_box 0
30316 inner_pos "c"
30317 use_parbox 0
30318 width "1in"
30319 special "width"
30320 height "1in"
30321 height_special "totalheight"
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325 with rotated
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \begin_inset ERT
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335
30336 }
30337 \end_layout
30338
30339 \end_inset
30340
30341  framed text 
30342 \begin_inset ERT
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346
30347
30348 \backslash
30349 rotatebox[origin=lb]{60}{
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30356 \end_inset
30357
30358
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364 }
30365 \end_layout
30366
30367 \end_inset
30368
30369  and a formula.
30370 \end_layout
30371
30372 \begin_layout Standard
30373 or an image or table:
30374 \end_layout
30375
30376 \begin_layout Standard
30377 This is a line
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 rotatebox[origin=lb]{90}{
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \begin_inset Graphics
30392         filename clipart/platypus.eps
30393         lyxscale 50
30394         width 25col%
30395
30396 \end_inset
30397
30398
30399 \begin_inset ERT
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403
30404 }
30405 \end_layout
30406
30407 \end_inset
30408
30409  with a rotated image 
30410 \begin_inset ERT
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414
30415
30416 \backslash
30417 rotatebox[origin=l]{-90}{
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \begin_inset Tabular
30424 <lyxtabular version="3" rows="2" columns="2">
30425 <features>
30426 <column alignment="center" valignment="top" width="0">
30427 <column alignment="center" valignment="top" width="0">
30428 <row>
30429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433 q
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30439 \begin_inset Text
30440
30441 \begin_layout Plain Layout
30442 w
30443 \end_layout
30444
30445 \end_inset
30446 </cell>
30447 </row>
30448 <row>
30449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Plain Layout
30453 e
30454 \end_layout
30455
30456 \end_inset
30457 </cell>
30458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30459 \begin_inset Text
30460
30461 \begin_layout Plain Layout
30462 r
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 </row>
30468 </lyxtabular>
30469
30470 \end_inset
30471
30472
30473 \begin_inset ERT
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477
30478 }
30479 \end_layout
30480
30481 \end_inset
30482
30483  and table.
30484 \end_layout
30485
30486 \begin_layout Subsection
30487 Scaled Boxes
30488 \begin_inset Index
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492 Boxes ! scaled
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Index
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502 Scaled material
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \begin_inset Index
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512 Figures ! scaled
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \begin_inset Index
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522 Table Customization ! Scaling
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \begin_layout Standard
30531 To scale material the commands 
30532 \series bold
30533
30534 \backslash
30535 scalebox
30536 \series default
30537  and 
30538 \series bold
30539
30540 \backslash
30541 resizebox
30542 \series default
30543  can be used as TeX-Code.
30544 \end_layout
30545
30546 \begin_layout Standard
30547
30548 \series bold
30549
30550 \backslash
30551 scalebox
30552 \series default
30553  is used with the following scheme:
30554 \end_layout
30555
30556 \begin_layout Standard
30557
30558 \series bold
30559
30560 \backslash
30561 scalebox{horizontal}[vertical]{box content}
30562 \end_layout
30563
30564 \begin_layout Standard
30565 Horizontal and vertical are the corresponding scaling factors.
30566  If no vertical scaling factor is given, the horizontal factor will also
30567  be used as vertical one.
30568 \end_layout
30569
30570 \begin_layout Standard
30571 The command 
30572 \series bold
30573
30574 \backslash
30575 scalebox{2}{Hello}
30576 \series default
30577  creates for example a double size 
30578 \begin_inset ERT
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582
30583
30584 \backslash
30585 scalebox{2}{
30586 \end_layout
30587
30588 \end_inset
30589
30590 Hello
30591 \begin_inset ERT
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596 }
30597 \end_layout
30598
30599 \end_inset
30600
30601 , compared to the document text size.
30602 \end_layout
30603
30604 \begin_layout Standard
30605
30606 \series bold
30607
30608 \backslash
30609 scalebox{2}[1]{Hello}
30610 \series default
30611  in contrary distorts the 
30612 \begin_inset ERT
30613 status collapsed
30614
30615 \begin_layout Plain Layout
30616
30617
30618 \backslash
30619 scalebox{2}[1]{
30620 \end_layout
30621
30622 \end_inset
30623
30624 Hello
30625 \begin_inset ERT
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629
30630 }
30631 \end_layout
30632
30633 \end_inset
30634
30635 .
30636 \end_layout
30637
30638 \begin_layout Standard
30639 If a the scaling factor is negative, the box content will be mirrored.
30640  Therefore the command 
30641 \series bold
30642
30643 \backslash
30644 scalebox{-1}[1]{Hello}
30645 \series default
30646  can be used to create mirror writing: 
30647 \begin_inset ERT
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651
30652
30653 \backslash
30654 scalebox{-1}[1]{
30655 \end_layout
30656
30657 \end_inset
30658
30659 Hello
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665 }
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \end_layout
30672
30673 \begin_layout Standard
30674
30675 \series bold
30676
30677 \backslash
30678 scalebox{1}[-1]{Hello}
30679 \series default
30680  reflects the 
30681 \begin_inset ERT
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685
30686
30687 \backslash
30688 scalebox{1}[-1]{
30689 \end_layout
30690
30691 \end_inset
30692
30693 Hello
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699 }
30700 \end_layout
30701
30702 \end_inset
30703
30704  at the base line.
30705 \end_layout
30706
30707 \begin_layout Standard
30708 Equivalent to 
30709 \series bold
30710
30711 \backslash
30712 scalebox{-1}[1]{box content}
30713 \series default
30714  there exists the command
30715 \begin_inset Newline newline
30716 \end_inset
30717
30718
30719 \series bold
30720
30721 \backslash
30722 reflectbox{box content}
30723 \series default
30724 .
30725 \end_layout
30726
30727 \begin_layout Standard
30728 \begin_inset VSpace bigskip
30729 \end_inset
30730
30731 The command 
30732 \series bold
30733
30734 \backslash
30735 resizebox
30736 \series default
30737  is used to scale the box to a defined width and height.
30738  The command scheme is:
30739 \end_layout
30740
30741 \begin_layout Standard
30742
30743 \series bold
30744
30745 \backslash
30746 resizebox{width}{height}{box content}
30747 \end_layout
30748
30749 \begin_layout Standard
30750 Is one of the two command arguments given as exclamation mark 
30751 \series bold
30752 !
30753 \series default
30754 , the size is set so that the aspect ratio of the box content is kept.
30755 \end_layout
30756
30757 \begin_layout Standard
30758 The command 
30759 \series bold
30760
30761 \backslash
30762 resizebox{2cm}{1cm}{Hello}
30763 \series default
30764  produces: 
30765 \begin_inset ERT
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769
30770
30771 \backslash
30772 resizebox{2cm}{1cm}{
30773 \end_layout
30774
30775 \end_inset
30776
30777 Hello
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783 }
30784 \end_layout
30785
30786 \end_inset
30787
30788
30789 \begin_inset Newline newline
30790 \end_inset
30791
30792 The command 
30793 \series bold
30794
30795 \backslash
30796 resizebox{2cm}{!}{Hello}
30797 \series default
30798  produces: 
30799 \begin_inset ERT
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803
30804
30805 \backslash
30806 resizebox{2cm}{!}{
30807 \end_layout
30808
30809 \end_inset
30810
30811 Hello
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817 }
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \end_layout
30824
30825 \begin_layout Standard
30826 \begin_inset VSpace bigskip
30827 \end_inset
30828
30829
30830 \begin_inset Note Greyedout
30831 status open
30832
30833 \begin_layout Plain Layout
30834
30835 \series bold
30836 Note:
30837 \series default
30838  When arguments of 
30839 \series bold
30840
30841 \backslash
30842 scalebox
30843 \series default
30844  or 
30845 \series bold
30846
30847 \backslash
30848 resizebox
30849 \series default
30850  are set to zero, no LaTeX-errors occur when exporting the document but
30851  the exported files can not or only partly be displayed.
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \end_layout
30858
30859 \begin_layout Standard
30860 \begin_inset VSpace bigskip
30861 \end_inset
30862
30863
30864 \end_layout
30865
30866 \begin_layout Standard
30867 The boxes can be combined in any order.
30868  E.
30869 \begin_inset space \thinspace{}
30870 \end_inset
30871
30872 g.
30873 \begin_inset space \space{}
30874 \end_inset
30875
30876 the command
30877 \begin_inset Newline newline
30878 \end_inset
30879
30880
30881 \series bold
30882
30883 \backslash
30884 rotatebox[origin=c]{-45}{
30885 \backslash
30886 resizebox{2cm}{!}{
30887 \backslash
30888 reflectbox{Hello}}}
30889 \begin_inset Newline newline
30890 \end_inset
30891
30892
30893 \series default
30894 produces:
30895 \end_layout
30896
30897 \begin_layout Standard
30898 \align center
30899 \begin_inset ERT
30900 status collapsed
30901
30902 \begin_layout Plain Layout
30903
30904
30905 \backslash
30906 rotatebox[origin=c]{-45}{
30907 \backslash
30908 resizebox{2cm}{!}{
30909 \backslash
30910 reflectbox{
30911 \end_layout
30912
30913 \end_inset
30914
30915 Hello
30916 \begin_inset ERT
30917 status collapsed
30918
30919 \begin_layout Plain Layout
30920
30921 }}}
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \end_layout
30928
30929 \begin_layout Standard
30930 \noindent
30931 Images, tables, and inline formulas are allowed as box content:
30932 \end_layout
30933
30934 \begin_layout Standard
30935 \align center
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 rotatebox[origin=c]{-30}{
30944 \backslash
30945 resizebox{2cm}{!}{
30946 \backslash
30947 reflectbox{
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \begin_inset Graphics
30954         filename clipart/platypus.eps
30955         lyxscale 50
30956         width 25col%
30957
30958 \end_inset
30959
30960
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966 }}}
30967 \end_layout
30968
30969 \end_inset
30970
30971
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977
30978 \backslash
30979 rotatebox[origin=c]{-45}{
30980 \backslash
30981 resizebox{2cm}{!}{
30982 \backslash
30983 reflectbox{
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \begin_inset Tabular
30990 <lyxtabular version="3" rows="2" columns="2">
30991 <features>
30992 <column alignment="center" valignment="top" width="0">
30993 <column alignment="center" valignment="top" width="0">
30994 <row>
30995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30996 \begin_inset Text
30997
30998 \begin_layout Plain Layout
30999 q
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008 w
31009 \end_layout
31010
31011 \end_inset
31012 </cell>
31013 </row>
31014 <row>
31015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31016 \begin_inset Text
31017
31018 \begin_layout Plain Layout
31019 e
31020 \end_layout
31021
31022 \end_inset
31023 </cell>
31024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31025 \begin_inset Text
31026
31027 \begin_layout Plain Layout
31028 r
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 </row>
31034 </lyxtabular>
31035
31036 \end_inset
31037
31038
31039 \begin_inset ERT
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043
31044 }}}
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \begin_inset ERT
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054
31055
31056 \backslash
31057 rotatebox[origin=c]{-45}{
31058 \backslash
31059 resizebox{2cm}{!}{
31060 \backslash
31061 reflectbox{
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31068 \end_inset
31069
31070
31071 \begin_inset ERT
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075
31076 }}}
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \end_layout
31083
31084 \begin_layout Standard
31085 When the global formula style 
31086 \series bold
31087 fleqn
31088 \series default
31089  is used in the document
31090 \begin_inset Foot
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 When 
31095 \begin_inset Quotes eld
31096 \end_inset
31097
31098 fleqn
31099 \begin_inset Quotes erd
31100 \end_inset
31101
31102  is added to the document class options.
31103 \end_layout
31104
31105 \end_inset
31106
31107 , also display formulas can be scaled.
31108 \end_layout
31109
31110 \begin_layout Chapter
31111 External Stuff
31112 \begin_inset Index
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116 External Stuff
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125 With the menu 
31126 \family sans
31127 Insert\SpecialChar \menuseparator
31128 File
31129 \family default
31130  you can insert external material to your document.
31131  This can be:
31132 \end_layout
31133
31134 \begin_layout Description
31135 LyX
31136 \begin_inset space ~
31137 \end_inset
31138
31139 Document Another LyX document; its content is directly inserted to your
31140  document.
31141 \end_layout
31142
31143 \begin_layout Description
31144 Plain
31145 \begin_inset space ~
31146 \end_inset
31147
31148 Text A text document; every of its text lines is inserted to your document
31149  as own paragraph.
31150 \end_layout
31151
31152 \begin_layout Description
31153 Plain
31154 \begin_inset space ~
31155 \end_inset
31156
31157 Text,
31158 \begin_inset space ~
31159 \end_inset
31160
31161 Join
31162 \begin_inset space ~
31163 \end_inset
31164
31165 Lines A text document; its text lines are inserted as they are.
31166  Empty text lines creates a new paragraph in your document.
31167 \end_layout
31168
31169 \begin_layout Description
31170 External
31171 \begin_inset space ~
31172 \end_inset
31173
31174 Material Files in various formats.
31175 \end_layout
31176
31177 \begin_layout Description
31178 Child
31179 \begin_inset space ~
31180 \end_inset
31181
31182 Document LyX or LaTeX-documents.
31183 \end_layout
31184
31185 \begin_layout Section
31186 External Material
31187 \begin_inset Index
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191 External Stuff ! External Material
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \end_layout
31198
31199 \begin_layout Standard
31200 The external material feature allows you to insert files to your document
31201  without converting them previously to a format that can be read by the
31202  document output format because LyX takes care of needed conversions.
31203  This is similar to images that can be inserted in various image formats
31204  to LyX documents.
31205
31206 \change_inserted 0 1229737274
31207  Note that when Instant Preview enables you to see some of the external
31208  material directly in LyX window (e.g.
31209  Xfig or Dia).
31210 \change_unchanged
31211
31212 \end_layout
31213
31214 \begin_layout Standard
31215 External material can be inserted via the 
31216 \family sans
31217 External Material
31218 \family default
31219  dialog that is accessible with the menu 
31220 \family sans
31221 Insert\SpecialChar \menuseparator
31222 File\SpecialChar \menuseparator
31223 External
31224 \begin_inset space ~
31225 \end_inset
31226
31227 Material
31228 \family default
31229 .
31230  Currently the following file types (
31231 \family sans
31232 Templates
31233 \family default
31234 ) are allowed:
31235 \end_layout
31236
31237 \begin_layout Description
31238 ChessDiagram This template supports chess position diagrams made with the
31239  program 
31240 \series bold
31241
31242 \begin_inset CommandInset href
31243 LatexCommand href
31244 name "XBoard"
31245 target "http://en.wikipedia.org/wiki/XBoard"
31246
31247 \end_inset
31248
31249
31250 \series default
31251 .
31252 \end_layout
31253
31254 \begin_layout Description
31255 Date This inserts the date in the form 
31256 \emph on
31257 Day-Month-Year
31258 \emph default
31259 .
31260  This is a date inserted as external material: 
31261 \begin_inset External
31262         template Date
31263         filename .
31264
31265 \end_inset
31266
31267
31268 \begin_inset space ~
31269 \end_inset
31270
31271
31272 \begin_inset Note Note
31273 status open
31274
31275 \begin_layout Plain Layout
31276 Remove the protected space when bug 4398 is fixed!
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \begin_inset Newline newline
31283 \end_inset
31284
31285 The date is not shown within LyX, only in the output.
31286  There are two other methods of inserting a date: Via menu 
31287 \family sans
31288 Insert\SpecialChar \menuseparator
31289 Date
31290 \family default
31291  and with the LaTeX command 
31292 \series bold
31293
31294 \backslash
31295 today
31296 \series default
31297  as TeX-Code.
31298  The different methods are compared in Table
31299 \begin_inset space ~
31300 \end_inset
31301
31302
31303 \begin_inset CommandInset ref
31304 LatexCommand ref
31305 reference "tab:Comparison-of-the"
31306
31307 \end_inset
31308
31309 .
31310 \end_layout
31311
31312 \begin_layout Description
31313 LilyPond This template is used for music notation typeset with the program
31314 \begin_inset Newline linebreak
31315 \end_inset
31316
31317
31318 \series bold
31319
31320 \begin_inset CommandInset href
31321 LatexCommand href
31322 name "LilyPond"
31323 target "http://en.wikipedia.org/wiki/LilyPond"
31324
31325 \end_inset
31326
31327
31328 \series default
31329 .
31330 \end_layout
31331
31332 \begin_layout Description
31333 PDFPages With this template you can insert PDF documents to your document.
31334  To insert certain or all pages of a PDF, use the 
31335 \emph on
31336 pages
31337 \emph default
31338  option in the 
31339 \family sans
31340 Option
31341 \family default
31342  field in the 
31343 \family sans
31344 LaTeX and LyX options
31345 \family default
31346  tab according to the template description in the dialog.
31347  When no 
31348 \emph on
31349 pages
31350 \emph default
31351  option is given, only the first page of the PDF will be inserted.
31352 \end_layout
31353
31354 \begin_layout Description
31355 RasterImage This can be used for bitmap images.
31356  Nearly all popular image formats are supported.
31357  The image can be treated in the 
31358 \family sans
31359 External material
31360 \family default
31361  dialog like the images that are usually included via the 
31362 \family sans
31363 Graphics
31364 \family default
31365  dialog as described in section
31366 \begin_inset space ~
31367 \end_inset
31368
31369
31370 \begin_inset CommandInset ref
31371 LatexCommand ref
31372 reference "sec:Graphics-Dialog"
31373
31374 \end_inset
31375
31376 .
31377  The difference is that only raster images are allowed, that means that
31378  PDF and EPS-images are not supported.
31379 \end_layout
31380
31381 \begin_layout Description
31382 XFig This template supports images created with the program 
31383 \series bold
31384
31385 \begin_inset CommandInset href
31386 LatexCommand href
31387 name "Xfig"
31388 target "http://en.wikipedia.org/wiki/Xfig"
31389
31390 \end_inset
31391
31392
31393 \series default
31394 .
31395 \end_layout
31396
31397 \begin_layout Description
31398
31399 \change_inserted 1 1229526672
31400 Dia This template supports diagrams created with the program 
31401 \series bold
31402
31403 \begin_inset CommandInset href
31404 LatexCommand href
31405 name "Dia"
31406 target "http://en.wikipedia.org/wiki/Dia_(software)"
31407
31408 \end_inset
31409
31410
31411 \series default
31412 .
31413 \change_unchanged
31414
31415 \end_layout
31416
31417 \begin_layout Standard
31418 \begin_inset Float table
31419 placement h
31420 wide false
31421 sideways false
31422 status open
31423
31424 \begin_layout Plain Layout
31425 \begin_inset Caption
31426
31427 \begin_layout Plain Layout
31428 \begin_inset CommandInset label
31429 LatexCommand label
31430 name "tab:Comparison-of-the"
31431
31432 \end_inset
31433
31434 Comparison of the date input methods.
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \begin_layout Plain Layout
31443 \align center
31444 \begin_inset Tabular
31445 <lyxtabular version="3" rows="4" columns="4">
31446 <features>
31447 <column alignment="center" valignment="top" width="0">
31448 <column alignment="center" valignment="top" width="0">
31449 <column alignment="center" valignment="top" width="0">
31450 <column alignment="center" valignment="top" width="0">
31451 <row>
31452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31453 \begin_inset Text
31454
31455 \begin_layout Plain Layout
31456 Document format
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465
31466 \family sans
31467 External Material\SpecialChar \menuseparator
31468 Date
31469 \end_layout
31470
31471 \end_inset
31472 </cell>
31473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31474 \begin_inset Text
31475
31476 \begin_layout Plain Layout
31477
31478 \family sans
31479 Insert\SpecialChar \menuseparator
31480 Date
31481 \end_layout
31482
31483 \end_inset
31484 </cell>
31485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489 command 
31490 \series bold
31491
31492 \backslash
31493 today
31494 \end_layout
31495
31496 \end_inset
31497 </cell>
31498 </row>
31499 <row>
31500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31501 \begin_inset Text
31502
31503 \begin_layout Plain Layout
31504 LyX
31505 \end_layout
31506
31507 \end_inset
31508 </cell>
31509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31510 \begin_inset Text
31511
31512 \begin_layout Plain Layout
31513 as inset box
31514 \end_layout
31515
31516 \end_inset
31517 </cell>
31518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31519 \begin_inset Text
31520
31521 \begin_layout Plain Layout
31522 as date
31523 \end_layout
31524
31525 \end_inset
31526 </cell>
31527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31528 \begin_inset Text
31529
31530 \begin_layout Plain Layout
31531 as TeX-Code inset box
31532 \end_layout
31533
31534 \end_inset
31535 </cell>
31536 </row>
31537 <row>
31538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31539 \begin_inset Text
31540
31541 \begin_layout Plain Layout
31542 LaTeX
31543 \end_layout
31544
31545 \end_inset
31546 </cell>
31547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551 as date
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31557 \begin_inset Text
31558
31559 \begin_layout Plain Layout
31560 as date
31561 \end_layout
31562
31563 \end_inset
31564 </cell>
31565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31566 \begin_inset Text
31567
31568 \begin_layout Plain Layout
31569 as command
31570 \end_layout
31571
31572 \end_inset
31573 </cell>
31574 </row>
31575 <row>
31576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31577 \begin_inset Text
31578
31579 \begin_layout Plain Layout
31580 DVI, PDF, PS
31581 \end_layout
31582
31583 \end_inset
31584 </cell>
31585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31586 \begin_inset Text
31587
31588 \begin_layout Plain Layout
31589 as date
31590 \end_layout
31591
31592 \end_inset
31593 </cell>
31594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31595 \begin_inset Text
31596
31597 \begin_layout Plain Layout
31598 as date
31599 \end_layout
31600
31601 \end_inset
31602 </cell>
31603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout Plain Layout
31607 as date
31608 \end_layout
31609
31610 \end_inset
31611 </cell>
31612 </row>
31613 </lyxtabular>
31614
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \begin_layout Standard
31626 When you use the option 
31627 \family sans
31628 Draft
31629 \family default
31630  in the 
31631 \family sans
31632 File
31633 \family default
31634  tab of the 
31635 \family sans
31636 External Material
31637 \family default
31638  dialog, only the path to the inserted file is shown in the output.
31639 \begin_inset Newline newline
31640 \end_inset
31641
31642 External material is displayed in LyX either as box like this: 
31643 \begin_inset Graphics
31644         filename clipart/ExternalMaterialQt4.png
31645         scale 85
31646         scaleBeforeRotation
31647
31648 \end_inset
31649
31650  or as image, depending on the option 
31651 \family sans
31652 Show in LyX
31653 \family default
31654  in the 
31655 \family sans
31656 LaTeX and LyX options
31657 \family default
31658  tab of the dialog.
31659 \end_layout
31660
31661 \begin_layout Standard
31662 The 
31663 \family sans
31664 \emph on
31665 Customization
31666 \family default
31667 \emph default
31668  manual explains how you can define your own templates.
31669 \end_layout
31670
31671 \begin_layout Section
31672 Child Documents
31673 \begin_inset CommandInset label
31674 LatexCommand label
31675 name "sec:Child-Documents"
31676
31677 \end_inset
31678
31679
31680 \begin_inset Index
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684 External Stuff ! Child Documents
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \begin_inset Index
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694 Files ! Include
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \begin_layout Standard
31703 Child documents are used when you have a long document consisting of several
31704  larger parts or sections.
31705  For maintenance it is often useful and sometimes even required to split
31706  the document in several files that can be revised separately.
31707  The different documents are then the so called child documents and a master
31708  document connects them to print the full document or parts of it.
31709  A child documents inherits contents of its master, for example the bibliography
31710  and the labels for cross-references.
31711 \end_layout
31712
31713 \begin_layout Standard
31714 To be able to work on child documents without the need to open its master,
31715  specify in the child document the master in the menu
31716 \family sans
31717  Document\SpecialChar \menuseparator
31718 Settings\SpecialChar \menuseparator
31719 Document
31720 \begin_inset space ~
31721 \end_inset
31722
31723 Class
31724 \family default
31725 .
31726  This master file will then be used in the background by LyX when you edit
31727  the child document.
31728 \end_layout
31729
31730 \begin_layout Standard
31731 Included documents are displayed in LyX as a box like this: 
31732 \begin_inset Graphics
31733         filename clipart/ChildDocumentQt4.png
31734         scale 85
31735         scaleBeforeRotation
31736
31737 \end_inset
31738
31739  To include child documents to a master document use the menu 
31740 \family sans
31741 Insert\SpecialChar \menuseparator
31742 File\SpecialChar \menuseparator
31743 Child
31744 \begin_inset space ~
31745 \end_inset
31746
31747 Documents
31748 \family default
31749 .
31750  A dialog pops up where you can choose between four include methods:
31751 \end_layout
31752
31753 \begin_layout Description
31754 Include You can include LyX and LaTeX-documents.
31755  When you press the 
31756 \family sans
31757 Load
31758 \family default
31759  button in the 
31760 \family sans
31761 Child Document
31762 \family default
31763  dialog, the included documents will be opened in LyX in a new file tab
31764  so that you can modify it.
31765 \begin_inset Newline newline
31766 \end_inset
31767
31768
31769 \end_layout
31770
31771 \begin_layout Standard
31772 Here is a child document inserted using 
31773 \family sans
31774 Include
31775 \family default
31776
31777 \begin_inset CommandInset include
31778 LatexCommand include
31779 filename "DummyDocument1.lyx"
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \begin_layout Standard
31787 The section numbering includes the sections of the included files in the
31788  order they are inserted in the master document.
31789  The included example document has for example a subsection that is numbered
31790  as subsection of this section.
31791  Labels of included documents can be referenced: Subsection
31792 \begin_inset space ~
31793 \end_inset
31794
31795
31796 \begin_inset CommandInset ref
31797 LatexCommand ref
31798 reference "sub:External-Subsection-1"
31799
31800 \end_inset
31801
31802
31803 \end_layout
31804
31805 \begin_layout Standard
31806 The preamble of the child document is ignored, only the preamble of the
31807  master document is used.
31808  Included documents are inserted starting on a new page and end with a page
31809  break.
31810 \end_layout
31811
31812 \begin_layout Standard
31813 With the LaTeX-command 
31814 \series bold
31815
31816 \backslash
31817 includeonly 
31818 \series default
31819 you can specify which included child documents are processed when the output
31820  is generated.
31821  This is useful when you are perhaps only working on a certain chapter of
31822  your large document as this saves compiling time.
31823  
31824 \series bold
31825
31826 \backslash
31827 includeonly
31828 \series default
31829  is inserted to the master document preamble.
31830  It takes a comma-separated list of the filenames as argument, e.
31831 \begin_inset space \thinspace{}
31832 \end_inset
31833
31834 g.
31835 \end_layout
31836
31837 \begin_layout Standard
31838
31839 \series bold
31840
31841 \backslash
31842 includeonly{chapter1,chapter5}
31843 \end_layout
31844
31845 \begin_layout Standard
31846 will only process the included files named 
31847 \begin_inset Quotes eld
31848 \end_inset
31849
31850 chapter1.lyx
31851 \begin_inset Quotes erd
31852 \end_inset
31853
31854  (or 
31855 \begin_inset Quotes eld
31856 \end_inset
31857
31858 chapter1.tex
31859 \begin_inset Quotes erd
31860 \end_inset
31861
31862 ) and 
31863 \begin_inset Quotes eld
31864 \end_inset
31865
31866 chapter5.lyx
31867 \begin_inset Quotes erd
31868 \end_inset
31869
31870  .
31871 \end_layout
31872
31873 \begin_layout Standard
31874 \begin_inset Note Greyedout
31875 status open
31876
31877 \begin_layout Plain Layout
31878
31879 \series bold
31880 Note:
31881 \series default
31882  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31883 w the document in case that the child document uses another document class
31884  than the master document as this will lead to unexpected outputs.
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \end_layout
31891
31892 \begin_layout Description
31893 Input This method is very similar to the Include method.
31894  The differences are:
31895 \end_layout
31896
31897 \begin_deeper
31898 \begin_layout Itemize
31899 Input files don't start with a new page and don't end with a page break.
31900 \end_layout
31901
31902 \begin_layout Itemize
31903 Input files can be previewed in LyX when 
31904 \family sans
31905 Instant
31906 \begin_inset space ~
31907 \end_inset
31908
31909 Preview
31910 \family default
31911  is enabled in LyX's preferences under 
31912 \family sans
31913 Look
31914 \begin_inset space ~
31915 \end_inset
31916
31917 and
31918 \begin_inset space ~
31919 \end_inset
31920
31921 feel\SpecialChar \menuseparator
31922 Graphics
31923 \family default
31924 .
31925 \end_layout
31926
31927 \begin_layout Itemize
31928 The LaTeX-command 
31929 \series bold
31930
31931 \backslash
31932 includeonly
31933 \series default
31934  cannot be used.
31935 \end_layout
31936
31937 \end_deeper
31938 \begin_layout Standard
31939 Here is a child document inserted using 
31940 \family sans
31941 Input
31942 \family default
31943
31944 \begin_inset CommandInset include
31945 LatexCommand input
31946 filename "DummyDocument2.lyx"
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \begin_layout Description
31954 Verbatim With this method every text file can be included.
31955  The file is shown in the output with its source code, no command used in
31956  the text is invoked.
31957  You can use the option 
31958 \family sans
31959 Mark spaces in output
31960 \family default
31961  that displays the character 
31962 \begin_inset Quotes eld
31963 \end_inset
31964
31965
31966 \begin_inset ERT
31967 status collapsed
31968
31969 \begin_layout Plain Layout
31970
31971
31972 \backslash
31973 textvisiblespace 
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \begin_inset Quotes erd
31980 \end_inset
31981
31982  for every space character in the source code.
31983  The difference to the method via the menu 
31984 \family sans
31985 Insert\SpecialChar \menuseparator
31986 File\SpecialChar \menuseparator
31987 Plain
31988 \begin_inset space ~
31989 \end_inset
31990
31991 Text
31992 \family default
31993  is that the document content is not shown in LyX.
31994 \end_layout
31995
31996 \begin_layout Standard
31997 Here is a child document inserted as Verbatim: 
31998 \begin_inset CommandInset include
31999 LatexCommand verbatiminput
32000 filename "DummyTextDocument.txt"
32001
32002 \end_inset
32003
32004
32005 \begin_inset VSpace bigskip
32006 \end_inset
32007
32008 Here is a child document inserted as Verbatim using the 
32009 \family sans
32010 Mark spaces in output
32011 \family default
32012  option: 
32013 \begin_inset CommandInset include
32014 LatexCommand verbatiminput*
32015 filename "DummyTextDocument.txt"
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 \begin_inset VSpace bigskip
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \begin_layout Standard
32030 \begin_inset Note Greyedout
32031 status open
32032
32033 \begin_layout Plain Layout
32034
32035 \series bold
32036 Note:
32037 \series default
32038  As you can see in the examples above, the text of the documents included
32039  as 
32040 \family sans
32041 verbatim
32042 \family default
32043  is not broken at the end of the document lines.
32044 \end_layout
32045
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Description
32052 Listings This type is described in chapter
32053 \begin_inset space ~
32054 \end_inset
32055
32056
32057 \begin_inset CommandInset ref
32058 LatexCommand ref
32059 reference "cha:Program-Code-Listings"
32060
32061 \end_inset
32062
32063 .
32064 \end_layout
32065
32066 \begin_layout Standard
32067 \begin_inset Note Greyedout
32068 status open
32069
32070 \begin_layout Plain Layout
32071
32072 \series bold
32073 Note:
32074 \series default
32075  Including the same document twice in a document using different methods
32076  could cause LaTeX-problems.
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \end_layout
32083
32084 \begin_layout Chapter
32085 Program Code Listings
32086 \begin_inset CommandInset label
32087 LatexCommand label
32088 name "cha:Program-Code-Listings"
32089
32090 \end_inset
32091
32092
32093 \begin_inset Index
32094 status collapsed
32095
32096 \begin_layout Plain Layout
32097 Listings
32098 \end_layout
32099
32100 \end_inset
32101
32102
32103 \begin_inset Index
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107 Program Code
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \begin_inset Index
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117 Floats ! Listings
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \begin_layout Standard
32126 To include and typeset program code you can use the 
32127 \family sans
32128 Listings
32129 \family default
32130  inset that can be inserted via the menu 
32131 \family sans
32132 Insert\SpecialChar \menuseparator
32133 Program Listing
32134 \family default
32135 .
32136  The LaTeX-package 
32137 \series bold
32138 listings
32139 \series default
32140
32141 \begin_inset Index
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145 LaTeX-packages ! listings
32146 \end_layout
32147
32148 \end_inset
32149
32150  provides a powerful and flexible way to insert program source code to your
32151  document.
32152 \end_layout
32153
32154 \begin_layout Standard
32155 Right-clicking on a listings inset opens the context menu containing where
32156  you can set the listings format.
32157 \end_layout
32158
32159 \begin_layout Standard
32160 By default, a listing starts a new paragraph in the output.
32161  The placement option 
32162 \family sans
32163 Inline
32164 \begin_inset space ~
32165 \end_inset
32166
32167 listing
32168 \family default
32169  prints the listing inline like this: 
32170 \begin_inset listings
32171 lstparams "language={C++}"
32172 inline true
32173 status open
32174
32175 \begin_layout Plain Layout
32176
32177 int a=5;
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \begin_inset Newline newline
32184 \end_inset
32185
32186 The option 
32187 \family sans
32188 Float
32189 \family default
32190  creates a listings float where you can specify the placement options 
32191 \begin_inset Quotes eld
32192 \end_inset
32193
32194
32195 \family sans
32196 h
32197 \family default
32198
32199 \begin_inset Quotes erd
32200 \end_inset
32201
32202
32203 \begin_inset Quotes eld
32204 \end_inset
32205
32206
32207 \family sans
32208 t
32209 \family default
32210
32211 \begin_inset Quotes erd
32212 \end_inset
32213
32214
32215 \begin_inset Quotes eld
32216 \end_inset
32217
32218
32219 \family sans
32220 b
32221 \family default
32222
32223 \begin_inset Quotes erd
32224 \end_inset
32225
32226 , and 
32227 \begin_inset Quotes eld
32228 \end_inset
32229
32230
32231 \family sans
32232 p
32233 \family default
32234
32235 \begin_inset Quotes erd
32236 \end_inset
32237
32238  corresponding to the float placement options described in section
32239 \begin_inset space ~
32240 \end_inset
32241
32242
32243 \begin_inset CommandInset ref
32244 LatexCommand ref
32245 reference "sec:Float-Placement"
32246
32247 \end_inset
32248
32249 .
32250  The placement options can be mixed and are inserted without any separation,
32251  e.
32252 \begin_inset space \thinspace{}
32253 \end_inset
32254
32255 g.
32256 \begin_inset space \space{}
32257 \end_inset
32258
32259
32260 \begin_inset Quotes eld
32261 \end_inset
32262
32263
32264 \family sans
32265 htbp
32266 \family default
32267
32268 \begin_inset Quotes erd
32269 \end_inset
32270
32271 .
32272  The option 
32273 \begin_inset Quotes eld
32274 \end_inset
32275
32276 h
32277 \begin_inset Quotes erd
32278 \end_inset
32279
32280  has sometimes no effect, but you don't need to use the 
32281 \family sans
32282 Float
32283 \family default
32284  option in this case as also non-float listings can have captions and be
32285  referenced.
32286 \end_layout
32287
32288 \begin_layout Standard
32289 You can add captions to listings with the menu 
32290 \family sans
32291 Insert\SpecialChar \menuseparator
32292 Caption
32293 \family default
32294 .
32295  Listings can be referenced like floats: Listing
32296 \begin_inset space ~
32297 \end_inset
32298
32299
32300 \begin_inset CommandInset ref
32301 LatexCommand ref
32302 reference "lst:Example-Listing"
32303
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \begin_layout Standard
32310 \begin_inset listings
32311 lstparams "language=Python"
32312 inline false
32313 status open
32314
32315 \begin_layout Plain Layout
32316
32317 \begin_inset Caption
32318
32319 \begin_layout Plain Layout
32320 \begin_inset CommandInset label
32321 LatexCommand label
32322 name "lst:Example-Listing"
32323
32324 \end_inset
32325
32326 Example Listing float
32327 \end_layout
32328
32329 \end_inset
32330
32331 # Example listing float
32332 \end_layout
32333
32334 \begin_layout Plain Layout
32335
32336 def func(param):
32337 \end_layout
32338
32339 \begin_layout Plain Layout
32340
32341     'this is a python function'
32342 \end_layout
32343
32344 \begin_layout Plain Layout
32345
32346     pass
32347 \end_layout
32348
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \begin_layout Standard
32355 When you have set a programming language in the listings dialog, the keywords
32356  of this language will be recognized and specially typeset in the output.
32357  In the example listings the Python keyword 
32358 \begin_inset Quotes eld
32359 \end_inset
32360
32361 def
32362 \begin_inset Quotes erd
32363 \end_inset
32364
32365  is recognized and printed bold in the output.
32366 \end_layout
32367
32368 \begin_layout Standard
32369 \begin_inset Note Greyedout
32370 status open
32371
32372 \begin_layout Plain Layout
32373
32374 \series bold
32375 Note:
32376 \series default
32377  If you don't get bold keywords when using typewriter fonts, your 
32378 \family typewriter
32379 typewriter
32380 \family default
32381  font probably doesn't provide a bold shape.
32382  In this case select a different one in the menu 
32383 \family sans
32384 Document\SpecialChar \menuseparator
32385 Settings\SpecialChar \menuseparator
32386 Fonts
32387 \family default
32388 .
32389  (The fonts 
32390 \emph on
32391 LuxiMono, BeraMono
32392 \emph default
32393  and 
32394 \emph on
32395 Courier
32396 \emph default
32397  provide bold shapes.)
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \begin_layout Standard
32406 In section 
32407 \family sans
32408 Line
32409 \begin_inset space ~
32410 \end_inset
32411
32412 numbering
32413 \family default
32414  of the listings dialog you can specify the line numbering style.
32415  You can insert a number to specify which lines are numbered to the field
32416  
32417 \family sans
32418 Step
32419 \family default
32420 .
32421  When you insert e.
32422 \begin_inset space \thinspace{}
32423 \end_inset
32424
32425 g.
32426 \begin_inset space \space{}
32427 \end_inset
32428
32429
32430 \begin_inset Quotes eld
32431 \end_inset
32432
32433 3
32434 \begin_inset Quotes erd
32435 \end_inset
32436
32437 , only every 3rd line will be numbered.
32438 \end_layout
32439
32440 \begin_layout Standard
32441 You can furthermore specify a range of lines, only these will then appear
32442  in the output.
32443  The option 
32444 \family sans
32445 Extended character table
32446 \family default
32447  should be used when you use national characters like the German umlauts
32448  in the listing.
32449 \begin_inset Newline newline
32450 \end_inset
32451
32452 Here is an example listing with left line numbering, step 
32453 \begin_inset Quotes eld
32454 \end_inset
32455
32456 3
32457 \begin_inset Quotes erd
32458 \end_inset
32459
32460 , language 
32461 \begin_inset Quotes eld
32462 \end_inset
32463
32464 Python
32465 \begin_inset Quotes erd
32466 \end_inset
32467
32468 , options 
32469 \begin_inset Quotes eld
32470 \end_inset
32471
32472 Extended character table
32473 \begin_inset Quotes erd
32474 \end_inset
32475
32476  and 
32477 \begin_inset Quotes eld
32478 \end_inset
32479
32480 Space
32481 \begin_inset space ~
32482 \end_inset
32483
32484 as
32485 \begin_inset space ~
32486 \end_inset
32487
32488 symbol
32489 \begin_inset Quotes erd
32490 \end_inset
32491
32492 , range lines 3
32493 \begin_inset space \thinspace{}
32494 \end_inset
32495
32496 -
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 8:
32501 \end_layout
32502
32503 \begin_layout Standard
32504 \begin_inset listings
32505 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32506 inline false
32507 status open
32508
32509 \begin_layout Plain Layout
32510
32511 def func(param):
32512 \end_layout
32513
32514 \begin_layout Plain Layout
32515
32516     'this is a python function'
32517 \end_layout
32518
32519 \begin_layout Plain Layout
32520
32521     pass
32522 \end_layout
32523
32524 \begin_layout Plain Layout
32525
32526 def func(param):
32527 \end_layout
32528
32529 \begin_layout Plain Layout
32530
32531 'This is a German word: Tschüß'
32532 \end_layout
32533
32534 \begin_layout Plain Layout
32535
32536 pass
32537 \end_layout
32538
32539 \begin_layout Plain Layout
32540
32541 def func(param):
32542 \end_layout
32543
32544 \begin_layout Plain Layout
32545
32546 'this is a python function'
32547 \end_layout
32548
32549 \begin_layout Plain Layout
32550
32551 pass
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560 When you have tabulators in your listing, you can specify the number of
32561  characters that are spanned by a tabulator in the field 
32562 \family sans
32563 Tabulator
32564 \begin_inset space ~
32565 \end_inset
32566
32567 size
32568 \family default
32569 .
32570 \end_layout
32571
32572 \begin_layout Standard
32573 \begin_inset Note Greyedout
32574 status open
32575
32576 \begin_layout Plain Layout
32577
32578 \series bold
32579 Note:
32580 \series default
32581  Due to a bug in the 
32582 \series bold
32583 listings
32584 \series default
32585  package the line numbering is shifted by a line by every previous listing.
32586  That's the reason why the lines 2 and 5 are numbered in the above listing
32587  and not the lines 3 and 6.
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Standard
32596 \begin_inset VSpace bigskip
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \begin_layout Standard
32603 It is also possible to print lines from a file as listing.
32604  To do this, use the menu 
32605 \family sans
32606 Insert\SpecialChar \menuseparator
32607 File\SpecialChar \menuseparator
32608 Child Document
32609 \family default
32610  and choose the type 
32611 \family sans
32612 Listings
32613 \family default
32614 .
32615 \begin_inset Foot
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619 The other child document types are described in section
32620 \begin_inset space ~
32621 \end_inset
32622
32623
32624 \begin_inset CommandInset ref
32625 LatexCommand ref
32626 reference "sec:Child-Documents"
32627
32628 \end_inset
32629
32630 .
32631 \end_layout
32632
32633 \end_inset
32634
32635  In the child document dialog you can specify the listing parameters in
32636  a text box.
32637  To show a list of all available parameters, type in a question mark 
32638 \begin_inset Quotes eld
32639 \end_inset
32640
32641 ?
32642 \begin_inset Quotes erd
32643 \end_inset
32644
32645  in the text box.
32646 \end_layout
32647
32648 \begin_layout Standard
32649 To reference child document listings, write a label text into the corresponding
32650  field of the child document dialog.
32651  The label can then be referenced using the menu 
32652 \family sans
32653 Insert\SpecialChar \menuseparator
32654 Cross-Reference
32655 \family default
32656 .
32657 \end_layout
32658
32659 \begin_layout Standard
32660 Listing
32661 \begin_inset space ~
32662 \end_inset
32663
32664
32665 \begin_inset CommandInset ref
32666 LatexCommand ref
32667 reference "lst:file-listing"
32668
32669 \end_inset
32670
32671  is an example for a listing of a file; there the lines 10
32672 \begin_inset space \thinspace{}
32673 \end_inset
32674
32675 -
32676 \begin_inset space \thinspace{}
32677 \end_inset
32678
32679 15 of this LyX file are listed.
32680 \end_layout
32681
32682 \begin_layout Standard
32683 \begin_inset CommandInset include
32684 LatexCommand lstinputlisting
32685 filename "EmbeddedObjects.lyx"
32686 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Standard
32694 \begin_inset VSpace bigskip
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 Global listings settings can be set in the 
32702 \family sans
32703 Document\SpecialChar \menuseparator
32704 Settings\SpecialChar \menuseparator
32705 Text Layout
32706 \family default
32707  dialog.
32708  To get there a list of available options, type in a question mark 
32709 \begin_inset Quotes eld
32710 \end_inset
32711
32712 ?
32713 \begin_inset Quotes erd
32714 \end_inset
32715
32716  in the 
32717 \family sans
32718 Listings
32719 \begin_inset space ~
32720 \end_inset
32721
32722 settings
32723 \family default
32724  field.
32725 \end_layout
32726
32727 \begin_layout Standard
32728 For more information about the 
32729 \series bold
32730 listings
32731 \series default
32732  package, we refer to its documentation 
32733 \begin_inset CommandInset citation
32734 LatexCommand cite
32735 key "listings"
32736
32737 \end_inset
32738
32739 .
32740 \end_layout
32741
32742 \begin_layout Standard
32743 \begin_inset Newpage newpage
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Chapter
32750 \start_of_appendix
32751 Units available in LyX
32752 \begin_inset Index
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756 Units
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \begin_inset CommandInset label
32763 LatexCommand label
32764 name "cha:Units-available-in"
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Standard
32772 To understand the units described in this documentation, Table
32773 \begin_inset space ~
32774 \end_inset
32775
32776
32777 \begin_inset CommandInset ref
32778 LatexCommand ref
32779 reference "tab:Units"
32780
32781 \end_inset
32782
32783  explains all units available in LyX.
32784 \end_layout
32785
32786 \begin_layout Standard
32787 \begin_inset Float table
32788 placement h
32789 wide false
32790 sideways false
32791 status open
32792
32793 \begin_layout Plain Layout
32794 \begin_inset Caption
32795
32796 \begin_layout Plain Layout
32797 \begin_inset CommandInset label
32798 LatexCommand label
32799 name "tab:Units"
32800
32801 \end_inset
32802
32803 Units
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \begin_layout Plain Layout
32812 \begin_inset VSpace medskip
32813 \end_inset
32814
32815
32816 \end_layout
32817
32818 \begin_layout Plain Layout
32819 \align center
32820 \begin_inset Tabular
32821 <lyxtabular version="3" rows="20" columns="2">
32822 <features>
32823 <column alignment="center" valignment="top" width="0">
32824 <column alignment="center" valignment="top" width="0">
32825 <row>
32826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32827 \begin_inset Text
32828
32829 \begin_layout Plain Layout
32830 unit
32831 \end_layout
32832
32833 \end_inset
32834 </cell>
32835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32836 \begin_inset Text
32837
32838 \begin_layout Plain Layout
32839 name/description
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 </row>
32845 <row>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850 mm
32851 \end_layout
32852
32853 \end_inset
32854 </cell>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859 millimeter
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 </row>
32865 <row>
32866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32867 \begin_inset Text
32868
32869 \begin_layout Plain Layout
32870 cm
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 centimeter
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 <row>
32886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890 in
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 inch
32900 \end_layout
32901
32902 \end_inset
32903 </cell>
32904 </row>
32905 <row>
32906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32907 \begin_inset Text
32908
32909 \begin_layout Plain Layout
32910 pt
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919 point (72.27
32920 \begin_inset space \thinspace{}
32921 \end_inset
32922
32923 pt = 1
32924 \begin_inset space \thinspace{}
32925 \end_inset
32926
32927 in)
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 </row>
32933 <row>
32934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938 pc
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 pica (1
32948 \begin_inset space \thinspace{}
32949 \end_inset
32950
32951 pc = 12
32952 \begin_inset space \thinspace{}
32953 \end_inset
32954
32955 pt)
32956 \end_layout
32957
32958 \end_inset
32959 </cell>
32960 </row>
32961 <row>
32962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32963 \begin_inset Text
32964
32965 \begin_layout Plain Layout
32966 sp
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32972 \begin_inset Text
32973
32974 \begin_layout Plain Layout
32975 scaled point (65536
32976 \begin_inset space \thinspace{}
32977 \end_inset
32978
32979 sp = 1
32980 \begin_inset space \thinspace{}
32981 \end_inset
32982
32983 pt)
32984 \end_layout
32985
32986 \end_inset
32987 </cell>
32988 </row>
32989 <row>
32990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32991 \begin_inset Text
32992
32993 \begin_layout Plain Layout
32994 bp
32995 \end_layout
32996
32997 \end_inset
32998 </cell>
32999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33000 \begin_inset Text
33001
33002 \begin_layout Plain Layout
33003 big point (72
33004 \begin_inset space \thinspace{}
33005 \end_inset
33006
33007 bp = 1
33008 \begin_inset space \thinspace{}
33009 \end_inset
33010
33011 in)
33012 \end_layout
33013
33014 \end_inset
33015 </cell>
33016 </row>
33017 <row>
33018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 dd
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33028 \begin_inset Text
33029
33030 \begin_layout Plain Layout
33031 didot (1
33032 \begin_inset space \thinspace{}
33033 \end_inset
33034
33035 dd 
33036 \begin_inset Formula $\approx$
33037 \end_inset
33038
33039  0.376
33040 \begin_inset space \thinspace{}
33041 \end_inset
33042
33043 mm)
33044 \end_layout
33045
33046 \end_inset
33047 </cell>
33048 </row>
33049 <row>
33050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33051 \begin_inset Text
33052
33053 \begin_layout Plain Layout
33054 cc
33055 \end_layout
33056
33057 \end_inset
33058 </cell>
33059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33060 \begin_inset Text
33061
33062 \begin_layout Plain Layout
33063 cicero (1
33064 \begin_inset space \thinspace{}
33065 \end_inset
33066
33067 cc = 12
33068 \begin_inset space \thinspace{}
33069 \end_inset
33070
33071 dd)
33072 \end_layout
33073
33074 \end_inset
33075 </cell>
33076 </row>
33077 <row>
33078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33079 \begin_inset Text
33080
33081 \begin_layout Plain Layout
33082 Scale%
33083 \end_layout
33084
33085 \end_inset
33086 </cell>
33087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 % of original image width
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 </row>
33097 <row>
33098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102 text%
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 % of text width
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 </row>
33117 <row>
33118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33119 \begin_inset Text
33120
33121 \begin_layout Plain Layout
33122 col%
33123 \end_layout
33124
33125 \end_inset
33126 </cell>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 % of column width
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 </row>
33137 <row>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 page%
33143 \end_layout
33144
33145 \end_inset
33146 </cell>
33147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 % of paper width
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 </row>
33157 <row>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 line%
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 % of line width
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 </row>
33177 <row>
33178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182 theight%
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 % of text height
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 </row>
33197 <row>
33198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33199 \begin_inset Text
33200
33201 \begin_layout Plain Layout
33202 pheight%
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 % of paper height
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 </row>
33217 <row>
33218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222 ex
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 height of letter 
33232 \emph on
33233 x
33234 \emph default
33235  in current font
33236 \end_layout
33237
33238 \end_inset
33239 </cell>
33240 </row>
33241 <row>
33242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33243 \begin_inset Text
33244
33245 \begin_layout Plain Layout
33246 em
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33252 \begin_inset Text
33253
33254 \begin_layout Plain Layout
33255 width of letter 
33256 \emph on
33257 M
33258 \emph default
33259  in current font
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 mu
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 math unit (1
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 mu = 1/18
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 em)
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 </row>
33293 </lyxtabular>
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Chapter
33306 Output File Formats with Graphics
33307 \begin_inset CommandInset label
33308 LatexCommand label
33309 name "cha:Output-File-Formats"
33310
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \begin_layout Section
33317 DVI
33318 \begin_inset Index
33319 status collapsed
33320
33321 \begin_layout Plain Layout
33322 File Formats ! DVI
33323 \end_layout
33324
33325 \end_inset
33326
33327
33328 \begin_inset Index
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332 DVI|see
33333 \begin_inset ERT
33334 status collapsed
33335
33336 \begin_layout Plain Layout
33337
33338 {
33339 \end_layout
33340
33341 \end_inset
33342
33343 File Formats
33344 \begin_inset ERT
33345 status collapsed
33346
33347 \begin_layout Plain Layout
33348
33349 }
33350 \end_layout
33351
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 This file type has the extension 
33364 \begin_inset Quotes eld
33365 \end_inset
33366
33367
33368 \family typewriter
33369 .dvi
33370 \family default
33371
33372 \begin_inset Quotes erd
33373 \end_inset
33374
33375 .
33376  It is called 
33377 \begin_inset Quotes eld
33378 \end_inset
33379
33380 device-independent
33381 \begin_inset Quotes erd
33382 \end_inset
33383
33384  (DVI), because it is completely portable; you can move them from one machine
33385  to another without needing to do any sort of conversion.
33386  At the time when this file-format was developed, this was no matter of
33387  course.
33388  DVIs are used for quick previews and as pre-stage for other output formats,
33389  like PostScript.
33390 \end_layout
33391
33392 \begin_layout Standard
33393 \begin_inset Note Greyedout
33394 status open
33395
33396 \begin_layout Plain Layout
33397
33398 \series bold
33399 Note:
33400 \series default
33401  DVI-files doesn't contain images, they will only be a linked.
33402 \end_layout
33403
33404 \end_inset
33405
33406  So don't forget this, if you move your 
33407 \family typewriter
33408 .dvi
33409 \family default
33410  file to another computer.
33411  This property can also slow down your computer when you view the DVI.
33412  Because the DVI-viewer has to convert the image in the background to make
33413  it visible when you scroll in the DVI.
33414  So we recommend to use PDF for files with many images.
33415 \end_layout
33416
33417 \begin_layout Standard
33418 You can export your document to DVI by using the menu 
33419 \family sans
33420 File\SpecialChar \menuseparator
33421 Export\SpecialChar \menuseparator
33422 DVI
33423 \family default
33424 .
33425  You can view your document as DVI via the 
33426 \family sans
33427 View
33428 \family default
33429  menu or by using the toolbar button 
33430 \begin_inset Graphics
33431         filename ../images/buffer-view_dvi.png
33432         scale 85
33433         scaleBeforeRotation
33434
33435 \end_inset
33436
33437 .
33438 \end_layout
33439
33440 \begin_layout Section
33441 PostScript
33442 \begin_inset CommandInset label
33443 LatexCommand label
33444 name "sec:PostScript"
33445
33446 \end_inset
33447
33448
33449 \begin_inset Index
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453 File Formats ! PostScript
33454 \end_layout
33455
33456 \end_inset
33457
33458
33459 \begin_inset Index
33460 status collapsed
33461
33462 \begin_layout Plain Layout
33463 PostScript|see
33464 \begin_inset ERT
33465 status collapsed
33466
33467 \begin_layout Plain Layout
33468
33469 {
33470 \end_layout
33471
33472 \end_inset
33473
33474 File Formats
33475 \begin_inset ERT
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479
33480 }
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Standard
33494 This file type has the extension 
33495 \begin_inset Quotes eld
33496 \end_inset
33497
33498
33499 \family typewriter
33500 .ps
33501 \family default
33502
33503 \begin_inset Quotes erd
33504 \end_inset
33505
33506 .
33507  PostScript was developed by the company 
33508 \family typewriter
33509 Adobe
33510 \family default
33511  as printer language.
33512  The file contains therefore commands that the printer uses to print the
33513  file.
33514  PostScript can be seen as 
33515 \begin_inset Quotes eld
33516 \end_inset
33517
33518 programming language
33519 \begin_inset Quotes erd
33520 \end_inset
33521
33522 ; you can calculate with it and draw diagrams and images
33523 \begin_inset Foot
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527 If you are interested to learn more about this, have a look at the LaTeX-package
33528  
33529 \series bold
33530 PSTricks
33531 \series default
33532  
33533 \begin_inset CommandInset citation
33534 LatexCommand cite
33535 key "pstricks"
33536
33537 \end_inset
33538
33539 .
33540 \end_layout
33541
33542 \end_inset
33543
33544 .
33545  Due to this ability, the files are often bigger than PDFs.
33546 \end_layout
33547
33548 \begin_layout Standard
33549 PostScript can only contain images in the format 
33550 \begin_inset Quotes eld
33551 \end_inset
33552
33553 Encapsulated PostScript
33554 \begin_inset Quotes erd
33555 \end_inset
33556
33557  (EPS, file extension 
33558 \begin_inset Quotes eld
33559 \end_inset
33560
33561
33562 \family typewriter
33563 .eps
33564 \family default
33565
33566 \begin_inset Quotes erd
33567 \end_inset
33568
33569 ).
33570  As LyX allows you to use any known image format in your document, it has
33571  to convert images in the background to EPS.
33572  If you have e.g 50 images in your document, LyX has to do 50 conversions
33573  whenever you view or export your document.
33574  This will slow down your work flow with LyX drastically.
33575  So if you plan to use PostScript, you can insert your images directly as
33576  EPS to avoid this problem.
33577 \end_layout
33578
33579 \begin_layout Standard
33580 You can export your document to PostScript using the menu 
33581 \family sans
33582 File\SpecialChar \menuseparator
33583 Export\SpecialChar \menuseparator
33584 Postscript
33585 \family default
33586 .
33587  You can view your document as PostScript via the 
33588 \family sans
33589 View
33590 \family default
33591  menu or by using the toolbar button 
33592 \begin_inset Graphics
33593         filename ../images/buffer-view_ps.png
33594         scale 85
33595         scaleBeforeRotation
33596
33597 \end_inset
33598
33599 .
33600 \end_layout
33601
33602 \begin_layout Section
33603 PDF
33604 \begin_inset Index
33605 status collapsed
33606
33607 \begin_layout Plain Layout
33608 File Formats ! PDF
33609 \end_layout
33610
33611 \end_inset
33612
33613
33614 \begin_inset Index
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618 PDF
33619 \end_layout
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 This file type has the extension 
33628 \begin_inset Quotes eld
33629 \end_inset
33630
33631
33632 \family typewriter
33633 .pdf
33634 \family default
33635
33636 \begin_inset Quotes erd
33637 \end_inset
33638
33639 .
33640  The 
33641 \begin_inset Quotes eld
33642 \end_inset
33643
33644 Portable Document Format
33645 \begin_inset Quotes erd
33646 \end_inset
33647
33648  (PDF) is developed by 
33649 \family typewriter
33650 Adobe
33651 \family default
33652  as derivative from PostScript.
33653  It is more compressed and it uses much less commands than PostScript.
33654  As the name 
33655 \begin_inset Quotes eld
33656 \end_inset
33657
33658 portable
33659 \begin_inset Quotes erd
33660 \end_inset
33661
33662  implies, it can be processed at any computer system and the printed output
33663  looks exactly the same.
33664 \end_layout
33665
33666 \begin_layout Standard
33667 PDF can contain images in its own PDF format, in the format 
33668 \begin_inset Quotes eld
33669 \end_inset
33670
33671 Joint Photographic Experts Group
33672 \begin_inset Quotes erd
33673 \end_inset
33674
33675  (JPG, file extension 
33676 \begin_inset Quotes eld
33677 \end_inset
33678
33679
33680 \family typewriter
33681 .jpg
33682 \family default
33683
33684 \begin_inset Quotes erd
33685 \end_inset
33686
33687  or 
33688 \begin_inset Quotes eld
33689 \end_inset
33690
33691
33692 \family typewriter
33693 .jpeg
33694 \family default
33695
33696 \begin_inset Quotes erd
33697 \end_inset
33698
33699 ), and in the format 
33700 \begin_inset Quotes eld
33701 \end_inset
33702
33703 Portable Network Graphics
33704 \begin_inset Quotes erd
33705 \end_inset
33706
33707  (PNG, file extension 
33708 \begin_inset Quotes eld
33709 \end_inset
33710
33711
33712 \family typewriter
33713 .png
33714 \family default
33715
33716 \begin_inset Quotes erd
33717 \end_inset
33718
33719 ).
33720  Nevertheless you can use any other image format, because LyX converts them
33721  in the background to one of these formats.
33722  But as described in the section about PostScript, the image conversion
33723  will slow down your work flow.
33724  So it is recommended to use images in one of the three mentioned formats.
33725 \end_layout
33726
33727 \begin_layout Standard
33728 You can export your document to PDF via the menu 
33729 \family sans
33730 File\SpecialChar \menuseparator
33731 Export
33732 \family default
33733  in three different ways:
33734 \end_layout
33735
33736 \begin_layout Description
33737 PDF
33738 \begin_inset space ~
33739 \end_inset
33740
33741 (ps2pdf) This uses the program 
33742 \family typewriter
33743 ps2pdf
33744 \family default
33745  that creates a PDF from a PostScript-version of your file.
33746  The PostScript-version is produced by the program 
33747 \family typewriter
33748 dvips
33749 \family default
33750  which uses a DVI-version as intermediate step.
33751  So this export variant consist of three conversions.
33752 \end_layout
33753
33754 \begin_layout Description
33755 PDF
33756 \begin_inset space ~
33757 \end_inset
33758
33759 (dvipdfm) This uses the program 
33760 \family typewriter
33761 dvipdfm
33762 \family default
33763  that converts your file in the background to DVI and in a second step to
33764  PDF.
33765 \end_layout
33766
33767 \begin_layout Description
33768 PDF
33769 \begin_inset space ~
33770 \end_inset
33771
33772 (pdflatex) This uses the program 
33773 \family typewriter
33774 pdftex
33775 \family default
33776  that converts your file directly to PDF.
33777 \end_layout
33778
33779 \begin_layout Standard
33780 It is recommended to use 
33781 \family sans
33782 PDF
33783 \begin_inset space ~
33784 \end_inset
33785
33786 (pdflatex)
33787 \family default
33788  because 
33789 \family typewriter
33790 pdftex
33791 \family default
33792  supports all features of actual PDF-versions, is quick and works stable
33793  without problems.
33794  The program 
33795 \family typewriter
33796 dvipdfm
33797 \family default
33798  is not under development and therefore a bit outdated.
33799 \end_layout
33800
33801 \begin_layout Standard
33802 You can view your document as PDF via the 
33803 \family sans
33804 View
33805 \family default
33806  menu or by using the toolbar button 
33807 \begin_inset Graphics
33808         filename ../images/buffer-view_pdf2.png
33809         scale 85
33810         scaleBeforeRotation
33811
33812 \end_inset
33813
33814  
33815 \family sans
33816 (
33817 \family default
33818 that uses 
33819 \family sans
33820 PDF
33821 \begin_inset space ~
33822 \end_inset
33823
33824 (pdflatex)
33825 \family default
33826 ).
33827 \end_layout
33828
33829 \begin_layout Chapter
33830 Explanation of Equation
33831 \begin_inset space ~
33832 \end_inset
33833
33834
33835 \begin_inset CommandInset ref
33836 LatexCommand eqref
33837 reference "eq:Wgn"
33838
33839 \end_inset
33840
33841
33842 \begin_inset CommandInset label
33843 LatexCommand label
33844 name "cha:Explanation-of-Equation"
33845
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \begin_layout Standard
33852 The total width of 
33853 \emph on
33854 n
33855 \emph default
33856  table cells 
33857 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33858 \end_inset
33859
33860  can be calculated to
33861 \end_layout
33862
33863 \begin_layout Standard
33864 \begin_inset Formula \begin{equation}
33865 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}
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 Where 
33874 \begin_inset Formula $W_{g\, n}$
33875 \end_inset
33876
33877  is the given width of all cells.
33878  
33879 \series bold
33880
33881 \backslash
33882 tabcolsep
33883 \series default
33884  is the LaTeX-length between the cell text and the cell border, its default
33885  value is 6
33886 \begin_inset space \thinspace{}
33887 \end_inset
33888
33889 pt.
33890  
33891 \series bold
33892
33893 \backslash
33894 arrayrulewidth
33895 \series default
33896  is the thickness of the cell border line, the default is 0.4
33897 \begin_inset space \thinspace{}
33898 \end_inset
33899
33900 pt.
33901 \end_layout
33902
33903 \begin_layout Standard
33904 Following equation
33905 \begin_inset space ~
33906 \end_inset
33907
33908
33909 \begin_inset CommandInset ref
33910 LatexCommand eqref
33911 reference "eq:Wtot_n"
33912
33913 \end_inset
33914
33915 , the total width of a multicolumn 
33916 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33917 \end_inset
33918
33919  is
33920 \end_layout
33921
33922 \begin_layout Standard
33923 \begin_inset Formula \begin{equation}
33924 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 By setting equation
33933 \begin_inset space ~
33934 \end_inset
33935
33936
33937 \begin_inset CommandInset ref
33938 LatexCommand eqref
33939 reference "eq:Wtot_n"
33940
33941 \end_inset
33942
33943  and 
33944 \begin_inset CommandInset ref
33945 LatexCommand eqref
33946 reference "eq:Wtot_mult"
33947
33948 \end_inset
33949
33950  equal we can calculate the needed given width 
33951 \begin_inset Formula $W_{g\, n}$
33952 \end_inset
33953
33954  when 
33955 \emph on
33956 n
33957 \emph default
33958  columns are spanned, so that each column has a total width of 
33959 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33960 \end_inset
33961
33962 :
33963 \end_layout
33964
33965 \begin_layout Standard
33966 \begin_inset Formula \begin{equation}
33967 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Bibliography
33975 \begin_inset CommandInset bibitem
33976 LatexCommand bibitem
33977 key "latexcompanion"
33978
33979 \end_inset
33980
33981 Frank Mittelbach and Michel Goossens: 
33982 \emph on
33983 The LaTeX Companion Second Edition.
33984
33985 \emph default
33986  Addison-Wesley, 2004
33987 \end_layout
33988
33989 \begin_layout Bibliography
33990 \begin_inset CommandInset bibitem
33991 LatexCommand bibitem
33992 key "latexguide"
33993
33994 \end_inset
33995
33996 Helmut Kopka and Patrick W.
33997  Daly: 
33998 \emph on
33999 A Guide to LaTeX Fourth Edition.
34000
34001 \emph default
34002  Addison-Wesley, 2003
34003 \end_layout
34004
34005 \begin_layout Bibliography
34006 \begin_inset CommandInset bibitem
34007 LatexCommand bibitem
34008 key "latexbook"
34009
34010 \end_inset
34011
34012 Leslie Lamport: 
34013 \emph on
34014 LaTeX: A Document Preparation System.
34015
34016 \emph default
34017  Addison-Wesley, second edition, 1994
34018 \end_layout
34019
34020 \begin_layout Bibliography
34021 \begin_inset CommandInset bibitem
34022 LatexCommand bibitem
34023 key "booktabs"
34024
34025 \end_inset
34026
34027 Documentation of the LaTeX-package 
34028 \series bold
34029
34030 \begin_inset CommandInset href
34031 LatexCommand href
34032 name "booktabs"
34033 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34034
34035 \end_inset
34036
34037
34038 \series default
34039
34040 \begin_inset Index
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044 LaTeX-packages ! booktabs
34045 \end_layout
34046
34047 \end_inset
34048
34049
34050 \end_layout
34051
34052 \begin_layout Bibliography
34053 \begin_inset CommandInset bibitem
34054 LatexCommand bibitem
34055 key "caption"
34056
34057 \end_inset
34058
34059 Documentation of the LaTeX-package 
34060 \series bold
34061
34062 \begin_inset CommandInset href
34063 LatexCommand href
34064 name "caption"
34065 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34066
34067 \end_inset
34068
34069
34070 \series default
34071
34072 \begin_inset Index
34073 status collapsed
34074
34075 \begin_layout Plain Layout
34076 LaTeX-packages ! caption
34077 \end_layout
34078
34079 \end_inset
34080
34081
34082 \end_layout
34083
34084 \begin_layout Bibliography
34085 \begin_inset CommandInset bibitem
34086 LatexCommand bibitem
34087 key "endfloat"
34088
34089 \end_inset
34090
34091 Documentation of the LaTeX-package 
34092 \series bold
34093
34094 \begin_inset CommandInset href
34095 LatexCommand href
34096 name "endfloat"
34097 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34098
34099 \end_inset
34100
34101
34102 \series default
34103
34104 \begin_inset Index
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 LaTeX-packages ! endfloat
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Bibliography
34117 \begin_inset CommandInset bibitem
34118 LatexCommand bibitem
34119 key "wrapfig"
34120
34121 \end_inset
34122
34123 Documentation of the LaTeX-package 
34124 \series bold
34125
34126 \begin_inset CommandInset href
34127 LatexCommand href
34128 name "wrapfig"
34129 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34130
34131 \end_inset
34132
34133
34134 \series default
34135
34136 \begin_inset Index
34137 status collapsed
34138
34139 \begin_layout Plain Layout
34140 LaTeX-packages ! wrapfig
34141 \begin_inset ERT
34142 status collapsed
34143
34144 \begin_layout Plain Layout
34145
34146
34147 \backslash
34148 vspace{4mm}
34149 \end_layout
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Bibliography
34162 \begin_inset CommandInset bibitem
34163 LatexCommand bibitem
34164 key "footmisc"
34165
34166 \end_inset
34167
34168 Documentation of the LaTeX-package 
34169 \series bold
34170
34171 \begin_inset CommandInset href
34172 LatexCommand href
34173 name "footmisc"
34174 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34175
34176 \end_inset
34177
34178
34179 \series default
34180
34181 \begin_inset Index
34182 status collapsed
34183
34184 \begin_layout Plain Layout
34185 LaTeX-packages ! footmisc
34186 \end_layout
34187
34188 \end_inset
34189
34190
34191 \end_layout
34192
34193 \begin_layout Bibliography
34194 \begin_inset CommandInset bibitem
34195 LatexCommand bibitem
34196 key "hypcap"
34197
34198 \end_inset
34199
34200 Documentation of the LaTeX-package 
34201 \series bold
34202
34203 \begin_inset CommandInset href
34204 LatexCommand href
34205 name "hypcap"
34206 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34207
34208 \end_inset
34209
34210
34211 \series default
34212
34213 \begin_inset Index
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217 LaTeX-packages ! hyperref
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \begin_layout Bibliography
34226 \begin_inset CommandInset bibitem
34227 LatexCommand bibitem
34228 key "hyperref"
34229
34230 \end_inset
34231
34232 Documentation of the LaTeX-package 
34233 \series bold
34234
34235 \begin_inset CommandInset href
34236 LatexCommand href
34237 name "hyperref"
34238 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34239
34240 \end_inset
34241
34242
34243 \series default
34244
34245 \begin_inset Index
34246 status collapsed
34247
34248 \begin_layout Plain Layout
34249 LaTeX-packages ! hyperref
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Bibliography
34258 \begin_inset CommandInset bibitem
34259 LatexCommand bibitem
34260 key "koma-script"
34261
34262 \end_inset
34263
34264 Documentation of the LaTeX-package 
34265 \series bold
34266
34267 \begin_inset CommandInset href
34268 LatexCommand href
34269 name "koma-script"
34270 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34271
34272 \end_inset
34273
34274
34275 \series default
34276
34277 \begin_inset Index
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 LaTeX-packages ! koma-script
34282 \end_layout
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Bibliography
34290 \begin_inset CommandInset bibitem
34291 LatexCommand bibitem
34292 key "listings"
34293
34294 \end_inset
34295
34296 Documentation of the LaTeX-package 
34297 \series bold
34298
34299 \begin_inset CommandInset href
34300 LatexCommand href
34301 name "listings"
34302 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34303
34304 \end_inset
34305
34306
34307 \series default
34308
34309 \begin_inset Index
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313 LaTeX-packages ! listings
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Bibliography
34322 \begin_inset CommandInset bibitem
34323 LatexCommand bibitem
34324 key "marginnote"
34325
34326 \end_inset
34327
34328 Documentation of the LaTeX-package 
34329 \series bold
34330
34331 \begin_inset CommandInset href
34332 LatexCommand href
34333 name "marginnote"
34334 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34335
34336 \end_inset
34337
34338
34339 \series default
34340
34341 \begin_inset Index
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345 LaTeX-packages ! marginnote
34346 \end_layout
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \begin_layout Bibliography
34354 \begin_inset CommandInset bibitem
34355 LatexCommand bibitem
34356 key "pstricks"
34357
34358 \end_inset
34359
34360 Web page of the LaTeX-package 
34361 \series bold
34362
34363 \begin_inset CommandInset href
34364 LatexCommand href
34365 name "PSTricks"
34366 target "http://tug.org/PSTricks/"
34367
34368 \end_inset
34369
34370
34371 \series default
34372
34373 \begin_inset Index
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377 LaTeX-packages ! PSTricks
34378 \end_layout
34379
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \begin_layout Bibliography
34386 \begin_inset CommandInset bibitem
34387 LatexCommand bibitem
34388 key "sidecap"
34389
34390 \end_inset
34391
34392 Documentation of the LaTeX-package 
34393 \series bold
34394
34395 \begin_inset CommandInset href
34396 LatexCommand href
34397 name "sidecap"
34398 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34399
34400 \end_inset
34401
34402
34403 \series default
34404
34405 \begin_inset Index
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409 LaTeX-packages ! sidecap
34410 \end_layout
34411
34412 \end_inset
34413
34414
34415 \end_layout
34416
34417 \begin_layout Bibliography
34418 \begin_inset CommandInset bibitem
34419 LatexCommand bibitem
34420 key "NewInLyX16"
34421
34422 \end_inset
34423
34424
34425 \begin_inset CommandInset href
34426 LatexCommand href
34427 name "Wiki page"
34428 target "http://wiki.lyx.org/LyX/NewInLyX16"
34429
34430 \end_inset
34431
34432  about new features in 
34433 \family sans
34434 LyX 1.6.0
34435 \family default
34436 .
34437 \end_layout
34438
34439 \begin_layout Standard
34440 \begin_inset CommandInset index_print
34441 LatexCommand printindex
34442
34443 \end_inset
34444
34445
34446 \end_layout
34447
34448 \begin_layout Standard
34449 \begin_inset FloatList figure
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \begin_layout Standard
34457 \begin_inset FloatList table
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset FloatList algorithm
34466
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \end_body
34473 \end_document