]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: use InsetInfo for shortcuts
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 343
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_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize default
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 1 34 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
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.6svn
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 ~
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 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 \end_layout
5692
5693 \begin_layout Subsection
5694 Longtable Captions
5695 \begin_inset Index
5696 status collapsed
5697
5698 \begin_layout Plain Layout
5699 Longtables ! Captions
5700 \end_layout
5701
5702 \end_inset
5703
5704
5705 \begin_inset CommandInset label
5706 LatexCommand label
5707 name "sub:Longtable-Captions"
5708
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \begin_layout Standard
5715 A longtable cannot be put into a table float because floats can only be
5716  on one page but the caption environment of floats can also be used for
5717  longtables.
5718  Therefore the caption is inserted as first row of the table, as explained
5719  in sec.
5720 \begin_inset space \thinspace{}
5721 \end_inset
5722
5723
5724 \begin_inset CommandInset ref
5725 LatexCommand ref
5726 reference "sec:Longtables"
5727
5728 \end_inset
5729
5730 .
5731  The first table row is then only a dummy row for the caption, the actual
5732  table starts with the second row.
5733 \end_layout
5734
5735 \begin_layout Standard
5736 Here is a short longtable to see how it works:
5737 \end_layout
5738
5739 \begin_layout Standard
5740 \begin_inset Tabular
5741 <lyxtabular version="3" rows="6" columns="5">
5742 <features islongtable="true">
5743 <column alignment="center" valignment="top" width="0">
5744 <column alignment="center" valignment="top" width="0">
5745 <column alignment="center" valignment="top" width="0">
5746 <column alignment="center" valignment="top" width="0">
5747 <column alignment="center" valignment="top" width="0">
5748 <row caption="true">
5749 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 \begin_inset Caption
5754
5755 \begin_layout Plain Layout
5756 Longtable with caption
5757 \begin_inset OptArg
5758 status open
5759
5760 \begin_layout Plain Layout
5761 Longtable
5762 \end_layout
5763
5764 \end_inset
5765
5766
5767 \end_layout
5768
5769 \end_inset
5770
5771
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 </row>
5813 <row>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 1
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 2
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 3
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 4
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 5
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 asd
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 s
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 s
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 s
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 asd
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 </row>
5907 <row>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 asd
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 s
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 s
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 s
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 asd
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 asd
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 s
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 s
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 s
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 asd
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 </row>
6001 <row>
6002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 asd
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 asd
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 asd
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 </lyxtabular>
6049
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \begin_layout Standard
6056 \begin_inset VSpace medskip
6057 \end_inset
6058
6059
6060 \begin_inset Note Greyedout
6061 status open
6062
6063 \begin_layout Plain Layout
6064
6065 \series bold
6066 Note:
6067 \series default
6068  The table number is increased for every longtable, also if you didn't set
6069  a caption for it.
6070  For this reason you could have the case that e.g.
6071  Table
6072 \begin_inset space ~
6073 \end_inset
6074
6075 2.4 follows on Table
6076 \begin_inset space ~
6077 \end_inset
6078
6079 2.1 in the list of tables if there are two longtables without captions.
6080  To avoid this you can add the following command in TeX-Code behind every
6081  longtable without a caption:
6082 \end_layout
6083
6084 \begin_layout Plain Layout
6085
6086 \series bold
6087
6088 \backslash
6089 addtocounter{table}{-1}
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Standard
6098 \begin_inset Note Greyedout
6099 status open
6100
6101 \begin_layout Plain Layout
6102
6103 \series bold
6104 Note:
6105 \series default
6106  If you are using
6107 \series bold
6108  hyperref
6109 \series default
6110
6111 \begin_inset Index
6112 status collapsed
6113
6114 \begin_layout Plain Layout
6115 LaTeX-packages ! hyperref
6116 \end_layout
6117
6118 \end_inset
6119
6120  in the 
6121 \family sans
6122 PDF Properties
6123 \family default
6124  of the 
6125 \family sans
6126 Document Settings
6127 \family default
6128  dialog to link cross-references, the link to a longtable caption will always
6129  point to the beginning of the document.
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \begin_layout Standard
6138 \begin_inset Newpage newpage
6139 \end_inset
6140
6141
6142 \end_layout
6143
6144 \begin_layout Subsubsection
6145 References to Longtables
6146 \begin_inset Index
6147 status collapsed
6148
6149 \begin_layout Plain Layout
6150 Longtables ! References
6151 \end_layout
6152
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \begin_layout Standard
6159 \begin_inset Tabular
6160 <lyxtabular version="3" rows="6" columns="5">
6161 <features islongtable="true">
6162 <column alignment="center" valignment="top" width="0">
6163 <column alignment="center" valignment="top" width="0">
6164 <column alignment="center" valignment="top" width="0">
6165 <column alignment="center" valignment="top" width="0">
6166 <column alignment="center" valignment="top" width="0">
6167 <row caption="true">
6168 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 \begin_inset Caption
6173
6174 \begin_layout Plain Layout
6175 Referenced longtable
6176 \begin_inset CommandInset label
6177 LatexCommand label
6178 name "tab:RefExample"
6179
6180 \end_inset
6181
6182
6183 \end_layout
6184
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 </row>
6229 <row>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 1
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 2
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 3
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 4
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 5
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 </row>
6276 <row>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 asd
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 s
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 s
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 s
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 asd
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 </row>
6323 <row>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 asd
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 s
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 s
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 s
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 asd
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 </row>
6370 <row>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 asd
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 s
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 s
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 s
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 asd
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 </row>
6417 <row>
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 asd
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 sad
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 asd
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 asd
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 asd
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 </row>
6464 </lyxtabular>
6465
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \begin_layout Standard
6472 To reference a longtable, insert a label into the caption.
6473 \end_layout
6474
6475 \begin_layout Standard
6476 This is a reference to Table
6477 \begin_inset space ~
6478 \end_inset
6479
6480
6481 \begin_inset CommandInset ref
6482 LatexCommand ref
6483 reference "tab:RefExample"
6484
6485 \end_inset
6486
6487 .
6488 \end_layout
6489
6490 \begin_layout Standard
6491 The caption layout can be set together with all other captions of your document
6492  using the LaTeX-package 
6493 \series bold
6494 caption
6495 \series default
6496
6497 \begin_inset Index
6498 status collapsed
6499
6500 \begin_layout Plain Layout
6501 LaTeX-packages ! caption
6502 \end_layout
6503
6504 \end_inset
6505
6506 , see section
6507 \begin_inset space ~
6508 \end_inset
6509
6510
6511 \begin_inset CommandInset ref
6512 LatexCommand ref
6513 reference "sec:Caption-Formatting"
6514
6515 \end_inset
6516
6517 .
6518 \end_layout
6519
6520 \begin_layout Subsubsection
6521 Caption Width
6522 \begin_inset Index
6523 status collapsed
6524
6525 \begin_layout Plain Layout
6526 Longtables ! Caption Width
6527 \end_layout
6528
6529 \end_inset
6530
6531
6532 \end_layout
6533
6534 \begin_layout Standard
6535 The maximal width of of caption lines is defined by the length 
6536 \series bold
6537
6538 \backslash
6539 LTcapwidth
6540 \series default
6541 .
6542  Its default value is 4
6543 \begin_inset space \thinspace{}
6544 \end_inset
6545
6546 in.
6547  To change it add the following command to your document preamble or as
6548  TeX-Code into your document before the longtable that should be affected
6549 \end_layout
6550
6551 \begin_layout Standard
6552
6553 \series bold
6554
6555 \backslash
6556 setlength{
6557 \backslash
6558 LTcapwidth}{width}
6559 \end_layout
6560
6561 \begin_layout Standard
6562 where the width could have one of the units listed in appendix
6563 \begin_inset space ~
6564 \end_inset
6565
6566
6567 \begin_inset CommandInset ref
6568 LatexCommand ref
6569 reference "cha:Units-available-in"
6570
6571 \end_inset
6572
6573 .
6574 \end_layout
6575
6576 \begin_layout Standard
6577 The following tables show the difference:
6578 \end_layout
6579
6580 \begin_layout Standard
6581 \begin_inset Tabular
6582 <lyxtabular version="3" rows="6" columns="5">
6583 <features islongtable="true">
6584 <column alignment="center" valignment="top" width="0">
6585 <column alignment="center" valignment="top" width="0">
6586 <column alignment="center" valignment="top" width="0">
6587 <column alignment="center" valignment="top" width="0">
6588 <column alignment="center" valignment="top" width="0">
6589 <row caption="true">
6590 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 \begin_inset Caption
6595
6596 \begin_layout Plain Layout
6597 long full title with default width long full title with default width long
6598  full title with default width
6599 \begin_inset OptArg
6600 status collapsed
6601
6602 \begin_layout Plain Layout
6603 caption with default width
6604 \end_layout
6605
6606 \end_inset
6607
6608
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 </row>
6655 <row>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 1
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 2
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 3
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 4
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 5
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 <row>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 asd
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 s
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 s
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 s
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 asd
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 </row>
6749 <row>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 asd
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 s
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 s
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 s
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 asd
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 </row>
6796 <row>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 asd
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 s
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 s
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 s
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 asd
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 </row>
6843 <row>
6844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 asd
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 sad
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 asd
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 asd
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 </lyxtabular>
6891
6892 \end_inset
6893
6894
6895 \end_layout
6896
6897 \begin_layout Standard
6898 \begin_inset ERT
6899 status collapsed
6900
6901 \begin_layout Plain Layout
6902
6903
6904 \backslash
6905 setlength{
6906 \backslash
6907 LTcapwidth}{5cm}
6908 \end_layout
6909
6910 \end_inset
6911
6912
6913 \begin_inset Tabular
6914 <lyxtabular version="3" rows="6" columns="5">
6915 <features islongtable="true">
6916 <column alignment="center" valignment="top" width="0">
6917 <column alignment="center" valignment="top" width="0">
6918 <column alignment="center" valignment="top" width="0">
6919 <column alignment="center" valignment="top" width="0">
6920 <column alignment="center" valignment="top" width="0">
6921 <row caption="true">
6922 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 \begin_inset Caption
6927
6928 \begin_layout Plain Layout
6929 long full title with width set to 5
6930 \begin_inset space \thinspace{}
6931 \end_inset
6932
6933 cm long full title with width set to 5
6934 \begin_inset space \thinspace{}
6935 \end_inset
6936
6937 cm long full title with width set to 5
6938 \begin_inset space \thinspace{}
6939 \end_inset
6940
6941 cm
6942 \begin_inset OptArg
6943 status collapsed
6944
6945 \begin_layout Plain Layout
6946 caption with width
6947 \begin_inset space \thinspace{}
6948 \end_inset
6949
6950 =
6951 \begin_inset space \thinspace{}
6952 \end_inset
6953
6954 5
6955 \begin_inset space \thinspace{}
6956 \end_inset
6957
6958 cm
6959 \end_layout
6960
6961 \end_inset
6962
6963
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 </row>
7010 <row>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 1
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 2
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 3
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 4
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 5
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 <row>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 asd
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 s
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 s
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 s
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 asd
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 <row>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 asd
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 s
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 s
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 asd
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 </row>
7151 <row>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 asd
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 s
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 </row>
7198 <row>
7199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 asd
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 sad
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 asd
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 asd
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 </row>
7245 </lyxtabular>
7246
7247 \end_inset
7248
7249
7250 \end_layout
7251
7252 \begin_layout Standard
7253 \begin_inset ERT
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257
7258
7259 \backslash
7260 setlength{
7261 \backslash
7262 LTcapwidth}{4in}
7263 \end_layout
7264
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \begin_layout Standard
7271 \begin_inset Note Greyedout
7272 status open
7273
7274 \begin_layout Plain Layout
7275
7276 \series bold
7277 Note:
7278 \series default
7279  When the LaTeX-package 
7280 \series bold
7281 caption
7282 \series default
7283
7284 \begin_inset Index
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288 LaTeX-packages ! caption
7289 \end_layout
7290
7291 \end_inset
7292
7293  is used, as in this document, the full page width is used for the caption
7294  when you use the default value of 4
7295 \begin_inset space \thinspace{}
7296 \end_inset
7297
7298 in for 
7299 \series bold
7300
7301 \backslash
7302 LTcapwidth
7303 \series default
7304 .
7305  To get in this case exactly a 4
7306 \begin_inset space \thinspace{}
7307 \end_inset
7308
7309 in wide caption, you can either use a value slightly different from 4.0
7310 \begin_inset space \thinspace{}
7311 \end_inset
7312
7313 in, e.g.
7314  3.99
7315 \begin_inset space \thinspace{}
7316 \end_inset
7317
7318 in, or the LaTeX-command 
7319 \series bold
7320
7321 \backslash
7322 captionsetup{width=value}
7323 \series default
7324  that is provided by the 
7325 \series bold
7326 caption
7327 \series default
7328 -package.
7329 \end_layout
7330
7331 \end_inset
7332
7333
7334 \end_layout
7335
7336 \begin_layout Subsubsection
7337 Different Captions for Table Pages
7338 \begin_inset Index
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342 Longtables ! Different Captions for Pages
7343 \end_layout
7344
7345 \end_inset
7346
7347
7348 \end_layout
7349
7350 \begin_layout Standard
7351 When the other captions should differ from the one of the first table page,
7352  insert a caption with a non-empty short title in a dummy caption row marked
7353  as first header.
7354  The caption used for the other table pages is inserted as caption without
7355  a short title in a dummy caption row that is marked as main header.
7356  When this caption shouldn't include the table number, use the command
7357 \end_layout
7358
7359 \begin_layout Standard
7360
7361 \series bold
7362
7363 \backslash
7364 caption*{caption text}
7365 \end_layout
7366
7367 \begin_layout Standard
7368 instead of LyX's caption box.
7369  The label to reference the table is inserted into the caption of the first
7370  header.
7371  Table
7372 \begin_inset space ~
7373 \end_inset
7374
7375
7376 \begin_inset CommandInset ref
7377 LatexCommand ref
7378 reference "tab:DiffCaptions"
7379
7380 \end_inset
7381
7382  is an example for a longtable with different heading where the second caption
7383  doesn't include the table number.
7384 \end_layout
7385
7386 \begin_layout Standard
7387 \align center
7388 \begin_inset Tabular
7389 <lyxtabular version="3" rows="60" columns="3">
7390 <features islongtable="true">
7391 <column alignment="left" valignment="top" width="0cm">
7392 <column alignment="left" valignment="top" width="0pt">
7393 <column alignment="center" valignment="top" width="0pt">
7394 <row endfirsthead="true" caption="true">
7395 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 \begin_inset Caption
7400
7401 \begin_layout Plain Layout
7402 Example Phone List
7403 \begin_inset CommandInset label
7404 LatexCommand label
7405 name "tab:DiffCaptions"
7406
7407 \end_inset
7408
7409
7410 \begin_inset OptArg
7411 status collapsed
7412
7413 \begin_layout Plain Layout
7414 Example Phone List
7415 \end_layout
7416
7417 \end_inset
7418
7419
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 </row>
7448 <row endfirsthead="true">
7449 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \series bold
7455 Example Phone List (ignore the names)
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 </row>
7479 <row endfirsthead="true">
7480 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484
7485 \series bold
7486 NAME
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \series bold
7506 TEL.
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 </row>
7512 <row endhead="true" caption="true">
7513 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 \begin_inset ERT
7518 status open
7519
7520 \begin_layout Plain Layout
7521
7522
7523 \backslash
7524 caption*{Continued Example Phone List}
7525 \backslash
7526
7527 \backslash
7528 %
7529 \end_layout
7530
7531 \end_inset
7532
7533
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row endhead="true">
7558 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \series bold
7564 Example Phone List
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 </row>
7588 <row endhead="true">
7589 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \series bold
7595 NAME
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \series bold
7615 TEL.
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row endfoot="true">
7622 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 continued on next page
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 </row>
7650 <row>
7651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \series bold
7657 Annovi
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 Silvia
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 111
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row>
7682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686
7687 \series bold
7688 Bertoli
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 Stefano
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 111
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \series bold
7719 Bozzi
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 Walter
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 111
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \series bold
7750 Cachia
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 Maria
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768 111
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row>
7775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \series bold
7781 Cachia
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790 Maurizio
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 111
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \series bold
7812 Cinquemani
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 Giusi
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 111
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 </row>
7836 <row>
7837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841
7842 \series bold
7843 Colin
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852 Bernard
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 111
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 </row>
7867 <row>
7868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \series bold
7874 Concli
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883 Gianfranco
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 111
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row>
7899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \series bold
7905 Dal Bosco
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 Carolina
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 111
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row>
7930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \series bold
7936 Dalpiaz
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 Annamaria
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 111
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row>
7961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \series bold
7967 Feliciello
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 Domenico
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 111
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \series bold
7998 Focarelli
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 Paola
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 111
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 Galletti
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 Oreste
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 111
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058
8059 \series bold
8060 Gasparini
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 Franca
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 111
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \series bold
8091 Rizzardi
8092 \series default
8093
8094 \begin_inset Foot
8095 status open
8096
8097 \begin_layout Plain Layout
8098 Example footnote
8099 \end_layout
8100
8101 \end_inset
8102
8103
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Paola
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 111
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Lassini
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Giancarlo
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 111
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Malfatti
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Luciano
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 111
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Malfatti
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Valeriano
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 111
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Meneguzzo
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Roberto
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 111
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Mezzadra
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Roberto
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 111
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Pirpamer
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 Erich
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 111
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \series bold
8320 Pochiesa
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Paolo
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 111, 222
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \series bold
8351 Radina
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 Claudio
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 111
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \series bold
8382 Stuffer
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 Oskar
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 111
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \series bold
8413 Tacchelli
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Ugo
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 111
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \series bold
8444 Tezzele
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Margit
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 111
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \series bold
8475 Unterkalmsteiner
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Frieda
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 111
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Vieider
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 Hilde
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 111
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \series bold
8537 Vigna
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Jürgen
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 111
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \series bold
8568 Weber
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Maurizio
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 111
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597
8598 \series bold
8599 Winkler
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Franz
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 111
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628  
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Annovi
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Silvia
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 555
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Bertoli
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Stefano
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 555
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Bozzi
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Walter
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 555
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Cachia
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Maria
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 555
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Cachia
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Maurizio
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 555
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \series bold
8814 Cinquemani
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 Giusi
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 555
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845 Colin
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 Bernard
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 555
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 Concli
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Gianfranco
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 555
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Dal Bosco
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Carolina
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 555
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938 Dalpiaz
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Annamaria
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 555
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row>
8963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \series bold
8969 Feliciello
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 Domenico
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 555
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \series bold
9000 Focarelli
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 Paola
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 555
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \series bold
9031 Galletti
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 Oreste
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 555
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 <row>
9056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060
9061 \series bold
9062 Gasparini
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 Franca
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 555
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091
9092 \series bold
9093 Rizzardi
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 Paola
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 555
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 </row>
9117 <row>
9118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122
9123 \series bold
9124 Lassini
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 Giancarlo
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 555
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 </row>
9148 <row>
9149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153
9154 \series bold
9155 Malfatti
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Luciano
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 555
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 </row>
9179 <row>
9180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184
9185 \series bold
9186 Malfatti
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 Valeriano
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 555
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \series bold
9217 Meneguzzo
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 Roberto
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 555
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \series bold
9248 Mezzadra
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 Roberto
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 555
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row endlastfoot="true">
9273 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 </lyxtabular>
9302
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \begin_layout Section
9309 Special Longtable Issues
9310 \begin_inset CommandInset label
9311 LatexCommand label
9312 name "sec:Special-Longtable-Issues"
9313
9314 \end_inset
9315
9316
9317 \end_layout
9318
9319 \begin_layout Subsection
9320 Longtable Calculation
9321 \begin_inset Index
9322 status collapsed
9323
9324 \begin_layout Plain Layout
9325 Longtables ! Calculation
9326 \end_layout
9327
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \begin_layout Standard
9334 LaTeX calculates the height of table pages and their page breaks using so
9335  called chunks.
9336  Chunks are pieces of the tables that are at once in LaTeX's memory.
9337  The default value is historically set to only 20 table rows.
9338  If you are using longtables with many pages this may slow down the creation
9339  of your document.
9340  You can safely increase the chunk size to values of 100-1000 by adding
9341  this command line to your document preamble:
9342 \end_layout
9343
9344 \begin_layout Standard
9345
9346 \series bold
9347
9348 \backslash
9349 setcounter{LTchunksize}{100}
9350 \end_layout
9351
9352 \begin_layout Subsection
9353 Floats and Longtables
9354 \begin_inset Index
9355 status collapsed
9356
9357 \begin_layout Plain Layout
9358 Longtables ! Floats
9359 \end_layout
9360
9361 \end_inset
9362
9363
9364 \end_layout
9365
9366 \begin_layout Standard
9367 There might be problems when a float appears on the same page where a longtable
9368  starts.
9369  To avoid such situation, add the command 
9370 \series bold
9371
9372 \backslash
9373 clearpage
9374 \series default
9375  as TeX-Code before your longtable.
9376 \end_layout
9377
9378 \begin_layout Subsection
9379 Forced Page Breaks
9380 \begin_inset Index
9381 status collapsed
9382
9383 \begin_layout Plain Layout
9384 Longtables ! Forced Page Breaks
9385 \end_layout
9386
9387 \end_inset
9388
9389
9390 \end_layout
9391
9392 \begin_layout Standard
9393 By default tables are only broken between rows.
9394  If you have a cell with multiples lines and want to have a page break within
9395  the cell, insert the new line command 
9396 \begin_inset Quotes eld
9397 \end_inset
9398
9399
9400 \series bold
9401
9402 \backslash
9403
9404 \backslash
9405
9406 \series default
9407
9408 \begin_inset Quotes erd
9409 \end_inset
9410
9411  as TeX-Code at this point of the cell where it should be broken.
9412  Before the 
9413 \series bold
9414
9415 \backslash
9416
9417 \backslash
9418
9419 \series default
9420  command you have to insert in TeX-Code so many 
9421 \begin_inset Quotes eld
9422 \end_inset
9423
9424
9425 \series bold
9426 &
9427 \series default
9428
9429 \begin_inset Quotes erd
9430 \end_inset
9431
9432  characters like the number of the following table columns.
9433  The 
9434 \series bold
9435 &
9436 \series default
9437  is the character to separate table cells.
9438  Write in TeX-Code after each 
9439 \series bold
9440 &
9441 \series default
9442  the content of the corresponding following cell and delete the content
9443  of these cells.
9444 \begin_inset Newline newline
9445 \end_inset
9446
9447 Behind the the 
9448 \series bold
9449
9450 \backslash
9451
9452 \backslash
9453
9454 \series default
9455  command, insert so many 
9456 \series bold
9457 &
9458 \series default
9459  characters like the number of table columns before the current column.
9460  In Table
9461 \begin_inset space ~
9462 \end_inset
9463
9464
9465 \begin_inset CommandInset ref
9466 LatexCommand ref
9467 reference "tab:ForcedPagebreak"
9468
9469 \end_inset
9470
9471  the cell that should be broken is in the second column followed by another
9472  column.
9473  Therefore the following command was inserted in the cell as TeX-Code behind
9474  
9475 \begin_inset Quotes eld
9476 \end_inset
9477
9478
9479 \emph on
9480 Castelchiodato,
9481 \emph default
9482
9483 \begin_inset Quotes erd
9484 \end_inset
9485
9486 :
9487 \end_layout
9488
9489 \begin_layout Standard
9490
9491 \series bold
9492 & 111
9493 \backslash
9494
9495 \backslash
9496
9497 \begin_inset Newline newline
9498 \end_inset
9499
9500 &
9501 \end_layout
9502
9503 \begin_layout Standard
9504 The 
9505 \begin_inset Quotes eld
9506 \end_inset
9507
9508 111
9509 \begin_inset Quotes erd
9510 \end_inset
9511
9512  in the third columns of the row was deleted.
9513  If your footer row of the longtable has for a certain reason no upper line
9514  but you would have a horizontal line where the cell is broken, use this
9515  command instead:
9516 \end_layout
9517
9518 \begin_layout Standard
9519
9520 \series bold
9521 & 111
9522 \backslash
9523
9524 \backslash
9525
9526 \begin_inset Newline newline
9527 \end_inset
9528
9529
9530 \backslash
9531 hline &
9532 \end_layout
9533
9534 \begin_layout Standard
9535 When the cell to be broken is in the last column, the command
9536 \end_layout
9537
9538 \begin_layout Standard
9539
9540 \series bold
9541
9542 \backslash
9543 setlength{
9544 \backslash
9545 parfillskip}{0pt}
9546 \end_layout
9547
9548 \begin_layout Standard
9549 must be inserted as TeX-Code at the beginning of the cell.
9550  This assures that the part of the cell that will be displayed on the new
9551  page appears with the full width.
9552 \end_layout
9553
9554 \begin_layout Standard
9555 \align center
9556 \begin_inset Tabular
9557 <lyxtabular version="3" rows="39" columns="3">
9558 <features islongtable="true">
9559 <column alignment="left" valignment="top" width="0cm">
9560 <column alignment="left" valignment="top" width="3cm">
9561 <column alignment="center" valignment="top" width="0pt">
9562 <row endfirsthead="true" caption="true">
9563 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 \begin_inset Caption
9568
9569 \begin_layout Plain Layout
9570 Table with forced page break in table cell
9571 \begin_inset CommandInset label
9572 LatexCommand label
9573 name "tab:ForcedPagebreak"
9574
9575 \end_inset
9576
9577
9578 \begin_inset OptArg
9579 status collapsed
9580
9581 \begin_layout Plain Layout
9582 Table with forced page break in table cell
9583 \end_layout
9584
9585 \end_inset
9586
9587
9588 \end_layout
9589
9590 \end_inset
9591
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 </row>
9616 <row endfirsthead="true">
9617 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \series bold
9623 Example Phone List (ignore the names)
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 </row>
9647 <row endfirsthead="true">
9648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652
9653 \series bold
9654 NAME
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \series bold
9674 TEL.
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row endhead="true" caption="true">
9681 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 \begin_inset ERT
9686 status collapsed
9687
9688 \begin_layout Plain Layout
9689
9690
9691 \backslash
9692 caption*{Continued table with forced page break in table cell}
9693 \backslash
9694
9695 \backslash
9696 %
9697 \end_layout
9698
9699 \end_inset
9700
9701
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row endhead="true">
9726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730  
9731 \series bold
9732 Example Phone List
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row endhead="true">
9757 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 NAME
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \series bold
9783 TEL.
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 <row endfoot="true">
9790 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 continued on next page
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 Annovi
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 Silvia
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 111
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Bertoli
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 Stefano
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 111
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 Bozzi
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 Walter
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 111
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Cachia
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Maria
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 111
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 Cachia
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Maurizio
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 111
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row>
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Cinquemani
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Giusi
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 111
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 Colin
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 Bernard
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 111
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Concli
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 Gianfranco
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 111
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Dal Bosco
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Carolina
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 111
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Dalpiaz
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Annamaria
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 111
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Feliciello
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Domenico
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Focarelli
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Paola
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Galletti
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Oreste
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Gasparini
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Franca
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 111
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 </row>
10252 <row>
10253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259 Lassini
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 Giancarlo
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 111
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Malfatti
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Luciano
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Malfatti
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Valeriano
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Meneguzzo
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Roberto
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 111
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \series bold
10383 Mezzadra
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 Roberto
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 111
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \series bold
10414 Pirpamer
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 Erich
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 111
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \series bold
10445 Pochiesa
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Paolo
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 111, 222
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \series bold
10476 Radina
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Claudio
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 111
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \series bold
10507 Rizzardi
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 Paolo, 11.
10517  Fürst von Montecompatri, 11.
10518  Fürst von Sulmona und Vivaro, 10.
10519  Fürst von Rossano, 5.
10520  Herzog von Canemorte, 11.
10521  Herzog von Palombara, 5.
10522  Herzog von Castelchiodato,
10523 \begin_inset ERT
10524 status open
10525
10526 \begin_layout Plain Layout
10527
10528 & 111
10529 \backslash
10530
10531 \backslash
10532
10533 \end_layout
10534
10535 \begin_layout Plain Layout
10536
10537 &
10538 \end_layout
10539
10540 \end_inset
10541
10542  11.
10543  Herzog von Poggionativo, 11.
10544  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10545  Graf von Valinfreda, 11.
10546  Baron von Cropalati, 11.
10547  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \series bold
10569 Stuffer
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 Oskar
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 111
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \series bold
10600 Tacchelli
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Ugo
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 111
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \series bold
10631 Tezzele
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 Margit
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 111
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662 Unterkalmsteiner
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 Frieda
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 111
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \series bold
10693 Vieider
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 Hilde
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 111
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \series bold
10724 Vigna
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 Jürgen
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 111
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 </row>
10748 <row>
10749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753
10754 \series bold
10755 Weber
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 Maurizio
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 111
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row>
10780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \series bold
10786 Winkler
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 Franz
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 111
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row endlastfoot="true">
10811 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 </lyxtabular>
10840
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \begin_layout Standard
10847 \begin_inset Newpage newpage
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \begin_layout Section
10854 Multiple Lines Columns and Rows
10855 \end_layout
10856
10857 \begin_layout Subsection
10858 Multiple Lines in Table Cells
10859 \begin_inset CommandInset label
10860 LatexCommand label
10861 name "sub:Multiple-Lines-in"
10862
10863 \end_inset
10864
10865
10866 \begin_inset Index
10867 status collapsed
10868
10869 \begin_layout Plain Layout
10870 Multiple Lines in Table Cells
10871 \end_layout
10872
10873 \end_inset
10874
10875
10876 \begin_inset Index
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880 Table ! Linebreaks
10881 \end_layout
10882
10883 \end_inset
10884
10885
10886 \end_layout
10887
10888 \begin_layout Standard
10889 \noindent
10890 \begin_inset Float table
10891 placement H
10892 wide false
10893 sideways false
10894 status open
10895
10896 \begin_layout Plain Layout
10897 \begin_inset Caption
10898
10899 \begin_layout Plain Layout
10900 \begin_inset CommandInset label
10901 LatexCommand label
10902 name "tab:Table-with-multiple"
10903
10904 \end_inset
10905
10906 Table with multiple lines in cells
10907 \end_layout
10908
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \begin_layout Plain Layout
10915 \align center
10916 \begin_inset Tabular
10917 <lyxtabular version="3" rows="3" columns="3">
10918 <features>
10919 <column alignment="center" valignment="middle" width="2.5cm">
10920 <column alignment="center" valignment="middle" width="0">
10921 <column alignment="center" valignment="middle" width="0">
10922 <row>
10923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 multiple
10928 \begin_inset Newline linebreak
10929 \end_inset
10930
10931 lines
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 b
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 c
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row>
10956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 d
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 e
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 f
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 g
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 h
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 i
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 </lyxtabular>
11014
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \begin_layout Standard
11026 Adjusting a fixed width for a column, enables to enter text as a paragraph
11027  with multiple lines and hyphenations.
11028 \end_layout
11029
11030 \begin_layout Standard
11031 To produce Table
11032 \begin_inset space ~
11033 \end_inset
11034
11035
11036 \begin_inset CommandInset ref
11037 LatexCommand ref
11038 reference "tab:Table-with-multiple"
11039
11040 \end_inset
11041
11042 , create a 3×3 table, mark the first cell and right-click on it.
11043  In the appearing table dialog we set a cell width of 2.5
11044 \begin_inset space \thinspace{}
11045 \end_inset
11046
11047 cm and choose centered for the vertical and horizontal alignment.
11048  The vertical alignment is used for all cells of the row.
11049  As our text is smaller than than 2.5
11050 \begin_inset space \thinspace{}
11051 \end_inset
11052
11053 cm, only one line will appear.
11054  To get two lines, a justified line break (shortcut 
11055 \begin_inset Info
11056 type  "shortcut"
11057 arg   "newline-insert linebreak"
11058 \end_inset
11059
11060 ) was added.
11061  If the text is wider than the set cell width, it will automatically be
11062  broken to several lines.
11063 \end_layout
11064
11065 \begin_layout Standard
11066 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11067  by LaTeX if it is the first entry.
11068  Therefore you need to insert something, to make the word not being the
11069  first entry.
11070  So add a horizontal space of 0
11071 \begin_inset space \thinspace{}
11072 \end_inset
11073
11074 pt before the word.
11075  As the space is zero, it doesn't change the output.
11076  Table
11077 \begin_inset space ~
11078 \end_inset
11079
11080
11081 \begin_inset CommandInset ref
11082 LatexCommand ref
11083 reference "tab:Table-with-and"
11084
11085 \end_inset
11086
11087  shows the effect.
11088 \end_layout
11089
11090 \begin_layout Standard
11091 \begin_inset Float table
11092 placement h
11093 wide false
11094 sideways false
11095 status open
11096
11097 \begin_layout Plain Layout
11098 \begin_inset Caption
11099
11100 \begin_layout Plain Layout
11101 \begin_inset CommandInset label
11102 LatexCommand label
11103 name "tab:Table-with-and"
11104
11105 \end_inset
11106
11107 Table with and without hyphenation
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Plain Layout
11116 \begin_inset space \hfill{}
11117 \end_inset
11118
11119
11120 \begin_inset Tabular
11121 <lyxtabular version="3" rows="3" columns="3">
11122 <features>
11123 <column alignment="center" valignment="middle" width="2.5cm">
11124 <column alignment="center" valignment="middle" width="0">
11125 <column alignment="center" valignment="middle" width="0">
11126 <row>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 verylongtablecellword
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 b
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 c
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 <row>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 d
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 e
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 f
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 </row>
11184 <row>
11185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 g
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 h
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 i
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 </lyxtabular>
11214
11215 \end_inset
11216
11217
11218 \begin_inset space \hfill{}
11219 \end_inset
11220
11221
11222 \begin_inset Tabular
11223 <lyxtabular version="3" rows="3" columns="3">
11224 <features>
11225 <column alignment="center" valignment="middle" width="2.5cm">
11226 <column alignment="center" valignment="middle" width="0">
11227 <column alignment="center" valignment="middle" width="0">
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 \begin_inset space \hspace{}
11234 \length 0pt
11235 \end_inset
11236
11237 verylongtablecellword
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 b
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 c
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 <row>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 d
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 e
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 f
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 <row>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 g
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 h
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 i
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 </row>
11319 </lyxtabular>
11320
11321 \end_inset
11322
11323
11324 \begin_inset space \hfill{}
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Subsection
11336 Multicolumns
11337 \begin_inset CommandInset label
11338 LatexCommand label
11339 name "sub:Multicolumns"
11340
11341 \end_inset
11342
11343
11344 \begin_inset Index
11345 status collapsed
11346
11347 \begin_layout Plain Layout
11348 Multicolumns
11349 \end_layout
11350
11351 \end_inset
11352
11353
11354 \begin_inset Index
11355 status collapsed
11356
11357 \begin_layout Plain Layout
11358 Table ! Multicolumns
11359 \end_layout
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \begin_layout Subsubsection
11367 Multicolumn Basics
11368 \end_layout
11369
11370 \begin_layout Standard
11371 To span a cell over multiple columns, mark as much cells within a line that
11372  should be one spanned cell and use either the table-toolbar button 
11373 \begin_inset Graphics
11374         filename ../images/tabular-feature_multicolumn.png
11375         scale 85
11376         scaleBeforeRotation
11377
11378 \end_inset
11379
11380 , or the menu 
11381 \family sans
11382 Edit\SpecialChar \menuseparator
11383 Table\SpecialChar \menuseparator
11384 Multicolumn
11385 \family default
11386 , or right click on the marked cells and choose multicolumn in the appearing
11387  table dialog under the tab 
11388 \family sans
11389 Table Settings
11390 \family default
11391 .
11392 \end_layout
11393
11394 \begin_layout Standard
11395 Multicolumns have there own cell settings.
11396  That means changing cell borders, cell alignment, and the width only affects
11397  the multicolumn.
11398  Here is an example table with a multicolumn cell in the first row and one
11399  in the last row without the upper border:
11400 \end_layout
11401
11402 \begin_layout Standard
11403 \align center
11404 \begin_inset Tabular
11405 <lyxtabular version="3" rows="3" columns="4">
11406 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11407 <column alignment="center" valignment="top" width="0pt">
11408 <column alignment="center" valignment="middle" width="0">
11409 <column alignment="center" valignment="top" width="0in">
11410 <column alignment="center" valignment="top" width="0pt">
11411 <row>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 abc
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 def ghi
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 jkl
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454
11455 \family roman
11456 \series medium
11457 \shape up
11458 \size normal
11459 \emph off
11460 \bar no
11461 \noun off
11462 \color none
11463 A
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 B
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 C
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 D
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 </row>
11496 <row>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 1
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 2
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 3
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 4
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 </lyxtabular>
11535
11536 \end_inset
11537
11538
11539 \end_layout
11540
11541 \begin_layout Subsubsection
11542 Multicolumn Calculations
11543 \begin_inset CommandInset label
11544 LatexCommand label
11545 name "sub:Multicolumn-Calculations"
11546
11547 \end_inset
11548
11549
11550 \begin_inset Index
11551 status collapsed
11552
11553 \begin_layout Plain Layout
11554 Multicolumns ! Calculations
11555 \end_layout
11556
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Standard
11563 LyX supports multicolumns directly, but we have to take notice of the cell
11564  width of the columns spanned by the multicolumn cell.
11565 \end_layout
11566
11567 \begin_layout Standard
11568 \begin_inset Float table
11569 placement h
11570 wide false
11571 sideways false
11572 status open
11573
11574 \begin_layout Plain Layout
11575 \begin_inset Caption
11576
11577 \begin_layout Plain Layout
11578 \begin_inset CommandInset label
11579 LatexCommand label
11580 name "tab:Table-with-centered"
11581
11582 \end_inset
11583
11584 Table with centered multicolumn text above two columns that have exactly
11585  half the width of the multicolumn cell
11586 \begin_inset OptArg
11587 status collapsed
11588
11589 \begin_layout Plain Layout
11590 Perfect multicolumn table
11591 \end_layout
11592
11593 \end_inset
11594
11595
11596 \end_layout
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \begin_layout Plain Layout
11604 \align center
11605 \begin_inset Tabular
11606 <lyxtabular version="3" rows="3" columns="3">
11607 <features>
11608 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11609 <column alignment="center" valignment="middle" width="0">
11610 <column alignment="center" valignment="top" width="0">
11611 <row>
11612 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 multiple lines multicolumn
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Plain Layout
11634 c
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 </row>
11640 <row>
11641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 d
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 e
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 f
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 </row>
11669 <row>
11670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 g
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 h
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 i
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 </row>
11698 </lyxtabular>
11699
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \end_inset
11706
11707
11708 \end_layout
11709
11710 \begin_layout Standard
11711 To create for example Table
11712 \begin_inset space ~
11713 \end_inset
11714
11715
11716 \begin_inset CommandInset ref
11717 LatexCommand ref
11718 reference "tab:Table-with-centered"
11719
11720 \end_inset
11721
11722 , mark the first two cells in the first row of a 3×3 table and right-click
11723  on them.
11724  Now choose for this cell 
11725 \emph on
11726 multicolumn
11727 \emph default
11728
11729 \emph on
11730 centered alignment
11731 \emph default
11732  and a width of 2.5
11733 \begin_inset space \thinspace{}
11734 \end_inset
11735
11736 cm in the table dialog.
11737  The spanned columns should have exactly half the width of the multicolumn
11738  cell, so that you would adjust a width of 1.25
11739 \begin_inset space \thinspace{}
11740 \end_inset
11741
11742 cm for the first column.
11743  The second column has then automatically a width of 1.25
11744 \begin_inset space \thinspace{}
11745 \end_inset
11746
11747 cm (multicolumn width - width of first column).
11748  This was done for Table
11749 \begin_inset space ~
11750 \end_inset
11751
11752
11753 \begin_inset CommandInset ref
11754 LatexCommand ref
11755 reference "tab:Table-without-half"
11756
11757 \end_inset
11758
11759 .
11760 \end_layout
11761
11762 \begin_layout Standard
11763 \begin_inset Float table
11764 wide false
11765 sideways false
11766 status open
11767
11768 \begin_layout Plain Layout
11769 \begin_inset Caption
11770
11771 \begin_layout Plain Layout
11772 \begin_inset CommandInset label
11773 LatexCommand label
11774 name "tab:Table-without-half"
11775
11776 \end_inset
11777
11778 Table where the spanned table columns have not exactly half the width of
11779  the multicolumn cell
11780 \begin_inset OptArg
11781 status collapsed
11782
11783 \begin_layout Plain Layout
11784 Imperfect multicolumn table
11785 \end_layout
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \begin_layout Plain Layout
11798 \align center
11799 \begin_inset Tabular
11800 <lyxtabular version="3" rows="3" columns="3">
11801 <features>
11802 <column alignment="center" valignment="top" width="1.25cm">
11803 <column alignment="center" valignment="top" width="0">
11804 <column alignment="center" valignment="top" width="0">
11805 <row>
11806 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 multiple lines multicolumn
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 c
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 </row>
11834 <row>
11835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 d
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 e
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 f
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 </row>
11863 <row>
11864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 g
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 h
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 i
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 </row>
11892 </lyxtabular>
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \begin_layout Standard
11905 You can see that the first column has not the half width of the multicolumn
11906  cell, it is a bit bigger.
11907  The reason is that the given width of a cell 
11908 \begin_inset Formula $W_{g}$
11909 \end_inset
11910
11911  is not its total width 
11912 \begin_inset Formula $W_{\mathrm{tot}}$
11913 \end_inset
11914
11915  because a cell is always a bit larger than its given width.
11916  Appendix
11917 \begin_inset space ~
11918 \end_inset
11919
11920
11921 \begin_inset CommandInset ref
11922 LatexCommand eqref
11923 reference "cha:Explanation-of-Equation"
11924
11925 \end_inset
11926
11927  explains it in detail.
11928 \end_layout
11929
11930 \begin_layout Standard
11931 The needed given width 
11932 \begin_inset Formula $W_{g\, n}$
11933 \end_inset
11934
11935  when 
11936 \emph on
11937 n
11938 \emph default
11939  columns are spanned can be calculated, so that each column has a total
11940  width of 
11941 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11942 \end_inset
11943
11944 :
11945 \begin_inset Formula \begin{equation}
11946 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \begin_layout Standard
11954 In our case we have 
11955 \begin_inset Formula $n=2$
11956 \end_inset
11957
11958
11959 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11960 \end_inset
11961
11962 cm and the default values for the lengths, so that equation 
11963 \begin_inset CommandInset ref
11964 LatexCommand ref
11965 reference "eq:Wgn"
11966
11967 \end_inset
11968
11969  becomes
11970 \begin_inset Formula \begin{equation}
11971 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \begin_layout Standard
11979 To enable calculations in LaTeX, the LaTeX-package 
11980 \series bold
11981 calc
11982 \series default
11983  must be loaded with the document preamble line
11984 \begin_inset Index
11985 status collapsed
11986
11987 \begin_layout Plain Layout
11988 LaTeX-packages ! calc
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Standard
11997
11998 \series bold
11999
12000 \backslash
12001 usepackage{calc}
12002 \end_layout
12003
12004 \begin_layout Standard
12005 LyX does not allow to calculate lengths in the width-field of the table
12006  dialog.
12007  Therefore you have to format the column by inserting a LaTeX-argument in
12008  the dialog.
12009  Here is an overview about the arguments:
12010 \end_layout
12011
12012 \begin_layout Itemize
12013
12014 \series bold
12015 p{width}
12016 \series default
12017  creates cell with a fixed width, its text is vertically top-aligned
12018 \end_layout
12019
12020 \begin_layout Itemize
12021
12022 \series bold
12023 m{width}
12024 \series default
12025  creates cell with a fixed width, its text is vertically centered
12026 \end_layout
12027
12028 \begin_layout Itemize
12029
12030 \series bold
12031 b{width}
12032 \series default
12033  creates cell with a fixed width, its text is vertically bottom-aligned
12034 \end_layout
12035
12036 \begin_layout Standard
12037 By entering a LaTeX-argument, all cell settings set in the table dialog
12038  are overwritten.
12039 \end_layout
12040
12041 \begin_layout Standard
12042 \begin_inset Note Greyedout
12043 status open
12044
12045 \begin_layout Plain Layout
12046
12047 \series bold
12048 Note:
12049 \series default
12050  Due to a bug, LyX shows the overwritten settings anyway.
12051 \end_layout
12052
12053 \end_inset
12054
12055
12056 \end_layout
12057
12058 \begin_layout Standard
12059 As the text should be horizontally centered, the command 
12060 \series bold
12061
12062 \backslash
12063 centering
12064 \series default
12065  is added.
12066  You can now enter the following LaTeX-argument for the first spanned column:
12067 \end_layout
12068
12069 \begin_layout Standard
12070
12071 \series bold
12072 >{
12073 \backslash
12074 centering}m{1.25cm-6.2pt}
12075 \end_layout
12076
12077 \begin_layout Standard
12078 The command 
12079 \series bold
12080 >{ }
12081 \series default
12082  means, that the commands inside the braces are applied before the cell
12083  is created.
12084 \end_layout
12085
12086 \begin_layout Standard
12087 Although we have chosen centered alignment for the text of the multicolumn
12088  cell, it is still left aligned.
12089  This is because LyX only applies the alignment to single columns.
12090  So we have to use for the multicolumn the LaTeX-argument
12091 \end_layout
12092
12093 \begin_layout Standard
12094
12095 \series bold
12096 >{
12097 \backslash
12098 centering}m{2.5cm}
12099 \end_layout
12100
12101 \begin_layout Subsection
12102 Multirows
12103 \begin_inset Index
12104 status collapsed
12105
12106 \begin_layout Plain Layout
12107 Multirows
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \begin_inset Index
12114 status collapsed
12115
12116 \begin_layout Plain Layout
12117 Table ! Multirows
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \end_layout
12124
12125 \begin_layout Standard
12126 In contrary to multicolumns multirows are not yet supported by LyX so a
12127  bit of TeX-Code needs to be used.
12128  To use multirows load the LaTeX-package 
12129 \series bold
12130 multirow
12131 \series default
12132
12133 \begin_inset Index
12134 status collapsed
12135
12136 \begin_layout Plain Layout
12137 LaTeX-packages ! multirow
12138 \end_layout
12139
12140 \end_inset
12141
12142  in your document preamble with the command
12143 \end_layout
12144
12145 \begin_layout Standard
12146
12147 \series bold
12148
12149 \backslash
12150 usepackage{multirow}
12151 \end_layout
12152
12153 \begin_layout Standard
12154 Multirows are created with the command
12155 \end_layout
12156
12157 \begin_layout Standard
12158
12159 \series bold
12160
12161 \backslash
12162 multirow{number of rows}{cell width}{cell entry}
12163 \end_layout
12164
12165 \begin_layout Standard
12166 To create the following table:
12167 \end_layout
12168
12169 \begin_layout Standard
12170 \align center
12171 \begin_inset ERT
12172 status collapsed
12173
12174 \begin_layout Plain Layout
12175
12176
12177 \backslash
12178 renewcommand{
12179 \backslash
12180 multirowsetup}{
12181 \backslash
12182 centering}
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \begin_inset Tabular
12189 <lyxtabular version="3" rows="3" columns="3">
12190 <features>
12191 <column alignment="center" valignment="top" width="0">
12192 <column alignment="center" valignment="top" width="0">
12193 <column alignment="center" valignment="top" width="0">
12194 <row>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 a
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 b
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217 c
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 </row>
12223 <row>
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 \begin_inset ERT
12229 status collapsed
12230
12231 \begin_layout Plain Layout
12232
12233
12234 \backslash
12235 multirow{2}{2.5cm}{
12236 \end_layout
12237
12238 \end_inset
12239
12240 multirow entry
12241 \begin_inset ERT
12242 status collapsed
12243
12244 \begin_layout Plain Layout
12245
12246 }
12247 \end_layout
12248
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 e
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 f
12270 \end_layout
12271
12272 \end_inset
12273 </cell>
12274 </row>
12275 <row>
12276 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289 h
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 i
12299 \end_layout
12300
12301 \end_inset
12302 </cell>
12303 </row>
12304 </lyxtabular>
12305
12306 \end_inset
12307
12308
12309 \begin_inset ERT
12310 status collapsed
12311
12312 \begin_layout Plain Layout
12313
12314
12315 \backslash
12316 renewcommand{
12317 \backslash
12318 multirowsetup}{
12319 \backslash
12320 raggedright}
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \begin_layout Standard
12329 create a 3×3 table.
12330  To get rid of the line above the last cell in the first column, the cell
12331  is marked as multicolumn and the upper border is unset.
12332  The multirow is now created in the second row of the first column by inserting
12333  there the command
12334 \end_layout
12335
12336 \begin_layout Standard
12337
12338 \series bold
12339
12340 \backslash
12341 multirow{2}{2.5cm}{
12342 \end_layout
12343
12344 \begin_layout Standard
12345 as TeX-Code.
12346  According to the command parameters the multirow spans now two rows and
12347  has a width of 2.5
12348 \begin_inset space \thinspace{}
12349 \end_inset
12350
12351 cm.
12352  The content of the multirow cell follows outside the TeX-Code box and the
12353  command is finished with a right brace 
12354 \series bold
12355 }
12356 \series default
12357  in another TeX-Code-box behind the text.
12358 \end_layout
12359
12360 \begin_layout Standard
12361
12362 \series bold
12363
12364 \backslash
12365 multirow
12366 \series default
12367  left-aligns its content by default.
12368  To override the default, renew the command 
12369 \series bold
12370
12371 \backslash
12372 multirowsetup
12373 \series default
12374  with the command
12375 \end_layout
12376
12377 \begin_layout Standard
12378
12379 \series bold
12380
12381 \backslash
12382 renewcommand{
12383 \backslash
12384 multirowsetup}{
12385 \backslash
12386 centering}
12387 \end_layout
12388
12389 \begin_layout Standard
12390 in TeX-Code in the document preamble.
12391  Then all entries of multirow cells in the document are centered.
12392  If centering is only needed for several tables, you can renew the command
12393  in an TeX-Code box just before the table instead of the preamble.
12394  If the text should be right-aligned, replace 
12395 \series bold
12396
12397 \backslash
12398 centering
12399 \series default
12400  by 
12401 \series bold
12402
12403 \backslash
12404 raggedleft
12405 \series default
12406 .
12407  To return to left-alignment 
12408 \series bold
12409
12410 \backslash
12411 raggedright
12412 \series default
12413  is used.
12414 \end_layout
12415
12416 \begin_layout Section
12417 Formal Tables
12418 \begin_inset CommandInset label
12419 LatexCommand label
12420 name "sec:Formal-Tables"
12421
12422 \end_inset
12423
12424
12425 \begin_inset Index
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429 Table ! Formal
12430 \end_layout
12431
12432 \end_inset
12433
12434
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Tables are often typeset in books similar to Table
12439 \begin_inset space ~
12440 \end_inset
12441
12442
12443 \begin_inset CommandInset ref
12444 LatexCommand ref
12445 reference "tab:Example-booktabs-table"
12446
12447 \end_inset
12448
12449 .
12450  This kind of tables is called 
12451 \begin_inset Quotes eld
12452 \end_inset
12453
12454
12455 \emph on
12456 formal
12457 \emph default
12458
12459 \begin_inset Quotes erd
12460 \end_inset
12461
12462 .
12463  To make a table a formal table use the option 
12464 \family sans
12465 Formal
12466 \family default
12467  in the 
12468 \family sans
12469 Borders
12470 \family default
12471  tab of the table dialog.
12472 \end_layout
12473
12474 \begin_layout Standard
12475 \begin_inset Float table
12476 placement h
12477 wide false
12478 sideways false
12479 status open
12480
12481 \begin_layout Plain Layout
12482 \begin_inset Caption
12483
12484 \begin_layout Plain Layout
12485 \begin_inset CommandInset label
12486 LatexCommand label
12487 name "tab:Example-booktabs-table"
12488
12489 \end_inset
12490
12491 Example booktabs-table
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \begin_layout Plain Layout
12500 \align center
12501 \begin_inset Tabular
12502 <lyxtabular version="3" rows="8" columns="4">
12503 <features booktabs="true">
12504 <column alignment="center" valignment="top" width="0">
12505 <column alignment="center" valignment="top" width="0">
12506 <column alignment="center" valignment="top" width="0">
12507 <column alignment="center" valignment="top" width="0">
12508 <row>
12509 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 System
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 Medipix
12523 \begin_inset space \thinspace{}
12524 \end_inset
12525
12526 1
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 Medipix
12536 \begin_inset space \thinspace{}
12537 \end_inset
12538
12539 2
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 </row>
12554 <row>
12555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 \begin_inset ERT
12560 status collapsed
12561
12562 \begin_layout Plain Layout
12563
12564
12565 \backslash
12566 cmidrule(r){2-2}
12567 \end_layout
12568
12569 \end_inset
12570
12571
12572 \begin_inset ERT
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576
12577
12578 \backslash
12579 cmidrule(l){3-4}
12580 \end_layout
12581
12582 \end_inset
12583
12584 Detector thickness [µm]
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 300
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 <cell alignment="center" valignment="top" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 300
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 700
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 <row>
12618 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 Edge angle [°]
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 3.55
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" topline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 2.71
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 7.99
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 </row>
12655 <row topspace="default">
12656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 Spatial resolution [µm]
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 4.26
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 <cell alignment="center" valignment="top" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678 10.17
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 <cell alignment="center" valignment="top" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 10.56
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 </row>
12693 <row topspace="default">
12694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 MTF at 
12699 \begin_inset Formula $f_{\mathrm{max}}$
12700 \end_inset
12701
12702
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 0.53
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 0.37
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 0.39
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 </row>
12735 <row topspace="default">
12736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Plain Layout
12744
12745
12746 \backslash
12747 cmidrule(l{10pt}){1-1}
12748 \end_layout
12749
12750 \end_inset
12751
12752 LSF-spatial resolution
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 </row>
12785 <row>
12786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 in Âµm
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 129.7
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 52.75
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 50.78
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 </row>
12823 <row>
12824 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 in % of pixel size
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 76.3
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 95.9
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 92.3
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 </lyxtabular>
12862
12863 \end_inset
12864
12865
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Standard
12874 Spaces to table rows can be added using the 
12875 \family sans
12876 Borders
12877 \family default
12878  tab of the table dialog as described in section
12879 \begin_inset space ~
12880 \end_inset
12881
12882
12883 \begin_inset CommandInset ref
12884 LatexCommand ref
12885 reference "sub:Row-Spacing"
12886
12887 \end_inset
12888
12889 .
12890 \end_layout
12891
12892 \begin_layout Standard
12893 In contrary to normal tables, formal tables have no vertical table lines.
12894  The horizontal table lines can be set like for normal tables but they appear
12895  with different width in the output:
12896 \begin_inset Newline newline
12897 \end_inset
12898
12899 The first and the last table line have a default width of 0.08
12900 \begin_inset space \thinspace{}
12901 \end_inset
12902
12903 em while the other lines have a default width of 0.05
12904 \begin_inset space \thinspace{}
12905 \end_inset
12906
12907 em.
12908 \end_layout
12909
12910 \begin_layout Standard
12911 The default widths can be changed with the following preamble lines
12912 \end_layout
12913
12914 \begin_layout Standard
12915
12916 \series bold
12917
12918 \backslash
12919 let
12920 \backslash
12921 mytoprule
12922 \backslash
12923 toprule
12924 \begin_inset Newline newline
12925 \end_inset
12926
12927
12928 \backslash
12929 renewcommand{
12930 \backslash
12931 toprule}{
12932 \backslash
12933 mytoprule[width]}
12934 \end_layout
12935
12936 \begin_layout Standard
12937 This example is for the first line, the so called 
12938 \series bold
12939 toprule
12940 \series default
12941 .
12942  If you want to change the width for the last line, replace 
12943 \series bold
12944 toprule
12945 \series default
12946  by 
12947 \series bold
12948 bottomrule
12949 \series default
12950 .
12951  To change the width for the other lines replace 
12952 \series bold
12953 toprule
12954 \series default
12955  by 
12956 \series bold
12957 midrule
12958 \series default
12959 .
12960  You can use all units listed in appendix
12961 \begin_inset space ~
12962 \end_inset
12963
12964
12965 \begin_inset CommandInset ref
12966 LatexCommand ref
12967 reference "cha:Units-available-in"
12968
12969 \end_inset
12970
12971  to set the width.
12972 \end_layout
12973
12974 \begin_layout Standard
12975 Lines that don't span over all table columns can be created by setting a
12976  table line for multicolumn cells.
12977  LyX will then internally use the command 
12978 \series bold
12979
12980 \backslash
12981 cmidrule
12982 \series default
12983  to create this line.
12984  Its full scheme is
12985 \end_layout
12986
12987 \begin_layout Standard
12988
12989 \series bold
12990
12991 \backslash
12992 cmidrule[width](trim){startcol-endcol}
12993 \end_layout
12994
12995 \begin_layout Standard
12996 The options of 
12997 \series bold
12998
12999 \backslash
13000 cmidrule
13001 \series default
13002  are are currently not supported by LyX so you have to use TeX-Code to be
13003  able to use them.
13004  
13005 \series bold
13006
13007 \backslash
13008 cmidrule
13009 \series default
13010 s can manually be created by inserting the command as TeX-Code as first
13011  cell entry of the first cell of a row.
13012  The line is then drawn in the output above the current row.
13013 \end_layout
13014
13015 \begin_layout Standard
13016 The default for the width is 0.03
13017 \begin_inset space \thinspace{}
13018 \end_inset
13019
13020 em.
13021  Startcol is the number of the column where the line starts and endcol the
13022  column number where the line ends.
13023  The endcol always needs to be specified, also when the line should span
13024  only one column.
13025  The optional parameter trim could be either 
13026 \emph on
13027 l{trimwidth}
13028 \emph default
13029 , or 
13030 \emph on
13031 r{trimwidth}
13032 \emph default
13033  where the trimwidth is also optional.
13034  Using for example the parameter 
13035 \emph on
13036 l{2pt}
13037 \emph default
13038  means that the line is trimmed from its left end by 2
13039 \begin_inset space \thinspace{}
13040 \end_inset
13041
13042 pt.
13043  If you don't specify the trimwidth the lines are trimmed by the default
13044  of 0.5
13045 \begin_inset space \thinspace{}
13046 \end_inset
13047
13048 em.
13049 \end_layout
13050
13051 \begin_layout Standard
13052 \begin_inset VSpace bigskip
13053 \end_inset
13054
13055 Table
13056 \begin_inset space ~
13057 \end_inset
13058
13059
13060 \begin_inset CommandInset ref
13061 LatexCommand ref
13062 reference "tab:Example-booktabs-table"
13063
13064 \end_inset
13065
13066  was created using the commands
13067 \end_layout
13068
13069 \begin_layout Standard
13070
13071 \series bold
13072
13073 \backslash
13074 cmidrule(r){2-2}
13075 \backslash
13076 cmidrule(l){3-4}
13077 \end_layout
13078
13079 \begin_layout Standard
13080 at the beginning of the in the second row and
13081 \end_layout
13082
13083 \begin_layout Standard
13084
13085 \series bold
13086
13087 \backslash
13088 cmidrule(l{10pt}){1-1}
13089 \end_layout
13090
13091 \begin_layout Standard
13092 in the sixth row.
13093 \end_layout
13094
13095 \begin_layout Standard
13096 \begin_inset VSpace bigskip
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \begin_layout Standard
13103 You might want to have overlapping 
13104 \series bold
13105
13106 \backslash
13107 cmidrule
13108 \series default
13109 s like in Table
13110 \begin_inset space ~
13111 \end_inset
13112
13113
13114 \begin_inset CommandInset ref
13115 LatexCommand ref
13116 reference "tab:Special-booktabs-table"
13117
13118 \end_inset
13119
13120 .
13121  This can be achieved with the TeX-Code command
13122 \end_layout
13123
13124 \begin_layout Standard
13125
13126 \series bold
13127
13128 \backslash
13129 morecmidrules
13130 \end_layout
13131
13132 \begin_layout Standard
13133 The command that was used for the second row of Table
13134 \begin_inset space ~
13135 \end_inset
13136
13137
13138 \begin_inset CommandInset ref
13139 LatexCommand ref
13140 reference "tab:Special-booktabs-table"
13141
13142 \end_inset
13143
13144  is
13145 \end_layout
13146
13147 \begin_layout Standard
13148
13149 \series bold
13150
13151 \backslash
13152 cmidrule(r){2-2}
13153 \backslash
13154 cmidrule(l){3-4}
13155 \backslash
13156 morecmidrules
13157 \backslash
13158 cmidrule{2-4}
13159 \end_layout
13160
13161 \begin_layout Standard
13162 The command for the sixth row is
13163 \end_layout
13164
13165 \begin_layout Standard
13166
13167 \series bold
13168
13169 \backslash
13170 midrule
13171 \backslash
13172 morecmidrules
13173 \backslash
13174 cmidrule{3-4}
13175 \end_layout
13176
13177 \begin_layout Standard
13178 \begin_inset VSpace bigskip
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \begin_layout Standard
13185 If you are anyway not satisfied with the border line spacing, you can use
13186  the following command to produce lines that span over all table columns
13187 \series bold
13188 :
13189 \end_layout
13190
13191 \begin_layout Standard
13192
13193 \series bold
13194
13195 \backslash
13196 specialrule{width}{space above}{space below}
13197 \end_layout
13198
13199 \begin_layout Standard
13200 For more informations about these specialties, we refer to the manual of
13201  the LaTeX-package 
13202 \series bold
13203 booktabs
13204 \series default
13205  
13206 \begin_inset CommandInset citation
13207 LatexCommand cite
13208 key "booktabs"
13209
13210 \end_inset
13211
13212 .
13213 \begin_inset Index
13214 status collapsed
13215
13216 \begin_layout Plain Layout
13217 LaTeX-packages ! booktabs
13218 \end_layout
13219
13220 \end_inset
13221
13222
13223 \end_layout
13224
13225 \begin_layout Standard
13226 \begin_inset Float table
13227 placement h
13228 wide false
13229 sideways false
13230 status open
13231
13232 \begin_layout Plain Layout
13233 \begin_inset Caption
13234
13235 \begin_layout Plain Layout
13236 \begin_inset CommandInset label
13237 LatexCommand label
13238 name "tab:Special-booktabs-table"
13239
13240 \end_inset
13241
13242 Special booktabs-table
13243 \end_layout
13244
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \begin_layout Plain Layout
13251 \align center
13252 \begin_inset Tabular
13253 <lyxtabular version="3" rows="8" columns="4">
13254 <features booktabs="true">
13255 <column alignment="center" valignment="top" width="0">
13256 <column alignment="center" valignment="top" width="0">
13257 <column alignment="center" valignment="top" width="0">
13258 <column alignment="center" valignment="top" width="0">
13259 <row>
13260 <cell alignment="center" valignment="top" topline="true" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 System
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" topline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 Medipix
13274 \begin_inset space \thinspace{}
13275 \end_inset
13276
13277 1
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 Medipix
13287 \begin_inset space \thinspace{}
13288 \end_inset
13289
13290 2
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 </row>
13305 <row>
13306 <cell alignment="center" valignment="top" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 \begin_inset ERT
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314
13315
13316 \backslash
13317 cmidrule(r){2-2}
13318 \end_layout
13319
13320 \end_inset
13321
13322
13323 \begin_inset ERT
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327
13328
13329 \backslash
13330 cmidrule(l){3-4}
13331 \end_layout
13332
13333 \end_inset
13334
13335
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341
13342 \backslash
13343 morecmidrules 
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \begin_inset ERT
13350 status collapsed
13351
13352 \begin_layout Plain Layout
13353
13354
13355 \backslash
13356 cmidrule{2-4}
13357 \end_layout
13358
13359 \end_inset
13360
13361 Detector thickness [µm]
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 300
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 300
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 700
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 </row>
13394 <row>
13395 <cell alignment="center" valignment="top" topline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 Edge angle [°]
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 3.55
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 2.71
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" topline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 7.99
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 </row>
13432 <row topspace="default">
13433 <cell alignment="center" valignment="top" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 Spatial resolution [µm]
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 4.26
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 10.17
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 10.56
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 </row>
13470 <row topspace="default">
13471 <cell alignment="center" valignment="top" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 MTF at 
13476 \begin_inset Formula $f_{\mathrm{max}}$
13477 \end_inset
13478
13479
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 <cell alignment="center" valignment="top" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 0.53
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 0.37
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 0.39
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 </row>
13512 <row>
13513 <cell alignment="center" valignment="top" topline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 \begin_inset ERT
13518 status collapsed
13519
13520 \begin_layout Plain Layout
13521
13522
13523 \backslash
13524 morecmidrules 
13525 \end_layout
13526
13527 \end_inset
13528
13529
13530 \begin_inset ERT
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534
13535
13536 \backslash
13537 cmidrule{3-4}
13538 \end_layout
13539
13540 \end_inset
13541
13542 LSF-spatial resolution
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 in Âµm
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 129.7
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 52.75
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 50.78
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 </row>
13613 <row>
13614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 in % of pixel size
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 76.3
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 95.9
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 92.3
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 </row>
13651 </lyxtabular>
13652
13653 \end_inset
13654
13655
13656 \end_layout
13657
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \begin_layout Section
13664 Vertical Table Alignment
13665 \begin_inset Index
13666 status collapsed
13667
13668 \begin_layout Plain Layout
13669 Table ! Alignment
13670 \end_layout
13671
13672 \end_inset
13673
13674
13675 \end_layout
13676
13677 \begin_layout Standard
13678 To align tables vertically in a text line the table must be inside a box.
13679  The box can then be vertically aligned as described in section
13680 \begin_inset space ~
13681 \end_inset
13682
13683
13684 \begin_inset CommandInset ref
13685 LatexCommand ref
13686 reference "sec:Box-Dialog"
13687
13688 \end_inset
13689
13690 .
13691 \end_layout
13692
13693 \begin_layout Standard
13694 In the following example the tables are inside a minipage
13695 \begin_inset Foot
13696 status collapsed
13697
13698 \begin_layout Plain Layout
13699 Minipages are described in section
13700 \begin_inset space ~
13701 \end_inset
13702
13703
13704 \begin_inset CommandInset ref
13705 LatexCommand ref
13706 reference "sec:Minipages"
13707
13708 \end_inset
13709
13710 .
13711 \end_layout
13712
13713 \end_inset
13714
13715  box that has a width of 15
13716 \begin_inset space \thinspace{}
13717 \end_inset
13718
13719 col%:
13720 \end_layout
13721
13722 \begin_layout Itemize
13723 test 
13724 \begin_inset Box Frameless
13725 position "t"
13726 hor_pos "c"
13727 has_inner_box 1
13728 inner_pos "c"
13729 use_parbox 0
13730 width "15col%"
13731 special "none"
13732 height "1in"
13733 height_special "totalheight"
13734 status collapsed
13735
13736 \begin_layout Plain Layout
13737 \begin_inset Tabular
13738 <lyxtabular version="3" rows="3" columns="3">
13739 <features>
13740 <column alignment="center" valignment="top" width="0">
13741 <column alignment="center" valignment="top" width="0">
13742 <column alignment="center" valignment="top" width="0">
13743 <row>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 a
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 d
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 g
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 </row>
13772 <row>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 b
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 e
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 h
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 </row>
13801 <row>
13802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 c
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 f
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 i
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 </row>
13830 </lyxtabular>
13831
13832 \end_inset
13833
13834
13835 \end_layout
13836
13837 \end_inset
13838
13839  test 
13840 \begin_inset ERT
13841 status collapsed
13842
13843 \begin_layout Plain Layout
13844
13845
13846 \backslash
13847 raisebox{0.85
13848 \backslash
13849 baselineskip}{
13850 \end_layout
13851
13852 \end_inset
13853
13854
13855 \begin_inset Box Frameless
13856 position "t"
13857 hor_pos "c"
13858 has_inner_box 1
13859 inner_pos "c"
13860 use_parbox 0
13861 width "15col%"
13862 special "none"
13863 height "1in"
13864 height_special "totalheight"
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868 \begin_inset Tabular
13869 <lyxtabular version="3" rows="3" columns="3">
13870 <features>
13871 <column alignment="center" valignment="top" width="0">
13872 <column alignment="center" valignment="top" width="0">
13873 <column alignment="center" valignment="top" width="0">
13874 <row>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 a
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 d
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 g
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 </row>
13903 <row>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 b
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 e
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 h
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 </row>
13932 <row>
13933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 c
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 f
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 i
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 </row>
13961 </lyxtabular>
13962
13963 \end_inset
13964
13965
13966 \end_layout
13967
13968 \end_inset
13969
13970
13971 \begin_inset ERT
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975
13976 }
13977 \end_layout
13978
13979 \end_inset
13980
13981
13982 \end_layout
13983
13984 \begin_layout Itemize
13985 test 
13986 \begin_inset Box Frameless
13987 position "c"
13988 hor_pos "c"
13989 has_inner_box 1
13990 inner_pos "c"
13991 use_parbox 0
13992 width "15col%"
13993 special "none"
13994 height "1in"
13995 height_special "totalheight"
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999 \begin_inset Tabular
14000 <lyxtabular version="3" rows="3" columns="3">
14001 <features>
14002 <column alignment="center" valignment="top" width="0">
14003 <column alignment="center" valignment="top" width="0">
14004 <column alignment="center" valignment="top" width="0">
14005 <row>
14006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 a
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 d
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 g
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 <row>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 b
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 e
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 h
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 </row>
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 c
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 f
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 i
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 </row>
14092 </lyxtabular>
14093
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \end_inset
14100
14101
14102 \end_layout
14103
14104 \begin_layout Itemize
14105 test 
14106 \begin_inset Box Frameless
14107 position "b"
14108 hor_pos "c"
14109 has_inner_box 1
14110 inner_pos "c"
14111 use_parbox 0
14112 width "15col%"
14113 special "none"
14114 height "1in"
14115 height_special "totalheight"
14116 status collapsed
14117
14118 \begin_layout Plain Layout
14119 \begin_inset Tabular
14120 <lyxtabular version="3" rows="3" columns="3">
14121 <features>
14122 <column alignment="center" valignment="top" width="0">
14123 <column alignment="center" valignment="top" width="0">
14124 <column alignment="center" valignment="top" width="0">
14125 <row>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 a
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 d
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Plain Layout
14148 g
14149 \end_layout
14150
14151 \end_inset
14152 </cell>
14153 </row>
14154 <row>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 b
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 e
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14174 \begin_inset Text
14175
14176 \begin_layout Plain Layout
14177 h
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 </row>
14183 <row>
14184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 c
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 f
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 i
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 </lyxtabular>
14213
14214 \end_inset
14215
14216
14217 \end_layout
14218
14219 \end_inset
14220
14221  test 
14222 \begin_inset ERT
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226
14227
14228 \backslash
14229 raisebox{-0.32
14230 \backslash
14231 baselineskip}{
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \begin_inset Box Frameless
14238 position "b"
14239 hor_pos "c"
14240 has_inner_box 1
14241 inner_pos "c"
14242 use_parbox 0
14243 width "15col%"
14244 special "none"
14245 height "1in"
14246 height_special "totalheight"
14247 status collapsed
14248
14249 \begin_layout Plain Layout
14250 \begin_inset Tabular
14251 <lyxtabular version="3" rows="3" columns="3">
14252 <features>
14253 <column alignment="center" valignment="top" width="0">
14254 <column alignment="center" valignment="top" width="0">
14255 <column alignment="center" valignment="top" width="0">
14256 <row>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 a
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 d
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279 g
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 </row>
14285 <row>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 b
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 e
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 h
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 c
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 f
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 i
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 </lyxtabular>
14344
14345 \end_inset
14346
14347
14348 \end_layout
14349
14350 \end_inset
14351
14352
14353 \begin_inset ERT
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357
14358 }
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \begin_layout Standard
14367 As you can see, the content of the first and last table row is not correctly
14368  aligned with the text line where the table is in.
14369  To get this alignment, the minipage box must be set into a raisebox
14370 \begin_inset Foot
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374 Raiseboxes are described in section
14375 \begin_inset space ~
14376 \end_inset
14377
14378
14379 \begin_inset CommandInset ref
14380 LatexCommand ref
14381 reference "sub:Vertical-Alignment"
14382
14383 \end_inset
14384
14385 .
14386 \end_layout
14387
14388 \end_inset
14389
14390 .
14391  In the example above the second table in the first item is aligned using
14392  the TeX-Code-command
14393 \end_layout
14394
14395 \begin_layout Standard
14396
14397 \series bold
14398
14399 \backslash
14400 raisebox{0.85
14401 \backslash
14402 baselineskip}{
14403 \end_layout
14404
14405 \begin_layout Standard
14406 before the box.
14407  Behind the box the closing brace 
14408 \series bold
14409 }
14410 \series default
14411  is inserted as TeX-Code.
14412  For the second table in the last item the command
14413 \end_layout
14414
14415 \begin_layout Standard
14416
14417 \series bold
14418
14419 \backslash
14420 raisebox{-0.32
14421 \backslash
14422 baselineskip}{
14423 \end_layout
14424
14425 \begin_layout Standard
14426 is used.
14427 \end_layout
14428
14429 \begin_layout Standard
14430 \begin_inset Note Greyedout
14431 status open
14432
14433 \begin_layout Plain Layout
14434
14435 \series bold
14436 Note:
14437 \series default
14438  The alignment of the table row content to the surrounding text line is
14439  not exact.
14440  The needed factor of the 
14441 \series bold
14442
14443 \backslash
14444 raisebox
14445 \series default
14446  command for this alignment depends on the document font, the font size,
14447  and the table line thickness.
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \begin_layout Section
14456 Colored Tables
14457 \begin_inset CommandInset label
14458 LatexCommand label
14459 name "sec:Colored-Tables"
14460
14461 \end_inset
14462
14463
14464 \begin_inset Index
14465 status collapsed
14466
14467 \begin_layout Plain Layout
14468 Table ! Color
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \begin_layout Subsection
14477 Colored Cells
14478 \begin_inset Index
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482 Table Color ! for Cells
14483 \end_layout
14484
14485 \end_inset
14486
14487
14488 \begin_inset Index
14489 status collapsed
14490
14491 \begin_layout Plain Layout
14492 Color ! for Table Cells
14493 \end_layout
14494
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \begin_layout Standard
14501 \begin_inset Float table
14502 placement h
14503 wide false
14504 sideways false
14505 status open
14506
14507 \begin_layout Plain Layout
14508 \begin_inset Caption
14509
14510 \begin_layout Plain Layout
14511 \begin_inset CommandInset label
14512 LatexCommand label
14513 name "tab:Table-colored-without"
14514
14515 \end_inset
14516
14517 Table colored without using the package 
14518 \series bold
14519 colortbl
14520 \series default
14521
14522 \begin_inset OptArg
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526 Table without colortbl
14527 \end_layout
14528
14529 \end_inset
14530
14531
14532 \end_layout
14533
14534 \end_inset
14535
14536
14537 \end_layout
14538
14539 \begin_layout Plain Layout
14540 \align center
14541 \begin_inset Tabular
14542 <lyxtabular version="3" rows="3" columns="3">
14543 <features>
14544 <column alignment="center" valignment="top" width="0">
14545 <column alignment="center" valignment="top" width="0">
14546 <column alignment="center" valignment="top" width="0">
14547 <row>
14548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552
14553 \color green
14554 a
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563
14564 \color red
14565 b
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574
14575 \color red
14576 c
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 </row>
14582 <row>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587
14588 \color green
14589 d
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598
14599 \color blue
14600 e
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609
14610 \color blue
14611 f
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 </row>
14617 <row>
14618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622
14623 \color green
14624 g
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633
14634 \color blue
14635 h
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644
14645 \color blue
14646 i
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 </row>
14652 </lyxtabular>
14653
14654 \end_inset
14655
14656
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \begin_layout Standard
14665 If you only need colored text, mark the cells and choose a color in the
14666  menu 
14667 \family sans
14668 Edit\SpecialChar \menuseparator
14669 Text
14670 \begin_inset space ~
14671 \end_inset
14672
14673 Style
14674 \family default
14675 .
14676  This was used to create Table
14677 \begin_inset space ~
14678 \end_inset
14679
14680
14681 \begin_inset CommandInset ref
14682 LatexCommand ref
14683 reference "tab:Table-colored-without"
14684
14685 \end_inset
14686
14687 .
14688  In any other case you have to use the LaTeX-package 
14689 \series bold
14690 colortbl
14691 \series default
14692 .
14693 \begin_inset Index
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697 LaTeX-packages ! colortbl
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 \begin_inset ERT
14707 status collapsed
14708
14709 \begin_layout Plain Layout
14710
14711
14712 \backslash
14713 ifcolortbl
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \begin_inset Note Note
14720 status open
14721
14722 \begin_layout Plain Layout
14723 The following section part will only be displayed when the LaTeX-package
14724  
14725 \series bold
14726 colortbl
14727 \series default
14728  is installed.
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \end_layout
14735
14736 \begin_layout Standard
14737 To create colored tables, 
14738 \series bold
14739 colortbl
14740 \series default
14741  must be loaded in the preamble with the line
14742 \end_layout
14743
14744 \begin_layout Standard
14745
14746 \series bold
14747
14748 \backslash
14749 usepackage{colortbl}
14750 \end_layout
14751
14752 \begin_layout Standard
14753 The color of a column is adjusted with the command
14754 \end_layout
14755
14756 \begin_layout Standard
14757
14758 \series bold
14759
14760 \backslash
14761 columncolor{name of color}
14762 \end_layout
14763
14764 \begin_layout Standard
14765 inside the command 
14766 \series bold
14767 >{ }
14768 \series default
14769 .
14770  More about the command 
14771 \series bold
14772 >{}
14773 \series default
14774  is described in section
14775 \begin_inset space ~
14776 \end_inset
14777
14778
14779 \begin_inset CommandInset ref
14780 LatexCommand ref
14781 reference "sub:Multicolumn-Calculations"
14782
14783 \end_inset
14784
14785 .
14786 \end_layout
14787
14788 \begin_layout Standard
14789 The following color names are predefined:
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \family sans
14795 red
14796 \family default
14797
14798 \family sans
14799 green
14800 \family default
14801
14802 \family sans
14803 yellow
14804 \family default
14805
14806 \family sans
14807 blue
14808 \family default
14809
14810 \family sans
14811 cyan
14812 \family default
14813
14814 \family sans
14815 magenta
14816 \family default
14817
14818 \family sans
14819 black
14820 \family default
14821  and 
14822 \family sans
14823 white
14824 \end_layout
14825
14826 \begin_layout Standard
14827 \begin_inset VSpace medskip
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \begin_layout Standard
14834 You can also define your own color with the command
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 definecolor{color name}{color model}{color values}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 The color model can be
14847 \end_layout
14848
14849 \begin_layout Labeling
14850 \labelwidthstring 00.00.0000
14851 cmyk: cyan, magenta, yellow, black
14852 \end_layout
14853
14854 \begin_layout Labeling
14855 \labelwidthstring 00.00.0000
14856 rgb: red, green blue
14857 \end_layout
14858
14859 \begin_layout Labeling
14860 \labelwidthstring 00.00.0000
14861 gray gray
14862 \end_layout
14863
14864 \begin_layout Standard
14865 and the color values are comma separated numbers between 0 and 1 describing
14866  the factor for the corresponding color of the color model.
14867 \end_layout
14868
14869 \begin_layout Standard
14870 You can e.
14871 \begin_inset space \thinspace{}
14872 \end_inset
14873
14874 g.
14875 \begin_inset space ~
14876 \end_inset
14877
14878 define the color "
14879 \emph on
14880 darkgreen
14881 \emph default
14882 " in the preamble with
14883 \end_layout
14884
14885 \begin_layout Standard
14886
14887 \series bold
14888
14889 \backslash
14890 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14891 \end_layout
14892
14893 \begin_layout Standard
14894 and the color "
14895 \emph on
14896 lightgray
14897 \emph default
14898 " with
14899 \end_layout
14900
14901 \begin_layout Standard
14902
14903 \series bold
14904
14905 \backslash
14906 definecolor{lightgray}{gray}{0.8}
14907 \end_layout
14908
14909 \begin_layout Standard
14910 \begin_inset VSpace medskip
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \begin_layout Standard
14917 Lines are colored with the command
14918 \end_layout
14919
14920 \begin_layout Standard
14921
14922 \series bold
14923
14924 \backslash
14925 rowcolor{name of color}
14926 \end_layout
14927
14928 \begin_layout Standard
14929 and cells are colored with the command
14930 \end_layout
14931
14932 \begin_layout Standard
14933
14934 \series bold
14935
14936 \backslash
14937 cellcolor{name of color}
14938 \end_layout
14939
14940 \begin_layout Standard
14941 Both commands are inserted at the beginning of a cell as TeX-Code.
14942 \end_layout
14943
14944 \begin_layout Standard
14945 To color characters in the table, mark the cells and use the LyX menu 
14946 \family sans
14947 Edit\SpecialChar \menuseparator
14948 Text
14949 \begin_inset space ~
14950 \end_inset
14951
14952 Style
14953 \family default
14954 .
14955  If a cell contains TeX-Code mark only the characters, otherwise the colored
14956  TeX-Code will cause LaTeX-errors.
14957 \end_layout
14958
14959 \begin_layout Standard
14960 \begin_inset Note Greyedout
14961 status open
14962
14963 \begin_layout Plain Layout
14964
14965 \series bold
14966 Note:
14967 \series default
14968  Not all DVI-viewers are able to display self-defined colors.
14969 \end_layout
14970
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \begin_layout Standard
14977 \begin_inset VSpace bigskip
14978 \end_inset
14979
14980
14981 \end_layout
14982
14983 \begin_layout Standard
14984 To create Table
14985 \begin_inset space ~
14986 \end_inset
14987
14988
14989 \begin_inset CommandInset ref
14990 LatexCommand ref
14991 reference "tab:Table-colored-using"
14992
14993 \end_inset
14994
14995  do the following: The color of the first column should be 
14996 \emph on
14997 darkgreen
14998 \emph default
14999 .
15000  So insert
15001 \end_layout
15002
15003 \begin_layout Standard
15004
15005 \series bold
15006 >{
15007 \backslash
15008 columncolor{darkgreen}
15009 \backslash
15010 centering}c
15011 \end_layout
15012
15013 \begin_layout Standard
15014 as LaTeX-argument for this column.
15015  The first row should be blue, therefore the TeX-Code command
15016 \end_layout
15017
15018 \begin_layout Standard
15019
15020 \series bold
15021
15022 \backslash
15023 rowcolow{cyan}
15024 \end_layout
15025
15026 \begin_layout Standard
15027 is inserted to the first cell of this row.
15028  Note that this overwrites the column color for the first cell.
15029  The last cell of the last row is colored magenta by inserting the TeX-Code
15030  command
15031 \end_layout
15032
15033 \begin_layout Standard
15034
15035 \series bold
15036
15037 \backslash
15038 cellcolor{magenta}
15039 \end_layout
15040
15041 \begin_layout Standard
15042 The characters could now be colored using the menu 
15043 \family sans
15044 Edit\SpecialChar \menuseparator
15045 Text
15046 \begin_inset space ~
15047 \end_inset
15048
15049 Style
15050 \family default
15051 .
15052 \end_layout
15053
15054 \begin_layout Standard
15055 \begin_inset Float table
15056 placement h
15057 wide false
15058 sideways false
15059 status open
15060
15061 \begin_layout Plain Layout
15062 \begin_inset Caption
15063
15064 \begin_layout Plain Layout
15065 \begin_inset CommandInset label
15066 LatexCommand label
15067 name "tab:Table-colored-using"
15068
15069 \end_inset
15070
15071 Table colored using the package 
15072 \series bold
15073 colortbl
15074 \series default
15075
15076 \begin_inset OptArg
15077 status collapsed
15078
15079 \begin_layout Plain Layout
15080 Table with colortbl
15081 \end_layout
15082
15083 \end_inset
15084
15085
15086 \end_layout
15087
15088 \end_inset
15089
15090
15091 \end_layout
15092
15093 \begin_layout Plain Layout
15094 \align center
15095 \begin_inset Tabular
15096 <lyxtabular version="3" rows="3" columns="3">
15097 <features>
15098 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15099 <column alignment="center" valignment="top" width="0">
15100 <column alignment="center" valignment="top" width="0">
15101 <row>
15102 <cell alignment="center" valignment="top" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 \begin_inset ERT
15107 status collapsed
15108
15109 \begin_layout Plain Layout
15110
15111
15112 \backslash
15113 rowcolor{cyan}
15114 \end_layout
15115
15116 \end_inset
15117
15118
15119 \color magenta
15120 a
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 <cell alignment="center" valignment="top" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129
15130 \color red
15131 b
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \color red
15142 c
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 </row>
15148 <row>
15149 <cell alignment="center" valignment="top" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \color yellow
15155 d
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \color blue
15166 e
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175
15176 \color blue
15177 f
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 <row>
15184 <cell alignment="center" valignment="top" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \color yellow
15190 g
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \color blue
15201 h
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 \begin_inset ERT
15211 status collapsed
15212
15213 \begin_layout Plain Layout
15214
15215
15216 \backslash
15217 cellcolor{magenta}
15218 \end_layout
15219
15220 \end_inset
15221
15222
15223 \color green
15224 i
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 </lyxtabular>
15231
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \begin_layout Standard
15243 \begin_inset ERT
15244 status collapsed
15245
15246 \begin_layout Plain Layout
15247
15248
15249 \backslash
15250 else
15251 \end_layout
15252
15253 \end_inset
15254
15255
15256 \begin_inset Note Note
15257 status open
15258
15259 \begin_layout Plain Layout
15260 The following will be displayed when the LaTeX-package 
15261 \series bold
15262 colortbl
15263 \series default
15264  is not installed:
15265 \end_layout
15266
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \begin_layout Standard
15273 You need to install the package 
15274 \series bold
15275 colortbl
15276 \series default
15277  to see the content of this section in the output.
15278 \end_layout
15279
15280 \begin_layout Standard
15281 \begin_inset ERT
15282 status collapsed
15283
15284 \begin_layout Plain Layout
15285
15286
15287 \backslash
15288 fi
15289 \end_layout
15290
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \begin_layout Subsection
15297 Colored Lines
15298 \begin_inset Index
15299 status collapsed
15300
15301 \begin_layout Plain Layout
15302 Table Color ! for Lines
15303 \end_layout
15304
15305 \end_inset
15306
15307
15308 \begin_inset Index
15309 status collapsed
15310
15311 \begin_layout Plain Layout
15312 Color ! for Table Lines
15313 \end_layout
15314
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \begin_layout Standard
15321 As described in section
15322 \begin_inset space ~
15323 \end_inset
15324
15325
15326 \begin_inset CommandInset ref
15327 LatexCommand ref
15328 reference "sub:Line-Thickness"
15329
15330 \end_inset
15331
15332 , the line thickness for all lines in a table can be adjusted with the length
15333  
15334 \series bold
15335
15336 \backslash
15337 arrayrulewidth
15338 \series default
15339 .
15340  It is set to 1.5
15341 \begin_inset space \thinspace{}
15342 \end_inset
15343
15344 pt for all tables of this section.
15345 \begin_inset ERT
15346 status collapsed
15347
15348 \begin_layout Plain Layout
15349
15350
15351 \backslash
15352 setlength{
15353 \backslash
15354 arrayrulewidth}{1.5pt}
15355 \end_layout
15356
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \begin_layout Standard
15363 To color vertical lines for example with green, create the following column
15364  format in the document preamble, according to the description in section
15365 \begin_inset space ~
15366 \end_inset
15367
15368
15369 \begin_inset CommandInset ref
15370 LatexCommand ref
15371 reference "sub:Customized-Format"
15372
15373 \end_inset
15374
15375 :
15376 \end_layout
15377
15378 \begin_layout Standard
15379
15380 \series bold
15381
15382 \backslash
15383 newcolumntype{W}{!{
15384 \backslash
15385 color{green}
15386 \backslash
15387 vline}}
15388 \end_layout
15389
15390 \begin_layout Standard
15391 For Table
15392 \begin_inset space ~
15393 \end_inset
15394
15395
15396 \begin_inset CommandInset ref
15397 LatexCommand ref
15398 reference "tab:Table-with-vertical-colored"
15399
15400 \end_inset
15401
15402  the LaTeX-argument
15403 \series bold
15404  WcW
15405 \series default
15406  was used for the last column and
15407 \series bold
15408  Wc
15409 \series default
15410  for the other columns.
15411 \end_layout
15412
15413 \begin_layout Standard
15414 If you want to have several colors, define more column formats.
15415 \end_layout
15416
15417 \begin_layout Standard
15418 \begin_inset Float table
15419 placement h
15420 wide false
15421 sideways false
15422 status open
15423
15424 \begin_layout Plain Layout
15425 \begin_inset Caption
15426
15427 \begin_layout Plain Layout
15428 \begin_inset CommandInset label
15429 LatexCommand label
15430 name "tab:Table-with-vertical-colored"
15431
15432 \end_inset
15433
15434 Table with colored vertical lines
15435 \end_layout
15436
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \begin_layout Plain Layout
15443 \align center
15444 \begin_inset Tabular
15445 <lyxtabular version="3" rows="3" columns="3">
15446 <features>
15447 <column alignment="center" valignment="top" width="0" special="Wc">
15448 <column alignment="center" valignment="top" width="0" special="Wc">
15449 <column alignment="center" valignment="top" width="0" special="WcW">
15450 <row>
15451 <cell alignment="center" valignment="top" topline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 sd
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" topline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 </row>
15479 <row>
15480 <cell alignment="center" valignment="top" topline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" topline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493 sd
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" topline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 </row>
15508 <row>
15509 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 sd
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 </row>
15537 </lyxtabular>
15538
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \begin_layout Standard
15550 \begin_inset VSpace bigskip
15551 \end_inset
15552
15553 To color horizontal lines for example with red, like in Table
15554 \begin_inset space ~
15555 \end_inset
15556
15557
15558 \begin_inset CommandInset ref
15559 LatexCommand ref
15560 reference "tab:Table-with-horizontal-colored"
15561
15562 \end_inset
15563
15564 , insert these commands in TeX-Code before the table or table float:
15565 \end_layout
15566
15567 \begin_layout Standard
15568
15569 \series bold
15570
15571 \backslash
15572 let
15573 \backslash
15574 myHlineC
15575 \backslash
15576 hline
15577 \begin_inset Newline newline
15578 \end_inset
15579
15580
15581 \backslash
15582 renewcommand{
15583 \backslash
15584 hline}
15585 \begin_inset Newline newline
15586 \end_inset
15587
15588
15589 \begin_inset ERT
15590 status collapsed
15591
15592 \begin_layout Plain Layout
15593
15594
15595 \backslash
15596 hphantom{ }
15597 \end_layout
15598
15599 \end_inset
15600
15601 {
15602 \backslash
15603 arrayrulecolor{red}
15604 \backslash
15605 myHlineC
15606 \backslash
15607 arrayrulecolor{black}}
15608 \end_layout
15609
15610 \begin_layout Standard
15611 \begin_inset ERT
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615
15616
15617 \backslash
15618 let
15619 \backslash
15620 myHlineC
15621 \backslash
15622 hline
15623 \end_layout
15624
15625 \begin_layout Plain Layout
15626
15627
15628 \backslash
15629 renewcommand{
15630 \backslash
15631 hline}
15632 \end_layout
15633
15634 \begin_layout Plain Layout
15635
15636  {
15637 \backslash
15638 arrayrulecolor{red}
15639 \backslash
15640 myHlineC
15641 \backslash
15642 arrayrulecolor{black}}
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \begin_inset Float table
15649 placement h
15650 wide false
15651 sideways false
15652 status open
15653
15654 \begin_layout Plain Layout
15655 \begin_inset Caption
15656
15657 \begin_layout Plain Layout
15658 \begin_inset CommandInset label
15659 LatexCommand label
15660 name "tab:Table-with-horizontal-colored"
15661
15662 \end_inset
15663
15664 Table with colored horizontal lines
15665 \end_layout
15666
15667 \end_inset
15668
15669
15670 \end_layout
15671
15672 \begin_layout Plain Layout
15673 \align center
15674 \begin_inset Tabular
15675 <lyxtabular version="3" rows="3" columns="3">
15676 <features>
15677 <column alignment="center" valignment="top" width="0">
15678 <column alignment="center" valignment="top" width="0">
15679 <column alignment="center" valignment="top" width="0">
15680 <row>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 sd
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 </row>
15709 <row>
15710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723 sd
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 </row>
15738 <row>
15739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761 sd
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 </row>
15767 </lyxtabular>
15768
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \begin_layout Standard
15780 To return to the default line color black, insert this command in TeX-Code
15781  behind the table or table float:
15782 \end_layout
15783
15784 \begin_layout Standard
15785
15786 \series bold
15787
15788 \backslash
15789 renewcommand{
15790 \backslash
15791 hline}{
15792 \backslash
15793 myHlineC}
15794 \end_layout
15795
15796 \begin_layout Standard
15797 Table
15798 \begin_inset space ~
15799 \end_inset
15800
15801
15802 \begin_inset CommandInset ref
15803 LatexCommand ref
15804 reference "tab:Table-with-colored"
15805
15806 \end_inset
15807
15808  is an example with colored vertical and horizontal lines.
15809 \end_layout
15810
15811 \begin_layout Standard
15812 \begin_inset Float table
15813 placement h
15814 wide false
15815 sideways false
15816 status open
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Caption
15820
15821 \begin_layout Plain Layout
15822 \begin_inset CommandInset label
15823 LatexCommand label
15824 name "tab:Table-with-colored"
15825
15826 \end_inset
15827
15828 Table with colored lines
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Plain Layout
15837 \align center
15838 \begin_inset Tabular
15839 <lyxtabular version="3" rows="3" columns="3">
15840 <features>
15841 <column alignment="center" valignment="top" width="0" special="Wc">
15842 <column alignment="center" valignment="top" width="0" special="Wc">
15843 <column alignment="center" valignment="top" width="0" special="WcW">
15844 <row>
15845 <cell alignment="center" valignment="top" topline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 sd
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" topline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 </row>
15873 <row>
15874 <cell alignment="center" valignment="top" topline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell alignment="center" valignment="top" topline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 sd
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row topspace="default">
15903 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 sd
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 </row>
15931 </lyxtabular>
15932
15933 \end_inset
15934
15935
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \begin_layout Standard
15944 \begin_inset ERT
15945 status collapsed
15946
15947 \begin_layout Plain Layout
15948
15949
15950 \backslash
15951 renewcommand{
15952 \backslash
15953 hline}{
15954 \backslash
15955 myHlineC}
15956 \end_layout
15957
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \begin_layout Standard
15964 \begin_inset ERT
15965 status collapsed
15966
15967 \begin_layout Plain Layout
15968
15969
15970 \backslash
15971 setlength{
15972 \backslash
15973 arrayrulewidth}{0.4pt}
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \end_layout
15980
15981 \begin_layout Section
15982 Table Customization
15983 \begin_inset Index
15984 status collapsed
15985
15986 \begin_layout Plain Layout
15987 Table Customization
15988 \end_layout
15989
15990 \end_inset
15991
15992
15993 \begin_inset Index
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997 Table ! Customization
15998 \end_layout
15999
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \begin_layout Subsection
16006 Row Spacing
16007 \begin_inset CommandInset label
16008 LatexCommand label
16009 name "sub:Row-Spacing"
16010
16011 \end_inset
16012
16013
16014 \begin_inset Index
16015 status collapsed
16016
16017 \begin_layout Plain Layout
16018 Table Customization ! Row Spacing
16019 \end_layout
16020
16021 \end_inset
16022
16023
16024 \end_layout
16025
16026 \begin_layout Standard
16027 You can add vertical space to table rows in the 
16028 \family sans
16029 Borders
16030 \family default
16031  tab of the table dialog.
16032  You find there three possibilities:
16033 \end_layout
16034
16035 \begin_layout Description
16036 Top
16037 \begin_inset space ~
16038 \end_inset
16039
16040 of
16041 \begin_inset space ~
16042 \end_inset
16043
16044 row will add space above the characters of the table row.
16045  If the table is a formal table
16046 \begin_inset Foot
16047 status collapsed
16048
16049 \begin_layout Plain Layout
16050 Formal tables are explained in section
16051 \begin_inset space ~
16052 \end_inset
16053
16054
16055 \begin_inset CommandInset ref
16056 LatexCommand ref
16057 reference "sec:Formal-Tables"
16058
16059 \end_inset
16060
16061 .
16062 \end_layout
16063
16064 \end_inset
16065
16066  LyX will insert as default 0.5
16067 \begin_inset space \thinspace{}
16068 \end_inset
16069
16070 em space.
16071  For normal tables the inserted space will unfortunately destroy the vertical
16072  table lines as in the following table:
16073 \begin_inset VSpace medskip
16074 \end_inset
16075
16076
16077 \begin_inset Newline newline
16078 \end_inset
16079
16080
16081 \begin_inset space \hspace*{}
16082 \length 0pt
16083 \end_inset
16084
16085
16086 \begin_inset space \hfill{}
16087 \end_inset
16088
16089
16090 \begin_inset Tabular
16091 <lyxtabular version="3" rows="3" columns="1">
16092 <features>
16093 <column alignment="center" valignment="top" width="0">
16094 <row>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 A
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 </row>
16105 <row topspace="3mm">
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 3
16111 \begin_inset space \thinspace{}
16112 \end_inset
16113
16114 mm space top of row
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 </row>
16120 <row>
16121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 C
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 </lyxtabular>
16132
16133 \end_inset
16134
16135
16136 \begin_inset space \hfill{}
16137 \end_inset
16138
16139
16140 \begin_inset space \hspace*{}
16141 \length 0pt
16142 \end_inset
16143
16144
16145 \begin_inset VSpace medskip
16146 \end_inset
16147
16148
16149 \begin_inset Newline newline
16150 \end_inset
16151
16152 So inserting space to the top of row for normal tables is only useful when
16153  you don't have vertical lines.
16154 \end_layout
16155
16156 \begin_layout Description
16157 Bottom
16158 \begin_inset space ~
16159 \end_inset
16160
16161 of
16162 \begin_inset space ~
16163 \end_inset
16164
16165 row will add space below the characters of the table row.
16166  If the table is a formal table LyX will insert as default 0.5
16167 \begin_inset space \thinspace{}
16168 \end_inset
16169
16170 em space, for normal tables the default size is 2
16171 \begin_inset space \thinspace{}
16172 \end_inset
16173
16174 pt.
16175 \end_layout
16176
16177 \begin_layout Description
16178 Between
16179 \begin_inset space ~
16180 \end_inset
16181
16182 rows adds space between the current and the following row.
16183  If the table is a formal table LyX will insert as default 0.5
16184 \begin_inset space \thinspace{}
16185 \end_inset
16186
16187 em space.
16188  For normal tables the inserted space will unfortunately destroy the vertical
16189  table lines as in the following table:
16190 \begin_inset VSpace medskip
16191 \end_inset
16192
16193
16194 \begin_inset Newline newline
16195 \end_inset
16196
16197
16198 \begin_inset space \hspace*{}
16199 \length 0pt
16200 \end_inset
16201
16202
16203 \begin_inset space \hfill{}
16204 \end_inset
16205
16206
16207 \begin_inset Tabular
16208 <lyxtabular version="3" rows="3" columns="1">
16209 <features>
16210 <column alignment="center" valignment="top" width="0">
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 A
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 </row>
16222 <row interlinespace="3mm">
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 \begin_inset Formula $\downarrow$
16228 \end_inset
16229
16230  3
16231 \begin_inset space \thinspace{}
16232 \end_inset
16233
16234 mm space between row 
16235 \begin_inset Formula $\downarrow$
16236 \end_inset
16237
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Formula $\uparrow$
16250 \end_inset
16251
16252  3
16253 \begin_inset space \thinspace{}
16254 \end_inset
16255
16256 mm space between row 
16257 \begin_inset Formula $\uparrow$
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 </lyxtabular>
16267
16268 \end_inset
16269
16270
16271 \begin_inset space \hfill{}
16272 \end_inset
16273
16274
16275 \begin_inset space \hspace*{}
16276 \length 0pt
16277 \end_inset
16278
16279
16280 \begin_inset VSpace medskip
16281 \end_inset
16282
16283
16284 \begin_inset Newline newline
16285 \end_inset
16286
16287 So inserting space between rows for normal tables is only useful when you
16288  don't have vertical lines.
16289 \end_layout
16290
16291 \begin_layout Standard
16292 \begin_inset VSpace bigskip
16293 \end_inset
16294
16295 When you want to add extra height to all cells of all tables, you can do
16296  this with the following preamble lines:
16297 \end_layout
16298
16299 \begin_layout Standard
16300
16301 \series bold
16302
16303 \backslash
16304 @ifundefined{extrarowheight}
16305 \begin_inset Newline newline
16306 \end_inset
16307
16308
16309 \begin_inset ERT
16310 status collapsed
16311
16312 \begin_layout Plain Layout
16313
16314
16315 \backslash
16316 hphantom{ }
16317 \end_layout
16318
16319 \end_inset
16320
16321 {
16322 \backslash
16323 usepackage{array}}{}
16324 \begin_inset Newline newline
16325 \end_inset
16326
16327
16328 \backslash
16329 setlength{
16330 \backslash
16331 extrarowheight}{height}
16332 \end_layout
16333
16334 \begin_layout Standard
16335 But this has the disadvantage that the cell texts are no longer exactly
16336  vertically centered.
16337  (The package 
16338 \series bold
16339 array
16340 \series default
16341  will be loaded automatically by LyX when you use self defined table formats.
16342  To avoid that it is loaded twice the command 
16343 \series bold
16344
16345 \backslash
16346 @ifundefined
16347 \series default
16348  is used in the above command.)
16349 \end_layout
16350
16351 \begin_layout Subsection
16352 Special Cell Alignment
16353 \begin_inset Index
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357 Table Customization ! Special Cell Alignment
16358 \end_layout
16359
16360 \end_inset
16361
16362
16363 \end_layout
16364
16365 \begin_layout Standard
16366 Sometimes it looks better when the cell entries of a column are aligned
16367  with a special character, e.
16368 \begin_inset space \thinspace{}
16369 \end_inset
16370
16371 g.
16372 \begin_inset space ~
16373 \end_inset
16374
16375 with the decimal separator as in Table
16376 \begin_inset space ~
16377 \end_inset
16378
16379
16380 \begin_inset CommandInset ref
16381 LatexCommand ref
16382 reference "tab:Table-cells-of"
16383
16384 \end_inset
16385
16386 .
16387 \end_layout
16388
16389 \begin_layout Standard
16390 \begin_inset Float table
16391 placement h
16392 wide false
16393 sideways false
16394 status open
16395
16396 \begin_layout Plain Layout
16397 \begin_inset Caption
16398
16399 \begin_layout Plain Layout
16400 \begin_inset CommandInset label
16401 LatexCommand label
16402 name "tab:Table-cells-of"
16403
16404 \end_inset
16405
16406 Table cells of a column aligned with the decimal separator.
16407 \end_layout
16408
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \begin_layout Plain Layout
16415 \align center
16416 \begin_inset Tabular
16417 <lyxtabular version="3" rows="4" columns="2">
16418 <features>
16419 <column alignment="right" valignment="top" width="0">
16420 <column alignment="left" valignment="top" width="0" special="@{}l">
16421 <row>
16422 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 heading
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="center" valignment="top" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 12.
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 6
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row>
16462 <cell alignment="center" valignment="top" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 0.
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 68
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 -123.
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 0
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 </lyxtabular>
16502
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \begin_layout Standard
16514 This table was created with a 4×2 table.
16515  The heading is a centered multicolumn.
16516  The first column is right-aligned and contains the digits before the decimal
16517  point and the decimal point.
16518  The second column is left aligned and contains the digits after the decimal
16519  point.
16520  To omit the space that is normally between two table columns, use the following
16521  LaTeX-argument for the second column:
16522 \end_layout
16523
16524 \begin_layout Standard
16525
16526 \series bold
16527 @{}l
16528 \end_layout
16529
16530 \begin_layout Standard
16531 Table
16532 \begin_inset space ~
16533 \end_inset
16534
16535
16536 \begin_inset CommandInset ref
16537 LatexCommand ref
16538 reference "tab:Several-table-cell"
16539
16540 \end_inset
16541
16542  shows some example alignments.
16543  For the alignment with the relation sign, you must add the second smallest
16544  math-space at the beginning of the last column to get the correct space
16545  surrounding the relation sign.
16546 \end_layout
16547
16548 \begin_layout Standard
16549 \begin_inset Float table
16550 wide false
16551 sideways false
16552 status open
16553
16554 \begin_layout Plain Layout
16555 \begin_inset Caption
16556
16557 \begin_layout Plain Layout
16558 \begin_inset CommandInset label
16559 LatexCommand label
16560 name "tab:Several-table-cell"
16561
16562 \end_inset
16563
16564 Several table cell alignments.
16565 \end_layout
16566
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \begin_layout Plain Layout
16573 \align center
16574 \begin_inset Tabular
16575 <lyxtabular version="3" rows="4" columns="6">
16576 <features>
16577 <column alignment="right" valignment="top" width="0">
16578 <column alignment="left" valignment="top" width="0" special="@{}l">
16579 <column alignment="right" valignment="top" width="0">
16580 <column alignment="left" valignment="top" width="0" special="@{}l">
16581 <column alignment="right" valignment="top" width="0">
16582 <column alignment="left" valignment="top" width="0" special="@{}l">
16583 <row>
16584 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 units
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 exponents
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 relations
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row>
16640 <cell alignment="center" valignment="top" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 12×
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 24
16654 \begin_inset space \thinspace{}
16655 \end_inset
16656
16657 bottles
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $10\cdot$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 \begin_inset Formula $10^{\mbox{-}17}$
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 <cell alignment="center" valignment="top" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 \begin_inset Formula $\Gamma(t)\propto$
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\:\Upsilon(t)$
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 1024×
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 768
16726 \begin_inset space \thinspace{}
16727 \end_inset
16728
16729 Pixels
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 \begin_inset Formula $5.78\cdot$
16739 \end_inset
16740
16741
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 \begin_inset Formula $10^{7}$
16751 \end_inset
16752
16753
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset Formula $A\ne$
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $\: B_{\mathrm{red}}$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 32×
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 6
16798 \begin_inset space \thinspace{}
16799 \end_inset
16800
16801 cm
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 -
16811 \begin_inset Formula $33.5\cdot$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 \begin_inset Formula $10^{4}$
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $\sin(\alpha)\ge$
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\:\sin(\beta)$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 </lyxtabular>
16857
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \begin_layout Standard
16869 \begin_inset VSpace bigskip
16870 \end_inset
16871
16872 There is also the LaTeX-package 
16873 \series bold
16874 dcolumn
16875 \series default
16876
16877 \begin_inset Index
16878 status collapsed
16879
16880 \begin_layout Plain Layout
16881 LaTeX-packages ! dcolumn
16882 \end_layout
16883
16884 \end_inset
16885
16886  that provides table cell alignments.
16887  But this unfortunately treats the cell entries as math and doesn't allow
16888  formulas in table cells: The first column of Table
16889 \begin_inset space ~
16890 \end_inset
16891
16892
16893 \begin_inset CommandInset ref
16894 LatexCommand ref
16895 reference "tab:Several-table-cell"
16896
16897 \end_inset
16898
16899  will look with 
16900 \series bold
16901 dcolumn
16902 \series default
16903  like the first column in Table
16904 \begin_inset space ~
16905 \end_inset
16906
16907
16908 \begin_inset CommandInset ref
16909 LatexCommand ref
16910 reference "tab:Alignments-when"
16911
16912 \end_inset
16913
16914  and only with some tricks like the expected.
16915  The alignment of the second and third column of Table
16916 \begin_inset space ~
16917 \end_inset
16918
16919
16920 \begin_inset CommandInset ref
16921 LatexCommand ref
16922 reference "tab:Several-table-cell"
16923
16924 \end_inset
16925
16926  is not possible with 
16927 \series bold
16928 dcolumn
16929 \series default
16930 .
16931 \end_layout
16932
16933 \begin_layout Standard
16934 \begin_inset Float table
16935 placement h
16936 wide false
16937 sideways false
16938 status open
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Caption
16942
16943 \begin_layout Plain Layout
16944 \begin_inset CommandInset label
16945 LatexCommand label
16946 name "tab:Alignments-when"
16947
16948 \end_inset
16949
16950 Alignments when LaTeX-package dcolumn is used.
16951  For all column alignments tricks have to be used to get the output.
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Plain Layout
16960 \align center
16961 \begin_inset Tabular
16962 <lyxtabular version="3" rows="4" columns="3">
16963 <features>
16964 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16965 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16966 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16967 <row>
16968 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 units
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 units
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 units
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 12x24
17002 \begin_inset space \thinspace{}
17003 \end_inset
17004
17005 bottles
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 12x24
17015 \begin_inset space \thinspace{}
17016 \end_inset
17017
17018
17019 \begin_inset Formula $\mbox{bottles}$
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 12
17032 \begin_inset ERT
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036
17037
17038 \backslash
17039 times 
17040 \end_layout
17041
17042 \end_inset
17043
17044 24~
17045 \begin_inset Formula $\mbox{bottles}$
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 1024x768
17060 \begin_inset space \thinspace{}
17061 \end_inset
17062
17063 Pixels
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 1024x768
17073 \begin_inset space \thinspace{}
17074 \end_inset
17075
17076
17077 \begin_inset Formula $\mbox{Pixels}$
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 1024
17090 \begin_inset ERT
17091 status collapsed
17092
17093 \begin_layout Plain Layout
17094
17095
17096 \backslash
17097 times 
17098 \end_layout
17099
17100 \end_inset
17101
17102 768~
17103 \begin_inset Formula $\mbox{Pixels}$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 <row>
17113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 32x6
17118 \begin_inset space \thinspace{}
17119 \end_inset
17120
17121 cm
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130 32x6
17131 \begin_inset space \thinspace{}
17132 \end_inset
17133
17134
17135 \begin_inset Formula $\mbox{cm}$
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 32
17148 \begin_inset ERT
17149 status collapsed
17150
17151 \begin_layout Plain Layout
17152
17153
17154 \backslash
17155 times 
17156 \end_layout
17157
17158 \end_inset
17159
17160 6~
17161 \begin_inset Formula $\mbox{cm}$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 </lyxtabular>
17171
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178
17179
17180 \end_layout
17181
17182 \begin_layout Subsection
17183 Customized Cell/Column Format
17184 \begin_inset CommandInset label
17185 LatexCommand label
17186 name "sub:Customized-Format"
17187
17188 \end_inset
17189
17190
17191 \begin_inset Index
17192 status collapsed
17193
17194 \begin_layout Plain Layout
17195 Table Customization ! Cell/Column Format
17196 \end_layout
17197
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \begin_layout Standard
17204 Calculating the needed width for spanned columns like in section
17205 \begin_inset space ~
17206 \end_inset
17207
17208
17209 \begin_inset CommandInset ref
17210 LatexCommand ref
17211 reference "sub:Multicolumn-Calculations"
17212
17213 \end_inset
17214
17215  is very annoying if you have several tables with multicolumn cells.
17216  To make life easier, you can define a cell/column format in the preamble,
17217  so that it can be used in all tables of the document.
17218  The format is defined with the command
17219 \end_layout
17220
17221 \begin_layout Standard
17222
17223 \series bold
17224
17225 \backslash
17226 newcolumntype{name of format}[number of arguments]{commands}
17227 \end_layout
17228
17229 \begin_layout Standard
17230 The format name may only consist of one letter.
17231  The letters 
17232 \emph on
17233 b
17234 \emph default
17235
17236 \emph on
17237 c
17238 \emph default
17239
17240 \emph on
17241 l
17242 \emph default
17243
17244 \emph on
17245 m
17246 \emph default
17247
17248 \emph on
17249 p
17250 \emph default
17251  and 
17252 \emph on
17253 r
17254 \emph default
17255  are predefined and cannot be used.
17256  But all letters are allowed as capitals.
17257 \end_layout
17258
17259 \begin_layout Standard
17260 \begin_inset VSpace medskip
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \begin_layout Standard
17267 For vertically and horizontally centered multicolumn cells with a fixed
17268  width you can define the cell format
17269 \end_layout
17270
17271 \begin_layout Standard
17272
17273 \series bold
17274
17275 \backslash
17276 newcolumntype{M}[1]{>{
17277 \backslash
17278 centering
17279 \backslash
17280 hspace{0pt}}m{#1}}
17281 \end_layout
17282
17283 \begin_layout Standard
17284 where 
17285 \series bold
17286
17287 \backslash
17288 hspace{0pt}
17289 \series default
17290  avoids the problem of hyphenating the first word, as described in section
17291 \begin_inset space ~
17292 \end_inset
17293
17294
17295 \begin_inset CommandInset ref
17296 LatexCommand ref
17297 reference "sub:Multiple-Lines-in"
17298
17299 \end_inset
17300
17301 .
17302  Now you can simply enter
17303 \end_layout
17304
17305 \begin_layout Standard
17306
17307 \series bold
17308 M{width}
17309 \end_layout
17310
17311 \begin_layout Standard
17312 as LaTeX-argument in the table dialog to create a multicolumn.
17313 \end_layout
17314
17315 \begin_layout Standard
17316 \begin_inset VSpace bigskip
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \begin_layout Standard
17323 For cells spanned by a multicolumn cell, you can define the format
17324 \end_layout
17325
17326 \begin_layout Standard
17327
17328 \series bold
17329
17330 \backslash
17331 newcolumntype{S}[2]{>{
17332 \backslash
17333 centering
17334 \backslash
17335 hspace{0pt}}
17336 \begin_inset Newline newline
17337 \end_inset
17338
17339
17340 \begin_inset ERT
17341 status collapsed
17342
17343 \begin_layout Plain Layout
17344
17345
17346 \backslash
17347 phantom{
17348 \end_layout
17349
17350 \end_inset
17351
17352
17353 \backslash
17354 newcolumntype
17355 \begin_inset ERT
17356 status collapsed
17357
17358 \begin_layout Plain Layout
17359
17360 }
17361 \end_layout
17362
17363 \end_inset
17364
17365 m{(#1+(2
17366 \backslash
17367 tabcolsep+
17368 \backslash
17369 arrayrulewidth)*(1-#2))/#2}}
17370 \end_layout
17371
17372 \begin_layout Standard
17373 This format uses equation 
17374 \begin_inset CommandInset ref
17375 LatexCommand eqref
17376 reference "eq:Wgn"
17377
17378 \end_inset
17379
17380  to calculate the needed width so that each spanned cell has the same width.
17381 \end_layout
17382
17383 \begin_layout Standard
17384 You can now enter
17385 \end_layout
17386
17387 \begin_layout Standard
17388
17389 \series bold
17390 S{width of multicolumn cell}{number of spanned columns}
17391 \end_layout
17392
17393 \begin_layout Standard
17394 as LaTeX-argument of the column.
17395 \end_layout
17396
17397 \begin_layout Standard
17398 \begin_inset VSpace bigskip
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \begin_layout Standard
17405 For colored columns, you can define
17406 \end_layout
17407
17408 \begin_layout Standard
17409
17410 \series bold
17411
17412 \backslash
17413 newcolumntype{K}[1]{>{
17414 \backslash
17415 columncolor{#1}
17416 \backslash
17417 hspace{0pt}}c}
17418 \end_layout
17419
17420 \begin_layout Standard
17421 The 
17422 \begin_inset Quotes eld
17423 \end_inset
17424
17425 c
17426 \begin_inset Quotes erd
17427 \end_inset
17428
17429  at the end creates a column with a flexible width whose text is horizontally
17430  centered.
17431  You can now enter
17432 \end_layout
17433
17434 \begin_layout Standard
17435
17436 \series bold
17437 K{color name}
17438 \end_layout
17439
17440 \begin_layout Standard
17441 as LaTeX-argument.
17442 \end_layout
17443
17444 \begin_layout Standard
17445 \begin_inset VSpace bigskip
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \begin_layout Standard
17452 To create Table
17453 \begin_inset space ~
17454 \end_inset
17455
17456
17457 \begin_inset CommandInset ref
17458 LatexCommand ref
17459 reference "tab:Table-using-user-defined"
17460
17461 \end_inset
17462
17463  use the LaTeX-arguments
17464 \end_layout
17465
17466 \begin_layout Standard
17467
17468 \series bold
17469 M{2.5cm}
17470 \end_layout
17471
17472 \begin_layout Standard
17473 for the first column and the multicolumn,
17474 \end_layout
17475
17476 \begin_layout Standard
17477
17478 \series bold
17479 K{red}
17480 \end_layout
17481
17482 \begin_layout Standard
17483 for the the last column, and
17484 \end_layout
17485
17486 \begin_layout Standard
17487
17488 \series bold
17489 S{2.5cm}{2}
17490 \end_layout
17491
17492 \begin_layout Standard
17493 for the cells in the second column.
17494 \end_layout
17495
17496 \begin_layout Standard
17497 \begin_inset Float table
17498 placement h
17499 wide false
17500 sideways false
17501 status open
17502
17503 \begin_layout Plain Layout
17504 \begin_inset Caption
17505
17506 \begin_layout Plain Layout
17507 \begin_inset CommandInset label
17508 LatexCommand label
17509 name "tab:Table-using-user-defined"
17510
17511 \end_inset
17512
17513 Table using user-defined table formats
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Plain Layout
17522 \align center
17523 \begin_inset Tabular
17524 <lyxtabular version="3" rows="3" columns="4">
17525 <features>
17526 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17527 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17528 <column alignment="center" valignment="middle" width="0">
17529 <column alignment="center" valignment="middle" width="0" special="K{red}">
17530 <row>
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 verylongtablecellword
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 multiple lines multicolumn
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 c
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row>
17569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 d
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 e
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 f
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 g
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 </row>
17606 <row>
17607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 h
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 i
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 j
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 k
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 </lyxtabular>
17645
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \begin_layout Subsection
17657 Line Thickness
17658 \begin_inset CommandInset label
17659 LatexCommand label
17660 name "sub:Line-Thickness"
17661
17662 \end_inset
17663
17664
17665 \begin_inset Index
17666 status collapsed
17667
17668 \begin_layout Plain Layout
17669 Table Customization ! Line Thickness
17670 \end_layout
17671
17672 \end_inset
17673
17674
17675 \end_layout
17676
17677 \begin_layout Standard
17678 The line thickness for all lines in a table can be adjusted with the length
17679  
17680 \series bold
17681
17682 \backslash
17683 arrayrulewidth
17684 \series default
17685 .
17686  To set for example a line thickness of 1.5
17687 \begin_inset space \thinspace{}
17688 \end_inset
17689
17690 pt, like in Table
17691 \begin_inset space ~
17692 \end_inset
17693
17694
17695 \begin_inset CommandInset ref
17696 LatexCommand ref
17697 reference "tab:Table-with-1.5"
17698
17699 \end_inset
17700
17701 , insert the command
17702 \end_layout
17703
17704 \begin_layout Standard
17705
17706 \series bold
17707
17708 \backslash
17709 setlength{
17710 \backslash
17711 arrayrulewidth}{1.5pt}
17712 \end_layout
17713
17714 \begin_layout Standard
17715 in TeX-Code before the table or table float.
17716  The changed thickness is valid for all following tables.
17717  To use the default value again, set 
17718 \series bold
17719
17720 \backslash
17721 arrayrulewidth
17722 \series default
17723  to 0.4
17724 \begin_inset space \thinspace{}
17725 \end_inset
17726
17727 pt in TeX-Code behind the table or table float.
17728 \end_layout
17729
17730 \begin_layout Standard
17731 \begin_inset ERT
17732 status collapsed
17733
17734 \begin_layout Plain Layout
17735
17736
17737 \backslash
17738 setlength{
17739 \backslash
17740 arrayrulewidth}{1.5pt}
17741 \end_layout
17742
17743 \end_inset
17744
17745
17746 \begin_inset Float table
17747 wide false
17748 sideways false
17749 status open
17750
17751 \begin_layout Plain Layout
17752 \begin_inset Caption
17753
17754 \begin_layout Plain Layout
17755 \begin_inset CommandInset label
17756 LatexCommand label
17757 name "tab:Table-with-1.5"
17758
17759 \end_inset
17760
17761 Table with 1.5
17762 \begin_inset space \thinspace{}
17763 \end_inset
17764
17765 pt thick lines
17766 \end_layout
17767
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \begin_layout Plain Layout
17774 \align center
17775 \begin_inset Tabular
17776 <lyxtabular version="3" rows="3" columns="3">
17777 <features>
17778 <column alignment="center" valignment="top" width="0">
17779 <column alignment="center" valignment="top" width="0">
17780 <column alignment="center" valignment="top" width="0">
17781 <row>
17782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 sd
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 <row>
17811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824 sd
17825 \end_layout
17826
17827 \end_inset
17828 </cell>
17829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 </row>
17839 <row>
17840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862 sd
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 </row>
17868 </lyxtabular>
17869
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876
17877
17878 \begin_inset ERT
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882
17883
17884 \backslash
17885 setlength{
17886 \backslash
17887 arrayrulewidth}{0.4pt}
17888 \end_layout
17889
17890 \end_inset
17891
17892
17893 \end_layout
17894
17895 \begin_layout Standard
17896 \begin_inset VSpace bigskip
17897 \end_inset
17898
17899 To set the line thickness to 1.5
17900 \begin_inset space \thinspace{}
17901 \end_inset
17902
17903 pt only for horizontal lines, like in Table
17904 \begin_inset space ~
17905 \end_inset
17906
17907
17908 \begin_inset CommandInset ref
17909 LatexCommand ref
17910 reference "tab:Table-with-horizontal"
17911
17912 \end_inset
17913
17914 , insert these commands in TeX-Code before the table or table float:
17915 \end_layout
17916
17917 \begin_layout Standard
17918
17919 \series bold
17920
17921 \backslash
17922 let
17923 \backslash
17924 myHline
17925 \backslash
17926 hline
17927 \begin_inset Newline newline
17928 \end_inset
17929
17930
17931 \backslash
17932 renewcommand{
17933 \backslash
17934 hline}
17935 \begin_inset Newline newline
17936 \end_inset
17937
17938  {
17939 \backslash
17940 noalign{
17941 \backslash
17942 global
17943 \backslash
17944 arrayrulewidth 1.5pt}
17945 \begin_inset Newline newline
17946 \end_inset
17947
17948  
17949 \backslash
17950 myHline
17951 \backslash
17952 noalign{
17953 \backslash
17954 global
17955 \backslash
17956 arrayrulewidth 0.4pt}}
17957 \end_layout
17958
17959 \begin_layout Standard
17960 To return to the default line thickness, insert this command in TeX-Code
17961  behind the table or table float:
17962 \end_layout
17963
17964 \begin_layout Standard
17965
17966 \series bold
17967
17968 \backslash
17969 renewcommand{
17970 \backslash
17971 hline}{
17972 \backslash
17973 myHline}
17974 \end_layout
17975
17976 \begin_layout Standard
17977 \begin_inset ERT
17978 status collapsed
17979
17980 \begin_layout Plain Layout
17981
17982
17983 \backslash
17984 let
17985 \backslash
17986 myHline
17987 \backslash
17988 hline
17989 \end_layout
17990
17991 \begin_layout Plain Layout
17992
17993
17994 \backslash
17995 renewcommand{
17996 \backslash
17997 hline}
17998 \end_layout
17999
18000 \begin_layout Plain Layout
18001
18002  {
18003 \backslash
18004 noalign{
18005 \backslash
18006 global
18007 \backslash
18008 arrayrulewidth 1.5pt}
18009 \end_layout
18010
18011 \begin_layout Plain Layout
18012
18013   
18014 \backslash
18015 myHline
18016 \backslash
18017 noalign{
18018 \backslash
18019 global
18020 \backslash
18021 arrayrulewidth 0.4pt}}
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \begin_inset Float table
18028 wide false
18029 sideways false
18030 status open
18031
18032 \begin_layout Plain Layout
18033 \begin_inset Caption
18034
18035 \begin_layout Plain Layout
18036 \begin_inset CommandInset label
18037 LatexCommand label
18038 name "tab:Table-with-horizontal"
18039
18040 \end_inset
18041
18042 Table with 1.5
18043 \begin_inset space \thinspace{}
18044 \end_inset
18045
18046 pt thick horizontal lines
18047 \end_layout
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \begin_layout Plain Layout
18055 \align center
18056 \begin_inset Tabular
18057 <lyxtabular version="3" rows="3" columns="3">
18058 <features>
18059 <column alignment="center" valignment="top" width="0">
18060 <column alignment="center" valignment="top" width="0">
18061 <column alignment="center" valignment="top" width="0">
18062 <row>
18063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067 sd
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 </row>
18091 <row>
18092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 sd
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 </row>
18120 <row>
18121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 sd
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 </lyxtabular>
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \end_inset
18157
18158
18159 \begin_inset ERT
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163
18164
18165 \backslash
18166 renewcommand{
18167 \backslash
18168 hline}{
18169 \backslash
18170 myHline}
18171 \end_layout
18172
18173 \end_inset
18174
18175
18176 \end_layout
18177
18178 \begin_layout Standard
18179 \begin_inset VSpace bigskip
18180 \end_inset
18181
18182 To set the line thickness to 1.5
18183 \begin_inset space \thinspace{}
18184 \end_inset
18185
18186 pt only for vertical lines, create the following column format in the document
18187  preamble, according to the description in section
18188 \begin_inset space ~
18189 \end_inset
18190
18191
18192 \begin_inset CommandInset ref
18193 LatexCommand ref
18194 reference "sub:Customized-Format"
18195
18196 \end_inset
18197
18198 :
18199 \end_layout
18200
18201 \begin_layout Standard
18202
18203 \series bold
18204
18205 \backslash
18206 newcolumntype{V}{!{
18207 \backslash
18208 vrule width 1.5pt}}
18209 \end_layout
18210
18211 \begin_layout Standard
18212 For Table
18213 \begin_inset space ~
18214 \end_inset
18215
18216
18217 \begin_inset CommandInset ref
18218 LatexCommand ref
18219 reference "tab:Table-with-vertical"
18220
18221 \end_inset
18222
18223  the LaTeX-argument
18224 \end_layout
18225
18226 \begin_layout Standard
18227
18228 \series bold
18229 VcV
18230 \end_layout
18231
18232 \begin_layout Standard
18233 was used for the last column and
18234 \end_layout
18235
18236 \begin_layout Standard
18237
18238 \series bold
18239 Vc
18240 \end_layout
18241
18242 \begin_layout Standard
18243 for the other columns.
18244 \end_layout
18245
18246 \begin_layout Standard
18247 \begin_inset Float table
18248 wide false
18249 sideways false
18250 status open
18251
18252 \begin_layout Plain Layout
18253 \begin_inset Caption
18254
18255 \begin_layout Plain Layout
18256 \begin_inset CommandInset label
18257 LatexCommand label
18258 name "tab:Table-with-vertical"
18259
18260 \end_inset
18261
18262 Table with 1.5
18263 \begin_inset space \thinspace{}
18264 \end_inset
18265
18266 pt thick vertical lines
18267 \end_layout
18268
18269 \end_inset
18270
18271
18272 \end_layout
18273
18274 \begin_layout Plain Layout
18275 \align center
18276 \begin_inset Tabular
18277 <lyxtabular version="3" rows="3" columns="3">
18278 <features>
18279 <column alignment="center" valignment="top" width="0" special="Vc">
18280 <column alignment="center" valignment="top" width="0" special="Vc">
18281 <column alignment="center" valignment="top" width="0" special="VcV">
18282 <row>
18283 <cell alignment="center" valignment="top" topline="true" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287 sd
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 <cell alignment="center" valignment="top" topline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 <cell alignment="center" valignment="top" topline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 </row>
18311 <row>
18312 <cell alignment="center" valignment="top" topline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell alignment="center" valignment="top" topline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325 sd
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 </row>
18340 <row>
18341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 sd
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 </row>
18369 </lyxtabular>
18370
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Subsection
18382 Dashed Lines
18383 \begin_inset Index
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387 Table Customization ! Dashed Lines
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396 \begin_inset ERT
18397 status collapsed
18398
18399 \begin_layout Plain Layout
18400
18401
18402 \backslash
18403 ifarydshln
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \begin_inset Note Note
18410 status open
18411
18412 \begin_layout Plain Layout
18413 The following section will only be displayed when the LaTeX-package 
18414 \series bold
18415 arydshln
18416 \series default
18417  is installed.
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \begin_layout Standard
18426 \begin_inset Float table
18427 placement H
18428 wide false
18429 sideways false
18430 status open
18431
18432 \begin_layout Plain Layout
18433 \begin_inset Caption
18434
18435 \begin_layout Plain Layout
18436 \begin_inset CommandInset label
18437 LatexCommand label
18438 name "tab:Table-with-dashed"
18439
18440 \end_inset
18441
18442 Table with dashed lines
18443 \end_layout
18444
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \begin_layout Plain Layout
18451 \align center
18452 \begin_inset Tabular
18453 <lyxtabular version="3" rows="5" columns="5">
18454 <features>
18455 <column alignment="center" valignment="top" width="0">
18456 <column alignment="center" valignment="top" width="0">
18457 <column alignment="center" valignment="top" width="0" special=":c">
18458 <column alignment="center" valignment="top" width="0">
18459 <column alignment="center" valignment="top" width="0">
18460 <row>
18461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 a
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 b
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 c
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492 d
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501 e
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 </row>
18507 <row>
18508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 f
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 g
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 h
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 i
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548 j
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 </row>
18554 <row>
18555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 \begin_inset ERT
18560 status collapsed
18561
18562 \begin_layout Plain Layout
18563
18564
18565 \backslash
18566 hdashline 
18567 \end_layout
18568
18569 \end_inset
18570
18571 k
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 l
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 m
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 n
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 o
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 <row>
18614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 \begin_inset ERT
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 cdashline{4-5}
18626 \end_layout
18627
18628 \end_inset
18629
18630 p
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639 q
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648 r
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657 s
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 </row>
18672 <row>
18673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677 t
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686 u
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695 v
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 w
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713 x
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 </row>
18719 </lyxtabular>
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \begin_layout Standard
18732 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18733  As prerequisite the LaTeX-package 
18734 \series bold
18735 arydshln
18736 \series default
18737
18738 \begin_inset Index
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742 LaTeX-packages ! arydshln
18743 \end_layout
18744
18745 \end_inset
18746
18747  must be loaded in the document preamble with the command
18748 \end_layout
18749
18750 \begin_layout Standard
18751
18752 \series bold
18753
18754 \backslash
18755 usepackage{arydshln}
18756 \end_layout
18757
18758 \begin_layout Standard
18759 To make a vertical line dashed, enter the colon 
18760 \begin_inset Quotes eld
18761 \end_inset
18762
18763 :
18764 \begin_inset Quotes erd
18765 \end_inset
18766
18767  together with the character for the horizontal alignment as LaTeX-argument
18768  in the table cell dialog.
18769 \end_layout
18770
18771 \begin_layout Standard
18772 For a horizontal dashed line add the command
18773 \end_layout
18774
18775 \begin_layout Standard
18776
18777 \series bold
18778
18779 \backslash
18780 hdashline
18781 \end_layout
18782
18783 \begin_layout Standard
18784 in TeX-Code as first element of the first cell in the table row.
18785 \end_layout
18786
18787 \begin_layout Standard
18788 For dashed multicolumn lines use the command
18789 \end_layout
18790
18791 \begin_layout Standard
18792
18793 \series bold
18794
18795 \backslash
18796 cdashline{line number
18797 \series default
18798 }
18799 \end_layout
18800
18801 \begin_layout Standard
18802 in TeX-Code as first element of the first cell in the table row.
18803  If you have for example a multicolumn spanning over columns 2 to 4 and
18804  you want to have a dashed line above, add the command
18805 \end_layout
18806
18807 \begin_layout Standard
18808
18809 \series bold
18810
18811 \backslash
18812 cdashline{2-4}
18813 \end_layout
18814
18815 \begin_layout Standard
18816 as first element of the first cell in the row of the multicolumn.
18817 \end_layout
18818
18819 \begin_layout Standard
18820 \begin_inset VSpace bigskip
18821 \end_inset
18822
18823
18824 \end_layout
18825
18826 \begin_layout Standard
18827 Table
18828 \begin_inset space ~
18829 \end_inset
18830
18831
18832 \begin_inset CommandInset ref
18833 LatexCommand ref
18834 reference "tab:Table-with-dashed"
18835
18836 \end_inset
18837
18838  was created using 
18839 \begin_inset Quotes eld
18840 \end_inset
18841
18842
18843 \series bold
18844 :c
18845 \series default
18846
18847 \begin_inset Quotes erd
18848 \end_inset
18849
18850  as LaTeX-argument of the third column.
18851  The TeX-Code command 
18852 \series bold
18853
18854 \backslash
18855 hdashline
18856 \series default
18857  was inserted to the first cell of the third row and the the TeX-Code command
18858 \begin_inset Newline newline
18859 \end_inset
18860
18861  
18862 \series bold
18863
18864 \backslash
18865 cdashline{4-5}
18866 \series default
18867  was inserted to the first cell of the fourth row.
18868 \end_layout
18869
18870 \begin_layout Standard
18871 \begin_inset Note Greyedout
18872 status open
18873
18874 \begin_layout Plain Layout
18875
18876 \series bold
18877 Note:
18878 \series default
18879  The used LaTeX-package 
18880 \series bold
18881 arydshln
18882 \series default
18883  is apparently not compatible with the LaTeX-package 
18884 \series bold
18885 colortbl
18886 \series default
18887
18888 \begin_inset Index
18889 status collapsed
18890
18891 \begin_layout Plain Layout
18892 LaTeX-packages ! colortbl
18893 \end_layout
18894
18895 \end_inset
18896
18897  that is used for colored tables in section
18898 \begin_inset space ~
18899 \end_inset
18900
18901
18902 \begin_inset CommandInset ref
18903 LatexCommand ref
18904 reference "sec:Colored-Tables"
18905
18906 \end_inset
18907
18908 .
18909  That means colored tables cannot have dashed lines.
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 \begin_inset ERT
18919 status collapsed
18920
18921 \begin_layout Plain Layout
18922
18923
18924 \backslash
18925 else
18926 \end_layout
18927
18928 \end_inset
18929
18930
18931 \begin_inset Note Note
18932 status open
18933
18934 \begin_layout Plain Layout
18935 The following will be displayed when the LaTeX-package 
18936 \series bold
18937 arydshln
18938 \series default
18939  is not installed:
18940 \end_layout
18941
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \begin_layout Standard
18948 You need to install the package 
18949 \series bold
18950 arydshln
18951 \series default
18952  to see the content of this section in the output.
18953 \end_layout
18954
18955 \begin_layout Standard
18956 \begin_inset ERT
18957 status collapsed
18958
18959 \begin_layout Plain Layout
18960
18961
18962 \backslash
18963 fi
18964 \end_layout
18965
18966 \end_inset
18967
18968
18969 \end_layout
18970
18971 \begin_layout Chapter
18972 Floats
18973 \begin_inset Index
18974 status collapsed
18975
18976 \begin_layout Plain Layout
18977 Floats
18978 \end_layout
18979
18980 \end_inset
18981
18982
18983 \end_layout
18984
18985 \begin_layout Section
18986 Introduction
18987 \begin_inset CommandInset label
18988 LatexCommand label
18989 name "sec:FloatIntroduction"
18990
18991 \end_inset
18992
18993
18994 \begin_inset Index
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998 Floats ! Introduction
18999 \end_layout
19000
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \begin_layout Standard
19007 A float is a block of text associated with some sort of label, which doesn't
19008  have a fixed location.
19009  It can 
19010 \begin_inset Quotes eld
19011 \end_inset
19012
19013 float
19014 \begin_inset Quotes erd
19015 \end_inset
19016
19017  forward or backward a page or two, to wherever it fits best.
19018  
19019 \family sans
19020 Footnotes
19021 \family default
19022  and 
19023 \family sans
19024 Margin
19025 \begin_inset space ~
19026 \end_inset
19027
19028 Notes
19029 \family default
19030  are also floats, because they can float to the next page when there are
19031  too many notes at the page.
19032 \end_layout
19033
19034 \begin_layout Standard
19035 Floats allow a high quality layout.
19036  Images and tables can evenly be spread to the pages to avoid white space
19037  and pages without text.
19038  As the floating often destroys the context between the text and the image/table
19039 , every float can be referenced in the text.
19040  Floats are therefore numbered.
19041  Referencing is described in section
19042 \begin_inset space ~
19043 \end_inset
19044
19045
19046 \begin_inset CommandInset ref
19047 LatexCommand ref
19048 reference "sec:Referencing-Floats"
19049
19050 \end_inset
19051
19052 .
19053 \end_layout
19054
19055 \begin_layout Standard
19056 To insert a float, use the menu 
19057 \family sans
19058 Insert\SpecialChar \menuseparator
19059 Float
19060 \family default
19061 .
19062  This inserts the 
19063 \family sans
19064 Caption
19065 \family default
19066  inset, a box with a label.
19067  The label will automatically be translated to the document language in
19068  the output.
19069  Behind the label you can insert the caption text.
19070  The image or table is inserted above or below the caption in a separate
19071  paragraph within the float.
19072  More about the caption placement is described in section
19073 \begin_inset space ~
19074 \end_inset
19075
19076
19077 \begin_inset CommandInset ref
19078 LatexCommand ref
19079 reference "sec:Caption-Placement"
19080
19081 \end_inset
19082
19083 .
19084  To keep your LyX-document readable, you can open and close the float box
19085  by left-clicking on the box label.
19086  A closed float box looks like this: 
19087 \begin_inset Graphics
19088         filename clipart/floatQt4.png
19089         scale 70
19090         scaleBeforeRotation
19091
19092 \end_inset
19093
19094  -- a gray button with a red label.
19095 \end_layout
19096
19097 \begin_layout Standard
19098 It is recommended to insert floats as a separate paragraph to avoid possible
19099  LaTeX-errors that can occur when the surrounding text is specially formatted.
19100 \end_layout
19101
19102 \begin_layout Standard
19103 Existing figures or tables can be put into a float by marking them and then
19104  pressing the corresponding toolbar button for a new float.
19105 \end_layout
19106
19107 \begin_layout Section
19108 Float Types
19109 \end_layout
19110
19111 \begin_layout Standard
19112 Besides figure and table floats that are described in section
19113 \begin_inset space ~
19114 \end_inset
19115
19116
19117 \begin_inset CommandInset ref
19118 LatexCommand ref
19119 reference "sec:Figure-Floats"
19120
19121 \end_inset
19122
19123  and 
19124 \begin_inset CommandInset ref
19125 LatexCommand ref
19126 reference "sec:Table-Floats"
19127
19128 \end_inset
19129
19130 , respectively, LyX offers the float types 
19131 \series bold
19132 Algorithm
19133 \series default
19134  and 
19135 \series bold
19136 Wrap
19137 \series default
19138 .
19139 \end_layout
19140
19141 \begin_layout Subsection
19142 Algorithm Floats
19143 \begin_inset Index
19144 status collapsed
19145
19146 \begin_layout Plain Layout
19147 Floats ! Algorithms
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \begin_layout Standard
19156 \begin_inset Float algorithm
19157 placement h
19158 wide false
19159 sideways false
19160 status open
19161
19162 \begin_layout Plain Layout
19163 \begin_inset Caption
19164
19165 \begin_layout Plain Layout
19166 \begin_inset CommandInset label
19167 LatexCommand label
19168 name "alg:Example-Algorithm-float"
19169
19170 \end_inset
19171
19172 Example Algorithm float
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout LyX-Code
19181 for I in 1..N loop
19182 \begin_inset Newline newline
19183 \end_inset
19184
19185  Sum:= Sum + A(I); /*comment*/
19186 \begin_inset Newline newline
19187 \end_inset
19188
19189 end loop
19190 \begin_inset VSpace -4mm
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \begin_layout Standard
19202 This float type is inserted with the menu 
19203 \family sans
19204 Insert\SpecialChar \menuseparator
19205 Floats\SpecialChar \menuseparator
19206 Algorithm
19207 \family default
19208 .
19209  It is used for program codes and descriptions of algorithms.
19210  A possible environment for algorithms is the 
19211 \family sans
19212 LyX-Code
19213 \family default
19214 , described in LyX's 
19215 \emph on
19216 Userguide
19217 \emph default
19218 .
19219  Algorithm
19220 \begin_inset space ~
19221 \end_inset
19222
19223
19224 \begin_inset CommandInset ref
19225 LatexCommand ref
19226 reference "alg:Example-Algorithm-float"
19227
19228 \end_inset
19229
19230  is an example of an algorithm float where -4
19231 \begin_inset space \thinspace{}
19232 \end_inset
19233
19234 mm vertical space was added at the end of the float to have the bottom rule
19235  exactly below the last text line.
19236 \end_layout
19237
19238 \begin_layout Standard
19239 The float label is not automatically translated into the document language.
19240  If your document is not in English, you have to do this manually by adding
19241  the following line to the document preamble
19242 \series bold
19243 :
19244 \end_layout
19245
19246 \begin_layout Standard
19247
19248 \series bold
19249
19250 \backslash
19251 floatname{algorithm}{your
19252 \begin_inset space ~
19253 \end_inset
19254
19255 name}
19256 \end_layout
19257
19258 \begin_layout Standard
19259 where 
19260 \family sans
19261 your
19262 \begin_inset space ~
19263 \end_inset
19264
19265 name
19266 \family default
19267  is the word 
19268 \begin_inset Quotes eld
19269 \end_inset
19270
19271
19272 \emph on
19273 algorithm
19274 \emph default
19275
19276 \begin_inset Quotes erd
19277 \end_inset
19278
19279  in your language.
19280 \end_layout
19281
19282 \begin_layout Standard
19283 To insert the list of algorithms you can not use the menu 
19284 \family sans
19285 Insert\SpecialChar \menuseparator
19286 List
19287 \begin_inset space \thinspace{}
19288 \end_inset
19289
19290 /
19291 \begin_inset space \thinspace{}
19292 \end_inset
19293
19294 TOC\SpecialChar \menuseparator
19295 List of Algorithms
19296 \family default
19297  when your document is a non-English one.
19298  In this case use this command in TeX-Code instead:
19299 \end_layout
19300
19301 \begin_layout Standard
19302
19303 \series bold
19304
19305 \backslash
19306 listof{algorithm}{your
19307 \begin_inset space ~
19308 \end_inset
19309
19310 name}
19311 \end_layout
19312
19313 \begin_layout Standard
19314 where 
19315 \family sans
19316 your
19317 \begin_inset space ~
19318 \end_inset
19319
19320 name
19321 \family default
19322  is the word 
19323 \begin_inset Quotes eld
19324 \end_inset
19325
19326
19327 \emph on
19328 List of Algorithm
19329 \emph default
19330 s
19331 \begin_inset Quotes erd
19332 \end_inset
19333
19334  in your language.
19335 \end_layout
19336
19337 \begin_layout Standard
19338 Algorithm floats are not by default numbered in the scheme 
19339 \begin_inset Quotes eld
19340 \end_inset
19341
19342 chapter.algorithm
19343 \begin_inset Quotes erd
19344 \end_inset
19345
19346  like it is the case for table and figure floats in many document-classes.
19347  To number algorithm floats in the same scheme, add this command to your
19348  document preamble:
19349 \end_layout
19350
19351 \begin_layout Standard
19352
19353 \series bold
19354
19355 \backslash
19356 numberwithin{algorithm}{chapter}
19357 \end_layout
19358
19359 \begin_layout Standard
19360 To be able to use the command 
19361 \series bold
19362
19363 \backslash
19364 numberwithin
19365 \series default
19366 , set in the tab 
19367 \family sans
19368 Math
19369 \begin_inset space ~
19370 \end_inset
19371
19372 Options
19373 \family default
19374  in the document settings the option 
19375 \family sans
19376 Use
19377 \begin_inset space ~
19378 \end_inset
19379
19380 AMS
19381 \begin_inset space ~
19382 \end_inset
19383
19384 math
19385 \begin_inset space ~
19386 \end_inset
19387
19388 package
19389 \family default
19390 .
19391 \end_layout
19392
19393 \begin_layout Subsection
19394 Wrap Floats
19395 \begin_inset Index
19396 status collapsed
19397
19398 \begin_layout Plain Layout
19399 Floats ! Wrap Floats
19400 \end_layout
19401
19402 \end_inset
19403
19404
19405 \end_layout
19406
19407 \begin_layout Standard
19408 \begin_inset Wrap figure
19409 lines 0
19410 placement l
19411 overhang 1cm
19412 width "40col%"
19413 status open
19414
19415 \begin_layout Plain Layout
19416 \begin_inset Graphics
19417         filename clipart/mobius.eps
19418         width 40col%
19419         scaleBeforeRotation
19420         rotateOrigin center
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \begin_layout Plain Layout
19428 \begin_inset Caption
19429
19430 \begin_layout Plain Layout
19431 \begin_inset CommandInset label
19432 LatexCommand label
19433 name "fig:This-is-a"
19434
19435 \end_inset
19436
19437 This is a figure wrap float.
19438 \end_layout
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446
19447  This float type is used if you want to wrap text around a figure or table
19448  so that it only occupies some fraction of the column width.
19449  It can be inserted using the menu 
19450 \family sans
19451 Insert\SpecialChar \menuseparator
19452 Floats\SpecialChar \menuseparator
19453 Figure
19454 \begin_inset space ~
19455 \end_inset
19456
19457 Wrap
19458 \begin_inset space ~
19459 \end_inset
19460
19461 Float
19462 \family default
19463  or 
19464 \family sans
19465 Table
19466 \begin_inset space ~
19467 \end_inset
19468
19469 Wrap
19470 \begin_inset space ~
19471 \end_inset
19472
19473 Float
19474 \family default
19475  if the LaTeX-package 
19476 \series bold
19477 wrapfig
19478 \series default
19479
19480 \begin_inset Index
19481 status collapsed
19482
19483 \begin_layout Plain Layout
19484 LaTeX-packages ! wrapfig
19485 \begin_inset ERT
19486 status collapsed
19487
19488 \begin_layout Plain Layout
19489
19490
19491 \backslash
19492 vspace{4mm}
19493 \end_layout
19494
19495 \end_inset
19496
19497
19498 \end_layout
19499
19500 \end_inset
19501
19502  is installed.
19503 \begin_inset Foot
19504 status collapsed
19505
19506 \begin_layout Plain Layout
19507 Installing a LaTeX-package is explained it in the 
19508 \emph on
19509 LaTeX
19510 \begin_inset space ~
19511 \end_inset
19512
19513 Configuration
19514 \emph default
19515  manual.
19516 \end_layout
19517
19518 \end_inset
19519
19520  The settings of the float can be modified by right-clicking on the float
19521  box.
19522  The mandatory settings are the float 
19523 \family sans
19524 Placement
19525 \family default
19526  and its 
19527 \family sans
19528 Width
19529 \family default
19530 .
19531  Optional are the 
19532 \family sans
19533 Overhang
19534 \family default
19535  that specifies how much the float is set into the paragraph
19536 \begin_inset space \thinspace{}
19537 \end_inset
19538
19539 /
19540 \begin_inset space \thinspace{}
19541 \end_inset
19542
19543 page margin, and the 
19544 \family sans
19545 Line
19546 \begin_inset space ~
19547 \end_inset
19548
19549 span
19550 \family default
19551  that specifies how many text lines the float will approximately need.
19552  The line span is often hard to be approximated, so better only use it when
19553  you encounter float placement problems.
19554  You can furthermore decide if LaTeX is allowed to let the float float within
19555  the paragraph or to surrounding paragraphs.
19556  Figure
19557 \begin_inset space ~
19558 \end_inset
19559
19560
19561 \begin_inset CommandInset ref
19562 LatexCommand ref
19563 reference "fig:This-is-a"
19564
19565 \end_inset
19566
19567  is an example text wrap float with a width of 40
19568 \begin_inset space \thinspace{}
19569 \end_inset
19570
19571 col%, 1
19572 \begin_inset space \thinspace{}
19573 \end_inset
19574
19575 cm overhang, set to the left.
19576 \begin_inset Foot
19577 status collapsed
19578
19579 \begin_layout Plain Layout
19580 Available units are explained in appendix
19581 \begin_inset space ~
19582 \end_inset
19583
19584
19585 \begin_inset CommandInset ref
19586 LatexCommand ref
19587 reference "cha:Units-available-in"
19588
19589 \end_inset
19590
19591 .
19592 \end_layout
19593
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \begin_layout Standard
19600 \begin_inset Note Greyedout
19601 status open
19602
19603 \begin_layout Plain Layout
19604
19605 \series bold
19606 Note:
19607 \series default
19608  Text
19609 \begin_inset space ~
19610 \end_inset
19611
19612 wrap float floats are fragile! E.
19613 \begin_inset space \thinspace{}
19614 \end_inset
19615
19616 g.
19617 \begin_inset space ~
19618 \end_inset
19619
19620 having a figure too close to the bottom of the page can mess things up in
19621  the way that the float doesn't appear in the output or that it is placed
19622  over some other text.
19623 \end_layout
19624
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \begin_layout Standard
19631 In general:
19632 \end_layout
19633
19634 \begin_layout Itemize
19635 Wrap floats should not be placed in paragraphs that run over a page break.
19636  That means that wrap floats should better be inserted to the exact place
19637  when the document is nearly finished and you are able to estimate where
19638  page breaks will appear.
19639 \end_layout
19640
19641 \begin_layout Itemize
19642 Wrap floats should either be placed in an own paragraph before the paragraph
19643  where they should wrap into or within a paragraph.
19644 \end_layout
19645
19646 \begin_layout Itemize
19647 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19648  there is a text paragraph between them as separator.
19649 \end_layout
19650
19651 \begin_layout Itemize
19652 Wrap floats are not allowed in section headings or tables.
19653 \end_layout
19654
19655 \begin_layout Section
19656 Float Numbering
19657 \begin_inset Index
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661 Floats ! Numbering
19662 \end_layout
19663
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \begin_layout Standard
19670 Floats are usually numbered either independent from the sections the floats
19671  are in, or in the scheme 
19672 \begin_inset Quotes eld
19673 \end_inset
19674
19675 chapter.number
19676 \begin_inset Quotes erd
19677 \end_inset
19678
19679  or 
19680 \begin_inset Quotes eld
19681 \end_inset
19682
19683 section.number
19684 \begin_inset Quotes erd
19685 \end_inset
19686
19687 .
19688  This depends on the used document class.
19689 \end_layout
19690
19691 \begin_layout Standard
19692 To change the section independent numbering, you can use this command in
19693  the document preamble:
19694 \end_layout
19695
19696 \begin_layout Standard
19697
19698 \series bold
19699
19700 \backslash
19701 renewcommand{
19702 \backslash
19703 thetable}{
19704 \backslash
19705 roman{table}}
19706 \end_layout
19707
19708 \begin_layout Standard
19709
19710 \series bold
19711
19712 \backslash
19713 thetable
19714 \series default
19715  is the command that prints the table number, for figure floats, the command
19716  would be 
19717 \series bold
19718
19719 \backslash
19720 thefigure
19721 \series default
19722 .
19723  The command 
19724 \series bold
19725
19726 \backslash
19727 roman
19728 \series default
19729  prints in the command above the table number as small roman number.
19730 \end_layout
19731
19732 \begin_layout Standard
19733 To change the numbering scheme for example to 
19734 \begin_inset Quotes eld
19735 \end_inset
19736
19737 subsection.number
19738 \begin_inset Quotes erd
19739 \end_inset
19740
19741 , use this command in the preamble:
19742 \end_layout
19743
19744 \begin_layout Standard
19745
19746 \series bold
19747
19748 \backslash
19749 numberwithin{table}{subsection}
19750 \end_layout
19751
19752 \begin_layout Standard
19753 To be able to use the command 
19754 \series bold
19755
19756 \backslash
19757 numberwithin
19758 \series default
19759 , set in the tab 
19760 \family sans
19761 Math
19762 \begin_inset space ~
19763 \end_inset
19764
19765 Options
19766 \family default
19767  in the document settings the option 
19768 \family sans
19769 Use
19770 \begin_inset space ~
19771 \end_inset
19772
19773 AMS
19774 \begin_inset space ~
19775 \end_inset
19776
19777 math
19778 \begin_inset space ~
19779 \end_inset
19780
19781 package
19782 \family default
19783 .
19784 \end_layout
19785
19786 \begin_layout Standard
19787 Please also have a look at section
19788 \begin_inset space ~
19789 \end_inset
19790
19791
19792 \begin_inset CommandInset ref
19793 LatexCommand ref
19794 reference "sub:Footnote-Numbering"
19795
19796 \end_inset
19797
19798  for the details and important notes about the numbering commands.
19799 \end_layout
19800
19801 \begin_layout Section
19802 Referencing Floats
19803 \begin_inset CommandInset label
19804 LatexCommand label
19805 name "sec:Referencing-Floats"
19806
19807 \end_inset
19808
19809
19810 \begin_inset Index
19811 status collapsed
19812
19813 \begin_layout Plain Layout
19814 Floats ! References
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \begin_inset Index
19821 status collapsed
19822
19823 \begin_layout Plain Layout
19824 References ! to Floats
19825 \end_layout
19826
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \begin_layout Standard
19833 To reference a float, insert a label into its caption using the menu 
19834 \family sans
19835 Insert\SpecialChar \menuseparator
19836 Label
19837 \family default
19838  or the toolbar button 
19839 \begin_inset Graphics
19840         filename ../images/label-insert.png
19841         scale 85
19842         scaleBeforeRotation
19843
19844 \end_inset
19845
19846 .
19847  A grey label box like this one: 
19848 \begin_inset Graphics
19849         filename clipart/labelQt4.png
19850         scale 85
19851         scaleBeforeRotation
19852
19853 \end_inset
19854
19855  will be inserted and the label window pops up asking for the label text.
19856  LyX offers as text the first words of the caption with a prefix.
19857  The prefix depends on the float type, e.
19858 \begin_inset space \thinspace{}
19859 \end_inset
19860
19861 g.
19862 \begin_inset space ~
19863 \end_inset
19864
19865 for figure floats the prefix will be "
19866 \family sans
19867 fig:
19868 \family default
19869 ".
19870 \end_layout
19871
19872 \begin_layout Standard
19873 The label is used as anchor and name for the reference.
19874  You can refer to the label using the menu 
19875 \family sans
19876 Insert\SpecialChar \menuseparator
19877 Cross-reference
19878 \family default
19879  or the toolbar button 
19880 \begin_inset Graphics
19881         filename ../images/dialog-show-new-inset_ref.png
19882         scale 85
19883         scaleBeforeRotation
19884
19885 \end_inset
19886
19887 .
19888  A grey cross-reference box like this one: 
19889 \begin_inset Graphics
19890         filename clipart/referenceQt4.png
19891         scale 85
19892         scaleBeforeRotation
19893
19894 \end_inset
19895
19896  will be inserted and the cross-reference window appear showing all labels
19897  of the document.
19898  If you have multiple LyX-documents opened, choose the one you are working
19899  on from the drop-list at the top of the dialog.
19900  You can now sort the labels alphabetically and then choose one.
19901  At the position of the cross-reference box the float number will appear
19902  in the output.
19903 \end_layout
19904
19905 \begin_layout Standard
19906 It is recommended to use a protected space between the cross-reference name
19907  and its number to avoid line breaks between them.
19908  If a cross-reference refers to a non-existing label, you will see two question
19909  marks in the output instead of the reference.
19910 \end_layout
19911
19912 \begin_layout Standard
19913 You can change labels at any time by clicking on the label box.
19914  References to the changed label will automatically change its link to the
19915  new label text, so that you don't need to take care about this.
19916 \end_layout
19917
19918 \begin_layout Standard
19919 The button 
19920 \family sans
19921 Go
19922 \begin_inset space ~
19923 \end_inset
19924
19925 to
19926 \begin_inset space ~
19927 \end_inset
19928
19929 Label
19930 \family default
19931  in the cross-reference window sets the cursor before the referred label.
19932  The button text changes then to Go
19933 \begin_inset space ~
19934 \end_inset
19935
19936 Back and you can use it to set the cursor back to the cross-reference.
19937  Right-clicking on a cross-reference box also sets the cursor before the
19938  referenced label but without a possibility to go back.
19939 \end_layout
19940
19941 \begin_layout Subsection
19942 Cross-Reference Formats
19943 \begin_inset CommandInset label
19944 LatexCommand label
19945 name "sub:Cross-Reference-Formats"
19946
19947 \end_inset
19948
19949
19950 \begin_inset Index
19951 status collapsed
19952
19953 \begin_layout Plain Layout
19954 References ! Formats
19955 \end_layout
19956
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \begin_layout Standard
19963 There are six varieties of cross-references:
19964 \end_layout
19965
19966 \begin_layout Description
19967 <reference>: prints the float number, this is the default: 
19968 \begin_inset CommandInset ref
19969 LatexCommand ref
19970 reference "fig:Two-distorted-images"
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Description
19978 (<reference>): prints the float number within two parentheses, this is the
19979  style normally used to reference formulas, especially when the reference
19980  name 
19981 \begin_inset Quotes eld
19982 \end_inset
19983
19984 Equation
19985 \begin_inset Quotes erd
19986 \end_inset
19987
19988  is omitted: 
19989 \begin_inset CommandInset ref
19990 LatexCommand eqref
19991 reference "eq:Wgn"
19992
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \begin_layout Description
19999 <page>: prints the page number: Page
20000 \begin_inset space ~
20001 \end_inset
20002
20003
20004 \begin_inset CommandInset ref
20005 LatexCommand pageref
20006 reference "fig:Two-distorted-images"
20007
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \begin_layout Description
20014 on
20015 \begin_inset space ~
20016 \end_inset
20017
20018 page
20019 \begin_inset space ~
20020 \end_inset
20021
20022 <page>: prints the text "on page" and the page number: 
20023 \begin_inset CommandInset ref
20024 LatexCommand vpageref
20025 reference "fig:Two-distorted-images"
20026
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \begin_layout Description
20033 <reference>
20034 \begin_inset space ~
20035 \end_inset
20036
20037 on
20038 \begin_inset space ~
20039 \end_inset
20040
20041 page
20042 \begin_inset space ~
20043 \end_inset
20044
20045 <page>: prints the float number, the text "on page", and the page number:
20046  
20047 \begin_inset CommandInset ref
20048 LatexCommand vref
20049 reference "fig:Two-distorted-images"
20050
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \begin_layout Description
20057 Formatted
20058 \begin_inset space ~
20059 \end_inset
20060
20061 reference: prints a self defined cross-reference format.
20062  
20063 \begin_inset Note Greyedout
20064 status open
20065
20066 \begin_layout Plain Layout
20067
20068 \series bold
20069 Note:
20070 \series default
20071  This feature is only available when you have the LaTeX-package 
20072 \series bold
20073 prettyref
20074 \series default
20075  installed.
20076 \end_layout
20077
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \begin_layout Standard
20084 Note that the style <page> won't print the page number if the label is on
20085  the previous, the same, or the next page.
20086  You will e.
20087 \begin_inset space \thinspace{}
20088 \end_inset
20089
20090 g.
20091 \begin_inset space ~
20092 \end_inset
20093
20094 see the text 
20095 \begin_inset Quotes eld
20096 \end_inset
20097
20098
20099 \family sans
20100 on this page
20101 \family default
20102
20103 \begin_inset Quotes erd
20104 \end_inset
20105
20106  instead.
20107 \end_layout
20108
20109 \begin_layout Standard
20110 The number and current page of the referred document part in the output,
20111  is automatically calculated by LaTeX.
20112  The varieties are adjusted in the field 
20113 \family sans
20114 Format
20115 \family default
20116  of the cross-reference window, that appear when you click on the cross-referenc
20117 e box.
20118 \end_layout
20119
20120 \begin_layout Subsection
20121 Automatic Reference Naming
20122 \begin_inset Index
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126 References ! Automatic Reference Naming
20127 \end_layout
20128
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \begin_layout Standard
20135 The LaTeX-package 
20136 \series bold
20137 hyperref
20138 \series default
20139
20140 \begin_inset Index
20141 status collapsed
20142
20143 \begin_layout Plain Layout
20144 LaTeX-packages ! hyperref
20145 \end_layout
20146
20147 \end_inset
20148
20149 , that is enabled in the 
20150 \family sans
20151 PDF Properties
20152 \family default
20153  of the 
20154 \family sans
20155 Document Settings
20156 \family default
20157  dialog, provides a very useful feature that cross-references automatically
20158  include the name of the referenced floats (or text parts like 
20159 \emph on
20160 section
20161 \emph default
20162 ).
20163  So you will save to write e.
20164 \begin_inset space \thinspace{}
20165 \end_inset
20166
20167 g.
20168 \begin_inset space ~
20169 \end_inset
20170
20171 the name 
20172 \begin_inset Quotes eld
20173 \end_inset
20174
20175 Figure
20176 \begin_inset Quotes erd
20177 \end_inset
20178
20179  before every reference to a figure.
20180  To use this feature, enable 
20181 \series bold
20182 hyperref
20183 \series default
20184  and insert this line to the LaTeX preamble:
20185 \end_layout
20186
20187 \begin_layout Standard
20188
20189 \series bold
20190
20191 \backslash
20192 AtBeginDocument{
20193 \backslash
20194 renewcommand{
20195 \backslash
20196 ref}[1]{
20197 \backslash
20198 mbox{
20199 \backslash
20200 autoref{#1}}}}
20201 \end_layout
20202
20203 \begin_layout Standard
20204 When you prefer other reference names than the default ones, for example
20205  you want instead of 
20206 \begin_inset Quotes eld
20207 \end_inset
20208
20209 section
20210 \begin_inset Quotes erd
20211 \end_inset
20212
20213  the name 
20214 \begin_inset Quotes eld
20215 \end_inset
20216
20217 sec.
20218 \begin_inset space \thinspace{}
20219 \end_inset
20220
20221
20222 \begin_inset Quotes eld
20223 \end_inset
20224
20225 , you can redefine the name by inserting this to the preamble:
20226 \end_layout
20227
20228 \begin_layout Standard
20229
20230 \series bold
20231
20232 \backslash
20233 addto
20234 \backslash
20235 extrasenglish{
20236 \backslash
20237 renewcommand{
20238 \backslash
20239 sectionautorefname}
20240 \begin_inset Newline newline
20241 \end_inset
20242
20243
20244 \begin_inset ERT
20245 status collapsed
20246
20247 \begin_layout Plain Layout
20248
20249
20250 \backslash
20251 hphantom{ }
20252 \end_layout
20253
20254 \end_inset
20255
20256 {sec.
20257 \backslash
20258 negthinspace}}
20259 \end_layout
20260
20261 \begin_layout Standard
20262 When you are using another document language than English, replace
20263 \begin_inset Newline newline
20264 \end_inset
20265
20266
20267 \series bold
20268
20269 \backslash
20270 extrasenglish
20271 \series default
20272  by 
20273 \series bold
20274
20275 \backslash
20276 extras***
20277 \series default
20278 , where *** is the name of the used language.
20279 \end_layout
20280
20281 \begin_layout Standard
20282 To get automatic names, but not for certain reference types, for example
20283  not for equations, use this preamble code:
20284 \end_layout
20285
20286 \begin_layout Standard
20287
20288 \series bold
20289
20290 \backslash
20291 newlength{
20292 \backslash
20293 abc}
20294 \begin_inset Newline newline
20295 \end_inset
20296
20297
20298 \backslash
20299 settowidth{
20300 \backslash
20301 abc}{
20302 \backslash
20303 space}
20304 \begin_inset Newline newline
20305 \end_inset
20306
20307
20308 \backslash
20309 addto
20310 \backslash
20311 extrasenglish{
20312 \backslash
20313 renewcommand{
20314 \backslash
20315 equationautorefname}
20316 \begin_inset Newline newline
20317 \end_inset
20318
20319
20320 \begin_inset ERT
20321 status collapsed
20322
20323 \begin_layout Plain Layout
20324
20325
20326 \backslash
20327 hphantom{ }
20328 \end_layout
20329
20330 \end_inset
20331
20332 {
20333 \backslash
20334 hspace{-
20335 \backslash
20336 abc}}
20337 \end_layout
20338
20339 \begin_layout Standard
20340 More about this topic can be found in 
20341 \series bold
20342 hyperref
20343 \series default
20344 's documentation 
20345 \begin_inset CommandInset citation
20346 LatexCommand cite
20347 key "hyperref"
20348
20349 \end_inset
20350
20351 .
20352 \end_layout
20353
20354 \begin_layout Standard
20355 \begin_inset Note Greyedout
20356 status open
20357
20358 \begin_layout Plain Layout
20359
20360 \series bold
20361 Note:
20362 \series default
20363  Automatic reference naming cannot be used when you use cross-references
20364  in the 
20365 \family sans
20366 Formatted
20367 \begin_inset space ~
20368 \end_inset
20369
20370 reference
20371 \family default
20372  style, as described in section
20373 \begin_inset space ~
20374 \end_inset
20375
20376
20377 \begin_inset CommandInset ref
20378 LatexCommand ref
20379 reference "sub:Cross-Reference-Formats"
20380
20381 \end_inset
20382
20383 .
20384 \end_layout
20385
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \begin_layout Standard
20392 The 
20393 \emph on
20394 Math
20395 \emph default
20396  manual is an example where automatic reference naming is used.
20397 \end_layout
20398
20399 \begin_layout Subsection
20400 Reference Position
20401 \begin_inset CommandInset label
20402 LatexCommand label
20403 name "sub:Reference-Position"
20404
20405 \end_inset
20406
20407
20408 \begin_inset Index
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412 References ! Reference Position
20413 \end_layout
20414
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \begin_layout Standard
20421 If you use 
20422 \series bold
20423 hyperref
20424 \series default
20425
20426 \begin_inset Index
20427 status collapsed
20428
20429 \begin_layout Plain Layout
20430 LaTeX-packages ! hyperref
20431 \end_layout
20432
20433 \end_inset
20434
20435  in the 
20436 \family sans
20437 PDF Properties
20438 \family default
20439  of the 
20440 \family sans
20441 Document Settings
20442 \family default
20443  dialog to link cross-references in the output, you will see that clicking
20444  on an image float reference jumps to the image label.
20445  The caption will be the first text part on the screen, so that you cannot
20446  see the image without scrolling.
20447  This is because the reference link anchor is placed at the position of
20448  the label.
20449  With the use of the package 
20450 \series bold
20451 hypcap
20452 \series default
20453
20454 \begin_inset Index
20455 status collapsed
20456
20457 \begin_layout Plain Layout
20458 LaTeX-packages ! hypcap
20459 \end_layout
20460
20461 \end_inset
20462
20463 , which is part of the LaTeX-package 
20464 \series bold
20465 oberdiek
20466 \series default
20467
20468 \begin_inset Index
20469 status collapsed
20470
20471 \begin_layout Plain Layout
20472 LaTeX-packages ! oberdiek
20473 \end_layout
20474
20475 \end_inset
20476
20477 , the link anchor is placed at the beginning of a float.
20478  To use this feature for figure floats, load 
20479 \series bold
20480 hypcap
20481 \series default
20482  in the document preamble with the line
20483 \end_layout
20484
20485 \begin_layout Standard
20486
20487 \series bold
20488
20489 \backslash
20490 usepackage[figure]{hypcap}
20491 \end_layout
20492
20493 \begin_layout Standard
20494 You can also use 
20495 \series bold
20496 hypcap
20497 \series default
20498  for all float types but this is not recommended for stability reasons.
20499  For more informations, have a look at 
20500 \series bold
20501 hypcap
20502 \series default
20503 's manual 
20504 \begin_inset CommandInset citation
20505 LatexCommand cite
20506 key "hypcap"
20507
20508 \end_inset
20509
20510 .
20511 \end_layout
20512
20513 \begin_layout Standard
20514 \begin_inset Note Greyedout
20515 status open
20516
20517 \begin_layout Plain Layout
20518
20519 \series bold
20520 Note:
20521 \series default
20522  
20523 \series bold
20524 hypcap
20525 \series default
20526  has no effect for references to subfigures.
20527 \end_layout
20528
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \begin_layout Section
20535 Float Placement
20536 \begin_inset CommandInset label
20537 LatexCommand label
20538 name "sec:Float-Placement"
20539
20540 \end_inset
20541
20542
20543 \begin_inset Index
20544 status collapsed
20545
20546 \begin_layout Plain Layout
20547 Floats ! Placement
20548 \end_layout
20549
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Right-clicking on a float-box opens a dialog where you can alter the placement
20557  options that LaTeX uses for positioning the float.
20558 \begin_inset Newline newline
20559 \end_inset
20560
20561 The option 
20562 \family sans
20563 Span
20564 \begin_inset space ~
20565 \end_inset
20566
20567 columns
20568 \family default
20569  is only useful for two-column documents: If you select it, the float will
20570  span across both columns on the page instead of being confined to just
20571  one.
20572 \begin_inset Newline newline
20573 \end_inset
20574
20575 The option 
20576 \family sans
20577 Rotate
20578 \begin_inset space ~
20579 \end_inset
20580
20581 sideways
20582 \family default
20583  is used to rotate floats, see section 
20584 \begin_inset CommandInset ref
20585 LatexCommand ref
20586 reference "sec:Rotated-Floats"
20587
20588 \end_inset
20589
20590 .
20591 \end_layout
20592
20593 \begin_layout Standard
20594 You can use one ore more of the following options in the float dialog to
20595  set the placement for a particular float when you uncheck the option 
20596 \family sans
20597 Use
20598 \begin_inset space ~
20599 \end_inset
20600
20601 default
20602 \begin_inset space ~
20603 \end_inset
20604
20605 placement
20606 \family default
20607 :
20608 \end_layout
20609
20610 \begin_layout Description
20611 Here
20612 \begin_inset space ~
20613 \end_inset
20614
20615 if
20616 \begin_inset space ~
20617 \end_inset
20618
20619 possible try to place the float on the position where it is inserted
20620 \end_layout
20621
20622 \begin_layout Description
20623 Top
20624 \begin_inset space ~
20625 \end_inset
20626
20627 of
20628 \begin_inset space ~
20629 \end_inset
20630
20631 page try to place the float on the top of the current page
20632 \end_layout
20633
20634 \begin_layout Description
20635 Bottom
20636 \begin_inset space ~
20637 \end_inset
20638
20639 of
20640 \begin_inset space ~
20641 \end_inset
20642
20643 page try to place the float on the bottom of the current page
20644 \end_layout
20645
20646 \begin_layout Description
20647 Page
20648 \begin_inset space ~
20649 \end_inset
20650
20651 of
20652 \begin_inset space ~
20653 \end_inset
20654
20655 floats try to place the float on an own page 
20656 \end_layout
20657
20658 \begin_layout Standard
20659 The order of the above option is 
20660 \emph on
20661 always
20662 \emph default
20663  used by LaTeX.
20664  That means, if you use the default placement, LaTeX will first try out
20665  
20666 \family sans
20667 Here
20668 \begin_inset space ~
20669 \end_inset
20670
20671 if
20672 \begin_inset space ~
20673 \end_inset
20674
20675 possible
20676 \family default
20677 , then 
20678 \family sans
20679 Top
20680 \begin_inset space ~
20681 \end_inset
20682
20683 of
20684 \begin_inset space ~
20685 \end_inset
20686
20687 page
20688 \family default
20689 , and then the others.
20690  If you don't use the default, LaTeX will try only the checked options but
20691  in the same order.
20692  If none of the 4 placements are possible the procedure is internally repeated
20693  but it is tried to put the float on the following page.
20694 \end_layout
20695
20696 \begin_layout Standard
20697 By default, each option has its own rules:
20698 \end_layout
20699
20700 \begin_layout Labeling
20701 \labelwidthstring 00.00.0000
20702
20703 \family sans
20704 Top
20705 \begin_inset space ~
20706 \end_inset
20707
20708 of
20709 \begin_inset space ~
20710 \end_inset
20711
20712 page
20713 \family default
20714  only floats occupying less than 70
20715 \begin_inset space \thinspace{}
20716 \end_inset
20717
20718 % of the page can be placed at the top of a page (
20719 \series bold
20720
20721 \backslash
20722 topfraction
20723 \series default
20724 )
20725 \end_layout
20726
20727 \begin_layout Labeling
20728 \labelwidthstring 00.00.0000
20729
20730 \family sans
20731 Bottom
20732 \begin_inset space ~
20733 \end_inset
20734
20735 of
20736 \begin_inset space ~
20737 \end_inset
20738
20739 page
20740 \family default
20741 : only floats occupying less than 30
20742 \begin_inset space \thinspace{}
20743 \end_inset
20744
20745 % of the page can be placed at the bottom of a page.
20746  (
20747 \series bold
20748
20749 \backslash
20750 bottomfraction
20751 \series default
20752 )
20753 \end_layout
20754
20755 \begin_layout Labeling
20756 \labelwidthstring 00.00.0000
20757
20758 \family sans
20759 Page
20760 \begin_inset space ~
20761 \end_inset
20762
20763 of
20764 \begin_inset space ~
20765 \end_inset
20766
20767 floats
20768 \family default
20769 : only if more than 50
20770 \begin_inset space \thinspace{}
20771 \end_inset
20772
20773 % of the page are occupied by floats, several floats can be set together
20774  on a page.
20775  (
20776 \series bold
20777
20778 \backslash
20779 floatpagefraction
20780 \series default
20781 )
20782 \end_layout
20783
20784 \begin_layout Standard
20785 If you don't like these rules, you can ignore them by using the additional
20786  option 
20787 \family sans
20788 Ignore
20789 \begin_inset space ~
20790 \end_inset
20791
20792 LaTeX
20793 \begin_inset space ~
20794 \end_inset
20795
20796 rules
20797 \family default
20798 .
20799 \begin_inset Newline newline
20800 \end_inset
20801
20802 You can also redefine the rules with LaTeX-commands that are given in parenthese
20803 s behind the rules description above.
20804  To increase for example the often too small default of the bottom-rule
20805  to 50
20806 \begin_inset space \thinspace{}
20807 \end_inset
20808
20809 % of the page, add this line to your document preamble:
20810 \end_layout
20811
20812 \begin_layout Standard
20813
20814 \series bold
20815
20816 \backslash
20817 renewcommand{
20818 \backslash
20819 bottomfraction}{0.5}
20820 \end_layout
20821
20822 \begin_layout Standard
20823 Sometimes you might need, under all circumstances, a float to be placed
20824  exactly at the position where it is inserted.
20825  For this case you can use the option 
20826 \family sans
20827 Here
20828 \begin_inset space ~
20829 \end_inset
20830
20831 definitely
20832 \family default
20833 .
20834  Use this option very rarely and only if the document is nearly ready to
20835  be printed.
20836  Because the float is then no longer able to 
20837 \begin_inset Quotes eld
20838 \end_inset
20839
20840 float
20841 \begin_inset Quotes erd
20842 \end_inset
20843
20844  when you change your document and this will often destroy the page layout.
20845 \end_layout
20846
20847 \begin_layout Standard
20848 There are no placement options for text wrap floats, because they are always
20849  surrounded by the text of a certain paragraph.
20850 \begin_inset VSpace bigskip
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \begin_layout Standard
20857 Sometimes you have the problem that a float is placed at the top of a page
20858  while its corresponding section starts at the middle of the page, so that
20859  the reader could think the float is part of the previous section.
20860  To avoid this the LaTeX-command 
20861 \series bold
20862
20863 \backslash
20864 suppressfloats
20865 \series default
20866  can be used.
20867  It suppresses a given float placement for the page where it is inserted
20868  and can therefore be used to avoid that floats could be set before a section
20869  starts.
20870  To get this, add these commands to your document preamble:
20871 \end_layout
20872
20873 \begin_layout Standard
20874
20875 \series bold
20876
20877 \backslash
20878 let
20879 \backslash
20880 mySection
20881 \backslash
20882 section
20883 \begin_inset Newline newline
20884 \end_inset
20885
20886
20887 \backslash
20888 renewcommand{
20889 \backslash
20890 section}{
20891 \backslash
20892 suppressfloats[t]
20893 \backslash
20894 mySection}
20895 \end_layout
20896
20897 \begin_layout Standard
20898 You can define the same for all section headings, like chapters and subsections.
20899  This definition is not recommended to be used for small text parts like
20900  subsubsections because LaTeX may then have problems to find a suitable
20901  placement.
20902 \end_layout
20903
20904 \begin_layout Standard
20905 \begin_inset VSpace bigskip
20906 \end_inset
20907
20908 In some cases it is required to have all figures/tables at the end of the
20909  document.
20910  For this purpose the LaTeX-package 
20911 \series bold
20912 endfloat
20913 \series default
20914
20915 \begin_inset Index
20916 status collapsed
20917
20918 \begin_layout Plain Layout
20919 LaTeX-packages ! endfloat
20920 \end_layout
20921
20922 \end_inset
20923
20924  was developed.
20925  It puts all figure and table floats at the end of the document into own
20926  sections.
20927  At the original float position a text hint like 
20928 \begin_inset Quotes eld
20929 \end_inset
20930
20931
20932 \family sans
20933 [Figure
20934 \begin_inset space ~
20935 \end_inset
20936
20937 3.2 about here.]
20938 \family default
20939
20940 \begin_inset Quotes erd
20941 \end_inset
20942
20943  is inserted.
20944  The endfloat-package is loaded in the preamble with the line
20945 \end_layout
20946
20947 \begin_layout Standard
20948
20949 \series bold
20950
20951 \backslash
20952 usepackage[options]{endfloat}
20953 \end_layout
20954
20955 \begin_layout Standard
20956 There are various package options to format the created figure/table sections.
20957  For more information we refer to the 
20958 \series bold
20959 endfloat
20960 \series default
20961  documentation 
20962 \begin_inset CommandInset citation
20963 LatexCommand cite
20964 key "endfloat"
20965
20966 \end_inset
20967
20968 .
20969 \begin_inset Newline newline
20970 \end_inset
20971
20972
20973 \begin_inset Note Greyedout
20974 status open
20975
20976 \begin_layout Plain Layout
20977
20978 \series bold
20979 Note: endfloat
20980 \series default
20981  doesn't provide an automatic translation for the text hint, you have to
20982  do this manually, see section
20983 \begin_inset space ~
20984 \end_inset
20985
20986 4 in 
20987 \begin_inset CommandInset citation
20988 LatexCommand cite
20989 key "endfloat"
20990
20991 \end_inset
20992
20993 .
20994 \end_layout
20995
20996 \end_inset
20997
20998
20999 \begin_inset Newline newline
21000 \end_inset
21001
21002
21003 \begin_inset Note Greyedout
21004 status open
21005
21006 \begin_layout Plain Layout
21007
21008 \series bold
21009 Note:
21010 \series default
21011  There is currently a bug in 
21012 \series bold
21013 endfloat
21014 \series default
21015  when the caption contains a German 
21016 \begin_inset Quotes eld
21017 \end_inset
21018
21019 ß
21020 \begin_inset Quotes erd
21021 \end_inset
21022
21023 .
21024  Use in this case the command 
21025 \begin_inset Quotes eld
21026 \end_inset
21027
21028
21029 \series bold
21030
21031 \backslash
21032 ss
21033 \series default
21034
21035 \begin_inset Quotes erd
21036 \end_inset
21037
21038  in TeX-Code instead of 
21039 \begin_inset Quotes eld
21040 \end_inset
21041
21042 ß
21043 \begin_inset Quotes erd
21044 \end_inset
21045
21046 .
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Standard
21055 \begin_inset VSpace bigskip
21056 \end_inset
21057
21058 For more details about float placements, have a look at LaTeX books, 
21059 \begin_inset CommandInset citation
21060 LatexCommand cite
21061 key "latexcompanion,latexguide,latexbook"
21062
21063 \end_inset
21064
21065 .
21066 \end_layout
21067
21068 \begin_layout Section
21069 Rotated Floats
21070 \begin_inset CommandInset label
21071 LatexCommand label
21072 name "sec:Rotated-Floats"
21073
21074 \end_inset
21075
21076
21077 \begin_inset Index
21078 status collapsed
21079
21080 \begin_layout Plain Layout
21081 Floats ! Rotating
21082 \end_layout
21083
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \begin_layout Standard
21090 Especially for wide tables you might have floats rotated.
21091  To rotate a whole float including the caption, right-click on the float-box
21092  and use the option 
21093 \family sans
21094 Rotate
21095 \begin_inset space ~
21096 \end_inset
21097
21098 sideways
21099 \family default
21100 .
21101 \end_layout
21102
21103 \begin_layout Standard
21104 Rotated floats are always placed on its own page (or column, in case you
21105  have a multi-column document).
21106  You can let them span several columns using the float settings option 
21107 \family sans
21108 Span
21109 \begin_inset space ~
21110 \end_inset
21111
21112 columns
21113 \family default
21114 .
21115  Floats are rotated so that you can read them from the outside margin.
21116  To force a certain rotation direction for all pages, you can add either
21117  the option 
21118 \series bold
21119 figuresleft
21120 \series default
21121  or 
21122 \series bold
21123 figuresright
21124 \series default
21125  to the document class options.
21126 \end_layout
21127
21128 \begin_layout Standard
21129 Referencing rotated floats is the same like for normal floats, the caption
21130  format is also the same: Table
21131 \begin_inset space ~
21132 \end_inset
21133
21134
21135 \begin_inset CommandInset ref
21136 LatexCommand ref
21137 reference "tab:Rotated-table"
21138
21139 \end_inset
21140
21141  is an example of a rotated table float.
21142 \end_layout
21143
21144 \begin_layout Standard
21145 \begin_inset Note Greyedout
21146 status open
21147
21148 \begin_layout Plain Layout
21149
21150 \series bold
21151 Note:
21152 \series default
21153  Not all DVI-viewers are able to display rotated floats.
21154 \end_layout
21155
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \begin_layout Standard
21162 \begin_inset Float table
21163 wide false
21164 sideways true
21165 status open
21166
21167 \begin_layout Plain Layout
21168 \begin_inset Caption
21169
21170 \begin_layout Plain Layout
21171 \begin_inset CommandInset label
21172 LatexCommand label
21173 name "tab:Rotated-table"
21174
21175 \end_inset
21176
21177  Rotated table
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \begin_layout Plain Layout
21186 \align center
21187 \begin_inset Tabular
21188 <lyxtabular version="3" rows="1" columns="5">
21189 <features>
21190 <column alignment="center" valignment="top" width="0">
21191 <column alignment="center" valignment="top" width="0">
21192 <column alignment="center" valignment="top" width="0">
21193 <column alignment="center" valignment="top" width="0">
21194 <column alignment="center" valignment="top" width="0">
21195 <row>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 test
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 b
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 c
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227 d
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 e
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 </row>
21242 </lyxtabular>
21243
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \begin_layout Section
21255 Floats Side by Side
21256 \begin_inset Index
21257 status collapsed
21258
21259 \begin_layout Plain Layout
21260 Floats ! Side by side
21261 \end_layout
21262
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \begin_layout Standard
21269 To place floats side by side, like for Figure
21270 \begin_inset space ~
21271 \end_inset
21272
21273
21274 \begin_inset CommandInset ref
21275 LatexCommand ref
21276 reference "fig:Float-left"
21277
21278 \end_inset
21279
21280  and 
21281 \begin_inset CommandInset ref
21282 LatexCommand ref
21283 reference "fig:Float-right"
21284
21285 \end_inset
21286
21287 , only 
21288 \emph on
21289 one
21290 \emph default
21291  float is used.
21292  In it two minipage boxes are inserted.
21293 \begin_inset Foot
21294 status collapsed
21295
21296 \begin_layout Plain Layout
21297 Minipages are explained in section
21298 \begin_inset space ~
21299 \end_inset
21300
21301
21302 \begin_inset CommandInset ref
21303 LatexCommand ref
21304 reference "sec:Minipages"
21305
21306 \end_inset
21307
21308 .
21309 \end_layout
21310
21311 \end_inset
21312
21313  The width is set to 45
21314 \begin_inset space \thinspace{}
21315 \end_inset
21316
21317 -50
21318 \begin_inset space \thinspace{}
21319 \end_inset
21320
21321 column% and the box alignment to 
21322 \family sans
21323 Bottom
21324 \family default
21325  for each minipage.
21326  The minipage boxes contain the image and the caption in the same way as
21327  they are in a float.
21328  The only difference is that the image unit 
21329 \family sans
21330 Column
21331 \begin_inset space ~
21332 \end_inset
21333
21334 Width
21335 \begin_inset space ~
21336 \end_inset
21337
21338 %
21339 \family default
21340  is now calculated according to the width of the minipage boxes.
21341 \end_layout
21342
21343 \begin_layout Standard
21344 \begin_inset Float figure
21345 wide false
21346 sideways false
21347 status open
21348
21349 \begin_layout Plain Layout
21350 \begin_inset Box Frameless
21351 position "b"
21352 hor_pos "c"
21353 has_inner_box 1
21354 inner_pos "t"
21355 use_parbox 0
21356 width "45col%"
21357 special "none"
21358 height "1in"
21359 height_special "totalheight"
21360 status open
21361
21362 \begin_layout Plain Layout
21363 \align center
21364 \begin_inset Graphics
21365         filename clipart/mobius.eps
21366         lyxscale 50
21367         width 100col%
21368         scaleBeforeRotation
21369
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \begin_layout Plain Layout
21376 \begin_inset Caption
21377
21378 \begin_layout Plain Layout
21379 \begin_inset CommandInset label
21380 LatexCommand label
21381 name "fig:Float-left"
21382
21383 \end_inset
21384
21385 Float on the left side.
21386 \end_layout
21387
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \begin_inset space \hfill{}
21397 \end_inset
21398
21399
21400 \begin_inset Box Frameless
21401 position "b"
21402 hor_pos "c"
21403 has_inner_box 1
21404 inner_pos "t"
21405 use_parbox 0
21406 width "45col%"
21407 special "none"
21408 height "1in"
21409 height_special "totalheight"
21410 status open
21411
21412 \begin_layout Plain Layout
21413 \align center
21414 \begin_inset Graphics
21415         filename clipart/platypus.eps
21416         lyxscale 50
21417         width 100col%
21418         scaleBeforeRotation
21419
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Caption
21427
21428 \begin_layout Plain Layout
21429 \begin_inset CommandInset label
21430 LatexCommand label
21431 name "fig:Float-right"
21432
21433 \end_inset
21434
21435 Float on the right side.
21436 \end_layout
21437
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \begin_layout Plain Layout
21449
21450 \end_layout
21451
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \begin_layout Section
21458 Caption Formatting
21459 \begin_inset Index
21460 status collapsed
21461
21462 \begin_layout Plain Layout
21463 Caption ! Formatting
21464 \end_layout
21465
21466 \end_inset
21467
21468
21469 \begin_inset Index
21470 status collapsed
21471
21472 \begin_layout Plain Layout
21473 Floats ! Caption Formatting
21474 \end_layout
21475
21476 \end_inset
21477
21478
21479 \begin_inset CommandInset label
21480 LatexCommand label
21481 name "sec:Caption-Formatting"
21482
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \begin_layout Standard
21489 The 
21490 \family sans
21491 Caption
21492 \family default
21493  environment is the default paragraph environment for 
21494 \family sans
21495 Floats
21496 \family default
21497 .
21498  On the LyX screen captions appear as label, e.
21499 \begin_inset space \thinspace{}
21500 \end_inset
21501
21502 g.
21503 \begin_inset space ~
21504 \end_inset
21505
21506
21507 \begin_inset Quotes eld
21508 \end_inset
21509
21510
21511 \family sans
21512 Figure #:
21513 \family default
21514
21515 \begin_inset Quotes erd
21516 \end_inset
21517
21518  followed by the caption text.
21519  
21520 \begin_inset Quotes eld
21521 \end_inset
21522
21523 #
21524 \begin_inset Quotes erd
21525 \end_inset
21526
21527  is the actual reference number.
21528  By default the label and the number are in the same font as the caption
21529  text and a colon follows the number to divide the label from the text.
21530  This caption format is not suitable for all document formats.
21531  
21532 \end_layout
21533
21534 \begin_layout Standard
21535 To change the default caption format, load the LaTeX-package 
21536 \series bold
21537 caption
21538 \series default
21539
21540 \begin_inset Index
21541 status collapsed
21542
21543 \begin_layout Plain Layout
21544 LaTeX-packages ! caption
21545 \end_layout
21546
21547 \end_inset
21548
21549  in the document preamble with this line:
21550 \end_layout
21551
21552 \begin_layout Standard
21553
21554 \series bold
21555
21556 \backslash
21557 usepackage[format definition]{caption}
21558 \end_layout
21559
21560 \begin_layout Standard
21561 To have for example the label and the number in sans-serif bold font and
21562  the table captions always above the table like in this document, use the
21563  following command:
21564 \end_layout
21565
21566 \begin_layout Standard
21567
21568 \series bold
21569
21570 \backslash
21571 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21572 \end_layout
21573
21574 \begin_layout Standard
21575 You can also define different caption formats for the different float types.
21576  In this case load the 
21577 \series bold
21578 caption
21579 \series default
21580  package without format specific options and define the different formats
21581  with the help of the command
21582 \end_layout
21583
21584 \begin_layout Standard
21585
21586 \series bold
21587
21588 \backslash
21589 captionsetup[float type]{format definition}
21590 \end_layout
21591
21592 \begin_layout Standard
21593 in the document preamble.
21594  For example the caption formats of Figure
21595 \begin_inset space ~
21596 \end_inset
21597
21598
21599 \begin_inset CommandInset ref
21600 LatexCommand ref
21601 reference "fig:This-is-an-fig"
21602
21603 \end_inset
21604
21605  and Table
21606 \begin_inset space ~
21607 \end_inset
21608
21609
21610 \begin_inset CommandInset ref
21611 LatexCommand ref
21612 reference "tab:This-is-an-tab"
21613
21614 \end_inset
21615
21616  can be created using these commands in the document preamble:
21617 \end_layout
21618
21619 \begin_layout Standard
21620
21621 \series bold
21622
21623 \backslash
21624 usepackage[tableposition=top]{caption}
21625 \series default
21626
21627 \begin_inset Newline newline
21628 \end_inset
21629
21630
21631 \series bold
21632
21633 \backslash
21634 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21635 \begin_inset Newline newline
21636 \end_inset
21637
21638
21639 \begin_inset ERT
21640 status collapsed
21641
21642 \begin_layout Plain Layout
21643
21644
21645 \backslash
21646 hphantom{
21647 \backslash
21648
21649 \backslash
21650 captionsetup[figure]
21651 \backslash
21652 {}
21653 \end_layout
21654
21655 \end_inset
21656
21657  labelsep=period}
21658 \begin_inset Newline newline
21659 \end_inset
21660
21661
21662 \backslash
21663 captionsetup[table]{labelfont={bf,sf}}
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \begin_inset Note Greyedout
21668 status open
21669
21670 \begin_layout Plain Layout
21671
21672 \series bold
21673 Note:
21674 \series default
21675  The option 
21676 \series bold
21677 tableposition=top
21678 \series default
21679  has no effect when a 
21680 \series bold
21681 koma-script
21682 \series default
21683
21684 \begin_inset Index
21685 status collapsed
21686
21687 \begin_layout Plain Layout
21688 LaTeX-packages ! koma-script
21689 \end_layout
21690
21691 \end_inset
21692
21693  document class is used.
21694  In this case the document class option 
21695 \series bold
21696 tablecaptionabove
21697 \series default
21698  must be used.
21699 \end_layout
21700
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \begin_layout Standard
21707 For more information about the package 
21708 \series bold
21709 caption
21710 \series default
21711  we refer to its documentation 
21712 \begin_inset CommandInset citation
21713 LatexCommand cite
21714 key "caption"
21715
21716 \end_inset
21717
21718 .
21719 \end_layout
21720
21721 \begin_layout Standard
21722 To change the label name from e.g.
21723  
21724 \begin_inset Quotes eld
21725 \end_inset
21726
21727 Figure
21728 \begin_inset Quotes erd
21729 \end_inset
21730
21731  to 
21732 \begin_inset Quotes eld
21733 \end_inset
21734
21735 Image
21736 \begin_inset Quotes erd
21737 \end_inset
21738
21739  use this preamble command:
21740 \end_layout
21741
21742 \begin_layout Standard
21743
21744 \series bold
21745
21746 \backslash
21747 renewcommand{
21748 \backslash
21749 fnum@figure}{Image~
21750 \backslash
21751 thefigure}
21752 \end_layout
21753
21754 \begin_layout Standard
21755 where 
21756 \series bold
21757
21758 \backslash
21759 thefigure
21760 \series default
21761  inserts the figure number and
21762 \series bold
21763  
21764 \begin_inset Quotes eld
21765 \end_inset
21766
21767 ~
21768 \series default
21769
21770 \begin_inset Quotes erd
21771 \end_inset
21772
21773  creates a protected space.
21774 \end_layout
21775
21776 \begin_layout Standard
21777 \begin_inset VSpace bigskip
21778 \end_inset
21779
21780 If you are using a 
21781 \series bold
21782 koma-script
21783 \series default
21784
21785 \begin_inset Index
21786 status collapsed
21787
21788 \begin_layout Plain Layout
21789 LaTeX-packages ! koma-script
21790 \end_layout
21791
21792 \end_inset
21793
21794  document class (
21795 \family sans
21796 article (koma-script)
21797 \family default
21798
21799 \family sans
21800 book (koma-script)
21801 \family default
21802
21803 \family sans
21804 letter (koma-script)
21805 \family default
21806 , or 
21807 \family sans
21808 report (koma-script)
21809 \family default
21810
21811 \begin_inset space \thinspace{}
21812 \end_inset
21813
21814 ), you can alternatively to the 
21815 \series bold
21816 caption
21817 \series default
21818  package use 
21819 \series bold
21820 koma-script
21821 \series default
21822 's built-in command 
21823 \series bold
21824
21825 \backslash
21826 setkomafont
21827 \series default
21828 .
21829  For example, to have the caption label in bold, add this command to your
21830  document preamble:
21831 \end_layout
21832
21833 \begin_layout Standard
21834
21835 \series bold
21836
21837 \backslash
21838 setkomafont{captionlabel}{
21839 \backslash
21840 bfseries}
21841 \end_layout
21842
21843 \begin_layout Standard
21844 For more information about 
21845 \series bold
21846
21847 \backslash
21848 setkomafont
21849 \series default
21850  we refer to the 
21851 \series bold
21852 koma-script
21853 \series default
21854  documentation 
21855 \begin_inset CommandInset citation
21856 LatexCommand cite
21857 key "koma-script"
21858
21859 \end_inset
21860
21861 .
21862 \end_layout
21863
21864 \begin_layout Standard
21865 \begin_inset ERT
21866 status collapsed
21867
21868 \begin_layout Plain Layout
21869
21870
21871 \backslash
21872 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21873 }
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \begin_inset Note Note
21880 status open
21881
21882 \begin_layout Plain Layout
21883 The caption format is changed only for this example.
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Standard
21892 \begin_inset Float figure
21893 placement !p
21894 wide false
21895 sideways false
21896 status open
21897
21898 \begin_layout Plain Layout
21899 \align center
21900 \begin_inset Graphics
21901         filename clipart/mobius.eps
21902         lyxscale 50
21903         scale 50
21904         scaleBeforeRotation
21905
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \begin_layout Plain Layout
21912 \begin_inset Caption
21913
21914 \begin_layout Plain Layout
21915 \begin_inset CommandInset label
21916 LatexCommand label
21917 name "fig:This-is-an-fig"
21918
21919 \end_inset
21920
21921 This is an example figure caption that is longer than one line to show the
21922  different caption format.
21923  Here a self-defined caption format is used.
21924 \end_layout
21925
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \begin_layout Standard
21937 \begin_inset ERT
21938 status collapsed
21939
21940 \begin_layout Plain Layout
21941
21942
21943 \backslash
21944 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21945 on}
21946 \end_layout
21947
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \begin_layout Standard
21954 \begin_inset Float table
21955 placement !p
21956 wide false
21957 sideways false
21958 status open
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Caption
21962
21963 \begin_layout Plain Layout
21964 \begin_inset CommandInset label
21965 LatexCommand label
21966 name "tab:This-is-an-tab"
21967
21968 \end_inset
21969
21970 This is an example table caption that is longer than one line to show the
21971  different caption format.
21972  Here the standard caption format for tables in this document is used.
21973 \end_layout
21974
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \begin_layout Plain Layout
21981 \align center
21982 \begin_inset Tabular
21983 <lyxtabular version="3" rows="1" columns="5">
21984 <features>
21985 <column alignment="center" valignment="top" width="0">
21986 <column alignment="center" valignment="top" width="0">
21987 <column alignment="center" valignment="top" width="0">
21988 <column alignment="center" valignment="top" width="0">
21989 <column alignment="center" valignment="top" width="0">
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 a
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 b
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 c
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 d
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 e
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 </lyxtabular>
22038
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \begin_layout Section
22050 Caption Placement
22051 \begin_inset Index
22052 status collapsed
22053
22054 \begin_layout Plain Layout
22055 Caption ! Placement
22056 \end_layout
22057
22058 \end_inset
22059
22060
22061 \begin_inset Index
22062 status collapsed
22063
22064 \begin_layout Plain Layout
22065 Floats ! Caption Placement
22066 \end_layout
22067
22068 \end_inset
22069
22070
22071 \begin_inset CommandInset label
22072 LatexCommand label
22073 name "sec:Caption-Placement"
22074
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \begin_layout Standard
22081 The common caption placement rule is:
22082 \end_layout
22083
22084 \begin_layout Description
22085 Figure: Caption is set below the figure
22086 \end_layout
22087
22088 \begin_layout Description
22089 Table: Caption is set above the table
22090 \end_layout
22091
22092 \begin_layout Standard
22093 Having the caption above the table is unfortunately not supported in LaTeX's
22094  standard classes.
22095  That means if you are using the document classes 
22096 \family sans
22097 article
22098 \family default
22099
22100 \family sans
22101 book
22102 \family default
22103
22104 \family sans
22105 letter
22106 \family default
22107 , or 
22108 \family sans
22109 report
22110 \family default
22111  there will be no space between the caption and the table.
22112  To insert the needed space, add the following option to the load command
22113  of the LaTeX-package 
22114 \series bold
22115 caption
22116 \series default
22117  in your document preamble
22118 \begin_inset Foot
22119 status collapsed
22120
22121 \begin_layout Plain Layout
22122 See section
22123 \begin_inset space ~
22124 \end_inset
22125
22126
22127 \begin_inset CommandInset ref
22128 LatexCommand ref
22129 reference "sec:Caption-Formatting"
22130
22131 \end_inset
22132
22133  for more information of the package 
22134 \series bold
22135 caption
22136 \series default
22137 .
22138 \end_layout
22139
22140 \end_inset
22141
22142 :
22143 \end_layout
22144
22145 \begin_layout Standard
22146
22147 \series bold
22148 tableposition=top
22149 \end_layout
22150
22151 \begin_layout Standard
22152 If you are using a 
22153 \series bold
22154 koma-script
22155 \series default
22156
22157 \begin_inset Index
22158 status collapsed
22159
22160 \begin_layout Plain Layout
22161 LaTeX-packages ! koma-script
22162 \end_layout
22163
22164 \end_inset
22165
22166  document class (
22167 \family sans
22168 article (koma-script)
22169 \family default
22170
22171 \family sans
22172 book (koma-script)
22173 \family default
22174
22175 \family sans
22176 letter (koma-script)
22177 \family default
22178 , or 
22179 \family sans
22180 report (koma-script)
22181 \family default
22182
22183 \begin_inset space \thinspace{}
22184 \end_inset
22185
22186 ), you can alternatively to the 
22187 \series bold
22188 caption
22189 \series default
22190  package set the document class option 
22191 \series bold
22192 tablecaptionabove
22193 \series default
22194 .
22195 \end_layout
22196
22197 \begin_layout Standard
22198 \begin_inset VSpace bigskip
22199 \end_inset
22200
22201 It is also possible to set the caption beside a figure or table.
22202  To get this the LaTeX-package 
22203 \series bold
22204 sidecap
22205 \series default
22206
22207 \begin_inset Index
22208 status collapsed
22209
22210 \begin_layout Plain Layout
22211 LaTeX-packages ! sidecap
22212 \end_layout
22213
22214 \end_inset
22215
22216  has to be loaded in the document preamble with the line
22217 \end_layout
22218
22219 \begin_layout Standard
22220
22221 \series bold
22222
22223 \backslash
22224 usepackage[option]{sidecap}
22225 \end_layout
22226
22227 \begin_layout Standard
22228 If you set no option, the caption is placed on the side of the outer page
22229  margin -- to the right on odd pages, to the left on even pages.
22230  You can change the placement to inner margin with the option 
22231 \series bold
22232 innercaption
22233 \series default
22234 .
22235  To force the placement always to the right or left, use the option 
22236 \series bold
22237 rightcaption
22238 \series default
22239  or 
22240 \series bold
22241 leftcaption
22242 \series default
22243 , respectively.
22244 \end_layout
22245
22246 \begin_layout Standard
22247 \begin_inset ERT
22248 status collapsed
22249
22250 \begin_layout Plain Layout
22251
22252
22253 \backslash
22254 ifsidecap
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \begin_inset Note Note
22261 status open
22262
22263 \begin_layout Plain Layout
22264 The following section will only be displayed when the LaTeX-package 
22265 \series bold
22266 sidecap
22267 \series default
22268  is installed.
22269 \end_layout
22270
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \begin_layout Standard
22277 To place in LyX the caption of a float on the side, it is necessary to add
22278  these commands to the document preamble:
22279 \end_layout
22280
22281 \begin_layout Standard
22282
22283 \lyxline
22284
22285 \end_layout
22286
22287 \begin_layout Standard
22288
22289 \series bold
22290
22291 \backslash
22292 newcommand{
22293 \backslash
22294 TabBesBeg}{%
22295 \begin_inset Newline newline
22296 \end_inset
22297
22298
22299 \begin_inset ERT
22300 status collapsed
22301
22302 \begin_layout Plain Layout
22303
22304
22305 \backslash
22306 hphantom{ }
22307 \end_layout
22308
22309 \end_inset
22310
22311
22312 \backslash
22313 let
22314 \backslash
22315 MyTable
22316 \backslash
22317 table
22318 \begin_inset Newline newline
22319 \end_inset
22320
22321
22322 \begin_inset ERT
22323 status collapsed
22324
22325 \begin_layout Plain Layout
22326
22327
22328 \backslash
22329 hphantom{ }
22330 \end_layout
22331
22332 \end_inset
22333
22334
22335 \backslash
22336 let
22337 \backslash
22338 MyEndtable
22339 \backslash
22340 endtable
22341 \begin_inset Newline newline
22342 \end_inset
22343
22344
22345 \begin_inset ERT
22346 status collapsed
22347
22348 \begin_layout Plain Layout
22349
22350
22351 \backslash
22352 hphantom{ }
22353 \end_layout
22354
22355 \end_inset
22356
22357
22358 \backslash
22359 renewenvironment{table}{
22360 \backslash
22361 begin{SCtable}}{
22362 \backslash
22363 end{SCtable}}}
22364 \end_layout
22365
22366 \begin_layout Standard
22367
22368 \series bold
22369
22370 \backslash
22371 newcommand{
22372 \backslash
22373 TabBesEnd}{%
22374 \begin_inset Newline newline
22375 \end_inset
22376
22377
22378 \begin_inset ERT
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382
22383
22384 \backslash
22385 hphantom{ }
22386 \end_layout
22387
22388 \end_inset
22389
22390
22391 \backslash
22392 let
22393 \backslash
22394 table
22395 \backslash
22396 MyTable
22397 \begin_inset Newline newline
22398 \end_inset
22399
22400
22401 \begin_inset ERT
22402 status collapsed
22403
22404 \begin_layout Plain Layout
22405
22406
22407 \backslash
22408 hphantom{ }
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \backslash
22415 let
22416 \backslash
22417 endtable
22418 \backslash
22419 MyEndtable
22420 \end_layout
22421
22422 \begin_layout Standard
22423
22424 \series bold
22425
22426 \backslash
22427 newcommand{
22428 \backslash
22429 FigBesBeg}{%
22430 \begin_inset Newline newline
22431 \end_inset
22432
22433
22434 \begin_inset ERT
22435 status collapsed
22436
22437 \begin_layout Plain Layout
22438
22439
22440 \backslash
22441 hphantom{ }
22442 \end_layout
22443
22444 \end_inset
22445
22446
22447 \backslash
22448 let
22449 \backslash
22450 MyFigure
22451 \backslash
22452 figure
22453 \begin_inset Newline newline
22454 \end_inset
22455
22456
22457 \begin_inset ERT
22458 status collapsed
22459
22460 \begin_layout Plain Layout
22461
22462
22463 \backslash
22464 hphantom{ }
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \backslash
22471 let
22472 \backslash
22473 MyEndfigure
22474 \backslash
22475 endfigure
22476 \begin_inset Newline newline
22477 \end_inset
22478
22479
22480 \begin_inset ERT
22481 status collapsed
22482
22483 \begin_layout Plain Layout
22484
22485
22486 \backslash
22487 hphantom{ }
22488 \end_layout
22489
22490 \end_inset
22491
22492
22493 \backslash
22494 renewenvironment{figure}{
22495 \backslash
22496 begin{SCfigure}}{
22497 \backslash
22498 end{SCfigure}}}
22499 \end_layout
22500
22501 \begin_layout Standard
22502
22503 \series bold
22504
22505 \backslash
22506 newcommand{
22507 \backslash
22508 FigBesEnd}{%
22509 \begin_inset Newline newline
22510 \end_inset
22511
22512
22513 \begin_inset ERT
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517
22518
22519 \backslash
22520 hphantom{ }
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \backslash
22527 let
22528 \backslash
22529 figure
22530 \backslash
22531 MyFigure
22532 \begin_inset Newline newline
22533 \end_inset
22534
22535
22536 \begin_inset ERT
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540
22541
22542 \backslash
22543 hphantom{ }
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \backslash
22550 let
22551 \backslash
22552 endfigure
22553 \backslash
22554 MyEndfigure}
22555 \end_layout
22556
22557 \begin_layout Standard
22558
22559 \lyxline
22560
22561 \end_layout
22562
22563 \begin_layout Standard
22564 The commands allow you to redefine the floats so that the caption is set
22565  on the side.
22566  For figure floats use the command
22567 \end_layout
22568
22569 \begin_layout Standard
22570
22571 \series bold
22572
22573 \backslash
22574 FigBesBeg
22575 \end_layout
22576
22577 \begin_layout Standard
22578 in TeX-Code before the float.
22579  Behind the float insert the command
22580 \end_layout
22581
22582 \begin_layout Standard
22583
22584 \series bold
22585
22586 \backslash
22587 FigBesEnd
22588 \end_layout
22589
22590 \begin_layout Standard
22591 in TeX-Code to get back to the original float definition.
22592 \end_layout
22593
22594 \begin_layout Standard
22595 For table floats use the corresponding commands
22596 \end_layout
22597
22598 \begin_layout Standard
22599
22600 \series bold
22601
22602 \backslash
22603 TabBesBeg
22604 \series default
22605  and 
22606 \series bold
22607
22608 \backslash
22609 TabBesEnd
22610 \end_layout
22611
22612 \begin_layout Standard
22613 Figure
22614 \begin_inset space ~
22615 \end_inset
22616
22617
22618 \begin_inset CommandInset ref
22619 LatexCommand ref
22620 reference "fig:cap-beside-fig"
22621
22622 \end_inset
22623
22624  and Table
22625 \begin_inset space ~
22626 \end_inset
22627
22628
22629 \begin_inset CommandInset ref
22630 LatexCommand ref
22631 reference "tab:cap-beside-tab"
22632
22633 \end_inset
22634
22635  are examples where the caption is set beside.
22636 \end_layout
22637
22638 \begin_layout Standard
22639 You can see in the examples that the caption text appears at the top of
22640  the floats for table floats and at the bottom for figure floats.
22641  To change this, you can use the command
22642 \end_layout
22643
22644 \begin_layout Standard
22645
22646 \series bold
22647
22648 \backslash
22649 sidecaptionvpos{float type}{placement}
22650 \end_layout
22651
22652 \begin_layout Standard
22653 in the document preamble or in TeX-Code before the float.
22654  The float type is either 
22655 \family sans
22656 figure
22657 \family default
22658  or 
22659 \family sans
22660 table
22661 \family default
22662 , the placement can be 
22663 \begin_inset Quotes eld
22664 \end_inset
22665
22666
22667 \family sans
22668 t
22669 \family default
22670
22671 \begin_inset Quotes erd
22672 \end_inset
22673
22674  for top, 
22675 \begin_inset Quotes eld
22676 \end_inset
22677
22678
22679 \family sans
22680 c
22681 \family default
22682
22683 \begin_inset Quotes erd
22684 \end_inset
22685
22686  for center, or 
22687 \begin_inset Quotes eld
22688 \end_inset
22689
22690
22691 \family sans
22692 b
22693 \family default
22694
22695 \begin_inset Quotes erd
22696 \end_inset
22697
22698  for bottom.
22699  To have for example the caption of figure floats vertically centered, use
22700  the command
22701 \end_layout
22702
22703 \begin_layout Standard
22704
22705 \series bold
22706
22707 \backslash
22708 sidecaptionvpos{figure}{c}
22709 \end_layout
22710
22711 \begin_layout Standard
22712 This was used for Figure
22713 \begin_inset space ~
22714 \end_inset
22715
22716
22717 \begin_inset CommandInset ref
22718 LatexCommand ref
22719 reference "fig:cap-beside-fig-2"
22720
22721 \end_inset
22722
22723 .
22724 \end_layout
22725
22726 \begin_layout Standard
22727 \begin_inset VSpace medskip
22728 \end_inset
22729
22730 For more information about the package 
22731 \series bold
22732 sidecap
22733 \series default
22734  we refer to its documentation 
22735 \begin_inset CommandInset citation
22736 LatexCommand cite
22737 key "sidecap"
22738
22739 \end_inset
22740
22741 .
22742 \end_layout
22743
22744 \begin_layout Standard
22745 \begin_inset Note Greyedout
22746 status open
22747
22748 \begin_layout Plain Layout
22749
22750 \series bold
22751 Note:
22752 \series default
22753  The LaTeX-package 
22754 \series bold
22755 hypcap
22756 \series default
22757
22758 \begin_inset Index
22759 status collapsed
22760
22761 \begin_layout Plain Layout
22762 LaTeX-packages ! hypcap
22763 \end_layout
22764
22765 \end_inset
22766
22767 , described in section
22768 \begin_inset space ~
22769 \end_inset
22770
22771
22772 \begin_inset CommandInset ref
22773 LatexCommand ref
22774 reference "sub:Reference-Position"
22775
22776 \end_inset
22777
22778 , has no effect on floats with the caption set beside.
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 \begin_inset ERT
22788 status collapsed
22789
22790 \begin_layout Plain Layout
22791
22792
22793 \backslash
22794 FigBesBeg 
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \begin_layout Standard
22803 \begin_inset Float figure
22804 wide false
22805 sideways false
22806 status open
22807
22808 \begin_layout Plain Layout
22809 \begin_inset Graphics
22810         filename clipart/escher-lsd.eps
22811         scale 75
22812         scaleBeforeRotation
22813
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \begin_layout Plain Layout
22820 \begin_inset Caption
22821
22822 \begin_layout Plain Layout
22823 \begin_inset CommandInset label
22824 LatexCommand label
22825 name "fig:cap-beside-fig"
22826
22827 \end_inset
22828
22829 This is a caption beside a figure.
22830 \end_layout
22831
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \begin_layout Standard
22843 \begin_inset ERT
22844 status collapsed
22845
22846 \begin_layout Plain Layout
22847
22848
22849 \backslash
22850 TabBesBeg 
22851 \end_layout
22852
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \begin_layout Standard
22859 \begin_inset Float table
22860 wide false
22861 sideways false
22862 status open
22863
22864 \begin_layout Plain Layout
22865 \begin_inset Caption
22866
22867 \begin_layout Plain Layout
22868 \begin_inset CommandInset label
22869 LatexCommand label
22870 name "tab:cap-beside-tab"
22871
22872 \end_inset
22873
22874 This is a caption beside a table.
22875 \end_layout
22876
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \begin_layout Plain Layout
22883 \begin_inset Tabular
22884 <lyxtabular version="3" rows="4" columns="5">
22885 <features>
22886 <column alignment="center" valignment="top" width="0">
22887 <column alignment="center" valignment="top" width="0">
22888 <column alignment="center" valignment="top" width="0">
22889 <column alignment="center" valignment="top" width="0">
22890 <column alignment="center" valignment="top" width="0">
22891 <row>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 a
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 b
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 c
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 </row>
22938 <row>
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 d
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 e
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 </row>
22985 <row>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 f
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 g
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 h
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 i
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 j
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 </lyxtabular>
23080
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \begin_layout Standard
23092 \begin_inset ERT
23093 status collapsed
23094
23095 \begin_layout Plain Layout
23096
23097
23098 \backslash
23099 TabBesEnd
23100 \end_layout
23101
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Standard
23108 \begin_inset ERT
23109 status collapsed
23110
23111 \begin_layout Plain Layout
23112
23113
23114 \backslash
23115 sidecaptionvpos{figure}{c}
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \begin_inset Float figure
23122 wide false
23123 sideways false
23124 status open
23125
23126 \begin_layout Plain Layout
23127 \begin_inset Graphics
23128         filename clipart/escher-lsd.eps
23129         scale 75
23130         scaleBeforeRotation
23131
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \begin_layout Plain Layout
23138 \begin_inset Caption
23139
23140 \begin_layout Plain Layout
23141 \begin_inset CommandInset label
23142 LatexCommand label
23143 name "fig:cap-beside-fig-2"
23144
23145 \end_inset
23146
23147 This is a vertically centered caption beside a figure.
23148 \end_layout
23149
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \end_inset
23156
23157
23158 \end_layout
23159
23160 \begin_layout Standard
23161 \begin_inset ERT
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165
23166
23167 \backslash
23168 FigBesEnd
23169 \end_layout
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset ERT
23178 status collapsed
23179
23180 \begin_layout Plain Layout
23181
23182
23183 \backslash
23184 else
23185 \end_layout
23186
23187 \end_inset
23188
23189
23190 \begin_inset Note Note
23191 status open
23192
23193 \begin_layout Plain Layout
23194 The following will be displayed when the LaTeX-package 
23195 \series bold
23196 sidecap
23197 \series default
23198  is not installed:
23199 \end_layout
23200
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Standard
23207 You need to install the LaTeX-package 
23208 \series bold
23209 sidecap
23210 \series default
23211  to see the following part of this section in the output.
23212 \end_layout
23213
23214 \begin_layout Standard
23215 \begin_inset ERT
23216 status collapsed
23217
23218 \begin_layout Plain Layout
23219
23220
23221 \backslash
23222 fi
23223 \end_layout
23224
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \begin_layout Section
23231 Listings of Floats
23232 \begin_inset Index
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236 Floats ! Float Lists
23237 \end_layout
23238
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \begin_layout Standard
23245 Similar to the the table of contents where the sections of the document
23246  are listed, there are listings for all float types, like the figures of
23247  the documents.
23248  You can insert them via the 
23249 \family sans
23250 Insert\SpecialChar \menuseparator
23251 List
23252 \begin_inset space ~
23253 \end_inset
23254
23255 /
23256 \begin_inset space ~
23257 \end_inset
23258
23259 TOC
23260 \family default
23261  sub menus.
23262 \end_layout
23263
23264 \begin_layout Standard
23265 The list entries are the float captions or its short title, the float number,
23266  and the page number where they appear in the document.
23267 \end_layout
23268
23269 \begin_layout Standard
23270 You can find the list of figures and tables at the end of this document.
23271 \end_layout
23272
23273 \begin_layout Chapter
23274 Notes
23275 \end_layout
23276
23277 \begin_layout Section
23278 LyX Notes
23279 \begin_inset Index
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283 Notes ! LyX Notes
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 Notes are inserted with the toolbar button 
23293 \begin_inset Graphics
23294         filename ../images/note-insert.png
23295         scale 85
23296         scaleBeforeRotation
23297
23298 \end_inset
23299
23300  or the menu 
23301 \family sans
23302 Insert\SpecialChar \menuseparator
23303 Note
23304 \family default
23305 .
23306  There are three types of notes:
23307 \end_layout
23308
23309 \begin_layout Description
23310 LyX
23311 \begin_inset space ~
23312 \end_inset
23313
23314 Note This note type is for internal notes that won't appear in the output.
23315  Its note-box looks like this:
23316 \begin_inset Newline newline
23317 \end_inset
23318
23319
23320 \begin_inset Newline newline
23321 \end_inset
23322
23323
23324 \begin_inset Graphics
23325         filename clipart/LyXNoteImageQt4.png
23326         display false
23327         scale 85
23328         scaleBeforeRotation
23329
23330 \end_inset
23331
23332  
23333 \begin_inset Note Note
23334 status open
23335
23336 \begin_layout Plain Layout
23337 This is text in a note box that doesn't appear in the output.
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \begin_layout Description
23346 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23347 ent, when you export the document to LaTeX via the menu 
23348 \family sans
23349 File\SpecialChar \menuseparator
23350 Export\SpecialChar \menuseparator
23351 LaTeX (pdflatex) / (plain)
23352 \family default
23353 .
23354  Its note-box looks like this:
23355 \begin_inset Newline newline
23356 \end_inset
23357
23358
23359 \begin_inset Newline newline
23360 \end_inset
23361
23362
23363 \begin_inset Graphics
23364         filename clipart/CommentNoteImageQt4.png
23365         display false
23366         scale 85
23367         scaleBeforeRotation
23368
23369 \end_inset
23370
23371  
23372 \begin_inset Note Comment
23373 status open
23374
23375 \begin_layout Plain Layout
23376 This is text in a note box that only appears as comment in LaTeX-files.
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \begin_layout Description
23385 Greyed
23386 \begin_inset space ~
23387 \end_inset
23388
23389 Out This note will appear in the output as grey text.
23390  Its note-box looks like this:
23391 \begin_inset Newline newline
23392 \end_inset
23393
23394
23395 \begin_inset Newline newline
23396 \end_inset
23397
23398
23399 \begin_inset Graphics
23400         filename clipart/GreyedOutNoteImageQt4.png
23401         display false
23402         scale 85
23403         scaleBeforeRotation
23404
23405 \end_inset
23406
23407
23408 \begin_inset Newline newline
23409 \end_inset
23410
23411
23412 \begin_inset ERT
23413 status collapsed
23414
23415 \begin_layout Plain Layout
23416
23417
23418 \backslash
23419 renewenvironment{lyxgreyedout}
23420 \end_layout
23421
23422 \begin_layout Plain Layout
23423
23424 {
23425 \backslash
23426 textcolor[gray]{0.8}
23427 \backslash
23428 bgroup}{
23429 \backslash
23430 egroup}
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \begin_inset Note Greyedout
23437 status open
23438
23439 \begin_layout Plain Layout
23440 This is text
23441 \begin_inset Foot
23442 status open
23443
23444 \begin_layout Plain Layout
23445 This is an example footnote within a greyed out note.
23446 \end_layout
23447
23448 \end_inset
23449
23450  of a comment that appears in the output as grey text.
23451 \end_layout
23452
23453 \end_inset
23454
23455
23456 \begin_inset ERT
23457 status collapsed
23458
23459 \begin_layout Plain Layout
23460
23461
23462 \backslash
23463 renewenvironment{lyxgreyedout}
23464 \end_layout
23465
23466 \begin_layout Plain Layout
23467
23468 {
23469 \backslash
23470 textcolor{blue}
23471 \backslash
23472 bgroup}{
23473 \backslash
23474 egroup}
23475 \end_layout
23476
23477 \end_inset
23478
23479
23480 \begin_inset Note Note
23481 status collapsed
23482
23483 \begin_layout Plain Layout
23484 The greyed out note is here redefined to show it with the original LyX definitio
23485 n because greyed out notes are redefined in the preamble of this document,
23486  as described below, to have blue text.
23487 \end_layout
23488
23489 \end_inset
23490
23491
23492 \begin_inset Newline newline
23493 \end_inset
23494
23495
23496 \begin_inset Newline newline
23497 \end_inset
23498
23499 As you can see in the example, the first line of greyed out notes is a bit
23500  indented and greyed out notes can have footnotes.
23501 \end_layout
23502
23503 \begin_layout Standard
23504 \begin_inset VSpace bigskip
23505 \end_inset
23506
23507 When you use the toolbar button 
23508 \begin_inset Graphics
23509         filename ../images/note-insert.png
23510         scale 85
23511         scaleBeforeRotation
23512
23513 \end_inset
23514
23515  to insert notes, a 
23516 \family sans
23517 LyX
23518 \begin_inset space ~
23519 \end_inset
23520
23521 Note
23522 \family default
23523  is inserted.
23524  You can switch between the five note types by right-clicking on the note-box.
23525  
23526 \family roman
23527 \series medium
23528 \bar no
23529 If you want to turn existing text into a note, mark it and click on the
23530  note
23531 \family default
23532 \series default
23533 \bar default
23534  toolbar 
23535 \family roman
23536 \series medium
23537 \bar no
23538 button
23539 \family default
23540 \series default
23541 \bar default
23542 .
23543  To change a note to text, press the backspace key when the cursor is in
23544  the first position of a note, or press the deletey key when the cursor
23545  is in the very last position of the note, respectively.
23546 \end_layout
23547
23548 \begin_layout Standard
23549 \begin_inset VSpace bigskip
23550 \end_inset
23551
23552 You can change the text color of the greyed out notes in the preamble with
23553  the following command:
23554 \end_layout
23555
23556 \begin_layout Standard
23557
23558 \series bold
23559
23560 \backslash
23561 renewenvironment{lyxgreyedout}
23562 \begin_inset Newline newline
23563 \end_inset
23564
23565
23566 \begin_inset ERT
23567 status collapsed
23568
23569 \begin_layout Plain Layout
23570
23571
23572 \backslash
23573 hphantom{ }
23574 \end_layout
23575
23576 \end_inset
23577
23578 {
23579 \backslash
23580 textcolor{color}
23581 \backslash
23582 bgroup}{
23583 \backslash
23584 egroup}
23585 \end_layout
23586
23587 \begin_layout Standard
23588 The available colors and the method to define own colors is explained in
23589  section
23590 \begin_inset space ~
23591 \end_inset
23592
23593
23594 \begin_inset CommandInset ref
23595 LatexCommand ref
23596 reference "sec:Colored-Tables"
23597
23598 \end_inset
23599
23600 .
23601 \end_layout
23602
23603 \begin_layout Standard
23604 Notes that appear in blue in this document are set using greyed out notes
23605  with blue text.
23606 \end_layout
23607
23608 \begin_layout Section
23609 Footnotes
23610 \begin_inset CommandInset label
23611 LatexCommand label
23612 name "sec:Footnotes"
23613
23614 \end_inset
23615
23616
23617 \begin_inset Index
23618 status collapsed
23619
23620 \begin_layout Plain Layout
23621 Notes ! Footnotes
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset Index
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631 Footnotes
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \begin_layout Standard
23640 Footnotes can be inserted using the toolbar button 
23641 \begin_inset Graphics
23642         filename ../images/footnote-insert.png
23643         scale 85
23644         scaleBeforeRotation
23645
23646 \end_inset
23647
23648  or the menu 
23649 \family sans
23650 Insert\SpecialChar \menuseparator
23651 Footnote
23652 \family default
23653 .
23654  
23655 \family roman
23656 \series medium
23657 \bar no
23658 You'll see
23659 \family default
23660 \series default
23661 \bar default
23662  then the following footnote-box: 
23663 \begin_inset Graphics
23664         filename clipart/footnoteQt4.png
23665         scale 80
23666         scaleBeforeRotation
23667
23668 \end_inset
23669
23670  
23671 \family roman
23672 \series medium
23673 \bar no
23674 where you can enter the footnote text.
23675  If you want to turn existing text into a footnote, mark it and click on
23676  the footnote
23677 \family default
23678 \series default
23679 \bar default
23680  toolbar 
23681 \family roman
23682 \series medium
23683 \bar no
23684 button
23685 \family default
23686 \series default
23687 \bar default
23688 .
23689  To change a 
23690 \family roman
23691 \series medium
23692 \bar no
23693 footnote
23694 \family default
23695 \series default
23696 \bar default
23697  to text, press the Backspace key when the cursor is in the first position
23698  of a 
23699 \family roman
23700 \series medium
23701 \bar no
23702 footnote
23703 \family default
23704 \series default
23705 \bar default
23706 , or press the Delete key when the cursor is in the very last position of
23707  the 
23708 \family roman
23709 \series medium
23710 \bar no
23711 footnote
23712 \family default
23713 \series default
23714 \bar default
23715 , respectively.
23716 \end_layout
23717
23718 \begin_layout Standard
23719 Here is an example footnote:
23720 \family roman
23721 \series medium
23722 \bar no
23723
23724 \begin_inset Foot
23725 status open
23726
23727 \begin_layout Plain Layout
23728 \begin_inset CommandInset label
23729 LatexCommand label
23730 name "foot:This-is-an"
23731
23732 \end_inset
23733
23734 This is an example footnote.
23735 \end_layout
23736
23737 \end_inset
23738
23739
23740 \family default
23741 \series default
23742 \bar default
23743
23744 \begin_inset ERT
23745 status collapsed
23746
23747 \begin_layout Plain Layout
23748
23749
23750 \backslash
23751 newcounter{MyRepeatFoot}
23752 \end_layout
23753
23754 \begin_layout Plain Layout
23755
23756
23757 \backslash
23758 setcounter{MyRepeatFoot}{
23759 \backslash
23760 thefootnote}
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \begin_layout Standard
23769 The footnote will appear in the output as a superscript number at the text
23770  position where the footnote box is placed.
23771  The footnote text is placed at the bottom of the current page.
23772  The footnote number is calculated by LaTeX, the numbers are consecutive.
23773  It depends on your document-class, if the footnote number is reset for
23774  every chapter.
23775 \end_layout
23776
23777 \begin_layout Standard
23778 Footnotes can be referenced like floats: Insert a label into the footnote
23779  and cross-reference this label in the text as described in section
23780 \begin_inset space ~
23781 \end_inset
23782
23783
23784 \begin_inset CommandInset ref
23785 LatexCommand ref
23786 reference "sec:Referencing-Floats"
23787
23788 \end_inset
23789
23790 .
23791 \begin_inset Newline newline
23792 \end_inset
23793
23794 This is a cross-reference of Footnote
23795 \begin_inset space ~
23796 \end_inset
23797
23798
23799 \begin_inset CommandInset ref
23800 LatexCommand ref
23801 reference "foot:This-is-an"
23802
23803 \end_inset
23804
23805 .
23806 \end_layout
23807
23808 \begin_layout Standard
23809 \begin_inset VSpace defskip
23810 \end_inset
23811
23812 To use footnotes within tables, you have to use minipages, see section
23813 \begin_inset space ~
23814 \end_inset
23815
23816
23817 \begin_inset CommandInset ref
23818 LatexCommand ref
23819 reference "sec:Minipages"
23820
23821 \end_inset
23822
23823 .
23824  Footnotes within longtables are described in section
23825 \begin_inset space ~
23826 \end_inset
23827
23828
23829 \begin_inset CommandInset ref
23830 LatexCommand ref
23831 reference "sub:Footnotes-in-Longtables"
23832
23833 \end_inset
23834
23835 .
23836 \end_layout
23837
23838 \begin_layout Standard
23839 \begin_inset VSpace defskip
23840 \end_inset
23841
23842 To create only a mark for a footnote, use the command 
23843 \series bold
23844
23845 \backslash
23846 footnotemark[number]
23847 \series default
23848  in TeX-Code.
23849  This is used when you have the same annotation several times in a text
23850  but doesn't want to print the footnote text every time.
23851 \begin_inset Newline newline
23852 \end_inset
23853
23854 As you don't know the number of the repeating footnote while you are writing
23855  the text, you have to store its number.
23856  For the following footnote mark example, these commands were inserted in
23857  TeX-Code behind Footnote
23858 \begin_inset space ~
23859 \end_inset
23860
23861
23862 \begin_inset CommandInset ref
23863 LatexCommand ref
23864 reference "foot:This-is-an"
23865
23866 \end_inset
23867
23868  to store the footnote number:
23869 \end_layout
23870
23871 \begin_layout Standard
23872
23873 \series bold
23874
23875 \backslash
23876 newcounter{MyRepeatFoot}
23877 \begin_inset Newline newline
23878 \end_inset
23879
23880
23881 \backslash
23882 setcounter{MyRepeatFoot}{
23883 \backslash
23884 thefootnote}
23885 \end_layout
23886
23887 \begin_layout Standard
23888 The footnote mark was then created with this command:
23889 \end_layout
23890
23891 \begin_layout Standard
23892
23893 \series bold
23894
23895 \backslash
23896 footnotemark[
23897 \backslash
23898 theMyRepeatFoot]
23899 \end_layout
23900
23901 \begin_layout Standard
23902 Here is an example footnote mark:
23903 \family roman
23904 \series medium
23905 \bar no
23906
23907 \begin_inset ERT
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911
23912
23913 \backslash
23914 footnotemark[
23915 \backslash
23916 theMyRepeatFoot]
23917 \end_layout
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Subsection
23925 Footnote Numbering
23926 \begin_inset CommandInset label
23927 LatexCommand label
23928 name "sub:Footnote-Numbering"
23929
23930 \end_inset
23931
23932
23933 \begin_inset Index
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937 Footnotes ! Numbering
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \begin_layout Standard
23946 To reset the footnote number back to 1 after each section
23947 \family roman
23948 , add this command to your document preamble:
23949 \end_layout
23950
23951 \begin_layout Standard
23952
23953 \series bold
23954
23955 \backslash
23956 @addtoreset{footnote}{section}
23957 \end_layout
23958
23959 \begin_layout Standard
23960 \begin_inset VSpace bigskip
23961 \end_inset
23962
23963 The following preamble command changes the footnote numbering style to small
23964  roman numerals:
23965 \end_layout
23966
23967 \begin_layout Standard
23968
23969 \series bold
23970
23971 \backslash
23972 renewcommand{
23973 \backslash
23974 thefootnote}{
23975 \backslash
23976 roman{footnote}}
23977 \end_layout
23978
23979 \begin_layout Standard
23980 \begin_inset ERT
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984
23985
23986 \backslash
23987 renewcommand{
23988 \backslash
23989 thefootnote}{
23990 \backslash
23991 roman{footnote}}
23992 \end_layout
23993
23994 \end_inset
23995
23996  This is a footnote with roman numbering:
23997 \begin_inset Foot
23998 status open
23999
24000 \begin_layout Plain Layout
24001 This is an example footnote with roman numbering.
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \begin_layout Standard
24010 To change the numbering style to capital roman numerals replace in the command
24011  above 
24012 \series bold
24013
24014 \backslash
24015 roman
24016 \series default
24017  by 
24018 \series bold
24019
24020 \backslash
24021 Roman
24022 \series default
24023 .
24024  To 
24025 \begin_inset Quotes eld
24026 \end_inset
24027
24028 number
24029 \begin_inset Quotes erd
24030 \end_inset
24031
24032  footnotes with capital or small Latin letters use 
24033 \series bold
24034
24035 \backslash
24036 Alph
24037 \series default
24038  or 
24039 \series bold
24040
24041 \backslash
24042 alph
24043 \series default
24044 , respectively.
24045  To 
24046 \begin_inset Quotes eld
24047 \end_inset
24048
24049 number
24050 \begin_inset Quotes erd
24051 \end_inset
24052
24053  footnotes with symbols use 
24054 \series bold
24055
24056 \backslash
24057 fnsymbol
24058 \series default
24059 .
24060 \end_layout
24061
24062 \begin_layout Standard
24063 \begin_inset Note Greyedout
24064 status open
24065
24066 \begin_layout Plain Layout
24067
24068 \series bold
24069 Note:
24070 \series default
24071  You can only number 26 footnotes with Latin letters, because this numbering
24072  is limited to single letters.
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \begin_inset Newline newline
24079 \end_inset
24080
24081
24082 \begin_inset Note Greyedout
24083 status open
24084
24085 \begin_layout Plain Layout
24086
24087 \series bold
24088 Note:
24089 \series default
24090  You can only number 9 footnotes with symbols.
24091 \end_layout
24092
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Standard
24099 To return to the default numbering style when you changed to another one,
24100  use 
24101 \series bold
24102
24103 \backslash
24104 arabic
24105 \series default
24106  instead of 
24107 \series bold
24108
24109 \backslash
24110 roman
24111 \series default
24112  in the command above.
24113 \begin_inset ERT
24114 status collapsed
24115
24116 \begin_layout Plain Layout
24117
24118
24119 \backslash
24120 renewcommand{
24121 \backslash
24122 thefootnote}{
24123 \backslash
24124 arabic{footnote}}
24125 \end_layout
24126
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \begin_layout Standard
24133 \begin_inset VSpace bigskip
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Standard
24140 If you want to have footnotes numbered in the scheme 
24141 \begin_inset Quotes eld
24142 \end_inset
24143
24144 chapter.footnote
24145 \begin_inset Quotes erd
24146 \end_inset
24147
24148 , add the following command to your document preamble:
24149 \end_layout
24150
24151 \begin_layout Standard
24152
24153 \series bold
24154
24155 \backslash
24156 numberwithin{footnote}{chapter}
24157 \end_layout
24158
24159 \begin_layout Standard
24160 To be able to use the command 
24161 \series bold
24162
24163 \backslash
24164 numberwithin
24165 \series default
24166 , set in the tab 
24167 \family sans
24168 Math
24169 \begin_inset space ~
24170 \end_inset
24171
24172 Options
24173 \family default
24174  in the document settings the option 
24175 \family sans
24176 Use
24177 \begin_inset space ~
24178 \end_inset
24179
24180 AMS
24181 \begin_inset space ~
24182 \end_inset
24183
24184 math
24185 \begin_inset space ~
24186 \end_inset
24187
24188 package
24189 \family default
24190 .
24191 \end_layout
24192
24193 \begin_layout Standard
24194 \begin_inset ERT
24195 status collapsed
24196
24197 \begin_layout Plain Layout
24198
24199
24200 \backslash
24201 numberwithin{footnote}{chapter}
24202 \end_layout
24203
24204 \end_inset
24205
24206 This is another example footnote:
24207 \series bold
24208
24209 \begin_inset Foot
24210 status open
24211
24212 \begin_layout Plain Layout
24213 This is a footnote numbered in the scheme 
24214 \begin_inset Quotes eld
24215 \end_inset
24216
24217 chapter.footnote
24218 \begin_inset Quotes erd
24219 \end_inset
24220
24221 .
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \series default
24228
24229 \begin_inset ERT
24230 status collapsed
24231
24232 \begin_layout Plain Layout
24233
24234
24235 \backslash
24236 renewcommand{
24237 \backslash
24238 thefootnote}{
24239 \backslash
24240 arabic{footnote}}
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \begin_layout Standard
24249 \begin_inset Note Greyedout
24250 status open
24251
24252 \begin_layout Plain Layout
24253
24254 \series bold
24255 Note:
24256 \series default
24257  
24258 \series bold
24259
24260 \backslash
24261 numberwithin
24262 \series default
24263  always prints out the footnote number as arabic number; previous redefinitions
24264  to get non-arabic numbers are overwritten.
24265 \end_layout
24266
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \begin_layout Standard
24273 So to get for example the scheme 
24274 \begin_inset Quotes eld
24275 \end_inset
24276
24277 chapter.
24278 \backslash
24279 Roman{footnote}
24280 \begin_inset Quotes erd
24281 \end_inset
24282
24283 , use this command instead of 
24284 \series bold
24285
24286 \backslash
24287 numberwithin
24288 \series default
24289 :
24290 \end_layout
24291
24292 \begin_layout Standard
24293
24294 \series bold
24295
24296 \backslash
24297 renewcommand{
24298 \backslash
24299 thefootnote}{
24300 \backslash
24301 thechapter.
24302 \backslash
24303 Roman{footnote}}
24304 \end_layout
24305
24306 \begin_layout Subsection
24307 Footnote Placement
24308 \begin_inset Index
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312 Footnotes ! Placement
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Standard
24321 If you have several footnotes in one page, they appear without vertical
24322  space between them at the bottom of the page.
24323  To make them better readable you can e.
24324 \begin_inset space \thinspace{}
24325 \end_inset
24326
24327 g.
24328 \begin_inset space ~
24329 \end_inset
24330
24331 add 1.5
24332 \begin_inset space \thinspace{}
24333 \end_inset
24334
24335 mm space with the following preamble command:
24336 \end_layout
24337
24338 \begin_layout Standard
24339
24340 \series bold
24341
24342 \backslash
24343 let
24344 \backslash
24345 myFoot
24346 \backslash
24347 footnote
24348 \begin_inset Newline newline
24349 \end_inset
24350
24351
24352 \backslash
24353 renewcommand{
24354 \backslash
24355 footnote}[1]{
24356 \backslash
24357 myFoot{#1
24358 \backslash
24359 vspace{1.5mm}}}
24360 \end_layout
24361
24362 \begin_layout Standard
24363 \begin_inset VSpace bigskip
24364 \end_inset
24365
24366 In a two-column document the footnotes appear at the bottom of every column,
24367  see Figure
24368 \begin_inset space ~
24369 \end_inset
24370
24371
24372 \begin_inset CommandInset ref
24373 LatexCommand ref
24374 reference "fig:Standard-footnote-placement"
24375
24376 \end_inset
24377
24378 .
24379  If the footnotes should only appear at the bottom of the right column,
24380  as in Figure
24381 \begin_inset space ~
24382 \end_inset
24383
24384
24385 \begin_inset CommandInset ref
24386 LatexCommand ref
24387 reference "fig:Footnote-placement-in"
24388
24389 \end_inset
24390
24391 , use the LaTeX-package 
24392 \series bold
24393 ftnright
24394 \series default
24395
24396 \begin_inset Index
24397 status collapsed
24398
24399 \begin_layout Plain Layout
24400 LaTeX-packages ! ftnright
24401 \end_layout
24402
24403 \end_inset
24404
24405  with this command in the document preamble:
24406 \end_layout
24407
24408 \begin_layout Standard
24409
24410 \series bold
24411
24412 \backslash
24413 usepackage{ftnright}
24414 \end_layout
24415
24416 \begin_layout Standard
24417 \begin_inset Float figure
24418 placement !h
24419 wide false
24420 sideways false
24421 status open
24422
24423 \begin_layout Plain Layout
24424 \begin_inset ERT
24425 status collapsed
24426
24427 \begin_layout Plain Layout
24428
24429
24430 \backslash
24431 framebox{
24432 \end_layout
24433
24434 \end_inset
24435
24436
24437 \begin_inset Graphics
24438         filename clipart/without_fntright.pdf
24439         width 100col%
24440         scaleBeforeRotation
24441
24442 \end_inset
24443
24444
24445 \begin_inset ERT
24446 status collapsed
24447
24448 \begin_layout Plain Layout
24449
24450 }
24451 \end_layout
24452
24453 \end_inset
24454
24455
24456 \end_layout
24457
24458 \begin_layout Plain Layout
24459 \begin_inset Caption
24460
24461 \begin_layout Plain Layout
24462 \begin_inset CommandInset label
24463 LatexCommand label
24464 name "fig:Standard-footnote-placement"
24465
24466 \end_inset
24467
24468 Standard footnote placement in two-column documents.
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 \begin_inset Float figure
24483 placement !h
24484 wide false
24485 sideways false
24486 status open
24487
24488 \begin_layout Plain Layout
24489 \begin_inset ERT
24490 status collapsed
24491
24492 \begin_layout Plain Layout
24493
24494
24495 \backslash
24496 framebox{
24497 \end_layout
24498
24499 \end_inset
24500
24501
24502 \begin_inset Graphics
24503         filename clipart/with_fntright.pdf
24504         width 100col%
24505         scaleBeforeRotation
24506
24507 \end_inset
24508
24509
24510 \begin_inset ERT
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514
24515 }
24516 \end_layout
24517
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \begin_layout Plain Layout
24524 \begin_inset Caption
24525
24526 \begin_layout Plain Layout
24527 \begin_inset CommandInset label
24528 LatexCommand label
24529 name "fig:Footnote-placement-in"
24530
24531 \end_inset
24532
24533 Footnote placement in two-column documents when the LaTeX-package 
24534 \series bold
24535 ftnright
24536 \series default
24537  is used.
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 \begin_inset VSpace bigskip
24552 \end_inset
24553
24554 In some scientific literature it is usual to collect the footnotes and print
24555  them in a separate paragraph at the the end of a section, like in Figure
24556 \begin_inset space ~
24557 \end_inset
24558
24559
24560 \begin_inset CommandInset ref
24561 LatexCommand ref
24562 reference "fig:Endnotes----footnotes"
24563
24564 \end_inset
24565
24566 .
24567  They are then so called 
24568 \begin_inset Quotes eld
24569 \end_inset
24570
24571 endnotes
24572 \begin_inset Quotes erd
24573 \end_inset
24574
24575 .
24576 \begin_inset Index
24577 status collapsed
24578
24579 \begin_layout Plain Layout
24580 Endnotes
24581 \end_layout
24582
24583 \end_inset
24584
24585  To use endnotes instead of footnotes in your document, load the LaTeX-package
24586  
24587 \series bold
24588 endnotes
24589 \series default
24590
24591 \begin_inset Index
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595 LaTeX-packages ! endnotes
24596 \end_layout
24597
24598 \end_inset
24599
24600  with the document preamble lines
24601 \end_layout
24602
24603 \begin_layout Standard
24604
24605 \series bold
24606
24607 \backslash
24608 usepackage{endnotes}
24609 \begin_inset Newline newline
24610 \end_inset
24611
24612
24613 \backslash
24614 let
24615 \backslash
24616 footnote
24617 \backslash
24618 endnote
24619 \end_layout
24620
24621 \begin_layout Standard
24622 To insert the collected footnotes, insert the command
24623 \end_layout
24624
24625 \begin_layout Standard
24626
24627 \series bold
24628
24629 \backslash
24630 theendnotes
24631 \end_layout
24632
24633 \begin_layout Standard
24634 in TeX-Code at the the end of a section or chapter.
24635 \end_layout
24636
24637 \begin_layout Standard
24638 \begin_inset Float figure
24639 wide false
24640 sideways false
24641 status open
24642
24643 \begin_layout Plain Layout
24644 \align center
24645 \begin_inset ERT
24646 status collapsed
24647
24648 \begin_layout Plain Layout
24649
24650
24651 \backslash
24652 framebox{
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \begin_inset Graphics
24659         filename clipart/endnotes.pdf
24660         scaleBeforeRotation
24661
24662 \end_inset
24663
24664
24665 \begin_inset ERT
24666 status collapsed
24667
24668 \begin_layout Plain Layout
24669
24670 }
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \end_layout
24677
24678 \begin_layout Plain Layout
24679 \begin_inset Caption
24680
24681 \begin_layout Plain Layout
24682 \begin_inset CommandInset label
24683 LatexCommand label
24684 name "fig:Endnotes----footnotes"
24685
24686 \end_inset
24687
24688 Endnotes -- footnotes are printed in a separate paragraph at the end of
24689  sections or chapters.
24690 \end_layout
24691
24692 \end_inset
24693
24694
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \begin_layout Standard
24703 \begin_inset VSpace medskip
24704 \end_inset
24705
24706 The paragraph heading for the endnotes isn't automatically translated into
24707  the document language, this must be done manually.
24708  The following preamble command translate the default English name 
24709 \begin_inset Quotes eld
24710 \end_inset
24711
24712 Notes
24713 \begin_inset Quotes erd
24714 \end_inset
24715
24716  to the German translation 
24717 \begin_inset Quotes eld
24718 \end_inset
24719
24720 Anmerkungen
24721 \begin_inset Quotes erd
24722 \end_inset
24723
24724 :
24725 \end_layout
24726
24727 \begin_layout Standard
24728
24729 \series bold
24730
24731 \backslash
24732 renewcommand{
24733 \backslash
24734 notesname}{Anmerkungen}
24735 \end_layout
24736
24737 \begin_layout Standard
24738 \begin_inset VSpace medskip
24739 \end_inset
24740
24741 The numbering of endnotes can be changed like the footnote numbering as
24742  described in section
24743 \begin_inset space ~
24744 \end_inset
24745
24746
24747 \begin_inset CommandInset ref
24748 LatexCommand ref
24749 reference "sub:Footnote-Numbering"
24750
24751 \end_inset
24752
24753 ; just replace the command 
24754 \series bold
24755
24756 \backslash
24757 thefootnote
24758 \series default
24759  by 
24760 \series bold
24761
24762 \backslash
24763 theendnote
24764 \series default
24765 .
24766  To reset the endnote number use the command 
24767 \series bold
24768
24769 \backslash
24770 @addtoreset
24771 \series default
24772  as described in section
24773 \begin_inset space ~
24774 \end_inset
24775
24776
24777 \begin_inset CommandInset ref
24778 LatexCommand ref
24779 reference "sub:Footnote-Numbering"
24780
24781 \end_inset
24782
24783  and replace the command parameter 
24784 \series bold
24785 footnote
24786 \series default
24787  by 
24788 \series bold
24789 endnote
24790 \series default
24791 .
24792 \end_layout
24793
24794 \begin_layout Standard
24795 To create only a mark for an endnote, use the command 
24796 \series bold
24797
24798 \backslash
24799 endnotemark[number]
24800 \series default
24801  similar to the command 
24802 \series bold
24803
24804 \backslash
24805 footnotemark
24806 \series default
24807 , described in section
24808 \begin_inset space ~
24809 \end_inset
24810
24811
24812 \begin_inset CommandInset ref
24813 LatexCommand ref
24814 reference "sec:Footnotes"
24815
24816 \end_inset
24817
24818 .
24819 \end_layout
24820
24821 \begin_layout Standard
24822 \begin_inset VSpace bigskip
24823 \end_inset
24824
24825 Footnotes can also be placed in the page margin and the footnote text alignment
24826  can be changed, see the LaTeX-package 
24827 \series bold
24828 footmisc
24829 \series default
24830
24831 \begin_inset Index
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835 LaTeX-packages ! footmisc
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \begin_inset CommandInset citation
24842 LatexCommand cite
24843 key "footmisc"
24844
24845 \end_inset
24846
24847  for more information about this.
24848 \end_layout
24849
24850 \begin_layout Standard
24851 For various further footnote formatting issues have a look at LaTeX-books,
24852  
24853 \begin_inset CommandInset citation
24854 LatexCommand cite
24855 key "latexcompanion,latexguide,latexbook"
24856
24857 \end_inset
24858
24859 .
24860 \end_layout
24861
24862 \begin_layout Section
24863 Margin Notes
24864 \begin_inset Index
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868 Notes ! Margin Notes
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Standard
24877 Margin notes look and behave in LyX like footnotes.
24878  They are inserted via the menu 
24879 \family sans
24880 Insert\SpecialChar \menuseparator
24881 Marginal
24882 \begin_inset space ~
24883 \end_inset
24884
24885 Note
24886 \family default
24887  or the toolbar button 
24888 \begin_inset Graphics
24889         filename ../images/marginalnote-insert.png
24890         scale 85
24891         scaleBeforeRotation
24892
24893 \end_inset
24894
24895 .
24896  A grey 
24897 \family roman
24898 \series medium
24899 box with the
24900 \family default
24901 \series default
24902  red 
24903 \family roman
24904 \series medium
24905 label 
24906 \begin_inset Quotes eld
24907 \end_inset
24908
24909 margin
24910 \begin_inset Quotes erd
24911 \end_inset
24912
24913  appears where you can enter the text of the margin note.
24914 \end_layout
24915
24916 \begin_layout Standard
24917 At the side is an example margin note.
24918
24919 \family roman
24920 \series medium
24921  
24922 \begin_inset Marginal
24923 status open
24924
24925 \begin_layout Plain Layout
24926 This is a margin note.
24927 \end_layout
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Standard
24935 Margin notes appear at the right side in single-sided documents.
24936  In double-sided documents they appear in the outer margin -- left on even
24937  pages, right on odd pages.
24938  The text of margin notes is aligned opposite to the outer margin -- right-align
24939 ed when the note appears in the left margin.
24940  The first line of the margin note is placed at the position of the text
24941  line where it is inserted in the document.
24942 \end_layout
24943
24944 \begin_layout Standard
24945 \begin_inset VSpace bigskip
24946 \end_inset
24947
24948 To place the margin note in the inner margin, add the command
24949 \end_layout
24950
24951 \begin_layout Standard
24952
24953 \series bold
24954
24955 \backslash
24956 reversemarginpar
24957 \end_layout
24958
24959 \begin_layout Standard
24960 in TeX-Code before a margin note.
24961  The new placement is valid for all following margin notes.
24962  
24963 \begin_inset ERT
24964 status collapsed
24965
24966 \begin_layout Plain Layout
24967
24968
24969 \backslash
24970 reversemarginpar 
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \begin_inset Marginal
24977 status open
24978
24979 \begin_layout Plain Layout
24980 This is a margin note in the inner margin.
24981 \end_layout
24982
24983 \end_inset
24984
24985
24986 \series bold
24987
24988 \begin_inset Newline newline
24989 \end_inset
24990
24991
24992 \series default
24993
24994 \begin_inset Note Greyedout
24995 status open
24996
24997 \begin_layout Plain Layout
24998
24999 \series bold
25000 Note:
25001 \series default
25002  There is often not enough space in the inner margin so that the notes are
25003  not correctly displayed in the output.
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Standard
25012 To return to the default placement insert the command
25013 \end_layout
25014
25015 \begin_layout Standard
25016
25017 \series bold
25018
25019 \backslash
25020 normalmarginpar
25021 \end_layout
25022
25023 \begin_layout Standard
25024 in TeX-Code.
25025 \begin_inset ERT
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029
25030
25031 \backslash
25032 normalmarginpar 
25033 \end_layout
25034
25035 \end_inset
25036
25037  
25038 \begin_inset Note Greyedout
25039 status open
25040
25041 \begin_layout Plain Layout
25042
25043 \series bold
25044 Note:
25045 \series default
25046  The command is ignored when it is within a paragraph where also the command
25047  
25048 \series bold
25049
25050 \backslash
25051 reversemarginpar
25052 \series default
25053  is inserted.
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Standard
25062 \begin_inset VSpace bigskip
25063 \end_inset
25064
25065
25066 \family roman
25067 \series medium
25068
25069 \begin_inset Marginal
25070 status open
25071
25072 \begin_layout Plain Layout
25073 AVeryLongMarginParWord that isn't hyphenated.
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \family default
25080 \series default
25081  Similar to the case described in section
25082 \begin_inset space ~
25083 \end_inset
25084
25085
25086 \begin_inset CommandInset ref
25087 LatexCommand ref
25088 reference "sub:Multiple-Lines-in"
25089
25090 \end_inset
25091
25092 , long words cannot be hyphenated when they are the first word in a margin
25093  note.
25094  To avoid this, insert 0
25095 \begin_inset space \thinspace{}
25096 \end_inset
25097
25098 pt horizontal space before the word
25099 \family roman
25100 \series medium
25101 .
25102  
25103 \begin_inset Marginal
25104 status open
25105
25106 \begin_layout Plain Layout
25107 \begin_inset space \hspace*{}
25108 \length 0pt
25109 \end_inset
25110
25111 AVeryLongMarginParWord that is hyphenated.
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \end_layout
25118
25119 \begin_layout Standard
25120 \begin_inset VSpace bigskip
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \begin_layout Standard
25127 \begin_inset Note Greyedout
25128 status open
25129
25130 \begin_layout Plain Layout
25131
25132 \series bold
25133 Note:
25134 \series default
25135  Margin notes can normally not be used inside tables, floats, and footnotes.
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \begin_layout Standard
25144 \begin_inset VSpace bigskip
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \begin_layout Standard
25151 \begin_inset ERT
25152 status collapsed
25153
25154 \begin_layout Plain Layout
25155
25156
25157 \backslash
25158 ifmarginnote
25159 \end_layout
25160
25161 \end_inset
25162
25163
25164 \begin_inset Note Note
25165 status open
25166
25167 \begin_layout Plain Layout
25168 The following section will only be displayed when the LaTeX-package 
25169 \series bold
25170 marginnote
25171 \series default
25172  is installed.
25173 \end_layout
25174
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \begin_layout Standard
25181 This restriction can be evaded by using the LaTeX-package 
25182 \series bold
25183 marginnote
25184 \series default
25185
25186 \begin_inset Index
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190 LaTeX-packages ! marginnote
25191 \end_layout
25192
25193 \end_inset
25194
25195 .
25196  By adding these two lines to your document preamble, the command used by
25197  LyX for margin notes is redefined to use the command provided by the 
25198 \series bold
25199 marginnote
25200 \series default
25201 -package:
25202 \end_layout
25203
25204 \begin_layout Standard
25205
25206 \series bold
25207
25208 \backslash
25209 usepackage{marginnote}
25210 \begin_inset Newline newline
25211 \end_inset
25212
25213
25214 \backslash
25215 let
25216 \backslash
25217 marginpar
25218 \backslash
25219 marginnote
25220 \end_layout
25221
25222 \begin_layout Standard
25223 This is also used in this document because 
25224 \series bold
25225 marginnote
25226 \series default
25227  has another useful feature: You can set a vertical offset for the note.
25228  This is often needed when too many margin notes are too close together
25229  or for a better page layout.
25230  The offset is set in LyX as TeX-Code directly behind the margin note in
25231  the scheme
25232 \end_layout
25233
25234 \begin_layout Standard
25235
25236 \series bold
25237 [offset]
25238 \end_layout
25239
25240 \begin_layout Standard
25241 where the offset is a length with one of the units listed in Table
25242 \begin_inset space ~
25243 \end_inset
25244
25245
25246 \begin_inset CommandInset ref
25247 LatexCommand ref
25248 reference "tab:Units"
25249
25250 \end_inset
25251
25252 .
25253  A negative value shifts the note up, a positive value shifts it down.
25254  
25255 \family roman
25256 \series medium
25257 For example the margin note beside this text line is shifted up 1.5
25258 \begin_inset space \thinspace{}
25259 \end_inset
25260
25261 cm with the TeX-Code-command 
25262 \begin_inset Quotes eld
25263 \end_inset
25264
25265
25266 \family default
25267 \series bold
25268 [-1.5cm]
25269 \family roman
25270 \series medium
25271
25272 \begin_inset Quotes erd
25273 \end_inset
25274
25275
25276 \begin_inset Marginal
25277 status open
25278
25279 \begin_layout Plain Layout
25280 This margin note is shifted up 1.5
25281 \begin_inset space \thinspace{}
25282 \end_inset
25283
25284 cm from its original position.
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \family default
25291 \series default
25292
25293 \begin_inset ERT
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297
25298 [-1.5cm]
25299 \end_layout
25300
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Standard
25307 \begin_inset VSpace medskip
25308 \end_inset
25309
25310 With 
25311 \series bold
25312 marginnote
25313 \series default
25314  you can also change the alignment of the text in the margin note.
25315  For example the commands
25316 \end_layout
25317
25318 \begin_layout Standard
25319
25320 \series bold
25321
25322 \backslash
25323 renewcommand*{
25324 \backslash
25325 raggedleftmarginnote}{
25326 \backslash
25327 centering}
25328 \begin_inset Newline newline
25329 \end_inset
25330
25331
25332 \backslash
25333 renewcommand*{
25334 \backslash
25335 raggedrightmarginnote}{
25336 \backslash
25337 centering}
25338 \end_layout
25339
25340 \begin_layout Standard
25341 set the alignment to centered.
25342  
25343 \series bold
25344
25345 \backslash
25346 raggedleftmarginnote
25347 \series default
25348  denotes margin notes that appear at the left side.
25349 \family roman
25350 \series medium
25351
25352 \begin_inset ERT
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356
25357
25358 \backslash
25359 renewcommand*{
25360 \backslash
25361 raggedleftmarginnote}{
25362 \backslash
25363 centering}
25364 \end_layout
25365
25366 \begin_layout Plain Layout
25367
25368
25369 \backslash
25370 renewcommand*{
25371 \backslash
25372 raggedrightmarginnote}{
25373 \backslash
25374 centering}
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \begin_inset Marginal
25381 status open
25382
25383 \begin_layout Plain Layout
25384 The text of this margin note is centered.
25385 \end_layout
25386
25387 \end_inset
25388
25389
25390 \family default
25391 \series default
25392  The default is
25393 \end_layout
25394
25395 \begin_layout Standard
25396
25397 \series bold
25398
25399 \backslash
25400 renewcommand*{
25401 \backslash
25402 raggedleftmarginnote}{
25403 \backslash
25404 raggedleft}
25405 \begin_inset Newline newline
25406 \end_inset
25407
25408
25409 \backslash
25410 renewcommand*{
25411 \backslash
25412 raggedrightmarginnote}{
25413 \backslash
25414 raggedright}
25415 \family roman
25416 \series medium
25417
25418 \begin_inset ERT
25419 status collapsed
25420
25421 \begin_layout Plain Layout
25422
25423
25424 \backslash
25425 renewcommand*{
25426 \backslash
25427 raggedleftmarginnote}{
25428 \backslash
25429 raggedleft}
25430 \end_layout
25431
25432 \begin_layout Plain Layout
25433
25434
25435 \backslash
25436 renewcommand*{
25437 \backslash
25438 raggedrightmarginnote}{
25439 \backslash
25440 raggedright}
25441 \end_layout
25442
25443 \end_inset
25444
25445
25446 \end_layout
25447
25448 \begin_layout Standard
25449 \begin_inset VSpace medskip
25450 \end_inset
25451
25452 For the other features of 
25453 \series bold
25454 marginnote
25455 \series default
25456  we refer to its documentation 
25457 \begin_inset CommandInset citation
25458 LatexCommand cite
25459 key "marginnote"
25460
25461 \end_inset
25462
25463 .
25464 \end_layout
25465
25466 \begin_layout Standard
25467 \begin_inset VSpace bigskip
25468 \end_inset
25469
25470 You can adjust the layout of margin notes by changing its definition.
25471  To create for example a header for all margin notes with the underlined,
25472  sans-serif, and bold header text 
25473 \begin_inset Quotes eld
25474 \end_inset
25475
25476
25477 \family sans
25478 \series bold
25479 \bar under
25480 Attention!
25481 \family default
25482 \series default
25483 \bar default
25484
25485 \begin_inset Quotes erd
25486 \end_inset
25487
25488 , add this to your document preamble:
25489 \end_layout
25490
25491 \begin_layout Standard
25492
25493 \series bold
25494
25495 \backslash
25496 let
25497 \backslash
25498 myMarginpar
25499 \backslash
25500 marginpar
25501 \begin_inset Newline newline
25502 \end_inset
25503
25504
25505 \backslash
25506 renewcommand{
25507 \backslash
25508 marginpar}[1]{
25509 \backslash
25510 myMarginpar{%
25511 \begin_inset Newline newline
25512 \end_inset
25513
25514
25515 \begin_inset ERT
25516 status collapsed
25517
25518 \begin_layout Plain Layout
25519
25520
25521 \backslash
25522 hphantom{ }
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \backslash
25529 hspace{0pt}
25530 \backslash
25531 textsf{
25532 \backslash
25533 textbf{
25534 \backslash
25535 underbar{Attention!}}}%
25536 \begin_inset Newline newline
25537 \end_inset
25538
25539
25540 \begin_inset ERT
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544
25545
25546 \backslash
25547 hphantom{ }
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \backslash
25554 vspace{1.5mm}
25555 \backslash
25556
25557 \backslash
25558 #1}}
25559 \end_layout
25560
25561 \begin_layout Standard
25562
25563 \family roman
25564 \series medium
25565 \begin_inset ERT
25566 status collapsed
25567
25568 \begin_layout Plain Layout
25569
25570
25571 \backslash
25572 let
25573 \backslash
25574 myMarginpar
25575 \backslash
25576 marginpar
25577 \end_layout
25578
25579 \begin_layout Plain Layout
25580
25581
25582 \backslash
25583 renewcommand{
25584 \backslash
25585 marginpar}[1]{
25586 \backslash
25587 myMarginpar{%
25588 \end_layout
25589
25590 \begin_layout Plain Layout
25591
25592    
25593 \backslash
25594 textsf{
25595 \backslash
25596 textbf{
25597 \backslash
25598 underbar{Attention!}}}%
25599 \end_layout
25600
25601 \begin_layout Plain Layout
25602
25603    
25604 \backslash
25605 vspace{1.5mm}
25606 \backslash
25607
25608 \backslash
25609 #1}}
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \begin_inset Marginal
25616 status open
25617
25618 \begin_layout Plain Layout
25619 This is a margin note with a defined heading.
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \family default
25626 \series default
25627
25628 \begin_inset ERT
25629 status collapsed
25630
25631 \begin_layout Plain Layout
25632
25633 [-1.5cm]
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \family roman
25640 \series medium
25641
25642 \begin_inset ERT
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646
25647
25648 \backslash
25649 renewcommand{
25650 \backslash
25651 marginpar}[1]{
25652 \backslash
25653 myMarginpar{#1}}
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \family default
25660 \series default
25661
25662 \begin_inset Note Note
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666 The margin note format is changed only for this example.
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \begin_layout Standard
25675 \begin_inset ERT
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679
25680
25681 \backslash
25682 else
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \begin_inset Note Note
25689 status open
25690
25691 \begin_layout Plain Layout
25692 The following will be displayed when the LaTeX-package 
25693 \series bold
25694 marginnote
25695 \series default
25696  is not installed:
25697 \end_layout
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Standard
25705 You need to install the LaTeX-package 
25706 \series bold
25707 marginnote
25708 \series default
25709  to see the following part of this section in the output.
25710 \end_layout
25711
25712 \begin_layout Standard
25713 \begin_inset ERT
25714 status collapsed
25715
25716 \begin_layout Plain Layout
25717
25718
25719 \backslash
25720 fi
25721 \end_layout
25722
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \begin_layout Chapter
25729 Boxes
25730 \end_layout
25731
25732 \begin_layout Section
25733 Introduction
25734 \begin_inset Index
25735 status collapsed
25736
25737 \begin_layout Plain Layout
25738 Boxes ! Introduction
25739 \end_layout
25740
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \begin_layout Standard
25747 Boxes are used to format a block of text.
25748  Boxes can be used to write documents with multiple languages, see section
25749 \begin_inset space ~
25750 \end_inset
25751
25752
25753 \begin_inset CommandInset ref
25754 LatexCommand ref
25755 reference "sec:Minipages"
25756
25757 \end_inset
25758
25759 , to frame texts, see section
25760 \begin_inset space ~
25761 \end_inset
25762
25763
25764 \begin_inset CommandInset ref
25765 LatexCommand ref
25766 reference "sec:Decoration"
25767
25768 \end_inset
25769
25770 , to prevent words to be hyphenated, see section
25771 \begin_inset space ~
25772 \end_inset
25773
25774
25775 \begin_inset CommandInset ref
25776 LatexCommand ref
25777 reference "sec:Prevent-Hyphenation"
25778
25779 \end_inset
25780
25781 , to align text, see section
25782 \begin_inset space ~
25783 \end_inset
25784
25785
25786 \begin_inset CommandInset ref
25787 LatexCommand ref
25788 reference "sub:Vertical-Alignment"
25789
25790 \end_inset
25791
25792 , or to set the background color of texts, see section
25793 \begin_inset space ~
25794 \end_inset
25795
25796
25797 \begin_inset CommandInset ref
25798 LatexCommand ref
25799 reference "sec:Colored-Boxes"
25800
25801 \end_inset
25802
25803 .
25804 \end_layout
25805
25806 \begin_layout Standard
25807 Boxes can be inserted with the menu 
25808 \family sans
25809 Insert\SpecialChar \menuseparator
25810 Box
25811 \family default
25812  or the toolbar button 
25813 \begin_inset Graphics
25814         filename ../images/box-insert.png
25815         scale 85
25816         scaleBeforeRotation
25817
25818 \end_inset
25819
25820 .
25821  A grey box with the label 
25822 \family sans
25823 Box (Minipage)
25824 \family default
25825
25826 \begin_inset Graphics
25827         filename clipart/BoxInsetDefaultQt4.png
25828         scale 85
25829         scaleBeforeRotation
25830
25831 \end_inset
25832
25833  will be inserted.
25834  The box type can be specified by right-clicking on the box.
25835  The appearing box dialog offers the 
25836 \family sans
25837 Inner
25838 \begin_inset space ~
25839 \end_inset
25840
25841 Box
25842 \family default
25843  types 
25844 \family sans
25845 Parbox
25846 \family default
25847  and 
25848 \family sans
25849 Minipage
25850 \family default
25851 .
25852  The type 
25853 \family sans
25854 Minipage
25855 \family default
25856  is the default for new boxes and is explained in section
25857 \begin_inset space ~
25858 \end_inset
25859
25860
25861 \begin_inset CommandInset ref
25862 LatexCommand ref
25863 reference "sec:Minipages"
25864
25865 \end_inset
25866
25867 ; the type 
25868 \family sans
25869 Parbox
25870 \family default
25871  is described in section
25872 \begin_inset space ~
25873 \end_inset
25874
25875
25876 \begin_inset CommandInset ref
25877 LatexCommand ref
25878 reference "sec:Parboxes"
25879
25880 \end_inset
25881
25882 .
25883 \end_layout
25884
25885 \begin_layout Standard
25886 Boxes aren't numbered and can therefore not be referenced like floats or
25887  footnotes.
25888 \end_layout
25889
25890 \begin_layout Standard
25891 \begin_inset Note Greyedout
25892 status open
25893
25894 \begin_layout Plain Layout
25895
25896 \series bold
25897 Note:
25898 \series default
25899  Boxes must not be the item in an 
25900 \family sans
25901 Itemize
25902 \family default
25903  or 
25904 \family sans
25905 Description
25906 \family default
25907  environment.
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \begin_layout Standard
25916 \begin_inset Note Greyedout
25917 status open
25918
25919 \begin_layout Plain Layout
25920
25921 \series bold
25922 Note:
25923 \series default
25924  For an unknown reason you can only set the 
25925 \family sans
25926 Inner
25927 \begin_inset space ~
25928 \end_inset
25929
25930 Box
25931 \family default
25932  type to 
25933 \family sans
25934 None
25935 \family default
25936  when you use a framed box.
25937  Boxes without an 
25938 \family sans
25939 Inner
25940 \begin_inset space ~
25941 \end_inset
25942
25943 Box
25944 \family default
25945  type and without frames are explained in section
25946 \begin_inset space ~
25947 \end_inset
25948
25949
25950 \begin_inset CommandInset ref
25951 LatexCommand ref
25952 reference "sec:Prevent-Hyphenation"
25953
25954 \end_inset
25955
25956 .
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \begin_layout Section
25965 Box Dialog
25966 \begin_inset CommandInset label
25967 LatexCommand label
25968 name "sec:Box-Dialog"
25969
25970 \end_inset
25971
25972
25973 \begin_inset Index
25974 status collapsed
25975
25976 \begin_layout Plain Layout
25977 Boxes ! Box Dialog
25978 \end_layout
25979
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \begin_layout Subsection
25986 Size
25987 \begin_inset Index
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991 Boxes ! Size
25992 \end_layout
25993
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \begin_layout Standard
26000 In the box dialog you can adjust the box geometry in the fields 
26001 \family sans
26002 Width
26003 \family default
26004  and 
26005 \family sans
26006 Height
26007 \family default
26008 .
26009  The available units for the geometry are explained in Table
26010 \begin_inset space ~
26011 \end_inset
26012
26013
26014 \begin_inset CommandInset ref
26015 LatexCommand ref
26016 reference "tab:Units"
26017
26018 \end_inset
26019
26020 .
26021  The field 
26022 \family sans
26023 Heigth
26024 \family default
26025  offers the following additional sizes:
26026 \end_layout
26027
26028 \begin_layout Description
26029 Depth This is the plain text 
26030 \begin_inset Quotes eld
26031 \end_inset
26032
26033 height
26034 \begin_inset Quotes erd
26035 \end_inset
26036
26037 .
26038  It ignores the total depth when there are multiple text lines in the box:
26039 \begin_inset Newline newline
26040 \end_inset
26041
26042
26043 \begin_inset Newline newline
26044 \end_inset
26045
26046
26047 \begin_inset Newline newline
26048 \end_inset
26049
26050
26051 \begin_inset Box Boxed
26052 position "c"
26053 hor_pos "c"
26054 has_inner_box 1
26055 inner_pos "c"
26056 use_parbox 0
26057 width "12col%"
26058 special "none"
26059 height "1in"
26060 height_special "depth"
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064 \align center
26065 Box height set to 1
26066 \begin_inset space \thinspace{}
26067 \end_inset
26068
26069 Depth
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \begin_inset Newline newline
26076 \end_inset
26077
26078
26079 \begin_inset Newline newline
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Description
26086 Height This is the heigth of the text that is inside the box.
26087  A value of e.
26088 \begin_inset space \thinspace{}
26089 \end_inset
26090
26091 g.
26092 \begin_inset space ~
26093 \end_inset
26094
26095 2 for this size will set the box heigth to 2 times the text height: 
26096 \begin_inset Box Boxed
26097 position "c"
26098 hor_pos "c"
26099 has_inner_box 1
26100 inner_pos "c"
26101 use_parbox 0
26102 width "20col%"
26103 special "none"
26104 height "2in"
26105 height_special "height"
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109 \align center
26110 Box height set to 2
26111 \begin_inset space \thinspace{}
26112 \end_inset
26113
26114 Height
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \begin_layout Description
26123 Total
26124 \begin_inset space ~
26125 \end_inset
26126
26127 Height This is the Height
26128 \begin_inset space \thinspace{}
26129 \end_inset
26130
26131 +
26132 \begin_inset space \thinspace{}
26133 \end_inset
26134
26135 Depth: 
26136 \begin_inset Box Boxed
26137 position "c"
26138 hor_pos "c"
26139 has_inner_box 1
26140 inner_pos "c"
26141 use_parbox 0
26142 width "20col%"
26143 special "none"
26144 height "1in"
26145 height_special "totalheight"
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149 \align center
26150 Box height set to 1
26151 \begin_inset space \thinspace{}
26152 \end_inset
26153
26154 Total
26155 \begin_inset space ~
26156 \end_inset
26157
26158 Height
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \begin_layout Description
26167 Width This sets the width of the box as heigth: 
26168 \begin_inset Box Boxed
26169 position "c"
26170 hor_pos "c"
26171 has_inner_box 1
26172 inner_pos "c"
26173 use_parbox 0
26174 width "12col%"
26175 special "none"
26176 height "1in"
26177 height_special "width"
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181 \align center
26182 Box height set to 1
26183 \begin_inset space \thinspace{}
26184 \end_inset
26185
26186 Width
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Subsection
26195 Alignment
26196 \begin_inset Index
26197 status collapsed
26198
26199 \begin_layout Plain Layout
26200 Boxes ! Alignment
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \begin_layout Standard
26209 When you have chosen an 
26210 \family sans
26211 Inner
26212 \begin_inset space ~
26213 \end_inset
26214
26215 Box
26216 \family default
26217 , the vertical box alignment can be:
26218 \end_layout
26219
26220 \begin_layout Description
26221 Top This is an example text line.
26222  
26223 \begin_inset Box Boxed
26224 position "t"
26225 hor_pos "c"
26226 has_inner_box 1
26227 inner_pos "c"
26228 use_parbox 0
26229 width "12col%"
26230 special "none"
26231 height "1in"
26232 height_special "totalheight"
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236 \align center
26237 This box is top-aligned.
26238 \end_layout
26239
26240 \end_inset
26241
26242  This is an example text line.
26243 \end_layout
26244
26245 \begin_layout Description
26246 Middle This is an example text line.
26247  
26248 \begin_inset Box Boxed
26249 position "c"
26250 hor_pos "c"
26251 has_inner_box 1
26252 inner_pos "c"
26253 use_parbox 0
26254 width "12col%"
26255 special "none"
26256 height "1in"
26257 height_special "totalheight"
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261 \align center
26262 This box is middle-aligned.
26263 \end_layout
26264
26265 \end_inset
26266
26267  This is an example text line.
26268 \end_layout
26269
26270 \begin_layout Description
26271 Bottom This is an example text line.
26272  
26273 \begin_inset Box Boxed
26274 position "b"
26275 hor_pos "c"
26276 has_inner_box 1
26277 inner_pos "c"
26278 use_parbox 0
26279 width "12col%"
26280 special "none"
26281 height "1in"
26282 height_special "totalheight"
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286 \align center
26287 This box is bottom-aligned.
26288 \end_layout
26289
26290 \end_inset
26291
26292  This is an example text line.
26293 \end_layout
26294
26295 \begin_layout Standard
26296 \begin_inset Note Greyedout
26297 status open
26298
26299 \begin_layout Plain Layout
26300
26301 \series bold
26302 Note:
26303 \series default
26304  The vertical box aligment can be lost in the output when you have two boxes
26305  in a line and one has e.
26306 \begin_inset space \thinspace{}
26307 \end_inset
26308
26309 g.
26310 \begin_inset space ~
26311 \end_inset
26312
26313 a shadow and the other one not.
26314 \end_layout
26315
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \begin_layout Standard
26322 The horizontal box alignment can be set via LyX's paragraph dialog when
26323  you set the box into its own paragraph.
26324 \end_layout
26325
26326 \begin_layout Standard
26327 \begin_inset VSpace bigskip
26328 \end_inset
26329
26330 When you have chosen an 
26331 \family sans
26332 Inner
26333 \begin_inset space ~
26334 \end_inset
26335
26336 Box
26337 \family default
26338 , the box content can be vertical aligned to:
26339 \end_layout
26340
26341 \begin_layout Description
26342 top This is an example text line.
26343  
26344 \begin_inset Box Boxed
26345 position "c"
26346 hor_pos "c"
26347 has_inner_box 1
26348 inner_pos "t"
26349 use_parbox 0
26350 width "12col%"
26351 special "none"
26352 height "1.5in"
26353 height_special "totalheight"
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357 \align center
26358 This box text is top-aligned.
26359 \end_layout
26360
26361 \end_inset
26362
26363  This is an example text line.
26364 \end_layout
26365
26366 \begin_layout Description
26367 middle This is an example text line.
26368  
26369 \begin_inset Box Boxed
26370 position "c"
26371 hor_pos "c"
26372 has_inner_box 1
26373 inner_pos "c"
26374 use_parbox 0
26375 width "12col%"
26376 special "none"
26377 height "1.5in"
26378 height_special "totalheight"
26379 status collapsed
26380
26381 \begin_layout Plain Layout
26382 \align center
26383 This box text is middle-aligned.
26384 \end_layout
26385
26386 \end_inset
26387
26388  This is an example text line.
26389 \end_layout
26390
26391 \begin_layout Description
26392 bottom This is an example text line.
26393  
26394 \begin_inset Box Boxed
26395 position "c"
26396 hor_pos "c"
26397 has_inner_box 1
26398 inner_pos "b"
26399 use_parbox 0
26400 width "12col%"
26401 special "none"
26402 height "1.5in"
26403 height_special "totalheight"
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407 \align center
26408 This box text is bottom-aligned.
26409 \end_layout
26410
26411 \end_inset
26412
26413  This is an example text line.
26414 \end_layout
26415
26416 \begin_layout Description
26417 stretch This is an example text line.
26418  
26419 \begin_inset Box Boxed
26420 position "c"
26421 hor_pos "c"
26422 has_inner_box 1
26423 inner_pos "s"
26424 use_parbox 0
26425 width "12col%"
26426 special "none"
26427 height "1.5in"
26428 height_special "totalheight"
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432 \align center
26433 This box
26434 \end_layout
26435
26436 \begin_layout Plain Layout
26437 \align center
26438 text is
26439 \end_layout
26440
26441 \begin_layout Plain Layout
26442 \align center
26443 stretched.
26444 \end_layout
26445
26446 \end_inset
26447
26448  This is an example text line.
26449 \end_layout
26450
26451 \begin_layout Standard
26452 To stretch the box content, it must consist of more than one paragraph.
26453  In the example above every text line is in an own paragraph.
26454 \end_layout
26455
26456 \begin_layout Standard
26457 \begin_inset VSpace bigskip
26458 \end_inset
26459
26460 To align the box content horizontally you can use LyX's paragraph dialog
26461  when you have chosen an 
26462 \family sans
26463 Inner
26464 \begin_inset space ~
26465 \end_inset
26466
26467 Box
26468 \family default
26469 .
26470 \end_layout
26471
26472 \begin_layout Standard
26473 \align center
26474 \begin_inset Box Boxed
26475 position "c"
26476 hor_pos "c"
26477 has_inner_box 1
26478 inner_pos "s"
26479 use_parbox 0
26480 width "15col%"
26481 special "none"
26482 height "1.25in"
26483 height_special "totalheight"
26484 status collapsed
26485
26486 \begin_layout Plain Layout
26487 \align left
26488 This box
26489 \end_layout
26490
26491 \begin_layout Plain Layout
26492 \align center
26493 text is
26494 \end_layout
26495
26496 \begin_layout Plain Layout
26497 \align right
26498 stretched.
26499 \end_layout
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \begin_layout Standard
26507 If you haven't set an 
26508 \family sans
26509 Inner
26510 \begin_inset space ~
26511 \end_inset
26512
26513 Box
26514 \family default
26515 , you can align the box content horizontally in the box dialog.
26516 \end_layout
26517
26518 \begin_layout Standard
26519 \align center
26520 \begin_inset Box Boxed
26521 position "c"
26522 hor_pos "s"
26523 has_inner_box 0
26524 inner_pos "s"
26525 use_parbox 0
26526 width "90col%"
26527 special "none"
26528 height "1.25in"
26529 height_special "totalheight"
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533 \align left
26534 This box text is horizontally stretched.
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \begin_layout Subsection
26543 Decoration
26544 \begin_inset CommandInset label
26545 LatexCommand label
26546 name "sec:Decoration"
26547
26548 \end_inset
26549
26550
26551 \begin_inset Index
26552 status collapsed
26553
26554 \begin_layout Plain Layout
26555 Boxes ! Decoration
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \begin_layout Standard
26564 The type of the box can be specified in the box-dialog in the drop-down
26565  list 
26566 \family sans
26567 Decoration
26568 \family default
26569 .
26570  The following types are possible:
26571 \end_layout
26572
26573 \begin_layout Description
26574 Simple
26575 \begin_inset space ~
26576 \end_inset
26577
26578 rectangular
26579 \begin_inset space ~
26580 \end_inset
26581
26582 frame This draws a rectangle frame around the box.
26583  The frame line thickness has the size of 
26584 \series bold
26585
26586 \backslash
26587 fboxrule
26588 \series default
26589 .
26590  
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 Rectangular box
26606 \end_layout
26607
26608 \end_inset
26609
26610
26611 \end_layout
26612
26613 \begin_layout Description
26614 Allow
26615 \begin_inset space ~
26616 \end_inset
26617
26618 page
26619 \begin_inset space ~
26620 \end_inset
26621
26622 break When you use the decoration 
26623 \family sans
26624 simple rectangular frame
26625 \family default
26626  and no inner box, you can allow page breaks within a box.
26627  Note that then, in contrary to other framed boxes, the frame always uses
26628  the whole column width, the box is set as its own paragraph, and 
26629 \series bold
26630
26631 \backslash
26632 fboxrule
26633 \series default
26634  and 
26635 \series bold
26636
26637 \backslash
26638 fboxsep
26639 \series default
26640  has no effect on this box type.
26641  The frame line thickness has the size of 
26642 \series bold
26643
26644 \backslash
26645 FrameRule
26646 \series default
26647 .
26648  
26649 \begin_inset Box Framed
26650 position "t"
26651 hor_pos "c"
26652 has_inner_box 0
26653 inner_pos "t"
26654 use_parbox 0
26655 width "100col%"
26656 special "none"
26657 height "1in"
26658 height_special "totalheight"
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662 Allow page break box
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \begin_layout Description
26671 Oval
26672 \begin_inset space ~
26673 \end_inset
26674
26675 box,
26676 \begin_inset space ~
26677 \end_inset
26678
26679 thin This draws an oval frame around the box.
26680  The frame line thickness has the size 0.4
26681 \begin_inset space \thinspace{}
26682 \end_inset
26683
26684 pt.
26685  
26686 \begin_inset Box ovalbox
26687 position "c"
26688 hor_pos "c"
26689 has_inner_box 1
26690 inner_pos "c"
26691 use_parbox 0
26692 width "20col%"
26693 special "none"
26694 height "1in"
26695 height_special "totalheight"
26696 status collapsed
26697
26698 \begin_layout Plain Layout
26699 \align center
26700 Oval box, thin
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \begin_layout Description
26709 Oval
26710 \begin_inset space ~
26711 \end_inset
26712
26713 box,
26714 \begin_inset space ~
26715 \end_inset
26716
26717 thick This draws an oval frame around the box.
26718  The frame line thickness has the size 0.8
26719 \begin_inset space \thinspace{}
26720 \end_inset
26721
26722 pt.
26723  
26724 \begin_inset Box Ovalbox
26725 position "c"
26726 hor_pos "c"
26727 has_inner_box 1
26728 inner_pos "c"
26729 use_parbox 0
26730 width "20col%"
26731 special "none"
26732 height "1in"
26733 height_special "totalheight"
26734 status collapsed
26735
26736 \begin_layout Plain Layout
26737 \align center
26738 Oval box, thick
26739 \end_layout
26740
26741 \end_inset
26742
26743
26744 \end_layout
26745
26746 \begin_layout Description
26747 Drop
26748 \begin_inset space ~
26749 \end_inset
26750
26751 shadow This draws a rectangle frame with a shadow around the box.
26752  The frame line thickness has the size of 
26753 \series bold
26754
26755 \backslash
26756 fboxrule
26757 \series default
26758 , the shadow has a width of 4
26759 \begin_inset space \thinspace{}
26760 \end_inset
26761
26762 pt.
26763  
26764 \begin_inset Box Shadowbox
26765 position "c"
26766 hor_pos "c"
26767 has_inner_box 1
26768 inner_pos "c"
26769 use_parbox 0
26770 width "20col%"
26771 special "none"
26772 height "1in"
26773 height_special "totalheight"
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777 \align center
26778 Shadow box
26779 \end_layout
26780
26781 \end_inset
26782
26783
26784 \end_layout
26785
26786 \begin_layout Description
26787 Shaded
26788 \begin_inset space ~
26789 \end_inset
26790
26791 background This draws a box with red background color.
26792  In contrary to colored boxes
26793 \begin_inset Foot
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797 see sec.
26798 \begin_inset space \thinspace{}
26799 \end_inset
26800
26801
26802 \begin_inset CommandInset ref
26803 LatexCommand ref
26804 reference "sec:Colored-Boxes"
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \end_inset
26812
26813 , it always uses the whole column width and the box is set as its own paragraph.
26814  
26815 \begin_inset Box Shaded
26816 position "t"
26817 hor_pos "c"
26818 has_inner_box 0
26819 inner_pos "t"
26820 use_parbox 0
26821 width "50col%"
26822 special "none"
26823 height "1in"
26824 height_special "totalheight"
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828 Shaded background box
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \begin_layout Description
26837 Double
26838 \begin_inset space ~
26839 \end_inset
26840
26841 rectangular
26842 \begin_inset space ~
26843 \end_inset
26844
26845 frame This draws a double-line rectangle frame around the box.
26846  The line thickness of the inner frame is 0.75
26847 \begin_inset space \thinspace{}
26848 \end_inset
26849
26850
26851 \series bold
26852
26853 \backslash
26854 fboxrule
26855 \series default
26856 , the thickness of the outer frame is 1.5
26857 \begin_inset space \thinspace{}
26858 \end_inset
26859
26860
26861 \series bold
26862
26863 \backslash
26864 fboxrule
26865 \series default
26866 .
26867  The distance between the lines is 1.5
26868 \begin_inset space \thinspace{}
26869 \end_inset
26870
26871
26872 \series bold
26873
26874 \backslash
26875 fboxrule
26876 \series default
26877
26878 \begin_inset space \thinspace{}
26879 \end_inset
26880
26881 +
26882 \begin_inset space \thinspace{}
26883 \end_inset
26884
26885 0.5
26886 \begin_inset space \thinspace{}
26887 \end_inset
26888
26889 pt.
26890  
26891 \begin_inset Box Doublebox
26892 position "c"
26893 hor_pos "c"
26894 has_inner_box 1
26895 inner_pos "c"
26896 use_parbox 0
26897 width "20col%"
26898 special "none"
26899 height "1in"
26900 height_special "totalheight"
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904 \align center
26905 Double rectangular box
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 \begin_inset VSpace bigskip
26915 \end_inset
26916
26917 LyX's box label will reflect the different frame types.
26918  To be able to use all types, the LaTeX-package 
26919 \series bold
26920 fancybox
26921 \series default
26922
26923 \begin_inset Index
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927 LaTeX-packages ! fancybox
26928 \end_layout
26929
26930 \end_inset
26931
26932  must be installed.
26933 \end_layout
26934
26935 \begin_layout Section
26936 Box customization
26937 \begin_inset Index
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 Boxes ! Customization
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \begin_layout Standard
26950 The default value for the size 
26951 \series bold
26952
26953 \backslash
26954 fboxrule
26955 \series default
26956  is 0.4
26957 \begin_inset space \thinspace{}
26958 \end_inset
26959
26960 pt.
26961  It can be changed with the following command in TeX-Code to e.
26962 \begin_inset space \thinspace{}
26963 \end_inset
26964
26965 g.
26966 \begin_inset space ~
26967 \end_inset
26968
26969 2
26970 \begin_inset space \thinspace{}
26971 \end_inset
26972
26973 pt:
26974 \end_layout
26975
26976 \begin_layout Standard
26977
26978 \series bold
26979
26980 \backslash
26981 setlength{
26982 \backslash
26983 fboxrule}{2pt}
26984 \end_layout
26985
26986 \begin_layout Standard
26987 \begin_inset ERT
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991
26992
26993 \backslash
26994 setlength{
26995 \backslash
26996 fboxrule}{2pt}
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \begin_inset Box Boxed
27003 position "c"
27004 hor_pos "c"
27005 has_inner_box 1
27006 inner_pos "c"
27007 use_parbox 0
27008 width "25col%"
27009 special "none"
27010 height "1in"
27011 height_special "totalheight"
27012 status open
27013
27014 \begin_layout Plain Layout
27015 \align center
27016 Rectangular box with 
27017 \series bold
27018
27019 \backslash
27020 fboxrule
27021 \series default
27022
27023 \begin_inset space \thinspace{}
27024 \end_inset
27025
27026 =
27027 \begin_inset space \thinspace{}
27028 \end_inset
27029
27030 2
27031 \begin_inset space \thinspace{}
27032 \end_inset
27033
27034 pt
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044
27045
27046 \backslash
27047 setlength{
27048 \backslash
27049 fboxrule}{0.4pt}
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \begin_layout Standard
27058 \begin_inset VSpace bigskip
27059 \end_inset
27060
27061 The space between the frame and the box content is for all frame styles
27062  by default 3
27063 \begin_inset space \thinspace{}
27064 \end_inset
27065
27066 pt.
27067  You can change it by setting the length 
27068 \series bold
27069
27070 \backslash
27071 fboxsep
27072 \series default
27073  to another value.
27074  For example the command
27075 \end_layout
27076
27077 \begin_layout Standard
27078
27079 \series bold
27080
27081 \backslash
27082 setlength{
27083 \backslash
27084 fboxsep}{10pt}
27085 \end_layout
27086
27087 \begin_layout Standard
27088 sets the value to 10
27089 \begin_inset space \thinspace{}
27090 \end_inset
27091
27092 pt, like for the following box:
27093 \end_layout
27094
27095 \begin_layout Standard
27096 \begin_inset ERT
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100
27101
27102 \backslash
27103 setlength{
27104 \backslash
27105 fboxsep}{10pt}
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \begin_inset Box Boxed
27112 position "c"
27113 hor_pos "c"
27114 has_inner_box 1
27115 inner_pos "c"
27116 use_parbox 0
27117 width "25col%"
27118 special "none"
27119 height "1in"
27120 height_special "totalheight"
27121 status open
27122
27123 \begin_layout Plain Layout
27124 \align center
27125 Rectangular box with 
27126 \series bold
27127
27128 \backslash
27129 fboxsep
27130 \series default
27131
27132 \begin_inset space \thinspace{}
27133 \end_inset
27134
27135 =
27136 \begin_inset space \thinspace{}
27137 \end_inset
27138
27139 10
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 pt
27144 \end_layout
27145
27146 \end_inset
27147
27148
27149 \begin_inset ERT
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153
27154
27155 \backslash
27156 setlength{
27157 \backslash
27158 fboxsep}{3pt}
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Standard
27167 \begin_inset VSpace bigskip
27168 \end_inset
27169
27170 The diameter of the round corners of the oval boxes can be set with the
27171  command 
27172 \series bold
27173
27174 \backslash
27175 cornersize
27176 \series default
27177 .
27178  The command
27179 \end_layout
27180
27181 \begin_layout Standard
27182
27183 \series bold
27184
27185 \backslash
27186 cornersize*{1cm}
27187 \end_layout
27188
27189 \begin_layout Standard
27190 sets the diameter to 1
27191 \begin_inset space \thinspace{}
27192 \end_inset
27193
27194 cm.
27195  The command
27196 \end_layout
27197
27198 \begin_layout Standard
27199
27200 \series bold
27201
27202 \backslash
27203 cornersize{num}
27204 \end_layout
27205
27206 \begin_layout Standard
27207 sets the diameter to 
27208 \family sans
27209 num
27210 \begin_inset space \thinspace{}
27211 \end_inset
27212
27213 ×
27214 \begin_inset space \thinspace{}
27215 \end_inset
27216
27217 minimum(width and heigth of box)
27218 \family default
27219 .
27220  The default is 
27221 \series bold
27222
27223 \backslash
27224 cornersize{0.5}
27225 \series default
27226 .
27227 \end_layout
27228
27229 \begin_layout Standard
27230 \begin_inset ERT
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234
27235
27236 \backslash
27237 cornersize*{1.5cm}
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \begin_inset Box Ovalbox
27244 position "c"
27245 hor_pos "c"
27246 has_inner_box 1
27247 inner_pos "c"
27248 use_parbox 0
27249 width "25col%"
27250 special "none"
27251 height "1in"
27252 height_special "totalheight"
27253 status open
27254
27255 \begin_layout Plain Layout
27256 \align center
27257 Oval box with 
27258 \series bold
27259
27260 \backslash
27261 cornersize
27262 \series default
27263
27264 \begin_inset space \thinspace{}
27265 \end_inset
27266
27267 =
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 1.5
27272 \begin_inset space \thinspace{}
27273 \end_inset
27274
27275 cm
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \begin_inset ERT
27282 status collapsed
27283
27284 \begin_layout Plain Layout
27285
27286
27287 \backslash
27288 cornersize{0.5}
27289 \end_layout
27290
27291 \end_inset
27292
27293
27294 \end_layout
27295
27296 \begin_layout Standard
27297 \begin_inset VSpace bigskip
27298 \end_inset
27299
27300 The size of the shadow can be adjusted by changing the length 
27301 \series bold
27302
27303 \backslash
27304 shadowsize
27305 \series default
27306 .
27307  It it set to 2
27308 \begin_inset space \thinspace{}
27309 \end_inset
27310
27311 pt for the following box by this command:
27312 \end_layout
27313
27314 \begin_layout Standard
27315
27316 \series bold
27317
27318 \backslash
27319 setlength{
27320 \backslash
27321 shadowsize}{2pt}
27322 \end_layout
27323
27324 \begin_layout Standard
27325 \begin_inset ERT
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329
27330
27331 \backslash
27332 setlength{
27333 \backslash
27334 shadowsize}{2pt}
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \begin_inset Box Shadowbox
27341 position "c"
27342 hor_pos "c"
27343 has_inner_box 1
27344 inner_pos "c"
27345 use_parbox 0
27346 width "25col%"
27347 special "none"
27348 height "1in"
27349 height_special "totalheight"
27350 status open
27351
27352 \begin_layout Plain Layout
27353 \align center
27354 Shadow box with 
27355 \series bold
27356
27357 \backslash
27358 shadowsize
27359 \series default
27360
27361 \begin_inset space \thinspace{}
27362 \end_inset
27363
27364 =
27365 \begin_inset space \thinspace{}
27366 \end_inset
27367
27368 2
27369 \begin_inset space \thinspace{}
27370 \end_inset
27371
27372 pt
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \begin_inset ERT
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382
27383
27384 \backslash
27385 setlength{
27386 \backslash
27387 shadowsize}{4pt}
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \begin_inset VSpace bigskip
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \begin_layout Standard
27403 The default value for the size 
27404 \series bold
27405
27406 \backslash
27407 FrameRule
27408 \series default
27409  is 0.4
27410 \begin_inset space \thinspace{}
27411 \end_inset
27412
27413 pt.
27414  The default space between the note content and the frame is 9
27415 \begin_inset space \thinspace{}
27416 \end_inset
27417
27418 pt and can be changed with the value of 
27419 \series bold
27420
27421 \backslash
27422 FrameSep
27423 \series default
27424 .
27425  For example the frame appearance of the following 
27426 \family sans
27427 box
27428 \family default
27429  is set with the TeX-Code commands
27430 \end_layout
27431
27432 \begin_layout Standard
27433
27434 \series bold
27435
27436 \backslash
27437 setlength{
27438 \backslash
27439 FrameRule}{5pt}
27440 \begin_inset Newline newline
27441 \end_inset
27442
27443
27444 \backslash
27445 setlength{
27446 \backslash
27447 FrameSep}{0.5cm}
27448 \end_layout
27449
27450 \begin_layout Standard
27451 \begin_inset ERT
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455
27456
27457 \backslash
27458 setlength{
27459 \backslash
27460 FrameRule}{5pt}
27461 \end_layout
27462
27463 \begin_layout Plain Layout
27464
27465
27466 \backslash
27467 setlength{
27468 \backslash
27469 FrameSep}{0.5cm}
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \begin_inset Box Framed
27476 position "t"
27477 hor_pos "c"
27478 has_inner_box 0
27479 inner_pos "t"
27480 use_parbox 0
27481 width "100col%"
27482 special "none"
27483 height "1in"
27484 height_special "totalheight"
27485 status open
27486
27487 \begin_layout Plain Layout
27488 This is text in an 
27489 \family sans
27490 allow page break
27491 \family default
27492  box.
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \begin_inset ERT
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502
27503
27504 \backslash
27505 setlength{
27506 \backslash
27507 FrameRule}{0.4pt}
27508 \end_layout
27509
27510 \begin_layout Plain Layout
27511
27512
27513 \backslash
27514 setlength{
27515 \backslash
27516 FrameSep}{9pt}
27517 \end_layout
27518
27519 \end_inset
27520
27521
27522 \end_layout
27523
27524 \begin_layout Standard
27525 \begin_inset VSpace bigskip
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \begin_layout Standard
27532 For 
27533 \family sans
27534 shaded background
27535 \family default
27536  boxes the default space between the box content and the box border is 3
27537 \begin_inset space \thinspace{}
27538 \end_inset
27539
27540 pt and can be changed with the value of 
27541 \series bold
27542
27543 \backslash
27544 fboxsep
27545 \series default
27546 .
27547  The default background color red can either be changed locally with the
27548  command 
27549 \series bold
27550
27551 \backslash
27552 definecolor{shadebox}
27553 \series default
27554  or globally with the menu 
27555 \family sans
27556 Tools\SpecialChar \menuseparator
27557 Preferences\SpecialChar \menuseparator
27558 Colors\SpecialChar \menuseparator
27559 shaded
27560 \begin_inset space ~
27561 \end_inset
27562
27563 box
27564 \family default
27565 .
27566  The scheme of the 
27567 \series bold
27568
27569 \backslash
27570 definecolor
27571 \series default
27572  command is explained in section
27573 \begin_inset space ~
27574 \end_inset
27575
27576
27577 \begin_inset CommandInset ref
27578 LatexCommand ref
27579 reference "sec:Colored-Tables"
27580
27581 \end_inset
27582
27583 .
27584 \begin_inset Foot
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588 Note that 
27589 \series bold
27590
27591 \backslash
27592 definecolor
27593 \series default
27594  requires the LaTeX-package 
27595 \series bold
27596 color
27597 \series default
27598  in the preamble, see section
27599 \begin_inset space ~
27600 \end_inset
27601
27602
27603 \begin_inset CommandInset ref
27604 LatexCommand ref
27605 reference "sec:Colored-Boxes"
27606
27607 \end_inset
27608
27609 .
27610 \end_layout
27611
27612 \end_inset
27613
27614  For example the appearance of the following shaded background note is set
27615  with the TeX-Code commands
27616 \end_layout
27617
27618 \begin_layout Standard
27619
27620 \series bold
27621
27622 \backslash
27623 setlength{
27624 \backslash
27625 fboxsep}{0.5cm}
27626 \series default
27627
27628 \begin_inset Newline newline
27629 \end_inset
27630
27631
27632 \series bold
27633
27634 \backslash
27635 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27636 \end_layout
27637
27638 \begin_layout Standard
27639 \begin_inset ERT
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643
27644
27645 \backslash
27646 setlength{
27647 \backslash
27648 fboxsep}{0.5cm}
27649 \end_layout
27650
27651 \begin_layout Plain Layout
27652
27653
27654 \backslash
27655 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \begin_inset Box Shaded
27662 position "t"
27663 hor_pos "c"
27664 has_inner_box 0
27665 inner_pos "t"
27666 use_parbox 0
27667 width "100col%"
27668 special "none"
27669 height "1in"
27670 height_special "totalheight"
27671 status open
27672
27673 \begin_layout Plain Layout
27674
27675 \color yellow
27676 This is yellow text in a
27677 \color none
27678  
27679 \family sans
27680 \color yellow
27681 shaded background
27682 \family default
27683 \color none
27684  
27685 \color yellow
27686 box with dark green background.
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \begin_inset ERT
27693 status collapsed
27694
27695 \begin_layout Plain Layout
27696
27697
27698 \backslash
27699 setlength{
27700 \backslash
27701 fboxsep}{3pt}
27702 \end_layout
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 definecolor{shadecolor}{rgb}{1,0,0}
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Standard
27717 \begin_inset VSpace bigskip
27718 \end_inset
27719
27720 Changed lengths and widths are valid for all boxes following the commands
27721  that change them.
27722 \end_layout
27723
27724 \begin_layout Section
27725 Minipages
27726 \begin_inset CommandInset label
27727 LatexCommand label
27728 name "sec:Minipages"
27729
27730 \end_inset
27731
27732
27733 \begin_inset Index
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737 Boxes ! Minipages
27738 \end_layout
27739
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \begin_layout Standard
27746 Minipages are treated by LaTeX as pages within pages and can therefore for
27747  example have their own footnotes.
27748 \end_layout
27749
27750 \begin_layout Standard
27751 Minipages are useful when you write documents with different languages.
27752 \end_layout
27753
27754 \begin_layout Standard
27755 Below are two example minipages side by side.
27756  Their width is set to 45
27757 \begin_inset space \thinspace{}
27758 \end_inset
27759
27760 col% and they are separated by a horizontal fill, that was inserted via
27761  the menu 
27762 \family sans
27763 Insert\SpecialChar \menuseparator
27764 Special
27765 \begin_inset space ~
27766 \end_inset
27767
27768 Formatting\SpecialChar \menuseparator
27769 Horizontal
27770 \begin_inset space ~
27771 \end_inset
27772
27773 Fill
27774 \family default
27775 .
27776 \begin_inset Newpage newpage
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \begin_layout Standard
27783 \begin_inset Box Frameless
27784 position "t"
27785 hor_pos "c"
27786 has_inner_box 1
27787 inner_pos "c"
27788 use_parbox 0
27789 width "45col%"
27790 special "none"
27791 height "1in"
27792 height_special "totalheight"
27793 status open
27794
27795 \begin_layout Plain Layout
27796
27797 \lang german
27798 Dies ist ein deutscher Text.
27799  Dies ist ein deutscher Text.
27800  Dies ist ein deutscher Text.
27801  Dies ist ein deutscher Text.
27802  Dies ist ein deutscher Text.
27803  Dies ist ein deutscher Text.
27804  Dies ist ein deutscher Text.
27805  Dies ist ein deutscher Text.
27806  Dies ist ein deutscher Text.
27807  Dies ist ein deutscher Text.
27808  Dies ist ein deutscher Text.
27809  Dies ist ein deutscher Text.
27810  Dies ist ein deutscher Text
27811 \begin_inset Foot
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815
27816 \lang german
27817 Dies ist eine deutsche Fußnote.
27818 \end_layout
27819
27820 \end_inset
27821
27822 .
27823  Dies ist ein deutscher Text.
27824  Dies ist ein deutscher Text.
27825 \end_layout
27826
27827 \end_inset
27828
27829
27830 \begin_inset space \hfill{}
27831 \end_inset
27832
27833
27834 \begin_inset Box Frameless
27835 position "t"
27836 hor_pos "c"
27837 has_inner_box 1
27838 inner_pos "c"
27839 use_parbox 0
27840 width "45col%"
27841 special "none"
27842 height "1in"
27843 height_special "totalheight"
27844 status open
27845
27846 \begin_layout Plain Layout
27847 This is an English Text.
27848  This is an English Text.
27849  This is an English Text.
27850  This is an English Text.
27851  This is an English Text.
27852  This is an English Text.
27853  This is an English Text.
27854  This is an English Text.
27855  This is an English Text.
27856  This is an English Text.
27857  This is an English Text.
27858  This is an English Text.
27859  This is an English Text.
27860  This is an English Text.
27861  This is an English Text.
27862  This is an English Text.
27863 \begin_inset Foot
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867 This is an English footnote.
27868 \end_layout
27869
27870 \end_inset
27871
27872  This is an English Text.
27873  
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \begin_layout Standard
27882 \begin_inset VSpace bigskip
27883 \end_inset
27884
27885 Another application for minipages are footnotes within tables.
27886  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27887  bottom of the current page.
27888  But when you put the table with the footnote to a minipage, the footnote
27889  will appear at its bottom, numbered with Latin letters.
27890  The footnote number is reset to 1 in every minipage but not outside the
27891  minipages.
27892 \end_layout
27893
27894 \begin_layout Standard
27895 The footnote of this table doesn't appear: 
27896 \begin_inset Tabular
27897 <lyxtabular version="3" rows="3" columns="4">
27898 <features>
27899 <column alignment="center" valignment="top" width="0pt">
27900 <column alignment="center" valignment="top" width="0pt">
27901 <column alignment="center" valignment="top" width="0pt">
27902 <column alignment="center" valignment="top" width="0pt">
27903 <row>
27904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 1
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27914 \begin_inset Text
27915
27916 \begin_layout Plain Layout
27917 2
27918 \end_layout
27919
27920 \end_inset
27921 </cell>
27922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27923 \begin_inset Text
27924
27925 \begin_layout Plain Layout
27926 3
27927 \begin_inset Foot
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 This is a footnote within a table.
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \end_inset
27940 </cell>
27941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 4
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 </row>
27951 <row>
27952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27953 \begin_inset Text
27954
27955 \begin_layout Plain Layout
27956 a
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 b
27966 \end_layout
27967
27968 \end_inset
27969 </cell>
27970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974 c
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983 d
27984 \end_layout
27985
27986 \end_inset
27987 </cell>
27988 </row>
27989 <row>
27990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Plain Layout
27994 e
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Plain Layout
28003 f
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Plain Layout
28012 g
28013 \end_layout
28014
28015 \end_inset
28016 </cell>
28017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28018 \begin_inset Text
28019
28020 \begin_layout Plain Layout
28021 h
28022 \end_layout
28023
28024 \end_inset
28025 </cell>
28026 </row>
28027 </lyxtabular>
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Standard
28035 \align center
28036 \begin_inset Box Frameless
28037 position "t"
28038 hor_pos "c"
28039 has_inner_box 1
28040 inner_pos "c"
28041 use_parbox 0
28042 width "30col%"
28043 special "none"
28044 height "1in"
28045 height_special "totalheight"
28046 status open
28047
28048 \begin_layout Plain Layout
28049 \align center
28050 \begin_inset Tabular
28051 <lyxtabular version="3" rows="3" columns="4">
28052 <features>
28053 <column alignment="center" valignment="top" width="0pt">
28054 <column alignment="center" valignment="top" width="0pt">
28055 <column alignment="center" valignment="top" width="0pt">
28056 <column alignment="center" valignment="top" width="0pt">
28057 <row>
28058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28059 \begin_inset Text
28060
28061 \begin_layout Plain Layout
28062 1
28063 \end_layout
28064
28065 \end_inset
28066 </cell>
28067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28068 \begin_inset Text
28069
28070 \begin_layout Plain Layout
28071 2
28072 \end_layout
28073
28074 \end_inset
28075 </cell>
28076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28077 \begin_inset Text
28078
28079 \begin_layout Plain Layout
28080 3
28081 \begin_inset Foot
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085 This is a footnote within a table.
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \end_layout
28092
28093 \end_inset
28094 </cell>
28095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28096 \begin_inset Text
28097
28098 \begin_layout Plain Layout
28099 4
28100 \end_layout
28101
28102 \end_inset
28103 </cell>
28104 </row>
28105 <row>
28106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110 a
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 b
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Plain Layout
28128 c
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28134 \begin_inset Text
28135
28136 \begin_layout Plain Layout
28137 d
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 </row>
28143 <row>
28144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28145 \begin_inset Text
28146
28147 \begin_layout Plain Layout
28148 e
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28154 \begin_inset Text
28155
28156 \begin_layout Plain Layout
28157 f
28158 \end_layout
28159
28160 \end_inset
28161 </cell>
28162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28163 \begin_inset Text
28164
28165 \begin_layout Plain Layout
28166 g
28167 \end_layout
28168
28169 \end_inset
28170 </cell>
28171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28172 \begin_inset Text
28173
28174 \begin_layout Plain Layout
28175 h
28176 \end_layout
28177
28178 \end_inset
28179 </cell>
28180 </row>
28181 </lyxtabular>
28182
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Standard
28194 \begin_inset VSpace bigskip
28195 \end_inset
28196
28197 The document-wide paragraph settings are ignored within minipages.
28198  That means that there will be no space between paragraphs in minipages
28199  although you set it to e.
28200 \begin_inset space \thinspace{}
28201 \end_inset
28202
28203 g.
28204 \begin_inset space ~
28205 \end_inset
28206
28207
28208 \family sans
28209 MedSkip
28210 \family default
28211  in the document settings.
28212 \end_layout
28213
28214 \begin_layout Standard
28215 Minipages can also be used to set a background color for text parts, see
28216  section
28217 \begin_inset space ~
28218 \end_inset
28219
28220
28221 \begin_inset CommandInset ref
28222 LatexCommand ref
28223 reference "sub:Color-for-Paragraphs"
28224
28225 \end_inset
28226
28227 .
28228 \end_layout
28229
28230 \begin_layout Standard
28231 \begin_inset Note Greyedout
28232 status open
28233
28234 \begin_layout Plain Layout
28235
28236 \series bold
28237 Note:
28238 \series default
28239  You cannot have floats or margin notes inside minipages but minipages can
28240  be used inside tables, floats, and other boxes.
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \begin_layout Section
28249 Parboxes
28250 \begin_inset CommandInset label
28251 LatexCommand label
28252 name "sec:Parboxes"
28253
28254 \end_inset
28255
28256
28257 \begin_inset Index
28258 status collapsed
28259
28260 \begin_layout Plain Layout
28261 Boxes ! Parboxes
28262 \end_layout
28263
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 Parboxes are very similar to minipages with the difference that they cannot
28271  have footnotes.
28272  The main difference to minipages is that minipages are in contrary to parboxes
28273  no real boxes but LaTeX-environments.
28274 \end_layout
28275
28276 \begin_layout Standard
28277 \align center
28278 \begin_inset Box Frameless
28279 position "t"
28280 hor_pos "c"
28281 has_inner_box 1
28282 inner_pos "t"
28283 use_parbox 1
28284 width "33col%"
28285 special "none"
28286 height "1in"
28287 height_special "totalheight"
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291 This a text within a parbox.
28292  This a text within a parbox.
28293 \end_layout
28294
28295 \begin_layout Plain Layout
28296 This footnote won't appear:
28297 \begin_inset Foot
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301 This footnote is inside a parbox and will therefore not appear.
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \begin_layout Section
28315 Boxes for Words and Characters
28316 \begin_inset Index
28317 status collapsed
28318
28319 \begin_layout Plain Layout
28320 Boxes ! for Characters
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Subsection
28329 Prevent Hyphenation
28330 \begin_inset CommandInset label
28331 LatexCommand label
28332 name "sec:Prevent-Hyphenation"
28333
28334 \end_inset
28335
28336
28337 \begin_inset Index
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Boxes ! to Prevent Hyphenation
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Standard
28350 You can use a special kind of boxes to prevent words or text to be hyphenated.
28351 \begin_inset Newline newline
28352 \end_inset
28353
28354 Here is an example text:
28355 \end_layout
28356
28357 \begin_layout Standard
28358 This line is an example to show how you can prevent the hyphenation of 
28359 \begin_inset Quotes eld
28360 \end_inset
28361
28362 veryverylongword
28363 \begin_inset Quotes erd
28364 \end_inset
28365
28366 .
28367 \end_layout
28368
28369 \begin_layout Standard
28370 To prevent the hyphenation of the word 
28371 \begin_inset Quotes eld
28372 \end_inset
28373
28374 veryverylongword
28375 \begin_inset Quotes erd
28376 \end_inset
28377
28378 , add the command
28379 \end_layout
28380
28381 \begin_layout Standard
28382
28383 \series bold
28384
28385 \backslash
28386 mbox{
28387 \end_layout
28388
28389 \begin_layout Standard
28390 in TeX-Code before the word.
28391  Behind the word insert a closing brace 
28392 \begin_inset Quotes eld
28393 \end_inset
28394
28395
28396 \series bold
28397 }
28398 \series default
28399
28400 \begin_inset Quotes erd
28401 \end_inset
28402
28403  in TeX-Code.
28404 \end_layout
28405
28406 \begin_layout Standard
28407 This is the result:
28408 \end_layout
28409
28410 \begin_layout Standard
28411 This line is an example to show how you can prevent the hyphenation of 
28412 \begin_inset ERT
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416
28417
28418 \backslash
28419 mbox{
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \begin_inset Quotes eld
28426 \end_inset
28427
28428 veryverylongword
28429 \begin_inset Quotes erd
28430 \end_inset
28431
28432 .
28433 \begin_inset ERT
28434 status collapsed
28435
28436 \begin_layout Plain Layout
28437
28438 }
28439 \end_layout
28440
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \begin_layout Standard
28447 You can alternatively set the command 
28448 \begin_inset Quotes eld
28449 \end_inset
28450
28451
28452 \series bold
28453
28454 \backslash
28455 -
28456 \series default
28457
28458 \begin_inset Quotes grd
28459 \end_inset
28460
28461  as TeX-Code directly before the word:
28462 \end_layout
28463
28464 \begin_layout Standard
28465 This line is an example to show how you can prevent the hyphenation of 
28466 \begin_inset Quotes eld
28467 \end_inset
28468
28469
28470 \begin_inset ERT
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474
28475
28476 \backslash
28477 -
28478 \end_layout
28479
28480 \end_inset
28481
28482 veryverylongword
28483 \begin_inset Quotes erd
28484 \end_inset
28485
28486 .
28487 \end_layout
28488
28489 \begin_layout Standard
28490 Of course the word now protrudes over the side margin.
28491  To avoid this, add via the menu 
28492 \family sans
28493 Insert\SpecialChar \menuseparator
28494 Special
28495 \begin_inset space ~
28496 \end_inset
28497
28498 Formatting\SpecialChar \menuseparator
28499 Line
28500 \begin_inset space ~
28501 \end_inset
28502
28503 Break
28504 \family default
28505  (shortcut 
28506 \begin_inset Info
28507 type  "shortcut"
28508 arg   "newline-insert newline"
28509 \end_inset
28510
28511 ) a line break before the word:
28512 \end_layout
28513
28514 \begin_layout Standard
28515 This line is an example to show how you can prevent the hyphenation of 
28516 \begin_inset Newline newline
28517 \end_inset
28518
28519
28520 \begin_inset ERT
28521 status collapsed
28522
28523 \begin_layout Plain Layout
28524
28525
28526 \backslash
28527 mbox{
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \begin_inset Quotes eld
28534 \end_inset
28535
28536 veryverylongword
28537 \begin_inset Quotes erd
28538 \end_inset
28539
28540 .
28541 \begin_inset ERT
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545
28546 }
28547 \end_layout
28548
28549 \end_inset
28550
28551
28552 \end_layout
28553
28554 \begin_layout Subsection
28555 Vertical Alignment
28556 \begin_inset CommandInset label
28557 LatexCommand label
28558 name "sub:Vertical-Alignment"
28559
28560 \end_inset
28561
28562
28563 \begin_inset Index
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567 Boxes ! for Vertical Alignment
28568 \end_layout
28569
28570 \end_inset
28571
28572
28573 \begin_inset Index
28574 status collapsed
28575
28576 \begin_layout Plain Layout
28577 Boxes ! Raiseboxes
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \begin_layout Standard
28586 With the help of the command 
28587 \series bold
28588
28589 \backslash
28590 raisebox
28591 \series default
28592  you can align words, characters or other boxes vertically to the surrounding
28593  text.
28594  
28595 \series bold
28596
28597 \backslash
28598 raisebox
28599 \series default
28600  is used with the following scheme:
28601 \end_layout
28602
28603 \begin_layout Standard
28604
28605 \series bold
28606
28607 \backslash
28608 raisebox{lift}[height][depth]{box content}
28609 \end_layout
28610
28611 \begin_layout Standard
28612 The lift can be a positive value to raise the box or a negative value to
28613  lower the box.
28614 \end_layout
28615
28616 \begin_layout Standard
28617 To align for example the word 
28618 \begin_inset Quotes eld
28619 \end_inset
28620
28621 preventing
28622 \begin_inset Quotes erd
28623 \end_inset
28624
28625  so that the bottom of the 
28626 \begin_inset Quotes eld
28627 \end_inset
28628
28629 deepest
28630 \begin_inset Quotes erd
28631 \end_inset
28632
28633  character 
28634 \begin_inset Quotes eld
28635 \end_inset
28636
28637 p
28638 \begin_inset Quotes erd
28639 \end_inset
28640
28641  is at the baseline, insert the command
28642 \end_layout
28643
28644 \begin_layout Standard
28645
28646 \series bold
28647
28648 \backslash
28649 raisebox{
28650 \backslash
28651 depth}{
28652 \end_layout
28653
28654 \begin_layout Standard
28655 in TeX-Code before the word.
28656  Behind the word insert a closing brace 
28657 \begin_inset Quotes eld
28658 \end_inset
28659
28660
28661 \series bold
28662 }
28663 \series default
28664
28665 \begin_inset Quotes erd
28666 \end_inset
28667
28668  in TeX-Code.
28669 \begin_inset Newline newline
28670 \end_inset
28671
28672 This is the result:
28673 \end_layout
28674
28675 \begin_layout Standard
28676 This is a text line with the word 
28677 \begin_inset ERT
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681
28682
28683 \backslash
28684 raisebox{
28685 \backslash
28686 depth}{
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \begin_inset Quotes eld
28693 \end_inset
28694
28695 preventing
28696 \begin_inset Quotes erd
28697 \end_inset
28698
28699
28700 \begin_inset ERT
28701 status collapsed
28702
28703 \begin_layout Plain Layout
28704
28705 }
28706 \end_layout
28707
28708 \end_inset
28709
28710  as raised word.
28711 \end_layout
28712
28713 \begin_layout Standard
28714 \begin_inset VSpace bigskip
28715 \end_inset
28716
28717 When you raise or lower characters in a line, the line distance will be
28718  spread:
28719 \end_layout
28720
28721 \begin_layout Standard
28722 This is a text line with the word 
28723 \begin_inset ERT
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727
28728
28729 \backslash
28730 raisebox{-
28731 \backslash
28732 depth}{
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \begin_inset Quotes eld
28739 \end_inset
28740
28741 preventing
28742 \begin_inset Quotes erd
28743 \end_inset
28744
28745
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751 }
28752 \end_layout
28753
28754 \end_inset
28755
28756  as lowered word.
28757 \begin_inset Newline newline
28758 \end_inset
28759
28760 This is a text line with the word 
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766
28767 \backslash
28768 raisebox{0.5cm}{
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \begin_inset Quotes eld
28775 \end_inset
28776
28777 testing
28778 \begin_inset Quotes erd
28779 \end_inset
28780
28781
28782 \begin_inset ERT
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786
28787 }
28788 \end_layout
28789
28790 \end_inset
28791
28792  as raised word.
28793 \end_layout
28794
28795 \begin_layout Standard
28796 If you want to prevent this for a certain reason, set the box height to
28797  a zero value.
28798  For example use
28799 \end_layout
28800
28801 \begin_layout Standard
28802
28803 \series bold
28804
28805 \backslash
28806 raisebox{-
28807 \backslash
28808 depth}[0pt]{
28809 \end_layout
28810
28811 \begin_layout Standard
28812 This is a text line with the word 
28813 \begin_inset ERT
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817
28818
28819 \backslash
28820 raisebox{-
28821 \backslash
28822 depth}[0pt]{
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \begin_inset Quotes eld
28829 \end_inset
28830
28831 preventing
28832 \begin_inset Quotes erd
28833 \end_inset
28834
28835
28836 \begin_inset ERT
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840
28841 }
28842 \end_layout
28843
28844 \end_inset
28845
28846  as lowered word.
28847 \begin_inset Newline newline
28848 \end_inset
28849
28850 This is a text line with the word 
28851 \begin_inset ERT
28852 status collapsed
28853
28854 \begin_layout Plain Layout
28855
28856
28857 \backslash
28858 raisebox{0.5cm}[0pt]{
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \begin_inset Quotes eld
28865 \end_inset
28866
28867 testing
28868 \begin_inset Quotes erd
28869 \end_inset
28870
28871
28872 \begin_inset ERT
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876
28877 }
28878 \end_layout
28879
28880 \end_inset
28881
28882  as raised word.
28883 \end_layout
28884
28885 \begin_layout Section
28886 Colored Boxes
28887 \begin_inset CommandInset label
28888 LatexCommand label
28889 name "sec:Colored-Boxes"
28890
28891 \end_inset
28892
28893
28894 \begin_inset Index
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 Boxes ! Color
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Subsection
28907 Color for Text
28908 \begin_inset Index
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912 Color ! for Text
28913 \end_layout
28914
28915 \end_inset
28916
28917
28918 \end_layout
28919
28920 \begin_layout Standard
28921 To color the background of text the text must be put into a so called 
28922 \begin_inset Quotes eld
28923 \end_inset
28924
28925 colorbox
28926 \begin_inset Quotes erd
28927 \end_inset
28928
28929 .
28930  This requires that the LaTeX-package 
28931 \series bold
28932 color
28933 \series default
28934
28935 \begin_inset Index
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939 LaTeX-packages ! color
28940 \end_layout
28941
28942 \end_inset
28943
28944  is loaded in the document preamble with the command
28945 \end_layout
28946
28947 \begin_layout Standard
28948
28949 \series bold
28950
28951 \backslash
28952 @ifundefined{textcolor}
28953 \begin_inset Newline newline
28954 \end_inset
28955
28956
28957 \begin_inset ERT
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961
28962
28963 \backslash
28964 hphantom{ }
28965 \end_layout
28966
28967 \end_inset
28968
28969 {
28970 \backslash
28971 usepackage{color}}{}
28972 \end_layout
28973
28974 \begin_layout Standard
28975 The package 
28976 \series bold
28977 color
28978 \series default
28979  will be loaded automatically by LyX when you color text
28980 \begin_inset Foot
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984 To avoid that it is loaded twice the command 
28985 \series bold
28986
28987 \backslash
28988 @ifundefined
28989 \series default
28990  is used.
28991 \end_layout
28992
28993 \end_inset
28994
28995 .
28996 \end_layout
28997
28998 \begin_layout Standard
28999 \begin_inset VSpace medskip
29000 \end_inset
29001
29002 Colorboxes are created with the command 
29003 \series bold
29004
29005 \backslash
29006 colorbox
29007 \series default
29008 .
29009  This will be used with the following scheme:
29010 \end_layout
29011
29012 \begin_layout Standard
29013
29014 \series bold
29015
29016 \backslash
29017 colorbox{color}{box content}
29018 \end_layout
29019
29020 \begin_layout Standard
29021 The box content can also be a box and colorboxes can also be within other
29022  boxes.
29023 \end_layout
29024
29025 \begin_layout Standard
29026 The following colors are predefined:
29027 \begin_inset Newline newline
29028 \end_inset
29029
29030
29031 \family sans
29032 black
29033 \family default
29034
29035 \family sans
29036 blue
29037 \family default
29038
29039 \family sans
29040 cyan
29041 \family default
29042 \series bold
29043 ,
29044 \series default
29045  
29046 \family sans
29047 green
29048 \family default
29049
29050 \family sans
29051 magenta
29052 \family default
29053
29054 \family sans
29055 red
29056 \family default
29057
29058 \family sans
29059 white
29060 \family default
29061 , and 
29062 \family sans
29063 yellow
29064 \family default
29065 .
29066 \begin_inset Newline newline
29067 \end_inset
29068
29069 You can also define your own color as described in section
29070 \begin_inset space ~
29071 \end_inset
29072
29073
29074 \begin_inset CommandInset ref
29075 LatexCommand ref
29076 reference "sec:Colored-Tables"
29077
29078 \end_inset
29079
29080 .
29081 \end_layout
29082
29083 \begin_layout Standard
29084 To have e.
29085 \begin_inset space \thinspace{}
29086 \end_inset
29087
29088 g.
29089 \begin_inset space ~
29090 \end_inset
29091
29092 a red background for a word, insert the command
29093 \end_layout
29094
29095 \begin_layout Standard
29096
29097 \series bold
29098
29099 \backslash
29100 colorbox{red}{
29101 \end_layout
29102
29103 \begin_layout Standard
29104 before the word in TeX-Code.
29105  Behind the word insert a closing brace 
29106 \begin_inset Quotes eld
29107 \end_inset
29108
29109
29110 \series bold
29111 }
29112 \series default
29113
29114 \begin_inset Quotes erd
29115 \end_inset
29116
29117  in TeX-Code.
29118 \begin_inset Newline newline
29119 \end_inset
29120
29121 This is the result:
29122 \end_layout
29123
29124 \begin_layout Standard
29125 This is a line where the word 
29126 \begin_inset ERT
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130
29131
29132 \backslash
29133 colorbox{red}{
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \begin_inset Quotes eld
29140 \end_inset
29141
29142 Attention!
29143 \begin_inset Quotes erd
29144 \end_inset
29145
29146
29147 \begin_inset ERT
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151
29152 }
29153 \end_layout
29154
29155 \end_inset
29156
29157  has a red background.
29158 \end_layout
29159
29160 \begin_layout Standard
29161 \begin_inset VSpace bigskip
29162 \end_inset
29163
29164 If you would have the box frame in a different color, you can use the command
29165  
29166 \series bold
29167
29168 \backslash
29169 fcolorbox
29170 \series default
29171  with the following scheme:
29172 \end_layout
29173
29174 \begin_layout Standard
29175
29176 \series bold
29177
29178 \backslash
29179 fcolorbox{frame color}{box color}{box content}
29180 \end_layout
29181
29182 \begin_layout Standard
29183
29184 \series bold
29185
29186 \backslash
29187 fcolorbox
29188 \series default
29189  is an extension to 
29190 \series bold
29191
29192 \backslash
29193 colorbox
29194 \series default
29195 .
29196  The frame thickness and the space between the frame and the box content
29197  can be adjusted with the lengths 
29198 \series bold
29199
29200 \backslash
29201 fboxrule
29202 \series default
29203  and 
29204 \series bold
29205
29206 \backslash
29207 fboxsep
29208 \series default
29209 , respectively, as described in section
29210 \begin_inset space ~
29211 \end_inset
29212
29213
29214 \begin_inset CommandInset ref
29215 LatexCommand ref
29216 reference "sec:Decoration"
29217
29218 \end_inset
29219
29220 .
29221 \end_layout
29222
29223 \begin_layout Standard
29224 For the following example the command
29225 \end_layout
29226
29227 \begin_layout Standard
29228
29229 \series bold
29230
29231 \backslash
29232 fcolorbox{cyan}{magenta}{
29233 \end_layout
29234
29235 \begin_layout Standard
29236 was used.
29237 \end_layout
29238
29239 \begin_layout Standard
29240 Here is an example where the frame line thickness was set to 1
29241 \begin_inset space \thinspace{}
29242 \end_inset
29243
29244 mm:
29245 \begin_inset Newline newline
29246 \end_inset
29247
29248
29249 \begin_inset ERT
29250 status collapsed
29251
29252 \begin_layout Plain Layout
29253
29254
29255 \backslash
29256 fboxrule 1mm 
29257 \backslash
29258 fboxsep 1mm
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \begin_inset ERT
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269
29270 \backslash
29271 fcolorbox{cyan}{magenta}{
29272 \end_layout
29273
29274 \end_inset
29275
29276 This is text within a colored, framed box.
29277 \begin_inset ERT
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281
29282 }
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 \begin_inset VSpace bigskip
29292 \end_inset
29293
29294 Of course you can also have colored text inside a colorbox:
29295 \begin_inset Newline newline
29296 \end_inset
29297
29298
29299 \begin_inset ERT
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303
29304
29305 \backslash
29306 fcolorbox{cyan}{magenta}{
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \color yellow
29313 This is colored text within a colored, framed box.
29314 \color none
29315
29316 \begin_inset ERT
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320
29321 }
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \begin_inset ERT
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331
29332
29333 \backslash
29334 fboxrule 0.4pt 
29335 \backslash
29336 fboxsep 3pt
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Standard
29345
29346 \series bold
29347 \begin_inset VSpace medskip
29348 \end_inset
29349
29350
29351 \end_layout
29352
29353 \begin_layout Standard
29354 \begin_inset Note Greyedout
29355 status open
29356
29357 \begin_layout Plain Layout
29358
29359 \series bold
29360 Note:
29361 \series default
29362  Text in colorboxes cannot have line breaks.
29363  To color multiple text lines or paragraphs, use a box inside a colorbox
29364  as described in the following.
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Subsection
29373 Color for Paragraphs
29374 \begin_inset CommandInset label
29375 LatexCommand label
29376 name "sub:Color-for-Paragraphs"
29377
29378 \end_inset
29379
29380
29381 \begin_inset Index
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385 Color ! for Paragraphs
29386 \end_layout
29387
29388 \end_inset
29389
29390
29391 \end_layout
29392
29393 \begin_layout Standard
29394 To set the background color for more than one text line, put the text into
29395  a minipage.
29396  Before the minipage insert the 
29397 \series bold
29398
29399 \backslash
29400 colorbox
29401 \series default
29402  command
29403 \end_layout
29404
29405 \begin_layout Standard
29406
29407 \series bold
29408
29409 \backslash
29410 colorbox{color}{
29411 \end_layout
29412
29413 \begin_layout Standard
29414 in TeX-Code.
29415  Behind the minipage insert a closing brace 
29416 \begin_inset Quotes eld
29417 \end_inset
29418
29419
29420 \series bold
29421 }
29422 \series default
29423
29424 \begin_inset Quotes erd
29425 \end_inset
29426
29427  in TeX-Code.
29428 \end_layout
29429
29430 \begin_layout Standard
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436
29437 \backslash
29438 colorbox{lightgrey}{
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \begin_inset Box Frameless
29445 position "t"
29446 hor_pos "c"
29447 has_inner_box 1
29448 inner_pos "t"
29449 use_parbox 0
29450 width "100col%"
29451 special "none"
29452 height "1in"
29453 height_special "totalheight"
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457 This is text with background color.
29458  This is text with background color.
29459 \end_layout
29460
29461 \begin_layout Plain Layout
29462 \begin_inset VSpace defskip
29463 \end_inset
29464
29465 The text can have footnotes
29466 \begin_inset Foot
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470 Another example footnote
29471 \end_layout
29472
29473 \end_inset
29474
29475  and can include tables and figures.
29476 \end_layout
29477
29478 \begin_layout Plain Layout
29479 \align center
29480 \begin_inset Tabular
29481 <lyxtabular version="3" rows="3" columns="3">
29482 <features>
29483 <column alignment="center" valignment="top" width="0">
29484 <column alignment="center" valignment="top" width="0">
29485 <column alignment="center" valignment="top" width="0">
29486 <row>
29487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29488 \begin_inset Text
29489
29490 \begin_layout Plain Layout
29491 a
29492 \end_layout
29493
29494 \end_inset
29495 </cell>
29496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29497 \begin_inset Text
29498
29499 \begin_layout Plain Layout
29500 !
29501 \end_layout
29502
29503 \end_inset
29504 </cell>
29505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Plain Layout
29509 3
29510 \end_layout
29511
29512 \end_inset
29513 </cell>
29514 </row>
29515 <row>
29516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29517 \begin_inset Text
29518
29519 \begin_layout Plain Layout
29520 <
29521 \end_layout
29522
29523 \end_inset
29524 </cell>
29525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29526 \begin_inset Text
29527
29528 \begin_layout Plain Layout
29529 b2
29530 \begin_inset Quotes erd
29531 \end_inset
29532
29533 |
29534 \end_layout
29535
29536 \end_inset
29537 </cell>
29538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29539 \begin_inset Text
29540
29541 \begin_layout Plain Layout
29542 >
29543 \end_layout
29544
29545 \end_inset
29546 </cell>
29547 </row>
29548 <row>
29549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29550 \begin_inset Text
29551
29552 \begin_layout Plain Layout
29553 1
29554 \end_layout
29555
29556 \end_inset
29557 </cell>
29558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29559 \begin_inset Text
29560
29561 \begin_layout Plain Layout
29562 §
29563 \end_layout
29564
29565 \end_inset
29566 </cell>
29567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29568 \begin_inset Text
29569
29570 \begin_layout Plain Layout
29571 c
29572 \end_layout
29573
29574 \end_inset
29575 </cell>
29576 </row>
29577 </lyxtabular>
29578
29579 \end_inset
29580
29581
29582 \end_layout
29583
29584 \end_inset
29585
29586
29587 \begin_inset ERT
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591
29592 }
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Section
29601 Rotated and Scaled Boxes
29602 \end_layout
29603
29604 \begin_layout Standard
29605 To use the the commands described in this section, the LaTeX-package 
29606 \series bold
29607 graphicx
29608 \series default
29609
29610 \begin_inset Index
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614 LaTeX-packages ! graphicx
29615 \end_layout
29616
29617 \end_inset
29618
29619  needs to be loaded in the document preamble with the command
29620 \end_layout
29621
29622 \begin_layout Standard
29623
29624 \series bold
29625
29626 \backslash
29627 @ifundefined{rotatebox}
29628 \begin_inset Newline newline
29629 \end_inset
29630
29631
29632 \begin_inset ERT
29633 status collapsed
29634
29635 \begin_layout Plain Layout
29636
29637
29638 \backslash
29639 hphantom{ }
29640 \end_layout
29641
29642 \end_inset
29643
29644 {
29645 \backslash
29646 usepackage{graphicx}}{}
29647 \end_layout
29648
29649 \begin_layout Standard
29650 \begin_inset Note Greyedout
29651 status open
29652
29653 \begin_layout Plain Layout
29654
29655 \series bold
29656 Note:
29657 \series default
29658  Some DVI-viewers can't display rotated or scaled material.
29659 \end_layout
29660
29661 \end_inset
29662
29663
29664 \end_layout
29665
29666 \begin_layout Standard
29667 \begin_inset Note Greyedout
29668 status open
29669
29670 \begin_layout Plain Layout
29671
29672 \series bold
29673 Note:
29674 \series default
29675  Floats mustn't be inside a rotated or scaled box.
29676 \end_layout
29677
29678 \end_inset
29679
29680
29681 \end_layout
29682
29683 \begin_layout Subsection
29684 Rotated Boxes
29685 \begin_inset Index
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689 Boxes ! rotated
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \begin_inset Index
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699 Rotated material
29700 \end_layout
29701
29702 \end_inset
29703
29704
29705 \begin_inset Index
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709 Figures ! rotated
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \begin_inset Index
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719 Table Customization ! Rotating
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \end_layout
29726
29727 \begin_layout Standard
29728 To rotate material, you can put it into a rotated box.
29729  Such a box is created using the command 
29730 \series bold
29731
29732 \backslash
29733 rotatebox
29734 \series default
29735  in TeX-Code with the following scheme:
29736 \end_layout
29737
29738 \begin_layout Standard
29739
29740 \series bold
29741
29742 \backslash
29743 rotatebox[rotation origin]{rotation angle}{box content}
29744 \end_layout
29745
29746 \begin_layout Standard
29747 The rotation origin is specified in the form 
29748 \series bold
29749 origin=position
29750 \series default
29751 .
29752  The following positions are possible: 
29753 \emph on
29754 c
29755 \emph default
29756  (center), 
29757 \emph on
29758 l
29759 \emph default
29760  (left), 
29761 \emph on
29762 r
29763 \emph default
29764  (right), 
29765 \emph on
29766 b
29767 \emph default
29768  (bottom), 
29769 \emph on
29770 t
29771 \emph default
29772  (top), and also expedient combinations of the four base positions.
29773  For example 
29774 \emph on
29775 lt
29776 \emph default
29777  means, that the rotation origin is at the top left corner of the box.
29778  When no rotation origin is specified, the position 
29779 \emph on
29780 l
29781 \emph default
29782  will be used.
29783  The rotation angle is a number that can be negative that specifies the
29784  angle in degrees.
29785  The rotation direction is counterclockwise.
29786 \end_layout
29787
29788 \begin_layout Standard
29789 In the following example the command 
29790 \series bold
29791
29792 \backslash
29793 rotatebox[origin=c]{60}{
29794 \series default
29795  was inserted as TeX-Code before the text 
29796 \begin_inset Quotes eld
29797 \end_inset
29798
29799 with rotated
29800 \begin_inset Quotes erd
29801 \end_inset
29802
29803 ; after the text the box was closed by a closing brace 
29804 \series bold
29805 }
29806 \series default
29807  in TeX-Code.
29808 \end_layout
29809
29810 \begin_layout Standard
29811 This is a line 
29812 \begin_inset ERT
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816
29817
29818 \backslash
29819 rotatebox[origin=c]{60}{
29820 \end_layout
29821
29822 \end_inset
29823
29824 with rotated
29825 \begin_inset ERT
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829
29830 }
29831 \end_layout
29832
29833 \end_inset
29834
29835  text.
29836 \end_layout
29837
29838 \begin_layout Standard
29839 The box content can also be another box or an inline formula:
29840 \end_layout
29841
29842 \begin_layout Standard
29843 This is a line
29844 \begin_inset ERT
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849
29850 \backslash
29851 rotatebox[origin=r]{-60}{
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \begin_inset Box Doublebox
29858 position "c"
29859 hor_pos "c"
29860 has_inner_box 0
29861 inner_pos "c"
29862 use_parbox 0
29863 width "1in"
29864 special "width"
29865 height "1in"
29866 height_special "totalheight"
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870 with rotated
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880
29881 }
29882 \end_layout
29883
29884 \end_inset
29885
29886  framed text 
29887 \begin_inset ERT
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891
29892
29893 \backslash
29894 rotatebox[origin=lb]{60}{
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29901 \end_inset
29902
29903
29904 \begin_inset ERT
29905 status collapsed
29906
29907 \begin_layout Plain Layout
29908
29909 }
29910 \end_layout
29911
29912 \end_inset
29913
29914  and a formula.
29915 \end_layout
29916
29917 \begin_layout Standard
29918 or an image or table:
29919 \end_layout
29920
29921 \begin_layout Standard
29922 This is a line
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928
29929 \backslash
29930 rotatebox[origin=lb]{90}{
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \begin_inset Graphics
29937         filename clipart/platypus.eps
29938         lyxscale 50
29939         width 25col%
29940
29941 \end_inset
29942
29943
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949 }
29950 \end_layout
29951
29952 \end_inset
29953
29954  with a rotated image 
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960
29961 \backslash
29962 rotatebox[origin=l]{-90}{
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Tabular
29969 <lyxtabular version="3" rows="2" columns="2">
29970 <features>
29971 <column alignment="center" valignment="top" width="0">
29972 <column alignment="center" valignment="top" width="0">
29973 <row>
29974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29975 \begin_inset Text
29976
29977 \begin_layout Plain Layout
29978 q
29979 \end_layout
29980
29981 \end_inset
29982 </cell>
29983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29984 \begin_inset Text
29985
29986 \begin_layout Plain Layout
29987 w
29988 \end_layout
29989
29990 \end_inset
29991 </cell>
29992 </row>
29993 <row>
29994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29995 \begin_inset Text
29996
29997 \begin_layout Plain Layout
29998 e
29999 \end_layout
30000
30001 \end_inset
30002 </cell>
30003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30004 \begin_inset Text
30005
30006 \begin_layout Plain Layout
30007 r
30008 \end_layout
30009
30010 \end_inset
30011 </cell>
30012 </row>
30013 </lyxtabular>
30014
30015 \end_inset
30016
30017
30018 \begin_inset ERT
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022
30023 }
30024 \end_layout
30025
30026 \end_inset
30027
30028  and table.
30029 \end_layout
30030
30031 \begin_layout Subsection
30032 Scaled Boxes
30033 \begin_inset Index
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037 Boxes ! scaled
30038 \end_layout
30039
30040 \end_inset
30041
30042
30043 \begin_inset Index
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047 Scaled material
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \begin_inset Index
30054 status collapsed
30055
30056 \begin_layout Plain Layout
30057 Figures ! scaled
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset Index
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067 Table Customization ! Scaling
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \end_layout
30074
30075 \begin_layout Standard
30076 To scale material the commands 
30077 \series bold
30078
30079 \backslash
30080 scalebox
30081 \series default
30082  and 
30083 \series bold
30084
30085 \backslash
30086 resizebox
30087 \series default
30088  can be used as TeX-Code.
30089 \end_layout
30090
30091 \begin_layout Standard
30092
30093 \series bold
30094
30095 \backslash
30096 scalebox
30097 \series default
30098  is used with the following scheme:
30099 \end_layout
30100
30101 \begin_layout Standard
30102
30103 \series bold
30104
30105 \backslash
30106 scalebox{horizontal}[vertical]{box content}
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Horizontal and vertical are the corresponding scaling factors.
30111  If no vertical scaling factor is given, the horizontal factor will also
30112  be used as vertical one.
30113 \end_layout
30114
30115 \begin_layout Standard
30116 The command 
30117 \series bold
30118
30119 \backslash
30120 scalebox{2}{Hello}
30121 \series default
30122  creates for example a double size 
30123 \begin_inset ERT
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127
30128
30129 \backslash
30130 scalebox{2}{
30131 \end_layout
30132
30133 \end_inset
30134
30135 Hello
30136 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140
30141 }
30142 \end_layout
30143
30144 \end_inset
30145
30146 , compared to the document text size.
30147 \end_layout
30148
30149 \begin_layout Standard
30150
30151 \series bold
30152
30153 \backslash
30154 scalebox{2}[1]{Hello}
30155 \series default
30156  in contrary distorts the 
30157 \begin_inset ERT
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162
30163 \backslash
30164 scalebox{2}[1]{
30165 \end_layout
30166
30167 \end_inset
30168
30169 Hello
30170 \begin_inset ERT
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174
30175 }
30176 \end_layout
30177
30178 \end_inset
30179
30180 .
30181 \end_layout
30182
30183 \begin_layout Standard
30184 If a the scaling factor is negative, the box content will be mirrored.
30185  Therefore the command 
30186 \series bold
30187
30188 \backslash
30189 scalebox{-1}[1]{Hello}
30190 \series default
30191  can be used to create mirror writing: 
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 scalebox{-1}[1]{
30200 \end_layout
30201
30202 \end_inset
30203
30204 Hello
30205 \begin_inset ERT
30206 status collapsed
30207
30208 \begin_layout Plain Layout
30209
30210 }
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Standard
30219
30220 \series bold
30221
30222 \backslash
30223 scalebox{1}[-1]{Hello}
30224 \series default
30225  reflects the 
30226 \begin_inset ERT
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230
30231
30232 \backslash
30233 scalebox{1}[-1]{
30234 \end_layout
30235
30236 \end_inset
30237
30238 Hello
30239 \begin_inset ERT
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244 }
30245 \end_layout
30246
30247 \end_inset
30248
30249  at the base line.
30250 \end_layout
30251
30252 \begin_layout Standard
30253 Equivalent to 
30254 \series bold
30255
30256 \backslash
30257 scalebox{-1}[1]{box content}
30258 \series default
30259  there exists the command
30260 \begin_inset Newline newline
30261 \end_inset
30262
30263
30264 \series bold
30265
30266 \backslash
30267 reflectbox{box content}
30268 \series default
30269 .
30270 \end_layout
30271
30272 \begin_layout Standard
30273 \begin_inset VSpace bigskip
30274 \end_inset
30275
30276 The command 
30277 \series bold
30278
30279 \backslash
30280 resizebox
30281 \series default
30282  is used to scale the box to a defined width and height.
30283  The command scheme is:
30284 \end_layout
30285
30286 \begin_layout Standard
30287
30288 \series bold
30289
30290 \backslash
30291 resizebox{width}{height}{box content}
30292 \end_layout
30293
30294 \begin_layout Standard
30295 Is one of the two command arguments given as exclamation mark 
30296 \series bold
30297 !
30298 \series default
30299 , the size is set so that the aspect ratio of the box content is kept.
30300 \end_layout
30301
30302 \begin_layout Standard
30303 The command 
30304 \series bold
30305
30306 \backslash
30307 resizebox{2cm}{1cm}{Hello}
30308 \series default
30309  produces: 
30310 \begin_inset ERT
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314
30315
30316 \backslash
30317 resizebox{2cm}{1cm}{
30318 \end_layout
30319
30320 \end_inset
30321
30322 Hello
30323 \begin_inset ERT
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327
30328 }
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \begin_inset Newline newline
30335 \end_inset
30336
30337 The command 
30338 \series bold
30339
30340 \backslash
30341 resizebox{2cm}{!}{Hello}
30342 \series default
30343  produces: 
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 resizebox{2cm}{!}{
30352 \end_layout
30353
30354 \end_inset
30355
30356 Hello
30357 \begin_inset ERT
30358 status collapsed
30359
30360 \begin_layout Plain Layout
30361
30362 }
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \end_layout
30369
30370 \begin_layout Standard
30371 \begin_inset VSpace bigskip
30372 \end_inset
30373
30374
30375 \begin_inset Note Greyedout
30376 status open
30377
30378 \begin_layout Plain Layout
30379
30380 \series bold
30381 Note:
30382 \series default
30383  When arguments of 
30384 \series bold
30385
30386 \backslash
30387 scalebox
30388 \series default
30389  or 
30390 \series bold
30391
30392 \backslash
30393 resizebox
30394 \series default
30395  are set to zero, no LaTeX-errors occur when exporting the document but
30396  the exported files can not or only partly be displayed.
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \end_layout
30403
30404 \begin_layout Standard
30405 \begin_inset VSpace bigskip
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 The boxes can be combined in any order.
30413  E.
30414 \begin_inset space \thinspace{}
30415 \end_inset
30416
30417 g.
30418 \begin_inset space ~
30419 \end_inset
30420
30421 the command
30422 \begin_inset Newline newline
30423 \end_inset
30424
30425
30426 \series bold
30427
30428 \backslash
30429 rotatebox[origin=c]{-45}{
30430 \backslash
30431 resizebox{2cm}{!}{
30432 \backslash
30433 reflectbox{Hello}}}
30434 \begin_inset Newline newline
30435 \end_inset
30436
30437
30438 \series default
30439 produces:
30440 \end_layout
30441
30442 \begin_layout Standard
30443 \align center
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449
30450 \backslash
30451 rotatebox[origin=c]{-45}{
30452 \backslash
30453 resizebox{2cm}{!}{
30454 \backslash
30455 reflectbox{
30456 \end_layout
30457
30458 \end_inset
30459
30460 Hello
30461 \begin_inset ERT
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465
30466 }}}
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \noindent
30476 Images, tables, and inline formulas are allowed as box content:
30477 \end_layout
30478
30479 \begin_layout Standard
30480 \align center
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486
30487 \backslash
30488 rotatebox[origin=c]{-30}{
30489 \backslash
30490 resizebox{2cm}{!}{
30491 \backslash
30492 reflectbox{
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Graphics
30499         filename clipart/platypus.eps
30500         lyxscale 50
30501         width 25col%
30502
30503 \end_inset
30504
30505
30506 \begin_inset ERT
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510
30511 }}}
30512 \end_layout
30513
30514 \end_inset
30515
30516
30517 \begin_inset ERT
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521
30522
30523 \backslash
30524 rotatebox[origin=c]{-45}{
30525 \backslash
30526 resizebox{2cm}{!}{
30527 \backslash
30528 reflectbox{
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \begin_inset Tabular
30535 <lyxtabular version="3" rows="2" columns="2">
30536 <features>
30537 <column alignment="center" valignment="top" width="0">
30538 <column alignment="center" valignment="top" width="0">
30539 <row>
30540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30541 \begin_inset Text
30542
30543 \begin_layout Plain Layout
30544 q
30545 \end_layout
30546
30547 \end_inset
30548 </cell>
30549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30550 \begin_inset Text
30551
30552 \begin_layout Plain Layout
30553 w
30554 \end_layout
30555
30556 \end_inset
30557 </cell>
30558 </row>
30559 <row>
30560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 e
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573 r
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 </row>
30579 </lyxtabular>
30580
30581 \end_inset
30582
30583
30584 \begin_inset ERT
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588
30589 }}}
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600
30601 \backslash
30602 rotatebox[origin=c]{-45}{
30603 \backslash
30604 resizebox{2cm}{!}{
30605 \backslash
30606 reflectbox{
30607 \end_layout
30608
30609 \end_inset
30610
30611
30612 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30613 \end_inset
30614
30615
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621 }}}
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Standard
30630 When the global formula style 
30631 \series bold
30632 fleqn
30633 \series default
30634  is used in the document
30635 \begin_inset Foot
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639 When 
30640 \begin_inset Quotes eld
30641 \end_inset
30642
30643 fleqn
30644 \begin_inset Quotes erd
30645 \end_inset
30646
30647  is added to the document class options.
30648 \end_layout
30649
30650 \end_inset
30651
30652 , also display formulas can be scaled.
30653 \end_layout
30654
30655 \begin_layout Chapter
30656 External Stuff
30657 \begin_inset Index
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661 External Stuff
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \end_layout
30668
30669 \begin_layout Standard
30670 With the menu 
30671 \family sans
30672 Insert\SpecialChar \menuseparator
30673 File
30674 \family default
30675  you can insert external material to your document.
30676  This can be:
30677 \end_layout
30678
30679 \begin_layout Description
30680 LyX
30681 \begin_inset space ~
30682 \end_inset
30683
30684 Document Another LyX document; its content is directly inserted to your
30685  document.
30686 \end_layout
30687
30688 \begin_layout Description
30689 Plain
30690 \begin_inset space ~
30691 \end_inset
30692
30693 Text A text document; every of its text lines is inserted to your document
30694  as own paragraph.
30695 \end_layout
30696
30697 \begin_layout Description
30698 Plain
30699 \begin_inset space ~
30700 \end_inset
30701
30702 Text,
30703 \begin_inset space ~
30704 \end_inset
30705
30706 Join
30707 \begin_inset space ~
30708 \end_inset
30709
30710 Lines A text document; its text lines are inserted as they are.
30711  Empty text lines creates a new paragraph in your document.
30712 \end_layout
30713
30714 \begin_layout Description
30715 External
30716 \begin_inset space ~
30717 \end_inset
30718
30719 Material Files in various formats.
30720 \end_layout
30721
30722 \begin_layout Description
30723 Child
30724 \begin_inset space ~
30725 \end_inset
30726
30727 Document LyX or LaTeX-documents.
30728 \end_layout
30729
30730 \begin_layout Section
30731 External Material
30732 \begin_inset Index
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736 External Stuff ! External Material
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \begin_layout Standard
30745 The external material feature allows you to insert files to your document
30746  without converting them previously to a format that can be read by the
30747  document output format because LyX takes care of needed conversions.
30748  This is similar to images that can be inserted in various image formats
30749  to LyX documents.
30750 \end_layout
30751
30752 \begin_layout Standard
30753 External material can be inserted via the 
30754 \family sans
30755 External Material
30756 \family default
30757  dialog that is accessible with the menu 
30758 \family sans
30759 Insert\SpecialChar \menuseparator
30760 File\SpecialChar \menuseparator
30761 External
30762 \begin_inset space ~
30763 \end_inset
30764
30765 Material
30766 \family default
30767 .
30768  Currently the following file types (
30769 \family sans
30770 Templates
30771 \family default
30772 ) are allowed:
30773 \end_layout
30774
30775 \begin_layout Description
30776 ChessDiagram This template supports chess position diagrams made with the
30777  program 
30778 \series bold
30779
30780 \begin_inset CommandInset href
30781 LatexCommand href
30782 name "XBoard"
30783 target "http://en.wikipedia.org/wiki/XBoard"
30784
30785 \end_inset
30786
30787
30788 \series default
30789 .
30790 \end_layout
30791
30792 \begin_layout Description
30793 Date This inserts the date in the form 
30794 \emph on
30795 Day-Month-Year
30796 \emph default
30797 .
30798  This is a date inserted as external material: 
30799 \begin_inset External
30800         template Date
30801         filename .
30802
30803 \end_inset
30804
30805
30806 \begin_inset space ~
30807 \end_inset
30808
30809
30810 \begin_inset Note Note
30811 status open
30812
30813 \begin_layout Plain Layout
30814 Remove the protected space when bug 4398 is fixed!
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \begin_inset Newline newline
30821 \end_inset
30822
30823 The date is not shown within LyX, only in the output.
30824  There are two other methods of inserting a date: Via menu 
30825 \family sans
30826 Insert\SpecialChar \menuseparator
30827 Date
30828 \family default
30829  and with the LaTeX command 
30830 \series bold
30831
30832 \backslash
30833 today
30834 \series default
30835  as TeX-Code.
30836  The different methods are compared in Table
30837 \begin_inset space ~
30838 \end_inset
30839
30840
30841 \begin_inset CommandInset ref
30842 LatexCommand ref
30843 reference "tab:Comparison-of-the"
30844
30845 \end_inset
30846
30847 .
30848 \end_layout
30849
30850 \begin_layout Description
30851 LilyPond This template is used for music notation typeset with the program
30852 \begin_inset Newline linebreak
30853 \end_inset
30854
30855
30856 \series bold
30857
30858 \begin_inset CommandInset href
30859 LatexCommand href
30860 name "LilyPond"
30861 target "http://en.wikipedia.org/wiki/LilyPond"
30862
30863 \end_inset
30864
30865
30866 \series default
30867 .
30868 \end_layout
30869
30870 \begin_layout Description
30871 PDFPages With this template you can insert PDF documents to your document.
30872  To insert certain or all pages of a PDF, use the 
30873 \emph on
30874 pages
30875 \emph default
30876  option in the 
30877 \family sans
30878 Option
30879 \family default
30880  field in the 
30881 \family sans
30882 LaTeX and LyX options
30883 \family default
30884  tab according to the template description in the dialog.
30885  When no 
30886 \emph on
30887 pages
30888 \emph default
30889  option is given, only the first page of the PDF will be inserted.
30890 \end_layout
30891
30892 \begin_layout Description
30893 RasterImage This can be used for bitmap images.
30894  Nearly all popular image formats are supported.
30895  The image can be treated in the 
30896 \family sans
30897 External material
30898 \family default
30899  dialog like the images that are usually included via the 
30900 \family sans
30901 Graphics
30902 \family default
30903  dialog as described in section
30904 \begin_inset space ~
30905 \end_inset
30906
30907
30908 \begin_inset CommandInset ref
30909 LatexCommand ref
30910 reference "sec:Graphics-Dialog"
30911
30912 \end_inset
30913
30914 .
30915  The difference is that only raster images are allowed, that means that
30916  PDF and EPS-images are not supported.
30917 \end_layout
30918
30919 \begin_layout Description
30920 XFig This template supports images created with the program 
30921 \series bold
30922
30923 \begin_inset CommandInset href
30924 LatexCommand href
30925 name "Xfig"
30926 target "http://en.wikipedia.org/wiki/Xfig"
30927
30928 \end_inset
30929
30930
30931 \series default
30932 .
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset Float table
30937 placement h
30938 wide false
30939 sideways false
30940 status open
30941
30942 \begin_layout Plain Layout
30943 \begin_inset Caption
30944
30945 \begin_layout Plain Layout
30946 \begin_inset CommandInset label
30947 LatexCommand label
30948 name "tab:Comparison-of-the"
30949
30950 \end_inset
30951
30952 Comparison of the date input methods.
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Plain Layout
30961 \align center
30962 \begin_inset Tabular
30963 <lyxtabular version="3" rows="4" columns="4">
30964 <features>
30965 <column alignment="center" valignment="top" width="0">
30966 <column alignment="center" valignment="top" width="0">
30967 <column alignment="center" valignment="top" width="0">
30968 <column alignment="center" valignment="top" width="0">
30969 <row>
30970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30971 \begin_inset Text
30972
30973 \begin_layout Plain Layout
30974 Document format
30975 \end_layout
30976
30977 \end_inset
30978 </cell>
30979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30980 \begin_inset Text
30981
30982 \begin_layout Plain Layout
30983
30984 \family sans
30985 External Material\SpecialChar \menuseparator
30986 Date
30987 \end_layout
30988
30989 \end_inset
30990 </cell>
30991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30992 \begin_inset Text
30993
30994 \begin_layout Plain Layout
30995
30996 \family sans
30997 Insert\SpecialChar \menuseparator
30998 Date
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31004 \begin_inset Text
31005
31006 \begin_layout Plain Layout
31007 command 
31008 \series bold
31009
31010 \backslash
31011 today
31012 \end_layout
31013
31014 \end_inset
31015 </cell>
31016 </row>
31017 <row>
31018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31019 \begin_inset Text
31020
31021 \begin_layout Plain Layout
31022 LyX
31023 \end_layout
31024
31025 \end_inset
31026 </cell>
31027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31028 \begin_inset Text
31029
31030 \begin_layout Plain Layout
31031 as inset box
31032 \end_layout
31033
31034 \end_inset
31035 </cell>
31036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31037 \begin_inset Text
31038
31039 \begin_layout Plain Layout
31040 as date
31041 \end_layout
31042
31043 \end_inset
31044 </cell>
31045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31046 \begin_inset Text
31047
31048 \begin_layout Plain Layout
31049 as TeX-Code inset box
31050 \end_layout
31051
31052 \end_inset
31053 </cell>
31054 </row>
31055 <row>
31056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31057 \begin_inset Text
31058
31059 \begin_layout Plain Layout
31060 LaTeX
31061 \end_layout
31062
31063 \end_inset
31064 </cell>
31065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31066 \begin_inset Text
31067
31068 \begin_layout Plain Layout
31069 as date
31070 \end_layout
31071
31072 \end_inset
31073 </cell>
31074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31075 \begin_inset Text
31076
31077 \begin_layout Plain Layout
31078 as date
31079 \end_layout
31080
31081 \end_inset
31082 </cell>
31083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31084 \begin_inset Text
31085
31086 \begin_layout Plain Layout
31087 as command
31088 \end_layout
31089
31090 \end_inset
31091 </cell>
31092 </row>
31093 <row>
31094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31095 \begin_inset Text
31096
31097 \begin_layout Plain Layout
31098 DVI, PDF, PS
31099 \end_layout
31100
31101 \end_inset
31102 </cell>
31103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31104 \begin_inset Text
31105
31106 \begin_layout Plain Layout
31107 as date
31108 \end_layout
31109
31110 \end_inset
31111 </cell>
31112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31113 \begin_inset Text
31114
31115 \begin_layout Plain Layout
31116 as date
31117 \end_layout
31118
31119 \end_inset
31120 </cell>
31121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31122 \begin_inset Text
31123
31124 \begin_layout Plain Layout
31125 as date
31126 \end_layout
31127
31128 \end_inset
31129 </cell>
31130 </row>
31131 </lyxtabular>
31132
31133 \end_inset
31134
31135
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \end_layout
31142
31143 \begin_layout Standard
31144 When you use the option 
31145 \family sans
31146 Draft
31147 \family default
31148  in the 
31149 \family sans
31150 File
31151 \family default
31152  tab of the 
31153 \family sans
31154 External Material
31155 \family default
31156  dialog, only the path to the inserted file is shown in the output.
31157 \begin_inset Newline newline
31158 \end_inset
31159
31160 External material is displayed in LyX either as box like this: 
31161 \begin_inset Graphics
31162         filename clipart/ExternalMaterialQt4.png
31163         scale 85
31164         scaleBeforeRotation
31165
31166 \end_inset
31167
31168  or as image, depending on the option 
31169 \family sans
31170 Show in LyX
31171 \family default
31172  in the 
31173 \family sans
31174 LaTeX and LyX options
31175 \family default
31176  tab of the dialog.
31177 \end_layout
31178
31179 \begin_layout Standard
31180 The 
31181 \family sans
31182 \emph on
31183 Customization
31184 \family default
31185 \emph default
31186  manual explains how you can define your own templates.
31187 \end_layout
31188
31189 \begin_layout Section
31190 Child Documents
31191 \begin_inset CommandInset label
31192 LatexCommand label
31193 name "sec:Child-Documents"
31194
31195 \end_inset
31196
31197
31198 \begin_inset Index
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202 External Stuff ! Child Documents
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \begin_inset Index
31209 status collapsed
31210
31211 \begin_layout Plain Layout
31212 Files ! Include
31213 \end_layout
31214
31215 \end_inset
31216
31217
31218 \end_layout
31219
31220 \begin_layout Standard
31221 Child documents are used when you have a long document consisting of several
31222  larger parts or sections.
31223  For maintenance it is often useful and sometimes even required to split
31224  the document in several files that can be revised separately.
31225  The different documents are then the so called child documents and a master
31226  document connects them to print the full document or parts of it.
31227 \end_layout
31228
31229 \begin_layout Standard
31230 Included documents are displayed in LyX as a box like this: 
31231 \begin_inset Graphics
31232         filename clipart/ChildDocumentQt4.png
31233         scale 85
31234         scaleBeforeRotation
31235
31236 \end_inset
31237
31238  To include child documents to a master document use the menu 
31239 \family sans
31240 Insert\SpecialChar \menuseparator
31241 File\SpecialChar \menuseparator
31242 Child
31243 \begin_inset space ~
31244 \end_inset
31245
31246 Documents
31247 \family default
31248 .
31249  A dialog pops up where you can choose between four include methods:
31250 \end_layout
31251
31252 \begin_layout Description
31253 Include You can include LyX and LaTeX-documents.
31254  When you press the 
31255 \family sans
31256 Load
31257 \family default
31258  button in the 
31259 \family sans
31260 Child Document
31261 \family default
31262  dialog, the included documents will be opened in LyX in a new file tab
31263  so that you can modify it.
31264 \begin_inset Newline newline
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \begin_layout Standard
31271 Here is a child document inserted using 
31272 \family sans
31273 Include
31274 \family default
31275
31276 \begin_inset CommandInset include
31277 LatexCommand include
31278 filename "DummyDocument1.lyx"
31279
31280 \end_inset
31281
31282
31283 \end_layout
31284
31285 \begin_layout Standard
31286 The section numbering includes the sections of the included files in the
31287  order they are inserted in the master document.
31288  The included example document has for example a subsection that is numbered
31289  as subsection of this section.
31290  Labels of included documents can be referenced: Subsection
31291 \begin_inset space ~
31292 \end_inset
31293
31294
31295 \begin_inset CommandInset ref
31296 LatexCommand ref
31297 reference "sub:External-Subsection-1"
31298
31299 \end_inset
31300
31301
31302 \end_layout
31303
31304 \begin_layout Standard
31305 The preamble of the child document is ignored, only the preamble of the
31306  master document is used.
31307  Included documents are inserted starting on a new page and end with a page
31308  break.
31309 \end_layout
31310
31311 \begin_layout Standard
31312 With the LaTeX-command 
31313 \series bold
31314
31315 \backslash
31316 includeonly 
31317 \series default
31318 you can specify which included child documents are processed when the output
31319  is generated.
31320  This is useful when you are perhaps only working on a certain chapter of
31321  your large document as this saves compiling time.
31322  
31323 \series bold
31324
31325 \backslash
31326 includeonly
31327 \series default
31328  is inserted to the master document preamble.
31329  It takes a comma-separated list of the filenames as argument, e.g.
31330 \end_layout
31331
31332 \begin_layout Standard
31333
31334 \series bold
31335
31336 \backslash
31337 includeonly{chapter1,chapter5}
31338 \end_layout
31339
31340 \begin_layout Standard
31341 will only process the included files named 
31342 \begin_inset Quotes eld
31343 \end_inset
31344
31345 chapter1.lyx
31346 \begin_inset Quotes erd
31347 \end_inset
31348
31349  (or 
31350 \begin_inset Quotes eld
31351 \end_inset
31352
31353 chapter1.tex
31354 \begin_inset Quotes erd
31355 \end_inset
31356
31357 ) and 
31358 \begin_inset Quotes eld
31359 \end_inset
31360
31361 chapter5.lyx
31362 \begin_inset Quotes erd
31363 \end_inset
31364
31365  .
31366 \end_layout
31367
31368 \begin_layout Standard
31369 \begin_inset Note Greyedout
31370 status open
31371
31372 \begin_layout Plain Layout
31373
31374 \series bold
31375 Note:
31376 \series default
31377  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31378 w the document in case that the child document uses another document class
31379  than the master document as this will lead to unexpected outputs.
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \end_layout
31386
31387 \begin_layout Description
31388 Input This method is very similar to the Include method.
31389  The differences are:
31390 \end_layout
31391
31392 \begin_deeper
31393 \begin_layout Itemize
31394 Input files don't start with a new page and don't end with a page break.
31395 \end_layout
31396
31397 \begin_layout Itemize
31398 Input files can be previewed in LyX when 
31399 \family sans
31400 Instant
31401 \begin_inset space ~
31402 \end_inset
31403
31404 Preview
31405 \family default
31406  is enabled in LyX's preferences under 
31407 \family sans
31408 Look
31409 \begin_inset space ~
31410 \end_inset
31411
31412 and
31413 \begin_inset space ~
31414 \end_inset
31415
31416 feel\SpecialChar \menuseparator
31417 Graphics
31418 \family default
31419 .
31420 \end_layout
31421
31422 \begin_layout Itemize
31423 The LaTeX-command 
31424 \series bold
31425
31426 \backslash
31427 includeonly
31428 \series default
31429  cannot be used.
31430 \end_layout
31431
31432 \end_deeper
31433 \begin_layout Standard
31434 Here is a child document inserted using 
31435 \family sans
31436 Input
31437 \family default
31438
31439 \begin_inset CommandInset include
31440 LatexCommand input
31441 filename "DummyDocument2.lyx"
31442
31443 \end_inset
31444
31445
31446 \end_layout
31447
31448 \begin_layout Description
31449 Verbatim With this method every text file can be included.
31450  The file is shown in the output with its source code, no command used in
31451  the text is invoked.
31452  You can use the option 
31453 \family sans
31454 Mark spaces in output
31455 \family default
31456  that displays the character 
31457 \begin_inset Quotes eld
31458 \end_inset
31459
31460
31461 \begin_inset ERT
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465
31466
31467 \backslash
31468 textvisiblespace 
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \begin_inset Quotes erd
31475 \end_inset
31476
31477  for every space character in the source code.
31478  The difference to the method via the menu 
31479 \family sans
31480 Insert\SpecialChar \menuseparator
31481 File\SpecialChar \menuseparator
31482 Plain
31483 \begin_inset space ~
31484 \end_inset
31485
31486 Text
31487 \family default
31488  is that the document content is not shown in LyX.
31489 \end_layout
31490
31491 \begin_layout Standard
31492 Here is a child document inserted as Verbatim: 
31493 \begin_inset CommandInset include
31494 LatexCommand verbatiminput
31495 filename "DummyTextDocument.txt"
31496
31497 \end_inset
31498
31499
31500 \begin_inset VSpace bigskip
31501 \end_inset
31502
31503 Here is a child document inserted as Verbatim using the 
31504 \family sans
31505 Mark spaces in output
31506 \family default
31507  option: 
31508 \begin_inset CommandInset include
31509 LatexCommand verbatiminput*
31510 filename "DummyTextDocument.txt"
31511
31512 \end_inset
31513
31514
31515 \end_layout
31516
31517 \begin_layout Standard
31518 \begin_inset VSpace bigskip
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \begin_layout Standard
31525 \begin_inset Note Greyedout
31526 status open
31527
31528 \begin_layout Plain Layout
31529
31530 \series bold
31531 Note:
31532 \series default
31533  As you can see in the examples above, the text of the documents included
31534  as 
31535 \family sans
31536 verbatim
31537 \family default
31538  is not broken at the end of the document lines.
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \begin_layout Description
31547 Listings This type is described in chapter
31548 \begin_inset space ~
31549 \end_inset
31550
31551
31552 \begin_inset CommandInset ref
31553 LatexCommand ref
31554 reference "cha:Program-Code-Listings"
31555
31556 \end_inset
31557
31558 .
31559 \end_layout
31560
31561 \begin_layout Standard
31562 \begin_inset Note Greyedout
31563 status open
31564
31565 \begin_layout Plain Layout
31566
31567 \series bold
31568 Note:
31569 \series default
31570  Including the same document twice in a document using different methods
31571  could cause LaTeX-problems.
31572 \end_layout
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \begin_layout Chapter
31580 Program Code Listings
31581 \begin_inset CommandInset label
31582 LatexCommand label
31583 name "cha:Program-Code-Listings"
31584
31585 \end_inset
31586
31587
31588 \begin_inset Index
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592 Listings
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Index
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602 Program Code
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \begin_inset Index
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612 Floats ! Listings
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \begin_layout Standard
31621 To include and typeset program code you can use the 
31622 \family sans
31623 Listings
31624 \family default
31625  inset that can be inserted via the menu 
31626 \family sans
31627 Insert\SpecialChar \menuseparator
31628 Program Listing
31629 \family default
31630 .
31631  The LaTeX-package 
31632 \series bold
31633 listings
31634 \series default
31635
31636 \begin_inset Index
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640 LaTeX-packages ! listings
31641 \end_layout
31642
31643 \end_inset
31644
31645  provides a powerful and flexible way to insert program source code to your
31646  document.
31647 \end_layout
31648
31649 \begin_layout Standard
31650 Right-clicking on a listings inset opens the context menu containing where
31651  you can set the listings format.
31652 \end_layout
31653
31654 \begin_layout Standard
31655 By default, a listing starts a new paragraph in the output.
31656  The placement option 
31657 \family sans
31658 Inline
31659 \begin_inset space ~
31660 \end_inset
31661
31662 listing
31663 \family default
31664  prints the listing inline like this: 
31665 \begin_inset listings
31666 lstparams "language={C++}"
31667 inline true
31668 status open
31669
31670 \begin_layout Plain Layout
31671
31672 int a=5;
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \begin_inset Newline newline
31679 \end_inset
31680
31681 The option 
31682 \family sans
31683 Float
31684 \family default
31685  creates a listings float where you can specify the placement options 
31686 \begin_inset Quotes eld
31687 \end_inset
31688
31689
31690 \family sans
31691 h
31692 \family default
31693
31694 \begin_inset Quotes erd
31695 \end_inset
31696
31697
31698 \begin_inset Quotes eld
31699 \end_inset
31700
31701
31702 \family sans
31703 t
31704 \family default
31705
31706 \begin_inset Quotes erd
31707 \end_inset
31708
31709
31710 \begin_inset Quotes eld
31711 \end_inset
31712
31713
31714 \family sans
31715 b
31716 \family default
31717
31718 \begin_inset Quotes erd
31719 \end_inset
31720
31721 , and 
31722 \begin_inset Quotes eld
31723 \end_inset
31724
31725
31726 \family sans
31727 p
31728 \family default
31729
31730 \begin_inset Quotes erd
31731 \end_inset
31732
31733  corresponding to the float placement options described in section
31734 \begin_inset space ~
31735 \end_inset
31736
31737
31738 \begin_inset CommandInset ref
31739 LatexCommand ref
31740 reference "sec:Float-Placement"
31741
31742 \end_inset
31743
31744 .
31745  The placement options can be mixed and are inserted without any separation,
31746  e.
31747 \begin_inset space \thinspace{}
31748 \end_inset
31749
31750 g.
31751 \begin_inset space ~
31752 \end_inset
31753
31754
31755 \begin_inset Quotes eld
31756 \end_inset
31757
31758
31759 \family sans
31760 htbp
31761 \family default
31762
31763 \begin_inset Quotes erd
31764 \end_inset
31765
31766 .
31767  The option 
31768 \begin_inset Quotes eld
31769 \end_inset
31770
31771 h
31772 \begin_inset Quotes erd
31773 \end_inset
31774
31775  has sometimes no effect, but you don't need to use the 
31776 \family sans
31777 Float
31778 \family default
31779  option in this case as also non-float listings can have captions and be
31780  referenced.
31781 \end_layout
31782
31783 \begin_layout Standard
31784 You can add captions to listings with the menu 
31785 \family sans
31786 Insert\SpecialChar \menuseparator
31787 Caption
31788 \family default
31789 .
31790  Listings can be referenced like floats: Listing
31791 \begin_inset space ~
31792 \end_inset
31793
31794
31795 \begin_inset CommandInset ref
31796 LatexCommand ref
31797 reference "lst:Example-Listing"
31798
31799 \end_inset
31800
31801
31802 \end_layout
31803
31804 \begin_layout Standard
31805 \begin_inset listings
31806 lstparams "language=Python"
31807 inline false
31808 status open
31809
31810 \begin_layout Plain Layout
31811
31812 \begin_inset Caption
31813
31814 \begin_layout Plain Layout
31815 \begin_inset CommandInset label
31816 LatexCommand label
31817 name "lst:Example-Listing"
31818
31819 \end_inset
31820
31821 Example Listing float
31822 \end_layout
31823
31824 \end_inset
31825
31826 # Example listing float
31827 \end_layout
31828
31829 \begin_layout Plain Layout
31830
31831 def func(param):
31832 \end_layout
31833
31834 \begin_layout Plain Layout
31835
31836     'this is a python function'
31837 \end_layout
31838
31839 \begin_layout Plain Layout
31840
31841     pass
31842 \end_layout
31843
31844 \end_inset
31845
31846
31847 \end_layout
31848
31849 \begin_layout Standard
31850 When you have set a programming language in the listings dialog, the keywords
31851  of this language will be recognized and specially typeset in the output.
31852  In the example listings the Python keyword 
31853 \begin_inset Quotes eld
31854 \end_inset
31855
31856 def
31857 \begin_inset Quotes erd
31858 \end_inset
31859
31860  is recognized and printed bold in the output.
31861 \end_layout
31862
31863 \begin_layout Standard
31864 \begin_inset Note Greyedout
31865 status open
31866
31867 \begin_layout Plain Layout
31868
31869 \series bold
31870 Note:
31871 \series default
31872  If you don't get bold keywords when using typewriter fonts, your 
31873 \family typewriter
31874 typewriter
31875 \family default
31876  font probably doesn't provide a bold shape.
31877  In this case select a different one in the menu 
31878 \family sans
31879 Document\SpecialChar \menuseparator
31880 Settings\SpecialChar \menuseparator
31881 Fonts
31882 \family default
31883 .
31884  (The fonts 
31885 \emph on
31886 LuxiMono, BeraMono
31887 \emph default
31888  and 
31889 \emph on
31890 Courier
31891 \emph default
31892  provide bold shapes.)
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \begin_layout Standard
31901 In section 
31902 \family sans
31903 Line
31904 \begin_inset space ~
31905 \end_inset
31906
31907 numbering
31908 \family default
31909  of the listings dialog you can specify the line numbering style.
31910  You can insert a number to specify which lines are numbered to the field
31911  
31912 \family sans
31913 Step
31914 \family default
31915 .
31916  When you insert e.g.
31917  
31918 \begin_inset Quotes eld
31919 \end_inset
31920
31921 3
31922 \begin_inset Quotes erd
31923 \end_inset
31924
31925 , only every 3rd line will be numbered.
31926 \end_layout
31927
31928 \begin_layout Standard
31929 You can furthermore specify a range of lines, only these will then appear
31930  in the output.
31931  The option 
31932 \family sans
31933 Extended character table
31934 \family default
31935  should be used when you use national characters like the German umlauts
31936  in the listing.
31937 \begin_inset Newline newline
31938 \end_inset
31939
31940 Here is an example listing with left line numbering, step 
31941 \begin_inset Quotes eld
31942 \end_inset
31943
31944 3
31945 \begin_inset Quotes erd
31946 \end_inset
31947
31948 , language 
31949 \begin_inset Quotes eld
31950 \end_inset
31951
31952 Python
31953 \begin_inset Quotes erd
31954 \end_inset
31955
31956 , options 
31957 \begin_inset Quotes eld
31958 \end_inset
31959
31960 Extended character table
31961 \begin_inset Quotes erd
31962 \end_inset
31963
31964  and 
31965 \begin_inset Quotes eld
31966 \end_inset
31967
31968 Space
31969 \begin_inset space ~
31970 \end_inset
31971
31972 as
31973 \begin_inset space ~
31974 \end_inset
31975
31976 symbol
31977 \begin_inset Quotes erd
31978 \end_inset
31979
31980 , range lines 3
31981 \begin_inset space \thinspace{}
31982 \end_inset
31983
31984 -
31985 \begin_inset space \thinspace{}
31986 \end_inset
31987
31988 8:
31989 \end_layout
31990
31991 \begin_layout Standard
31992 \begin_inset listings
31993 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31994 inline false
31995 status open
31996
31997 \begin_layout Plain Layout
31998
31999 def func(param):
32000 \end_layout
32001
32002 \begin_layout Plain Layout
32003
32004     'this is a python function'
32005 \end_layout
32006
32007 \begin_layout Plain Layout
32008
32009     pass
32010 \end_layout
32011
32012 \begin_layout Plain Layout
32013
32014 def func(param):
32015 \end_layout
32016
32017 \begin_layout Plain Layout
32018
32019 'This is a German word: Tschüß'
32020 \end_layout
32021
32022 \begin_layout Plain Layout
32023
32024 pass
32025 \end_layout
32026
32027 \begin_layout Plain Layout
32028
32029 def func(param):
32030 \end_layout
32031
32032 \begin_layout Plain Layout
32033
32034 'this is a python function'
32035 \end_layout
32036
32037 \begin_layout Plain Layout
32038
32039 pass
32040 \end_layout
32041
32042 \end_inset
32043
32044
32045 \end_layout
32046
32047 \begin_layout Standard
32048 When you have tabulators in your listing, you can specify the number of
32049  characters that are spanned by a tabulator in the field 
32050 \family sans
32051 Tabulator
32052 \begin_inset space ~
32053 \end_inset
32054
32055 size
32056 \family default
32057 .
32058 \end_layout
32059
32060 \begin_layout Standard
32061 \begin_inset Note Greyedout
32062 status open
32063
32064 \begin_layout Plain Layout
32065
32066 \series bold
32067 Note:
32068 \series default
32069  Due to a bug in the 
32070 \series bold
32071 listings
32072 \series default
32073  package the line numbering is shifted by a line by every previous listing.
32074  That's the reason why the lines 2 and 5 are numbered in the above listing
32075  and not the lines 3 and 6.
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \end_layout
32082
32083 \begin_layout Standard
32084 \begin_inset VSpace bigskip
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Standard
32091 It is also possible to print lines from a file as listing.
32092  To do this, use the menu 
32093 \family sans
32094 Insert\SpecialChar \menuseparator
32095 File\SpecialChar \menuseparator
32096 Child Document
32097 \family default
32098  and choose the type 
32099 \family sans
32100 Listings
32101 \family default
32102 .
32103 \begin_inset Foot
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107 The other child document types are described in section
32108 \begin_inset space ~
32109 \end_inset
32110
32111
32112 \begin_inset CommandInset ref
32113 LatexCommand ref
32114 reference "sec:Child-Documents"
32115
32116 \end_inset
32117
32118 .
32119 \end_layout
32120
32121 \end_inset
32122
32123  In the child document dialog you can specify the listing parameters in
32124  a text box.
32125  To show a list of all available parameters, type in a question mark 
32126 \begin_inset Quotes eld
32127 \end_inset
32128
32129 ?
32130 \begin_inset Quotes erd
32131 \end_inset
32132
32133  in the text box.
32134 \end_layout
32135
32136 \begin_layout Standard
32137 To reference child document listings, write a label text into the corresponding
32138  field of the child document dialog.
32139  The label can then be referenced using the menu 
32140 \family sans
32141 Insert\SpecialChar \menuseparator
32142 Cross-Reference
32143 \family default
32144 .
32145 \end_layout
32146
32147 \begin_layout Standard
32148 Listing
32149 \begin_inset space ~
32150 \end_inset
32151
32152
32153 \begin_inset CommandInset ref
32154 LatexCommand ref
32155 reference "lst:file-listing"
32156
32157 \end_inset
32158
32159  is an example for a listing of a file; there the lines 10
32160 \begin_inset space \thinspace{}
32161 \end_inset
32162
32163 -
32164 \begin_inset space \thinspace{}
32165 \end_inset
32166
32167 15 of this LyX file are listed.
32168 \end_layout
32169
32170 \begin_layout Standard
32171 \begin_inset CommandInset include
32172 LatexCommand lstinputlisting
32173 filename "EmbeddedObjects.lyx"
32174 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32175
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \begin_layout Standard
32182 \begin_inset VSpace bigskip
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Standard
32189 Global listings settings can be set in the 
32190 \family sans
32191 Document\SpecialChar \menuseparator
32192 Settings\SpecialChar \menuseparator
32193 Text Layout
32194 \family default
32195  dialog.
32196  To get there a list of available options, type in a question mark 
32197 \begin_inset Quotes eld
32198 \end_inset
32199
32200 ?
32201 \begin_inset Quotes erd
32202 \end_inset
32203
32204  in the 
32205 \family sans
32206 Listings
32207 \begin_inset space ~
32208 \end_inset
32209
32210 settings
32211 \family default
32212  field.
32213 \end_layout
32214
32215 \begin_layout Standard
32216 For more information about the 
32217 \series bold
32218 listings
32219 \series default
32220  package, we refer to its documentation 
32221 \begin_inset CommandInset citation
32222 LatexCommand cite
32223 key "listings"
32224
32225 \end_inset
32226
32227 .
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset Newpage newpage
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Chapter
32238 \start_of_appendix
32239 Units available in LyX
32240 \begin_inset Index
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244 Units
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \begin_inset CommandInset label
32251 LatexCommand label
32252 name "cha:Units-available-in"
32253
32254 \end_inset
32255
32256
32257 \end_layout
32258
32259 \begin_layout Standard
32260 To understand the units described in this documentation, Table
32261 \begin_inset space ~
32262 \end_inset
32263
32264
32265 \begin_inset CommandInset ref
32266 LatexCommand ref
32267 reference "tab:Units"
32268
32269 \end_inset
32270
32271  explains all units available in LyX.
32272 \end_layout
32273
32274 \begin_layout Standard
32275 \begin_inset Float table
32276 placement h
32277 wide false
32278 sideways false
32279 status open
32280
32281 \begin_layout Plain Layout
32282 \begin_inset Caption
32283
32284 \begin_layout Plain Layout
32285 \begin_inset CommandInset label
32286 LatexCommand label
32287 name "tab:Units"
32288
32289 \end_inset
32290
32291 Units
32292 \end_layout
32293
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \begin_layout Plain Layout
32300 \begin_inset VSpace medskip
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \begin_layout Plain Layout
32307 \align center
32308 \begin_inset Tabular
32309 <lyxtabular version="3" rows="20" columns="2">
32310 <features>
32311 <column alignment="center" valignment="top" width="0">
32312 <column alignment="center" valignment="top" width="0">
32313 <row>
32314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout Plain Layout
32318 unit
32319 \end_layout
32320
32321 \end_inset
32322 </cell>
32323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32324 \begin_inset Text
32325
32326 \begin_layout Plain Layout
32327 name/description
32328 \end_layout
32329
32330 \end_inset
32331 </cell>
32332 </row>
32333 <row>
32334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32335 \begin_inset Text
32336
32337 \begin_layout Plain Layout
32338 mm
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347 millimeter
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 </row>
32353 <row>
32354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358 cm
32359 \end_layout
32360
32361 \end_inset
32362 </cell>
32363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32364 \begin_inset Text
32365
32366 \begin_layout Plain Layout
32367 centimeter
32368 \end_layout
32369
32370 \end_inset
32371 </cell>
32372 </row>
32373 <row>
32374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32375 \begin_inset Text
32376
32377 \begin_layout Plain Layout
32378 in
32379 \end_layout
32380
32381 \end_inset
32382 </cell>
32383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32384 \begin_inset Text
32385
32386 \begin_layout Plain Layout
32387 inch
32388 \end_layout
32389
32390 \end_inset
32391 </cell>
32392 </row>
32393 <row>
32394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32395 \begin_inset Text
32396
32397 \begin_layout Plain Layout
32398 pt
32399 \end_layout
32400
32401 \end_inset
32402 </cell>
32403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32404 \begin_inset Text
32405
32406 \begin_layout Plain Layout
32407 point (72.27
32408 \begin_inset space \thinspace{}
32409 \end_inset
32410
32411 pt = 1
32412 \begin_inset space \thinspace{}
32413 \end_inset
32414
32415 in)
32416 \end_layout
32417
32418 \end_inset
32419 </cell>
32420 </row>
32421 <row>
32422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32423 \begin_inset Text
32424
32425 \begin_layout Plain Layout
32426 pc
32427 \end_layout
32428
32429 \end_inset
32430 </cell>
32431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32432 \begin_inset Text
32433
32434 \begin_layout Plain Layout
32435 pica (1
32436 \begin_inset space \thinspace{}
32437 \end_inset
32438
32439 pc = 12
32440 \begin_inset space \thinspace{}
32441 \end_inset
32442
32443 pt)
32444 \end_layout
32445
32446 \end_inset
32447 </cell>
32448 </row>
32449 <row>
32450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32451 \begin_inset Text
32452
32453 \begin_layout Plain Layout
32454 sp
32455 \end_layout
32456
32457 \end_inset
32458 </cell>
32459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32460 \begin_inset Text
32461
32462 \begin_layout Plain Layout
32463 scaled point (65536
32464 \begin_inset space \thinspace{}
32465 \end_inset
32466
32467 sp = 1
32468 \begin_inset space \thinspace{}
32469 \end_inset
32470
32471 pt)
32472 \end_layout
32473
32474 \end_inset
32475 </cell>
32476 </row>
32477 <row>
32478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32479 \begin_inset Text
32480
32481 \begin_layout Plain Layout
32482 bp
32483 \end_layout
32484
32485 \end_inset
32486 </cell>
32487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32488 \begin_inset Text
32489
32490 \begin_layout Plain Layout
32491 big point (72
32492 \begin_inset space \thinspace{}
32493 \end_inset
32494
32495 bp = 1
32496 \begin_inset space \thinspace{}
32497 \end_inset
32498
32499 in)
32500 \end_layout
32501
32502 \end_inset
32503 </cell>
32504 </row>
32505 <row>
32506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32507 \begin_inset Text
32508
32509 \begin_layout Plain Layout
32510 dd
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32516 \begin_inset Text
32517
32518 \begin_layout Plain Layout
32519 didot (1
32520 \begin_inset space \thinspace{}
32521 \end_inset
32522
32523 dd 
32524 \begin_inset Formula $\approx$
32525 \end_inset
32526
32527  0.376
32528 \begin_inset space \thinspace{}
32529 \end_inset
32530
32531 mm)
32532 \end_layout
32533
32534 \end_inset
32535 </cell>
32536 </row>
32537 <row>
32538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542 cc
32543 \end_layout
32544
32545 \end_inset
32546 </cell>
32547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32548 \begin_inset Text
32549
32550 \begin_layout Plain Layout
32551 cicero (1
32552 \begin_inset space \thinspace{}
32553 \end_inset
32554
32555 cc = 12
32556 \begin_inset space \thinspace{}
32557 \end_inset
32558
32559 dd)
32560 \end_layout
32561
32562 \end_inset
32563 </cell>
32564 </row>
32565 <row>
32566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570 Scale%
32571 \end_layout
32572
32573 \end_inset
32574 </cell>
32575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32576 \begin_inset Text
32577
32578 \begin_layout Plain Layout
32579 % of original image width
32580 \end_layout
32581
32582 \end_inset
32583 </cell>
32584 </row>
32585 <row>
32586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32587 \begin_inset Text
32588
32589 \begin_layout Plain Layout
32590 text%
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32596 \begin_inset Text
32597
32598 \begin_layout Plain Layout
32599 % of text width
32600 \end_layout
32601
32602 \end_inset
32603 </cell>
32604 </row>
32605 <row>
32606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32607 \begin_inset Text
32608
32609 \begin_layout Plain Layout
32610 col%
32611 \end_layout
32612
32613 \end_inset
32614 </cell>
32615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32616 \begin_inset Text
32617
32618 \begin_layout Plain Layout
32619 % of column width
32620 \end_layout
32621
32622 \end_inset
32623 </cell>
32624 </row>
32625 <row>
32626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32627 \begin_inset Text
32628
32629 \begin_layout Plain Layout
32630 page%
32631 \end_layout
32632
32633 \end_inset
32634 </cell>
32635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32636 \begin_inset Text
32637
32638 \begin_layout Plain Layout
32639 % of paper width
32640 \end_layout
32641
32642 \end_inset
32643 </cell>
32644 </row>
32645 <row>
32646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32647 \begin_inset Text
32648
32649 \begin_layout Plain Layout
32650 line%
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659 % of line width
32660 \end_layout
32661
32662 \end_inset
32663 </cell>
32664 </row>
32665 <row>
32666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32667 \begin_inset Text
32668
32669 \begin_layout Plain Layout
32670 theight%
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32676 \begin_inset Text
32677
32678 \begin_layout Plain Layout
32679 % of text height
32680 \end_layout
32681
32682 \end_inset
32683 </cell>
32684 </row>
32685 <row>
32686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32687 \begin_inset Text
32688
32689 \begin_layout Plain Layout
32690 pheight%
32691 \end_layout
32692
32693 \end_inset
32694 </cell>
32695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32696 \begin_inset Text
32697
32698 \begin_layout Plain Layout
32699 % of paper height
32700 \end_layout
32701
32702 \end_inset
32703 </cell>
32704 </row>
32705 <row>
32706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32707 \begin_inset Text
32708
32709 \begin_layout Plain Layout
32710 ex
32711 \end_layout
32712
32713 \end_inset
32714 </cell>
32715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32716 \begin_inset Text
32717
32718 \begin_layout Plain Layout
32719 height of letter 
32720 \emph on
32721 x
32722 \emph default
32723  in current font
32724 \end_layout
32725
32726 \end_inset
32727 </cell>
32728 </row>
32729 <row>
32730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32731 \begin_inset Text
32732
32733 \begin_layout Plain Layout
32734 em
32735 \end_layout
32736
32737 \end_inset
32738 </cell>
32739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32740 \begin_inset Text
32741
32742 \begin_layout Plain Layout
32743 width of letter 
32744 \emph on
32745 M
32746 \emph default
32747  in current font
32748 \end_layout
32749
32750 \end_inset
32751 </cell>
32752 </row>
32753 <row>
32754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32755 \begin_inset Text
32756
32757 \begin_layout Plain Layout
32758 mu
32759 \end_layout
32760
32761 \end_inset
32762 </cell>
32763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32764 \begin_inset Text
32765
32766 \begin_layout Plain Layout
32767 math unit (1
32768 \begin_inset space \thinspace{}
32769 \end_inset
32770
32771 mu = 1/18
32772 \begin_inset space \thinspace{}
32773 \end_inset
32774
32775 em)
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 </row>
32781 </lyxtabular>
32782
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \end_inset
32789
32790
32791 \end_layout
32792
32793 \begin_layout Chapter
32794 Output File Formats with Graphics
32795 \begin_inset CommandInset label
32796 LatexCommand label
32797 name "cha:Output-File-Formats"
32798
32799 \end_inset
32800
32801
32802 \end_layout
32803
32804 \begin_layout Section
32805 DVI
32806 \begin_inset Index
32807 status collapsed
32808
32809 \begin_layout Plain Layout
32810 File Formats ! DVI
32811 \end_layout
32812
32813 \end_inset
32814
32815
32816 \begin_inset Index
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820 DVI|see
32821 \begin_inset ERT
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825
32826 {
32827 \end_layout
32828
32829 \end_inset
32830
32831 File Formats
32832 \begin_inset ERT
32833 status collapsed
32834
32835 \begin_layout Plain Layout
32836
32837 }
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 This file type has the extension 
32852 \begin_inset Quotes eld
32853 \end_inset
32854
32855
32856 \family typewriter
32857 .dvi
32858 \family default
32859
32860 \begin_inset Quotes erd
32861 \end_inset
32862
32863 .
32864  It is called 
32865 \begin_inset Quotes eld
32866 \end_inset
32867
32868 device-independent
32869 \begin_inset Quotes erd
32870 \end_inset
32871
32872  (DVI), because it is completely portable; you can move them from one machine
32873  to another without needing to do any sort of conversion.
32874  At the time when this file-format was developed, this was no matter of
32875  course.
32876  DVIs are used for quick previews and as pre-stage for other output formats,
32877  like PostScript.
32878 \end_layout
32879
32880 \begin_layout Standard
32881 \begin_inset Note Greyedout
32882 status open
32883
32884 \begin_layout Plain Layout
32885
32886 \series bold
32887 Note:
32888 \series default
32889  DVI-files doesn't contain images, they will only be a linked.
32890 \end_layout
32891
32892 \end_inset
32893
32894  So don't forget this, if you move your 
32895 \family typewriter
32896 .dvi
32897 \family default
32898  file to another computer.
32899  This property can also slow down your computer when you view the DVI.
32900  Because the DVI-viewer has to convert the image in the background to make
32901  it visible when you scroll in the DVI.
32902  So we recommend to use PDF for files with many images.
32903 \end_layout
32904
32905 \begin_layout Standard
32906 You can export your document to DVI by using the menu 
32907 \family sans
32908 File\SpecialChar \menuseparator
32909 Export\SpecialChar \menuseparator
32910 DVI
32911 \family default
32912 .
32913  You can view your document as DVI via the 
32914 \family sans
32915 View
32916 \family default
32917  menu or by using the toolbar button 
32918 \begin_inset Graphics
32919         filename ../images/buffer-view_dvi.png
32920         scale 85
32921         scaleBeforeRotation
32922
32923 \end_inset
32924
32925 .
32926 \end_layout
32927
32928 \begin_layout Section
32929 PostScript
32930 \begin_inset CommandInset label
32931 LatexCommand label
32932 name "sec:PostScript"
32933
32934 \end_inset
32935
32936
32937 \begin_inset Index
32938 status collapsed
32939
32940 \begin_layout Plain Layout
32941 File Formats ! PostScript
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \begin_inset Index
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951 PostScript|see
32952 \begin_inset ERT
32953 status collapsed
32954
32955 \begin_layout Plain Layout
32956
32957 {
32958 \end_layout
32959
32960 \end_inset
32961
32962 File Formats
32963 \begin_inset ERT
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967
32968 }
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Standard
32982 This file type has the extension 
32983 \begin_inset Quotes eld
32984 \end_inset
32985
32986
32987 \family typewriter
32988 .ps
32989 \family default
32990
32991 \begin_inset Quotes erd
32992 \end_inset
32993
32994 .
32995  PostScript was developed by the company 
32996 \family typewriter
32997 Adobe
32998 \family default
32999  as printer language.
33000  The file contains therefore commands that the printer uses to print the
33001  file.
33002  PostScript can be seen as 
33003 \begin_inset Quotes eld
33004 \end_inset
33005
33006 programming language
33007 \begin_inset Quotes erd
33008 \end_inset
33009
33010 ; you can calculate with it and draw diagrams and images
33011 \begin_inset Foot
33012 status collapsed
33013
33014 \begin_layout Plain Layout
33015 If you are interested to learn more about this, have a look at the LaTeX-package
33016  
33017 \series bold
33018 PSTricks
33019 \series default
33020  
33021 \begin_inset CommandInset citation
33022 LatexCommand cite
33023 key "pstricks"
33024
33025 \end_inset
33026
33027 .
33028 \end_layout
33029
33030 \end_inset
33031
33032 .
33033  Due to this ability, the files are often bigger than PDFs.
33034 \end_layout
33035
33036 \begin_layout Standard
33037 PostScript can only contain images in the format 
33038 \begin_inset Quotes eld
33039 \end_inset
33040
33041 Encapsulated PostScript
33042 \begin_inset Quotes erd
33043 \end_inset
33044
33045  (EPS, file extension 
33046 \begin_inset Quotes eld
33047 \end_inset
33048
33049
33050 \family typewriter
33051 .eps
33052 \family default
33053
33054 \begin_inset Quotes erd
33055 \end_inset
33056
33057 ).
33058  As LyX allows you to use any known image format in your document, it has
33059  to convert images in the background to EPS.
33060  If you have e.g 50 images in your document, LyX has to do 50 conversions
33061  whenever you view or export your document.
33062  This will slow down your work flow with LyX drastically.
33063  So if you plan to use PostScript, you can insert your images directly as
33064  EPS to avoid this problem.
33065 \end_layout
33066
33067 \begin_layout Standard
33068 You can export your document to PostScript using the menu 
33069 \family sans
33070 File\SpecialChar \menuseparator
33071 Export\SpecialChar \menuseparator
33072 Postscript
33073 \family default
33074 .
33075  You can view your document as PostScript via the 
33076 \family sans
33077 View
33078 \family default
33079  menu or by using the toolbar button 
33080 \begin_inset Graphics
33081         filename ../images/buffer-view_ps.png
33082         scale 85
33083         scaleBeforeRotation
33084
33085 \end_inset
33086
33087 .
33088 \end_layout
33089
33090 \begin_layout Section
33091 PDF
33092 \begin_inset Index
33093 status collapsed
33094
33095 \begin_layout Plain Layout
33096 File Formats ! PDF
33097 \end_layout
33098
33099 \end_inset
33100
33101
33102 \begin_inset Index
33103 status collapsed
33104
33105 \begin_layout Plain Layout
33106 PDF
33107 \end_layout
33108
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Standard
33115 This file type has the extension 
33116 \begin_inset Quotes eld
33117 \end_inset
33118
33119
33120 \family typewriter
33121 .pdf
33122 \family default
33123
33124 \begin_inset Quotes erd
33125 \end_inset
33126
33127 .
33128  The 
33129 \begin_inset Quotes eld
33130 \end_inset
33131
33132 Portable Document Format
33133 \begin_inset Quotes erd
33134 \end_inset
33135
33136  (PDF) is developed by 
33137 \family typewriter
33138 Adobe
33139 \family default
33140  as derivative from PostScript.
33141  It is more compressed and it uses much less commands than PostScript.
33142  As the name 
33143 \begin_inset Quotes eld
33144 \end_inset
33145
33146 portable
33147 \begin_inset Quotes erd
33148 \end_inset
33149
33150  implies, it can be processed at any computer system and the printed output
33151  looks exactly the same.
33152 \end_layout
33153
33154 \begin_layout Standard
33155 PDF can contain images in its own PDF format, in the format 
33156 \begin_inset Quotes eld
33157 \end_inset
33158
33159 Joint Photographic Experts Group
33160 \begin_inset Quotes erd
33161 \end_inset
33162
33163  (JPG, file extension 
33164 \begin_inset Quotes eld
33165 \end_inset
33166
33167
33168 \family typewriter
33169 .jpg
33170 \family default
33171
33172 \begin_inset Quotes erd
33173 \end_inset
33174
33175  or 
33176 \begin_inset Quotes eld
33177 \end_inset
33178
33179
33180 \family typewriter
33181 .jpeg
33182 \family default
33183
33184 \begin_inset Quotes erd
33185 \end_inset
33186
33187 ), and in the format 
33188 \begin_inset Quotes eld
33189 \end_inset
33190
33191 Portable Network Graphics
33192 \begin_inset Quotes erd
33193 \end_inset
33194
33195  (PNG, file extension 
33196 \begin_inset Quotes eld
33197 \end_inset
33198
33199
33200 \family typewriter
33201 .png
33202 \family default
33203
33204 \begin_inset Quotes erd
33205 \end_inset
33206
33207 ).
33208  Nevertheless you can use any other image format, because LyX converts them
33209  in the background to one of these formats.
33210  But as described in the section about PostScript, the image conversion
33211  will slow down your work flow.
33212  So it is recommended to use images in one of the three mentioned formats.
33213 \end_layout
33214
33215 \begin_layout Standard
33216 You can export your document to PDF via the menu 
33217 \family sans
33218 File\SpecialChar \menuseparator
33219 Export
33220 \family default
33221  in three different ways:
33222 \end_layout
33223
33224 \begin_layout Description
33225 PDF
33226 \begin_inset space ~
33227 \end_inset
33228
33229 (ps2pdf) This uses the program 
33230 \family typewriter
33231 ps2pdf
33232 \family default
33233  that creates a PDF from a PostScript-version of your file.
33234  The PostScript-version is produced by the program 
33235 \family typewriter
33236 dvips
33237 \family default
33238  which uses a DVI-version as intermediate step.
33239  So this export variant consist of three conversions.
33240 \end_layout
33241
33242 \begin_layout Description
33243 PDF
33244 \begin_inset space ~
33245 \end_inset
33246
33247 (dvipdfm) This uses the program 
33248 \family typewriter
33249 dvipdfm
33250 \family default
33251  that converts your file in the background to DVI and in a second step to
33252  PDF.
33253 \end_layout
33254
33255 \begin_layout Description
33256 PDF
33257 \begin_inset space ~
33258 \end_inset
33259
33260 (pdflatex) This uses the program 
33261 \family typewriter
33262 pdftex
33263 \family default
33264  that converts your file directly to PDF.
33265 \end_layout
33266
33267 \begin_layout Standard
33268 It is recommended to use 
33269 \family sans
33270 PDF
33271 \begin_inset space ~
33272 \end_inset
33273
33274 (pdflatex)
33275 \family default
33276  because 
33277 \family typewriter
33278 pdftex
33279 \family default
33280  supports all features of actual PDF-versions, is quick and works stable
33281  without problems.
33282  The program 
33283 \family typewriter
33284 dvipdfm
33285 \family default
33286  is not under development and therefore a bit outdated.
33287 \end_layout
33288
33289 \begin_layout Standard
33290 You can view your document as PDF via the 
33291 \family sans
33292 View
33293 \family default
33294  menu or by using the toolbar button 
33295 \begin_inset Graphics
33296         filename ../images/buffer-view_pdf2.png
33297         scale 85
33298         scaleBeforeRotation
33299
33300 \end_inset
33301
33302  
33303 \family sans
33304 (
33305 \family default
33306 that uses 
33307 \family sans
33308 PDF
33309 \begin_inset space ~
33310 \end_inset
33311
33312 (pdflatex)
33313 \family default
33314 ).
33315 \end_layout
33316
33317 \begin_layout Chapter
33318 Explanation of Equation
33319 \begin_inset space ~
33320 \end_inset
33321
33322
33323 \begin_inset CommandInset ref
33324 LatexCommand eqref
33325 reference "eq:Wgn"
33326
33327 \end_inset
33328
33329
33330 \begin_inset CommandInset label
33331 LatexCommand label
33332 name "cha:Explanation-of-Equation"
33333
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Standard
33340 The total width of 
33341 \emph on
33342 n
33343 \emph default
33344  table cells 
33345 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33346 \end_inset
33347
33348  can be calculated to
33349 \end_layout
33350
33351 \begin_layout Standard
33352 \begin_inset Formula \begin{equation}
33353 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}
33354
33355 \end_inset
33356
33357
33358 \end_layout
33359
33360 \begin_layout Standard
33361 Where 
33362 \begin_inset Formula $W_{g\, n}$
33363 \end_inset
33364
33365  is the given width of all cells.
33366  
33367 \series bold
33368
33369 \backslash
33370 tabcolsep
33371 \series default
33372  is the LaTeX-length between the cell text and the cell border, its default
33373  value is 6
33374 \begin_inset space \thinspace{}
33375 \end_inset
33376
33377 pt.
33378  
33379 \series bold
33380
33381 \backslash
33382 arrayrulewidth
33383 \series default
33384  is the thickness of the cell border line, the default is 0.4
33385 \begin_inset space \thinspace{}
33386 \end_inset
33387
33388 pt.
33389 \end_layout
33390
33391 \begin_layout Standard
33392 Following equation
33393 \begin_inset space ~
33394 \end_inset
33395
33396
33397 \begin_inset CommandInset ref
33398 LatexCommand eqref
33399 reference "eq:Wtot_n"
33400
33401 \end_inset
33402
33403 , the total width of a multicolumn 
33404 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33405 \end_inset
33406
33407  is
33408 \end_layout
33409
33410 \begin_layout Standard
33411 \begin_inset Formula \begin{equation}
33412 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33413
33414 \end_inset
33415
33416
33417 \end_layout
33418
33419 \begin_layout Standard
33420 By setting equation
33421 \begin_inset space ~
33422 \end_inset
33423
33424
33425 \begin_inset CommandInset ref
33426 LatexCommand eqref
33427 reference "eq:Wtot_n"
33428
33429 \end_inset
33430
33431  and 
33432 \begin_inset CommandInset ref
33433 LatexCommand eqref
33434 reference "eq:Wtot_mult"
33435
33436 \end_inset
33437
33438  equal we can calculate the needed given width 
33439 \begin_inset Formula $W_{g\, n}$
33440 \end_inset
33441
33442  when 
33443 \emph on
33444 n
33445 \emph default
33446  columns are spanned, so that each column has a total width of 
33447 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33448 \end_inset
33449
33450 :
33451 \end_layout
33452
33453 \begin_layout Standard
33454 \begin_inset Formula \begin{equation}
33455 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33456
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \begin_layout Bibliography
33463 \begin_inset CommandInset bibitem
33464 LatexCommand bibitem
33465 key "latexcompanion"
33466
33467 \end_inset
33468
33469 Frank Mittelbach and Michel Goossens: 
33470 \emph on
33471 The LaTeX Companion Second Edition.
33472
33473 \emph default
33474  Addison-Wesley, 2004
33475 \end_layout
33476
33477 \begin_layout Bibliography
33478 \begin_inset CommandInset bibitem
33479 LatexCommand bibitem
33480 key "latexguide"
33481
33482 \end_inset
33483
33484 Helmut Kopka and Patrick W.
33485  Daly: 
33486 \emph on
33487 A Guide to LaTeX Fourth Edition.
33488
33489 \emph default
33490  Addison-Wesley, 2003
33491 \end_layout
33492
33493 \begin_layout Bibliography
33494 \begin_inset CommandInset bibitem
33495 LatexCommand bibitem
33496 key "latexbook"
33497
33498 \end_inset
33499
33500 Leslie Lamport: 
33501 \emph on
33502 LaTeX: A Document Preparation System.
33503
33504 \emph default
33505  Addison-Wesley, second edition, 1994
33506 \end_layout
33507
33508 \begin_layout Bibliography
33509 \begin_inset CommandInset bibitem
33510 LatexCommand bibitem
33511 key "booktabs"
33512
33513 \end_inset
33514
33515 Documentation of the LaTeX-package 
33516 \series bold
33517
33518 \begin_inset CommandInset href
33519 LatexCommand href
33520 name "booktabs"
33521 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33522
33523 \end_inset
33524
33525
33526 \series default
33527
33528 \begin_inset Index
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 LaTeX-packages ! booktabs
33533 \end_layout
33534
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \begin_layout Bibliography
33541 \begin_inset CommandInset bibitem
33542 LatexCommand bibitem
33543 key "caption"
33544
33545 \end_inset
33546
33547 Documentation of the LaTeX-package 
33548 \series bold
33549
33550 \begin_inset CommandInset href
33551 LatexCommand href
33552 name "caption"
33553 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33554
33555 \end_inset
33556
33557
33558 \series default
33559
33560 \begin_inset Index
33561 status collapsed
33562
33563 \begin_layout Plain Layout
33564 LaTeX-packages ! caption
33565 \end_layout
33566
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \begin_layout Bibliography
33573 \begin_inset CommandInset bibitem
33574 LatexCommand bibitem
33575 key "endfloat"
33576
33577 \end_inset
33578
33579 Documentation of the LaTeX-package 
33580 \series bold
33581
33582 \begin_inset CommandInset href
33583 LatexCommand href
33584 name "endfloat"
33585 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33586
33587 \end_inset
33588
33589
33590 \series default
33591
33592 \begin_inset Index
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596 LaTeX-packages ! endfloat
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \begin_layout Bibliography
33605 \begin_inset CommandInset bibitem
33606 LatexCommand bibitem
33607 key "wrapfig"
33608
33609 \end_inset
33610
33611 Documentation of the LaTeX-package 
33612 \series bold
33613
33614 \begin_inset CommandInset href
33615 LatexCommand href
33616 name "wrapfig"
33617 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33618
33619 \end_inset
33620
33621
33622 \series default
33623
33624 \begin_inset Index
33625 status collapsed
33626
33627 \begin_layout Plain Layout
33628 LaTeX-packages ! wrapfig
33629 \begin_inset ERT
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633
33634
33635 \backslash
33636 vspace{4mm}
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Bibliography
33650 \begin_inset CommandInset bibitem
33651 LatexCommand bibitem
33652 key "footmisc"
33653
33654 \end_inset
33655
33656 Documentation of the LaTeX-package 
33657 \series bold
33658
33659 \begin_inset CommandInset href
33660 LatexCommand href
33661 name "footmisc"
33662 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33663
33664 \end_inset
33665
33666
33667 \series default
33668
33669 \begin_inset Index
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673 LaTeX-packages ! footmisc
33674 \end_layout
33675
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \begin_layout Bibliography
33682 \begin_inset CommandInset bibitem
33683 LatexCommand bibitem
33684 key "hypcap"
33685
33686 \end_inset
33687
33688 Documentation of the LaTeX-package 
33689 \series bold
33690
33691 \begin_inset CommandInset href
33692 LatexCommand href
33693 name "hypcap"
33694 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33695
33696 \end_inset
33697
33698
33699 \series default
33700
33701 \begin_inset Index
33702 status collapsed
33703
33704 \begin_layout Plain Layout
33705 LaTeX-packages ! hyperref
33706 \end_layout
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \begin_layout Bibliography
33714 \begin_inset CommandInset bibitem
33715 LatexCommand bibitem
33716 key "hyperref"
33717
33718 \end_inset
33719
33720 Documentation of the LaTeX-package 
33721 \series bold
33722
33723 \begin_inset CommandInset href
33724 LatexCommand href
33725 name "hyperref"
33726 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33727
33728 \end_inset
33729
33730
33731 \series default
33732
33733 \begin_inset Index
33734 status collapsed
33735
33736 \begin_layout Plain Layout
33737 LaTeX-packages ! hyperref
33738 \end_layout
33739
33740 \end_inset
33741
33742
33743 \end_layout
33744
33745 \begin_layout Bibliography
33746 \begin_inset CommandInset bibitem
33747 LatexCommand bibitem
33748 key "koma-script"
33749
33750 \end_inset
33751
33752 Documentation of the LaTeX-package 
33753 \series bold
33754
33755 \begin_inset CommandInset href
33756 LatexCommand href
33757 name "koma-script"
33758 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33759
33760 \end_inset
33761
33762
33763 \series default
33764
33765 \begin_inset Index
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769 LaTeX-packages ! koma-script
33770 \end_layout
33771
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \begin_layout Bibliography
33778 \begin_inset CommandInset bibitem
33779 LatexCommand bibitem
33780 key "listings"
33781
33782 \end_inset
33783
33784 Documentation of the LaTeX-package 
33785 \series bold
33786
33787 \begin_inset CommandInset href
33788 LatexCommand href
33789 name "listings"
33790 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33791
33792 \end_inset
33793
33794
33795 \series default
33796
33797 \begin_inset Index
33798 status collapsed
33799
33800 \begin_layout Plain Layout
33801 LaTeX-packages ! listings
33802 \end_layout
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Bibliography
33810 \begin_inset CommandInset bibitem
33811 LatexCommand bibitem
33812 key "marginnote"
33813
33814 \end_inset
33815
33816 Documentation of the LaTeX-package 
33817 \series bold
33818
33819 \begin_inset CommandInset href
33820 LatexCommand href
33821 name "marginnote"
33822 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33823
33824 \end_inset
33825
33826
33827 \series default
33828
33829 \begin_inset Index
33830 status collapsed
33831
33832 \begin_layout Plain Layout
33833 LaTeX-packages ! marginnote
33834 \end_layout
33835
33836 \end_inset
33837
33838
33839 \end_layout
33840
33841 \begin_layout Bibliography
33842 \begin_inset CommandInset bibitem
33843 LatexCommand bibitem
33844 key "pstricks"
33845
33846 \end_inset
33847
33848 Web page of the LaTeX-package 
33849 \series bold
33850
33851 \begin_inset CommandInset href
33852 LatexCommand href
33853 name "PSTricks"
33854 target "http://tug.org/PSTricks/"
33855
33856 \end_inset
33857
33858
33859 \series default
33860
33861 \begin_inset Index
33862 status collapsed
33863
33864 \begin_layout Plain Layout
33865 LaTeX-packages ! PSTricks
33866 \end_layout
33867
33868 \end_inset
33869
33870
33871 \end_layout
33872
33873 \begin_layout Bibliography
33874 \begin_inset CommandInset bibitem
33875 LatexCommand bibitem
33876 key "sidecap"
33877
33878 \end_inset
33879
33880 Documentation of the LaTeX-package 
33881 \series bold
33882
33883 \begin_inset CommandInset href
33884 LatexCommand href
33885 name "sidecap"
33886 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33887
33888 \end_inset
33889
33890
33891 \series default
33892
33893 \begin_inset Index
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897 LaTeX-packages ! sidecap
33898 \end_layout
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Bibliography
33906 \begin_inset CommandInset bibitem
33907 LatexCommand bibitem
33908 key "NewInLyX16"
33909
33910 \end_inset
33911
33912
33913 \begin_inset CommandInset href
33914 LatexCommand href
33915 name "Wiki page"
33916 target "http://wiki.lyx.org/LyX/NewInLyX16"
33917
33918 \end_inset
33919
33920  about new features in 
33921 \family sans
33922 LyX 1.6.0
33923 \family default
33924 .
33925 \end_layout
33926
33927 \begin_layout Standard
33928 \begin_inset CommandInset index_print
33929 LatexCommand printindex
33930
33931 \end_inset
33932
33933
33934 \end_layout
33935
33936 \begin_layout Standard
33937 \begin_inset FloatList figure
33938
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \begin_layout Standard
33945 \begin_inset FloatList table
33946
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \begin_layout Standard
33953 \begin_inset FloatList algorithm
33954
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \end_body
33961 \end_document