]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
* lib/lyx2lyx/lyx_1_6.py:
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 332
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 are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \pagenumbering{roman}
25 \let\myTOC\tableofcontents
26 \renewcommand{\tableofcontents}{%
27  \pdfbookmark[1]{Contents}{}
28  \myTOC
29  \cleardoublepage
30  \pagenumbering{arabic}}
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \usepackage{sidecap}
38
39 \newcommand{\TabBesBeg}{%
40  \let\MyTable\table
41  \let\MyEndtable\endtable
42  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
43
44 \newcommand{\TabBesEnd}{%
45  \let\table\MyTable
46  \let\endtable\MyEndtable}
47
48 \newcommand{\FigBesBeg}{%
49  \let\MyFigure\figure
50  \let\MyEndfigure\endfigure
51  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
52
53 \newcommand{\FigBesEnd}{%
54  \let\figure\MyFigure
55  \let\endfigure\MyEndfigure}
56
57 % enables calculation of values,
58 \usepackage{calc}
59
60 % provides special table cell alignments
61 \usepackage{dcolumn}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for multirows
91 \usepackage{multirow}
92 %\renewcommand{\multirowsetup}{\centering}
93
94 % used for book-style tables
95 \usepackage{booktabs}
96
97 % used to have extra space in table cells
98 \@ifundefined{extrarowheight}
99  {\usepackage{array}}{}
100 \setlength{\extrarowheight}{2pt}
101
102 % used for customized tables
103 % ---
104 \newcolumntype{M}[1]
105  {>{\centering\hspace{0pt}}m{#1}}
106
107 \newcolumntype{S}[2]
108  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
109
110 \newcolumntype{K}[1]
111  {>{\columncolor{#1}\hspace{0pt}}c}
112
113 \newcolumntype{V}{!{\vrule width 1.5pt}}
114
115 \newcolumntype{W}{!{\color{green}\vline}}
116 % ---
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125
126 % redefine the greyed out note
127 \renewenvironment{lyxgreyedout}
128  {\textcolor{blue}\bgroup}{\egroup}
129
130 % ------------------------------------
131 % used to check for needed LaTeX packages
132 \usepackage{ifthen}
133
134 % check for package arydshln
135 % used for tables with dashed lines
136 \newboolean{arydshln}
137 \IfFileExists{arydshln.sty}
138  {\usepackage{arydshln}
139   \setboolean{arydshln}{true}}
140  {\setboolean{arydshln}{false}}
141
142 % check for package marginnote
143 % used for margin notes
144 \newboolean{marginnote}
145 \IfFileExists{marginnote.sty}
146  {\usepackage{marginnote}
147   \let\marginpar\marginnote
148   \setboolean{marginnote}{true}}
149  {\setboolean{marginnote}{false}}
150
151 % check for package sidecap
152 % used for captions on the side
153 \newboolean{sidecap}
154 \IfFileExists{sidecap.sty}
155  {\usepackage{sidecap}
156   \let\marginpar\marginnote
157   \setboolean{sidecap}{true}}
158  {\setboolean{sidecap}{false}}
159
160 % redefine the \LyX macro for PDF bookmarks
161 \def\LyX{\texorpdfstring{%
162   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
163   {LyX }}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
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 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "LyX Team, Uwe Stöhr"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pagebackref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
223  manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \family typewriter
236
237 \begin_inset ERT
238 status open
239
240 \begin_layout Plain Layout
241
242
243 \backslash
244 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
245 \end_layout
246
247 \end_inset
248
249 lyx-docs@lists.lyx.org
250 \begin_inset ERT
251 status collapsed
252
253 \begin_layout Plain Layout
254
255 }
256 \end_layout
257
258 \end_inset
259
260
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 author: Uwe Stöhr
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Version 1.6svn
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
303  
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315 , and 
316 \series bold
317 sidecap
318 \series default
319  must be installed.
320  If they are not installed you can export the document anyway but the sections
321  where the packages are required won't appear in the output.
322 \end_layout
323
324 \begin_layout Plain Layout
325 The latest PDF-version of this document can be found here:
326 \begin_inset Newline newline
327 \end_inset
328
329
330 \series bold
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figures
341 \begin_inset CommandInset label
342 LatexCommand label
343 name "cha:Figures"
344
345 \end_inset
346
347
348 \begin_inset Index
349 status collapsed
350
351 \begin_layout Plain Layout
352 Figures
353 \end_layout
354
355 \end_inset
356
357
358 \begin_inset Index
359 status collapsed
360
361 \begin_layout Plain Layout
362 Graphics|see
363 \begin_inset ERT
364 status collapsed
365
366 \begin_layout Plain Layout
367
368 {
369 \end_layout
370
371 \end_inset
372
373 Figures
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 }
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Section
393 Graphics Dialog
394 \begin_inset Index
395 status collapsed
396
397 \begin_layout Plain Layout
398 Figures ! Graphics Dialog
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset CommandInset label
405 LatexCommand label
406 name "sec:Graphics-Dialog"
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Standard
414 To insert an image into your document, place the cursor at the text position
415  you want and click on the toolbar icon 
416 \begin_inset Graphics
417         filename ../images/dialog-show-new-inset_graphics.png
418         scale 85
419         scaleBeforeRotation
420
421 \end_inset
422
423  or use the menu 
424 \family sans
425 Insert\SpecialChar \menuseparator
426 Graphics
427 \family default
428 .
429  Then a dialog will appear to choose the file to load.
430  The image will appear in the output exactly at the position where it is
431  in the text.
432 \end_layout
433
434 \begin_layout Standard
435 The graphics dialog can be called at any time by right-clicking on an image.
436  This dialog has three tabs:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Graphics
443 \family default
444  Here you can choose an image file and adjust its appearance in the output.
445  The available units for the image size are explained in appendix
446 \begin_inset Space ~
447 \end_inset
448
449
450 \begin_inset CommandInset ref
451 LatexCommand ref
452 reference "cha:Units-available-in"
453
454 \end_inset
455
456 .
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index
462 status collapsed
463
464 \begin_layout Plain Layout
465 Figures ! rotated
466 \end_layout
467
468 \end_inset
469
470 You can rotate images counter-clockwise by setting a rotation angle and
471  a rotation origin.
472  The image will also be rotated inside LyX.
473 \begin_inset Newline newline
474 \end_inset
475
476
477 \begin_inset Index
478 status collapsed
479
480 \begin_layout Plain Layout
481 Figures ! scaled
482 \end_layout
483
484 \end_inset
485
486 Images can be scaled by using a percentage value or by setting the width
487  and height explicitly.
488  If you set only the width or only the height, the other size will be determined
489  automatically.
490  If you set both, then the image will be transformed to the given size,
491  possibly distorting it.
492  To prevent the image from distortion, use the option 
493 \family sans
494 Maintain aspect ratio
495 \family default
496 .
497  The image will then be scaled so that its width and height don't exceed
498  the specified dimensions.
499 \begin_inset Newline newline
500 \end_inset
501
502 Images can be opened in a program of your choice when pressing the 
503 \family sans
504 Edit
505 \family default
506  button.
507  The program can be set for every image format in the file format settings
508  in LyX's preferences.
509 \end_layout
510
511 \begin_layout Description
512
513 \family sans
514 Clipping
515 \family default
516  Alternatively to the usage of scaling units it is possible to set image
517  coordinates to adjust the height and width of the image in the output.
518  The coordinates can also be calculated automatically by pressing the button
519  
520 \family sans
521 Get
522 \begin_inset Space ~
523 \end_inset
524
525 from
526 \begin_inset Space ~
527 \end_inset
528
529 File
530 \family default
531 .
532  The option 
533 \family sans
534 Clip
535 \begin_inset Space ~
536 \end_inset
537
538 to
539 \begin_inset Space ~
540 \end_inset
541
542 bounding
543 \begin_inset Space ~
544 \end_inset
545
546 box
547 \family default
548  will only print the image region within the given coordinates.
549  Normally you don't need to take care about image coordinates and can ignore
550  this tab.
551 \end_layout
552
553 \begin_layout Description
554
555 \family sans
556 Extra
557 \begin_inset Space ~
558 \end_inset
559
560 options
561 \family default
562  In this tab you can modify the appearance of the image within LyX and set
563  the image to be a subfigure of a figure float with an own caption.
564  Subfigures are explained in section
565 \begin_inset Space ~
566 \end_inset
567
568
569 \begin_inset CommandInset ref
570 LatexCommand ref
571 reference "sec:Figure-Floats"
572
573 \end_inset
574
575 .
576 \begin_inset Newline newline
577 \end_inset
578
579  LaTeX experts can also specify on this tab additional LaTeX options.
580 \begin_inset Newline newline
581 \end_inset
582
583  The option 
584 \family sans
585 Draft
586 \begin_inset Space ~
587 \end_inset
588
589 mode
590 \family default
591  makes the image appear in the output only as a frame with the size of the
592  image.
593 \begin_inset Newline newline
594 \end_inset
595
596 The 
597 \family sans
598 Don't
599 \begin_inset Space ~
600 \end_inset
601
602 unzip
603 \begin_inset Space ~
604 \end_inset
605
606 on
607 \begin_inset Space ~
608 \end_inset
609
610 export
611 \family default
612  option only affects zipped EPS-graphics, e.
613 \begin_inset Space \thinspace{}
614 \end_inset
615
616 g.
617 \begin_inset Space ~
618 \end_inset
619
620
621 \emph on
622 x.eps.gz
623 \emph default
624 .
625  When the option is used the images will not be unzipped on export, since
626  LaTeX can handle them as they are.
627 \begin_inset Newline newline
628 \end_inset
629
630 Zipped EPS-graphics are useful to save disk space when you choose PostScript
631  as output format, see appendix
632 \begin_inset Space ~
633 \end_inset
634
635
636 \begin_inset CommandInset ref
637 LatexCommand ref
638 reference "sec:PostScript"
639
640 \end_inset
641
642 .
643  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
644  console:
645 \begin_inset Newline newline
646 \end_inset
647
648
649 \series bold
650 gzip x.eps
651 \series default
652
653 \begin_inset Newline newline
654 \end_inset
655
656
657 \series bold
658 zgrep %%Bounding x.eps.gz > x.eps.bb
659 \series default
660
661 \begin_inset Newline newline
662 \end_inset
663
664 The second command creates the bounding box file 
665 \begin_inset Quotes eld
666 \end_inset
667
668 x.eps.bb
669 \begin_inset Quotes erd
670 \end_inset
671
672  that is needed by LaTeX for zipped graphics.
673 \end_layout
674
675 \begin_layout Standard
676 \begin_inset VSpace bigskip
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Standard
683 This is an example image in EPS format
684 \begin_inset Foot
685 status collapsed
686
687 \begin_layout Plain Layout
688 Image formats are explained in section
689 \begin_inset Space ~
690 \end_inset
691
692
693 \begin_inset CommandInset ref
694 LatexCommand ref
695 reference "sec:Image-Formats"
696
697 \end_inset
698
699 .
700 \end_layout
701
702 \end_inset
703
704  within a separate, horizontally centered paragraph:
705 \end_layout
706
707 \begin_layout Standard
708 \align center
709 \begin_inset Graphics
710         filename clipart/mobius.eps
711         display color
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         display color
730         scale 70
731         draft
732         scaleBeforeRotation
733         rotateOrigin center
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Section
741 Figure Floats
742 \begin_inset CommandInset label
743 LatexCommand label
744 name "sec:Figure-Floats"
745
746 \end_inset
747
748
749 \begin_inset Index
750 status collapsed
751
752 \begin_layout Plain Layout
753 Floats ! Figures
754 \end_layout
755
756 \end_inset
757
758
759 \begin_inset Index
760 status collapsed
761
762 \begin_layout Plain Layout
763 Figures ! Floats
764 \end_layout
765
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Standard
772 For general explanations about floats, have a look at section
773 \begin_inset Space ~
774 \end_inset
775
776
777 \begin_inset CommandInset ref
778 LatexCommand ref
779 reference "sec:FloatIntroduction"
780
781 \end_inset
782
783 .
784 \end_layout
785
786 \begin_layout Standard
787 The toolbar button 
788 \begin_inset Graphics
789         filename ../images/float-insert_figure.png
790         scale 85
791         scaleBeforeRotation
792
793 \end_inset
794
795  and the menu 
796 \family sans
797 Insert\SpecialChar \menuseparator
798 Float\SpecialChar \menuseparator
799 Figure
800 \family default
801  inserts a float with a caption that has the label 
802 \begin_inset Quotes eld
803 \end_inset
804
805 Figure
806 \begin_inset Space ~
807 \end_inset
808
809 #:
810 \begin_inset Quotes erd
811 \end_inset
812
813  (# is the actual number).
814  You can insert the image above the caption, like in Figure
815 \begin_inset Space ~
816 \end_inset
817
818
819 \begin_inset CommandInset ref
820 LatexCommand ref
821 reference "fig:kill-plat"
822
823 \end_inset
824
825  or below the caption, like in Figure
826 \begin_inset Space ~
827 \end_inset
828
829
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "fig:escher"
833
834 \end_inset
835
836 .
837  More about the caption placement is described in section
838 \begin_inset Space ~
839 \end_inset
840
841
842 \begin_inset CommandInset ref
843 LatexCommand ref
844 reference "sec:Caption-Placement"
845
846 \end_inset
847
848 .
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Float figure
853 wide false
854 sideways false
855 status open
856
857 \begin_layout Plain Layout
858 \align center
859 \begin_inset Graphics
860         filename clipart/platypus.eps
861         display color
862         width 50col%
863         scaleBeforeRotation
864         rotateOrigin center
865
866 \end_inset
867
868
869 \end_layout
870
871 \begin_layout Plain Layout
872 \begin_inset Caption
873
874 \begin_layout Plain Layout
875 \begin_inset CommandInset label
876 LatexCommand label
877 name "fig:kill-plat"
878
879 \end_inset
880
881 A severely distorted platypus in a float.
882 \end_layout
883
884 \end_inset
885
886
887 \end_layout
888
889 \end_inset
890
891
892 \end_layout
893
894 \begin_layout Standard
895 \begin_inset Float figure
896 wide false
897 sideways false
898 status open
899
900 \begin_layout Plain Layout
901 \begin_inset Caption
902
903 \begin_layout Plain Layout
904 \begin_inset CommandInset label
905 LatexCommand label
906 name "fig:escher"
907
908 \end_inset
909
910 M.C.
911  Escher on acid.
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \begin_layout Plain Layout
920 \align center
921 \begin_inset Graphics
922         filename clipart/escher-lsd.eps
923         display color
924         scale 80
925         scaleBeforeRotation
926         rotateOrigin center
927
928 \end_inset
929
930
931 \end_layout
932
933 \end_inset
934
935
936 \end_layout
937
938 \begin_layout Standard
939 \begin_inset Index
940 status collapsed
941
942 \begin_layout Plain Layout
943 References ! to Figures
944 \end_layout
945
946 \end_inset
947
948 Figure
949 \begin_inset Space ~
950 \end_inset
951
952
953 \begin_inset CommandInset ref
954 LatexCommand ref
955 reference "fig:kill-plat"
956
957 \end_inset
958
959  and 
960 \begin_inset CommandInset ref
961 LatexCommand ref
962 reference "fig:escher"
963
964 \end_inset
965
966  are examples of referenced figures.
967  Figures can be referenced in the text by referencing their label.
968  To do this insert a label in the caption using the menu 
969 \family sans
970 Insert\SpecialChar \menuseparator
971 Label
972 \family default
973  or the toolbar button 
974 \begin_inset Graphics
975         filename ../images/label-insert.png
976         scale 85
977         scaleBeforeRotation
978
979 \end_inset
980
981 .
982  You can now refer to the label using the menu 
983 \family sans
984 Insert\SpecialChar \menuseparator
985 Cross
986 \begin_inset Space ~
987 \end_inset
988
989 reference
990 \family default
991  or the toolbar button 
992 \begin_inset Graphics
993         filename ../images/dialog-show-new-inset_ref.png
994         scale 85
995         scaleBeforeRotation
996
997 \end_inset
998
999 .
1000  It is important to use references to floats, rather than using vague references
1001  like 
1002 \begin_inset Quotes eld
1003 \end_inset
1004
1005 the figure above
1006 \begin_inset Quotes erd
1007 \end_inset
1008
1009 , because as LaTeX will reposition the floats in the final document, it
1010  might not be 
1011 \begin_inset Quotes eld
1012 \end_inset
1013
1014 above
1015 \begin_inset Quotes erd
1016 \end_inset
1017
1018  at all.
1019 \begin_inset Newline newline
1020 \end_inset
1021
1022 Referencing is explained in detail in section
1023 \begin_inset Space ~
1024 \end_inset
1025
1026
1027 \begin_inset CommandInset ref
1028 LatexCommand ref
1029 reference "sec:Referencing-Floats"
1030
1031 \end_inset
1032
1033 .
1034 \end_layout
1035
1036 \begin_layout Standard
1037 Normally only one image is inserted to a figure float, but sometimes you
1038  might want to use two images with separate subcaptions.
1039  This can be set in the tab 
1040 \family sans
1041 Extra
1042 \begin_inset Space ~
1043 \end_inset
1044
1045 options
1046 \family default
1047  of the graphics dialog.
1048  Choose there the option 
1049 \family sans
1050 Subfigure
1051 \family default
1052  and enter the subcaption for the image in the caption field.
1053  Note that only the main caption of the float is added to the List of Figures.
1054 \begin_inset Newline newline
1055 \end_inset
1056
1057 Referencing subfigures is explained in section
1058 \begin_inset Space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "sub:Referencing-Subfigures"
1065
1066 \end_inset
1067
1068 .
1069 \end_layout
1070
1071 \begin_layout Standard
1072 Figure
1073 \begin_inset Space ~
1074 \end_inset
1075
1076
1077 \begin_inset CommandInset ref
1078 LatexCommand ref
1079 reference "fig:Two-distorted-images"
1080
1081 \end_inset
1082
1083  is an example of a figure float with two images set side by side.
1084  You can also set the images one below the other.
1085 \end_layout
1086
1087 \begin_layout Standard
1088 \begin_inset Float figure
1089 wide false
1090 sideways false
1091 status open
1092
1093 \begin_layout Plain Layout
1094 \begin_inset Space \hfill{}
1095 \end_inset
1096
1097
1098 \begin_inset Float figure
1099 wide false
1100 sideways false
1101 status open
1102
1103 \begin_layout Plain Layout
1104 \begin_inset Caption
1105
1106 \begin_layout Plain Layout
1107 Undefinable structure
1108 \end_layout
1109
1110 \end_inset
1111
1112
1113 \end_layout
1114
1115 \begin_layout Plain Layout
1116 \begin_inset Graphics
1117         filename clipart/escher-lsd.eps
1118         width 45col%
1119         scaleBeforeRotation
1120
1121 \end_inset
1122
1123
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \begin_inset Space \hfill{}
1130 \end_inset
1131
1132
1133 \begin_inset Float figure
1134 wide false
1135 sideways false
1136 status open
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Caption
1140
1141 \begin_layout Plain Layout
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \begin_layout Plain Layout
1151 \begin_inset Graphics
1152         filename clipart/platypus.eps
1153         lyxscale 60
1154         width 45col%
1155         scaleBeforeRotation
1156
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \end_inset
1163
1164
1165 \begin_inset Space \hfill{}
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \begin_layout Plain Layout
1172 \begin_inset Caption
1173
1174 \begin_layout Plain Layout
1175 \begin_inset CommandInset label
1176 LatexCommand label
1177 name "fig:Two-distorted-images"
1178
1179 \end_inset
1180
1181 Two distorted images.
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \end_layout
1193
1194 \begin_layout Section
1195 Image Formats
1196 \begin_inset CommandInset label
1197 LatexCommand label
1198 name "sec:Image-Formats"
1199
1200 \end_inset
1201
1202
1203 \begin_inset Index
1204 status collapsed
1205
1206 \begin_layout Plain Layout
1207 Image Formats
1208 \end_layout
1209
1210 \end_inset
1211
1212
1213 \begin_inset Index
1214 status collapsed
1215
1216 \begin_layout Plain Layout
1217 Figures ! Image Formats
1218 \end_layout
1219
1220 \end_inset
1221
1222
1223 \end_layout
1224
1225 \begin_layout Standard
1226 You can insert images in any known file format.
1227  But as explained in appendix
1228 \begin_inset Space ~
1229 \end_inset
1230
1231
1232 \begin_inset CommandInset ref
1233 LatexCommand ref
1234 reference "cha:Output-File-Formats"
1235
1236 \end_inset
1237
1238 , every output document format allows only a few image formats.
1239  LyX uses therefore the program 
1240 \family typewriter
1241 Imagemagick
1242 \family default
1243  in the background to convert the images to the right format.
1244  To increase your work flow by avoiding these conversions in the background,
1245  you can use only the image formats that can directly be embedded in the
1246  output file format.
1247  The output file formats are explained in appendix
1248 \begin_inset Space ~
1249 \end_inset
1250
1251
1252 \begin_inset CommandInset ref
1253 LatexCommand ref
1254 reference "cha:Output-File-Formats"
1255
1256 \end_inset
1257
1258 .
1259 \end_layout
1260
1261 \begin_layout Standard
1262 Similar to fonts there are two types of image formats:
1263 \end_layout
1264
1265 \begin_layout Description
1266 Bitmap
1267 \begin_inset Space ~
1268 \end_inset
1269
1270 images consist of pixel values, often in a compressed form.
1271  They are therefore not fully scalable and look pixeled in large zooms.
1272  Well-known bitmap image formats are 
1273 \begin_inset Quotes eld
1274 \end_inset
1275
1276 Graphics Interchange Format
1277 \begin_inset Quotes erd
1278 \end_inset
1279
1280  (GIF, file extension 
1281 \begin_inset Quotes eld
1282 \end_inset
1283
1284
1285 \family typewriter
1286 .gif
1287 \family default
1288
1289 \begin_inset Quotes erd
1290 \end_inset
1291
1292 )
1293 \begin_inset Index
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297 GIF|see
1298 \begin_inset ERT
1299 status collapsed
1300
1301 \begin_layout Plain Layout
1302
1303 {
1304 \end_layout
1305
1306 \end_inset
1307
1308 Image formats
1309 \begin_inset ERT
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313
1314 }
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \end_layout
1321
1322 \end_inset
1323
1324
1325 \begin_inset Quotes eld
1326 \end_inset
1327
1328 Portable Network Graphics
1329 \begin_inset Quotes erd
1330 \end_inset
1331
1332  (PNG, file extension 
1333 \begin_inset Quotes eld
1334 \end_inset
1335
1336
1337 \family typewriter
1338 .png
1339 \family default
1340
1341 \begin_inset Quotes erd
1342 \end_inset
1343
1344 )
1345 \begin_inset Index
1346 status collapsed
1347
1348 \begin_layout Plain Layout
1349 PNG|see
1350 \begin_inset ERT
1351 status collapsed
1352
1353 \begin_layout Plain Layout
1354
1355 {
1356 \end_layout
1357
1358 \end_inset
1359
1360 Image formats
1361 \begin_inset ERT
1362 status collapsed
1363
1364 \begin_layout Plain Layout
1365
1366 }
1367 \end_layout
1368
1369 \end_inset
1370
1371
1372 \end_layout
1373
1374 \end_inset
1375
1376 , and 
1377 \begin_inset Quotes eld
1378 \end_inset
1379
1380 Joint Photographic Experts Group
1381 \begin_inset Quotes erd
1382 \end_inset
1383
1384  (JPG, file extension 
1385 \begin_inset Quotes eld
1386 \end_inset
1387
1388
1389 \family typewriter
1390 .jpg
1391 \family default
1392
1393 \begin_inset Quotes erd
1394 \end_inset
1395
1396  or 
1397 \begin_inset Quotes eld
1398 \end_inset
1399
1400
1401 \family typewriter
1402 .jpeg
1403 \family default
1404
1405 \begin_inset Quotes erd
1406 \end_inset
1407
1408 )
1409 \begin_inset Index
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413 JPG|see
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 {
1420 \end_layout
1421
1422 \end_inset
1423
1424 Image formats
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 }
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \end_inset
1439
1440 .
1441 \end_layout
1442
1443 \begin_layout Description
1444 Vector
1445 \begin_inset Space ~
1446 \end_inset
1447
1448 images consist of vectors and can therefore be scaled to any size without
1449  data loss.
1450  The scaling ability is necessary if you want to create presentations, because
1451  presentations are always scaled by the video projector.
1452  Scaling is also useful for online documents to let the user zoom into diagrams.
1453 \begin_inset Newline newline
1454 \end_inset
1455
1456 Well-known scalable image formats are 
1457 \begin_inset Quotes eld
1458 \end_inset
1459
1460 Scalable Vector Graphics
1461 \begin_inset Quotes erd
1462 \end_inset
1463
1464  (SVG, file extension 
1465 \begin_inset Quotes eld
1466 \end_inset
1467
1468
1469 \family typewriter
1470 .svg
1471 \family default
1472
1473 \begin_inset Quotes erd
1474 \end_inset
1475
1476 )
1477 \begin_inset Index
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481 SVG|see
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 {
1488 \end_layout
1489
1490 \end_inset
1491
1492 Image formats
1493 \begin_inset ERT
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497
1498 }
1499 \end_layout
1500
1501 \end_inset
1502
1503
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \begin_inset Quotes eld
1510 \end_inset
1511
1512 Encapsulated PostScript
1513 \begin_inset Quotes erd
1514 \end_inset
1515
1516  (EPS, file extension 
1517 \begin_inset Quotes eld
1518 \end_inset
1519
1520
1521 \family typewriter
1522 .eps
1523 \family default
1524
1525 \begin_inset Quotes erd
1526 \end_inset
1527
1528 )
1529 \begin_inset Index
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533 EPS|see
1534 \begin_inset ERT
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538
1539 {
1540 \end_layout
1541
1542 \end_inset
1543
1544 Image formats
1545 \begin_inset ERT
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549
1550 }
1551 \end_layout
1552
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \begin_inset Quotes eld
1562 \end_inset
1563
1564 Portable Document Format
1565 \begin_inset Quotes erd
1566 \end_inset
1567
1568  (PDF, file extension 
1569 \begin_inset Quotes eld
1570 \end_inset
1571
1572
1573 \family typewriter
1574 .pdf
1575 \family default
1576
1577 \begin_inset Quotes erd
1578 \end_inset
1579
1580 )
1581 \begin_inset Index
1582 status collapsed
1583
1584 \begin_layout Plain Layout
1585 PDF
1586 \end_layout
1587
1588 \end_inset
1589
1590 , and 
1591 \begin_inset Quotes eld
1592 \end_inset
1593
1594 Windows Metafile
1595 \begin_inset Quotes erd
1596 \end_inset
1597
1598  (WMF, file extension 
1599 \begin_inset Quotes eld
1600 \end_inset
1601
1602
1603 \family typewriter
1604 .wmf
1605 \family default
1606
1607 \begin_inset Quotes erd
1608 \end_inset
1609
1610 )
1611 \begin_inset Index
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 SVG|see
1616 \begin_inset ERT
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620
1621 {
1622 \end_layout
1623
1624 \end_inset
1625
1626 Image formats
1627 \begin_inset ERT
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631
1632 }
1633 \end_layout
1634
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \end_inset
1641
1642 .
1643  We wrote 
1644 \begin_inset Quotes eld
1645 \end_inset
1646
1647 can be
1648 \begin_inset Quotes erd
1649 \end_inset
1650
1651 , because you can convert any bitmap image to a PDF or EPS-image and the
1652  result will still be a bitmap image.
1653  In this cases only a header with the image properties is added to the original
1654  image
1655 \begin_inset Foot
1656 status open
1657
1658 \begin_layout Plain Layout
1659 In the case of PDF, the original image is additionally compressed.
1660 \end_layout
1661
1662 \end_inset
1663
1664 .
1665  The PDF-files generated by 
1666 \family typewriter
1667 Adobe Photoshop
1668 \family default
1669  are for example bitmap images.
1670 \end_layout
1671
1672 \begin_layout Standard
1673 Normally it is not possible to convert a bitmap image into a scalable one,
1674  only vice versa.
1675  Only the image formats PDF and EPS can directly be embedded to PDF and
1676  PostScript output files, respectively.
1677  SVG and WMF-images are recalculated to bitmaps when the output file is
1678  generated because there is currently no adequate WMF/SVG
1679 \begin_inset Formula $\to$
1680 \end_inset
1681
1682 PDF/EPS converter available.
1683 \end_layout
1684
1685 \begin_layout Chapter
1686 Tables
1687 \begin_inset CommandInset label
1688 LatexCommand label
1689 name "cha:Tables"
1690
1691 \end_inset
1692
1693
1694 \begin_inset Index
1695 status collapsed
1696
1697 \begin_layout Plain Layout
1698 Table
1699 \end_layout
1700
1701 \end_inset
1702
1703
1704 \end_layout
1705
1706 \begin_layout Section
1707 Introduction
1708 \begin_inset Index
1709 status collapsed
1710
1711 \begin_layout Plain Layout
1712 Table ! Introduction
1713 \end_layout
1714
1715 \end_inset
1716
1717
1718 \end_layout
1719
1720 \begin_layout Standard
1721 You can insert a table using either the toolbar button 
1722 \begin_inset Graphics
1723         filename ../images/tabular-insert.png
1724         scale 85
1725         scaleBeforeRotation
1726
1727 \end_inset
1728
1729  or the menu 
1730 \family sans
1731 Insert\SpecialChar \menuseparator
1732 Table
1733 \family default
1734 .
1735  The toolbar button offers you a graphical selection: Move the mouse to
1736  set the column/row number of the table that should be created and then
1737  press a mouse button.
1738  When you use the menu to create a table, a dialog will appear, asking you
1739  for the number of rows and columns.
1740 \begin_inset Newline newline
1741 \end_inset
1742
1743  The default table has lines around any cell and the first row appears separated
1744  from the rest of the table.
1745  This separation occurs due to a double line: The cells of the first row
1746  have a line below them and the cells of the second row have a line above
1747  them.
1748  Here is an example table:
1749 \end_layout
1750
1751 \begin_layout Standard
1752 \align center
1753 \begin_inset Tabular
1754 <lyxtabular version="3" rows="4" columns="4">
1755 <features>
1756 <column alignment="center" valignment="top" width="0">
1757 <column alignment="center" valignment="top" width="0">
1758 <column alignment="center" valignment="top" width="0">
1759 <column alignment="center" valignment="top" width="0">
1760 <row>
1761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \family roman
1776 \series medium
1777 \shape up
1778 \size normal
1779 \emph off
1780 \bar no
1781 \noun off
1782 \color none
1783 1
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792 2
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801 3
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 </row>
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \family roman
1814 \series medium
1815 \shape up
1816 \size normal
1817 \emph off
1818 \bar no
1819 \noun off
1820 \color none
1821 A
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \family roman
1861 \series medium
1862 \shape up
1863 \size normal
1864 \emph off
1865 \bar no
1866 \noun off
1867 \color none
1868 B
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 </row>
1901 <row>
1902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \family roman
1908 \series medium
1909 \shape up
1910 \size normal
1911 \emph off
1912 \bar no
1913 \noun off
1914 \color none
1915 C
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 </lyxtabular>
1949
1950 \end_inset
1951
1952
1953 \end_layout
1954
1955 \begin_layout Section
1956 Table Dialog
1957 \begin_inset Index
1958 status collapsed
1959
1960 \begin_layout Plain Layout
1961 Table ! Dialog
1962 \end_layout
1963
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \begin_layout Standard
1970 You can alter a table by clicking on it with the right mouse button, which
1971  brings up the table dialog.
1972  Here you can adjust the settings of that cell and row/column respectively
1973  where the cursor is currently placed.
1974  Most of the dialog options also work on selections.
1975  This means if you select more cells, columns or rows, the action is done
1976  for the whole selection.
1977  Note that there is a difference between selecting the 
1978 \emph on
1979 contents
1980 \emph default
1981  of the cell, and the cell itself.
1982  You can alter tables with the following tabs of the table dialog:
1983 \end_layout
1984
1985 \begin_layout Description
1986
1987 \family sans
1988 Table
1989 \begin_inset Space ~
1990 \end_inset
1991
1992 Settings
1993 \family default
1994  Here you can set the horizontal alignment and the width of the current
1995  column.
1996  When you have set a width you can also adjust the vertical alignment of
1997  the current row.
1998  A given width will allow the cell to have line breaks and multiple paragraphs
1999  of text, see section
2000 \begin_inset Space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "sub:Multiple-Lines-in"
2007
2008 \end_inset
2009
2010 .
2011  If you set no width, the column is as wide as their widest cell content
2012  is.
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2017  cell, see section
2018 \begin_inset Space ~
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "sub:Multicolumns"
2025
2026 \end_inset
2027
2028 .
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 The rotate check boxes rotates the current cell, a selection, or the whole
2033  table counter-clockwise by 90°.
2034  The rotation is not shown within LyX, only in the output.
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038
2039 \begin_inset Note Greyedout
2040 status open
2041
2042 \begin_layout Plain Layout
2043
2044 \series bold
2045 Note:
2046 \series default
2047  Not all DVI-viewers are able to display rotations.
2048 \end_layout
2049
2050 \end_inset
2051
2052
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 It is also possible to enter a LaTeX-argument which is needed for special
2057  table formattings, see section
2058 \begin_inset Space ~
2059 \end_inset
2060
2061
2062 \begin_inset CommandInset ref
2063 LatexCommand ref
2064 reference "sub:Multicolumn-Calculations"
2065
2066 \end_inset
2067
2068  and 
2069 \begin_inset CommandInset ref
2070 LatexCommand ref
2071 reference "sec:Colored-Tables"
2072
2073 \end_inset
2074
2075 .
2076 \end_layout
2077
2078 \begin_layout Description
2079
2080 \family sans
2081 Borders
2082 \family default
2083  In this tab you can add and delete border lines for the current row/column.
2084 \begin_inset Newline newline
2085 \end_inset
2086
2087 Using the style option 
2088 \family sans
2089 Formal
2090 \family default
2091  will convert the table to a formal table as described in section
2092 \begin_inset Space ~
2093 \end_inset
2094
2095
2096 \begin_inset CommandInset ref
2097 LatexCommand ref
2098 reference "sec:Formal-Tables"
2099
2100 \end_inset
2101
2102 .
2103 \begin_inset Newline newline
2104 \end_inset
2105
2106 You can also add here space to table rows as decribed in section
2107 \begin_inset Space ~
2108 \end_inset
2109
2110
2111 \begin_inset CommandInset ref
2112 LatexCommand ref
2113 reference "sub:Row-Spacing"
2114
2115 \end_inset
2116
2117 .
2118 \end_layout
2119
2120 \begin_layout Description
2121
2122 \family sans
2123 Longtable
2124 \family default
2125  This tab is to make a table a so called 
2126 \begin_inset Quotes eld
2127 \end_inset
2128
2129
2130 \emph on
2131 longtable
2132 \emph default
2133
2134 \begin_inset Quotes erd
2135 \end_inset
2136
2137  that can run over several pages.
2138  Section
2139 \begin_inset Space ~
2140 \end_inset
2141
2142
2143 \begin_inset CommandInset ref
2144 LatexCommand ref
2145 reference "sec:Longtables"
2146
2147 \end_inset
2148
2149  and 
2150 \begin_inset CommandInset ref
2151 LatexCommand ref
2152 reference "sec:Special-Longtable-Issues"
2153
2154 \end_inset
2155
2156  describe the longtable features in detail.
2157 \end_layout
2158
2159 \begin_layout Standard
2160 When the table toolbar is opened, you can move the cursor with the arrow
2161  keys from cell to cell and the property of the current cell will immediately
2162  be displayed in the dialog.
2163 \end_layout
2164
2165 \begin_layout Section
2166 Table Toolbar
2167 \begin_inset Index
2168 status collapsed
2169
2170 \begin_layout Plain Layout
2171 Table ! Toolbar
2172 \end_layout
2173
2174 \end_inset
2175
2176
2177 \end_layout
2178
2179 \begin_layout Standard
2180 The table toolbar is an alternative to the table dialog to be able to alter
2181  tables faster.
2182  It should normally appear at the bottom of LyX's main window when the cursor
2183  is inside a table.
2184  You can alternatively switch it on to appear always, by right-clicking
2185  in LyX's main menu bar.
2186 \end_layout
2187
2188 \begin_layout Standard
2189 The toolbar has the following icons:
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../images/tabular-feature_append-row.png
2196         scaleBeforeRotation
2197
2198 \end_inset
2199
2200  adds a row below the current cell or selection
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205 \begin_inset Graphics
2206         filename ../images/tabular-feature_append-column.png
2207         scaleBeforeRotation
2208
2209 \end_inset
2210
2211  adds a column right beside the current cell or selection
2212 \end_layout
2213
2214 \begin_layout Labeling
2215 \labelwidthstring 00.00.0000
2216 \begin_inset Graphics
2217         filename ../images/tabular-feature_delete-row.png
2218         scaleBeforeRotation
2219
2220 \end_inset
2221
2222  deletes the current row or selection
2223 \end_layout
2224
2225 \begin_layout Labeling
2226 \labelwidthstring 00.00.0000
2227 \begin_inset Graphics
2228         filename ../images/tabular-feature_delete-column.png
2229         scaleBeforeRotation
2230
2231 \end_inset
2232
2233  deletes the current column or selection
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../images/tabular-feature_toggle-line-top.png
2240         scaleBeforeRotation
2241
2242 \end_inset
2243
2244  adds a line at the top of the current cell / row or of a selection
2245 \end_layout
2246
2247 \begin_layout Labeling
2248 \labelwidthstring 00.00.0000
2249 \begin_inset Graphics
2250         filename ../images/tabular-feature_toggle-line-bottom.png
2251         scaleBeforeRotation
2252
2253 \end_inset
2254
2255  adds a line at the bottom of the current cell / row or of a selection
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260 \begin_inset Graphics
2261         filename ../images/tabular-feature_toggle-line-left.png
2262         scaleBeforeRotation
2263
2264 \end_inset
2265
2266  adds a line at the left side of the current cell / row or of a selection
2267 \end_layout
2268
2269 \begin_layout Labeling
2270 \labelwidthstring 00.00.0000
2271 \begin_inset Graphics
2272         filename ../images/tabular-feature_toggle-line-right.png
2273         scaleBeforeRotation
2274
2275 \end_inset
2276
2277  adds a line at the right side of the current cell / row or of a selection
2278 \end_layout
2279
2280 \begin_layout Labeling
2281 \labelwidthstring 00.00.0000
2282 \begin_inset Graphics
2283         filename ../images/tabular-feature_set-all-lines.png
2284         scaleBeforeRotation
2285
2286 \end_inset
2287
2288  adds lines around the current or selected cells - if the current cell no
2289  multicolumn this also affects the current row and column
2290 \end_layout
2291
2292 \begin_layout Labeling
2293 \labelwidthstring 00.00.0000
2294 \begin_inset Graphics
2295         filename ../images/tabular-feature_unset-all-lines.png
2296         scaleBeforeRotation
2297
2298 \end_inset
2299
2300  deletes all lines of the current or selected cells - if the current cell
2301  no multicolumn this also affects the current row and column
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Graphics
2307         filename ../images/tabular-feature_align-left.png
2308         scaleBeforeRotation
2309
2310 \end_inset
2311
2312  left-aligns the content of the current cell / column
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Graphics
2318         filename ../images/tabular-feature_align-center.png
2319         scaleBeforeRotation
2320
2321 \end_inset
2322
2323  centers the content of the current cell / column horizontally
2324 \end_layout
2325
2326 \begin_layout Labeling
2327 \labelwidthstring 00.00.0000
2328 \begin_inset Graphics
2329         filename ../images/tabular-feature_align-right.png
2330         scaleBeforeRotation
2331
2332 \end_inset
2333
2334  right-aligns the content of the current cell / column
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339 \begin_inset Graphics
2340         filename ../images/tabular-feature_valign-top.png
2341         scaleBeforeRotation
2342
2343 \end_inset
2344
2345  aligns the content of the current cell vertically to the top
2346 \end_layout
2347
2348 \begin_layout Labeling
2349 \labelwidthstring 00.00.0000
2350 \begin_inset Graphics
2351         filename ../images/tabular-feature_valign-middle.png
2352         scaleBeforeRotation
2353
2354 \end_inset
2355
2356  centers the content of the current cell vertically
2357 \end_layout
2358
2359 \begin_layout Labeling
2360 \labelwidthstring 00.00.0000
2361 \begin_inset Graphics
2362         filename ../images/tabular-feature_valign-bottom.png
2363         scaleBeforeRotation
2364
2365 \end_inset
2366
2367  aligns the content of the current cell vertically to the bottom
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372 \begin_inset Graphics
2373         filename ../images/tabular-feature_set-rotate-cell.png
2374         scaleBeforeRotation
2375
2376 \end_inset
2377
2378  rotates the current cell or selection counter-clockwise by 90°
2379 \end_layout
2380
2381 \begin_layout Labeling
2382 \labelwidthstring 00.00.0000
2383 \begin_inset Graphics
2384         filename ../images/tabular-feature_set-rotate-tabular.png
2385         scaleBeforeRotation
2386
2387 \end_inset
2388
2389  rotates the whole table counter-clockwise by 90°
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394 \begin_inset Graphics
2395         filename ../images/tabular-feature_multicolumn.png
2396         scaleBeforeRotation
2397
2398 \end_inset
2399
2400  sets the current cell or selection as a multicolumn
2401 \end_layout
2402
2403 \begin_layout Standard
2404 \begin_inset Note Greyedout
2405 status open
2406
2407 \begin_layout Plain Layout
2408
2409 \series bold
2410 Note:
2411 \series default
2412  For the output the vertical alignment of the first cell in a row is used
2413  for all following cells in the row.
2414 \end_layout
2415
2416 \end_inset
2417
2418
2419 \end_layout
2420
2421 \begin_layout Section
2422 Edit Table Menu
2423 \begin_inset Index
2424 status collapsed
2425
2426 \begin_layout Plain Layout
2427 Table ! Edit Menu
2428 \end_layout
2429
2430 \end_inset
2431
2432
2433 \end_layout
2434
2435 \begin_layout Standard
2436 Additionally to the table dialog and toolbar, the menu 
2437 \family sans
2438 Edit\SpecialChar \menuseparator
2439 Table
2440 \family default
2441  allows you to add and delete border lines for the current row/column and
2442  to set the current selection as multicolumn.
2443  The menu is only available when the cursor is inside a table.
2444 \end_layout
2445
2446 \begin_layout Section
2447 Table Floats
2448 \begin_inset CommandInset label
2449 LatexCommand label
2450 name "sec:Table-Floats"
2451
2452 \end_inset
2453
2454
2455 \begin_inset Index
2456 status collapsed
2457
2458 \begin_layout Plain Layout
2459 Floats ! Tables
2460 \end_layout
2461
2462 \end_inset
2463
2464
2465 \begin_inset Index
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469 Table ! Floats
2470 \end_layout
2471
2472 \end_inset
2473
2474
2475 \end_layout
2476
2477 \begin_layout Standard
2478 For general explanations about floats, have a look at section
2479 \begin_inset Space ~
2480 \end_inset
2481
2482
2483 \begin_inset CommandInset ref
2484 LatexCommand ref
2485 reference "sec:FloatIntroduction"
2486
2487 \end_inset
2488
2489 .
2490 \end_layout
2491
2492 \begin_layout Standard
2493 \begin_inset Float table
2494 placement h
2495 wide false
2496 sideways false
2497 status open
2498
2499 \begin_layout Plain Layout
2500 \begin_inset Caption
2501
2502 \begin_layout Plain Layout
2503 \begin_inset CommandInset label
2504 LatexCommand label
2505 name "tab:a table float"
2506
2507 \end_inset
2508
2509 A table float.
2510 \end_layout
2511
2512 \end_inset
2513
2514
2515 \end_layout
2516
2517 \begin_layout Plain Layout
2518 \align center
2519 \begin_inset Tabular
2520 <lyxtabular version="3" rows="3" columns="3">
2521 <features>
2522 <column alignment="center" valignment="top" width="0pt">
2523 <column alignment="center" valignment="top" width="0pt">
2524 <column alignment="center" valignment="top" width="0pt">
2525 <row>
2526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Plain Layout
2530
2531 \family roman
2532 \series medium
2533 \shape up
2534 \size normal
2535 \emph off
2536 \bar no
2537 \noun off
2538 \color none
2539 1
2540 \end_layout
2541
2542 \end_inset
2543 </cell>
2544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2545 \begin_inset Text
2546
2547 \begin_layout Plain Layout
2548
2549 \family roman
2550 \series medium
2551 \shape up
2552 \size normal
2553 \emph off
2554 \bar no
2555 \noun off
2556 \color none
2557 2
2558 \end_layout
2559
2560 \end_inset
2561 </cell>
2562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566
2567 \family roman
2568 \series medium
2569 \shape up
2570 \size normal
2571 \emph off
2572 \bar no
2573 \noun off
2574 \color none
2575 3
2576 \end_layout
2577
2578 \end_inset
2579 </cell>
2580 </row>
2581 <row>
2582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2583 \begin_inset Text
2584
2585 \begin_layout Plain Layout
2586
2587 \family roman
2588 \series medium
2589 \shape up
2590 \size normal
2591 \emph off
2592 \bar no
2593 \noun off
2594 \color none
2595 Joe
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2601 \begin_inset Text
2602
2603 \begin_layout Plain Layout
2604
2605 \family roman
2606 \series medium
2607 \shape up
2608 \size normal
2609 \emph off
2610 \bar no
2611 \noun off
2612 \color none
2613 Mary
2614 \end_layout
2615
2616 \end_inset
2617 </cell>
2618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2619 \begin_inset Text
2620
2621 \begin_layout Plain Layout
2622
2623 \family roman
2624 \series medium
2625 \shape up
2626 \size normal
2627 \emph off
2628 \bar no
2629 \noun off
2630 \color none
2631 Ted
2632 \end_layout
2633
2634 \end_inset
2635 </cell>
2636 </row>
2637 <row>
2638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642
2643 \family roman
2644 \series medium
2645 \shape up
2646 \size normal
2647 \emph off
2648 \bar no
2649 \noun off
2650 \color none
2651 \begin_inset Formula $\int x^{2}dx$
2652 \end_inset
2653
2654
2655 \end_layout
2656
2657 \end_inset
2658 </cell>
2659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Plain Layout
2663
2664 \family roman
2665 \series medium
2666 \shape up
2667 \size normal
2668 \emph off
2669 \bar no
2670 \noun off
2671 \color none
2672 \begin_inset Formula $\left[\begin{array}{cc}
2673 a & b\\
2674 c & d\end{array}\right]$
2675 \end_inset
2676
2677
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686
2687 \family roman
2688 \series medium
2689 \shape up
2690 \size normal
2691 \emph off
2692 \bar no
2693 \noun off
2694 \color none
2695 \begin_inset Formula $1+1=2$
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \end_inset
2702 </cell>
2703 </row>
2704 </lyxtabular>
2705
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \begin_layout Standard
2717 Table floats can be inserted using the menu 
2718 \family sans
2719 Insert\SpecialChar \menuseparator
2720 Float\SpecialChar \menuseparator
2721 Table
2722 \family default
2723  or the toolbar button 
2724 \begin_inset Graphics
2725         filename ../images/float-insert_table.png
2726         scale 85
2727         scaleBeforeRotation
2728
2729 \end_inset
2730
2731 .
2732 \end_layout
2733
2734 \begin_layout Standard
2735 The float appears as a collapsible box with a caption that has the label
2736  
2737 \begin_inset Quotes eld
2738 \end_inset
2739
2740 Table
2741 \begin_inset Space ~
2742 \end_inset
2743
2744 #:
2745 \begin_inset Quotes erd
2746 \end_inset
2747
2748  (# is the actual table number).
2749  You can insert tables to the float above or below the caption.
2750 \end_layout
2751
2752 \begin_layout Standard
2753 Table
2754 \begin_inset Space ~
2755 \end_inset
2756
2757
2758 \begin_inset CommandInset ref
2759 LatexCommand ref
2760 reference "tab:a table float"
2761
2762 \end_inset
2763
2764  is an example table within a table float.
2765 \end_layout
2766
2767 \begin_layout Standard
2768 Having the caption above the table is the common rule that is unfortunately
2769  not supported in LaTeX's standard classes.
2770  That means if you are using the document classes 
2771 \family sans
2772 article
2773 \family default
2774
2775 \family sans
2776 book
2777 \family default
2778
2779 \family sans
2780 letter
2781 \family default
2782 , or 
2783 \family sans
2784 report
2785 \family default
2786  there will be no space between the caption and the table.
2787  To insert the needed space, add the following option to the load command
2788  of the LaTeX-package 
2789 \series bold
2790 caption
2791 \series default
2792
2793 \begin_inset Index
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 LaTeX-packages ! caption
2798 \end_layout
2799
2800 \end_inset
2801
2802  in your document preamble
2803 \begin_inset Foot
2804 status collapsed
2805
2806 \begin_layout Plain Layout
2807 For more information have a look at section
2808 \begin_inset Space ~
2809 \end_inset
2810
2811
2812 \begin_inset CommandInset ref
2813 LatexCommand ref
2814 reference "sec:Caption-Placement"
2815
2816 \end_inset
2817
2818 .
2819 \end_layout
2820
2821 \end_inset
2822
2823 :
2824 \end_layout
2825
2826 \begin_layout Standard
2827
2828 \series bold
2829 tableposition=top
2830 \end_layout
2831
2832 \begin_layout Standard
2833 The package 
2834 \series bold
2835 caption
2836 \series default
2837 , which is described in section
2838 \begin_inset Space ~
2839 \end_inset
2840
2841
2842 \begin_inset CommandInset ref
2843 LatexCommand ref
2844 reference "sec:Caption-Formatting"
2845
2846 \end_inset
2847
2848 , is used to adjust the caption format.
2849 \end_layout
2850
2851 \begin_layout Standard
2852 \begin_inset Index
2853 status collapsed
2854
2855 \begin_layout Plain Layout
2856 References ! to Tables
2857 \end_layout
2858
2859 \end_inset
2860
2861 Tables can be cross-referenced in the text by referencing their label.
2862  To do this insert a label in the caption using the menu 
2863 \family sans
2864 Insert\SpecialChar \menuseparator
2865 Label
2866 \family default
2867  or the toolbar button 
2868 \begin_inset Graphics
2869         filename ../images/label-insert.png
2870         scale 85
2871         scaleBeforeRotation
2872
2873 \end_inset
2874
2875 .
2876  You can now refer to the label using the menu 
2877 \family sans
2878 Insert\SpecialChar \menuseparator
2879 Cross
2880 \begin_inset Space ~
2881 \end_inset
2882
2883 reference
2884 \family default
2885  or the toolbar button 
2886 \begin_inset Graphics
2887         filename ../images/dialog-show-new-inset_ref.png
2888         scale 85
2889         scaleBeforeRotation
2890
2891 \end_inset
2892
2893 .
2894 \begin_inset Newline newline
2895 \end_inset
2896
2897 Referencing is explained in detail in section
2898 \begin_inset Space ~
2899 \end_inset
2900
2901
2902 \begin_inset CommandInset ref
2903 LatexCommand ref
2904 reference "sec:Referencing-Floats"
2905
2906 \end_inset
2907
2908 .
2909 \end_layout
2910
2911 \begin_layout Section
2912 Longtables
2913 \begin_inset CommandInset label
2914 LatexCommand label
2915 name "sec:Longtables"
2916
2917 \end_inset
2918
2919
2920 \begin_inset Index
2921 status collapsed
2922
2923 \begin_layout Plain Layout
2924 Longtables
2925 \end_layout
2926
2927 \end_inset
2928
2929
2930 \begin_inset Index
2931 status collapsed
2932
2933 \begin_layout Plain Layout
2934 Table ! Longtables
2935 \end_layout
2936
2937 \end_inset
2938
2939
2940 \end_layout
2941
2942 \begin_layout Standard
2943 If the table is too long to fit on one page, you can use the option 
2944 \family sans
2945 Use
2946 \begin_inset Space ~
2947 \end_inset
2948
2949 long
2950 \begin_inset Space ~
2951 \end_inset
2952
2953 table
2954 \family default
2955  in the tab 
2956 \family sans
2957 Longtable
2958 \family default
2959  of the table dialog to split the table automatically over more pages.
2960  Doing this enables some check boxes and you can now define:
2961 \end_layout
2962
2963 \begin_layout Description
2964
2965 \family sans
2966 Header
2967 \family default
2968 : The current row and all rows above, that don't have any special options
2969  defined, are defined to be the header rows of all pages of the longtable;
2970  except for the first page, if 
2971 \family sans
2972 First
2973 \begin_inset Space ~
2974 \end_inset
2975
2976 header
2977 \family default
2978  is defined.
2979  This therefore called the main header.
2980 \end_layout
2981
2982 \begin_layout Description
2983
2984 \family sans
2985 First
2986 \begin_inset Space ~
2987 \end_inset
2988
2989 header
2990 \family default
2991 : The current row and all rows above, that don't have any special options
2992  defined, are defined to be the header rows of the first page of the longtable.
2993 \end_layout
2994
2995 \begin_layout Description
2996
2997 \family sans
2998 Footer
2999 \family default
3000 : The current row and all rows below, that don't have any special options
3001  defined, are defined to be the footer rows of all pages of the longtable;
3002  except for the last page, if 
3003 \family sans
3004 Last
3005 \begin_inset Space ~
3006 \end_inset
3007
3008 footer
3009 \family default
3010  is defined.
3011 \end_layout
3012
3013 \begin_layout Description
3014
3015 \family sans
3016 Last
3017 \begin_inset Space ~
3018 \end_inset
3019
3020 footer
3021 \family default
3022 : The current row and all rows below, that don't have any special options
3023  defined, are defined to be the footer rows of the last page of the longtable.
3024 \end_layout
3025
3026 \begin_layout Standard
3027 You can also specify a row where the table is splitted.
3028  If you set more than one option in the same table row, you should be aware
3029  of the fact that only the first one is used in the given table row.
3030  The others will then be defined as 
3031 \emph on
3032 empty
3033 \emph default
3034 .
3035  In this context, first means first in this order: 
3036 \family sans
3037 Header,
3038 \family default
3039  
3040 \family sans
3041 First
3042 \begin_inset Space ~
3043 \end_inset
3044
3045 header, Footer, Last
3046 \begin_inset Space ~
3047 \end_inset
3048
3049 footer.
3050
3051 \family default
3052  See the following longtable to see how it works:
3053 \end_layout
3054
3055 \begin_layout Standard
3056 \align center
3057 \begin_inset Tabular
3058 <lyxtabular version="3" rows="69" columns="3">
3059 <features islongtable="true">
3060 <column alignment="left" valignment="top" width="0cm">
3061 <column alignment="left" valignment="top" width="0pt">
3062 <column alignment="center" valignment="top" width="0pt">
3063 <row endfirsthead="true">
3064 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068
3069 \series bold
3070 Example Phone List (ignore the names)
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 </row>
3094 <row endfirsthead="true">
3095 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Plain Layout
3099
3100 \series bold
3101 NAME
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119
3120 \series bold
3121 TEL.
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 </row>
3127 <row endhead="true">
3128 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \series bold
3134 Example Phone List
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 </row>
3158 <row endhead="true">
3159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \series bold
3165 NAME
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \series bold
3185 TEL.
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 </row>
3191 <row endfoot="true">
3192 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196  continued on next page
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row>
3221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \series bold
3227 Annovi
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 Silvia
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245 111
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 </row>
3251 <row>
3252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \series bold
3258 Bertoli
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 Stefano
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276 111
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 </row>
3282 <row>
3283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287
3288 \series bold
3289 Bozzi
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 Walter
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307 111
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 </row>
3313 <row>
3314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318
3319 \series bold
3320 Cachia
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 Maria
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 111
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row>
3345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \series bold
3351 Cachia
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 Maurizio
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 111
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 <row>
3376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 Cinquemani
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 Giusi
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 111
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row>
3407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \series bold
3413 Colin
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 Bernard
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 111
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 <row>
3438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \series bold
3444 Concli
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 Gianfranco
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 111
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row>
3469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 Dal Bosco
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Carolina
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 111
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 <row>
3500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 Dalpiaz
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Annamaria
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 111
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Feliciello
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Domenico
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 Focarelli
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 Paola
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 111
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \series bold
3599 Galletti
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Oreste
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630 Gasparini
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 Franca
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661 Rizzardi
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Paola
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692 Lassini
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Giancarlo
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723 Malfatti
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Luciano
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 111
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 </row>
3747 <row>
3748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752
3753 \series bold
3754 Malfatti
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 Valeriano
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 111
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row>
3779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \series bold
3785 Meneguzzo
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 Roberto
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 111
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row>
3810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \series bold
3816 Mezzadra
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Roberto
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 111
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 </row>
3840 <row>
3841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847 Pirpamer
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 Erich
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 111
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Pochiesa
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Paolo
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 111, 222
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \series bold
3909 Radina
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 Claudio
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 111
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 <row>
3934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938
3939 \series bold
3940 Stuffer
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Oskar
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958 111
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \series bold
3971 Tacchelli
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Ugo
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989 111
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 </row>
3995 <row>
3996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000
4001 \series bold
4002 Tezzele
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Margit
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020 111
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 <row>
4027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031
4032 \series bold
4033 Unterkalmsteiner
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 Frieda
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 111
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \series bold
4064 Vieider
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Hilde
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082 111
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \series bold
4095 Vigna
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 Jürgen
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 111
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 </row>
4119 <row>
4120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \series bold
4126 Weber
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 Maurizio
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 111
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \series bold
4157 Winkler
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Franz
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 111
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186  
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row>
4211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215
4216 \series bold
4217 Annovi
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 Silvia
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 555
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 <row>
4242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246
4247 \series bold
4248 Bertoli
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 Stefano
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 555
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 </row>
4272 <row>
4273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277
4278 \series bold
4279 Bozzi
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 Walter
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 555
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 </row>
4303 <row>
4304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308
4309 \series bold
4310 Cachia
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 Maria
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 555
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 </row>
4334 <row>
4335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339
4340 \series bold
4341 Cachia
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 Maurizio
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 555
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 </row>
4365 <row>
4366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370
4371 \series bold
4372 Cinquemani
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 Giusi
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 555
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 </row>
4396 <row>
4397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401
4402 \series bold
4403 Colin
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 Bernard
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 555
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 </row>
4427 <row>
4428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432
4433 \series bold
4434 Concli
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 Gianfranco
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 555
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \series bold
4465 Dal Bosco
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 Carolina
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 555
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \series bold
4496 Dalpiaz
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 Annamaria
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 555
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Feliciello
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Domenico
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Focarelli
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Paola
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 555
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Galletti
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Oreste
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Gasparini
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Franca
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 555
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649
4650 \series bold
4651 Rizzardi
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 Paola
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680
4681 \series bold
4682 Lassini
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 Giancarlo
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711
4712 \series bold
4713 Malfatti
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 Luciano
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 555
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 </row>
4737 <row>
4738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742
4743 \series bold
4744 Malfatti
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 Valeriano
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 555
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \series bold
4775 Meneguzzo
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 Roberto
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 555
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 </row>
4799 <row>
4800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804
4805 \series bold
4806 Mezzadra
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 Roberto
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 555
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \series bold
4837 Pirpamer
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 Erich
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 555
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 </row>
4861 <row>
4862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866
4867 \series bold
4868 Pochiesa
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 Paolo
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 555, 222
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 <row>
4893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897
4898 \series bold
4899 Radina
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 Claudio
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 555
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row>
4924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928
4929 \series bold
4930 Stuffer
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 Oskar
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 555
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row>
4955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959
4960 \series bold
4961 Tacchelli
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 Ugo
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979 555
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 </row>
4985 <row>
4986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990
4991 \series bold
4992 Tezzele
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Margit
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 555
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 </row>
5016 <row>
5017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021
5022 \series bold
5023 Unterkalmsteiner
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Frieda
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 555
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \series bold
5054 Vieider
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 Hilde
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 555
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 </row>
5078 <row>
5079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \series bold
5085 Vigna
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 Jürgen
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 999
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \series bold
5116 Weber
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 Maurizio
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 555
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 <row>
5141 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \series bold
5147 Winkler
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 Franz
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 555
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 <row endlastfoot="true">
5172 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 end
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 </row>
5200 </lyxtabular>
5201
5202 \end_inset
5203
5204
5205 \begin_inset ERT
5206 status collapsed
5207
5208 \begin_layout Plain Layout
5209
5210
5211 \backslash
5212 addtocounter{table}{-1}
5213 \end_layout
5214
5215 \end_inset
5216
5217
5218 \begin_inset Note Note
5219 status collapsed
5220
5221 \begin_layout Plain Layout
5222 See greyed-out note in section
5223 \begin_inset Space ~
5224 \end_inset
5225
5226
5227 \begin_inset CommandInset ref
5228 LatexCommand ref
5229 reference "sub:Longtable-Captions"
5230
5231 \end_inset
5232
5233  for an explanation of this command.
5234 \end_layout
5235
5236 \end_inset
5237
5238
5239 \end_layout
5240
5241 \begin_layout Subsection
5242 Footnotes in Longtables
5243 \begin_inset CommandInset label
5244 LatexCommand label
5245 name "sub:Footnotes-in-Longtables"
5246
5247 \end_inset
5248
5249
5250 \begin_inset Index
5251 status collapsed
5252
5253 \begin_layout Plain Layout
5254 Longtables ! Footnotes
5255 \end_layout
5256
5257 \end_inset
5258
5259
5260 \end_layout
5261
5262 \begin_layout Standard
5263 Footnotes can be inserted to every longtable cell.
5264  They appear at the bottom of the page where the table cell with the footnote
5265  appears.
5266  Table
5267 \begin_inset Space ~
5268 \end_inset
5269
5270
5271 \begin_inset CommandInset ref
5272 LatexCommand ref
5273 reference "tab:DiffCaptions"
5274
5275 \end_inset
5276
5277  has for example a footnote.
5278 \end_layout
5279
5280 \begin_layout Subsection
5281 Longtable Alignment
5282 \begin_inset Index
5283 status collapsed
5284
5285 \begin_layout Plain Layout
5286 Longtables ! Alignment
5287 \end_layout
5288
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \begin_layout Standard
5295 Longtables are by default centered.
5296  In contrary to the alignment of the table columns and row, the table alignment
5297  can currently not be changed in the table dialog.
5298  To change the alignment of longtables you have to change the value of the
5299  lengths 
5300 \series bold
5301
5302 \backslash
5303 LTleft 
5304 \series default
5305 and 
5306 \series bold
5307
5308 \backslash
5309 LTright
5310 \series default
5311  by inserting this line as TeX-Code before the corresponding longtable:
5312 \end_layout
5313
5314 \begin_layout Standard
5315
5316 \series bold
5317
5318 \backslash
5319 setlength{
5320 \backslash
5321 LTleft}{value}
5322 \end_layout
5323
5324 \begin_layout Standard
5325 Where the value can have any of the units listed in Table
5326 \begin_inset Space ~
5327 \end_inset
5328
5329
5330 \begin_inset CommandInset ref
5331 LatexCommand ref
5332 reference "tab:Units"
5333
5334 \end_inset
5335
5336 .
5337  
5338 \series bold
5339
5340 \backslash
5341 LTleft
5342 \series default
5343  controls the horizontal distance from the left page border to the longtable,
5344  
5345 \series bold
5346
5347 \backslash
5348 LTright
5349 \series default
5350  the distance from the right side.
5351  The default value for both lengths is 
5352 \series bold
5353
5354 \backslash
5355 fill
5356 \series default
5357 , which is in this case the same as an horizontal fill in LyX.
5358 \end_layout
5359
5360 \begin_layout Standard
5361 The following longtable was left-aligned by setting 
5362 \series bold
5363
5364 \backslash
5365 LTleft
5366 \series default
5367  to 0
5368 \begin_inset Space \thinspace{}
5369 \end_inset
5370
5371 pt.
5372 \begin_inset ERT
5373 status collapsed
5374
5375 \begin_layout Plain Layout
5376
5377
5378 \backslash
5379 setlength{
5380 \backslash
5381 LTleft}{0pt}
5382 \end_layout
5383
5384 \end_inset
5385
5386
5387 \end_layout
5388
5389 \begin_layout Standard
5390 \begin_inset Tabular
5391 <lyxtabular version="3" rows="5" columns="5">
5392 <features islongtable="true">
5393 <column alignment="center" valignment="top" width="0">
5394 <column alignment="center" valignment="top" width="0">
5395 <column alignment="center" valignment="top" width="0">
5396 <column alignment="center" valignment="top" width="0">
5397 <column alignment="center" valignment="top" width="0">
5398 <row>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 1
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 2
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 3
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 4
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 5
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 asd
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 s
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 s
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 s
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5492 <row>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 asd
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506 s
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 s
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 s
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5539 <row>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 asd
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 s
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 s
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 s
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5586 <row>
5587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 asd
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 asd
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 asd
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 asd
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 </row>
5633 </lyxtabular>
5634
5635 \end_inset
5636
5637
5638 \begin_inset ERT
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642
5643
5644 \backslash
5645 setlength{
5646 \backslash
5647 LTleft}{
5648 \backslash
5649 fill}
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \begin_layout Subsection
5658 Longtable Captions
5659 \begin_inset Index
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663 Longtables ! Captions
5664 \end_layout
5665
5666 \end_inset
5667
5668
5669 \begin_inset CommandInset label
5670 LatexCommand label
5671 name "sub:Longtable-Captions"
5672
5673 \end_inset
5674
5675
5676 \end_layout
5677
5678 \begin_layout Standard
5679 A longtable cannot be put into a table float because floats can only be
5680  on one page but the caption environment of floats can also be used for
5681  longtables.
5682 \end_layout
5683
5684 \begin_layout Standard
5685 As LyX does not yet fully support captions in longtables, a hack is needed
5686  to create them:
5687 \end_layout
5688
5689 \begin_layout Enumerate
5690 Create a longtable
5691 \family sans
5692 .
5693 \end_layout
5694
5695 \begin_layout Enumerate
5696 Mark the first row and disable its upper line.
5697 \end_layout
5698
5699 \begin_layout Enumerate
5700 Insert a caption via the menu 
5701 \family sans
5702 Insert\SpecialChar \menuseparator
5703 Caption
5704 \family default
5705  into the first table cell.
5706 \begin_inset Newline newline
5707 \end_inset
5708
5709 You can also add a short title for the caption.
5710 \end_layout
5711
5712 \begin_layout Enumerate
5713 Insert a 
5714 \begin_inset Quotes eld
5715 \end_inset
5716
5717
5718 \series bold
5719
5720 \backslash
5721
5722 \backslash
5723 %
5724 \series default
5725
5726 \begin_inset Quotes erd
5727 \end_inset
5728
5729  as TeX-Code behind the caption.
5730 \end_layout
5731
5732 \begin_layout Standard
5733 A short title that will appear in the LOT instead of the full title.
5734  The 
5735 \series bold
5736
5737 \backslash
5738
5739 \backslash
5740 %
5741 \series default
5742  behind the caption omits the vertical lines between the following cells
5743  in the row.
5744  The first table row is now only a dummy row for the caption, the actual
5745  table starts with the second row.
5746 \end_layout
5747
5748 \begin_layout Standard
5749 Here is a short longtable to see how it works:
5750 \end_layout
5751
5752 \begin_layout Standard
5753 \begin_inset Tabular
5754 <lyxtabular version="3" rows="6" columns="5">
5755 <features islongtable="true">
5756 <column alignment="center" valignment="top" width="0">
5757 <column alignment="center" valignment="top" width="0">
5758 <column alignment="center" valignment="top" width="0">
5759 <column alignment="center" valignment="top" width="0">
5760 <column alignment="center" valignment="top" width="0">
5761 <row caption="true">
5762 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 \begin_inset Caption
5767
5768 \begin_layout Plain Layout
5769 Longtable with caption
5770 \begin_inset OptArg
5771 status open
5772
5773 \begin_layout Plain Layout
5774 Longtable
5775 \end_layout
5776
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 1
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 2
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 3
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 4
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 5
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 s
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 s
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 s
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 asd
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 </row>
5920 <row>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 s
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 s
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 s
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 asd
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 </row>
5967 <row>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 s
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 s
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 s
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 </row>
6014 <row>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 asd
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 asd
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 asd
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 </lyxtabular>
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \begin_layout Standard
6069 \begin_inset VSpace medskip
6070 \end_inset
6071
6072
6073 \begin_inset Note Greyedout
6074 status open
6075
6076 \begin_layout Plain Layout
6077
6078 \series bold
6079 Note:
6080 \series default
6081  The table number is increased for every longtable, also if you didn't set
6082  a caption for it.
6083  For this reason you could have the case that e.g.
6084  Table
6085 \begin_inset Space ~
6086 \end_inset
6087
6088 2.4 follows on Table
6089 \begin_inset Space ~
6090 \end_inset
6091
6092 2.1 in the list of tables if there are two longtables without captions.
6093  To avoid this you can add the following command in TeX-Code behind every
6094  longtable without a caption:
6095 \end_layout
6096
6097 \begin_layout Plain Layout
6098
6099 \series bold
6100
6101 \backslash
6102 addtocounter{table}{-1}
6103 \end_layout
6104
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \begin_layout Standard
6111 \begin_inset Note Greyedout
6112 status open
6113
6114 \begin_layout Plain Layout
6115
6116 \series bold
6117 Note:
6118 \series default
6119  If you are using the LaTeX-package 
6120 \series bold
6121 hyperref
6122 \series default
6123
6124 \begin_inset Index
6125 status collapsed
6126
6127 \begin_layout Plain Layout
6128 LaTeX-packages ! hyperref
6129 \end_layout
6130
6131 \end_inset
6132
6133  to link cross-references, the link to a longtable caption will always point
6134  to the beginning of the document.
6135 \end_layout
6136
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \begin_layout Standard
6143 \begin_inset Newpage newpage
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \begin_layout Subsubsection
6150 References to Longtables
6151 \begin_inset Index
6152 status collapsed
6153
6154 \begin_layout Plain Layout
6155 Longtables ! References
6156 \end_layout
6157
6158 \end_inset
6159
6160
6161 \end_layout
6162
6163 \begin_layout Standard
6164 \begin_inset Tabular
6165 <lyxtabular version="3" rows="6" columns="5">
6166 <features islongtable="true">
6167 <column alignment="center" valignment="top" width="0">
6168 <column alignment="center" valignment="top" width="0">
6169 <column alignment="center" valignment="top" width="0">
6170 <column alignment="center" valignment="top" width="0">
6171 <column alignment="center" valignment="top" width="0">
6172 <row caption="true">
6173 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Caption
6178
6179 \begin_layout Plain Layout
6180 Referenced longtable
6181 \begin_inset CommandInset label
6182 LatexCommand label
6183 name "tab:RefExample"
6184
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \end_inset
6191
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 1
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 2
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 3
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 4
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 5
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 asd
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 s
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 asd
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 </row>
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 sad
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 </row>
6469 </lyxtabular>
6470
6471 \end_inset
6472
6473
6474 \end_layout
6475
6476 \begin_layout Standard
6477 To reference a longtable, insert a label into the caption.
6478  Note that you have to add the label prefix 
6479 \begin_inset Quotes eld
6480 \end_inset
6481
6482
6483 \emph on
6484 tab:
6485 \emph default
6486
6487 \begin_inset Quotes eld
6488 \end_inset
6489
6490  manually in the label field.
6491 \end_layout
6492
6493 \begin_layout Standard
6494 This is a reference to Table
6495 \begin_inset Space ~
6496 \end_inset
6497
6498
6499 \begin_inset CommandInset ref
6500 LatexCommand ref
6501 reference "tab:RefExample"
6502
6503 \end_inset
6504
6505 .
6506 \end_layout
6507
6508 \begin_layout Standard
6509 The caption layout can be set together with all other caption of your document
6510  using the LaTeX-package 
6511 \series bold
6512 caption
6513 \series default
6514
6515 \begin_inset Index
6516 status collapsed
6517
6518 \begin_layout Plain Layout
6519 LaTeX-packages ! caption
6520 \end_layout
6521
6522 \end_inset
6523
6524 , see section
6525 \begin_inset Space ~
6526 \end_inset
6527
6528
6529 \begin_inset CommandInset ref
6530 LatexCommand ref
6531 reference "sec:Caption-Formatting"
6532
6533 \end_inset
6534
6535 .
6536 \end_layout
6537
6538 \begin_layout Subsubsection
6539 Caption Width
6540 \begin_inset Index
6541 status collapsed
6542
6543 \begin_layout Plain Layout
6544 Longtables ! Caption Width
6545 \end_layout
6546
6547 \end_inset
6548
6549
6550 \end_layout
6551
6552 \begin_layout Standard
6553 The maximal width of of caption lines is defined by the length 
6554 \series bold
6555
6556 \backslash
6557 LTcapwidth
6558 \series default
6559 .
6560  Its default value is 4
6561 \begin_inset Space \thinspace{}
6562 \end_inset
6563
6564 in.
6565  To change it add the following command to your document preamble or as
6566  TeX-Code into your document before the longtable that should be affected
6567 \end_layout
6568
6569 \begin_layout Standard
6570
6571 \series bold
6572
6573 \backslash
6574 setlength{
6575 \backslash
6576 LTcapwidth}{width}
6577 \end_layout
6578
6579 \begin_layout Standard
6580 where the width could have one of the units listed in appendix
6581 \begin_inset Space ~
6582 \end_inset
6583
6584
6585 \begin_inset CommandInset ref
6586 LatexCommand ref
6587 reference "cha:Units-available-in"
6588
6589 \end_inset
6590
6591 .
6592 \end_layout
6593
6594 \begin_layout Standard
6595 The following tables show the difference:
6596 \end_layout
6597
6598 \begin_layout Standard
6599 \begin_inset Tabular
6600 <lyxtabular version="3" rows="6" columns="5">
6601 <features islongtable="true">
6602 <column alignment="center" valignment="top" width="0">
6603 <column alignment="center" valignment="top" width="0">
6604 <column alignment="center" valignment="top" width="0">
6605 <column alignment="center" valignment="top" width="0">
6606 <column alignment="center" valignment="top" width="0">
6607 <row caption="true">
6608 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 \begin_inset Caption
6613
6614 \begin_layout Plain Layout
6615 long full title with default width long full title with default width long
6616  full title with default width
6617 \begin_inset OptArg
6618 status open
6619
6620 \begin_layout Plain Layout
6621 caption with default width
6622 \end_layout
6623
6624 \end_inset
6625
6626
6627 \end_layout
6628
6629 \end_inset
6630
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" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 1
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 2
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 3
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 4
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 5
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 asd
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" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 s
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 s
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 <row>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 asd
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" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 s
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 s
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 <row>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 asd
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" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 s
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 s
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row>
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 sad
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 asd
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 </lyxtabular>
6909
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \begin_layout Standard
6916 \begin_inset ERT
6917 status collapsed
6918
6919 \begin_layout Plain Layout
6920
6921
6922 \backslash
6923 setlength{
6924 \backslash
6925 LTcapwidth}{5cm}
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \begin_inset Tabular
6932 <lyxtabular version="3" rows="6" columns="5">
6933 <features islongtable="true">
6934 <column alignment="center" valignment="top" width="0">
6935 <column alignment="center" valignment="top" width="0">
6936 <column alignment="center" valignment="top" width="0">
6937 <column alignment="center" valignment="top" width="0">
6938 <column alignment="center" valignment="top" width="0">
6939 <row caption="true">
6940 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 \begin_inset Caption
6945
6946 \begin_layout Plain Layout
6947 long full title with width set to 5
6948 \begin_inset Space \thinspace{}
6949 \end_inset
6950
6951 cm long full title with width set to 5
6952 \begin_inset Space \thinspace{}
6953 \end_inset
6954
6955 cm long full title with width set to 5
6956 \begin_inset Space \thinspace{}
6957 \end_inset
6958
6959 cm
6960 \begin_inset OptArg
6961 status open
6962
6963 \begin_layout Plain Layout
6964 caption with width
6965 \begin_inset Space \thinspace{}
6966 \end_inset
6967
6968 =
6969 \begin_inset Space \thinspace{}
6970 \end_inset
6971
6972 5
6973 \begin_inset Space \thinspace{}
6974 \end_inset
6975
6976 cm
6977 \end_layout
6978
6979 \end_inset
6980
6981
6982 \end_layout
6983
6984 \end_inset
6985
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" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 1
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 2
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 3
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 4
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 5
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 asd
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" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 s
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 </row>
7122 <row>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
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" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 s
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 <row>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
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" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 s
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 s
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 </row>
7216 <row>
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 sad
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 asd
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 asd
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 </row>
7263 </lyxtabular>
7264
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \begin_layout Standard
7271 \begin_inset ERT
7272 status collapsed
7273
7274 \begin_layout Plain Layout
7275
7276
7277 \backslash
7278 setlength{
7279 \backslash
7280 LTcapwidth}{4in}
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \end_layout
7287
7288 \begin_layout Standard
7289 \begin_inset Note Greyedout
7290 status open
7291
7292 \begin_layout Plain Layout
7293
7294 \series bold
7295 Note:
7296 \series default
7297  When the LaTeX-package 
7298 \series bold
7299 caption
7300 \series default
7301
7302 \begin_inset Index
7303 status collapsed
7304
7305 \begin_layout Plain Layout
7306 LaTeX-packages ! caption
7307 \end_layout
7308
7309 \end_inset
7310
7311  is used, as in this document, the full page width is used for the caption
7312  when you use the default value of 4
7313 \begin_inset Space \thinspace{}
7314 \end_inset
7315
7316 in for 
7317 \series bold
7318
7319 \backslash
7320 LTcapwidth
7321 \series default
7322 .
7323  To get in this case exactly a 4
7324 \begin_inset Space \thinspace{}
7325 \end_inset
7326
7327 in wide caption, you can either use a value slightly different from 4.0
7328 \begin_inset Space \thinspace{}
7329 \end_inset
7330
7331 in, e.g.
7332  3.99
7333 \begin_inset Space \thinspace{}
7334 \end_inset
7335
7336 in, or the LaTeX-command 
7337 \series bold
7338
7339 \backslash
7340 captionsetup{width=value}
7341 \series default
7342  that is provided by the 
7343 \series bold
7344 caption
7345 \series default
7346 -package.
7347 \end_layout
7348
7349 \end_inset
7350
7351
7352 \end_layout
7353
7354 \begin_layout Subsubsection
7355 Different Captions for Table Pages
7356 \begin_inset Index
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360 Longtables ! Different Captions for Pages
7361 \end_layout
7362
7363 \end_inset
7364
7365
7366 \end_layout
7367
7368 \begin_layout Standard
7369 When the other captions should differ from the one of the first table page,
7370  insert a caption with a non-empty short title in a dummy caption row marked
7371  as first header.
7372  The caption used for the other table pages is inserted as caption without
7373  a short title in a dummy caption row that is marked as main header.
7374  When this caption shouldn't include the table number, use the command
7375 \end_layout
7376
7377 \begin_layout Standard
7378
7379 \series bold
7380
7381 \backslash
7382 caption*{caption text}
7383 \end_layout
7384
7385 \begin_layout Standard
7386 instead of LyX's caption box.
7387  The label to reference the table is inserted into the caption of the first
7388  header.
7389  Table
7390 \begin_inset Space ~
7391 \end_inset
7392
7393
7394 \begin_inset CommandInset ref
7395 LatexCommand ref
7396 reference "tab:DiffCaptions"
7397
7398 \end_inset
7399
7400  is an example for a longtable with different heading where the second caption
7401  doesn't include the table number.
7402 \end_layout
7403
7404 \begin_layout Standard
7405 \align center
7406 \begin_inset Tabular
7407 <lyxtabular version="3" rows="59" columns="3">
7408 <features islongtable="true">
7409 <column alignment="left" valignment="top" width="0cm">
7410 <column alignment="left" valignment="top" width="0pt">
7411 <column alignment="center" valignment="top" width="0pt">
7412 <row endfirsthead="true" caption="true">
7413 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 \begin_inset Caption
7418
7419 \begin_layout Plain Layout
7420 Example Phone List
7421 \begin_inset CommandInset label
7422 LatexCommand label
7423 name "tab:DiffCaptions"
7424
7425 \end_inset
7426
7427
7428 \begin_inset OptArg
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432 Example Phone List
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \end_inset
7441
7442
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row endfirsthead="true">
7467 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471
7472 \series bold
7473 Example Phone List (ignore the names)
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row endfirsthead="true">
7498 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502
7503 \series bold
7504 NAME
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522
7523 \series bold
7524 TEL.
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row endhead="true" caption="true">
7531 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 \begin_inset ERT
7536 status open
7537
7538 \begin_layout Plain Layout
7539
7540
7541 \backslash
7542 caption*{Continued Example Phone List}
7543 \backslash
7544
7545 \backslash
7546 %
7547 \end_layout
7548
7549 \end_inset
7550
7551
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 <row endhead="true">
7576 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580
7581 \series bold
7582 Example Phone List
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 </row>
7606 <row endhead="true">
7607 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611
7612 \series bold
7613 NAME
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \series bold
7633 TEL.
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row endfoot="true">
7640 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 continued on next page
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row>
7669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673
7674 \series bold
7675 Annovi
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 Silvia
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693 111
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 </row>
7699 <row>
7700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704
7705 \series bold
7706 Bertoli
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715 Stefano
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724 111
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \series bold
7737 Bozzi
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 Walter
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 111
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row>
7762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \series bold
7768 Cachia
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777 Maria
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 111
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row>
7793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \series bold
7799 Cachia
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808 Maurizio
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817 111
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 Cinquemani
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 Giusi
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 111
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \series bold
7861 Colin
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 Bernard
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 111
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 Concli
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Gianfranco
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 111
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 Dal Bosco
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 Carolina
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 111
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \series bold
7954 Dalpiaz
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 Annamaria
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 111
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \series bold
7985 Feliciello
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Domenico
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 111
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \series bold
8016 Focarelli
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 Paola
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 111
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \series bold
8047 Galletti
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 Oreste
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 111
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Gasparini
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Franca
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 111
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 Rizzardi
8110 \series default
8111
8112 \begin_inset Foot
8113 status collapsed
8114
8115 \begin_layout Plain Layout
8116 Example footnote
8117 \end_layout
8118
8119 \end_inset
8120
8121
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 Paola
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 111
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \series bold
8152 Lassini
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 Giancarlo
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 111
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \series bold
8183 Malfatti
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 Luciano
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 111
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \series bold
8214 Malfatti
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 Valeriano
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 111
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \series bold
8245 Meneguzzo
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 Roberto
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 111
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \series bold
8276 Mezzadra
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Roberto
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Pirpamer
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Erich
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Pochiesa
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Paolo
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111, 222
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Radina
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Claudio
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 111
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \series bold
8400 Stuffer
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Oskar
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 111
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \series bold
8431 Tacchelli
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Ugo
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Tezzele
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Margit
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Unterkalmsteiner
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Frieda
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 111
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Vieider
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Hilde
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Vigna
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Jürgen
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Weber
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Maurizio
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Winkler
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Franz
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell multicolumn="1" alignment="left" valignment="top" bottomline="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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Annovi
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Silvia
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 555
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 Bertoli
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Stefano
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 555
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row>
8733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737
8738 \series bold
8739 Bozzi
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 Walter
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 555
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770 Cachia
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Maria
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 555
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 </row>
8794 <row>
8795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799
8800 \series bold
8801 Cachia
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 Maurizio
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 555
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \series bold
8832 Cinquemani
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Giusi
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 555
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 <row>
8857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \series bold
8863 Colin
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Bernard
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 555
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Concli
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Gianfranco
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 555
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Dal Bosco
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Carolina
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 555
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Dalpiaz
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Annamaria
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 555
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Feliciello
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Domenico
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 555
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Focarelli
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Paola
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 555
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Galletti
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Oreste
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 555
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Gasparini
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Franca
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Rizzardi
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Paola
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \series bold
9142 Lassini
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Giancarlo
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 555
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Malfatti
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Luciano
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Malfatti
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Valeriano
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Meneguzzo
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Roberto
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Mezzadra
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Roberto
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 </lyxtabular>
9291
9292 \end_inset
9293
9294
9295 \end_layout
9296
9297 \begin_layout Section
9298 Special Longtable Issues
9299 \begin_inset CommandInset label
9300 LatexCommand label
9301 name "sec:Special-Longtable-Issues"
9302
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \begin_layout Subsection
9309 Longtable Calculation
9310 \begin_inset Index
9311 status collapsed
9312
9313 \begin_layout Plain Layout
9314 Longtables ! Calculation
9315 \end_layout
9316
9317 \end_inset
9318
9319
9320 \end_layout
9321
9322 \begin_layout Standard
9323 LaTeX calculates the height of table pages and their page breaks using so
9324  called chunks.
9325  Chunks are pieces of the tables that are at once in LaTeX's memory.
9326  The default value is historically set to only 20 table rows.
9327  If you are using longtables with many pages this may slow down the creation
9328  of your document.
9329  You can safely increase the chunk size to values of 100-1000 by adding
9330  this command line to your document preamble:
9331 \end_layout
9332
9333 \begin_layout Standard
9334
9335 \series bold
9336
9337 \backslash
9338 setcounter{LTchunksize}{100}
9339 \end_layout
9340
9341 \begin_layout Subsection
9342 Floats and Longtables
9343 \begin_inset Index
9344 status collapsed
9345
9346 \begin_layout Plain Layout
9347 Longtables ! Floats
9348 \end_layout
9349
9350 \end_inset
9351
9352
9353 \end_layout
9354
9355 \begin_layout Standard
9356 There might be problems when a float appears on the same page where a longtable
9357  starts.
9358  To avoid such situation, add the command 
9359 \series bold
9360
9361 \backslash
9362 clearpage
9363 \series default
9364  as TeX-Code before your longtable.
9365 \end_layout
9366
9367 \begin_layout Subsection
9368 Forced Page Breaks
9369 \begin_inset Index
9370 status collapsed
9371
9372 \begin_layout Plain Layout
9373 Longtables ! Forced Page Breaks
9374 \end_layout
9375
9376 \end_inset
9377
9378
9379 \end_layout
9380
9381 \begin_layout Standard
9382 By default tables are only broken between rows.
9383  If you have a cell with multiples lines and want to have a page break within
9384  the cell, insert the new line command 
9385 \begin_inset Quotes eld
9386 \end_inset
9387
9388
9389 \series bold
9390
9391 \backslash
9392
9393 \backslash
9394
9395 \series default
9396
9397 \begin_inset Quotes erd
9398 \end_inset
9399
9400  as TeX-Code at this point of the cell where it should be broken.
9401  Before the 
9402 \series bold
9403
9404 \backslash
9405
9406 \backslash
9407
9408 \series default
9409  command you have to insert in TeX-Code so many 
9410 \begin_inset Quotes eld
9411 \end_inset
9412
9413
9414 \series bold
9415 &
9416 \series default
9417
9418 \begin_inset Quotes erd
9419 \end_inset
9420
9421  characters like the number of the following table columns.
9422  The 
9423 \series bold
9424 &
9425 \series default
9426  is the character to separate table cells.
9427  Write in TeX-Code after each 
9428 \series bold
9429 &
9430 \series default
9431  the content of the corresponding following cell and delete the content
9432  of these cells.
9433 \begin_inset Newline newline
9434 \end_inset
9435
9436 Behind the the 
9437 \series bold
9438
9439 \backslash
9440
9441 \backslash
9442
9443 \series default
9444  command, insert so many 
9445 \series bold
9446 &
9447 \series default
9448  characters like the number of table columns before the current column.
9449  In Table
9450 \begin_inset Space ~
9451 \end_inset
9452
9453
9454 \begin_inset CommandInset ref
9455 LatexCommand ref
9456 reference "tab:ForcedPagebreak"
9457
9458 \end_inset
9459
9460  the cell that should be broken is in the second column followed by another
9461  column.
9462  Therefore the following command was inserted in the cell as TeX-Code behind
9463  
9464 \begin_inset Quotes eld
9465 \end_inset
9466
9467
9468 \emph on
9469 Castelchiodato,
9470 \emph default
9471
9472 \begin_inset Quotes erd
9473 \end_inset
9474
9475 :
9476 \end_layout
9477
9478 \begin_layout Standard
9479
9480 \series bold
9481 & 111
9482 \backslash
9483
9484 \backslash
9485
9486 \begin_inset Newline newline
9487 \end_inset
9488
9489 &
9490 \end_layout
9491
9492 \begin_layout Standard
9493 The 
9494 \begin_inset Quotes eld
9495 \end_inset
9496
9497 111
9498 \begin_inset Quotes erd
9499 \end_inset
9500
9501  in the third columns of the row was deleted.
9502  If your footer row of the longtable has for a certain reason no upper line
9503  but you would have a horizontal line where the cell is broken, use this
9504  command instead:
9505 \end_layout
9506
9507 \begin_layout Standard
9508
9509 \series bold
9510 & 111
9511 \backslash
9512
9513 \backslash
9514
9515 \begin_inset Newline newline
9516 \end_inset
9517
9518
9519 \backslash
9520 hline &
9521 \end_layout
9522
9523 \begin_layout Standard
9524 When the cell to be broken is in the last column, the command
9525 \end_layout
9526
9527 \begin_layout Standard
9528
9529 \series bold
9530
9531 \backslash
9532 setlength{
9533 \backslash
9534 parfillskip}{0pt}
9535 \end_layout
9536
9537 \begin_layout Standard
9538 must be inserted as TeX-Code at the beginning of the cell.
9539  This assures that the part of the cell that will be displayed on the new
9540  page appears with the full width.
9541 \end_layout
9542
9543 \begin_layout Standard
9544 \align center
9545 \begin_inset Tabular
9546 <lyxtabular version="3" rows="38" columns="3">
9547 <features islongtable="true">
9548 <column alignment="left" valignment="top" width="0cm">
9549 <column alignment="left" valignment="top" width="3cm">
9550 <column alignment="center" valignment="top" width="0pt">
9551 <row endfirsthead="true" caption="true">
9552 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 \begin_inset Caption
9557
9558 \begin_layout Plain Layout
9559 Table with forced page break in table cell
9560 \begin_inset CommandInset label
9561 LatexCommand label
9562 name "tab:ForcedPagebreak"
9563
9564 \end_inset
9565
9566
9567 \begin_inset OptArg
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571 Table with forced page break in table cell
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580
9581
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 </row>
9605 <row endfirsthead="true">
9606 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \series bold
9612 Example Phone List (ignore the names)
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 </row>
9636 <row endfirsthead="true">
9637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \series bold
9643 NAME
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \series bold
9663 TEL.
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 </row>
9669 <row endhead="true" caption="true">
9670 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset ERT
9675 status collapsed
9676
9677 \begin_layout Plain Layout
9678
9679
9680 \backslash
9681 caption*{Continued table with forced page break in table cell}
9682 \backslash
9683
9684 \backslash
9685 %
9686 \end_layout
9687
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 <row endhead="true">
9715 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719  
9720 \series bold
9721 Example Phone List
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row endhead="true">
9746 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \series bold
9752 NAME
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \series bold
9772 TEL.
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 </row>
9778 <row endfoot="true">
9779 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 continued on next page
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row>
9808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \series bold
9814 Annovi
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 Silvia
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832 111
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row>
9839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \series bold
9845 Bertoli
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854 Stefano
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 111
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 </row>
9869 <row>
9870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874
9875 \series bold
9876 Bozzi
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 Walter
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894 111
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 <row>
9901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \series bold
9907 Cachia
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 Maria
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 111
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row>
9932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \series bold
9938 Cachia
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 Maurizio
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956 111
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row>
9963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \series bold
9969 Cinquemani
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 Giusi
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 111
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \series bold
10000 Colin
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Bernard
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 111
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row>
10025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \series bold
10031 Concli
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 Gianfranco
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 111
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row>
10056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \series bold
10062 Dal Bosco
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 Carolina
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 111
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row>
10087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 Dalpiaz
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 Annamaria
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row>
10118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \series bold
10124 Feliciello
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 Domenico
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 111
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row>
10149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \series bold
10155 Focarelli
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 Paola
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 111
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 <row>
10180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184
10185 \series bold
10186 Galletti
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 Oreste
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 111
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \series bold
10217 Gasparini
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 Franca
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 111
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \series bold
10248 Lassini
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 Giancarlo
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 111
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row>
10273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \series bold
10279 Malfatti
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 Luciano
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 111
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 </row>
10303 <row>
10304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \series bold
10310 Malfatti
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 Valeriano
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 111
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \series bold
10341 Meneguzzo
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 Roberto
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 111
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row>
10366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \series bold
10372 Mezzadra
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 Roberto
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 111
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \series bold
10403 Pirpamer
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 Erich
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 111
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \series bold
10434 Pochiesa
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Paolo
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 111, 222
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 <row>
10459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463
10464 \series bold
10465 Radina
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 Claudio
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 111
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \series bold
10496 Rizzardi
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 Paolo, 11.
10506  Fürst von Montecompatri, 11.
10507  Fürst von Sulmona und Vivaro, 10.
10508  Fürst von Rossano, 5.
10509  Herzog von Canemorte, 11.
10510  Herzog von Palombara, 5.
10511  Herzog von Castelchiodato,
10512 \begin_inset ERT
10513 status open
10514
10515 \begin_layout Plain Layout
10516
10517 & 111
10518 \backslash
10519
10520 \backslash
10521
10522 \end_layout
10523
10524 \begin_layout Plain Layout
10525
10526 &
10527 \end_layout
10528
10529 \end_inset
10530
10531  11.
10532  Herzog von Poggionativo, 11.
10533  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10534  Graf von Valinfreda, 11.
10535  Baron von Cropalati, 11.
10536  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558 Stuffer
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Oskar
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 111
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \series bold
10589 Tacchelli
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 Ugo
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 111
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \series bold
10620 Tezzele
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 Margit
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 111
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \series bold
10651 Unterkalmsteiner
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 Frieda
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 111
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row>
10676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \series bold
10682 Vieider
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 Hilde
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 111
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 </row>
10706 <row>
10707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711
10712 \series bold
10713 Vigna
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 Jürgen
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 111
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \series bold
10744 Weber
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 Maurizio
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 111
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \series bold
10775 Winkler
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 Franz
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 111
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 </lyxtabular>
10800
10801 \end_inset
10802
10803
10804 \end_layout
10805
10806 \begin_layout Standard
10807 \begin_inset Newpage newpage
10808 \end_inset
10809
10810
10811 \end_layout
10812
10813 \begin_layout Section
10814 Multiple Lines Columns and Rows
10815 \end_layout
10816
10817 \begin_layout Subsection
10818 Multiple Lines in Table Cells
10819 \begin_inset CommandInset label
10820 LatexCommand label
10821 name "sub:Multiple-Lines-in"
10822
10823 \end_inset
10824
10825
10826 \begin_inset Index
10827 status collapsed
10828
10829 \begin_layout Plain Layout
10830 Multiple Lines in Table Cells
10831 \end_layout
10832
10833 \end_inset
10834
10835
10836 \begin_inset Index
10837 status collapsed
10838
10839 \begin_layout Plain Layout
10840 Table ! Linebreaks
10841 \end_layout
10842
10843 \end_inset
10844
10845
10846 \end_layout
10847
10848 \begin_layout Standard
10849 \align center
10850 \begin_inset Float table
10851 placement H
10852 wide false
10853 sideways false
10854 status open
10855
10856 \begin_layout Plain Layout
10857 \begin_inset Caption
10858
10859 \begin_layout Plain Layout
10860 \begin_inset CommandInset label
10861 LatexCommand label
10862 name "tab:Table-with-multiple"
10863
10864 \end_inset
10865
10866 Table with multiple lines in cells
10867 \end_layout
10868
10869 \end_inset
10870
10871
10872 \end_layout
10873
10874 \begin_layout Plain Layout
10875 \align center
10876 \begin_inset Tabular
10877 <lyxtabular version="3" rows="3" columns="3">
10878 <features>
10879 <column alignment="center" valignment="middle" width="2.5cm">
10880 <column alignment="center" valignment="middle" width="0">
10881 <column alignment="center" valignment="middle" width="0">
10882 <row>
10883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 multiple
10888 \begin_inset ERT
10889 status collapsed
10890
10891 \begin_layout Plain Layout
10892
10893
10894 \backslash
10895 linebreak 
10896 \end_layout
10897
10898 \end_inset
10899
10900 lines
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 b
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 c
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 d
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 e
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 f
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 g
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 h
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 i
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 </row>
10982 </lyxtabular>
10983
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \end_inset
10990
10991
10992 \end_layout
10993
10994 \begin_layout Standard
10995 Adjusting a fixed width for a column, enables to enter text as a paragraph
10996  with multiple lines and hyphenations.
10997 \end_layout
10998
10999 \begin_layout Standard
11000 To produce Table
11001 \begin_inset Space ~
11002 \end_inset
11003
11004
11005 \begin_inset CommandInset ref
11006 LatexCommand ref
11007 reference "tab:Table-with-multiple"
11008
11009 \end_inset
11010
11011 , create a 3×3 table, mark the first cell and right-click on it.
11012  In the appearing table dialog we set a cell width of 2.5
11013 \begin_inset Space \thinspace{}
11014 \end_inset
11015
11016 cm and choose centered for the vertical and horizontal alignment.
11017  The vertical alignment is used for all cells of the row.
11018  As our text is smaller than than 2.5
11019 \begin_inset Space \thinspace{}
11020 \end_inset
11021
11022 cm, only one line will appear.
11023  To get two lines, we add a line break with the command
11024 \end_layout
11025
11026 \begin_layout Standard
11027
11028 \series bold
11029
11030 \backslash
11031 linebreak
11032 \end_layout
11033
11034 \begin_layout Standard
11035 in TeX-Code.
11036  If the text is wider than the set cell width it will automatically be broken
11037  to several lines.
11038 \end_layout
11039
11040 \begin_layout Standard
11041 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11042  by LaTeX if it is the first entry.
11043  Therefore you need to insert something, to make the word not being the
11044  first entry: Add the command
11045 \end_layout
11046
11047 \begin_layout Standard
11048
11049 \series bold
11050
11051 \backslash
11052 hspace{0pt}
11053 \end_layout
11054
11055 \begin_layout Standard
11056 in TeX-Code before the word.
11057  As the space is zero, it doesn't change the output.
11058  Table
11059 \begin_inset Space ~
11060 \end_inset
11061
11062
11063 \begin_inset CommandInset ref
11064 LatexCommand ref
11065 reference "tab:Table-with-and"
11066
11067 \end_inset
11068
11069  shows the effect.
11070 \end_layout
11071
11072 \begin_layout Standard
11073 \begin_inset Float table
11074 placement h
11075 wide false
11076 sideways false
11077 status open
11078
11079 \begin_layout Plain Layout
11080 \begin_inset Caption
11081
11082 \begin_layout Plain Layout
11083 \begin_inset CommandInset label
11084 LatexCommand label
11085 name "tab:Table-with-and"
11086
11087 \end_inset
11088
11089 Table with and without hyphenation
11090 \end_layout
11091
11092 \end_inset
11093
11094
11095 \end_layout
11096
11097 \begin_layout Plain Layout
11098 \begin_inset Space \hfill{}
11099 \end_inset
11100
11101
11102 \begin_inset Tabular
11103 <lyxtabular version="3" rows="3" columns="3">
11104 <features>
11105 <column alignment="center" valignment="middle" width="2.5cm">
11106 <column alignment="center" valignment="middle" width="0">
11107 <column alignment="center" valignment="middle" width="0">
11108 <row>
11109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 verylongtablecellword
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 b
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 c
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 </row>
11137 <row>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 d
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 e
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 f
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 </row>
11166 <row>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 g
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 h
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 i
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 </row>
11195 </lyxtabular>
11196
11197 \end_inset
11198
11199
11200 \begin_inset Space \hfill{}
11201 \end_inset
11202
11203
11204 \begin_inset Tabular
11205 <lyxtabular version="3" rows="3" columns="3">
11206 <features>
11207 <column alignment="center" valignment="middle" width="2.5cm">
11208 <column alignment="center" valignment="middle" width="0">
11209 <column alignment="center" valignment="middle" width="0">
11210 <row>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 \begin_inset ERT
11216 status collapsed
11217
11218 \begin_layout Plain Layout
11219
11220
11221 \backslash
11222 hspace{0pt}
11223 \end_layout
11224
11225 \end_inset
11226
11227 verylongtablecellword
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 b
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 c
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 d
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 e
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 f
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 </row>
11280 <row>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 g
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 h
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 i
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 </row>
11309 </lyxtabular>
11310
11311 \end_inset
11312
11313
11314 \begin_inset Space \hfill{}
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \end_inset
11321
11322
11323 \end_layout
11324
11325 \begin_layout Standard
11326 \begin_inset Newpage newpage
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \begin_layout Subsection
11333 Multicolumns
11334 \begin_inset CommandInset label
11335 LatexCommand label
11336 name "sub:Multicolumns"
11337
11338 \end_inset
11339
11340
11341 \begin_inset Index
11342 status collapsed
11343
11344 \begin_layout Plain Layout
11345 Multicolumns
11346 \end_layout
11347
11348 \end_inset
11349
11350
11351 \begin_inset Index
11352 status collapsed
11353
11354 \begin_layout Plain Layout
11355 Table ! Multicolumns
11356 \end_layout
11357
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \begin_layout Subsubsection
11364 Multicolumn Basics
11365 \end_layout
11366
11367 \begin_layout Standard
11368 To span a cell over multiple columns, mark as much cells within a line that
11369  should be one spanned cell and use either the table-toolbar button 
11370 \begin_inset Graphics
11371         filename ../images/tabular-feature_multicolumn.png
11372         scale 85
11373         scaleBeforeRotation
11374
11375 \end_inset
11376
11377 , or the menu 
11378 \family sans
11379 Edit\SpecialChar \menuseparator
11380 Table\SpecialChar \menuseparator
11381 Multicolumn
11382 \family default
11383 , or right click on the marked cells and choose multicolumn in the appearing
11384  table dialog under the tab 
11385 \family sans
11386 Table Settings
11387 \family default
11388 .
11389 \end_layout
11390
11391 \begin_layout Standard
11392 Multicolumns have there own cell settings.
11393  That means changing cell borders, cell alignment, and the width only affects
11394  the multicolumn.
11395  Here is an example table with a multicolumn cell in the first row and one
11396  in the last row without the upper border:
11397 \end_layout
11398
11399 \begin_layout Standard
11400 \align center
11401 \begin_inset Tabular
11402 <lyxtabular version="3" rows="3" columns="4">
11403 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11404 <column alignment="center" valignment="top" width="0pt">
11405 <column alignment="center" valignment="middle" width="0">
11406 <column alignment="center" valignment="top" width="0in">
11407 <column alignment="center" valignment="top" width="0pt">
11408 <row>
11409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 abc
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 def ghi
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 jkl
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451
11452 \family roman
11453 \series medium
11454 \shape up
11455 \size normal
11456 \emph off
11457 \bar no
11458 \noun off
11459 \color none
11460 A
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 B
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 C
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 D
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 1
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 2
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 3
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 4
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 </row>
11531 </lyxtabular>
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \begin_layout Subsubsection
11539 Multicolumn Calculations
11540 \begin_inset CommandInset label
11541 LatexCommand label
11542 name "sub:Multicolumn-Calculations"
11543
11544 \end_inset
11545
11546
11547 \begin_inset Index
11548 status collapsed
11549
11550 \begin_layout Plain Layout
11551 Multicolumns ! Calculations
11552 \end_layout
11553
11554 \end_inset
11555
11556
11557 \end_layout
11558
11559 \begin_layout Standard
11560 LyX supports multicolumns directly, but we have to take notice of the cell
11561  width of the columns spanned by the multicolumn cell.
11562 \end_layout
11563
11564 \begin_layout Standard
11565 \begin_inset Float table
11566 wide false
11567 sideways false
11568 status open
11569
11570 \begin_layout Plain Layout
11571 \begin_inset Caption
11572
11573 \begin_layout Plain Layout
11574 \begin_inset CommandInset label
11575 LatexCommand label
11576 name "tab:Table-with-centered"
11577
11578 \end_inset
11579
11580 Table with centered multicolumn text above two columns that have exactly
11581  half the width of the multicolumn cell
11582 \begin_inset OptArg
11583 status collapsed
11584
11585 \begin_layout Plain Layout
11586 Perfect multicolumn table
11587 \end_layout
11588
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \begin_layout Plain Layout
11600 \align center
11601 \begin_inset Tabular
11602 <lyxtabular version="3" rows="3" columns="3">
11603 <features>
11604 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11605 <column alignment="center" valignment="middle" width="0">
11606 <column alignment="center" valignment="top" width="0">
11607 <row>
11608 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 multiple lines multicolumn
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 c
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 <row>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 d
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 e
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 f
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 <row>
11666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 g
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 h
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 i
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 </row>
11694 </lyxtabular>
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \begin_layout Standard
11707 To create for example Table
11708 \begin_inset Space ~
11709 \end_inset
11710
11711
11712 \begin_inset CommandInset ref
11713 LatexCommand ref
11714 reference "tab:Table-with-centered"
11715
11716 \end_inset
11717
11718 , mark the first two cells in the first row of a 3×3 table and right-click
11719  on them.
11720  Now choose for this cell 
11721 \emph on
11722 multicolumn
11723 \emph default
11724
11725 \emph on
11726 centered alignment
11727 \emph default
11728  and a width of 2.5
11729 \begin_inset Space \thinspace{}
11730 \end_inset
11731
11732 cm in the table dialog.
11733  The spanned columns should have exactly half the width of the multicolumn
11734  cell, so that you would adjust a width of 1.25
11735 \begin_inset Space \thinspace{}
11736 \end_inset
11737
11738 cm for the first column.
11739  The second column has then automatically a width of 1.25
11740 \begin_inset Space \thinspace{}
11741 \end_inset
11742
11743 cm (multicolumn width - width of first column).
11744  This was done for Table
11745 \begin_inset Space ~
11746 \end_inset
11747
11748
11749 \begin_inset CommandInset ref
11750 LatexCommand ref
11751 reference "tab:Table-without-half"
11752
11753 \end_inset
11754
11755 .
11756 \end_layout
11757
11758 \begin_layout Standard
11759 \begin_inset Float table
11760 wide false
11761 sideways false
11762 status open
11763
11764 \begin_layout Plain Layout
11765 \begin_inset Caption
11766
11767 \begin_layout Plain Layout
11768 \begin_inset CommandInset label
11769 LatexCommand label
11770 name "tab:Table-without-half"
11771
11772 \end_inset
11773
11774 Table where the spanned table columns have not exactly half the width of
11775  the multicolumn cell
11776 \begin_inset OptArg
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Imperfect multicolumn table
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \end_inset
11789
11790
11791 \end_layout
11792
11793 \begin_layout Plain Layout
11794 \align center
11795 \begin_inset Tabular
11796 <lyxtabular version="3" rows="3" columns="3">
11797 <features>
11798 <column alignment="center" valignment="top" width="1.25cm">
11799 <column alignment="center" valignment="top" width="0">
11800 <column alignment="center" valignment="top" width="0">
11801 <row>
11802 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 multiple lines multicolumn
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 c
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 </row>
11830 <row>
11831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835 d
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 e
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 f
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 </row>
11859 <row>
11860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 g
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 h
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 i
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 </row>
11888 </lyxtabular>
11889
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \begin_layout Standard
11901 You can see that the first column has not the half width of the multicolumn
11902  cell, it is a bit bigger.
11903  The reason is that the given width of a cell 
11904 \begin_inset Formula $W_{g}$
11905 \end_inset
11906
11907  is not its total width 
11908 \begin_inset Formula $W_{\mathrm{tot}}$
11909 \end_inset
11910
11911  because a cell is always a bit larger than its given width.
11912  Appendix
11913 \begin_inset Space ~
11914 \end_inset
11915
11916
11917 \begin_inset CommandInset ref
11918 LatexCommand eqref
11919 reference "cha:Explanation-of-Equation"
11920
11921 \end_inset
11922
11923  explains it in detail.
11924 \end_layout
11925
11926 \begin_layout Standard
11927 The needed given width 
11928 \begin_inset Formula $W_{g\, n}$
11929 \end_inset
11930
11931  when 
11932 \emph on
11933 n
11934 \emph default
11935  columns are spanned can be calculated, so that each column has a total
11936  width of 
11937 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11938 \end_inset
11939
11940 :
11941 \begin_inset Formula \begin{equation}
11942 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11943
11944 \end_inset
11945
11946
11947 \end_layout
11948
11949 \begin_layout Standard
11950 In our case we have 
11951 \begin_inset Formula $n=2$
11952 \end_inset
11953
11954
11955 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11956 \end_inset
11957
11958 cm and the default values for the lengths, so that equation 
11959 \begin_inset CommandInset ref
11960 LatexCommand ref
11961 reference "eq:Wgn"
11962
11963 \end_inset
11964
11965  becomes
11966 \begin_inset Formula \begin{equation}
11967 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11968
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \begin_layout Standard
11975 To enable calculations in LaTeX, the LaTeX-package 
11976 \series bold
11977 calc
11978 \series default
11979  must be loaded with the document preamble line
11980 \begin_inset Index
11981 status collapsed
11982
11983 \begin_layout Plain Layout
11984 LaTeX-packages ! calc
11985 \end_layout
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \begin_layout Standard
11993
11994 \series bold
11995
11996 \backslash
11997 usepackage{calc}
11998 \end_layout
11999
12000 \begin_layout Standard
12001 LyX does not allow to calculate lengths in the width-field of the table
12002  dialog.
12003  Therefore you have to format the column by inserting a LaTeX-argument in
12004  the dialog.
12005  Here is an overview about the arguments:
12006 \end_layout
12007
12008 \begin_layout Itemize
12009
12010 \series bold
12011 p{width}
12012 \series default
12013  creates cell with a fixed width, its text is vertically top-aligned
12014 \end_layout
12015
12016 \begin_layout Itemize
12017
12018 \series bold
12019 m{width}
12020 \series default
12021  creates cell with a fixed width, its text is vertically centered
12022 \end_layout
12023
12024 \begin_layout Itemize
12025
12026 \series bold
12027 b{width}
12028 \series default
12029  creates cell with a fixed width, its text is vertically bottom-aligned
12030 \end_layout
12031
12032 \begin_layout Standard
12033 By entering a LaTeX-argument, all cell settings set in the table dialog
12034  are overwritten.
12035 \end_layout
12036
12037 \begin_layout Standard
12038 \begin_inset Note Greyedout
12039 status open
12040
12041 \begin_layout Plain Layout
12042
12043 \series bold
12044 Note:
12045 \series default
12046  Due to a bug, LyX shows the overwritten settings anyway.
12047 \end_layout
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \begin_layout Standard
12055 As the text should be horizontally centered, the command 
12056 \series bold
12057
12058 \backslash
12059 centering
12060 \series default
12061  is added.
12062  You can now enter the following LaTeX-argument for the first spanned column:
12063 \end_layout
12064
12065 \begin_layout Standard
12066
12067 \series bold
12068 >{
12069 \backslash
12070 centering}m{1.25cm-6.2pt}
12071 \end_layout
12072
12073 \begin_layout Standard
12074 The command 
12075 \series bold
12076 >{ }
12077 \series default
12078  means, that the commands inside the braces are applied before the cell
12079  is created.
12080 \end_layout
12081
12082 \begin_layout Standard
12083 Although we have chosen centered alignment for the text of the multicolumn
12084  cell, it is still left aligned.
12085  This is because LyX only applies the alignment to single columns.
12086  So we have to use for the multicolumn the LaTeX-argument
12087 \end_layout
12088
12089 \begin_layout Standard
12090
12091 \series bold
12092 >{
12093 \backslash
12094 centering}m{2.5cm}
12095 \end_layout
12096
12097 \begin_layout Subsection
12098 Multirows
12099 \begin_inset Index
12100 status collapsed
12101
12102 \begin_layout Plain Layout
12103 Multirows
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \begin_inset Index
12110 status collapsed
12111
12112 \begin_layout Plain Layout
12113 Table ! Multirows
12114 \end_layout
12115
12116 \end_inset
12117
12118
12119 \begin_inset Index
12120 status collapsed
12121
12122 \begin_layout Plain Layout
12123 LaTeX-packages ! multirow
12124 \end_layout
12125
12126 \end_inset
12127
12128
12129 \end_layout
12130
12131 \begin_layout Standard
12132 In contrary to multicolumns multirows are not yet supported by LyX so a
12133  bit of TeX-Code needs to be used.
12134  To use multirows load the LaTeX-package 
12135 \series bold
12136 multirow
12137 \series default
12138  in your document preamble with the command
12139 \end_layout
12140
12141 \begin_layout Standard
12142
12143 \series bold
12144
12145 \backslash
12146 usepackage{multirow}
12147 \end_layout
12148
12149 \begin_layout Standard
12150 Multirows are created with the command
12151 \end_layout
12152
12153 \begin_layout Standard
12154
12155 \series bold
12156
12157 \backslash
12158 multirow{number of rows}{cell width}{cell entry}
12159 \end_layout
12160
12161 \begin_layout Standard
12162 To create the following table:
12163 \end_layout
12164
12165 \begin_layout Standard
12166 \align center
12167 \begin_inset ERT
12168 status collapsed
12169
12170 \begin_layout Plain Layout
12171
12172
12173 \backslash
12174 renewcommand{
12175 \backslash
12176 multirowsetup}{
12177 \backslash
12178 centering}
12179 \end_layout
12180
12181 \end_inset
12182
12183
12184 \begin_inset Tabular
12185 <lyxtabular version="3" rows="3" columns="3">
12186 <features>
12187 <column alignment="center" valignment="top" width="0">
12188 <column alignment="center" valignment="top" width="0">
12189 <column alignment="center" valignment="top" width="0">
12190 <row>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 a
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 b
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 c
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 </row>
12219 <row>
12220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224 \begin_inset ERT
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228
12229
12230 \backslash
12231 multirow{2}{2.5cm}{
12232 \end_layout
12233
12234 \end_inset
12235
12236 multirow entry
12237 \begin_inset ERT
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241
12242 }
12243 \end_layout
12244
12245 \end_inset
12246
12247
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 e
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265 f
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 </row>
12271 <row>
12272 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 h
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 i
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 </row>
12300 </lyxtabular>
12301
12302 \end_inset
12303
12304
12305 \begin_inset ERT
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309
12310
12311 \backslash
12312 renewcommand{
12313 \backslash
12314 multirowsetup}{
12315 \backslash
12316 raggedright}
12317 \end_layout
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Standard
12325 create a 3×3 table.
12326  To get rid of the line above the last cell in the first column, the cell
12327  is marked as multicolumn and the upper border is unset.
12328  The multirow is now created in the second row of the first column by inserting
12329  there the command
12330 \end_layout
12331
12332 \begin_layout Standard
12333
12334 \series bold
12335
12336 \backslash
12337 multirow{2}{2.5cm}{
12338 \end_layout
12339
12340 \begin_layout Standard
12341 as TeX-Code.
12342  According to the command parameters the multirow spans now two rows and
12343  has a width of 2.5
12344 \begin_inset Space \thinspace{}
12345 \end_inset
12346
12347 cm.
12348  The content of the multirow cell follows outside the TeX-Code box and the
12349  command is finished with a right brace 
12350 \series bold
12351 }
12352 \series default
12353  in another TeX-Code-box behind the text.
12354 \end_layout
12355
12356 \begin_layout Standard
12357
12358 \series bold
12359
12360 \backslash
12361 multirow
12362 \series default
12363  left-aligns its content by default.
12364  To override the default, renew the command 
12365 \series bold
12366
12367 \backslash
12368 multirowsetup
12369 \series default
12370  with the command
12371 \end_layout
12372
12373 \begin_layout Standard
12374
12375 \series bold
12376
12377 \backslash
12378 renewcommand{
12379 \backslash
12380 multirowsetup}{
12381 \backslash
12382 centering}
12383 \end_layout
12384
12385 \begin_layout Standard
12386 in TeX-Code in the document preamble.
12387  Then all entries of multirow cells in the document are centered.
12388  If centering is only needed for several tables, you can renew the command
12389  in an TeX-Code box just before the table instead of the preamble.
12390  If the text should be right-aligned, replace 
12391 \series bold
12392
12393 \backslash
12394 centering
12395 \series default
12396  by 
12397 \series bold
12398
12399 \backslash
12400 raggedleft
12401 \series default
12402 .
12403  To return to left-alignment 
12404 \series bold
12405
12406 \backslash
12407 raggedright
12408 \series default
12409  is used.
12410 \end_layout
12411
12412 \begin_layout Section
12413 Formal Tables
12414 \begin_inset CommandInset label
12415 LatexCommand label
12416 name "sec:Formal-Tables"
12417
12418 \end_inset
12419
12420
12421 \begin_inset Index
12422 status collapsed
12423
12424 \begin_layout Plain Layout
12425 Table ! Formal
12426 \end_layout
12427
12428 \end_inset
12429
12430
12431 \end_layout
12432
12433 \begin_layout Standard
12434 Tables are often typeset in books similar to Table
12435 \begin_inset Space ~
12436 \end_inset
12437
12438
12439 \begin_inset CommandInset ref
12440 LatexCommand ref
12441 reference "tab:Example-booktabs-table"
12442
12443 \end_inset
12444
12445 .
12446  This kind of tables is called 
12447 \begin_inset Quotes eld
12448 \end_inset
12449
12450
12451 \emph on
12452 formal
12453 \emph default
12454
12455 \begin_inset Quotes erd
12456 \end_inset
12457
12458 .
12459  To make a table a formal table use the option 
12460 \family sans
12461 Formal
12462 \family default
12463  in the 
12464 \family sans
12465 Borders
12466 \family default
12467  tab of the table dialog.
12468 \end_layout
12469
12470 \begin_layout Standard
12471 \begin_inset Float table
12472 placement h
12473 wide false
12474 sideways false
12475 status open
12476
12477 \begin_layout Plain Layout
12478 \begin_inset Caption
12479
12480 \begin_layout Plain Layout
12481 \begin_inset CommandInset label
12482 LatexCommand label
12483 name "tab:Example-booktabs-table"
12484
12485 \end_inset
12486
12487 Example booktabs-table
12488 \end_layout
12489
12490 \end_inset
12491
12492
12493 \end_layout
12494
12495 \begin_layout Plain Layout
12496 \align center
12497 \begin_inset Tabular
12498 <lyxtabular version="3" rows="8" columns="4">
12499 <features booktabs="true">
12500 <column alignment="center" valignment="top" width="0">
12501 <column alignment="center" valignment="top" width="0">
12502 <column alignment="center" valignment="top" width="0">
12503 <column alignment="center" valignment="top" width="0">
12504 <row>
12505 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 System
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" topline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 Medipix
12519 \begin_inset Formula $\,$
12520 \end_inset
12521
12522 1
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 Medipix
12532 \begin_inset Formula $\,$
12533 \end_inset
12534
12535 2
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 <row>
12551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 \begin_inset ERT
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559
12560
12561 \backslash
12562 cmidrule(r){2-2}
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \begin_inset ERT
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572
12573
12574 \backslash
12575 cmidrule(l){3-4}
12576 \end_layout
12577
12578 \end_inset
12579
12580 Detector thickness [µm]
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 300
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 300
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 700
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 Edge angle [°]
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 3.55
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 2.71
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 7.99
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 </row>
12651 <row topspace="default">
12652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 Spatial resolution [µm]
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 4.26
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 10.17
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 10.56
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 </row>
12689 <row topspace="default">
12690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 MTF at 
12695 \begin_inset Formula $f_{\mathrm{max}}$
12696 \end_inset
12697
12698
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 0.53
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 0.37
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 0.39
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 </row>
12731 <row topspace="default">
12732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 \begin_inset ERT
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740
12741
12742 \backslash
12743 cmidrule(l{10pt}){1-1}
12744 \end_layout
12745
12746 \end_inset
12747
12748 LSF-spatial resolution
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 <cell alignment="center" valignment="top" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 </row>
12781 <row>
12782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 in Âµm
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 129.7
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 <cell alignment="center" valignment="top" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 52.75
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 <cell alignment="center" valignment="top" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 50.78
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 </row>
12819 <row>
12820 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 in % of pixel size
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 76.3
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 95.9
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 92.3
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 </row>
12857 </lyxtabular>
12858
12859 \end_inset
12860
12861
12862 \end_layout
12863
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \begin_layout Standard
12870 Spaces to table rows can be added using the 
12871 \family sans
12872 Borders
12873 \family default
12874  tab of the table dialog as described in section
12875 \begin_inset Space ~
12876 \end_inset
12877
12878
12879 \begin_inset CommandInset ref
12880 LatexCommand ref
12881 reference "sub:Row-Spacing"
12882
12883 \end_inset
12884
12885 .
12886 \end_layout
12887
12888 \begin_layout Standard
12889 In contrary to normal tables, formal tables have no vertical table lines.
12890  The horizontal table lines can be set like for normal tables but they appear
12891  with different width in the output:
12892 \begin_inset Newline newline
12893 \end_inset
12894
12895 The first and the last table line have a default width of 0.08
12896 \begin_inset Space \thinspace{}
12897 \end_inset
12898
12899 em while the other lines have a default width of 0.05
12900 \begin_inset Space \thinspace{}
12901 \end_inset
12902
12903 em.
12904 \end_layout
12905
12906 \begin_layout Standard
12907 The default widths can be changed with the following preamble lines
12908 \end_layout
12909
12910 \begin_layout Standard
12911
12912 \series bold
12913
12914 \backslash
12915 let
12916 \backslash
12917 mytoprule
12918 \backslash
12919 toprule
12920 \begin_inset Newline newline
12921 \end_inset
12922
12923
12924 \backslash
12925 renewcommand{
12926 \backslash
12927 toprule}{
12928 \backslash
12929 mytoprule[width]}
12930 \end_layout
12931
12932 \begin_layout Standard
12933 This example is for the first line, the so called 
12934 \series bold
12935 toprule
12936 \series default
12937 .
12938  If you want to change the width for the last line, replace 
12939 \series bold
12940 toprule
12941 \series default
12942  by 
12943 \series bold
12944 bottomrule
12945 \series default
12946 .
12947  To change the width for the other lines replace 
12948 \series bold
12949 toprule
12950 \series default
12951  by 
12952 \series bold
12953 midrule
12954 \series default
12955 .
12956  You can use all units listed in appendix
12957 \begin_inset Space ~
12958 \end_inset
12959
12960
12961 \begin_inset CommandInset ref
12962 LatexCommand ref
12963 reference "cha:Units-available-in"
12964
12965 \end_inset
12966
12967  to set the width.
12968 \end_layout
12969
12970 \begin_layout Standard
12971 Lines that don't span over all table columns can be created by setting a
12972  table line for multicolumn cells.
12973  LyX will then internally use the command 
12974 \series bold
12975
12976 \backslash
12977 cmidrule
12978 \series default
12979  to create this line.
12980  Its full scheme is
12981 \end_layout
12982
12983 \begin_layout Standard
12984
12985 \series bold
12986
12987 \backslash
12988 cmidrule[width](trim){startcol-endcol}
12989 \end_layout
12990
12991 \begin_layout Standard
12992 The options of 
12993 \series bold
12994
12995 \backslash
12996 cmidrule
12997 \series default
12998  are are currently not supported by LyX so you have to use TeX-Code to be
12999  able to use them.
13000  
13001 \series bold
13002
13003 \backslash
13004 cmidrule
13005 \series default
13006 s can manually be created by inserting the command as TeX-Code as first
13007  cell entry of the first cell of a row.
13008  The line is then drawn in the output above the current row.
13009 \end_layout
13010
13011 \begin_layout Standard
13012 The default for the width is 0.03
13013 \begin_inset Space \thinspace{}
13014 \end_inset
13015
13016 em.
13017  Startcol is the number of the column where the line starts and endcol the
13018  column number where the line ends.
13019  The endcol always needs to be specified, also when the line should span
13020  only one column.
13021  The optional parameter trim could be either 
13022 \emph on
13023 l{trimwidth}
13024 \emph default
13025 , or 
13026 \emph on
13027 r{trimwidth}
13028 \emph default
13029  where the trimwidth is also optional.
13030  Using for example the parameter 
13031 \emph on
13032 l{2pt}
13033 \emph default
13034  means that the line is trimmed from its left end by 2
13035 \begin_inset Space \thinspace{}
13036 \end_inset
13037
13038 pt.
13039  If you don't specify the trimwidth the lines are trimmed by the default
13040  of 0.5
13041 \begin_inset Space \thinspace{}
13042 \end_inset
13043
13044 em.
13045 \end_layout
13046
13047 \begin_layout Standard
13048 \begin_inset VSpace bigskip
13049 \end_inset
13050
13051 Table
13052 \begin_inset Space ~
13053 \end_inset
13054
13055
13056 \begin_inset CommandInset ref
13057 LatexCommand ref
13058 reference "tab:Example-booktabs-table"
13059
13060 \end_inset
13061
13062  was created using the commands
13063 \end_layout
13064
13065 \begin_layout Standard
13066
13067 \series bold
13068
13069 \backslash
13070 cmidrule(r){2-2}
13071 \backslash
13072 cmidrule(l){3-4}
13073 \end_layout
13074
13075 \begin_layout Standard
13076 at the beginning of the in the second row and
13077 \end_layout
13078
13079 \begin_layout Standard
13080
13081 \series bold
13082
13083 \backslash
13084 cmidrule(l{10pt}){1-1}
13085 \end_layout
13086
13087 \begin_layout Standard
13088 in the sixth row.
13089 \end_layout
13090
13091 \begin_layout Standard
13092 \begin_inset VSpace bigskip
13093 \end_inset
13094
13095
13096 \end_layout
13097
13098 \begin_layout Standard
13099 You might want to have overlapping 
13100 \series bold
13101
13102 \backslash
13103 cmidrule
13104 \series default
13105 s like in Table
13106 \begin_inset Space ~
13107 \end_inset
13108
13109
13110 \begin_inset CommandInset ref
13111 LatexCommand ref
13112 reference "tab:Special-booktabs-table"
13113
13114 \end_inset
13115
13116 .
13117  This can be achieved with the TeX-Code command
13118 \end_layout
13119
13120 \begin_layout Standard
13121
13122 \series bold
13123
13124 \backslash
13125 morecmidrules
13126 \end_layout
13127
13128 \begin_layout Standard
13129 The command that was used for the second row of Table
13130 \begin_inset Space ~
13131 \end_inset
13132
13133
13134 \begin_inset CommandInset ref
13135 LatexCommand ref
13136 reference "tab:Special-booktabs-table"
13137
13138 \end_inset
13139
13140  is
13141 \end_layout
13142
13143 \begin_layout Standard
13144
13145 \series bold
13146
13147 \backslash
13148 cmidrule(r){2-2}
13149 \backslash
13150 cmidrule(l){3-4}
13151 \backslash
13152 morecmidrules
13153 \backslash
13154 cmidrule{2-4}
13155 \end_layout
13156
13157 \begin_layout Standard
13158 The command for the sixth row is
13159 \end_layout
13160
13161 \begin_layout Standard
13162
13163 \series bold
13164
13165 \backslash
13166 midrule
13167 \backslash
13168 morecmidrules
13169 \backslash
13170 cmidrule{3-4}
13171 \end_layout
13172
13173 \begin_layout Standard
13174 \begin_inset VSpace bigskip
13175 \end_inset
13176
13177
13178 \end_layout
13179
13180 \begin_layout Standard
13181 If you are anyway not satisfied with the border line spacing, you can use
13182  the following command to produce lines that span over all table columns
13183 \series bold
13184 :
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190
13191 \backslash
13192 specialrule{width}{space above}{space below}
13193 \end_layout
13194
13195 \begin_layout Standard
13196 For more informations about these specialties, we refer to the manual of
13197  the LaTeX-package 
13198 \series bold
13199 booktabs
13200 \series default
13201  
13202 \begin_inset CommandInset citation
13203 LatexCommand cite
13204 key "booktabs"
13205
13206 \end_inset
13207
13208 .
13209 \begin_inset Index
13210 status collapsed
13211
13212 \begin_layout Plain Layout
13213 LaTeX-packages ! booktabs
13214 \end_layout
13215
13216 \end_inset
13217
13218
13219 \end_layout
13220
13221 \begin_layout Standard
13222 \begin_inset Float table
13223 placement h
13224 wide false
13225 sideways false
13226 status open
13227
13228 \begin_layout Plain Layout
13229 \begin_inset Caption
13230
13231 \begin_layout Plain Layout
13232 \begin_inset CommandInset label
13233 LatexCommand label
13234 name "tab:Special-booktabs-table"
13235
13236 \end_inset
13237
13238 Special booktabs-table
13239 \end_layout
13240
13241 \end_inset
13242
13243
13244 \end_layout
13245
13246 \begin_layout Plain Layout
13247 \align center
13248 \begin_inset Tabular
13249 <lyxtabular version="3" rows="8" columns="4">
13250 <features booktabs="true">
13251 <column alignment="center" valignment="top" width="0">
13252 <column alignment="center" valignment="top" width="0">
13253 <column alignment="center" valignment="top" width="0">
13254 <column alignment="center" valignment="top" width="0">
13255 <row>
13256 <cell alignment="center" valignment="top" topline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 System
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 Medipix
13270 \begin_inset Space \thinspace{}
13271 \end_inset
13272
13273 1
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Medipix
13283 \begin_inset Space \thinspace{}
13284 \end_inset
13285
13286 2
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 <row>
13302 <cell alignment="center" valignment="top" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310
13311
13312 \backslash
13313 cmidrule(r){2-2}
13314 \end_layout
13315
13316 \end_inset
13317
13318
13319 \begin_inset ERT
13320 status collapsed
13321
13322 \begin_layout Plain Layout
13323
13324
13325 \backslash
13326 cmidrule(l){3-4}
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \begin_inset ERT
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336
13337
13338 \backslash
13339 morecmidrules 
13340 \end_layout
13341
13342 \end_inset
13343
13344
13345 \begin_inset ERT
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349
13350
13351 \backslash
13352 cmidrule{2-4}
13353 \end_layout
13354
13355 \end_inset
13356
13357 Detector thickness [µm]
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 300
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 300
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 <cell alignment="center" valignment="top" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 700
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 </row>
13390 <row>
13391 <cell alignment="center" valignment="top" topline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 Edge angle [°]
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" topline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 3.55
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" topline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413 2.71
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 <cell alignment="center" valignment="top" topline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422 7.99
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 </row>
13428 <row topspace="default">
13429 <cell alignment="center" valignment="top" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 Spatial resolution [µm]
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 4.26
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451 10.17
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 10.56
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 </row>
13466 <row topspace="default">
13467 <cell alignment="center" valignment="top" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 MTF at 
13472 \begin_inset Formula $f_{\mathrm{max}}$
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 0.53
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 0.37
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 0.39
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 </row>
13508 <row>
13509 <cell alignment="center" valignment="top" topline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 \begin_inset ERT
13514 status collapsed
13515
13516 \begin_layout Plain Layout
13517
13518
13519 \backslash
13520 morecmidrules 
13521 \end_layout
13522
13523 \end_inset
13524
13525
13526 \begin_inset ERT
13527 status collapsed
13528
13529 \begin_layout Plain Layout
13530
13531
13532 \backslash
13533 cmidrule{3-4}
13534 \end_layout
13535
13536 \end_inset
13537
13538 LSF-spatial resolution
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" topline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" topline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 <cell alignment="center" valignment="top" topline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 </row>
13571 <row>
13572 <cell alignment="center" valignment="top" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 in Âµm
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 <cell alignment="center" valignment="top" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 129.7
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 52.75
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 50.78
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 </row>
13609 <row>
13610 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 in % of pixel size
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623 76.3
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 95.9
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 92.3
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 </row>
13647 </lyxtabular>
13648
13649 \end_inset
13650
13651
13652 \end_layout
13653
13654 \end_inset
13655
13656
13657 \end_layout
13658
13659 \begin_layout Section
13660 Vertical Table Alignment
13661 \begin_inset Index
13662 status collapsed
13663
13664 \begin_layout Plain Layout
13665 Table ! Alignment
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Standard
13674 To align tables vertically in a text line the table must be inside a box.
13675  The box can then be vertically aligned as described in section
13676 \begin_inset Space ~
13677 \end_inset
13678
13679
13680 \begin_inset CommandInset ref
13681 LatexCommand ref
13682 reference "sec:Box-Dialog"
13683
13684 \end_inset
13685
13686 .
13687 \end_layout
13688
13689 \begin_layout Standard
13690 In the following example the tables are inside a minipage
13691 \begin_inset Foot
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695 Minipages are described in section
13696 \begin_inset Space ~
13697 \end_inset
13698
13699
13700 \begin_inset CommandInset ref
13701 LatexCommand ref
13702 reference "sec:Minipages"
13703
13704 \end_inset
13705
13706 .
13707 \end_layout
13708
13709 \end_inset
13710
13711  box that has a width of 15
13712 \begin_inset Space \thinspace{}
13713 \end_inset
13714
13715 col%:
13716 \end_layout
13717
13718 \begin_layout Itemize
13719 test 
13720 \begin_inset Box Frameless
13721 position "t"
13722 hor_pos "c"
13723 has_inner_box 1
13724 inner_pos "c"
13725 use_parbox 0
13726 width "15col%"
13727 special "none"
13728 height "1in"
13729 height_special "totalheight"
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733 \begin_inset Tabular
13734 <lyxtabular version="3" rows="3" columns="3">
13735 <features>
13736 <column alignment="center" valignment="top" width="0">
13737 <column alignment="center" valignment="top" width="0">
13738 <column alignment="center" valignment="top" width="0">
13739 <row>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 a
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 d
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 g
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 b
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 e
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 h
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 </row>
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 c
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 f
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 i
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 </lyxtabular>
13827
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \end_inset
13834
13835  test 
13836 \begin_inset ERT
13837 status collapsed
13838
13839 \begin_layout Plain Layout
13840
13841
13842 \backslash
13843 raisebox{0.85
13844 \backslash
13845 baselineskip}{
13846 \end_layout
13847
13848 \end_inset
13849
13850
13851 \begin_inset Box Frameless
13852 position "t"
13853 hor_pos "c"
13854 has_inner_box 1
13855 inner_pos "c"
13856 use_parbox 0
13857 width "15col%"
13858 special "none"
13859 height "1in"
13860 height_special "totalheight"
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864 \begin_inset Tabular
13865 <lyxtabular version="3" rows="3" columns="3">
13866 <features>
13867 <column alignment="center" valignment="top" width="0">
13868 <column alignment="center" valignment="top" width="0">
13869 <column alignment="center" valignment="top" width="0">
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 a
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 d
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893 g
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 </row>
13899 <row>
13900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 b
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 e
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13919 \begin_inset Text
13920
13921 \begin_layout Plain Layout
13922 h
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 </row>
13928 <row>
13929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 c
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 f
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951 i
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 </row>
13957 </lyxtabular>
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \begin_inset ERT
13968 status collapsed
13969
13970 \begin_layout Plain Layout
13971
13972 }
13973 \end_layout
13974
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \begin_layout Itemize
13981 test 
13982 \begin_inset Box Frameless
13983 position "c"
13984 hor_pos "c"
13985 has_inner_box 1
13986 inner_pos "c"
13987 use_parbox 0
13988 width "15col%"
13989 special "none"
13990 height "1in"
13991 height_special "totalheight"
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995 \begin_inset Tabular
13996 <lyxtabular version="3" rows="3" columns="3">
13997 <features>
13998 <column alignment="center" valignment="top" width="0">
13999 <column alignment="center" valignment="top" width="0">
14000 <column alignment="center" valignment="top" width="0">
14001 <row>
14002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006 a
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 d
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14021 \begin_inset Text
14022
14023 \begin_layout Plain Layout
14024 g
14025 \end_layout
14026
14027 \end_inset
14028 </cell>
14029 </row>
14030 <row>
14031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 b
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 e
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 h
14054 \end_layout
14055
14056 \end_inset
14057 </cell>
14058 </row>
14059 <row>
14060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 c
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 f
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 i
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 </lyxtabular>
14089
14090 \end_inset
14091
14092
14093 \end_layout
14094
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \begin_layout Itemize
14101 test 
14102 \begin_inset Box Frameless
14103 position "b"
14104 hor_pos "c"
14105 has_inner_box 1
14106 inner_pos "c"
14107 use_parbox 0
14108 width "15col%"
14109 special "none"
14110 height "1in"
14111 height_special "totalheight"
14112 status collapsed
14113
14114 \begin_layout Plain Layout
14115 \begin_inset Tabular
14116 <lyxtabular version="3" rows="3" columns="3">
14117 <features>
14118 <column alignment="center" valignment="top" width="0">
14119 <column alignment="center" valignment="top" width="0">
14120 <column alignment="center" valignment="top" width="0">
14121 <row>
14122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Plain Layout
14126 a
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 d
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 g
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 </row>
14150 <row>
14151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14152 \begin_inset Text
14153
14154 \begin_layout Plain Layout
14155 b
14156 \end_layout
14157
14158 \end_inset
14159 </cell>
14160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Plain Layout
14164 e
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 h
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 </row>
14179 <row>
14180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 c
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 f
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202 i
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 </row>
14208 </lyxtabular>
14209
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \end_inset
14216
14217  test 
14218 \begin_inset ERT
14219 status collapsed
14220
14221 \begin_layout Plain Layout
14222
14223
14224 \backslash
14225 raisebox{-0.32
14226 \backslash
14227 baselineskip}{
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \begin_inset Box Frameless
14234 position "b"
14235 hor_pos "c"
14236 has_inner_box 1
14237 inner_pos "c"
14238 use_parbox 0
14239 width "15col%"
14240 special "none"
14241 height "1in"
14242 height_special "totalheight"
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246 \begin_inset Tabular
14247 <lyxtabular version="3" rows="3" columns="3">
14248 <features>
14249 <column alignment="center" valignment="top" width="0">
14250 <column alignment="center" valignment="top" width="0">
14251 <column alignment="center" valignment="top" width="0">
14252 <row>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 a
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 d
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 g
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 </row>
14281 <row>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 b
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 e
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 h
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 </row>
14310 <row>
14311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315 c
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 f
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333 i
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 </row>
14339 </lyxtabular>
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \end_inset
14347
14348
14349 \begin_inset ERT
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353
14354 }
14355 \end_layout
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \begin_layout Standard
14363 As you can see, the content of the first and last table row is not correctly
14364  aligned with the text line where the table is in.
14365  To get this alignment, the minipage box must be set into a raisebox
14366 \begin_inset Foot
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370 Raiseboxes are described in section
14371 \begin_inset Space ~
14372 \end_inset
14373
14374
14375 \begin_inset CommandInset ref
14376 LatexCommand ref
14377 reference "sub:Vertical-Alignment"
14378
14379 \end_inset
14380
14381 .
14382 \end_layout
14383
14384 \end_inset
14385
14386 .
14387  In the example above the second table in the first item is aligned using
14388  the TeX-Code-command
14389 \end_layout
14390
14391 \begin_layout Standard
14392
14393 \series bold
14394
14395 \backslash
14396 raisebox{0.85
14397 \backslash
14398 baselineskip}{
14399 \end_layout
14400
14401 \begin_layout Standard
14402 before the box.
14403  Behind the box the closing brace 
14404 \series bold
14405 }
14406 \series default
14407  is inserted as TeX-Code.
14408  For the second table in the last item the command
14409 \end_layout
14410
14411 \begin_layout Standard
14412
14413 \series bold
14414
14415 \backslash
14416 raisebox{-0.32
14417 \backslash
14418 baselineskip}{
14419 \end_layout
14420
14421 \begin_layout Standard
14422 is used.
14423 \end_layout
14424
14425 \begin_layout Standard
14426 \begin_inset Note Greyedout
14427 status open
14428
14429 \begin_layout Plain Layout
14430
14431 \series bold
14432 Note:
14433 \series default
14434  The alignment of the table row content to the surrounding text line is
14435  not exact.
14436  The needed factor of the 
14437 \series bold
14438
14439 \backslash
14440 raisebox
14441 \series default
14442  command for this alignment depends on the document font, the font size,
14443  and the table line thickness.
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \begin_layout Section
14452 Colored Tables
14453 \begin_inset CommandInset label
14454 LatexCommand label
14455 name "sec:Colored-Tables"
14456
14457 \end_inset
14458
14459
14460 \begin_inset Index
14461 status collapsed
14462
14463 \begin_layout Plain Layout
14464 Table ! Color
14465 \end_layout
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \begin_layout Subsection
14473 Colored Cells
14474 \begin_inset Index
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478 Table Color ! for Cells
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \begin_inset Index
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488 Color ! for Table Cells
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \begin_layout Standard
14497 \begin_inset Float table
14498 placement h
14499 wide false
14500 sideways false
14501 status open
14502
14503 \begin_layout Plain Layout
14504 \begin_inset Caption
14505
14506 \begin_layout Plain Layout
14507 \begin_inset CommandInset label
14508 LatexCommand label
14509 name "tab:Table-colored-without"
14510
14511 \end_inset
14512
14513 Table colored without using the package 
14514 \series bold
14515 colortbl
14516 \series default
14517
14518 \begin_inset OptArg
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522 Table without colortbl
14523 \end_layout
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \begin_layout Plain Layout
14536 \align center
14537 \begin_inset Tabular
14538 <lyxtabular version="3" rows="3" columns="3">
14539 <features>
14540 <column alignment="center" valignment="top" width="0">
14541 <column alignment="center" valignment="top" width="0">
14542 <column alignment="center" valignment="top" width="0">
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548
14549 \color green
14550 a
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559
14560 \color red
14561 b
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570
14571 \color red
14572 c
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 </row>
14578 <row>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583
14584 \color green
14585 d
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594
14595 \color blue
14596 e
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605
14606 \color blue
14607 f
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 </row>
14613 <row>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618
14619 \color green
14620 g
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Plain Layout
14629
14630 \color blue
14631 h
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640
14641 \color blue
14642 i
14643 \end_layout
14644
14645 \end_inset
14646 </cell>
14647 </row>
14648 </lyxtabular>
14649
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \end_inset
14656
14657
14658 \end_layout
14659
14660 \begin_layout Standard
14661 If you only need colored text, mark the cells and choose a color in the
14662  menu 
14663 \family sans
14664 Edit\SpecialChar \menuseparator
14665 Text
14666 \begin_inset Space ~
14667 \end_inset
14668
14669 Style
14670 \family default
14671 .
14672  This was used to create Table
14673 \begin_inset Space ~
14674 \end_inset
14675
14676
14677 \begin_inset CommandInset ref
14678 LatexCommand ref
14679 reference "tab:Table-colored-without"
14680
14681 \end_inset
14682
14683 .
14684  In any other case you have to use the LaTeX-package 
14685 \series bold
14686 colortbl
14687 \series default
14688 .
14689 \begin_inset Index
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693 LaTeX-packages ! colortbl
14694 \end_layout
14695
14696 \end_inset
14697
14698
14699 \end_layout
14700
14701 \begin_layout Standard
14702 \begin_inset ERT
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706
14707
14708 \backslash
14709 ifcolortbl
14710 \end_layout
14711
14712 \end_inset
14713
14714
14715 \begin_inset Note Note
14716 status open
14717
14718 \begin_layout Plain Layout
14719 The following section part will only be displayed when the LaTeX-package
14720  
14721 \series bold
14722 colortbl
14723 \series default
14724  is installed.
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \begin_layout Standard
14733 To create colored tables, 
14734 \series bold
14735 colortbl
14736 \series default
14737  must be loaded in the preamble with the line
14738 \end_layout
14739
14740 \begin_layout Standard
14741
14742 \series bold
14743
14744 \backslash
14745 usepackage{colortbl}
14746 \end_layout
14747
14748 \begin_layout Standard
14749 The color of a column is adjusted with the command
14750 \end_layout
14751
14752 \begin_layout Standard
14753
14754 \series bold
14755
14756 \backslash
14757 columncolor{name of color}
14758 \end_layout
14759
14760 \begin_layout Standard
14761 inside the command 
14762 \series bold
14763 >{ }
14764 \series default
14765 .
14766  More about the command 
14767 \series bold
14768 >{}
14769 \series default
14770  is described in section
14771 \begin_inset Space ~
14772 \end_inset
14773
14774
14775 \begin_inset CommandInset ref
14776 LatexCommand ref
14777 reference "sub:Multicolumn-Calculations"
14778
14779 \end_inset
14780
14781 .
14782 \end_layout
14783
14784 \begin_layout Standard
14785 The following color names are predefined:
14786 \end_layout
14787
14788 \begin_layout Standard
14789
14790 \family sans
14791 red
14792 \family default
14793
14794 \family sans
14795 green
14796 \family default
14797
14798 \family sans
14799 yellow
14800 \family default
14801
14802 \family sans
14803 blue
14804 \family default
14805
14806 \family sans
14807 cyan
14808 \family default
14809
14810 \family sans
14811 magenta
14812 \family default
14813
14814 \family sans
14815 black
14816 \family default
14817  and 
14818 \family sans
14819 white
14820 \end_layout
14821
14822 \begin_layout Standard
14823 \begin_inset VSpace medskip
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Standard
14830 You can also define your own color with the command
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835 \series bold
14836
14837 \backslash
14838 def\SpecialChar \textcompwordmark{}
14839 inecolor{color name}{color model}{color values}
14840 \end_layout
14841
14842 \begin_layout Standard
14843 The color model can be
14844 \end_layout
14845
14846 \begin_layout Labeling
14847 \labelwidthstring 00.00.0000
14848 cmyk: cyan, magenta, yellow, black
14849 \end_layout
14850
14851 \begin_layout Labeling
14852 \labelwidthstring 00.00.0000
14853 rgb: red, green blue
14854 \end_layout
14855
14856 \begin_layout Labeling
14857 \labelwidthstring 00.00.0000
14858 gray gray
14859 \end_layout
14860
14861 \begin_layout Standard
14862 and the color values are comma separated numbers between 0 and 1 describing
14863  the factor for the corresponding color of the color model.
14864 \end_layout
14865
14866 \begin_layout Standard
14867 You can e.
14868 \begin_inset Space \thinspace{}
14869 \end_inset
14870
14871 g.
14872 \begin_inset Space ~
14873 \end_inset
14874
14875 define the color "
14876 \emph on
14877 darkgreen
14878 \emph default
14879 " in the preamble with
14880 \end_layout
14881
14882 \begin_layout Standard
14883
14884 \series bold
14885
14886 \backslash
14887 def\SpecialChar \textcompwordmark{}
14888 inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14889 \end_layout
14890
14891 \begin_layout Standard
14892 and the color "
14893 \emph on
14894 lightgray
14895 \emph default
14896 " with
14897 \end_layout
14898
14899 \begin_layout Standard
14900
14901 \series bold
14902
14903 \backslash
14904 def\SpecialChar \textcompwordmark{}
14905 inecolor{lightgray}{gray}{0.8}
14906 \end_layout
14907
14908 \begin_layout Standard
14909 \begin_inset VSpace medskip
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Standard
14916 Lines are colored with the command
14917 \end_layout
14918
14919 \begin_layout Standard
14920
14921 \series bold
14922
14923 \backslash
14924 rowcolor{name of color}
14925 \end_layout
14926
14927 \begin_layout Standard
14928 and cells are colored with the command
14929 \end_layout
14930
14931 \begin_layout Standard
14932
14933 \series bold
14934
14935 \backslash
14936 cellcolor{name of color}
14937 \end_layout
14938
14939 \begin_layout Standard
14940 Both commands are inserted at the beginning of a cell as TeX-Code.
14941 \end_layout
14942
14943 \begin_layout Standard
14944 To color characters in the table, mark the cells and use the LyX menu 
14945 \family sans
14946 Edit\SpecialChar \menuseparator
14947 Text
14948 \begin_inset Space ~
14949 \end_inset
14950
14951 Style
14952 \family default
14953 .
14954  If a cell contains TeX-Code mark only the characters, otherwise the colored
14955  TeX-Code will cause LaTeX-errors.
14956 \end_layout
14957
14958 \begin_layout Standard
14959 \begin_inset Note Greyedout
14960 status open
14961
14962 \begin_layout Plain Layout
14963
14964 \series bold
14965 Note:
14966 \series default
14967  Not all DVI-viewers are able to display self-defined colors.
14968 \end_layout
14969
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \begin_layout Standard
14976 \begin_inset VSpace bigskip
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \begin_layout Standard
14983 To create Table
14984 \begin_inset Space ~
14985 \end_inset
14986
14987
14988 \begin_inset CommandInset ref
14989 LatexCommand ref
14990 reference "tab:Table-colored-using"
14991
14992 \end_inset
14993
14994  do the following: The color of the first column should be 
14995 \emph on
14996 darkgreen
14997 \emph default
14998 .
14999  So insert
15000 \end_layout
15001
15002 \begin_layout Standard
15003
15004 \series bold
15005 >{
15006 \backslash
15007 columncolor{darkgreen}
15008 \backslash
15009 centering}c
15010 \end_layout
15011
15012 \begin_layout Standard
15013 as LaTeX-argument for this column.
15014  The first row should be blue, therefore the TeX-Code command
15015 \end_layout
15016
15017 \begin_layout Standard
15018
15019 \series bold
15020
15021 \backslash
15022 rowcolow{cyan}
15023 \end_layout
15024
15025 \begin_layout Standard
15026 is inserted to the first cell of this row.
15027  Note that this overwrites the column color for the first cell.
15028  The last cell of the last row is colored magenta by inserting the TeX-Code
15029  command
15030 \end_layout
15031
15032 \begin_layout Standard
15033
15034 \series bold
15035
15036 \backslash
15037 cellcolor{magenta}
15038 \end_layout
15039
15040 \begin_layout Standard
15041 The characters could now be colored using the menu 
15042 \family sans
15043 Edit\SpecialChar \menuseparator
15044 Text
15045 \begin_inset Space ~
15046 \end_inset
15047
15048 Style
15049 \family default
15050 .
15051 \end_layout
15052
15053 \begin_layout Standard
15054 \begin_inset Float table
15055 placement h
15056 wide false
15057 sideways false
15058 status open
15059
15060 \begin_layout Plain Layout
15061 \begin_inset Caption
15062
15063 \begin_layout Plain Layout
15064 \begin_inset CommandInset label
15065 LatexCommand label
15066 name "tab:Table-colored-using"
15067
15068 \end_inset
15069
15070 Table colored using the package 
15071 \series bold
15072 colortbl
15073 \series default
15074
15075 \begin_inset OptArg
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079 Table with colortbl
15080 \end_layout
15081
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \begin_layout Plain Layout
15093 \align center
15094 \begin_inset Tabular
15095 <lyxtabular version="3" rows="3" columns="3">
15096 <features>
15097 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15098 <column alignment="center" valignment="top" width="0">
15099 <column alignment="center" valignment="top" width="0">
15100 <row>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 \begin_inset ERT
15106 status collapsed
15107
15108 \begin_layout Plain Layout
15109
15110
15111 \backslash
15112 rowcolor{cyan}
15113 \end_layout
15114
15115 \end_inset
15116
15117
15118 \color magenta
15119 a
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128
15129 \color red
15130 b
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139
15140 \color red
15141 c
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \color yellow
15154 d
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \color blue
15165 e
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174
15175 \color blue
15176 f
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row>
15183 <cell alignment="center" valignment="top" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187
15188 \color yellow
15189 g
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198
15199 \color blue
15200 h
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 \begin_inset ERT
15210 status collapsed
15211
15212 \begin_layout Plain Layout
15213
15214
15215 \backslash
15216 cellcolor{magenta}
15217 \end_layout
15218
15219 \end_inset
15220
15221
15222 \color green
15223 i
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 </row>
15229 </lyxtabular>
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \begin_layout Standard
15242 \begin_inset ERT
15243 status collapsed
15244
15245 \begin_layout Plain Layout
15246
15247
15248 \backslash
15249 else
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \begin_inset Note Note
15256 status open
15257
15258 \begin_layout Plain Layout
15259 The following will be displayed when the LaTeX-package 
15260 \series bold
15261 colortbl
15262 \series default
15263  is not installed:
15264 \end_layout
15265
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \begin_layout Standard
15272 You need to install the package 
15273 \series bold
15274 colortbl
15275 \series default
15276  to see the content of this section in the output.
15277 \end_layout
15278
15279 \begin_layout Standard
15280 \begin_inset ERT
15281 status collapsed
15282
15283 \begin_layout Plain Layout
15284
15285
15286 \backslash
15287 fi
15288 \end_layout
15289
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \begin_layout Subsection
15296 Colored Lines
15297 \begin_inset Index
15298 status collapsed
15299
15300 \begin_layout Plain Layout
15301 Table Color ! for Lines
15302 \end_layout
15303
15304 \end_inset
15305
15306
15307 \begin_inset Index
15308 status collapsed
15309
15310 \begin_layout Plain Layout
15311 Color ! for Table Lines
15312 \end_layout
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \begin_layout Standard
15320 As described in section
15321 \begin_inset Space ~
15322 \end_inset
15323
15324
15325 \begin_inset CommandInset ref
15326 LatexCommand ref
15327 reference "sub:Line-Thickness"
15328
15329 \end_inset
15330
15331 , the line thickness for all lines in a table can be adjusted with the length
15332  
15333 \series bold
15334
15335 \backslash
15336 arrayrulewidth
15337 \series default
15338 .
15339  It is set to 1.5
15340 \begin_inset Space \thinspace{}
15341 \end_inset
15342
15343 pt for all tables of this section.
15344 \begin_inset ERT
15345 status collapsed
15346
15347 \begin_layout Plain Layout
15348
15349
15350 \backslash
15351 setlength{
15352 \backslash
15353 arrayrulewidth}{1.5pt}
15354 \end_layout
15355
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \begin_layout Standard
15362 To color vertical lines for example with green, create the following column
15363  format in the document preamble, according to the description in section
15364 \begin_inset Space ~
15365 \end_inset
15366
15367
15368 \begin_inset CommandInset ref
15369 LatexCommand ref
15370 reference "sub:Customized-Format"
15371
15372 \end_inset
15373
15374 :
15375 \end_layout
15376
15377 \begin_layout Standard
15378
15379 \series bold
15380
15381 \backslash
15382 newcolumntype{W}{!{
15383 \backslash
15384 color{green}
15385 \backslash
15386 vline}}
15387 \end_layout
15388
15389 \begin_layout Standard
15390 For Table
15391 \begin_inset Space ~
15392 \end_inset
15393
15394
15395 \begin_inset CommandInset ref
15396 LatexCommand ref
15397 reference "tab:Table-with-vertical-colored"
15398
15399 \end_inset
15400
15401  the LaTeX-argument
15402 \series bold
15403  WcW
15404 \series default
15405  was used for the last column and
15406 \series bold
15407  Wc
15408 \series default
15409  for the other columns.
15410 \end_layout
15411
15412 \begin_layout Standard
15413 If you want to have several colors, define more column formats.
15414 \end_layout
15415
15416 \begin_layout Standard
15417 \begin_inset Float table
15418 wide false
15419 sideways false
15420 status open
15421
15422 \begin_layout Plain Layout
15423 \begin_inset Caption
15424
15425 \begin_layout Plain Layout
15426 \begin_inset CommandInset label
15427 LatexCommand label
15428 name "tab:Table-with-vertical-colored"
15429
15430 \end_inset
15431
15432 Table with colored vertical lines
15433 \end_layout
15434
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \begin_layout Plain Layout
15441 \align center
15442 \begin_inset Tabular
15443 <lyxtabular version="3" rows="3" columns="3">
15444 <features>
15445 <column alignment="center" valignment="top" width="0" special="Wc">
15446 <column alignment="center" valignment="top" width="0" special="Wc">
15447 <column alignment="center" valignment="top" width="0" special="WcW">
15448 <row>
15449 <cell alignment="center" valignment="top" topline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453 sd
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" topline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 <cell alignment="center" valignment="top" topline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 <row>
15478 <cell alignment="center" valignment="top" topline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell alignment="center" valignment="top" topline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491 sd
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 <cell alignment="center" valignment="top" topline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 <row>
15507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529 sd
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 </row>
15535 </lyxtabular>
15536
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \begin_layout Standard
15548 \begin_inset VSpace bigskip
15549 \end_inset
15550
15551 To color horizontal lines for example with red, like in Table
15552 \begin_inset Space ~
15553 \end_inset
15554
15555
15556 \begin_inset CommandInset ref
15557 LatexCommand ref
15558 reference "tab:Table-with-horizontal-colored"
15559
15560 \end_inset
15561
15562 , insert these commands in TeX-Code before the table or table float:
15563 \end_layout
15564
15565 \begin_layout Standard
15566
15567 \series bold
15568
15569 \backslash
15570 let
15571 \backslash
15572 myHlineC
15573 \backslash
15574 hline
15575 \begin_inset Newline newline
15576 \end_inset
15577
15578
15579 \backslash
15580 renewcommand{
15581 \backslash
15582 hline}
15583 \begin_inset Newline newline
15584 \end_inset
15585
15586
15587 \begin_inset ERT
15588 status collapsed
15589
15590 \begin_layout Plain Layout
15591
15592
15593 \backslash
15594 hphantom{ }
15595 \end_layout
15596
15597 \end_inset
15598
15599 {
15600 \backslash
15601 arrayrulecolor{red}
15602 \backslash
15603 myHlineC
15604 \backslash
15605 arrayrulecolor{black}}
15606 \end_layout
15607
15608 \begin_layout Standard
15609 \begin_inset ERT
15610 status collapsed
15611
15612 \begin_layout Plain Layout
15613
15614
15615 \backslash
15616 let
15617 \backslash
15618 myHlineC
15619 \backslash
15620 hline
15621 \end_layout
15622
15623 \begin_layout Plain Layout
15624
15625
15626 \backslash
15627 renewcommand{
15628 \backslash
15629 hline}
15630 \end_layout
15631
15632 \begin_layout Plain Layout
15633
15634  {
15635 \backslash
15636 arrayrulecolor{red}
15637 \backslash
15638 myHlineC
15639 \backslash
15640 arrayrulecolor{black}}
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \begin_inset Float table
15647 wide false
15648 sideways false
15649 status open
15650
15651 \begin_layout Plain Layout
15652 \begin_inset Caption
15653
15654 \begin_layout Plain Layout
15655 \begin_inset CommandInset label
15656 LatexCommand label
15657 name "tab:Table-with-horizontal-colored"
15658
15659 \end_inset
15660
15661 Table with colored horizontal lines
15662 \end_layout
15663
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \begin_layout Plain Layout
15670 \align center
15671 \begin_inset Tabular
15672 <lyxtabular version="3" rows="3" columns="3">
15673 <features>
15674 <column alignment="center" valignment="top" width="0">
15675 <column alignment="center" valignment="top" width="0">
15676 <column alignment="center" valignment="top" width="0">
15677 <row>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682 sd
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 </row>
15706 <row>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 sd
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 sd
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 </lyxtabular>
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \begin_layout Standard
15777 \begin_inset ERT
15778 status collapsed
15779
15780 \begin_layout Plain Layout
15781
15782
15783 \backslash
15784 pagebreak 
15785 \end_layout
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \begin_layout Standard
15793 To return to the default line color black, insert this command in TeX-Code
15794  behind the table or table float:
15795 \end_layout
15796
15797 \begin_layout Standard
15798
15799 \series bold
15800
15801 \backslash
15802 renewcommand{
15803 \backslash
15804 hline}{
15805 \backslash
15806 myHlineC}
15807 \end_layout
15808
15809 \begin_layout Standard
15810 Table
15811 \begin_inset Space ~
15812 \end_inset
15813
15814
15815 \begin_inset CommandInset ref
15816 LatexCommand ref
15817 reference "tab:Table-with-colored"
15818
15819 \end_inset
15820
15821  is an example with colored vertical and horizontal lines.
15822 \end_layout
15823
15824 \begin_layout Standard
15825 \begin_inset Float table
15826 placement h
15827 wide false
15828 sideways false
15829 status open
15830
15831 \begin_layout Plain Layout
15832 \begin_inset Caption
15833
15834 \begin_layout Plain Layout
15835 \begin_inset CommandInset label
15836 LatexCommand label
15837 name "tab:Table-with-colored"
15838
15839 \end_inset
15840
15841 Table with colored lines
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Plain Layout
15850 \align center
15851 \begin_inset Tabular
15852 <lyxtabular version="3" rows="3" columns="3">
15853 <features>
15854 <column alignment="center" valignment="top" width="0" special="Wc">
15855 <column alignment="center" valignment="top" width="0" special="Wc">
15856 <column alignment="center" valignment="top" width="0" special="WcW">
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 sd
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 sd
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 <row topspace="default">
15916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 sd
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 </lyxtabular>
15945
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 \begin_inset ERT
15958 status collapsed
15959
15960 \begin_layout Plain Layout
15961
15962
15963 \backslash
15964 renewcommand{
15965 \backslash
15966 hline}{
15967 \backslash
15968 myHlineC}
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Standard
15977 \begin_inset ERT
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982
15983 \backslash
15984 setlength{
15985 \backslash
15986 arrayrulewidth}{0.4pt}
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \begin_layout Section
15995 Table Customization
15996 \begin_inset Index
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 Table Customization
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \begin_inset Index
16007 status collapsed
16008
16009 \begin_layout Plain Layout
16010 Table ! Customization
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \begin_layout Subsection
16019 Row Spacing
16020 \begin_inset CommandInset label
16021 LatexCommand label
16022 name "sub:Row-Spacing"
16023
16024 \end_inset
16025
16026
16027 \begin_inset Index
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031 Table Customization ! Row Spacing
16032 \end_layout
16033
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \begin_layout Standard
16040 You can add vertical space to table rows in the 
16041 \family sans
16042 Borders
16043 \family default
16044  tab of the table dialog.
16045  You find there three possibilities:
16046 \end_layout
16047
16048 \begin_layout Description
16049 Top
16050 \begin_inset Space ~
16051 \end_inset
16052
16053 of
16054 \begin_inset Space ~
16055 \end_inset
16056
16057 row will add space above the characters of the table row.
16058  If the table is a formal table
16059 \begin_inset Foot
16060 status collapsed
16061
16062 \begin_layout Plain Layout
16063 Formal tables are explained in section
16064 \begin_inset Space ~
16065 \end_inset
16066
16067
16068 \begin_inset CommandInset ref
16069 LatexCommand ref
16070 reference "sec:Formal-Tables"
16071
16072 \end_inset
16073
16074 .
16075 \end_layout
16076
16077 \end_inset
16078
16079  LyX will insert as default 0.5
16080 \begin_inset Space \thinspace{}
16081 \end_inset
16082
16083 em space.
16084  For normal tables the inserted space will unfortunately destroy the vertical
16085  table lines as in the following table:
16086 \begin_inset VSpace medskip
16087 \end_inset
16088
16089
16090 \begin_inset Newline newline
16091 \end_inset
16092
16093
16094 \begin_inset ERT
16095 status collapsed
16096
16097 \begin_layout Plain Layout
16098
16099
16100 \backslash
16101 hspace*{0pt}
16102 \end_layout
16103
16104 \end_inset
16105
16106
16107 \begin_inset Space \hfill{}
16108 \end_inset
16109
16110
16111 \begin_inset Tabular
16112 <lyxtabular version="3" rows="3" columns="1">
16113 <features>
16114 <column alignment="center" valignment="top" width="0">
16115 <row>
16116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 A
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 </row>
16126 <row topspace="3mm">
16127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 3
16132 \begin_inset Space \thinspace{}
16133 \end_inset
16134
16135 mm space top of row
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row>
16142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 C
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 </row>
16152 </lyxtabular>
16153
16154 \end_inset
16155
16156
16157 \begin_inset Space \hfill{}
16158 \end_inset
16159
16160
16161 \begin_inset ERT
16162 status collapsed
16163
16164 \begin_layout Plain Layout
16165
16166
16167 \backslash
16168 hspace*{0pt}
16169 \end_layout
16170
16171 \end_inset
16172
16173
16174 \begin_inset VSpace medskip
16175 \end_inset
16176
16177
16178 \begin_inset Newline newline
16179 \end_inset
16180
16181 So inserting space to the top of row for normal tables is only useful when
16182  you don't have vertical lines.
16183 \end_layout
16184
16185 \begin_layout Description
16186 Bottom
16187 \begin_inset Space ~
16188 \end_inset
16189
16190 of
16191 \begin_inset Space ~
16192 \end_inset
16193
16194 row will add space below the characters of the table row.
16195  If the table is a formal table LyX will insert as default 0.5
16196 \begin_inset Space \thinspace{}
16197 \end_inset
16198
16199 em space, for normal tables the default size is 2
16200 \begin_inset Space \thinspace{}
16201 \end_inset
16202
16203 pt.
16204 \end_layout
16205
16206 \begin_layout Description
16207 Between
16208 \begin_inset Space ~
16209 \end_inset
16210
16211 rows adds space between the current and the following row.
16212  If the table is a formal table LyX will insert as default 0.5
16213 \begin_inset Space \thinspace{}
16214 \end_inset
16215
16216 em space.
16217  For normal tables the inserted space will unfortunately destroy the vertical
16218  table lines as in the following table:
16219 \begin_inset VSpace medskip
16220 \end_inset
16221
16222
16223 \begin_inset Newline newline
16224 \end_inset
16225
16226
16227 \begin_inset ERT
16228 status collapsed
16229
16230 \begin_layout Plain Layout
16231
16232
16233 \backslash
16234 hspace*{0pt}
16235 \end_layout
16236
16237 \end_inset
16238
16239
16240 \begin_inset Space \hfill{}
16241 \end_inset
16242
16243
16244 \begin_inset Tabular
16245 <lyxtabular version="3" rows="3" columns="1">
16246 <features>
16247 <column alignment="center" valignment="top" width="0">
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 A
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row interlinespace="3mm">
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 \begin_inset Formula $\downarrow$
16265 \end_inset
16266
16267  3
16268 \begin_inset Space \thinspace{}
16269 \end_inset
16270
16271 mm space between row 
16272 \begin_inset Formula $\downarrow$
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 </row>
16281 <row>
16282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 \begin_inset Formula $\uparrow$
16287 \end_inset
16288
16289  3
16290 \begin_inset Space \thinspace{}
16291 \end_inset
16292
16293 mm space between row 
16294 \begin_inset Formula $\uparrow$
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 </lyxtabular>
16304
16305 \end_inset
16306
16307
16308 \begin_inset Space \hfill{}
16309 \end_inset
16310
16311
16312 \begin_inset ERT
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316
16317
16318 \backslash
16319 hspace*{0pt}
16320 \end_layout
16321
16322 \end_inset
16323
16324
16325 \begin_inset VSpace medskip
16326 \end_inset
16327
16328
16329 \begin_inset Newline newline
16330 \end_inset
16331
16332 So inserting space between rows for normal tables is only useful when you
16333  don't have vertical lines.
16334 \end_layout
16335
16336 \begin_layout Standard
16337 \begin_inset VSpace bigskip
16338 \end_inset
16339
16340 When you want to add extra height to all cells of all tables, you can do
16341  this with the following preamble lines:
16342 \end_layout
16343
16344 \begin_layout Standard
16345
16346 \series bold
16347
16348 \backslash
16349 @ifundef\SpecialChar \textcompwordmark{}
16350 ined{extrarowheight}
16351 \begin_inset Newline newline
16352 \end_inset
16353
16354
16355 \begin_inset ERT
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359
16360
16361 \backslash
16362 hphantom{ }
16363 \end_layout
16364
16365 \end_inset
16366
16367 {
16368 \backslash
16369 usepackage{array}}{}
16370 \begin_inset Newline newline
16371 \end_inset
16372
16373
16374 \backslash
16375 setlength{
16376 \backslash
16377 extrarowheight}{height}
16378 \end_layout
16379
16380 \begin_layout Standard
16381 But this has the disadvantage that the cell texts are no longer exactly
16382  vertically centered.
16383  (The package 
16384 \series bold
16385 array
16386 \series default
16387  will be loaded automatically by LyX when you use self defined table formats.
16388  To avoid that it is loaded twice the command 
16389 \series bold
16390
16391 \backslash
16392 @ifundef\SpecialChar \textcompwordmark{}
16393 ined
16394 \series default
16395  is used in the above command.)
16396 \end_layout
16397
16398 \begin_layout Subsection
16399 Special Cell Alignment
16400 \begin_inset Index
16401 status collapsed
16402
16403 \begin_layout Plain Layout
16404 Table Customization ! Special Cell Alignment
16405 \end_layout
16406
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \begin_layout Standard
16413 Sometimes it looks better when the cell entries of a column are aligned
16414  with a special character, e.
16415 \begin_inset Space \thinspace{}
16416 \end_inset
16417
16418 g.
16419 \begin_inset Space ~
16420 \end_inset
16421
16422 with the decimal separator as in Table
16423 \begin_inset Space ~
16424 \end_inset
16425
16426
16427 \begin_inset CommandInset ref
16428 LatexCommand ref
16429 reference "tab:Table-cells-of"
16430
16431 \end_inset
16432
16433 .
16434 \end_layout
16435
16436 \begin_layout Standard
16437 \begin_inset Float table
16438 placement h
16439 wide false
16440 sideways false
16441 status open
16442
16443 \begin_layout Plain Layout
16444 \begin_inset Caption
16445
16446 \begin_layout Plain Layout
16447 \begin_inset CommandInset label
16448 LatexCommand label
16449 name "tab:Table-cells-of"
16450
16451 \end_inset
16452
16453 Table cells of a column aligned with the decimal separator.
16454 \end_layout
16455
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \begin_layout Plain Layout
16462 \align center
16463 \begin_inset Tabular
16464 <lyxtabular version="3" rows="4" columns="2">
16465 <features>
16466 <column alignment="right" valignment="top" width="0">
16467 <column alignment="left" valignment="top" width="0" special="@{}l">
16468 <row>
16469 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 heading
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 </row>
16488 <row>
16489 <cell alignment="center" valignment="top" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 12.
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 6
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 0.
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 68
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 </row>
16528 <row>
16529 <cell alignment="center" valignment="top" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 -123.
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 0
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 </lyxtabular>
16549
16550 \end_inset
16551
16552
16553 \end_layout
16554
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \begin_layout Standard
16561 This table was created with a 4×2 table.
16562  The heading is a centered multicolumn.
16563  The first column is right-aligned and contains the digits before the decimal
16564  point and the decimal point.
16565  The second column is left aligned and contains the digits after the decimal
16566  point.
16567  To omit the space that is normally between two table columns, use the following
16568  LaTeX-argument for the second column:
16569 \end_layout
16570
16571 \begin_layout Standard
16572
16573 \series bold
16574 @{}l
16575 \end_layout
16576
16577 \begin_layout Standard
16578 Table
16579 \begin_inset Space ~
16580 \end_inset
16581
16582
16583 \begin_inset CommandInset ref
16584 LatexCommand ref
16585 reference "tab:Several-table-cell"
16586
16587 \end_inset
16588
16589  shows some example alignments.
16590  For the alignment with the relation sign, you must add the second smallest
16591  math-space at the beginning of the last column to get the correct space
16592  surrounding the relation sign.
16593 \end_layout
16594
16595 \begin_layout Standard
16596 \begin_inset Float table
16597 wide false
16598 sideways false
16599 status open
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Caption
16603
16604 \begin_layout Plain Layout
16605 \begin_inset CommandInset label
16606 LatexCommand label
16607 name "tab:Several-table-cell"
16608
16609 \end_inset
16610
16611 Several table cell alignments.
16612 \end_layout
16613
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \begin_layout Plain Layout
16620 \align center
16621 \begin_inset Tabular
16622 <lyxtabular version="3" rows="4" columns="6">
16623 <features>
16624 <column alignment="right" valignment="top" width="0">
16625 <column alignment="left" valignment="top" width="0" special="@{}l">
16626 <column alignment="right" valignment="top" width="0">
16627 <column alignment="left" valignment="top" width="0" special="@{}l">
16628 <column alignment="right" valignment="top" width="0">
16629 <column alignment="left" valignment="top" width="0" special="@{}l">
16630 <row>
16631 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 units
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 exponents
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 relations
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 12×
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700 24
16701 \begin_inset Space \thinspace{}
16702 \end_inset
16703
16704 bottles
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 \begin_inset Formula $10\cdot$
16714 \end_inset
16715
16716
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 \begin_inset Formula $10^{\mbox{-}17}$
16726 \end_inset
16727
16728
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Formula $\Gamma(t)\propto$
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\:\Upsilon(t)$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 1024×
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 768
16773 \begin_inset Space \thinspace{}
16774 \end_inset
16775
16776 Pixels
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Formula $5.78\cdot$
16786 \end_inset
16787
16788
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 \begin_inset Formula $10^{7}$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 \begin_inset Formula $A\ne$
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 \begin_inset Formula $\: B_{\mathrm{red}}$
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 <row>
16831 <cell alignment="center" valignment="top" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 32×
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 6
16845 \begin_inset Space \thinspace{}
16846 \end_inset
16847
16848 cm
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 -
16858 \begin_inset Formula $33.5\cdot$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 \begin_inset Formula $10^{4}$
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 \begin_inset Formula $\sin(\alpha)\ge$
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Formula $\:\sin(\beta)$
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 </row>
16903 </lyxtabular>
16904
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911
16912
16913 \end_layout
16914
16915 \begin_layout Standard
16916 \begin_inset VSpace bigskip
16917 \end_inset
16918
16919 There is also the LaTeX-package 
16920 \series bold
16921 dcolumn
16922 \series default
16923
16924 \begin_inset Index
16925 status collapsed
16926
16927 \begin_layout Plain Layout
16928 LaTeX-packages ! dcolumn
16929 \end_layout
16930
16931 \end_inset
16932
16933  that provides table cell alignments.
16934  But this unfortunately treats the cell entries as math and doesn't allow
16935  formulas in table cells: The first column of Table
16936 \begin_inset Space ~
16937 \end_inset
16938
16939
16940 \begin_inset CommandInset ref
16941 LatexCommand ref
16942 reference "tab:Several-table-cell"
16943
16944 \end_inset
16945
16946  will look with 
16947 \series bold
16948 dcolumn
16949 \series default
16950  like the first column in Table
16951 \begin_inset Space ~
16952 \end_inset
16953
16954
16955 \begin_inset CommandInset ref
16956 LatexCommand ref
16957 reference "tab:Alignments-when"
16958
16959 \end_inset
16960
16961  and only with some tricks like the expected.
16962  The alignment of the second and third column of Table
16963 \begin_inset Space ~
16964 \end_inset
16965
16966
16967 \begin_inset CommandInset ref
16968 LatexCommand ref
16969 reference "tab:Several-table-cell"
16970
16971 \end_inset
16972
16973  is not possible with 
16974 \series bold
16975 dcolumn
16976 \series default
16977 .
16978 \end_layout
16979
16980 \begin_layout Standard
16981 \begin_inset Float table
16982 placement h
16983 wide false
16984 sideways false
16985 status open
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Caption
16989
16990 \begin_layout Plain Layout
16991 \begin_inset CommandInset label
16992 LatexCommand label
16993 name "tab:Alignments-when"
16994
16995 \end_inset
16996
16997 Alignments when LaTeX-package dcolumn is used.
16998  For all column alignments tricks have to be used to get the output.
16999 \end_layout
17000
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \begin_layout Plain Layout
17007 \align center
17008 \begin_inset Tabular
17009 <lyxtabular version="3" rows="4" columns="3">
17010 <features>
17011 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17012 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17013 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17014 <row>
17015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 units
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 units
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 units
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 </row>
17043 <row>
17044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 12x24
17049 \begin_inset Space \thinspace{}
17050 \end_inset
17051
17052 bottles
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 12x24
17062 \begin_inset Space \thinspace{}
17063 \end_inset
17064
17065
17066 \begin_inset Formula $\mbox{bottles}$
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 12
17079 \begin_inset ERT
17080 status collapsed
17081
17082 \begin_layout Plain Layout
17083
17084
17085 \backslash
17086 times 
17087 \end_layout
17088
17089 \end_inset
17090
17091 24~
17092 \begin_inset Formula $\mbox{bottles}$
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 </row>
17101 <row>
17102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 1024x768
17107 \begin_inset Space \thinspace{}
17108 \end_inset
17109
17110 Pixels
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 1024x768
17120 \begin_inset Space \thinspace{}
17121 \end_inset
17122
17123
17124 \begin_inset Formula $\mbox{Pixels}$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 1024
17137 \begin_inset ERT
17138 status collapsed
17139
17140 \begin_layout Plain Layout
17141
17142
17143 \backslash
17144 times 
17145 \end_layout
17146
17147 \end_inset
17148
17149 768~
17150 \begin_inset Formula $\mbox{Pixels}$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 32x6
17165 \begin_inset Space \thinspace{}
17166 \end_inset
17167
17168 cm
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 32x6
17178 \begin_inset Space \thinspace{}
17179 \end_inset
17180
17181
17182 \begin_inset Formula $\mbox{cm}$
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 32
17195 \begin_inset ERT
17196 status collapsed
17197
17198 \begin_layout Plain Layout
17199
17200
17201 \backslash
17202 times 
17203 \end_layout
17204
17205 \end_inset
17206
17207 6~
17208 \begin_inset Formula $\mbox{cm}$
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 </lyxtabular>
17218
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \begin_layout Subsection
17230 Customized Cell/Column Format
17231 \begin_inset CommandInset label
17232 LatexCommand label
17233 name "sub:Customized-Format"
17234
17235 \end_inset
17236
17237
17238 \begin_inset Index
17239 status collapsed
17240
17241 \begin_layout Plain Layout
17242 Table Customization ! Cell/Column Format
17243 \end_layout
17244
17245 \end_inset
17246
17247
17248 \end_layout
17249
17250 \begin_layout Standard
17251 Calculating the needed width for spanned columns like in section
17252 \begin_inset Space ~
17253 \end_inset
17254
17255
17256 \begin_inset CommandInset ref
17257 LatexCommand ref
17258 reference "sub:Multicolumn-Calculations"
17259
17260 \end_inset
17261
17262  is very annoying if you have several tables with multicolumn cells.
17263  To make life easier, you can define a cell/column format in the preamble,
17264  so that it can be used in all tables of the document.
17265  The format is defined with the command
17266 \end_layout
17267
17268 \begin_layout Standard
17269
17270 \series bold
17271
17272 \backslash
17273 newcolumntype{name of format}[number of arguments]{commands}
17274 \end_layout
17275
17276 \begin_layout Standard
17277 The format name may only consist of one letter.
17278  The letters 
17279 \emph on
17280 b
17281 \emph default
17282
17283 \emph on
17284 c
17285 \emph default
17286
17287 \emph on
17288 l
17289 \emph default
17290
17291 \emph on
17292 m
17293 \emph default
17294
17295 \emph on
17296 p
17297 \emph default
17298  and 
17299 \emph on
17300 r
17301 \emph default
17302  are predefined and cannot be used.
17303  But all letters are allowed as capitals.
17304 \end_layout
17305
17306 \begin_layout Standard
17307 \begin_inset VSpace medskip
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \begin_layout Standard
17314 For vertically and horizontally centered multicolumn cells with a fixed
17315  width you can define the cell format
17316 \end_layout
17317
17318 \begin_layout Standard
17319
17320 \series bold
17321
17322 \backslash
17323 newcolumntype{M}[1]{>{
17324 \backslash
17325 centering
17326 \backslash
17327 hspace{0pt}}m{#1}}
17328 \end_layout
17329
17330 \begin_layout Standard
17331 where 
17332 \series bold
17333
17334 \backslash
17335 hspace{0pt}
17336 \series default
17337  avoids the problem of hyphenating the first word, as described in section
17338 \begin_inset Space ~
17339 \end_inset
17340
17341
17342 \begin_inset CommandInset ref
17343 LatexCommand ref
17344 reference "sub:Multiple-Lines-in"
17345
17346 \end_inset
17347
17348 .
17349  Now you can simply enter
17350 \end_layout
17351
17352 \begin_layout Standard
17353
17354 \series bold
17355 M{width}
17356 \end_layout
17357
17358 \begin_layout Standard
17359 as LaTeX-argument in the table dialog to create a multicolumn.
17360 \end_layout
17361
17362 \begin_layout Standard
17363 \begin_inset VSpace bigskip
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \begin_layout Standard
17370 For cells spanned by a multicolumn cell, you can define the format
17371 \end_layout
17372
17373 \begin_layout Standard
17374
17375 \series bold
17376
17377 \backslash
17378 newcolumntype{S}[2]{>{
17379 \backslash
17380 centering
17381 \backslash
17382 hspace{0pt}}
17383 \begin_inset Newline newline
17384 \end_inset
17385
17386
17387 \begin_inset ERT
17388 status collapsed
17389
17390 \begin_layout Plain Layout
17391
17392
17393 \backslash
17394 phantom{
17395 \end_layout
17396
17397 \end_inset
17398
17399
17400 \backslash
17401 newcolumntype
17402 \begin_inset ERT
17403 status collapsed
17404
17405 \begin_layout Plain Layout
17406
17407 }
17408 \end_layout
17409
17410 \end_inset
17411
17412 m{(#1+(2
17413 \backslash
17414 tabcolsep+
17415 \backslash
17416 arrayrulewidth)*(1-#2))/#2}}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 This format uses equation 
17421 \begin_inset CommandInset ref
17422 LatexCommand eqref
17423 reference "eq:Wgn"
17424
17425 \end_inset
17426
17427  to calculate the needed width so that each spanned cell has the same width.
17428 \end_layout
17429
17430 \begin_layout Standard
17431 You can now enter
17432 \end_layout
17433
17434 \begin_layout Standard
17435
17436 \series bold
17437 S{width of multicolumn cell}{number of spanned columns}
17438 \end_layout
17439
17440 \begin_layout Standard
17441 as LaTeX-argument of the column.
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 For colored columns, you can define
17453 \end_layout
17454
17455 \begin_layout Standard
17456
17457 \series bold
17458
17459 \backslash
17460 newcolumntype{K}[1]{>{
17461 \backslash
17462 columncolor{#1}
17463 \backslash
17464 hspace{0pt}}c}
17465 \end_layout
17466
17467 \begin_layout Standard
17468 The 
17469 \begin_inset Quotes eld
17470 \end_inset
17471
17472 c
17473 \begin_inset Quotes erd
17474 \end_inset
17475
17476  at the end creates a column with a flexible width whose text is horizontally
17477  centered.
17478  You can now enter
17479 \end_layout
17480
17481 \begin_layout Standard
17482
17483 \series bold
17484 K{color name}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 as LaTeX-argument.
17489 \end_layout
17490
17491 \begin_layout Standard
17492 \begin_inset VSpace bigskip
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \begin_layout Standard
17499 To create Table
17500 \begin_inset Space ~
17501 \end_inset
17502
17503
17504 \begin_inset CommandInset ref
17505 LatexCommand ref
17506 reference "tab:Table-using-user-defined"
17507
17508 \end_inset
17509
17510  use the LaTeX-arguments
17511 \end_layout
17512
17513 \begin_layout Standard
17514
17515 \series bold
17516 M{2.5cm}
17517 \end_layout
17518
17519 \begin_layout Standard
17520 for the first column and the multicolumn,
17521 \end_layout
17522
17523 \begin_layout Standard
17524
17525 \series bold
17526 K{red}
17527 \end_layout
17528
17529 \begin_layout Standard
17530 for the the last column, and
17531 \end_layout
17532
17533 \begin_layout Standard
17534
17535 \series bold
17536 S{2.5cm}{2}
17537 \end_layout
17538
17539 \begin_layout Standard
17540 for the cells in the second column.
17541 \end_layout
17542
17543 \begin_layout Standard
17544 \begin_inset Float table
17545 placement h
17546 wide false
17547 sideways false
17548 status open
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Caption
17552
17553 \begin_layout Plain Layout
17554 \begin_inset CommandInset label
17555 LatexCommand label
17556 name "tab:Table-using-user-defined"
17557
17558 \end_inset
17559
17560 Table using user-defined table formats
17561 \end_layout
17562
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \begin_layout Plain Layout
17569 \align center
17570 \begin_inset Tabular
17571 <lyxtabular version="3" rows="3" columns="4">
17572 <features>
17573 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17574 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17575 <column alignment="center" valignment="middle" width="0">
17576 <column alignment="center" valignment="middle" width="0" special="K{red}">
17577 <row>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 verylongtablecellword
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 multiple lines multicolumn
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 c
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 </row>
17615 <row>
17616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 d
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 e
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 f
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647 g
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 </row>
17653 <row>
17654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17655 \begin_inset Text
17656
17657 \begin_layout Plain Layout
17658 h
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667 i
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 j
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 k
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 </lyxtabular>
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Subsection
17704 Line Thickness
17705 \begin_inset CommandInset label
17706 LatexCommand label
17707 name "sub:Line-Thickness"
17708
17709 \end_inset
17710
17711
17712 \begin_inset Index
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716 Table Customization ! Line Thickness
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \begin_layout Standard
17725 The line thickness for all lines in a table can be adjusted with the length
17726  
17727 \series bold
17728
17729 \backslash
17730 arrayrulewidth
17731 \series default
17732 .
17733  To set for example a line thickness of 1.5
17734 \begin_inset Space \thinspace{}
17735 \end_inset
17736
17737 pt, like in Table
17738 \begin_inset Space ~
17739 \end_inset
17740
17741
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "tab:Table-with-1.5"
17745
17746 \end_inset
17747
17748 , insert the command
17749 \end_layout
17750
17751 \begin_layout Standard
17752
17753 \series bold
17754
17755 \backslash
17756 setlength{
17757 \backslash
17758 arrayrulewidth}{1.5pt}
17759 \end_layout
17760
17761 \begin_layout Standard
17762 in TeX-Code before the table or table float.
17763  The changed thickness is valid for all following tables.
17764  To use the default value again, set 
17765 \series bold
17766
17767 \backslash
17768 arrayrulewidth
17769 \series default
17770  to 0.4
17771 \begin_inset Space \thinspace{}
17772 \end_inset
17773
17774 pt in TeX-Code behind the table or table float.
17775 \end_layout
17776
17777 \begin_layout Standard
17778 \begin_inset ERT
17779 status collapsed
17780
17781 \begin_layout Plain Layout
17782
17783
17784 \backslash
17785 setlength{
17786 \backslash
17787 arrayrulewidth}{1.5pt}
17788 \end_layout
17789
17790 \end_inset
17791
17792
17793 \begin_inset Float table
17794 wide false
17795 sideways false
17796 status open
17797
17798 \begin_layout Plain Layout
17799 \begin_inset Caption
17800
17801 \begin_layout Plain Layout
17802 \begin_inset CommandInset label
17803 LatexCommand label
17804 name "tab:Table-with-1.5"
17805
17806 \end_inset
17807
17808 Table with 1.5
17809 \begin_inset Space \thinspace{}
17810 \end_inset
17811
17812 pt thick lines
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Plain Layout
17821 \align center
17822 \begin_inset Tabular
17823 <lyxtabular version="3" rows="3" columns="3">
17824 <features>
17825 <column alignment="center" valignment="top" width="0">
17826 <column alignment="center" valignment="top" width="0">
17827 <column alignment="center" valignment="top" width="0">
17828 <row>
17829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833 sd
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 </row>
17857 <row>
17858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871 sd
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 </row>
17886 <row>
17887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909 sd
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 </row>
17915 </lyxtabular>
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \begin_inset ERT
17926 status collapsed
17927
17928 \begin_layout Plain Layout
17929
17930
17931 \backslash
17932 setlength{
17933 \backslash
17934 arrayrulewidth}{0.4pt}
17935 \end_layout
17936
17937 \end_inset
17938
17939
17940 \end_layout
17941
17942 \begin_layout Standard
17943 \begin_inset VSpace bigskip
17944 \end_inset
17945
17946 To set the line thickness to 1.5
17947 \begin_inset Space \thinspace{}
17948 \end_inset
17949
17950 pt only for horizontal lines, like in Table
17951 \begin_inset Space ~
17952 \end_inset
17953
17954
17955 \begin_inset CommandInset ref
17956 LatexCommand ref
17957 reference "tab:Table-with-horizontal"
17958
17959 \end_inset
17960
17961 , insert these commands in TeX-Code before the table or table float:
17962 \end_layout
17963
17964 \begin_layout Standard
17965
17966 \series bold
17967
17968 \backslash
17969 let
17970 \backslash
17971 myHline
17972 \backslash
17973 hline
17974 \begin_inset Newline newline
17975 \end_inset
17976
17977
17978 \backslash
17979 renewcommand{
17980 \backslash
17981 hline}
17982 \begin_inset Newline newline
17983 \end_inset
17984
17985  {
17986 \backslash
17987 noalign{
17988 \backslash
17989 global
17990 \backslash
17991 arrayrulewidth 1.5pt}
17992 \begin_inset Newline newline
17993 \end_inset
17994
17995  
17996 \backslash
17997 myHline
17998 \backslash
17999 noalign{
18000 \backslash
18001 global
18002 \backslash
18003 arrayrulewidth 0.4pt}}
18004 \end_layout
18005
18006 \begin_layout Standard
18007 To return to the default line thickness, insert this command in TeX-Code
18008  behind the table or table float:
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 renewcommand{
18017 \backslash
18018 hline}{
18019 \backslash
18020 myHline}
18021 \end_layout
18022
18023 \begin_layout Standard
18024 \begin_inset ERT
18025 status collapsed
18026
18027 \begin_layout Plain Layout
18028
18029
18030 \backslash
18031 let
18032 \backslash
18033 myHline
18034 \backslash
18035 hline
18036 \end_layout
18037
18038 \begin_layout Plain Layout
18039
18040
18041 \backslash
18042 renewcommand{
18043 \backslash
18044 hline}
18045 \end_layout
18046
18047 \begin_layout Plain Layout
18048
18049  {
18050 \backslash
18051 noalign{
18052 \backslash
18053 global
18054 \backslash
18055 arrayrulewidth 1.5pt}
18056 \end_layout
18057
18058 \begin_layout Plain Layout
18059
18060   
18061 \backslash
18062 myHline
18063 \backslash
18064 noalign{
18065 \backslash
18066 global
18067 \backslash
18068 arrayrulewidth 0.4pt}}
18069 \end_layout
18070
18071 \end_inset
18072
18073
18074 \begin_inset Float table
18075 wide false
18076 sideways false
18077 status open
18078
18079 \begin_layout Plain Layout
18080 \begin_inset Caption
18081
18082 \begin_layout Plain Layout
18083 \begin_inset CommandInset label
18084 LatexCommand label
18085 name "tab:Table-with-horizontal"
18086
18087 \end_inset
18088
18089 Table with 1.5
18090 \begin_inset Space \thinspace{}
18091 \end_inset
18092
18093 pt thick horizontal lines
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \begin_layout Plain Layout
18102 \align center
18103 \begin_inset Tabular
18104 <lyxtabular version="3" rows="3" columns="3">
18105 <features>
18106 <column alignment="center" valignment="top" width="0">
18107 <column alignment="center" valignment="top" width="0">
18108 <column alignment="center" valignment="top" width="0">
18109 <row>
18110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 sd
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 </row>
18138 <row>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152 sd
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 </row>
18167 <row>
18168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190 sd
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 </row>
18196 </lyxtabular>
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \begin_inset ERT
18207 status collapsed
18208
18209 \begin_layout Plain Layout
18210
18211
18212 \backslash
18213 renewcommand{
18214 \backslash
18215 hline}{
18216 \backslash
18217 myHline}
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \begin_layout Standard
18226 \begin_inset VSpace bigskip
18227 \end_inset
18228
18229 To set the line thickness to 1.5
18230 \begin_inset Space \thinspace{}
18231 \end_inset
18232
18233 pt only for vertical lines, create the following column format in the document
18234  preamble, according to the description in section
18235 \begin_inset Space ~
18236 \end_inset
18237
18238
18239 \begin_inset CommandInset ref
18240 LatexCommand ref
18241 reference "sub:Customized-Format"
18242
18243 \end_inset
18244
18245 :
18246 \end_layout
18247
18248 \begin_layout Standard
18249
18250 \series bold
18251
18252 \backslash
18253 newcolumntype{V}{!{
18254 \backslash
18255 vrule width 1.5pt}}
18256 \end_layout
18257
18258 \begin_layout Standard
18259 For Table
18260 \begin_inset Space ~
18261 \end_inset
18262
18263
18264 \begin_inset CommandInset ref
18265 LatexCommand ref
18266 reference "tab:Table-with-vertical"
18267
18268 \end_inset
18269
18270  the LaTeX-argument
18271 \end_layout
18272
18273 \begin_layout Standard
18274
18275 \series bold
18276 VcV
18277 \end_layout
18278
18279 \begin_layout Standard
18280 was used for the last column and
18281 \end_layout
18282
18283 \begin_layout Standard
18284
18285 \series bold
18286 Vc
18287 \end_layout
18288
18289 \begin_layout Standard
18290 for the other columns.
18291 \end_layout
18292
18293 \begin_layout Standard
18294 \begin_inset Float table
18295 wide false
18296 sideways false
18297 status open
18298
18299 \begin_layout Plain Layout
18300 \begin_inset Caption
18301
18302 \begin_layout Plain Layout
18303 \begin_inset CommandInset label
18304 LatexCommand label
18305 name "tab:Table-with-vertical"
18306
18307 \end_inset
18308
18309 Table with 1.5
18310 \begin_inset Space \thinspace{}
18311 \end_inset
18312
18313 pt thick vertical lines
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \begin_layout Plain Layout
18322 \align center
18323 \begin_inset Tabular
18324 <lyxtabular version="3" rows="3" columns="3">
18325 <features>
18326 <column alignment="center" valignment="top" width="0" special="Vc">
18327 <column alignment="center" valignment="top" width="0" special="Vc">
18328 <column alignment="center" valignment="top" width="0" special="VcV">
18329 <row>
18330 <cell alignment="center" valignment="top" topline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 sd
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 </row>
18358 <row>
18359 <cell alignment="center" valignment="top" topline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 sd
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 sd
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 </row>
18416 </lyxtabular>
18417
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \begin_layout Subsection
18429 Dashed Lines
18430 \begin_inset Index
18431 status collapsed
18432
18433 \begin_layout Plain Layout
18434 Table Customization ! Dashed Lines
18435 \end_layout
18436
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \begin_layout Standard
18443 \begin_inset ERT
18444 status collapsed
18445
18446 \begin_layout Plain Layout
18447
18448
18449 \backslash
18450 ifarydshln
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \begin_inset Note Note
18457 status open
18458
18459 \begin_layout Plain Layout
18460 The following section will only be displayed when the LaTeX-package 
18461 \series bold
18462 arydshln
18463 \series default
18464  is installed.
18465 \end_layout
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \begin_layout Standard
18473 \begin_inset Float table
18474 placement H
18475 wide false
18476 sideways false
18477 status open
18478
18479 \begin_layout Plain Layout
18480 \begin_inset Caption
18481
18482 \begin_layout Plain Layout
18483 \begin_inset CommandInset label
18484 LatexCommand label
18485 name "tab:Table-with-dashed"
18486
18487 \end_inset
18488
18489 Table with dashed lines
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Plain Layout
18498 \align center
18499 \begin_inset Tabular
18500 <lyxtabular version="3" rows="5" columns="5">
18501 <features>
18502 <column alignment="center" valignment="top" width="0">
18503 <column alignment="center" valignment="top" width="0">
18504 <column alignment="center" valignment="top" width="0" special=":c">
18505 <column alignment="center" valignment="top" width="0">
18506 <column alignment="center" valignment="top" width="0">
18507 <row>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 a
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 b
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 c
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 d
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548 e
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 </row>
18554 <row>
18555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 f
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 g
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" topline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 h
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 i
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 j
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 </row>
18601 <row>
18602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 \begin_inset ERT
18607 status collapsed
18608
18609 \begin_layout Plain Layout
18610
18611
18612 \backslash
18613 hdashline 
18614 \end_layout
18615
18616 \end_inset
18617
18618 k
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 l
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 m
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 n
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654 o
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 </row>
18660 <row>
18661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665 \begin_inset ERT
18666 status collapsed
18667
18668 \begin_layout Plain Layout
18669
18670
18671 \backslash
18672 cdashline{4-5}
18673 \end_layout
18674
18675 \end_inset
18676
18677 p
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686 q
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695 r
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 s
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 </row>
18719 <row>
18720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724 t
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733 u
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742 v
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 w
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 x
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 </lyxtabular>
18767
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18780  As prerequisite the LaTeX-package 
18781 \series bold
18782 arydshln
18783 \series default
18784
18785 \begin_inset Index
18786 status collapsed
18787
18788 \begin_layout Plain Layout
18789 LaTeX-packages ! arydshln
18790 \end_layout
18791
18792 \end_inset
18793
18794  must be loaded in the document preamble with the command
18795 \end_layout
18796
18797 \begin_layout Standard
18798
18799 \series bold
18800
18801 \backslash
18802 usepackage{arydshln}
18803 \end_layout
18804
18805 \begin_layout Standard
18806 To make a vertical line dashed, enter the colon 
18807 \begin_inset Quotes eld
18808 \end_inset
18809
18810 :
18811 \begin_inset Quotes erd
18812 \end_inset
18813
18814  together with the character for the horizontal alignment as LaTeX-argument
18815  in the table cell dialog.
18816 \end_layout
18817
18818 \begin_layout Standard
18819 For a horizontal dashed line add the command
18820 \end_layout
18821
18822 \begin_layout Standard
18823
18824 \series bold
18825
18826 \backslash
18827 hdashline
18828 \end_layout
18829
18830 \begin_layout Standard
18831 in TeX-Code as first element of the first cell in the table row.
18832 \end_layout
18833
18834 \begin_layout Standard
18835 For dashed multicolumn lines use the command
18836 \end_layout
18837
18838 \begin_layout Standard
18839
18840 \series bold
18841
18842 \backslash
18843 cdashline{line number
18844 \series default
18845 }
18846 \end_layout
18847
18848 \begin_layout Standard
18849 in TeX-Code as first element of the first cell in the table row.
18850  If you have for example a multicolumn spanning over columns 2 to 4 and
18851  you want to have a dashed line above, add the command
18852 \end_layout
18853
18854 \begin_layout Standard
18855
18856 \series bold
18857
18858 \backslash
18859 cdashline{2-4}
18860 \end_layout
18861
18862 \begin_layout Standard
18863 as first element of the first cell in the row of the multicolumn.
18864 \end_layout
18865
18866 \begin_layout Standard
18867 \begin_inset VSpace bigskip
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \begin_layout Standard
18874 Table
18875 \begin_inset Space ~
18876 \end_inset
18877
18878
18879 \begin_inset CommandInset ref
18880 LatexCommand ref
18881 reference "tab:Table-with-dashed"
18882
18883 \end_inset
18884
18885  was created using 
18886 \begin_inset Quotes eld
18887 \end_inset
18888
18889
18890 \series bold
18891 :c
18892 \series default
18893
18894 \begin_inset Quotes erd
18895 \end_inset
18896
18897  as LaTeX-argument of the third column.
18898  The TeX-Code command 
18899 \series bold
18900
18901 \backslash
18902 hdashline
18903 \series default
18904  was inserted to the first cell of the third row and the the TeX-Code command
18905 \begin_inset Newline newline
18906 \end_inset
18907
18908  
18909 \series bold
18910
18911 \backslash
18912 cdashline{4-5}
18913 \series default
18914  was inserted to the first cell of the fourth row.
18915 \end_layout
18916
18917 \begin_layout Standard
18918 \begin_inset Note Greyedout
18919 status open
18920
18921 \begin_layout Plain Layout
18922
18923 \series bold
18924 Note:
18925 \series default
18926  The used LaTeX-package 
18927 \series bold
18928 arydshln
18929 \series default
18930  is apparently not compatible with the LaTeX-package 
18931 \series bold
18932 colortbl
18933 \series default
18934
18935 \begin_inset Index
18936 status collapsed
18937
18938 \begin_layout Plain Layout
18939 LaTeX-packages ! colortbl
18940 \end_layout
18941
18942 \end_inset
18943
18944  that is used for colored tables in section
18945 \begin_inset Space ~
18946 \end_inset
18947
18948
18949 \begin_inset CommandInset ref
18950 LatexCommand ref
18951 reference "sec:Colored-Tables"
18952
18953 \end_inset
18954
18955 .
18956  That means colored tables cannot have dashed lines.
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \begin_layout Standard
18965 \begin_inset ERT
18966 status collapsed
18967
18968 \begin_layout Plain Layout
18969
18970
18971 \backslash
18972 else
18973 \end_layout
18974
18975 \end_inset
18976
18977
18978 \begin_inset Note Note
18979 status open
18980
18981 \begin_layout Plain Layout
18982 The following will be displayed when the LaTeX-package 
18983 \series bold
18984 arydshln
18985 \series default
18986  is not installed:
18987 \end_layout
18988
18989 \end_inset
18990
18991
18992 \end_layout
18993
18994 \begin_layout Standard
18995 You need to install the package 
18996 \series bold
18997 arydshln
18998 \series default
18999  to see the content of this section in the output.
19000 \end_layout
19001
19002 \begin_layout Standard
19003 \begin_inset ERT
19004 status collapsed
19005
19006 \begin_layout Plain Layout
19007
19008
19009 \backslash
19010 fi
19011 \end_layout
19012
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \begin_layout Chapter
19019 Floats
19020 \begin_inset Index
19021 status collapsed
19022
19023 \begin_layout Plain Layout
19024 Floats
19025 \end_layout
19026
19027 \end_inset
19028
19029
19030 \begin_inset CommandInset label
19031 LatexCommand label
19032 name "cha:Floats"
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Section
19040 Introduction
19041 \begin_inset CommandInset label
19042 LatexCommand label
19043 name "sec:FloatIntroduction"
19044
19045 \end_inset
19046
19047
19048 \begin_inset Index
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052 Floats ! Introduction
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Standard
19061 A float is a block of text associated with some sort of label, which doesn't
19062  have a fixed location.
19063  It can 
19064 \begin_inset Quotes eld
19065 \end_inset
19066
19067 float
19068 \begin_inset Quotes erd
19069 \end_inset
19070
19071  forward or backward a page or two, to wherever it fits best.
19072  
19073 \family sans
19074 Footnotes
19075 \family default
19076  and 
19077 \family sans
19078 Margin
19079 \begin_inset Space ~
19080 \end_inset
19081
19082 Notes
19083 \family default
19084  are also floats, because they can float to the next page when there are
19085  too many notes at the page.
19086 \end_layout
19087
19088 \begin_layout Standard
19089 Floats allow a high quality layout.
19090  Images and tables can evenly be spread to the pages to avoid white space
19091  and pages without text.
19092  As the floating often destroys the context between the text and the image/table
19093 , every float can be referenced in the text.
19094  Floats are therefore numbered.
19095  Referencing is described in section
19096 \begin_inset Space ~
19097 \end_inset
19098
19099
19100 \begin_inset CommandInset ref
19101 LatexCommand ref
19102 reference "sec:Referencing-Floats"
19103
19104 \end_inset
19105
19106 .
19107 \end_layout
19108
19109 \begin_layout Standard
19110 To insert a float, use the menu 
19111 \family sans
19112 Insert\SpecialChar \menuseparator
19113 Float
19114 \family default
19115 .
19116  This inserts the 
19117 \family sans
19118 Caption
19119 \family default
19120  inset, a box with a label.
19121  The label will automatically be translated to the document language in
19122  the output.
19123  Behind the label you can insert the caption text.
19124  The image or table is inserted above or below the caption in a separate
19125  paragraph within the float.
19126  More about the caption placement is described in section
19127 \begin_inset Space ~
19128 \end_inset
19129
19130
19131 \begin_inset CommandInset ref
19132 LatexCommand ref
19133 reference "sec:Caption-Placement"
19134
19135 \end_inset
19136
19137 .
19138  To keep your LyX-document readable, you can open and close the float box
19139  by left-clicking on the box label.
19140  A closed float box looks like this: 
19141 \begin_inset Graphics
19142         filename clipart/floatQt4.png
19143         scale 70
19144         scaleBeforeRotation
19145
19146 \end_inset
19147
19148  -- a gray button with a red label.
19149 \end_layout
19150
19151 \begin_layout Standard
19152 It is recommended to insert floats as a separate paragraph to avoid possible
19153  LaTeX-errors that can occur when the surrounding text is specially formatted.
19154 \end_layout
19155
19156 \begin_layout Standard
19157 Existing figures or tables can be put into a float by marking them and then
19158  pressing the corresponding toolbar button for a new float.
19159 \end_layout
19160
19161 \begin_layout Section
19162 Float Types
19163 \end_layout
19164
19165 \begin_layout Standard
19166 Besides figure and table floats that are described in section
19167 \begin_inset Space ~
19168 \end_inset
19169
19170
19171 \begin_inset CommandInset ref
19172 LatexCommand ref
19173 reference "sec:Figure-Floats"
19174
19175 \end_inset
19176
19177  and 
19178 \begin_inset CommandInset ref
19179 LatexCommand ref
19180 reference "sec:Table-Floats"
19181
19182 \end_inset
19183
19184 , respectively, LyX offers the float types 
19185 \series bold
19186 Algorithm
19187 \series default
19188  and 
19189 \series bold
19190 Text
19191 \begin_inset Space ~
19192 \end_inset
19193
19194 Wrap
19195 \begin_inset Space ~
19196 \end_inset
19197
19198 Float
19199 \series default
19200 .
19201 \end_layout
19202
19203 \begin_layout Subsection
19204 Algorithm Floats
19205 \begin_inset Index
19206 status collapsed
19207
19208 \begin_layout Plain Layout
19209 Floats ! Algorithms
19210 \end_layout
19211
19212 \end_inset
19213
19214
19215 \begin_inset CommandInset label
19216 LatexCommand label
19217 name "sub:Algorithm-Floats"
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \begin_layout Standard
19225 \begin_inset Float algorithm
19226 placement h
19227 wide false
19228 sideways false
19229 status open
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Caption
19233
19234 \begin_layout Plain Layout
19235 \begin_inset CommandInset label
19236 LatexCommand label
19237 name "alg:Example-Algorithm-float"
19238
19239 \end_inset
19240
19241 Example Algorithm float
19242 \end_layout
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \begin_layout LyX-Code
19250 for I in 1..N loop
19251 \begin_inset Newline newline
19252 \end_inset
19253
19254  Sum:= Sum + A(I); /*comment*/
19255 \begin_inset Newline newline
19256 \end_inset
19257
19258 end loop
19259 \begin_inset VSpace -4mm
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \begin_layout Standard
19271 This float type is inserted with the menu 
19272 \family sans
19273 Insert\SpecialChar \menuseparator
19274 Floats\SpecialChar \menuseparator
19275 Algorithm
19276 \family default
19277 .
19278  It is used for program codes and descriptions of algorithms.
19279  A possible environment for algorithms is the 
19280 \family sans
19281 LyX-Code
19282 \family default
19283 , described in LyX's 
19284 \emph on
19285 Userguide
19286 \emph default
19287 .
19288  Algorithm
19289 \begin_inset Space ~
19290 \end_inset
19291
19292
19293 \begin_inset CommandInset ref
19294 LatexCommand ref
19295 reference "alg:Example-Algorithm-float"
19296
19297 \end_inset
19298
19299  is an example of an algorithm float where -4
19300 \begin_inset Space \thinspace{}
19301 \end_inset
19302
19303 mm vertical space was added at the end of the float to have the bottom rule
19304  exactly below the last text line.
19305 \end_layout
19306
19307 \begin_layout Standard
19308 The float label is not automatically translated into the document language.
19309  If your document is not in English, you have to do this manually by adding
19310  the following line to the document preamble
19311 \series bold
19312 :
19313 \end_layout
19314
19315 \begin_layout Standard
19316
19317 \series bold
19318
19319 \backslash
19320 floatname{algorithm}{your
19321 \begin_inset Space ~
19322 \end_inset
19323
19324 name}
19325 \end_layout
19326
19327 \begin_layout Standard
19328 where 
19329 \family sans
19330 your
19331 \begin_inset Space ~
19332 \end_inset
19333
19334 name
19335 \family default
19336  is the word 
19337 \begin_inset Quotes eld
19338 \end_inset
19339
19340
19341 \emph on
19342 algorithm
19343 \emph default
19344
19345 \begin_inset Quotes erd
19346 \end_inset
19347
19348  in your language.
19349 \end_layout
19350
19351 \begin_layout Standard
19352 To insert the list of algorithms you can in this case not use the menu 
19353 \family sans
19354 Insert\SpecialChar \menuseparator
19355 List
19356 \begin_inset Space \thinspace{}
19357 \end_inset
19358
19359 /
19360 \begin_inset Space \thinspace{}
19361 \end_inset
19362
19363 TOC\SpecialChar \menuseparator
19364 List of Algorithms
19365 \family default
19366  when your document is an English one.
19367  For non-English documents, use this command in TeX-Code instead:
19368 \end_layout
19369
19370 \begin_layout Standard
19371
19372 \series bold
19373
19374 \backslash
19375 listof{algorithm}{your
19376 \begin_inset Space ~
19377 \end_inset
19378
19379 name}
19380 \end_layout
19381
19382 \begin_layout Standard
19383 where 
19384 \family sans
19385 your
19386 \begin_inset Space ~
19387 \end_inset
19388
19389 name
19390 \family default
19391  is the word 
19392 \begin_inset Quotes eld
19393 \end_inset
19394
19395
19396 \emph on
19397 List of Algorithm
19398 \emph default
19399 s
19400 \begin_inset Quotes erd
19401 \end_inset
19402
19403  in your language.
19404 \end_layout
19405
19406 \begin_layout Standard
19407 Algorithm floats are not by default numbered in the scheme 
19408 \begin_inset Quotes eld
19409 \end_inset
19410
19411 chapter.algorithm
19412 \begin_inset Quotes erd
19413 \end_inset
19414
19415  like it is the case for table and figure floats in many document-classes.
19416  To number algorithm floats in the same scheme, add this command to your
19417  document preamble:
19418 \end_layout
19419
19420 \begin_layout Standard
19421
19422 \series bold
19423
19424 \backslash
19425 numberwithin{algorithm}{chapter}
19426 \end_layout
19427
19428 \begin_layout Standard
19429 To be able to use the command 
19430 \series bold
19431
19432 \backslash
19433 numberwithin
19434 \series default
19435 , set in the tab 
19436 \family sans
19437 Math
19438 \begin_inset Space ~
19439 \end_inset
19440
19441 Options
19442 \family default
19443  in the document settings the option 
19444 \family sans
19445 Use
19446 \begin_inset Space ~
19447 \end_inset
19448
19449 AMS
19450 \begin_inset Space ~
19451 \end_inset
19452
19453 math
19454 \begin_inset Space ~
19455 \end_inset
19456
19457 package
19458 \family default
19459 .
19460 \end_layout
19461
19462 \begin_layout Subsection
19463 Text Wrap Floats
19464 \begin_inset Index
19465 status collapsed
19466
19467 \begin_layout Plain Layout
19468 Floats ! Text Wrap Floats
19469 \end_layout
19470
19471 \end_inset
19472
19473
19474 \begin_inset CommandInset label
19475 LatexCommand label
19476 name "sub:floatflt-wrap-float"
19477
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \begin_layout Standard
19484 \begin_inset Wrap figure
19485 lines 0
19486 placement l
19487 overhang 0col%
19488 width "40col%"
19489 status open
19490
19491 \begin_layout Plain Layout
19492 \begin_inset Graphics
19493         filename clipart/mobius.eps
19494         display color
19495         width 40col%
19496         scaleBeforeRotation
19497         rotateOrigin center
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \begin_layout Plain Layout
19505 \begin_inset Caption
19506
19507 \begin_layout Plain Layout
19508 \begin_inset CommandInset label
19509 LatexCommand label
19510 name "fig:This-is-a"
19511
19512 \end_inset
19513
19514 This is a wrapped figure, and this is the brilliant caption that describes
19515  it.
19516 \begin_inset VSpace medskip
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \end_inset
19528
19529 This float type is used if you want to 
19530 \begin_inset Quotes eld
19531 \end_inset
19532
19533 wrap
19534 \begin_inset Quotes erd
19535 \end_inset
19536
19537  text around a figure so that it only occupies some fraction of the column
19538  width.
19539  It can be inserted using the menu 
19540 \family sans
19541 Insert\SpecialChar \menuseparator
19542 Floats\SpecialChar \menuseparator
19543 Text
19544 \begin_inset Space ~
19545 \end_inset
19546
19547 Wrap
19548 \begin_inset Space ~
19549 \end_inset
19550
19551 Float
19552 \family default
19553  if the LaTeX-package 
19554 \series bold
19555 wrapfig
19556 \series default
19557
19558 \begin_inset Index
19559 status collapsed
19560
19561 \begin_layout Plain Layout
19562 LaTeX-packages ! wrapfig
19563 \begin_inset ERT
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567
19568
19569 \backslash
19570
19571 \begin_inset ERT
19572 status collapsed
19573
19574 \begin_layout Plain Layout
19575
19576 {
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \begin_inset ERT
19583 status collapsed
19584
19585 \begin_layout Plain Layout
19586
19587 }
19588 \end_layout
19589
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596
19597 vspace
19598 \begin_inset ERT
19599 status collapsed
19600
19601 \begin_layout Plain Layout
19602
19603 {
19604 \end_layout
19605
19606 \end_inset
19607
19608 4mm
19609 \begin_inset ERT
19610 status collapsed
19611
19612 \begin_layout Plain Layout
19613
19614 }
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623
19624  is installed.
19625 \begin_inset Foot
19626 status collapsed
19627
19628 \begin_layout Plain Layout
19629 Installing a LaTeX-package is explained it in the 
19630 \emph on
19631 LaTeX
19632 \begin_inset Space ~
19633 \end_inset
19634
19635 Configuration
19636 \emph default
19637  manual.
19638 \end_layout
19639
19640 \end_inset
19641
19642  The width and placement of the float is adjusted by right-clicking on the
19643  float box.
19644  Figure
19645 \begin_inset Space ~
19646 \end_inset
19647
19648
19649 \begin_inset CommandInset ref
19650 LatexCommand ref
19651 reference "fig:This-is-a"
19652
19653 \end_inset
19654
19655  is an example text wrap float with a width of 40
19656 \begin_inset Space \thinspace{}
19657 \end_inset
19658
19659 col%.
19660 \begin_inset Foot
19661 status collapsed
19662
19663 \begin_layout Plain Layout
19664 Available units are explained in appendix
19665 \begin_inset Space ~
19666 \end_inset
19667
19668
19669 \begin_inset CommandInset ref
19670 LatexCommand ref
19671 reference "cha:Units-available-in"
19672
19673 \end_inset
19674
19675 .
19676 \end_layout
19677
19678 \end_inset
19679
19680  Some space was added under the caption to separate it better from the surroundi
19681 ng text.
19682 \end_layout
19683
19684 \begin_layout Standard
19685 The LaTeX-package 
19686 \series bold
19687 wrapfig
19688 \series default
19689  also supports table wrap floats, but they are not yet supported by LyX.
19690  If you need this, read the documentation of 
19691 \series bold
19692 wrapfig
19693 \series default
19694  
19695 \begin_inset CommandInset citation
19696 LatexCommand cite
19697 key "wrapfig"
19698
19699 \end_inset
19700
19701 .
19702 \end_layout
19703
19704 \begin_layout Standard
19705 \begin_inset Note Greyedout
19706 status open
19707
19708 \begin_layout Plain Layout
19709
19710 \series bold
19711 Note:
19712 \series default
19713  Text
19714 \begin_inset Space ~
19715 \end_inset
19716
19717 wrap float floats are fragile! E.
19718 \begin_inset Space \thinspace{}
19719 \end_inset
19720
19721 g.
19722 \begin_inset Space ~
19723 \end_inset
19724
19725 having a figure too close to the bottom of the page can mess things up in
19726  the way that the float doesn't appear in the output or that it is placed
19727  over some other text.
19728 \end_layout
19729
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \begin_layout Standard
19736 In general:
19737 \end_layout
19738
19739 \begin_layout Itemize
19740 Wrap floats should not be placed in paragraphs that run over a page break.
19741  That means that wrap floats should better be inserted to the exact place
19742  when the document is nearly finished and you are able to estimate where
19743  page breaks will appear.
19744 \end_layout
19745
19746 \begin_layout Itemize
19747 Wrap floats should either be placed in an own paragraph before the paragraph
19748  where they should wrap into or within a paragraph.
19749 \end_layout
19750
19751 \begin_layout Itemize
19752 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19753  there is a text paragraph between them as separator.
19754 \end_layout
19755
19756 \begin_layout Itemize
19757 Wrap floats are not allowed in section headings or tables.
19758 \end_layout
19759
19760 \begin_layout Section
19761 Float Numbering
19762 \begin_inset CommandInset label
19763 LatexCommand label
19764 name "sec:Float-Numbering"
19765
19766 \end_inset
19767
19768
19769 \begin_inset Index
19770 status collapsed
19771
19772 \begin_layout Plain Layout
19773 Floats ! Numbering
19774 \end_layout
19775
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \begin_layout Standard
19782 Floats are usually numbered either independent from the sections the floats
19783  are in, or in the scheme 
19784 \begin_inset Quotes eld
19785 \end_inset
19786
19787 chapter.number
19788 \begin_inset Quotes erd
19789 \end_inset
19790
19791  or 
19792 \begin_inset Quotes eld
19793 \end_inset
19794
19795 section.number
19796 \begin_inset Quotes erd
19797 \end_inset
19798
19799 .
19800  This depends on the used document class.
19801 \end_layout
19802
19803 \begin_layout Standard
19804 To change the section independent numbering, you can use this command in
19805  the document preamble:
19806 \end_layout
19807
19808 \begin_layout Standard
19809
19810 \series bold
19811
19812 \backslash
19813 renewcommand{
19814 \backslash
19815 thetable}{
19816 \backslash
19817 roman{table}}
19818 \end_layout
19819
19820 \begin_layout Standard
19821
19822 \series bold
19823
19824 \backslash
19825 thetable
19826 \series default
19827  is the command that prints the table number, for figure floats, the command
19828  would be 
19829 \series bold
19830
19831 \backslash
19832 thefigure
19833 \series default
19834 .
19835  The command 
19836 \series bold
19837
19838 \backslash
19839 roman
19840 \series default
19841  prints in the command above the table number as small roman number.
19842 \end_layout
19843
19844 \begin_layout Standard
19845 To change the numbering scheme for example to 
19846 \begin_inset Quotes eld
19847 \end_inset
19848
19849 subsection.number
19850 \begin_inset Quotes erd
19851 \end_inset
19852
19853 , use this command in the preamble:
19854 \end_layout
19855
19856 \begin_layout Standard
19857
19858 \series bold
19859
19860 \backslash
19861 numberwithin{table}{subsection}
19862 \end_layout
19863
19864 \begin_layout Standard
19865 To be able to use the command 
19866 \series bold
19867
19868 \backslash
19869 numberwithin
19870 \series default
19871 , set in the tab 
19872 \family sans
19873 Math
19874 \begin_inset Space ~
19875 \end_inset
19876
19877 Options
19878 \family default
19879  in the document settings the option 
19880 \family sans
19881 Use
19882 \begin_inset Space ~
19883 \end_inset
19884
19885 AMS
19886 \begin_inset Space ~
19887 \end_inset
19888
19889 math
19890 \begin_inset Space ~
19891 \end_inset
19892
19893 package
19894 \family default
19895 .
19896 \end_layout
19897
19898 \begin_layout Standard
19899 Please also have a look at section
19900 \begin_inset Space ~
19901 \end_inset
19902
19903
19904 \begin_inset CommandInset ref
19905 LatexCommand ref
19906 reference "sub:Footnote-Numbering"
19907
19908 \end_inset
19909
19910  for the details and important notes about the numbering commands.
19911 \end_layout
19912
19913 \begin_layout Section
19914 Referencing Floats
19915 \begin_inset CommandInset label
19916 LatexCommand label
19917 name "sec:Referencing-Floats"
19918
19919 \end_inset
19920
19921
19922 \begin_inset Index
19923 status collapsed
19924
19925 \begin_layout Plain Layout
19926 Floats ! References
19927 \end_layout
19928
19929 \end_inset
19930
19931
19932 \begin_inset Index
19933 status collapsed
19934
19935 \begin_layout Plain Layout
19936 References
19937 \end_layout
19938
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \begin_layout Standard
19945 To reference a float, insert a label into its caption using the menu 
19946 \family sans
19947 Insert\SpecialChar \menuseparator
19948 Label
19949 \family default
19950  or the toolbar button 
19951 \begin_inset Graphics
19952         filename ../images/label-insert.png
19953         scale 85
19954         scaleBeforeRotation
19955
19956 \end_inset
19957
19958 .
19959  A grey label box like this one: 
19960 \begin_inset Graphics
19961         filename clipart/labelQt4.png
19962         scale 85
19963         scaleBeforeRotation
19964
19965 \end_inset
19966
19967  will be inserted and the label window pops up asking for the label text.
19968  LyX offers as text the first words of the caption with a prefix.
19969  The prefix depends on the float type, e.
19970 \begin_inset Space \thinspace{}
19971 \end_inset
19972
19973 g.
19974 \begin_inset Space ~
19975 \end_inset
19976
19977 for figure floats the prefix will be "
19978 \family sans
19979 fig:
19980 \family default
19981 ".
19982 \end_layout
19983
19984 \begin_layout Standard
19985 The label is used as anchor and name for the reference.
19986  You can refer to the label using the menu 
19987 \family sans
19988 Insert\SpecialChar \menuseparator
19989 Cross-reference
19990 \family default
19991  or the toolbar button 
19992 \begin_inset Graphics
19993         filename ../images/dialog-show-new-inset_ref.png
19994         scale 85
19995         scaleBeforeRotation
19996
19997 \end_inset
19998
19999 .
20000  A grey cross-reference box like this one: 
20001 \begin_inset Graphics
20002         filename clipart/referenceQt4.png
20003         scale 85
20004         scaleBeforeRotation
20005
20006 \end_inset
20007
20008  will be inserted and the cross-reference window appear showing all labels
20009  of the document.
20010  If you have multiple LyX-documents opened, choose the one you are working
20011  on from the drop-list at the top of the dialog.
20012  You can now sort the labels alphabetically and then choose one.
20013  At the position of the cross-reference box the float number will appear
20014  in the output.
20015 \end_layout
20016
20017 \begin_layout Standard
20018 It is recommended to use a protected space between the cross-reference name
20019  and its number to avoid line breaks between them.
20020  If a cross-reference refers to a non-existing label, you will see two question
20021  marks in the output instead of the reference.
20022 \end_layout
20023
20024 \begin_layout Standard
20025 You can change labels at any time by clicking on the label box.
20026  References to the changed label will automatically change its link to the
20027  new label text, so that you don't need to take care about this.
20028 \end_layout
20029
20030 \begin_layout Standard
20031 The button 
20032 \family sans
20033 Go
20034 \begin_inset Space ~
20035 \end_inset
20036
20037 to
20038 \begin_inset Space ~
20039 \end_inset
20040
20041 Label
20042 \family default
20043  in the cross-reference window sets the cursor before the referred label.
20044  The button text changes then to Go
20045 \begin_inset Space ~
20046 \end_inset
20047
20048 Back and you can use it to set the cursor back to the cross-reference.
20049  Right-clicking on a cross-reference box also sets the cursor before the
20050  referenced label but without a possibility to go back.
20051 \end_layout
20052
20053 \begin_layout Subsection
20054 Cross-Reference Formats
20055 \begin_inset CommandInset label
20056 LatexCommand label
20057 name "sub:Cross-Reference-Formats"
20058
20059 \end_inset
20060
20061
20062 \begin_inset Index
20063 status collapsed
20064
20065 \begin_layout Plain Layout
20066 References ! Formats
20067 \end_layout
20068
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \begin_layout Standard
20075 There are six varieties of cross-references:
20076 \end_layout
20077
20078 \begin_layout Description
20079 <reference>: prints the float number, this is the default: 
20080 \begin_inset CommandInset ref
20081 LatexCommand ref
20082 reference "fig:Two-distorted-images"
20083
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \begin_layout Description
20090 (<reference>): prints the float number within two parentheses, this is the
20091  style normally used to reference formulas, especially when the reference
20092  name 
20093 \begin_inset Quotes eld
20094 \end_inset
20095
20096 Equation
20097 \begin_inset Quotes erd
20098 \end_inset
20099
20100  is omitted: 
20101 \begin_inset CommandInset ref
20102 LatexCommand eqref
20103 reference "eq:Wgn"
20104
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \begin_layout Description
20111 <page>: prints the page number: Page
20112 \begin_inset Space ~
20113 \end_inset
20114
20115
20116 \begin_inset CommandInset ref
20117 LatexCommand pageref
20118 reference "fig:Two-distorted-images"
20119
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Description
20126 on
20127 \begin_inset Space ~
20128 \end_inset
20129
20130 page
20131 \begin_inset Space ~
20132 \end_inset
20133
20134 <page>: prints the text "on page" and the page number: 
20135 \begin_inset CommandInset ref
20136 LatexCommand vpageref
20137 reference "fig:Two-distorted-images"
20138
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \begin_layout Description
20145 <reference>
20146 \begin_inset Space ~
20147 \end_inset
20148
20149 on
20150 \begin_inset Space ~
20151 \end_inset
20152
20153 page
20154 \begin_inset Space ~
20155 \end_inset
20156
20157 <page>: prints the float number, the text "on page", and the page number:
20158  
20159 \begin_inset CommandInset ref
20160 LatexCommand vref
20161 reference "fig:Two-distorted-images"
20162
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Description
20169 Formatted
20170 \begin_inset Space ~
20171 \end_inset
20172
20173 reference: prints a self defined cross-reference format.
20174  
20175 \begin_inset Note Greyedout
20176 status open
20177
20178 \begin_layout Plain Layout
20179
20180 \series bold
20181 Note:
20182 \series default
20183  This feature is only available when you have the LaTeX-package 
20184 \series bold
20185 prettyref
20186 \series default
20187  installed.
20188 \end_layout
20189
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \begin_layout Standard
20196 Note that the style <page> won't print the page number if the label is on
20197  the previous, the same, or the next page.
20198  You will e.
20199 \begin_inset Space \thinspace{}
20200 \end_inset
20201
20202 g.
20203 \begin_inset Space ~
20204 \end_inset
20205
20206 see the text 
20207 \begin_inset Quotes eld
20208 \end_inset
20209
20210
20211 \family sans
20212 on this page
20213 \family default
20214
20215 \begin_inset Quotes erd
20216 \end_inset
20217
20218  instead.
20219 \end_layout
20220
20221 \begin_layout Standard
20222 The number and current page of the referred document part in the output,
20223  is automatically calculated by LaTeX.
20224  The varieties are adjusted in the field 
20225 \family sans
20226 Format
20227 \family default
20228  of the cross-reference window, that appear when you click on the cross-referenc
20229 e box.
20230 \end_layout
20231
20232 \begin_layout Subsection
20233 Referencing Subfigures
20234 \begin_inset CommandInset label
20235 LatexCommand label
20236 name "sub:Referencing-Subfigures"
20237
20238 \end_inset
20239
20240
20241 \begin_inset Index
20242 status collapsed
20243
20244 \begin_layout Plain Layout
20245 References ! to Subfigures
20246 \end_layout
20247
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \begin_layout Standard
20254 Currently referencing subfigures is not supported by LyX, so you have to
20255  use LaTeX-commands.
20256  The label is the created with the command
20257 \end_layout
20258
20259 \begin_layout Standard
20260
20261 \series bold
20262
20263 \backslash
20264 label{fig:YourLabelName}
20265 \end_layout
20266
20267 \begin_layout Standard
20268 that is directly inserted into the subfigure caption field.
20269  To reference the label add this command in TeX-Code
20270 \end_layout
20271
20272 \begin_layout Standard
20273
20274 \series bold
20275
20276 \backslash
20277 ref{fig:YourLabelName}
20278 \end_layout
20279
20280 \begin_layout Standard
20281 to the position in your document where the reference should be placed.
20282  Here is a reference to a subfigure: Subfigure
20283 \begin_inset Space ~
20284 \end_inset
20285
20286
20287 \begin_inset ERT
20288 status collapsed
20289
20290 \begin_layout Plain Layout
20291
20292
20293 \backslash
20294 ref{fig:Platypus}
20295 \end_layout
20296
20297 \end_inset
20298
20299 .
20300 \end_layout
20301
20302 \begin_layout Subsection
20303 Automatic Reference Naming
20304 \begin_inset Index
20305 status collapsed
20306
20307 \begin_layout Plain Layout
20308 References ! Automatic Reference Naming
20309 \end_layout
20310
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \begin_layout Standard
20317 The LaTeX-package 
20318 \series bold
20319 hyperref
20320 \series default
20321  provides a very useful feature that cross-references automatically include
20322  the name of the referenced floats (or text parts like sections).
20323  You save to write e.
20324 \begin_inset Space \thinspace{}
20325 \end_inset
20326
20327 g.
20328 \begin_inset Space ~
20329 \end_inset
20330
20331 the name 
20332 \begin_inset Quotes eld
20333 \end_inset
20334
20335 Figure
20336 \begin_inset Quotes erd
20337 \end_inset
20338
20339  before every reference box.
20340  To get this automatic reference naming, you have to load the LaTeX-package
20341  
20342 \series bold
20343 hyperref
20344 \series default
20345
20346 \begin_inset Index
20347 status collapsed
20348
20349 \begin_layout Plain Layout
20350 LaTeX-packages ! hyperref
20351 \end_layout
20352
20353 \end_inset
20354
20355  in the document preamble with
20356 \end_layout
20357
20358 \begin_layout Standard
20359
20360 \series bold
20361
20362 \backslash
20363 usepackage[pdfborder={0 0 0}]{hyperref}
20364 \begin_inset Newline newline
20365 \end_inset
20366
20367
20368 \backslash
20369 AtBeginDocument{
20370 \backslash
20371 renewcommand{
20372 \backslash
20373 ref}[1]{
20374 \backslash
20375 mbox{
20376 \backslash
20377 autoref{#1}}}}
20378 \end_layout
20379
20380 \begin_layout Standard
20381
20382 \series bold
20383 hyperref
20384 \series default
20385  is used to link cross-references in the DVI- and PDF-output, this means
20386  that the reader of your document will be able to click on a table of content
20387  (TOC) entry or on a reference and he will be shown the referenced document
20388  part.
20389  
20390 \series bold
20391 hyperref
20392 \series default
20393  also creates PDF-bookmarks for every section of your document to make it
20394  easier for readers to navigate through the document.
20395  This is also used in this document but when you have a look in the document
20396  preamble you will find various options in the load command of 
20397 \series bold
20398 hyperref
20399 \series default
20400 .
20401  To learn more about the 
20402 \series bold
20403 hyperref
20404 \series default
20405  package, we refer to its documentation 
20406 \begin_inset CommandInset citation
20407 LatexCommand cite
20408 key "hyperref"
20409
20410 \end_inset
20411
20412 .
20413 \end_layout
20414
20415 \begin_layout Standard
20416 \begin_inset Note Greyedout
20417 status open
20418
20419 \begin_layout Plain Layout
20420
20421 \series bold
20422 Note:
20423 \series default
20424  Automatic reference naming cannot be used when you use cross-references
20425  in the 
20426 \family sans
20427 Formatted
20428 \begin_inset Space ~
20429 \end_inset
20430
20431 reference
20432 \family default
20433  style, described in section
20434 \begin_inset Space ~
20435 \end_inset
20436
20437
20438 \begin_inset CommandInset ref
20439 LatexCommand ref
20440 reference "sub:Cross-Reference-Formats"
20441
20442 \end_inset
20443
20444 .
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \begin_layout Subsection
20453 Reference Position
20454 \begin_inset CommandInset label
20455 LatexCommand label
20456 name "sub:Reference-Position"
20457
20458 \end_inset
20459
20460
20461 \begin_inset Index
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465 References ! Reference Position
20466 \end_layout
20467
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \begin_layout Standard
20474 If you use 
20475 \series bold
20476 hyperref
20477 \series default
20478
20479 \begin_inset Index
20480 status collapsed
20481
20482 \begin_layout Plain Layout
20483 LaTeX-packages ! hyperref
20484 \end_layout
20485
20486 \end_inset
20487
20488  to link cross-references in the output, you will see that clicking on an
20489  image float reference jumps to the image label.
20490  The caption will be the first text part on the screen, so that you cannot
20491  see the image without scrolling.
20492  This is because the reference link anchor is placed at the position of
20493  the label.
20494  With the use of the package 
20495 \series bold
20496 hypcap
20497 \series default
20498
20499 \begin_inset Index
20500 status collapsed
20501
20502 \begin_layout Plain Layout
20503 LaTeX-packages ! hypcap
20504 \end_layout
20505
20506 \end_inset
20507
20508 , which is part of the LaTeX-package 
20509 \series bold
20510 oberdiek
20511 \series default
20512
20513 \begin_inset Index
20514 status collapsed
20515
20516 \begin_layout Plain Layout
20517 LaTeX-packages ! oberdiek
20518 \end_layout
20519
20520 \end_inset
20521
20522 , the link anchor is placed at the beginning of a float.
20523  To use this feature for figure floats, load 
20524 \series bold
20525 hypcap
20526 \series default
20527  in the document preamble with the line
20528 \end_layout
20529
20530 \begin_layout Standard
20531
20532 \series bold
20533
20534 \backslash
20535 usepackage[figure]{hypcap}
20536 \end_layout
20537
20538 \begin_layout Standard
20539 You can also use 
20540 \series bold
20541 hypcap
20542 \series default
20543  for all floats but this isn't recommended for stability reasons.
20544  For more informations, have a look at 
20545 \series bold
20546 hypcap
20547 \series default
20548 's manual 
20549 \begin_inset CommandInset citation
20550 LatexCommand cite
20551 key "hypcap"
20552
20553 \end_inset
20554
20555 .
20556 \end_layout
20557
20558 \begin_layout Standard
20559 \begin_inset Note Greyedout
20560 status open
20561
20562 \begin_layout Plain Layout
20563
20564 \series bold
20565 Note:
20566 \series default
20567  
20568 \series bold
20569 hypcap
20570 \series default
20571  must be loaded after 
20572 \series bold
20573 hyperref
20574 \series default
20575  in the document preamble.
20576 \end_layout
20577
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \begin_layout Standard
20584 \begin_inset Note Greyedout
20585 status open
20586
20587 \begin_layout Plain Layout
20588
20589 \series bold
20590 Note:
20591 \series default
20592  
20593 \series bold
20594 hypcap
20595 \series default
20596  has no effect for references to subfigures.
20597 \end_layout
20598
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \begin_layout Section
20605 Float Placement
20606 \begin_inset CommandInset label
20607 LatexCommand label
20608 name "sec:Float-Placement"
20609
20610 \end_inset
20611
20612
20613 \begin_inset Index
20614 status collapsed
20615
20616 \begin_layout Plain Layout
20617 Floats ! Placement
20618 \end_layout
20619
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \begin_layout Standard
20626 Right-clicking on a float-box opens a dialog where you can alter the placement
20627  options that LaTeX uses for positioning the float.
20628 \begin_inset Newline newline
20629 \end_inset
20630
20631 The option 
20632 \family sans
20633 Span
20634 \begin_inset Space ~
20635 \end_inset
20636
20637 columns
20638 \family default
20639  is only useful for two-column documents: If you select it, the float will
20640  span across both columns on the page instead of being confined to just
20641  one.
20642 \begin_inset Newline newline
20643 \end_inset
20644
20645 The option 
20646 \family sans
20647 Rotate
20648 \begin_inset Space ~
20649 \end_inset
20650
20651 sideways
20652 \family default
20653  is used to rotate floats, see section 
20654 \begin_inset CommandInset ref
20655 LatexCommand ref
20656 reference "sec:Rotated-Floats"
20657
20658 \end_inset
20659
20660 .
20661 \end_layout
20662
20663 \begin_layout Standard
20664 You can use one ore more of the following options in the float dialog to
20665  set the placement for a particular float when you uncheck the option 
20666 \family sans
20667 Use
20668 \begin_inset Space ~
20669 \end_inset
20670
20671 default
20672 \begin_inset Space ~
20673 \end_inset
20674
20675 placement
20676 \family default
20677 :
20678 \end_layout
20679
20680 \begin_layout Description
20681 Here
20682 \begin_inset Space ~
20683 \end_inset
20684
20685 if
20686 \begin_inset Space ~
20687 \end_inset
20688
20689 possible try to place the float on the position where it is inserted
20690 \end_layout
20691
20692 \begin_layout Description
20693 Top
20694 \begin_inset Space ~
20695 \end_inset
20696
20697 of
20698 \begin_inset Space ~
20699 \end_inset
20700
20701 page try to place the float on the top of the current page
20702 \end_layout
20703
20704 \begin_layout Description
20705 Bottom
20706 \begin_inset Space ~
20707 \end_inset
20708
20709 of
20710 \begin_inset Space ~
20711 \end_inset
20712
20713 page try to place the float on the bottom of the current page
20714 \end_layout
20715
20716 \begin_layout Description
20717 Page
20718 \begin_inset Space ~
20719 \end_inset
20720
20721 of
20722 \begin_inset Space ~
20723 \end_inset
20724
20725 floats try to place the float on an own page 
20726 \end_layout
20727
20728 \begin_layout Standard
20729 The order of the above option is 
20730 \emph on
20731 always
20732 \emph default
20733  used by LaTeX.
20734  That means, if you use the default placement, LaTeX will first try out
20735  
20736 \family sans
20737 Here
20738 \begin_inset Space ~
20739 \end_inset
20740
20741 if
20742 \begin_inset Space ~
20743 \end_inset
20744
20745 possible
20746 \family default
20747 , then 
20748 \family sans
20749 Top
20750 \begin_inset Space ~
20751 \end_inset
20752
20753 of
20754 \begin_inset Space ~
20755 \end_inset
20756
20757 page
20758 \family default
20759 , and then the others.
20760  If you don't use the default, LaTeX will try only the checked options but
20761  in the same order.
20762  If none of the 4 placements are possible the procedure is internally repeated
20763  but it is tried to put the float on the following page.
20764 \end_layout
20765
20766 \begin_layout Standard
20767 By default, each option has its own rules:
20768 \end_layout
20769
20770 \begin_layout Labeling
20771 \labelwidthstring 00.00.0000
20772
20773 \family sans
20774 Top
20775 \begin_inset Space ~
20776 \end_inset
20777
20778 of
20779 \begin_inset Space ~
20780 \end_inset
20781
20782 page
20783 \family default
20784  only floats occupying less than 70
20785 \begin_inset Space \thinspace{}
20786 \end_inset
20787
20788 % of the page can be placed at the top of a page (
20789 \series bold
20790
20791 \backslash
20792 topfraction
20793 \series default
20794 )
20795 \end_layout
20796
20797 \begin_layout Labeling
20798 \labelwidthstring 00.00.0000
20799
20800 \family sans
20801 Bottom
20802 \begin_inset Space ~
20803 \end_inset
20804
20805 of
20806 \begin_inset Space ~
20807 \end_inset
20808
20809 page
20810 \family default
20811 : only floats occupying less than 30
20812 \begin_inset Space \thinspace{}
20813 \end_inset
20814
20815 % of the page can be placed at the bottom of a page.
20816  (
20817 \series bold
20818
20819 \backslash
20820 bottomfraction
20821 \series default
20822 )
20823 \end_layout
20824
20825 \begin_layout Labeling
20826 \labelwidthstring 00.00.0000
20827
20828 \family sans
20829 Page
20830 \begin_inset Space ~
20831 \end_inset
20832
20833 of
20834 \begin_inset Space ~
20835 \end_inset
20836
20837 floats
20838 \family default
20839 : only if more than 50
20840 \begin_inset Space \thinspace{}
20841 \end_inset
20842
20843 % of the page are occupied by floats, several floats can be set together
20844  on a page.
20845  (
20846 \series bold
20847
20848 \backslash
20849 floatpagefraction
20850 \series default
20851 )
20852 \end_layout
20853
20854 \begin_layout Standard
20855 If you don't like these rules, you can ignore them by using the additional
20856  option 
20857 \family sans
20858 Ignore
20859 \begin_inset Space ~
20860 \end_inset
20861
20862 LaTeX
20863 \begin_inset Space ~
20864 \end_inset
20865
20866 rules
20867 \family default
20868 .
20869 \begin_inset Newline newline
20870 \end_inset
20871
20872 You can also redefine the rules with LaTeX-commands that are given in parenthese
20873 s behind the rules description above.
20874  To increase for example the often too small default of the bottom-rule
20875  to 50
20876 \begin_inset Space \thinspace{}
20877 \end_inset
20878
20879 % of the page, add this line to your document preamble:
20880 \end_layout
20881
20882 \begin_layout Standard
20883
20884 \series bold
20885
20886 \backslash
20887 renewcommand{
20888 \backslash
20889 bottomfraction}{0.5}
20890 \end_layout
20891
20892 \begin_layout Standard
20893 Sometimes you might need, under all circumstances, a float to be placed
20894  exactly at the position where it is inserted.
20895  For this case you can use the option 
20896 \family sans
20897 Here
20898 \begin_inset Space ~
20899 \end_inset
20900
20901 definitely
20902 \family default
20903 .
20904  Use this option very rarely and only if the document is nearly ready to
20905  be printed.
20906  Because the float is then no longer able to 
20907 \begin_inset Quotes eld
20908 \end_inset
20909
20910 float
20911 \begin_inset Quotes erd
20912 \end_inset
20913
20914  when you change your document and this will often destroy the page layout.
20915 \end_layout
20916
20917 \begin_layout Standard
20918 There are no placement options for text wrap floats, because they are always
20919  surrounded by the text of a certain paragraph.
20920 \begin_inset VSpace bigskip
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \begin_layout Standard
20927 Sometimes you have the problem that a float is placed at the top of a page
20928  while its corresponding section starts at the middle of the page, so that
20929  the reader could think the float is part of the previous section.
20930  To avoid this the LaTeX-command 
20931 \series bold
20932
20933 \backslash
20934 suppressfloats
20935 \series default
20936  can be used.
20937  It suppresses a given float placement for the page where it is inserted
20938  and can therefore be used to avoid that floats could be set before a section
20939  starts.
20940  To get this, add these commands to your document preamble:
20941 \end_layout
20942
20943 \begin_layout Standard
20944
20945 \series bold
20946
20947 \backslash
20948 let
20949 \backslash
20950 mySection
20951 \backslash
20952 section
20953 \begin_inset Newline newline
20954 \end_inset
20955
20956
20957 \backslash
20958 renewcommand{
20959 \backslash
20960 section}{
20961 \backslash
20962 suppressfloats[t]
20963 \backslash
20964 mySection}
20965 \end_layout
20966
20967 \begin_layout Standard
20968 You can define the same for all section headings, like chapters and subsections.
20969  This definition is not recommended to be used for small text parts like
20970  subsubsections because LaTeX may then have problems to find a suitable
20971  placement.
20972 \end_layout
20973
20974 \begin_layout Standard
20975 \begin_inset VSpace bigskip
20976 \end_inset
20977
20978 In some cases it is required to have all figures/tables at the end of the
20979  document.
20980  For this purpose the LaTeX-package 
20981 \series bold
20982 endfloat
20983 \series default
20984
20985 \begin_inset Index
20986 status collapsed
20987
20988 \begin_layout Plain Layout
20989 LaTeX-packages ! endfloat
20990 \end_layout
20991
20992 \end_inset
20993
20994  was developed.
20995  It puts all figure and table floats at the end of the document into own
20996  sections.
20997  At the original float position a text hint like 
20998 \begin_inset Quotes eld
20999 \end_inset
21000
21001
21002 \family sans
21003 [Figure
21004 \begin_inset Space ~
21005 \end_inset
21006
21007 3.2 about here.]
21008 \family default
21009
21010 \begin_inset Quotes erd
21011 \end_inset
21012
21013  is inserted.
21014  The endfloat-package is loaded in the preamble with the line
21015 \end_layout
21016
21017 \begin_layout Standard
21018
21019 \series bold
21020
21021 \backslash
21022 usepackage[options]{endfloat}
21023 \end_layout
21024
21025 \begin_layout Standard
21026 There are various package options to format the created figure/table sections.
21027  For more information we refer to the 
21028 \series bold
21029 endfloat
21030 \series default
21031  documentation 
21032 \begin_inset CommandInset citation
21033 LatexCommand cite
21034 key "endfloat"
21035
21036 \end_inset
21037
21038 .
21039 \begin_inset Newline newline
21040 \end_inset
21041
21042
21043 \begin_inset Note Greyedout
21044 status open
21045
21046 \begin_layout Plain Layout
21047
21048 \series bold
21049 Note: endfloat
21050 \series default
21051  doesn't provide an automatic translation for the text hint, you have to
21052  do this manually, see section
21053 \begin_inset Space ~
21054 \end_inset
21055
21056 4 in 
21057 \begin_inset CommandInset citation
21058 LatexCommand cite
21059 key "endfloat"
21060
21061 \end_inset
21062
21063 .
21064 \end_layout
21065
21066 \end_inset
21067
21068
21069 \begin_inset Newline newline
21070 \end_inset
21071
21072
21073 \begin_inset Note Greyedout
21074 status open
21075
21076 \begin_layout Plain Layout
21077
21078 \series bold
21079 Note:
21080 \series default
21081  There is currently a bug in 
21082 \series bold
21083 endfloat
21084 \series default
21085  when the caption contains a German 
21086 \begin_inset Quotes eld
21087 \end_inset
21088
21089 ß
21090 \begin_inset Quotes erd
21091 \end_inset
21092
21093 .
21094  Use in this case the command 
21095 \begin_inset Quotes eld
21096 \end_inset
21097
21098
21099 \series bold
21100
21101 \backslash
21102 ss
21103 \series default
21104
21105 \begin_inset Quotes erd
21106 \end_inset
21107
21108  in TeX-Code instead of 
21109 \begin_inset Quotes eld
21110 \end_inset
21111
21112 ß
21113 \begin_inset Quotes erd
21114 \end_inset
21115
21116 .
21117 \end_layout
21118
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \begin_layout Standard
21125 \begin_inset VSpace bigskip
21126 \end_inset
21127
21128 For more details about float placements, have a look at LaTeX books, 
21129 \begin_inset CommandInset citation
21130 LatexCommand cite
21131 key "latexcompanion,latexguide,latexbook"
21132
21133 \end_inset
21134
21135 .
21136 \end_layout
21137
21138 \begin_layout Section
21139 Rotated Floats
21140 \begin_inset CommandInset label
21141 LatexCommand label
21142 name "sec:Rotated-Floats"
21143
21144 \end_inset
21145
21146
21147 \begin_inset Index
21148 status collapsed
21149
21150 \begin_layout Plain Layout
21151 Floats ! Rotating
21152 \end_layout
21153
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \begin_layout Standard
21160 Especially for wide tables you might have floats rotated.
21161  To rotate a whole float including the caption, right-click on the float-box
21162  and use the option 
21163 \family sans
21164 Rotate
21165 \begin_inset Space ~
21166 \end_inset
21167
21168 sideways
21169 \family default
21170 .
21171 \end_layout
21172
21173 \begin_layout Standard
21174 Rotated floats are always placed on its own page (or column, when you have
21175  a two-column document).
21176  They are rotated so that you can read them from the outside margin.
21177  To force a certain rotation direction for all pages, you can add either
21178  the option 
21179 \series bold
21180 figuresleft
21181 \series default
21182  or 
21183 \series bold
21184 figuresright
21185 \series default
21186  to the document class options.
21187 \end_layout
21188
21189 \begin_layout Standard
21190 Referencing rotated floats is the same like for normal floats, the caption
21191  format is also the same: Table
21192 \begin_inset Space ~
21193 \end_inset
21194
21195
21196 \begin_inset CommandInset ref
21197 LatexCommand ref
21198 reference "tab:Rotated-table"
21199
21200 \end_inset
21201
21202  is an example of a rotated table float.
21203 \end_layout
21204
21205 \begin_layout Standard
21206 \begin_inset Note Greyedout
21207 status open
21208
21209 \begin_layout Plain Layout
21210
21211 \series bold
21212 Note:
21213 \series default
21214  Not all DVI-viewers are able to display rotated floats.
21215 \end_layout
21216
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \begin_layout Standard
21223 \begin_inset Float table
21224 wide false
21225 sideways true
21226 status open
21227
21228 \begin_layout Plain Layout
21229 \begin_inset Caption
21230
21231 \begin_layout Plain Layout
21232 \begin_inset CommandInset label
21233 LatexCommand label
21234 name "tab:Rotated-table"
21235
21236 \end_inset
21237
21238  Rotated table
21239 \end_layout
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \begin_layout Plain Layout
21247 \align center
21248 \begin_inset Tabular
21249 <lyxtabular version="3" rows="1" columns="5">
21250 <features>
21251 <column alignment="center" valignment="top" width="0">
21252 <column alignment="center" valignment="top" width="0">
21253 <column alignment="center" valignment="top" width="0">
21254 <column alignment="center" valignment="top" width="0">
21255 <column alignment="center" valignment="top" width="0">
21256 <row>
21257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 test
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 b
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 c
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 d
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297 e
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 </row>
21303 </lyxtabular>
21304
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Section
21316 Floats Side by Side
21317 \begin_inset Index
21318 status collapsed
21319
21320 \begin_layout Plain Layout
21321 Floats ! Side by side
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Standard
21330 To place floats side by side, like for Figure
21331 \begin_inset Space ~
21332 \end_inset
21333
21334
21335 \begin_inset CommandInset ref
21336 LatexCommand ref
21337 reference "fig:Float-left"
21338
21339 \end_inset
21340
21341  and 
21342 \begin_inset CommandInset ref
21343 LatexCommand ref
21344 reference "fig:Float-right"
21345
21346 \end_inset
21347
21348 , only 
21349 \emph on
21350 one
21351 \emph default
21352  float is used.
21353  In it two minipage boxes are inserted.
21354 \begin_inset Foot
21355 status collapsed
21356
21357 \begin_layout Plain Layout
21358 Minipages are explained in section
21359 \begin_inset Space ~
21360 \end_inset
21361
21362
21363 \begin_inset CommandInset ref
21364 LatexCommand ref
21365 reference "sec:Minipages"
21366
21367 \end_inset
21368
21369 .
21370 \end_layout
21371
21372 \end_inset
21373
21374  The width is set to 45
21375 \begin_inset Space \thinspace{}
21376 \end_inset
21377
21378 -50
21379 \begin_inset Space \thinspace{}
21380 \end_inset
21381
21382 column% and the box alignment to 
21383 \family sans
21384 Bottom
21385 \family default
21386  for each minipage.
21387  The minipage boxes contain the image and the caption in the same way as
21388  they are in a float.
21389  The only difference is that the image unit 
21390 \family sans
21391 Column
21392 \begin_inset Space ~
21393 \end_inset
21394
21395 Width
21396 \begin_inset Space ~
21397 \end_inset
21398
21399 %
21400 \family default
21401  is now calculated according to the width of the minipage boxes.
21402 \end_layout
21403
21404 \begin_layout Standard
21405 \begin_inset Float figure
21406 wide false
21407 sideways false
21408 status open
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Box Frameless
21412 position "b"
21413 hor_pos "c"
21414 has_inner_box 1
21415 inner_pos "t"
21416 use_parbox 0
21417 width "45col%"
21418 special "none"
21419 height "1in"
21420 height_special "totalheight"
21421 status open
21422
21423 \begin_layout Plain Layout
21424 \align center
21425 \begin_inset Graphics
21426         filename clipart/mobius.eps
21427         lyxscale 50
21428         width 100col%
21429         scaleBeforeRotation
21430
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \begin_layout Plain Layout
21437 \begin_inset Caption
21438
21439 \begin_layout Plain Layout
21440 \begin_inset CommandInset label
21441 LatexCommand label
21442 name "fig:Float-left"
21443
21444 \end_inset
21445
21446 Float on the left side.
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \begin_inset Space \hfill{}
21458 \end_inset
21459
21460
21461 \begin_inset Box Frameless
21462 position "b"
21463 hor_pos "c"
21464 has_inner_box 1
21465 inner_pos "t"
21466 use_parbox 0
21467 width "45col%"
21468 special "none"
21469 height "1in"
21470 height_special "totalheight"
21471 status open
21472
21473 \begin_layout Plain Layout
21474 \align center
21475 \begin_inset Graphics
21476         filename clipart/platypus.eps
21477         lyxscale 50
21478         width 100col%
21479         scaleBeforeRotation
21480
21481 \end_inset
21482
21483
21484 \end_layout
21485
21486 \begin_layout Plain Layout
21487 \begin_inset Caption
21488
21489 \begin_layout Plain Layout
21490 \begin_inset CommandInset label
21491 LatexCommand label
21492 name "fig:Float-right"
21493
21494 \end_inset
21495
21496 Float on the right side.
21497 \end_layout
21498
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \begin_layout Plain Layout
21510
21511 \end_layout
21512
21513 \end_inset
21514
21515
21516 \end_layout
21517
21518 \begin_layout Section
21519 Caption Formatting
21520 \begin_inset Index
21521 status collapsed
21522
21523 \begin_layout Plain Layout
21524 Caption ! Formatting
21525 \end_layout
21526
21527 \end_inset
21528
21529
21530 \begin_inset Index
21531 status collapsed
21532
21533 \begin_layout Plain Layout
21534 Floats ! Caption Formatting
21535 \end_layout
21536
21537 \end_inset
21538
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
21550 \begin_inset CommandInset label
21551 LatexCommand label
21552 name "sec:Caption-Formatting"
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \begin_layout Standard
21560 The 
21561 \family sans
21562 Caption
21563 \family default
21564  environment is the default paragraph environment for 
21565 \family sans
21566 Floats
21567 \family default
21568 .
21569  On the LyX screen captions appear as label, e.
21570 \begin_inset Space \thinspace{}
21571 \end_inset
21572
21573 g.
21574 \begin_inset Space ~
21575 \end_inset
21576
21577
21578 \begin_inset Quotes eld
21579 \end_inset
21580
21581
21582 \family sans
21583 Figure #:
21584 \family default
21585
21586 \begin_inset Quotes erd
21587 \end_inset
21588
21589  followed by the caption text.
21590  
21591 \begin_inset Quotes eld
21592 \end_inset
21593
21594 #
21595 \begin_inset Quotes erd
21596 \end_inset
21597
21598  is the actual reference number.
21599  By default the label and the number are in the same font as the caption
21600  text and a colon follows the number to divide the label from the text.
21601  This caption format is not suitable for all document formats.
21602  
21603 \end_layout
21604
21605 \begin_layout Standard
21606 To change the default caption format, load the LaTeX-package 
21607 \series bold
21608 caption
21609 \series default
21610
21611 \begin_inset Index
21612 status collapsed
21613
21614 \begin_layout Plain Layout
21615 LaTeX-packages ! caption
21616 \end_layout
21617
21618 \end_inset
21619
21620  in the document preamble with this line:
21621 \end_layout
21622
21623 \begin_layout Standard
21624
21625 \series bold
21626
21627 \backslash
21628 usepackage[format definition]{caption}
21629 \end_layout
21630
21631 \begin_layout Standard
21632 To have for example the label and the number in sans-serif bold font and
21633  the table captions always above the table like in this document, use the
21634  following command:
21635 \end_layout
21636
21637 \begin_layout Standard
21638
21639 \series bold
21640
21641 \backslash
21642 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21643 \end_layout
21644
21645 \begin_layout Standard
21646 You can also define different caption formats for the different float types.
21647  In this case load the 
21648 \series bold
21649 caption
21650 \series default
21651  package without format specific options and define the different formats
21652  with the help of the command
21653 \end_layout
21654
21655 \begin_layout Standard
21656
21657 \series bold
21658
21659 \backslash
21660 captionsetup[float type]{format definition}
21661 \end_layout
21662
21663 \begin_layout Standard
21664 in the document preamble.
21665  For example the caption formats of Figure
21666 \begin_inset Space ~
21667 \end_inset
21668
21669
21670 \begin_inset CommandInset ref
21671 LatexCommand ref
21672 reference "fig:This-is-an-fig"
21673
21674 \end_inset
21675
21676  and Table
21677 \begin_inset Space ~
21678 \end_inset
21679
21680
21681 \begin_inset CommandInset ref
21682 LatexCommand ref
21683 reference "tab:This-is-an-tab"
21684
21685 \end_inset
21686
21687  can be created using these commands in the document preamble:
21688 \end_layout
21689
21690 \begin_layout Standard
21691
21692 \series bold
21693
21694 \backslash
21695 usepackage[tableposition=top]{caption}
21696 \series default
21697
21698 \begin_inset Newline newline
21699 \end_inset
21700
21701
21702 \series bold
21703
21704 \backslash
21705 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21706 \begin_inset Newline newline
21707 \end_inset
21708
21709
21710 \begin_inset ERT
21711 status collapsed
21712
21713 \begin_layout Plain Layout
21714
21715
21716 \backslash
21717 hphantom{
21718 \backslash
21719
21720 \backslash
21721 captionsetup[figure]
21722 \backslash
21723 {}
21724 \end_layout
21725
21726 \end_inset
21727
21728  labelsep=period}
21729 \begin_inset Newline newline
21730 \end_inset
21731
21732
21733 \backslash
21734 captionsetup[table]{labelfont={bf,sf}}
21735 \end_layout
21736
21737 \begin_layout Standard
21738 \begin_inset Note Greyedout
21739 status open
21740
21741 \begin_layout Plain Layout
21742
21743 \series bold
21744 Note:
21745 \series default
21746  The option 
21747 \series bold
21748 tableposition=top
21749 \series default
21750  has no effect when a 
21751 \series bold
21752 koma-script
21753 \series default
21754
21755 \begin_inset Index
21756 status collapsed
21757
21758 \begin_layout Plain Layout
21759 LaTeX-packages ! koma-script
21760 \end_layout
21761
21762 \end_inset
21763
21764  document class is used.
21765  In this case the document class option 
21766 \series bold
21767 tablecaptionabove
21768 \series default
21769  must be used.
21770 \end_layout
21771
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \begin_layout Standard
21778 For more information about the package 
21779 \series bold
21780 caption
21781 \series default
21782  we refer to its documentation 
21783 \begin_inset CommandInset citation
21784 LatexCommand cite
21785 key "caption,caption-de"
21786
21787 \end_inset
21788
21789 .
21790 \end_layout
21791
21792 \begin_layout Standard
21793 To change the label name from e.g.
21794  
21795 \begin_inset Quotes eld
21796 \end_inset
21797
21798 Figure
21799 \begin_inset Quotes erd
21800 \end_inset
21801
21802  to 
21803 \begin_inset Quotes eld
21804 \end_inset
21805
21806 Image
21807 \begin_inset Quotes erd
21808 \end_inset
21809
21810  use this preamble command:
21811 \end_layout
21812
21813 \begin_layout Standard
21814
21815 \series bold
21816
21817 \backslash
21818 renewcommand{
21819 \backslash
21820 fnum@figure}{Image~
21821 \backslash
21822 thefigure}
21823 \end_layout
21824
21825 \begin_layout Standard
21826 where 
21827 \series bold
21828
21829 \backslash
21830 thefigure
21831 \series default
21832  inserts the figure number and
21833 \series bold
21834  
21835 \begin_inset Quotes eld
21836 \end_inset
21837
21838 ~
21839 \series default
21840
21841 \begin_inset Quotes erd
21842 \end_inset
21843
21844  creates a protected space.
21845 \end_layout
21846
21847 \begin_layout Standard
21848 \begin_inset VSpace bigskip
21849 \end_inset
21850
21851 If you are using a 
21852 \series bold
21853 koma-script
21854 \series default
21855
21856 \begin_inset Index
21857 status collapsed
21858
21859 \begin_layout Plain Layout
21860 LaTeX-packages ! koma-script
21861 \end_layout
21862
21863 \end_inset
21864
21865  document class (
21866 \family sans
21867 article (koma-script)
21868 \family default
21869
21870 \family sans
21871 book (koma-script)
21872 \family default
21873
21874 \family sans
21875 letter (koma-script)
21876 \family default
21877 , or 
21878 \family sans
21879 report (koma-script)
21880 \family default
21881
21882 \begin_inset Space \thinspace{}
21883 \end_inset
21884
21885 ), you can alternatively to the 
21886 \series bold
21887 caption
21888 \series default
21889  package use 
21890 \series bold
21891 koma-script
21892 \series default
21893 's built-in command 
21894 \series bold
21895
21896 \backslash
21897 setkomafont
21898 \series default
21899 .
21900  For example, to have the caption label in bold, add this command to your
21901  document preamble:
21902 \end_layout
21903
21904 \begin_layout Standard
21905
21906 \series bold
21907
21908 \backslash
21909 setkomafont{captionlabel}{
21910 \backslash
21911 bfseries}
21912 \end_layout
21913
21914 \begin_layout Standard
21915 For more information about 
21916 \series bold
21917
21918 \backslash
21919 setkomafont
21920 \series default
21921  we refer to the 
21922 \series bold
21923 koma-script
21924 \series default
21925  documentation 
21926 \begin_inset CommandInset citation
21927 LatexCommand cite
21928 key "koma-script"
21929
21930 \end_inset
21931
21932 .
21933 \end_layout
21934
21935 \begin_layout Standard
21936 \begin_inset ERT
21937 status collapsed
21938
21939 \begin_layout Plain Layout
21940
21941
21942 \backslash
21943 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21944 }
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \begin_inset Note Note
21951 status open
21952
21953 \begin_layout Plain Layout
21954 The caption format is changed only for this example.
21955 \end_layout
21956
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \begin_layout Standard
21963 \begin_inset Float figure
21964 placement !p
21965 wide false
21966 sideways false
21967 status open
21968
21969 \begin_layout Plain Layout
21970 \align center
21971 \begin_inset Graphics
21972         filename clipart/mobius.eps
21973         lyxscale 50
21974         scale 50
21975         scaleBeforeRotation
21976
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \begin_layout Plain Layout
21983 \begin_inset Caption
21984
21985 \begin_layout Plain Layout
21986 \begin_inset CommandInset label
21987 LatexCommand label
21988 name "fig:This-is-an-fig"
21989
21990 \end_inset
21991
21992 This is an example figure caption that is longer than one line to show the
21993  different caption format.
21994  Here a self-defined caption format is used.
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \begin_layout Standard
22008 \begin_inset ERT
22009 status collapsed
22010
22011 \begin_layout Plain Layout
22012
22013
22014 \backslash
22015 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22016 on}
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025 \begin_inset Float table
22026 placement !p
22027 wide false
22028 sideways false
22029 status open
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Caption
22033
22034 \begin_layout Plain Layout
22035 \begin_inset CommandInset label
22036 LatexCommand label
22037 name "tab:This-is-an-tab"
22038
22039 \end_inset
22040
22041 This is an example table caption that is longer than one line to show the
22042  different caption format.
22043  Here the standard caption format for tables in this document is used.
22044 \end_layout
22045
22046 \end_inset
22047
22048
22049 \end_layout
22050
22051 \begin_layout Plain Layout
22052 \align center
22053 \begin_inset Tabular
22054 <lyxtabular version="3" rows="1" columns="5">
22055 <features>
22056 <column alignment="center" valignment="top" width="0">
22057 <column alignment="center" valignment="top" width="0">
22058 <column alignment="center" valignment="top" width="0">
22059 <column alignment="center" valignment="top" width="0">
22060 <column alignment="center" valignment="top" width="0">
22061 <row>
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066 a
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 b
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084 c
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 d
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 e
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 </row>
22108 </lyxtabular>
22109
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \begin_layout Section
22121 Caption Placement
22122 \begin_inset Index
22123 status collapsed
22124
22125 \begin_layout Plain Layout
22126 Caption ! Placement
22127 \end_layout
22128
22129 \end_inset
22130
22131
22132 \begin_inset Index
22133 status collapsed
22134
22135 \begin_layout Plain Layout
22136 Floats ! Caption Placement
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \begin_inset CommandInset label
22143 LatexCommand label
22144 name "sec:Caption-Placement"
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Standard
22152 The common caption placement rule is:
22153 \end_layout
22154
22155 \begin_layout Description
22156 Figure: Caption is set below the figure
22157 \end_layout
22158
22159 \begin_layout Description
22160 Table: Caption is set above the table
22161 \end_layout
22162
22163 \begin_layout Standard
22164 Having the caption above the table is unfortunately not supported in LaTeX's
22165  standard classes.
22166  That means if you are using the document classes 
22167 \family sans
22168 article
22169 \family default
22170
22171 \family sans
22172 book
22173 \family default
22174
22175 \family sans
22176 letter
22177 \family default
22178 , or 
22179 \family sans
22180 report
22181 \family default
22182  there will be no space between the caption and the table.
22183  To insert the needed space, add the following option to the load command
22184  of the LaTeX-package 
22185 \series bold
22186 caption
22187 \series default
22188  in your document preamble
22189 \begin_inset Foot
22190 status collapsed
22191
22192 \begin_layout Plain Layout
22193 See section
22194 \begin_inset Space ~
22195 \end_inset
22196
22197
22198 \begin_inset CommandInset ref
22199 LatexCommand ref
22200 reference "sec:Caption-Formatting"
22201
22202 \end_inset
22203
22204  for more information of the package 
22205 \series bold
22206 caption
22207 \series default
22208 .
22209 \end_layout
22210
22211 \end_inset
22212
22213 :
22214 \end_layout
22215
22216 \begin_layout Standard
22217
22218 \series bold
22219 tableposition=top
22220 \end_layout
22221
22222 \begin_layout Standard
22223 If you are using a 
22224 \series bold
22225 koma-script
22226 \series default
22227
22228 \begin_inset Index
22229 status collapsed
22230
22231 \begin_layout Plain Layout
22232 LaTeX-packages ! koma-script
22233 \end_layout
22234
22235 \end_inset
22236
22237  document class (
22238 \family sans
22239 article (koma-script)
22240 \family default
22241
22242 \family sans
22243 book (koma-script)
22244 \family default
22245
22246 \family sans
22247 letter (koma-script)
22248 \family default
22249 , or 
22250 \family sans
22251 report (koma-script)
22252 \family default
22253
22254 \begin_inset Space \thinspace{}
22255 \end_inset
22256
22257 ), you can alternatively to the 
22258 \series bold
22259 caption
22260 \series default
22261  package set the document class option 
22262 \series bold
22263 tablecaptionabove
22264 \series default
22265 .
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset VSpace bigskip
22270 \end_inset
22271
22272 It is also possible to set the caption beside a figure or table.
22273  To get this the LaTeX-package 
22274 \series bold
22275 sidecap
22276 \series default
22277
22278 \begin_inset Index
22279 status collapsed
22280
22281 \begin_layout Plain Layout
22282 LaTeX-packages ! sidecap
22283 \end_layout
22284
22285 \end_inset
22286
22287  has to be loaded in the document preamble with the line
22288 \end_layout
22289
22290 \begin_layout Standard
22291
22292 \series bold
22293
22294 \backslash
22295 usepackage[option]{sidecap}
22296 \end_layout
22297
22298 \begin_layout Standard
22299 If you set no option, the caption is placed on the side of the outer page
22300  margin -- to the right on odd pages, to the left on even pages.
22301  You can change the placement to inner margin with the option 
22302 \series bold
22303 innercaption
22304 \series default
22305 .
22306  To force the placement always to the right or left, use the option 
22307 \series bold
22308 rightcaption
22309 \series default
22310  or 
22311 \series bold
22312 leftcaption
22313 \series default
22314 , respectively.
22315 \end_layout
22316
22317 \begin_layout Standard
22318 \begin_inset ERT
22319 status collapsed
22320
22321 \begin_layout Plain Layout
22322
22323
22324 \backslash
22325 ifsidecap
22326 \end_layout
22327
22328 \end_inset
22329
22330
22331 \begin_inset Note Note
22332 status open
22333
22334 \begin_layout Plain Layout
22335 The following section will only be displayed when the LaTeX-package 
22336 \series bold
22337 sidecap
22338 \series default
22339  is installed.
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \begin_layout Standard
22348 To place in LyX the caption of a float on the side, it is necessary to add
22349  these commands to the document preamble:
22350 \end_layout
22351
22352 \begin_layout Standard
22353
22354 \lyxline
22355
22356 \end_layout
22357
22358 \begin_layout Standard
22359
22360 \series bold
22361
22362 \backslash
22363 newcommand{
22364 \backslash
22365 TabBesBeg}{%
22366 \begin_inset Newline newline
22367 \end_inset
22368
22369
22370 \begin_inset ERT
22371 status collapsed
22372
22373 \begin_layout Plain Layout
22374
22375
22376 \backslash
22377 hphantom{ }
22378 \end_layout
22379
22380 \end_inset
22381
22382
22383 \backslash
22384 let
22385 \backslash
22386 MyTable
22387 \backslash
22388 table
22389 \begin_inset Newline newline
22390 \end_inset
22391
22392
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 hphantom{ }
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \backslash
22407 let
22408 \backslash
22409 MyEndtable
22410 \backslash
22411 endtable
22412 \begin_inset Newline newline
22413 \end_inset
22414
22415
22416 \begin_inset ERT
22417 status collapsed
22418
22419 \begin_layout Plain Layout
22420
22421
22422 \backslash
22423 hphantom{ }
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \backslash
22430 renewenvironment{table}{
22431 \backslash
22432 begin{SCtable}}{
22433 \backslash
22434 end{SCtable}}}
22435 \end_layout
22436
22437 \begin_layout Standard
22438
22439 \series bold
22440
22441 \backslash
22442 newcommand{
22443 \backslash
22444 TabBesEnd}{%
22445 \begin_inset Newline newline
22446 \end_inset
22447
22448
22449 \begin_inset ERT
22450 status collapsed
22451
22452 \begin_layout Plain Layout
22453
22454
22455 \backslash
22456 hphantom{ }
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \backslash
22463 let
22464 \backslash
22465 table
22466 \backslash
22467 MyTable
22468 \begin_inset Newline newline
22469 \end_inset
22470
22471
22472 \begin_inset ERT
22473 status collapsed
22474
22475 \begin_layout Plain Layout
22476
22477
22478 \backslash
22479 hphantom{ }
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \backslash
22486 let
22487 \backslash
22488 endtable
22489 \backslash
22490 MyEndtable
22491 \end_layout
22492
22493 \begin_layout Standard
22494
22495 \series bold
22496
22497 \backslash
22498 newcommand{
22499 \backslash
22500 FigBesBeg}{%
22501 \begin_inset Newline newline
22502 \end_inset
22503
22504
22505 \begin_inset ERT
22506 status collapsed
22507
22508 \begin_layout Plain Layout
22509
22510
22511 \backslash
22512 hphantom{ }
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \backslash
22519 let
22520 \backslash
22521 MyFigure
22522 \backslash
22523 figure
22524 \begin_inset Newline newline
22525 \end_inset
22526
22527
22528 \begin_inset ERT
22529 status collapsed
22530
22531 \begin_layout Plain Layout
22532
22533
22534 \backslash
22535 hphantom{ }
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \backslash
22542 let
22543 \backslash
22544 MyEndfigure
22545 \backslash
22546 endfigure
22547 \begin_inset Newline newline
22548 \end_inset
22549
22550
22551 \begin_inset ERT
22552 status collapsed
22553
22554 \begin_layout Plain Layout
22555
22556
22557 \backslash
22558 hphantom{ }
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \backslash
22565 renewenvironment{figure}{
22566 \backslash
22567 begin{SCfigure}}{
22568 \backslash
22569 end{SCfigure}}}
22570 \end_layout
22571
22572 \begin_layout Standard
22573
22574 \series bold
22575
22576 \backslash
22577 newcommand{
22578 \backslash
22579 FigBesEnd}{%
22580 \begin_inset Newline newline
22581 \end_inset
22582
22583
22584 \begin_inset ERT
22585 status collapsed
22586
22587 \begin_layout Plain Layout
22588
22589
22590 \backslash
22591 hphantom{ }
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \backslash
22598 let
22599 \backslash
22600 figure
22601 \backslash
22602 MyFigure
22603 \begin_inset Newline newline
22604 \end_inset
22605
22606
22607 \begin_inset ERT
22608 status collapsed
22609
22610 \begin_layout Plain Layout
22611
22612
22613 \backslash
22614 hphantom{ }
22615 \end_layout
22616
22617 \end_inset
22618
22619
22620 \backslash
22621 let
22622 \backslash
22623 endfigure
22624 \backslash
22625 MyEndfigure}
22626 \end_layout
22627
22628 \begin_layout Standard
22629
22630 \lyxline
22631
22632 \end_layout
22633
22634 \begin_layout Standard
22635 The commands allow you to redefine the floats so that the caption is set
22636  on the side.
22637  For figure floats use the command
22638 \end_layout
22639
22640 \begin_layout Standard
22641
22642 \series bold
22643
22644 \backslash
22645 FigBesBeg
22646 \end_layout
22647
22648 \begin_layout Standard
22649 in TeX-Code before the float.
22650  Behind the float insert the command
22651 \end_layout
22652
22653 \begin_layout Standard
22654
22655 \series bold
22656
22657 \backslash
22658 FigBesEnd
22659 \end_layout
22660
22661 \begin_layout Standard
22662 in TeX-Code to get back to the original float definition.
22663 \end_layout
22664
22665 \begin_layout Standard
22666 For table floats use the corresponding commands
22667 \end_layout
22668
22669 \begin_layout Standard
22670
22671 \series bold
22672
22673 \backslash
22674 TabBesBeg
22675 \series default
22676  and 
22677 \series bold
22678
22679 \backslash
22680 TabBesEnd
22681 \end_layout
22682
22683 \begin_layout Standard
22684 Figure
22685 \begin_inset Space ~
22686 \end_inset
22687
22688
22689 \begin_inset CommandInset ref
22690 LatexCommand ref
22691 reference "fig:cap-beside-fig"
22692
22693 \end_inset
22694
22695  and Table
22696 \begin_inset Space ~
22697 \end_inset
22698
22699
22700 \begin_inset CommandInset ref
22701 LatexCommand ref
22702 reference "tab:cap-beside-tab"
22703
22704 \end_inset
22705
22706  are examples where the caption is set beside.
22707 \end_layout
22708
22709 \begin_layout Standard
22710 You can see in the examples that the caption text appears at the top of
22711  the floats for table floats and at the bottom for figure floats.
22712  To change this, you can use the command
22713 \end_layout
22714
22715 \begin_layout Standard
22716
22717 \series bold
22718
22719 \backslash
22720 sidecaptionvpos{float type}{placement}
22721 \end_layout
22722
22723 \begin_layout Standard
22724 in the document preamble or in TeX-Code before the float.
22725  The float type is either 
22726 \family sans
22727 figure
22728 \family default
22729  or 
22730 \family sans
22731 table
22732 \family default
22733 , the placement can be 
22734 \begin_inset Quotes eld
22735 \end_inset
22736
22737
22738 \family sans
22739 t
22740 \family default
22741
22742 \begin_inset Quotes erd
22743 \end_inset
22744
22745  for top, 
22746 \begin_inset Quotes eld
22747 \end_inset
22748
22749
22750 \family sans
22751 c
22752 \family default
22753
22754 \begin_inset Quotes erd
22755 \end_inset
22756
22757  for center, or 
22758 \begin_inset Quotes eld
22759 \end_inset
22760
22761
22762 \family sans
22763 b
22764 \family default
22765
22766 \begin_inset Quotes erd
22767 \end_inset
22768
22769  for bottom.
22770  To have for example the caption of figure floats vertically centered, use
22771  the command
22772 \end_layout
22773
22774 \begin_layout Standard
22775
22776 \series bold
22777
22778 \backslash
22779 sidecaptionvpos{figure}{c}
22780 \end_layout
22781
22782 \begin_layout Standard
22783 This was used for Figure
22784 \begin_inset Space ~
22785 \end_inset
22786
22787
22788 \begin_inset CommandInset ref
22789 LatexCommand ref
22790 reference "fig:cap-beside-fig-2"
22791
22792 \end_inset
22793
22794 .
22795 \end_layout
22796
22797 \begin_layout Standard
22798 \begin_inset VSpace medskip
22799 \end_inset
22800
22801 For more information about the package 
22802 \series bold
22803 sidecap
22804 \series default
22805  we refer to its documentation 
22806 \begin_inset CommandInset citation
22807 LatexCommand cite
22808 key "sidecap"
22809
22810 \end_inset
22811
22812 .
22813 \end_layout
22814
22815 \begin_layout Standard
22816 \begin_inset Note Greyedout
22817 status open
22818
22819 \begin_layout Plain Layout
22820
22821 \series bold
22822 Note:
22823 \series default
22824  The LaTeX-package 
22825 \series bold
22826 hypcap
22827 \series default
22828
22829 \begin_inset Index
22830 status collapsed
22831
22832 \begin_layout Plain Layout
22833 LaTeX-packages ! hypcap
22834 \end_layout
22835
22836 \end_inset
22837
22838 , described in section
22839 \begin_inset Space ~
22840 \end_inset
22841
22842
22843 \begin_inset CommandInset ref
22844 LatexCommand ref
22845 reference "sub:Reference-Position"
22846
22847 \end_inset
22848
22849 , has no effect on floats with the caption set beside.
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858 \begin_inset ERT
22859 status collapsed
22860
22861 \begin_layout Plain Layout
22862
22863
22864 \backslash
22865 FigBesBeg 
22866 \end_layout
22867
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \begin_layout Standard
22874 \begin_inset Float figure
22875 wide false
22876 sideways false
22877 status open
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Graphics
22881         filename clipart/escher-lsd.eps
22882         scale 75
22883         scaleBeforeRotation
22884
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \begin_layout Plain Layout
22891 \begin_inset Caption
22892
22893 \begin_layout Plain Layout
22894 \begin_inset CommandInset label
22895 LatexCommand label
22896 name "fig:cap-beside-fig"
22897
22898 \end_inset
22899
22900 This is a caption beside a figure.
22901 \end_layout
22902
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \end_inset
22909
22910
22911 \end_layout
22912
22913 \begin_layout Standard
22914 \begin_inset ERT
22915 status collapsed
22916
22917 \begin_layout Plain Layout
22918
22919
22920 \backslash
22921 TabBesBeg 
22922 \end_layout
22923
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \begin_layout Standard
22930 \begin_inset Float table
22931 wide false
22932 sideways false
22933 status open
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Caption
22937
22938 \begin_layout Plain Layout
22939 \begin_inset CommandInset label
22940 LatexCommand label
22941 name "tab:cap-beside-tab"
22942
22943 \end_inset
22944
22945 This is a caption beside a table.
22946 \end_layout
22947
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \begin_layout Plain Layout
22954 \begin_inset Tabular
22955 <lyxtabular version="3" rows="4" columns="5">
22956 <features>
22957 <column alignment="center" valignment="top" width="0">
22958 <column alignment="center" valignment="top" width="0">
22959 <column alignment="center" valignment="top" width="0">
22960 <column alignment="center" valignment="top" width="0">
22961 <column alignment="center" valignment="top" width="0">
22962 <row>
22963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 a
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 b
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 c
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 d
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 e
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 f
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 g
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 h
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 </row>
23103 <row>
23104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 i
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 j
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 </lyxtabular>
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \begin_layout Standard
23163 \begin_inset ERT
23164 status collapsed
23165
23166 \begin_layout Plain Layout
23167
23168
23169 \backslash
23170 TabBesEnd
23171 \end_layout
23172
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \begin_layout Standard
23179 \begin_inset ERT
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183
23184
23185 \backslash
23186 sidecaptionvpos{figure}{c}
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \begin_inset Float figure
23193 wide false
23194 sideways false
23195 status open
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Graphics
23199         filename clipart/escher-lsd.eps
23200         scale 75
23201         scaleBeforeRotation
23202
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \begin_layout Plain Layout
23209 \begin_inset Caption
23210
23211 \begin_layout Plain Layout
23212 \begin_inset CommandInset label
23213 LatexCommand label
23214 name "fig:cap-beside-fig-2"
23215
23216 \end_inset
23217
23218 This is a vertically centered caption beside a figure.
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset ERT
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 FigBesEnd
23240 \end_layout
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Standard
23248 \begin_inset ERT
23249 status collapsed
23250
23251 \begin_layout Plain Layout
23252
23253
23254 \backslash
23255 else
23256 \end_layout
23257
23258 \end_inset
23259
23260
23261 \begin_inset Note Note
23262 status open
23263
23264 \begin_layout Plain Layout
23265 The following will be displayed when the LaTeX-package 
23266 \series bold
23267 sidecap
23268 \series default
23269  is not installed:
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \begin_layout Standard
23278 You need to install the LaTeX-package 
23279 \series bold
23280 sidecap
23281 \series default
23282  to see the following part of this section in the output.
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \begin_inset ERT
23287 status collapsed
23288
23289 \begin_layout Plain Layout
23290
23291
23292 \backslash
23293 fi
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Section
23302 Listings of Floats
23303 \begin_inset CommandInset label
23304 LatexCommand label
23305 name "sec:Listings-of-Floats"
23306
23307 \end_inset
23308
23309
23310 \begin_inset Index
23311 status collapsed
23312
23313 \begin_layout Plain Layout
23314 Floats ! Float Lists
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Standard
23323 Similar to the the table of contents where the sections of the document
23324  are listed, there are listings for all float types, like the figures of
23325  the documents.
23326  You can insert them via the 
23327 \family sans
23328 Insert\SpecialChar \menuseparator
23329 List
23330 \begin_inset Space ~
23331 \end_inset
23332
23333 /
23334 \begin_inset Space ~
23335 \end_inset
23336
23337 TOC
23338 \family default
23339  sub menus.
23340 \end_layout
23341
23342 \begin_layout Standard
23343 The list entries are the float captions or its short title, the float number,
23344  and the page number where they appear in the document.
23345 \end_layout
23346
23347 \begin_layout Standard
23348 You can find the list of figures and tables at the end of this document.
23349 \end_layout
23350
23351 \begin_layout Chapter
23352 Notes
23353 \end_layout
23354
23355 \begin_layout Section
23356 LyX Notes
23357 \begin_inset CommandInset label
23358 LatexCommand label
23359 name "sec:LyX-Notes"
23360
23361 \end_inset
23362
23363
23364 \begin_inset Index
23365 status collapsed
23366
23367 \begin_layout Plain Layout
23368 Notes ! LyX Notes
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Standard
23377 Notes are inserted with the toolbar button 
23378 \begin_inset Graphics
23379         filename ../images/note-insert.png
23380         scale 85
23381         scaleBeforeRotation
23382
23383 \end_inset
23384
23385  or the menu 
23386 \family sans
23387 Insert\SpecialChar \menuseparator
23388 Note
23389 \family default
23390 .
23391  There are five types of notes:
23392 \end_layout
23393
23394 \begin_layout Description
23395 LyX
23396 \begin_inset Space ~
23397 \end_inset
23398
23399 Note This note type is for internal notes that won't appear in the output.
23400  Its note-box looks like this:
23401 \begin_inset Newline newline
23402 \end_inset
23403
23404
23405 \begin_inset Newline newline
23406 \end_inset
23407
23408
23409 \begin_inset Graphics
23410         filename clipart/LyXNoteImageQt4.png
23411         display none
23412         scale 85
23413         scaleBeforeRotation
23414
23415 \end_inset
23416
23417  
23418 \begin_inset Note Note
23419 status open
23420
23421 \begin_layout Plain Layout
23422 This is text in a note box that doesn't appear in the output.
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \begin_layout Description
23431 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23432 ent, when you export the document to LaTeX via the menu 
23433 \family sans
23434 File\SpecialChar \menuseparator
23435 Export\SpecialChar \menuseparator
23436 LaTeX (pdflatex) / (plain)
23437 \family default
23438 .
23439  Its note-box looks like this:
23440 \begin_inset Newline newline
23441 \end_inset
23442
23443
23444 \begin_inset Newline newline
23445 \end_inset
23446
23447
23448 \begin_inset Graphics
23449         filename clipart/CommentNoteImageQt4.png
23450         display none
23451         scale 85
23452         scaleBeforeRotation
23453
23454 \end_inset
23455
23456  
23457 \begin_inset Note Comment
23458 status open
23459
23460 \begin_layout Plain Layout
23461 This is text in a note box that only appears as comment in LaTeX-files.
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \begin_layout Description
23470 Greyed
23471 \begin_inset Space ~
23472 \end_inset
23473
23474 Out This note will appear in the output as grey text.
23475  Its note-box looks like this:
23476 \begin_inset Newline newline
23477 \end_inset
23478
23479
23480 \begin_inset Newline newline
23481 \end_inset
23482
23483
23484 \begin_inset Graphics
23485         filename clipart/GreyedOutNoteImageQt4.png
23486         display none
23487         scale 85
23488         scaleBeforeRotation
23489
23490 \end_inset
23491
23492
23493 \begin_inset Newline newline
23494 \end_inset
23495
23496
23497 \begin_inset ERT
23498 status collapsed
23499
23500 \begin_layout Plain Layout
23501
23502
23503 \backslash
23504 renewenvironment{lyxgreyedout}
23505 \end_layout
23506
23507 \begin_layout Plain Layout
23508
23509 {
23510 \backslash
23511 textcolor[gray]{0.8}
23512 \backslash
23513 bgroup}{
23514 \backslash
23515 egroup}
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \begin_inset Note Greyedout
23522 status open
23523
23524 \begin_layout Plain Layout
23525 This is text
23526 \begin_inset Foot
23527 status open
23528
23529 \begin_layout Plain Layout
23530 This is an example footnote within a greyed out note.
23531 \end_layout
23532
23533 \end_inset
23534
23535  of a comment that appears in the output as grey text.
23536 \end_layout
23537
23538 \end_inset
23539
23540
23541 \begin_inset ERT
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545
23546
23547 \backslash
23548 renewenvironment{lyxgreyedout}
23549 \end_layout
23550
23551 \begin_layout Plain Layout
23552
23553 {
23554 \backslash
23555 textcolor{blue}
23556 \backslash
23557 bgroup}{
23558 \backslash
23559 egroup}
23560 \end_layout
23561
23562 \end_inset
23563
23564
23565 \begin_inset Note Note
23566 status collapsed
23567
23568 \begin_layout Plain Layout
23569 The greyed out note is here redefined to show it with the original LyX definitio
23570 n because greyed out notes are redefined in the preamble of this document,
23571  as described below, to have blue text.
23572 \end_layout
23573
23574 \end_inset
23575
23576
23577 \begin_inset Newline newline
23578 \end_inset
23579
23580
23581 \begin_inset Newline newline
23582 \end_inset
23583
23584 As you can see in the example, the first line of greyed out notes is a bit
23585  indented and greyed out notes can have footnotes.
23586 \end_layout
23587
23588 \begin_layout Description
23589 Framed This note will appear in the output as framed text.
23590  Its note-box looks like this:
23591 \begin_inset Newline newline
23592 \end_inset
23593
23594
23595 \begin_inset Newline newline
23596 \end_inset
23597
23598
23599 \begin_inset Graphics
23600         filename clipart/FramedNoteImageQt4.png
23601         display none
23602         scale 85
23603         scaleBeforeRotation
23604
23605 \end_inset
23606
23607  
23608 \begin_inset Box Framed
23609 position "t"
23610 hor_pos "c"
23611 has_inner_box 0
23612 inner_pos "t"
23613 use_parbox 0
23614 width "100col%"
23615 special "none"
23616 height "1in"
23617 height_special "totalheight"
23618 status open
23619
23620 \begin_layout Plain Layout
23621 This is text in a note box that appears framed in the output.
23622 \end_layout
23623
23624 \end_inset
23625
23626  In contrary to framed boxes
23627 \begin_inset Foot
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631 Framed boxes are described in section
23632 \begin_inset Space ~
23633 \end_inset
23634
23635
23636 \begin_inset CommandInset ref
23637 LatexCommand ref
23638 reference "sec:Framed-Boxes"
23639
23640 \end_inset
23641
23642 .
23643 \end_layout
23644
23645 \end_inset
23646
23647  the frame uses always the whole text width and the note is set into its
23648  own paragraph.
23649 \end_layout
23650
23651 \begin_layout Description
23652 Shaded This note will appear in the output with red background color.
23653  Its note box looks like this:
23654 \begin_inset Newline newline
23655 \end_inset
23656
23657
23658 \begin_inset Newline newline
23659 \end_inset
23660
23661
23662 \begin_inset Graphics
23663         filename clipart/ShadedNoteImageQt4.png
23664         display none
23665         scale 85
23666         scaleBeforeRotation
23667
23668 \end_inset
23669
23670
23671 \begin_inset Box Shaded
23672 position "t"
23673 hor_pos "c"
23674 has_inner_box 0
23675 inner_pos "t"
23676 use_parbox 0
23677 width "100col%"
23678 special "none"
23679 height "1in"
23680 height_special "totalheight"
23681 status open
23682
23683 \begin_layout Plain Layout
23684 This text in a note box appears in the output with red background.
23685 \end_layout
23686
23687 \end_inset
23688
23689 In contrary to colored boxes
23690 \begin_inset Foot
23691 status collapsed
23692
23693 \begin_layout Plain Layout
23694 Colored boxes are described in section
23695 \begin_inset Space ~
23696 \end_inset
23697
23698
23699 \begin_inset CommandInset ref
23700 LatexCommand ref
23701 reference "sec:Colored-Boxes"
23702
23703 \end_inset
23704
23705 .
23706 \end_layout
23707
23708 \end_inset
23709
23710  the note uses always the whole text width and the note is set into its
23711  own paragraph.
23712 \end_layout
23713
23714 \begin_layout Standard
23715 \begin_inset VSpace bigskip
23716 \end_inset
23717
23718 When you use the toolbar button 
23719 \begin_inset Graphics
23720         filename ../images/note-insert.png
23721         scale 85
23722         scaleBeforeRotation
23723
23724 \end_inset
23725
23726  to insert notes, a 
23727 \family sans
23728 LyX
23729 \begin_inset Space ~
23730 \end_inset
23731
23732 Note
23733 \family default
23734  is inserted.
23735  You can switch between the five note types by right-clicking on the note-box.
23736  
23737 \family roman
23738 \series medium
23739 \bar no
23740 If you want to turn existing text into a note, mark it and click on the
23741  note
23742 \family default
23743 \series default
23744 \bar default
23745  toolbar 
23746 \family roman
23747 \series medium
23748 \bar no
23749 button
23750 \family default
23751 \series default
23752 \bar default
23753 .
23754  To change a note to text, press the backspace key when the cursor is in
23755  the first position of a note, or press the deletey key when the cursor
23756  is in the very last position of the note, respectively.
23757 \end_layout
23758
23759 \begin_layout Standard
23760 \begin_inset VSpace bigskip
23761 \end_inset
23762
23763 You can change the text color of the greyed out notes in the preamble with
23764  the following command:
23765 \end_layout
23766
23767 \begin_layout Standard
23768
23769 \series bold
23770
23771 \backslash
23772 renewenvironment{lyxgreyedout}
23773 \begin_inset Newline newline
23774 \end_inset
23775
23776
23777 \begin_inset ERT
23778 status collapsed
23779
23780 \begin_layout Plain Layout
23781
23782
23783 \backslash
23784 hphantom{ }
23785 \end_layout
23786
23787 \end_inset
23788
23789 {
23790 \backslash
23791 textcolor{color}
23792 \backslash
23793 bgroup}{
23794 \backslash
23795 egroup}
23796 \end_layout
23797
23798 \begin_layout Standard
23799 The available colors and the method to define own colors is explained in
23800  section
23801 \begin_inset Space ~
23802 \end_inset
23803
23804
23805 \begin_inset CommandInset ref
23806 LatexCommand ref
23807 reference "sec:Colored-Tables"
23808
23809 \end_inset
23810
23811 .
23812 \end_layout
23813
23814 \begin_layout Standard
23815 Notes that appear in blue in this document are set using greyed out notes
23816  with blue text.
23817 \end_layout
23818
23819 \begin_layout Standard
23820 \begin_inset VSpace bigskip
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \begin_layout Standard
23827 The text style of 
23828 \family sans
23829 Framed
23830 \family default
23831  and 
23832 \family sans
23833 Shaded
23834 \family default
23835  notes can be set in the 
23836 \family sans
23837 Text Style
23838 \family default
23839  dialog.
23840 \end_layout
23841
23842 \begin_layout Standard
23843 The default frame width for 
23844 \family sans
23845 Framed
23846 \family default
23847  notes is 0.4
23848 \begin_inset Space \thinspace{}
23849 \end_inset
23850
23851 pt; it can be changed by changing the size 
23852 \series bold
23853
23854 \backslash
23855 FrameRule
23856 \series default
23857 .
23858  The default space between the note content and the frame is 9
23859 \begin_inset Space \thinspace{}
23860 \end_inset
23861
23862 pt; it can be changed by changing the size 
23863 \series bold
23864
23865 \backslash
23866 FrameSep
23867 \series default
23868 .
23869  For example the frame appearance of the following 
23870 \family sans
23871 Framed
23872 \family default
23873  note is set with the TeX-Code commands
23874 \end_layout
23875
23876 \begin_layout Standard
23877
23878 \series bold
23879
23880 \backslash
23881 FrameRule 5pt 
23882 \backslash
23883 FrameSep 0.5cm
23884 \end_layout
23885
23886 \begin_layout Standard
23887 \begin_inset ERT
23888 status collapsed
23889
23890 \begin_layout Plain Layout
23891
23892
23893 \backslash
23894 FrameRule 5pt 
23895 \backslash
23896 FrameSep 0.5cm
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \begin_inset Box Framed
23903 position "t"
23904 hor_pos "c"
23905 has_inner_box 0
23906 inner_pos "t"
23907 use_parbox 0
23908 width "100col%"
23909 special "none"
23910 height "1in"
23911 height_special "totalheight"
23912 status open
23913
23914 \begin_layout Plain Layout
23915 This is text in a 
23916 \family sans
23917 Framed
23918 \family default
23919  note.
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \begin_inset ERT
23926 status collapsed
23927
23928 \begin_layout Plain Layout
23929
23930
23931 \backslash
23932 FrameRule 0.4pt 
23933 \backslash
23934 FrameSep 9pt
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 \begin_inset VSpace bigskip
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \begin_layout Standard
23950 For 
23951 \family sans
23952 Shaded
23953 \family default
23954  notes the default space between the note content and the note border is
23955  3
23956 \begin_inset Space \thinspace{}
23957 \end_inset
23958
23959 pt; it can be changed by changing the size 
23960 \series bold
23961
23962 \backslash
23963 fboxsep
23964 \series default
23965 .
23966 \begin_inset Newline newline
23967 \end_inset
23968
23969 The default background color red can be changed with the command 
23970 \series bold
23971
23972 \backslash
23973 definecolor{shadebox}
23974 \series default
23975 .
23976  The scheme of the 
23977 \series bold
23978
23979 \backslash
23980 definecolor
23981 \series default
23982  command is explained in section
23983 \begin_inset Space ~
23984 \end_inset
23985
23986
23987 \begin_inset CommandInset ref
23988 LatexCommand ref
23989 reference "sec:Colored-Tables"
23990
23991 \end_inset
23992
23993
23994 \begin_inset Foot
23995 status collapsed
23996
23997 \begin_layout Plain Layout
23998 Note that 
23999 \series bold
24000
24001 \backslash
24002 def
24003 \series default
24004 \SpecialChar \textcompwordmark{}
24005
24006 \series bold
24007 inecolor
24008 \series default
24009  requires the LaTeX-package 
24010 \series bold
24011 color
24012 \series default
24013  in the preamble, see section
24014 \begin_inset Space ~
24015 \end_inset
24016
24017
24018 \begin_inset CommandInset ref
24019 LatexCommand ref
24020 reference "sec:Colored-Boxes"
24021
24022 \end_inset
24023
24024 .
24025 \end_layout
24026
24027 \end_inset
24028
24029 .
24030 \end_layout
24031
24032 \begin_layout Standard
24033 For example the appearance of the following 
24034 \family sans
24035 Shaded
24036 \family default
24037  note is set with the TeX-Code commands
24038 \end_layout
24039
24040 \begin_layout Standard
24041
24042 \series bold
24043
24044 \backslash
24045 fboxsep 0.5cm
24046 \series default
24047
24048 \begin_inset Newline newline
24049 \end_inset
24050
24051
24052 \series bold
24053
24054 \backslash
24055 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24056 \end_layout
24057
24058 \begin_layout Standard
24059 \begin_inset ERT
24060 status collapsed
24061
24062 \begin_layout Plain Layout
24063
24064
24065 \backslash
24066 fboxsep 0.5cm
24067 \end_layout
24068
24069 \end_inset
24070
24071
24072 \begin_inset ERT
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076
24077
24078 \backslash
24079 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \begin_inset Box Shaded
24086 position "t"
24087 hor_pos "c"
24088 has_inner_box 0
24089 inner_pos "t"
24090 use_parbox 0
24091 width "100col%"
24092 special "none"
24093 height "1in"
24094 height_special "totalheight"
24095 status open
24096
24097 \begin_layout Plain Layout
24098
24099 \color yellow
24100 This is yellow text in a
24101 \color none
24102  
24103 \family sans
24104 \color yellow
24105 Shaded
24106 \family default
24107 \color none
24108  
24109 \color yellow
24110 note with darkgreen background.
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \begin_inset ERT
24117 status collapsed
24118
24119 \begin_layout Plain Layout
24120
24121
24122 \backslash
24123 fboxsep 3pt
24124 \end_layout
24125
24126 \end_inset
24127
24128
24129 \begin_inset ERT
24130 status collapsed
24131
24132 \begin_layout Plain Layout
24133
24134
24135 \backslash
24136 definecolor{shadecolor}{rgb}{1,0,0}
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Section
24145 Footnotes
24146 \begin_inset CommandInset label
24147 LatexCommand label
24148 name "sec:Footnotes"
24149
24150 \end_inset
24151
24152
24153 \begin_inset Index
24154 status collapsed
24155
24156 \begin_layout Plain Layout
24157 Notes ! Footnotes
24158 \end_layout
24159
24160 \end_inset
24161
24162
24163 \begin_inset Index
24164 status collapsed
24165
24166 \begin_layout Plain Layout
24167 Footnotes
24168 \end_layout
24169
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \begin_layout Standard
24176 Footnotes can be inserted using the toolbar button 
24177 \begin_inset Graphics
24178         filename ../images/footnote-insert.png
24179         scale 85
24180         scaleBeforeRotation
24181
24182 \end_inset
24183
24184  or the menu 
24185 \family sans
24186 Insert\SpecialChar \menuseparator
24187 Footnote
24188 \family default
24189 .
24190  
24191 \family roman
24192 \series medium
24193 \bar no
24194 You'll see
24195 \family default
24196 \series default
24197 \bar default
24198  then the following footnote-box: 
24199 \begin_inset Graphics
24200         filename clipart/footnoteQt4.png
24201         scale 80
24202         scaleBeforeRotation
24203
24204 \end_inset
24205
24206  
24207 \family roman
24208 \series medium
24209 \bar no
24210 where you can enter the footnote text.
24211  If you want to turn existing text into a footnote, mark it and click on
24212  the footnote
24213 \family default
24214 \series default
24215 \bar default
24216  toolbar 
24217 \family roman
24218 \series medium
24219 \bar no
24220 button
24221 \family default
24222 \series default
24223 \bar default
24224 .
24225  To change a 
24226 \family roman
24227 \series medium
24228 \bar no
24229 footnote
24230 \family default
24231 \series default
24232 \bar default
24233  to text, press the Backspace key when the cursor is in the first position
24234  of a 
24235 \family roman
24236 \series medium
24237 \bar no
24238 footnote
24239 \family default
24240 \series default
24241 \bar default
24242 , or press the Delete key when the cursor is in the very last position of
24243  the 
24244 \family roman
24245 \series medium
24246 \bar no
24247 footnote
24248 \family default
24249 \series default
24250 \bar default
24251 , respectively.
24252 \end_layout
24253
24254 \begin_layout Standard
24255 Here is an example footnote:
24256 \family roman
24257 \series medium
24258 \bar no
24259
24260 \begin_inset Foot
24261 status open
24262
24263 \begin_layout Plain Layout
24264 \begin_inset CommandInset label
24265 LatexCommand label
24266 name "foot:This-is-an"
24267
24268 \end_inset
24269
24270 This is an example footnote.
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \family default
24277 \series default
24278 \bar default
24279
24280 \begin_inset ERT
24281 status collapsed
24282
24283 \begin_layout Plain Layout
24284
24285
24286 \backslash
24287 newcounter{MyRepeatFoot}
24288 \end_layout
24289
24290 \begin_layout Plain Layout
24291
24292
24293 \backslash
24294 setcounter{MyRepeatFoot}{
24295 \backslash
24296 thefootnote}
24297 \end_layout
24298
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \begin_layout Standard
24305 The footnote will appear in the output as a superscript number at the text
24306  position where the footnote box is placed.
24307  The footnote text is placed at the bottom of the current page.
24308  The footnote number is calculated by LaTeX, the numbers are consecutive.
24309  It depends on your document-class, if the footnote number is reset for
24310  every chapter.
24311 \end_layout
24312
24313 \begin_layout Standard
24314 Footnotes can be referenced like floats: Insert a label into the footnote
24315  and cross-reference this label in the text as described in section
24316 \begin_inset Space ~
24317 \end_inset
24318
24319
24320 \begin_inset CommandInset ref
24321 LatexCommand ref
24322 reference "sec:Referencing-Floats"
24323
24324 \end_inset
24325
24326 .
24327 \begin_inset Newline newline
24328 \end_inset
24329
24330 This is a cross-reference of Footnote
24331 \begin_inset Space ~
24332 \end_inset
24333
24334
24335 \begin_inset CommandInset ref
24336 LatexCommand ref
24337 reference "foot:This-is-an"
24338
24339 \end_inset
24340
24341 .
24342 \end_layout
24343
24344 \begin_layout Standard
24345 \begin_inset VSpace defskip
24346 \end_inset
24347
24348 To use footnotes within tables, you have to use minipages, see section
24349 \begin_inset Space ~
24350 \end_inset
24351
24352
24353 \begin_inset CommandInset ref
24354 LatexCommand ref
24355 reference "sec:Minipages"
24356
24357 \end_inset
24358
24359 .
24360  Footnotes within longtables are described in section
24361 \begin_inset Space ~
24362 \end_inset
24363
24364
24365 \begin_inset CommandInset ref
24366 LatexCommand ref
24367 reference "sub:Footnotes-in-Longtables"
24368
24369 \end_inset
24370
24371 .
24372 \end_layout
24373
24374 \begin_layout Standard
24375 \begin_inset VSpace defskip
24376 \end_inset
24377
24378 To create only a mark for a footnote, use the command 
24379 \series bold
24380
24381 \backslash
24382 footnotemark[number]
24383 \series default
24384  in TeX-Code.
24385  This is used when you have the same annotation several times in a text
24386  but doesn't want to print the footnote text every time.
24387 \begin_inset Newline newline
24388 \end_inset
24389
24390 As you don't know the number of the repeating footnote while you are writing
24391  the text, you have to store its number.
24392  For the following footnote mark example, these commands were inserted in
24393  TeX-Code behind Footnote
24394 \begin_inset Space ~
24395 \end_inset
24396
24397
24398 \begin_inset CommandInset ref
24399 LatexCommand ref
24400 reference "foot:This-is-an"
24401
24402 \end_inset
24403
24404  to store the footnote number:
24405 \end_layout
24406
24407 \begin_layout Standard
24408
24409 \series bold
24410
24411 \backslash
24412 newcounter{MyRepeatFoot}
24413 \begin_inset Newline newline
24414 \end_inset
24415
24416
24417 \backslash
24418 setcounter{MyRepeatFoot}{
24419 \backslash
24420 thefootnote}
24421 \end_layout
24422
24423 \begin_layout Standard
24424 The footnote mark was then created with this command:
24425 \end_layout
24426
24427 \begin_layout Standard
24428
24429 \series bold
24430
24431 \backslash
24432 footnotemark[
24433 \backslash
24434 theMyRepeatFoot]
24435 \end_layout
24436
24437 \begin_layout Standard
24438 Here is an example footnote mark:
24439 \family roman
24440 \series medium
24441 \bar no
24442
24443 \begin_inset ERT
24444 status collapsed
24445
24446 \begin_layout Plain Layout
24447
24448
24449 \backslash
24450 footnotemark[
24451 \backslash
24452 theMyRepeatFoot]
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \begin_layout Subsection
24461 Footnote Numbering
24462 \begin_inset CommandInset label
24463 LatexCommand label
24464 name "sub:Footnote-Numbering"
24465
24466 \end_inset
24467
24468
24469 \begin_inset Index
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473 Footnotes ! Numbering
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 To reset the footnote number back to 1 after each section
24483 \family roman
24484 , add this command to your document preamble:
24485 \end_layout
24486
24487 \begin_layout Standard
24488
24489 \series bold
24490
24491 \backslash
24492 @addtoreset{footnote}{section}
24493 \end_layout
24494
24495 \begin_layout Standard
24496 \begin_inset VSpace bigskip
24497 \end_inset
24498
24499 The following preamble command changes the footnote numbering style to small
24500  roman numerals:
24501 \end_layout
24502
24503 \begin_layout Standard
24504
24505 \series bold
24506
24507 \backslash
24508 renewcommand{
24509 \backslash
24510 thefootnote}{
24511 \backslash
24512 roman{footnote}}
24513 \end_layout
24514
24515 \begin_layout Standard
24516 \begin_inset ERT
24517 status collapsed
24518
24519 \begin_layout Plain Layout
24520
24521
24522 \backslash
24523 renewcommand{
24524 \backslash
24525 thefootnote}{
24526 \backslash
24527 roman{footnote}}
24528 \end_layout
24529
24530 \end_inset
24531
24532  This is a footnote with roman numbering:
24533 \begin_inset Foot
24534 status open
24535
24536 \begin_layout Plain Layout
24537 This is an example footnote with roman numbering.
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout Standard
24546 To change the numbering style to capital roman numerals replace in the command
24547  above 
24548 \series bold
24549
24550 \backslash
24551 roman
24552 \series default
24553  by 
24554 \series bold
24555
24556 \backslash
24557 Roman
24558 \series default
24559 .
24560  To 
24561 \begin_inset Quotes eld
24562 \end_inset
24563
24564 number
24565 \begin_inset Quotes erd
24566 \end_inset
24567
24568  footnotes with capital or small Latin letters use 
24569 \series bold
24570
24571 \backslash
24572 Alph
24573 \series default
24574  or 
24575 \series bold
24576
24577 \backslash
24578 alph
24579 \series default
24580 , respectively.
24581  To 
24582 \begin_inset Quotes eld
24583 \end_inset
24584
24585 number
24586 \begin_inset Quotes erd
24587 \end_inset
24588
24589  footnotes with symbols use 
24590 \series bold
24591
24592 \backslash
24593 fnsymbol
24594 \series default
24595 .
24596 \end_layout
24597
24598 \begin_layout Standard
24599 \begin_inset Note Greyedout
24600 status open
24601
24602 \begin_layout Plain Layout
24603
24604 \series bold
24605 Note:
24606 \series default
24607  You can only number 26 footnotes with Latin letters, because this numbering
24608  is limited to single letters.
24609 \end_layout
24610
24611 \end_inset
24612
24613
24614 \begin_inset Newline newline
24615 \end_inset
24616
24617
24618 \begin_inset Note Greyedout
24619 status open
24620
24621 \begin_layout Plain Layout
24622
24623 \series bold
24624 Note:
24625 \series default
24626  You can only number 9 footnotes with symbols.
24627 \end_layout
24628
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \begin_layout Standard
24635 To return to the default numbering style when you changed to another one,
24636  use 
24637 \series bold
24638
24639 \backslash
24640 arabic
24641 \series default
24642  instead of 
24643 \series bold
24644
24645 \backslash
24646 roman
24647 \series default
24648  in the command above.
24649 \begin_inset ERT
24650 status collapsed
24651
24652 \begin_layout Plain Layout
24653
24654
24655 \backslash
24656 renewcommand{
24657 \backslash
24658 thefootnote}{
24659 \backslash
24660 arabic{footnote}}
24661 \end_layout
24662
24663 \end_inset
24664
24665
24666 \end_layout
24667
24668 \begin_layout Standard
24669 \begin_inset VSpace bigskip
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Standard
24676 If you want to have footnotes numbered in the scheme 
24677 \begin_inset Quotes eld
24678 \end_inset
24679
24680 chapter.footnote
24681 \begin_inset Quotes erd
24682 \end_inset
24683
24684 , add the following command to your document preamble:
24685 \end_layout
24686
24687 \begin_layout Standard
24688
24689 \series bold
24690
24691 \backslash
24692 numberwithin{footnote}{chapter}
24693 \end_layout
24694
24695 \begin_layout Standard
24696 To be able to use the command 
24697 \series bold
24698
24699 \backslash
24700 numberwithin
24701 \series default
24702 , set in the tab 
24703 \family sans
24704 Math
24705 \begin_inset Space ~
24706 \end_inset
24707
24708 Options
24709 \family default
24710  in the document settings the option 
24711 \family sans
24712 Use
24713 \begin_inset Space ~
24714 \end_inset
24715
24716 AMS
24717 \begin_inset Space ~
24718 \end_inset
24719
24720 math
24721 \begin_inset Space ~
24722 \end_inset
24723
24724 package
24725 \family default
24726 .
24727 \end_layout
24728
24729 \begin_layout Standard
24730 \begin_inset ERT
24731 status collapsed
24732
24733 \begin_layout Plain Layout
24734
24735
24736 \backslash
24737 numberwithin{footnote}{chapter}
24738 \end_layout
24739
24740 \end_inset
24741
24742 This is another example footnote:
24743 \series bold
24744
24745 \begin_inset Foot
24746 status open
24747
24748 \begin_layout Plain Layout
24749 This is a footnote numbered in the scheme 
24750 \begin_inset Quotes eld
24751 \end_inset
24752
24753 chapter.footnote
24754 \begin_inset Quotes erd
24755 \end_inset
24756
24757 .
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \series default
24764
24765 \begin_inset ERT
24766 status collapsed
24767
24768 \begin_layout Plain Layout
24769
24770
24771 \backslash
24772 renewcommand{
24773 \backslash
24774 thefootnote}{
24775 \backslash
24776 arabic{footnote}}
24777 \end_layout
24778
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \begin_layout Standard
24785 \begin_inset Note Greyedout
24786 status open
24787
24788 \begin_layout Plain Layout
24789
24790 \series bold
24791 Note:
24792 \series default
24793  
24794 \series bold
24795
24796 \backslash
24797 numberwithin
24798 \series default
24799  always prints out the footnote number as arabic number; previous redefinitions
24800  to get non-arabic numbers are overwritten.
24801 \end_layout
24802
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \begin_layout Standard
24809 So to get for example the scheme 
24810 \begin_inset Quotes eld
24811 \end_inset
24812
24813 chapter.
24814 \backslash
24815 Roman{footnote}
24816 \begin_inset Quotes erd
24817 \end_inset
24818
24819 , use this command instead of 
24820 \series bold
24821
24822 \backslash
24823 numberwithin
24824 \series default
24825 :
24826 \end_layout
24827
24828 \begin_layout Standard
24829
24830 \series bold
24831
24832 \backslash
24833 renewcommand{
24834 \backslash
24835 thefootnote}{
24836 \backslash
24837 thechapter.
24838 \backslash
24839 Roman{footnote}}
24840 \end_layout
24841
24842 \begin_layout Subsection
24843 Footnote Placement
24844 \begin_inset Index
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848 Footnotes ! Placement
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 If you have several footnotes in one page, they appear without vertical
24858  space between them at the bottom of the page.
24859  To make them better readable you can e.
24860 \begin_inset Space \thinspace{}
24861 \end_inset
24862
24863 g.
24864 \begin_inset Space ~
24865 \end_inset
24866
24867 add 1.5
24868 \begin_inset Space \thinspace{}
24869 \end_inset
24870
24871 mm space with the following preamble command:
24872 \end_layout
24873
24874 \begin_layout Standard
24875
24876 \series bold
24877
24878 \backslash
24879 let
24880 \backslash
24881 myFoot
24882 \backslash
24883 footnote
24884 \begin_inset Newline newline
24885 \end_inset
24886
24887
24888 \backslash
24889 renewcommand{
24890 \backslash
24891 footnote}[1]{
24892 \backslash
24893 myFoot{#1
24894 \backslash
24895 vspace{1.5mm}}}
24896 \end_layout
24897
24898 \begin_layout Standard
24899 \begin_inset VSpace bigskip
24900 \end_inset
24901
24902 In a two-column document the footnotes appear at the bottom of every column,
24903  see Figure
24904 \begin_inset Space ~
24905 \end_inset
24906
24907
24908 \begin_inset CommandInset ref
24909 LatexCommand ref
24910 reference "fig:Standard-footnote-placement"
24911
24912 \end_inset
24913
24914 .
24915  If the footnotes should only appear at the bottom of the right column,
24916  as in Figure
24917 \begin_inset Space ~
24918 \end_inset
24919
24920
24921 \begin_inset CommandInset ref
24922 LatexCommand ref
24923 reference "fig:Footnote-placement-in"
24924
24925 \end_inset
24926
24927 , use the LaTeX-package 
24928 \series bold
24929 ftnright
24930 \series default
24931
24932 \begin_inset Index
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936 LaTeX-packages ! ftnright
24937 \end_layout
24938
24939 \end_inset
24940
24941  with this command in the document preamble:
24942 \end_layout
24943
24944 \begin_layout Standard
24945
24946 \series bold
24947
24948 \backslash
24949 usepackage{ftnright}
24950 \end_layout
24951
24952 \begin_layout Standard
24953 \begin_inset Float figure
24954 placement !h
24955 wide false
24956 sideways false
24957 status open
24958
24959 \begin_layout Plain Layout
24960 \begin_inset ERT
24961 status collapsed
24962
24963 \begin_layout Plain Layout
24964
24965
24966 \backslash
24967 framebox{
24968 \end_layout
24969
24970 \end_inset
24971
24972
24973 \begin_inset Graphics
24974         filename clipart/without_fntright.pdf
24975         width 100col%
24976         scaleBeforeRotation
24977
24978 \end_inset
24979
24980
24981 \begin_inset ERT
24982 status collapsed
24983
24984 \begin_layout Plain Layout
24985
24986 }
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \begin_layout Plain Layout
24995 \begin_inset Caption
24996
24997 \begin_layout Plain Layout
24998 \begin_inset CommandInset label
24999 LatexCommand label
25000 name "fig:Standard-footnote-placement"
25001
25002 \end_inset
25003
25004 Standard footnote placement in two-column documents.
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \begin_layout Standard
25018 \begin_inset Float figure
25019 placement !h
25020 wide false
25021 sideways false
25022 status open
25023
25024 \begin_layout Plain Layout
25025 \begin_inset ERT
25026 status collapsed
25027
25028 \begin_layout Plain Layout
25029
25030
25031 \backslash
25032 framebox{
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \begin_inset Graphics
25039         filename clipart/with_fntright.pdf
25040         width 100col%
25041         scaleBeforeRotation
25042
25043 \end_inset
25044
25045
25046 \begin_inset ERT
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050
25051 }
25052 \end_layout
25053
25054 \end_inset
25055
25056
25057 \end_layout
25058
25059 \begin_layout Plain Layout
25060 \begin_inset Caption
25061
25062 \begin_layout Plain Layout
25063 \begin_inset CommandInset label
25064 LatexCommand label
25065 name "fig:Footnote-placement-in"
25066
25067 \end_inset
25068
25069 Footnote placement in two-column documents when the LaTeX-package 
25070 \series bold
25071 ftnright
25072 \series default
25073  is used.
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087 \begin_inset VSpace bigskip
25088 \end_inset
25089
25090 In some scientific literature it is usual to collect the footnotes and print
25091  them in a separate paragraph at the the end of a section, like in Figure
25092 \begin_inset Space ~
25093 \end_inset
25094
25095
25096 \begin_inset CommandInset ref
25097 LatexCommand ref
25098 reference "fig:Endnotes----footnotes"
25099
25100 \end_inset
25101
25102 .
25103  They are then so called 
25104 \begin_inset Quotes eld
25105 \end_inset
25106
25107 endnotes
25108 \begin_inset Quotes erd
25109 \end_inset
25110
25111 .
25112 \begin_inset Index
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116 Endnotes
25117 \end_layout
25118
25119 \end_inset
25120
25121  To use endnotes instead of footnotes in your document, load the LaTeX-package
25122  
25123 \series bold
25124 endnotes
25125 \series default
25126
25127 \begin_inset Index
25128 status collapsed
25129
25130 \begin_layout Plain Layout
25131 LaTeX-packages ! endnotes
25132 \end_layout
25133
25134 \end_inset
25135
25136  with the document preamble lines
25137 \end_layout
25138
25139 \begin_layout Standard
25140
25141 \series bold
25142
25143 \backslash
25144 usepackage{endnotes}
25145 \begin_inset Newline newline
25146 \end_inset
25147
25148
25149 \backslash
25150 let
25151 \backslash
25152 footnote
25153 \backslash
25154 endnote
25155 \end_layout
25156
25157 \begin_layout Standard
25158 To insert the collected footnotes, insert the command
25159 \end_layout
25160
25161 \begin_layout Standard
25162
25163 \series bold
25164
25165 \backslash
25166 theendnotes
25167 \end_layout
25168
25169 \begin_layout Standard
25170 in TeX-Code at the the end of a section or chapter.
25171 \end_layout
25172
25173 \begin_layout Standard
25174 \begin_inset Float figure
25175 wide false
25176 sideways false
25177 status open
25178
25179 \begin_layout Plain Layout
25180 \align center
25181 \begin_inset ERT
25182 status collapsed
25183
25184 \begin_layout Plain Layout
25185
25186
25187 \backslash
25188 framebox{
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \begin_inset Graphics
25195         filename clipart/endnotes.pdf
25196         scaleBeforeRotation
25197
25198 \end_inset
25199
25200
25201 \begin_inset ERT
25202 status collapsed
25203
25204 \begin_layout Plain Layout
25205
25206 }
25207 \end_layout
25208
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \begin_layout Plain Layout
25215 \begin_inset Caption
25216
25217 \begin_layout Plain Layout
25218 \begin_inset CommandInset label
25219 LatexCommand label
25220 name "fig:Endnotes----footnotes"
25221
25222 \end_inset
25223
25224 Endnotes -- footnotes are printed in a separate paragraph at the end of
25225  sections or chapters.
25226 \end_layout
25227
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \begin_layout Standard
25239 \begin_inset VSpace medskip
25240 \end_inset
25241
25242 The paragraph heading for the endnotes isn't automatically translated into
25243  the document language, this must be done manually.
25244  The following preamble command translate the default English name 
25245 \begin_inset Quotes eld
25246 \end_inset
25247
25248 Notes
25249 \begin_inset Quotes erd
25250 \end_inset
25251
25252  to the German translation 
25253 \begin_inset Quotes eld
25254 \end_inset
25255
25256 Anmerkungen
25257 \begin_inset Quotes erd
25258 \end_inset
25259
25260 :
25261 \end_layout
25262
25263 \begin_layout Standard
25264
25265 \series bold
25266
25267 \backslash
25268 renewcommand{
25269 \backslash
25270 notesname}{Anmerkungen}
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \begin_inset VSpace medskip
25275 \end_inset
25276
25277 The numbering of endnotes can be changed like the footnote numbering as
25278  described in section
25279 \begin_inset Space ~
25280 \end_inset
25281
25282
25283 \begin_inset CommandInset ref
25284 LatexCommand ref
25285 reference "sub:Footnote-Numbering"
25286
25287 \end_inset
25288
25289 ; just replace the command 
25290 \series bold
25291
25292 \backslash
25293 thefootnote
25294 \series default
25295  by 
25296 \series bold
25297
25298 \backslash
25299 theendnote
25300 \series default
25301 .
25302  To reset the endnote number use the command 
25303 \series bold
25304
25305 \backslash
25306 @addtoreset
25307 \series default
25308  as described in section
25309 \begin_inset Space ~
25310 \end_inset
25311
25312
25313 \begin_inset CommandInset ref
25314 LatexCommand ref
25315 reference "sub:Footnote-Numbering"
25316
25317 \end_inset
25318
25319  and replace the command parameter 
25320 \series bold
25321 footnote
25322 \series default
25323  by 
25324 \series bold
25325 endnote
25326 \series default
25327 .
25328 \end_layout
25329
25330 \begin_layout Standard
25331 To create only a mark for an endnote, use the command 
25332 \series bold
25333
25334 \backslash
25335 endnotemark[number]
25336 \series default
25337  similar to the command 
25338 \series bold
25339
25340 \backslash
25341 footnotemark
25342 \series default
25343 , described in section
25344 \begin_inset Space ~
25345 \end_inset
25346
25347
25348 \begin_inset CommandInset ref
25349 LatexCommand ref
25350 reference "sec:Footnotes"
25351
25352 \end_inset
25353
25354 .
25355 \end_layout
25356
25357 \begin_layout Standard
25358 \begin_inset VSpace bigskip
25359 \end_inset
25360
25361 Footnotes can also be placed in the page margin and the footnote text alignment
25362  can be changed, see the LaTeX-package 
25363 \series bold
25364 footmisc
25365 \series default
25366
25367 \begin_inset Index
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371 LaTeX-packages ! footmisc
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \begin_inset CommandInset citation
25378 LatexCommand cite
25379 key "footmisc"
25380
25381 \end_inset
25382
25383  for more information about this.
25384 \end_layout
25385
25386 \begin_layout Standard
25387 For various further footnote formatting issues have a look at LaTeX-books,
25388  
25389 \begin_inset CommandInset citation
25390 LatexCommand cite
25391 key "latexcompanion,latexguide,latexbook"
25392
25393 \end_inset
25394
25395 .
25396 \end_layout
25397
25398 \begin_layout Section
25399 Margin Notes
25400 \begin_inset Index
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404 Notes ! Margin Notes
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Standard
25413 Margin notes look and behave in LyX like footnotes.
25414  They are inserted via the menu 
25415 \family sans
25416 Insert\SpecialChar \menuseparator
25417 Marginal
25418 \begin_inset Space ~
25419 \end_inset
25420
25421 Note
25422 \family default
25423  or the toolbar button 
25424 \begin_inset Graphics
25425         filename ../images/marginalnote-insert.png
25426         scale 85
25427         scaleBeforeRotation
25428
25429 \end_inset
25430
25431 .
25432  A grey 
25433 \family roman
25434 \series medium
25435 box with the
25436 \family default
25437 \series default
25438  red 
25439 \family roman
25440 \series medium
25441 label 
25442 \begin_inset Quotes eld
25443 \end_inset
25444
25445 margin
25446 \begin_inset Quotes erd
25447 \end_inset
25448
25449  appears where you can enter the text of the margin note.
25450 \end_layout
25451
25452 \begin_layout Standard
25453 At the side is an example margin note.
25454 \family roman
25455 \series medium
25456
25457 \begin_inset Marginal
25458 status open
25459
25460 \begin_layout Plain Layout
25461 This is a margin note.
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \begin_layout Standard
25470 Margin notes appear at the right side in single-sided documents.
25471  In double-sided documents they appear in the outer margin -- left on even
25472  pages, right on odd pages.
25473  The text of margin notes is aligned opposite to the outer margin -- right-align
25474 ed when the note appears in the left margin.
25475  The first line of the margin note is placed at the position of the text
25476  line where it is inserted in the document.
25477 \end_layout
25478
25479 \begin_layout Standard
25480 \begin_inset VSpace bigskip
25481 \end_inset
25482
25483 To place the margin note in the inner margin, add the command
25484 \end_layout
25485
25486 \begin_layout Standard
25487
25488 \series bold
25489
25490 \backslash
25491 reversemarginpar
25492 \end_layout
25493
25494 \begin_layout Standard
25495 in TeX-Code before a margin note.
25496  The new placement is valid for all following margin notes.
25497 \begin_inset ERT
25498 status collapsed
25499
25500 \begin_layout Plain Layout
25501
25502
25503 \backslash
25504 reversemarginpar 
25505 \end_layout
25506
25507 \end_inset
25508
25509
25510 \begin_inset Marginal
25511 status open
25512
25513 \begin_layout Plain Layout
25514 This is a margin note in the inner margin.
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \series bold
25521
25522 \begin_inset Newline newline
25523 \end_inset
25524
25525
25526 \series default
25527
25528 \begin_inset Note Greyedout
25529 status open
25530
25531 \begin_layout Plain Layout
25532
25533 \series bold
25534 Note:
25535 \series default
25536  There is often not enough space in the inner margin so that the notes are
25537  not correctly displayed in the output.
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 To return to the default placement insert the command
25547 \end_layout
25548
25549 \begin_layout Standard
25550
25551 \series bold
25552
25553 \backslash
25554 normalmarginpar
25555 \end_layout
25556
25557 \begin_layout Standard
25558 in TeX-Code.
25559 \begin_inset ERT
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563
25564
25565 \backslash
25566 normalmarginpar 
25567 \end_layout
25568
25569 \end_inset
25570
25571  
25572 \begin_inset Note Greyedout
25573 status open
25574
25575 \begin_layout Plain Layout
25576
25577 \series bold
25578 Note:
25579 \series default
25580  The command is ignored when it is within a paragraph where also the command
25581  
25582 \series bold
25583
25584 \backslash
25585 reversemarginpar
25586 \series default
25587  is inserted.
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Standard
25596 \begin_inset VSpace bigskip
25597 \end_inset
25598
25599
25600 \family roman
25601 \series medium
25602
25603 \begin_inset Marginal
25604 status open
25605
25606 \begin_layout Plain Layout
25607 AVeryLongMarginParWord that isn't hyphenated.
25608 \end_layout
25609
25610 \end_inset
25611
25612
25613 \family default
25614 \series default
25615 Similar to the case described in section
25616 \begin_inset Space ~
25617 \end_inset
25618
25619
25620 \begin_inset CommandInset ref
25621 LatexCommand ref
25622 reference "sub:Multiple-Lines-in"
25623
25624 \end_inset
25625
25626 , long words cannot be hyphenated when they are the first word in a margin
25627  note.
25628  To avoid this, insert the command
25629 \end_layout
25630
25631 \begin_layout Standard
25632
25633 \series bold
25634
25635 \backslash
25636 hspace{0pt}
25637 \end_layout
25638
25639 \begin_layout Standard
25640 in TeX-Code before the word
25641 \family roman
25642 \series medium
25643 .
25644 \begin_inset Marginal
25645 status open
25646
25647 \begin_layout Plain Layout
25648 \begin_inset ERT
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652
25653
25654 \backslash
25655 hspace{0pt}
25656 \end_layout
25657
25658 \end_inset
25659
25660 AVeryLongMarginParWord that is hyphenated.
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Standard
25669 \begin_inset VSpace bigskip
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \begin_layout Standard
25676 \begin_inset Note Greyedout
25677 status open
25678
25679 \begin_layout Plain Layout
25680
25681 \series bold
25682 Note:
25683 \series default
25684  Margin notes can normally not be used inside tables, floats, and footnotes.
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \begin_layout Standard
25693 \begin_inset VSpace bigskip
25694 \end_inset
25695
25696
25697 \end_layout
25698
25699 \begin_layout Standard
25700 \begin_inset ERT
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704
25705
25706 \backslash
25707 ifmarginnote
25708 \end_layout
25709
25710 \end_inset
25711
25712
25713 \begin_inset Note Note
25714 status open
25715
25716 \begin_layout Plain Layout
25717 The following section will only be displayed when the LaTeX-package 
25718 \series bold
25719 marginnote
25720 \series default
25721  is installed.
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 This restriction can be evaded by using the LaTeX-package 
25731 \series bold
25732 marginnote
25733 \series default
25734
25735 \begin_inset Index
25736 status collapsed
25737
25738 \begin_layout Plain Layout
25739 LaTeX-packages ! marginnote
25740 \end_layout
25741
25742 \end_inset
25743
25744 .
25745  By adding these two lines to your document preamble, the command used by
25746  LyX for margin notes is redefined to use the command provided by the 
25747 \series bold
25748 marginnote
25749 \series default
25750 -package:
25751 \end_layout
25752
25753 \begin_layout Standard
25754
25755 \series bold
25756
25757 \backslash
25758 usepackage{marginnote}
25759 \begin_inset Newline newline
25760 \end_inset
25761
25762
25763 \backslash
25764 let
25765 \backslash
25766 marginpar
25767 \backslash
25768 marginnote
25769 \end_layout
25770
25771 \begin_layout Standard
25772 This is also used in this document because 
25773 \series bold
25774 marginnote
25775 \series default
25776  has another useful feature: You can set a vertical offset for the note.
25777  This is often needed when too many margin notes are too close together
25778  or for a better page layout.
25779  The offset is set in LyX as TeX-Code directly behind the margin note in
25780  the scheme
25781 \end_layout
25782
25783 \begin_layout Standard
25784
25785 \series bold
25786 [offset]
25787 \end_layout
25788
25789 \begin_layout Standard
25790 where the offset is a length with one of the units listed in Table
25791 \begin_inset Space ~
25792 \end_inset
25793
25794
25795 \begin_inset CommandInset ref
25796 LatexCommand ref
25797 reference "tab:Units"
25798
25799 \end_inset
25800
25801 .
25802  A negative value shifts the note up, a positive value shifts it down.
25803  
25804 \family roman
25805 \series medium
25806 For example the margin note beside this text line is shifted up 1.5
25807 \begin_inset Space \thinspace{}
25808 \end_inset
25809
25810 cm with the TeX-Code-command 
25811 \begin_inset Quotes eld
25812 \end_inset
25813
25814
25815 \family default
25816 \series bold
25817 [-1.5cm]
25818 \family roman
25819 \series medium
25820
25821 \begin_inset Quotes erd
25822 \end_inset
25823
25824
25825 \begin_inset Marginal
25826 status open
25827
25828 \begin_layout Plain Layout
25829 This margin note is shifted up 1.5
25830 \begin_inset Space \thinspace{}
25831 \end_inset
25832
25833 cm from its original position.
25834 \end_layout
25835
25836 \end_inset
25837
25838
25839 \family default
25840 \series default
25841
25842 \begin_inset ERT
25843 status collapsed
25844
25845 \begin_layout Plain Layout
25846
25847 [-1.5cm]
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \begin_layout Standard
25856 \begin_inset VSpace medskip
25857 \end_inset
25858
25859 With 
25860 \series bold
25861 marginnote
25862 \series default
25863  you can also change the alignment of the text in the margin note.
25864  For example the commands
25865 \end_layout
25866
25867 \begin_layout Standard
25868
25869 \series bold
25870
25871 \backslash
25872 renewcommand*{
25873 \backslash
25874 raggedleftmarginnote}{
25875 \backslash
25876 centering}
25877 \begin_inset Newline newline
25878 \end_inset
25879
25880
25881 \backslash
25882 renewcommand*{
25883 \backslash
25884 raggedrightmarginnote}{
25885 \backslash
25886 centering}
25887 \end_layout
25888
25889 \begin_layout Standard
25890 set the alignment to centered.
25891  
25892 \series bold
25893
25894 \backslash
25895 raggedleftmarginnote
25896 \series default
25897  denotes margin notes that appear at the left side.
25898 \family roman
25899 \series medium
25900
25901 \begin_inset ERT
25902 status collapsed
25903
25904 \begin_layout Plain Layout
25905
25906
25907 \backslash
25908 renewcommand*{
25909 \backslash
25910 raggedleftmarginnote}{
25911 \backslash
25912 centering}
25913 \end_layout
25914
25915 \begin_layout Plain Layout
25916
25917
25918 \backslash
25919 renewcommand*{
25920 \backslash
25921 raggedrightmarginnote}{
25922 \backslash
25923 centering}
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \begin_inset Marginal
25930 status open
25931
25932 \begin_layout Plain Layout
25933 The text of this margin note is centered.
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \family default
25940 \series default
25941  The default is
25942 \end_layout
25943
25944 \begin_layout Standard
25945
25946 \series bold
25947
25948 \backslash
25949 renewcommand*{
25950 \backslash
25951 raggedleftmarginnote}{
25952 \backslash
25953 raggedleft}
25954 \begin_inset Newline newline
25955 \end_inset
25956
25957
25958 \backslash
25959 renewcommand*{
25960 \backslash
25961 raggedrightmarginnote}{
25962 \backslash
25963 raggedright}
25964 \family roman
25965 \series medium
25966
25967 \begin_inset ERT
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971
25972
25973 \backslash
25974 renewcommand*{
25975 \backslash
25976 raggedleftmarginnote}{
25977 \backslash
25978 raggedleft}
25979 \end_layout
25980
25981 \begin_layout Plain Layout
25982
25983
25984 \backslash
25985 renewcommand*{
25986 \backslash
25987 raggedrightmarginnote}{
25988 \backslash
25989 raggedright}
25990 \end_layout
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 \begin_inset VSpace medskip
25999 \end_inset
26000
26001 For the other features of 
26002 \series bold
26003 marginnote
26004 \series default
26005  we refer to its documentation 
26006 \begin_inset CommandInset citation
26007 LatexCommand cite
26008 key "marginnote"
26009
26010 \end_inset
26011
26012 .
26013 \end_layout
26014
26015 \begin_layout Standard
26016 \begin_inset VSpace bigskip
26017 \end_inset
26018
26019 You can adjust the layout of margin notes by changing its definition.
26020  To create for example a header for all margin notes with the underlined,
26021  sans-serif, and bold header text 
26022 \begin_inset Quotes eld
26023 \end_inset
26024
26025
26026 \family sans
26027 \series bold
26028 \bar under
26029 Attention!
26030 \family default
26031 \series default
26032 \bar default
26033
26034 \begin_inset Quotes erd
26035 \end_inset
26036
26037 , add this to your document preamble:
26038 \end_layout
26039
26040 \begin_layout Standard
26041
26042 \series bold
26043
26044 \backslash
26045 let
26046 \backslash
26047 myMarginpar
26048 \backslash
26049 marginpar
26050 \begin_inset Newline newline
26051 \end_inset
26052
26053
26054 \backslash
26055 renewcommand{
26056 \backslash
26057 marginpar}[1]{
26058 \backslash
26059 myMarginpar{%
26060 \begin_inset Newline newline
26061 \end_inset
26062
26063
26064 \begin_inset ERT
26065 status collapsed
26066
26067 \begin_layout Plain Layout
26068
26069
26070 \backslash
26071 hphantom{ }
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \backslash
26078 hspace{0pt}
26079 \backslash
26080 textsf{
26081 \backslash
26082 textbf{
26083 \backslash
26084 underbar{Attention!}}}%
26085 \begin_inset Newline newline
26086 \end_inset
26087
26088
26089 \begin_inset ERT
26090 status collapsed
26091
26092 \begin_layout Plain Layout
26093
26094
26095 \backslash
26096 hphantom{ }
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \backslash
26103 vspace{1.5mm}
26104 \backslash
26105
26106 \backslash
26107 #1}}
26108 \end_layout
26109
26110 \begin_layout Standard
26111
26112 \family roman
26113 \series medium
26114 \begin_inset ERT
26115 status collapsed
26116
26117 \begin_layout Plain Layout
26118
26119
26120 \backslash
26121 let
26122 \backslash
26123 myMarginpar
26124 \backslash
26125 marginpar
26126 \end_layout
26127
26128 \begin_layout Plain Layout
26129
26130
26131 \backslash
26132 renewcommand{
26133 \backslash
26134 marginpar}[1]{
26135 \backslash
26136 myMarginpar{%
26137 \end_layout
26138
26139 \begin_layout Plain Layout
26140
26141    
26142 \backslash
26143 textsf{
26144 \backslash
26145 textbf{
26146 \backslash
26147 underbar{Attention!}}}%
26148 \end_layout
26149
26150 \begin_layout Plain Layout
26151
26152    
26153 \backslash
26154 vspace{1.5mm}
26155 \backslash
26156
26157 \backslash
26158 #1}}
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \begin_inset Marginal
26165 status open
26166
26167 \begin_layout Plain Layout
26168 This is a margin note with a defined heading.
26169 \end_layout
26170
26171 \end_inset
26172
26173
26174 \family default
26175 \series default
26176
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182 [-1.5cm]
26183 \end_layout
26184
26185 \end_inset
26186
26187
26188 \family roman
26189 \series medium
26190
26191 \begin_inset ERT
26192 status collapsed
26193
26194 \begin_layout Plain Layout
26195
26196
26197 \backslash
26198 renewcommand{
26199 \backslash
26200 marginpar}[1]{
26201 \backslash
26202 myMarginpar{#1}}
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \family default
26209 \series default
26210
26211 \begin_inset Note Note
26212 status collapsed
26213
26214 \begin_layout Plain Layout
26215 The margin note format is changed only for this example.
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \begin_layout Standard
26224 \begin_inset ERT
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228
26229
26230 \backslash
26231 else
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \begin_inset Note Note
26238 status open
26239
26240 \begin_layout Plain Layout
26241 The following will be displayed when the LaTeX-package 
26242 \series bold
26243 marginnote
26244 \series default
26245  is not installed:
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Standard
26254 You need to install the LaTeX-package 
26255 \series bold
26256 marginnote
26257 \series default
26258  to see the following part of this section in the output.
26259 \end_layout
26260
26261 \begin_layout Standard
26262 \begin_inset ERT
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266
26267
26268 \backslash
26269 fi
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Chapter
26278 Boxes
26279 \end_layout
26280
26281 \begin_layout Section
26282 Introduction
26283 \begin_inset Index
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287 Boxes ! Introduction
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \begin_layout Standard
26296 Boxes are used to format a block of text.
26297  Boxes can be used to write documents with multiple languages, see section
26298 \begin_inset Space ~
26299 \end_inset
26300
26301
26302 \begin_inset CommandInset ref
26303 LatexCommand ref
26304 reference "sec:Minipages"
26305
26306 \end_inset
26307
26308 , to frame texts, see section
26309 \begin_inset Space ~
26310 \end_inset
26311
26312
26313 \begin_inset CommandInset ref
26314 LatexCommand ref
26315 reference "sec:Framed-Boxes"
26316
26317 \end_inset
26318
26319 , to prevent words to be hyphenated, see section
26320 \begin_inset Space ~
26321 \end_inset
26322
26323
26324 \begin_inset CommandInset ref
26325 LatexCommand ref
26326 reference "sec:Prevent-Hyphenation"
26327
26328 \end_inset
26329
26330 , to align text, see section
26331 \begin_inset Space ~
26332 \end_inset
26333
26334
26335 \begin_inset CommandInset ref
26336 LatexCommand ref
26337 reference "sub:Vertical-Alignment"
26338
26339 \end_inset
26340
26341 , or to set the background color of texts, see section
26342 \begin_inset Space ~
26343 \end_inset
26344
26345
26346 \begin_inset CommandInset ref
26347 LatexCommand ref
26348 reference "sec:Colored-Boxes"
26349
26350 \end_inset
26351
26352 .
26353 \end_layout
26354
26355 \begin_layout Standard
26356 Boxes can be inserted with the menu 
26357 \family sans
26358 Insert\SpecialChar \menuseparator
26359 Box
26360 \family default
26361  or the toolbar button 
26362 \begin_inset Graphics
26363         filename ../images/box-insert.png
26364         scale 85
26365         scaleBeforeRotation
26366
26367 \end_inset
26368
26369 .
26370  A grey box with the label 
26371 \family sans
26372 Box (Minipage)
26373 \family default
26374
26375 \begin_inset Graphics
26376         filename clipart/BoxInsetDefaultQt4.png
26377         scale 85
26378         scaleBeforeRotation
26379
26380 \end_inset
26381
26382 , will be inserted.
26383  The box type can be specified by right-clicking on the box.
26384  The appearing box dialog offers the 
26385 \family sans
26386 Inner
26387 \begin_inset Space ~
26388 \end_inset
26389
26390 Box
26391 \family default
26392  types 
26393 \family sans
26394 Parbox
26395 \family default
26396  and 
26397 \family sans
26398 Minipage
26399 \family default
26400 .
26401  The type 
26402 \family sans
26403 Minipage
26404 \family default
26405  is the default for new boxes and is explained in section
26406 \begin_inset Space ~
26407 \end_inset
26408
26409
26410 \begin_inset CommandInset ref
26411 LatexCommand ref
26412 reference "sec:Minipages"
26413
26414 \end_inset
26415
26416 ; the type 
26417 \family sans
26418 Parbox
26419 \family default
26420  is described in section
26421 \begin_inset Space ~
26422 \end_inset
26423
26424
26425 \begin_inset CommandInset ref
26426 LatexCommand ref
26427 reference "sec:Parboxes"
26428
26429 \end_inset
26430
26431 .
26432 \end_layout
26433
26434 \begin_layout Standard
26435 Boxes aren't numbered and can therefore not be referenced like floats or
26436  footnotes.
26437 \end_layout
26438
26439 \begin_layout Standard
26440 \begin_inset Note Greyedout
26441 status open
26442
26443 \begin_layout Plain Layout
26444
26445 \series bold
26446 Note:
26447 \series default
26448  Boxes must not be the item in an 
26449 \family sans
26450 Itemize
26451 \family default
26452  or 
26453 \family sans
26454 Description
26455 \family default
26456  environment.
26457 \end_layout
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \begin_layout Standard
26465 \begin_inset Note Greyedout
26466 status open
26467
26468 \begin_layout Plain Layout
26469
26470 \series bold
26471 Note:
26472 \series default
26473  For an unknown reason you can only set the 
26474 \family sans
26475 Inner
26476 \begin_inset Space ~
26477 \end_inset
26478
26479 Box
26480 \family default
26481  type to 
26482 \family sans
26483 None
26484 \family default
26485  when you use a framed box.
26486  Boxes without an 
26487 \family sans
26488 Inner
26489 \begin_inset Space ~
26490 \end_inset
26491
26492 Box
26493 \family default
26494  type and without frames are explained in section
26495 \begin_inset Space ~
26496 \end_inset
26497
26498
26499 \begin_inset CommandInset ref
26500 LatexCommand ref
26501 reference "sec:Prevent-Hyphenation"
26502
26503 \end_inset
26504
26505 .
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Section
26514 Box Dialog
26515 \begin_inset CommandInset label
26516 LatexCommand label
26517 name "sec:Box-Dialog"
26518
26519 \end_inset
26520
26521
26522 \begin_inset Index
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526 Boxes ! Box Dialog
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \begin_inset Index
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536 Boxes ! Alignment
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \begin_layout Standard
26545 In the box dialog you can adjust the box geometry in the fields 
26546 \family sans
26547 Width
26548 \family default
26549  and 
26550 \family sans
26551 Height
26552 \family default
26553 .
26554  The available units for the geometry are explained in Table
26555 \begin_inset Space ~
26556 \end_inset
26557
26558
26559 \begin_inset CommandInset ref
26560 LatexCommand ref
26561 reference "tab:Units"
26562
26563 \end_inset
26564
26565 .
26566  The field 
26567 \family sans
26568 Heigth
26569 \family default
26570  offers the following additional sizes:
26571 \end_layout
26572
26573 \begin_layout Description
26574 Depth This is the plain text 
26575 \begin_inset Quotes eld
26576 \end_inset
26577
26578 height
26579 \begin_inset Quotes erd
26580 \end_inset
26581
26582 .
26583  It ignores the total depth when there are multiple text lines in the box:
26584 \begin_inset Newline newline
26585 \end_inset
26586
26587
26588 \begin_inset Newline newline
26589 \end_inset
26590
26591
26592 \begin_inset Newline newline
26593 \end_inset
26594
26595
26596 \begin_inset Box Boxed
26597 position "c"
26598 hor_pos "c"
26599 has_inner_box 1
26600 inner_pos "c"
26601 use_parbox 0
26602 width "12col%"
26603 special "none"
26604 height "1in"
26605 height_special "depth"
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609 \align center
26610 Box height set to 1
26611 \begin_inset Space \thinspace{}
26612 \end_inset
26613
26614 Depth
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \begin_inset Newline newline
26621 \end_inset
26622
26623
26624 \begin_inset Newline newline
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \begin_layout Description
26631 Height This is the heigth of the text that is inside the box.
26632  A value of e.
26633 \begin_inset Space \thinspace{}
26634 \end_inset
26635
26636 g.
26637 \begin_inset Space ~
26638 \end_inset
26639
26640 2 for this size will set the box heigth to 2 times the text height: 
26641 \begin_inset Box Boxed
26642 position "c"
26643 hor_pos "c"
26644 has_inner_box 1
26645 inner_pos "c"
26646 use_parbox 0
26647 width "20col%"
26648 special "none"
26649 height "2in"
26650 height_special "height"
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654 \align center
26655 Box height set to 2
26656 \begin_inset Space \thinspace{}
26657 \end_inset
26658
26659 Height
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \begin_layout Description
26668 Total
26669 \begin_inset Space ~
26670 \end_inset
26671
26672 Height This is the Height
26673 \begin_inset Space \thinspace{}
26674 \end_inset
26675
26676 +
26677 \begin_inset Space \thinspace{}
26678 \end_inset
26679
26680 Depth: 
26681 \begin_inset Box Boxed
26682 position "c"
26683 hor_pos "c"
26684 has_inner_box 1
26685 inner_pos "c"
26686 use_parbox 0
26687 width "20col%"
26688 special "none"
26689 height "1in"
26690 height_special "totalheight"
26691 status collapsed
26692
26693 \begin_layout Plain Layout
26694 \align center
26695 Box height set to 1
26696 \begin_inset Space \thinspace{}
26697 \end_inset
26698
26699 Total
26700 \begin_inset Space ~
26701 \end_inset
26702
26703 Height
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \begin_layout Description
26712 Width This sets the width of the box as heigth: 
26713 \begin_inset Box Boxed
26714 position "c"
26715 hor_pos "c"
26716 has_inner_box 1
26717 inner_pos "c"
26718 use_parbox 0
26719 width "12col%"
26720 special "none"
26721 height "1in"
26722 height_special "width"
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726 \align center
26727 Box height set to 1
26728 \begin_inset Space \thinspace{}
26729 \end_inset
26730
26731 Width
26732 \end_layout
26733
26734 \end_inset
26735
26736
26737 \end_layout
26738
26739 \begin_layout Standard
26740 \begin_inset VSpace bigskip
26741 \end_inset
26742
26743 When you have chosen an 
26744 \family sans
26745 Inner
26746 \begin_inset Space ~
26747 \end_inset
26748
26749 Box
26750 \family default
26751 , the vertical box alignment can be:
26752 \end_layout
26753
26754 \begin_layout Description
26755 Top This is an example text line.
26756  
26757 \begin_inset Box Boxed
26758 position "t"
26759 hor_pos "c"
26760 has_inner_box 1
26761 inner_pos "c"
26762 use_parbox 0
26763 width "12col%"
26764 special "none"
26765 height "1in"
26766 height_special "totalheight"
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770 \align center
26771 This box is top-aligned.
26772 \end_layout
26773
26774 \end_inset
26775
26776  This is an example text line.
26777 \end_layout
26778
26779 \begin_layout Description
26780 Middle This is an example text line.
26781  
26782 \begin_inset Box Boxed
26783 position "c"
26784 hor_pos "c"
26785 has_inner_box 1
26786 inner_pos "c"
26787 use_parbox 0
26788 width "12col%"
26789 special "none"
26790 height "1in"
26791 height_special "totalheight"
26792 status collapsed
26793
26794 \begin_layout Plain Layout
26795 \align center
26796 This box is middle-aligned.
26797 \end_layout
26798
26799 \end_inset
26800
26801  This is an example text line.
26802 \end_layout
26803
26804 \begin_layout Description
26805 Bottom This is an example text line.
26806  
26807 \begin_inset Box Boxed
26808 position "b"
26809 hor_pos "c"
26810 has_inner_box 1
26811 inner_pos "c"
26812 use_parbox 0
26813 width "12col%"
26814 special "none"
26815 height "1in"
26816 height_special "totalheight"
26817 status collapsed
26818
26819 \begin_layout Plain Layout
26820 \align center
26821 This box is bottom-aligned.
26822 \end_layout
26823
26824 \end_inset
26825
26826  This is an example text line.
26827 \end_layout
26828
26829 \begin_layout Standard
26830 The horizontal box alignment can be set via LyX's paragraph dialog when
26831  you set the box into its own paragraph.
26832 \end_layout
26833
26834 \begin_layout Standard
26835 \begin_inset VSpace bigskip
26836 \end_inset
26837
26838 When you have chosen an 
26839 \family sans
26840 Inner
26841 \begin_inset Space ~
26842 \end_inset
26843
26844 Box
26845 \family default
26846 , the box content can be vertical aligned to:
26847 \end_layout
26848
26849 \begin_layout Description
26850 top This is an example text line.
26851  
26852 \begin_inset Box Boxed
26853 position "c"
26854 hor_pos "c"
26855 has_inner_box 1
26856 inner_pos "t"
26857 use_parbox 0
26858 width "12col%"
26859 special "none"
26860 height "1.5in"
26861 height_special "totalheight"
26862 status collapsed
26863
26864 \begin_layout Plain Layout
26865 \align center
26866 This box text is top-aligned.
26867 \end_layout
26868
26869 \end_inset
26870
26871  This is an example text line.
26872 \end_layout
26873
26874 \begin_layout Description
26875 middle This is an example text line.
26876  
26877 \begin_inset Box Boxed
26878 position "c"
26879 hor_pos "c"
26880 has_inner_box 1
26881 inner_pos "c"
26882 use_parbox 0
26883 width "12col%"
26884 special "none"
26885 height "1.5in"
26886 height_special "totalheight"
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890 \align center
26891 This box text is middle-aligned.
26892 \end_layout
26893
26894 \end_inset
26895
26896  This is an example text line.
26897 \end_layout
26898
26899 \begin_layout Description
26900 bottom This is an example text line.
26901  
26902 \begin_inset Box Boxed
26903 position "c"
26904 hor_pos "c"
26905 has_inner_box 1
26906 inner_pos "b"
26907 use_parbox 0
26908 width "12col%"
26909 special "none"
26910 height "1.5in"
26911 height_special "totalheight"
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915 \align center
26916 This box text is bottom-aligned.
26917 \end_layout
26918
26919 \end_inset
26920
26921  This is an example text line.
26922 \end_layout
26923
26924 \begin_layout Description
26925 stretch This is an example text line.
26926  
26927 \begin_inset Box Boxed
26928 position "c"
26929 hor_pos "c"
26930 has_inner_box 1
26931 inner_pos "s"
26932 use_parbox 0
26933 width "12col%"
26934 special "none"
26935 height "1.5in"
26936 height_special "totalheight"
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 \align center
26941 This box
26942 \end_layout
26943
26944 \begin_layout Plain Layout
26945 \align center
26946 text is
26947 \end_layout
26948
26949 \begin_layout Plain Layout
26950 \align center
26951 stretched.
26952 \end_layout
26953
26954 \end_inset
26955
26956  This is an example text line.
26957 \end_layout
26958
26959 \begin_layout Standard
26960 To stretch the box content, it must consist of more than one paragraph.
26961  In the example above every text line is in an own paragraph.
26962 \end_layout
26963
26964 \begin_layout Standard
26965 \begin_inset VSpace bigskip
26966 \end_inset
26967
26968 To align the box content horizontally you can use LyX's paragraph dialog
26969  when you have chosen an 
26970 \family sans
26971 Inner
26972 \begin_inset Space ~
26973 \end_inset
26974
26975 Box
26976 \family default
26977 .
26978 \end_layout
26979
26980 \begin_layout Standard
26981 \align center
26982 \begin_inset Box Boxed
26983 position "c"
26984 hor_pos "c"
26985 has_inner_box 1
26986 inner_pos "s"
26987 use_parbox 0
26988 width "15col%"
26989 special "none"
26990 height "1.25in"
26991 height_special "totalheight"
26992 status collapsed
26993
26994 \begin_layout Plain Layout
26995 \align left
26996 This box
26997 \end_layout
26998
26999 \begin_layout Plain Layout
27000 \align center
27001 text is
27002 \end_layout
27003
27004 \begin_layout Plain Layout
27005 \align right
27006 stretched.
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Standard
27015 If you haven't set an 
27016 \family sans
27017 Inner
27018 \begin_inset Space ~
27019 \end_inset
27020
27021 Box
27022 \family default
27023 , you can align the box content horizontally in the box dialog.
27024 \end_layout
27025
27026 \begin_layout Standard
27027 \align center
27028 \begin_inset Box Boxed
27029 position "c"
27030 hor_pos "s"
27031 has_inner_box 0
27032 inner_pos "s"
27033 use_parbox 0
27034 width "90col%"
27035 special "none"
27036 height "1.25in"
27037 height_special "totalheight"
27038 status collapsed
27039
27040 \begin_layout Plain Layout
27041 \align left
27042 This box text is horizontally stretched.
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \begin_layout Section
27051 Framed Boxes
27052 \begin_inset CommandInset label
27053 LatexCommand label
27054 name "sec:Framed-Boxes"
27055
27056 \end_inset
27057
27058
27059 \begin_inset Index
27060 status collapsed
27061
27062 \begin_layout Plain Layout
27063 Boxes ! Frames
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \begin_layout Standard
27072 The frame style of the box can be specified in the box-dialog in the drop-down
27073  list 
27074 \family sans
27075 Type
27076 \family default
27077 .
27078  The following frame types are possible:
27079 \end_layout
27080
27081 \begin_layout Description
27082 Rectangular
27083 \begin_inset Space ~
27084 \end_inset
27085
27086 box This draws a rectangle frame around the box.
27087  The frame line thickness has the size of 
27088 \series bold
27089
27090 \backslash
27091 fboxrule
27092 \series default
27093 .
27094  
27095 \begin_inset Box Boxed
27096 position "c"
27097 hor_pos "c"
27098 has_inner_box 1
27099 inner_pos "c"
27100 use_parbox 0
27101 width "20col%"
27102 special "none"
27103 height "1in"
27104 height_special "totalheight"
27105 status collapsed
27106
27107 \begin_layout Plain Layout
27108 \align center
27109 Rectangular box
27110 \end_layout
27111
27112 \end_inset
27113
27114
27115 \end_layout
27116
27117 \begin_layout Description
27118 Oval
27119 \begin_inset Space ~
27120 \end_inset
27121
27122 box,
27123 \begin_inset Space ~
27124 \end_inset
27125
27126 thin This draws an oval frame around the box.
27127  The frame line thickness has the size 0.4
27128 \begin_inset Space \thinspace{}
27129 \end_inset
27130
27131 pt.
27132  
27133 \begin_inset Box ovalbox
27134 position "c"
27135 hor_pos "c"
27136 has_inner_box 1
27137 inner_pos "c"
27138 use_parbox 0
27139 width "20col%"
27140 special "none"
27141 height "1in"
27142 height_special "totalheight"
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146 \align center
27147 Oval box, thin
27148 \end_layout
27149
27150 \end_inset
27151
27152
27153 \end_layout
27154
27155 \begin_layout Description
27156 Oval
27157 \begin_inset Space ~
27158 \end_inset
27159
27160 box,
27161 \begin_inset Space ~
27162 \end_inset
27163
27164 thick This draws an oval frame around the box.
27165  The frame line thickness has the size 0.8
27166 \begin_inset Space \thinspace{}
27167 \end_inset
27168
27169 pt.
27170  
27171 \begin_inset Box Ovalbox
27172 position "c"
27173 hor_pos "c"
27174 has_inner_box 1
27175 inner_pos "c"
27176 use_parbox 0
27177 width "20col%"
27178 special "none"
27179 height "1in"
27180 height_special "totalheight"
27181 status collapsed
27182
27183 \begin_layout Plain Layout
27184 \align center
27185 Oval box, thick
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \begin_layout Description
27194 Shadow
27195 \begin_inset Space ~
27196 \end_inset
27197
27198 box This draws a rectangle frame with a shadow around the box.
27199  The frame line thickness has the size of 
27200 \series bold
27201
27202 \backslash
27203 fboxrule
27204 \series default
27205 , the shadow has a width of 4
27206 \begin_inset Space \thinspace{}
27207 \end_inset
27208
27209 pt.
27210  
27211 \begin_inset Box Shadowbox
27212 position "c"
27213 hor_pos "c"
27214 has_inner_box 1
27215 inner_pos "c"
27216 use_parbox 0
27217 width "20col%"
27218 special "none"
27219 height "1in"
27220 height_special "totalheight"
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224 \align center
27225 Shadow box
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Description
27234 Double
27235 \begin_inset Space ~
27236 \end_inset
27237
27238 box This draws a double-line rectangle frame around the box.
27239  The line thickness of the inner frame is 0.75
27240 \begin_inset Space \thinspace{}
27241 \end_inset
27242
27243
27244 \series bold
27245
27246 \backslash
27247 fboxrule
27248 \series default
27249 , the thickness of the outer frame is 1.5
27250 \begin_inset Space \thinspace{}
27251 \end_inset
27252
27253
27254 \series bold
27255
27256 \backslash
27257 fboxrule
27258 \series default
27259 .
27260  The distance between the lines is 1.5
27261 \begin_inset Space \thinspace{}
27262 \end_inset
27263
27264
27265 \series bold
27266
27267 \backslash
27268 fboxrule
27269 \series default
27270
27271 \begin_inset Space \thinspace{}
27272 \end_inset
27273
27274 +
27275 \begin_inset Space \thinspace{}
27276 \end_inset
27277
27278 0.5
27279 \begin_inset Space \thinspace{}
27280 \end_inset
27281
27282 pt.
27283  
27284 \begin_inset Box Doublebox
27285 position "c"
27286 hor_pos "c"
27287 has_inner_box 1
27288 inner_pos "c"
27289 use_parbox 0
27290 width "20col%"
27291 special "none"
27292 height "1in"
27293 height_special "totalheight"
27294 status collapsed
27295
27296 \begin_layout Plain Layout
27297 \align center
27298 Double box
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \end_layout
27305
27306 \begin_layout Standard
27307 \begin_inset VSpace bigskip
27308 \end_inset
27309
27310 LyX's box label will change to the used frame style when you set a frame.
27311  To be able to use the different frame styles, the LaTeX-package 
27312 \series bold
27313 fancybox
27314 \series default
27315
27316 \begin_inset Index
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320 LaTeX-packages ! fancybox
27321 \end_layout
27322
27323 \end_inset
27324
27325  must be installed.
27326 \end_layout
27327
27328 \begin_layout Standard
27329 \begin_inset VSpace bigskip
27330 \end_inset
27331
27332 The default value for the size 
27333 \series bold
27334
27335 \backslash
27336 fboxrule
27337 \series default
27338  is 0.4
27339 \begin_inset Space \thinspace{}
27340 \end_inset
27341
27342 pt.
27343  It can be changed with the following command in TeX-Code to e.
27344 \begin_inset Space \thinspace{}
27345 \end_inset
27346
27347 g.
27348 \begin_inset Space ~
27349 \end_inset
27350
27351 2
27352 \begin_inset Space \thinspace{}
27353 \end_inset
27354
27355 pt:
27356 \end_layout
27357
27358 \begin_layout Standard
27359
27360 \series bold
27361
27362 \backslash
27363 setlength{
27364 \backslash
27365 fboxrule}{2pt}
27366 \end_layout
27367
27368 \begin_layout Standard
27369 \begin_inset ERT
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373
27374
27375 \backslash
27376 setlength{
27377 \backslash
27378 fboxrule}{2pt}
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \begin_inset Box Boxed
27385 position "c"
27386 hor_pos "c"
27387 has_inner_box 1
27388 inner_pos "c"
27389 use_parbox 0
27390 width "25col%"
27391 special "none"
27392 height "1in"
27393 height_special "totalheight"
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397 \align center
27398 Rectangular box with 
27399 \series bold
27400
27401 \backslash
27402 fboxrule
27403 \series default
27404
27405 \begin_inset Space \thinspace{}
27406 \end_inset
27407
27408 =
27409 \begin_inset Space \thinspace{}
27410 \end_inset
27411
27412 2
27413 \begin_inset Space \thinspace{}
27414 \end_inset
27415
27416 pt
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \begin_inset ERT
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426
27427
27428 \backslash
27429 setlength{
27430 \backslash
27431 fboxrule}{0.4pt}
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Standard
27440 \begin_inset VSpace bigskip
27441 \end_inset
27442
27443 The space between the frame and the box content is for all frame styles
27444  by default 3
27445 \begin_inset Space \thinspace{}
27446 \end_inset
27447
27448 pt.
27449  You can change it by setting the length 
27450 \series bold
27451
27452 \backslash
27453 fboxsep
27454 \series default
27455  to another value.
27456  For example the command
27457 \end_layout
27458
27459 \begin_layout Standard
27460
27461 \series bold
27462
27463 \backslash
27464 setlength{
27465 \backslash
27466 fboxsep}{10pt}
27467 \end_layout
27468
27469 \begin_layout Standard
27470 sets the value to 10
27471 \begin_inset Space \thinspace{}
27472 \end_inset
27473
27474 pt, like for the following box:
27475 \end_layout
27476
27477 \begin_layout Standard
27478 \begin_inset ERT
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482
27483
27484 \backslash
27485 setlength{
27486 \backslash
27487 fboxsep}{10pt}
27488 \end_layout
27489
27490 \end_inset
27491
27492
27493 \begin_inset Box Boxed
27494 position "c"
27495 hor_pos "c"
27496 has_inner_box 1
27497 inner_pos "c"
27498 use_parbox 0
27499 width "25col%"
27500 special "none"
27501 height "1in"
27502 height_special "totalheight"
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506 \align center
27507 Rectangular box with 
27508 \series bold
27509
27510 \backslash
27511 fboxsep
27512 \series default
27513
27514 \begin_inset Space \thinspace{}
27515 \end_inset
27516
27517 =
27518 \begin_inset Space \thinspace{}
27519 \end_inset
27520
27521 10
27522 \begin_inset Space \thinspace{}
27523 \end_inset
27524
27525 pt
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \begin_inset ERT
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535
27536
27537 \backslash
27538 setlength{
27539 \backslash
27540 fboxsep}{3pt}
27541 \end_layout
27542
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \begin_layout Standard
27549 \begin_inset VSpace bigskip
27550 \end_inset
27551
27552 The diameter of the round corners of the oval boxes can be set with the
27553  command 
27554 \series bold
27555
27556 \backslash
27557 cornersize
27558 \series default
27559 .
27560  The command
27561 \end_layout
27562
27563 \begin_layout Standard
27564
27565 \series bold
27566
27567 \backslash
27568 cornersize*{1cm}
27569 \end_layout
27570
27571 \begin_layout Standard
27572 sets the diameter to 1
27573 \begin_inset Space \thinspace{}
27574 \end_inset
27575
27576 cm.
27577  The command
27578 \end_layout
27579
27580 \begin_layout Standard
27581
27582 \series bold
27583
27584 \backslash
27585 cornersize{num}
27586 \end_layout
27587
27588 \begin_layout Standard
27589 sets the diameter to 
27590 \family sans
27591 num
27592 \begin_inset Space \thinspace{}
27593 \end_inset
27594
27595 ×
27596 \begin_inset Space \thinspace{}
27597 \end_inset
27598
27599 minimum(width and heigth of box)
27600 \family default
27601 .
27602  The default is 
27603 \series bold
27604
27605 \backslash
27606 cornersize{0.5}
27607 \series default
27608 .
27609 \end_layout
27610
27611 \begin_layout Standard
27612 \begin_inset ERT
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616
27617
27618 \backslash
27619 cornersize*{1.5cm}
27620 \end_layout
27621
27622 \end_inset
27623
27624
27625 \begin_inset Box Ovalbox
27626 position "c"
27627 hor_pos "c"
27628 has_inner_box 1
27629 inner_pos "c"
27630 use_parbox 0
27631 width "25col%"
27632 special "none"
27633 height "1in"
27634 height_special "totalheight"
27635 status collapsed
27636
27637 \begin_layout Plain Layout
27638 \align center
27639 Oval box with 
27640 \series bold
27641
27642 \backslash
27643 cornersize
27644 \series default
27645
27646 \begin_inset Space \thinspace{}
27647 \end_inset
27648
27649 =
27650 \begin_inset Space \thinspace{}
27651 \end_inset
27652
27653 1.5
27654 \begin_inset Space \thinspace{}
27655 \end_inset
27656
27657 cm
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \begin_inset ERT
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667
27668
27669 \backslash
27670 cornersize{0.5}
27671 \end_layout
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \begin_layout Standard
27679 \begin_inset VSpace bigskip
27680 \end_inset
27681
27682 The size of the shadow can be adjusted by changing the length 
27683 \series bold
27684
27685 \backslash
27686 shadowsize
27687 \series default
27688 .
27689  It it set to 2
27690 \begin_inset Space \thinspace{}
27691 \end_inset
27692
27693 pt for the following box by this command:
27694 \end_layout
27695
27696 \begin_layout Standard
27697
27698 \series bold
27699
27700 \backslash
27701 setlength{
27702 \backslash
27703 shadowsize}{2pt}
27704 \end_layout
27705
27706 \begin_layout Standard
27707 \begin_inset ERT
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711
27712
27713 \backslash
27714 setlength{
27715 \backslash
27716 shadowsize}{2pt}
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \begin_inset Box Shadowbox
27723 position "c"
27724 hor_pos "c"
27725 has_inner_box 1
27726 inner_pos "c"
27727 use_parbox 0
27728 width "25col%"
27729 special "none"
27730 height "1in"
27731 height_special "totalheight"
27732 status collapsed
27733
27734 \begin_layout Plain Layout
27735 \align center
27736 Shadow box with 
27737 \series bold
27738
27739 \backslash
27740 shadowsize
27741 \series default
27742
27743 \begin_inset Space \thinspace{}
27744 \end_inset
27745
27746 =
27747 \begin_inset Space \thinspace{}
27748 \end_inset
27749
27750 2
27751 \begin_inset Space \thinspace{}
27752 \end_inset
27753
27754 pt
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \begin_inset ERT
27761 status collapsed
27762
27763 \begin_layout Plain Layout
27764
27765
27766 \backslash
27767 setlength{
27768 \backslash
27769 shadowsize}{4pt}
27770 \end_layout
27771
27772 \end_inset
27773
27774
27775 \end_layout
27776
27777 \begin_layout Standard
27778 \begin_inset VSpace bigskip
27779 \end_inset
27780
27781 Changed lengths and widths are valid for all boxes following the commands
27782  that change them.
27783 \end_layout
27784
27785 \begin_layout Section
27786 Minipages
27787 \begin_inset CommandInset label
27788 LatexCommand label
27789 name "sec:Minipages"
27790
27791 \end_inset
27792
27793
27794 \begin_inset Index
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798 Boxes ! Minipages
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 Minipages are treated by LaTeX as pages within pages and can therefore for
27808  example have their own footnotes.
27809 \end_layout
27810
27811 \begin_layout Standard
27812 Minipages are useful when you write documents with different languages.
27813 \end_layout
27814
27815 \begin_layout Standard
27816 Below are two example minipages side by side.
27817  Their width is set to 45
27818 \begin_inset Space \thinspace{}
27819 \end_inset
27820
27821 col% and they are separated by a horizontal fill, that was inserted via
27822  the menu 
27823 \family sans
27824 Insert\SpecialChar \menuseparator
27825 Special
27826 \begin_inset Space ~
27827 \end_inset
27828
27829 Formatting\SpecialChar \menuseparator
27830 Horizontal
27831 \begin_inset Space ~
27832 \end_inset
27833
27834 Fill
27835 \family default
27836 .
27837 \end_layout
27838
27839 \begin_layout Standard
27840 \begin_inset Box Frameless
27841 position "t"
27842 hor_pos "c"
27843 has_inner_box 1
27844 inner_pos "c"
27845 use_parbox 0
27846 width "45col%"
27847 special "none"
27848 height "1in"
27849 height_special "totalheight"
27850 status open
27851
27852 \begin_layout Plain Layout
27853
27854 \lang german
27855 Dies ist ein deutscher Text.
27856  Dies ist ein deutscher Text.
27857  Dies ist ein deutscher Text.
27858  Dies ist ein deutscher Text.
27859  Dies ist ein deutscher Text.
27860  Dies ist ein deutscher Text.
27861  Dies ist ein deutscher Text.
27862  Dies ist ein deutscher Text.
27863  Dies ist ein deutscher Text.
27864  Dies ist ein deutscher Text.
27865  Dies ist ein deutscher Text.
27866  Dies ist ein deutscher Text.
27867  Dies ist ein deutscher Text
27868 \begin_inset Foot
27869 status collapsed
27870
27871 \begin_layout Plain Layout
27872
27873 \lang german
27874 Dies ist eine deutsche Fußnote.
27875 \end_layout
27876
27877 \end_inset
27878
27879 .
27880  Dies ist ein deutscher Text.
27881  Dies ist ein deutscher Text.
27882 \end_layout
27883
27884 \end_inset
27885
27886
27887 \begin_inset Space \hfill{}
27888 \end_inset
27889
27890
27891 \begin_inset Box Frameless
27892 position "t"
27893 hor_pos "c"
27894 has_inner_box 1
27895 inner_pos "c"
27896 use_parbox 0
27897 width "45col%"
27898 special "none"
27899 height "1in"
27900 height_special "totalheight"
27901 status open
27902
27903 \begin_layout Plain Layout
27904 This is an English Text.
27905  This is an English Text.
27906  This is an English Text.
27907  This is an English Text.
27908  This is an English Text.
27909  This is an English Text.
27910  This is an English Text.
27911  This is an English Text.
27912  This is an English Text.
27913  This is an English Text.
27914  This is an English Text.
27915  This is an English Text.
27916  This is an English Text.
27917  This is an English Text.
27918  This is an English Text.
27919  This is an English Text.
27920 \begin_inset Foot
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924 This is an English footnote.
27925 \end_layout
27926
27927 \end_inset
27928
27929  This is an English Text.
27930  
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \begin_layout Standard
27939 \begin_inset VSpace bigskip
27940 \end_inset
27941
27942 Another application for minipages are footnotes within tables.
27943  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27944  bottom of the current page.
27945  But when you put the table with the footnote to a minipage, the footnote
27946  will appear at its bottom, numbered with Latin letters.
27947  The footnote number is reset to 1 in every minipage but not outside the
27948  minipages.
27949 \end_layout
27950
27951 \begin_layout Standard
27952 The footnote of this table doesn't appear: 
27953 \begin_inset Tabular
27954 <lyxtabular version="3" rows="3" columns="4">
27955 <features>
27956 <column alignment="center" valignment="top" width="0pt">
27957 <column alignment="center" valignment="top" width="0pt">
27958 <column alignment="center" valignment="top" width="0pt">
27959 <column alignment="center" valignment="top" width="0pt">
27960 <row>
27961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 1
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 2
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983 3
27984 \begin_inset Foot
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 This is a footnote within a table.
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27999 \begin_inset Text
28000
28001 \begin_layout Plain Layout
28002 4
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 </row>
28008 <row>
28009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28010 \begin_inset Text
28011
28012 \begin_layout Plain Layout
28013 a
28014 \end_layout
28015
28016 \end_inset
28017 </cell>
28018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28019 \begin_inset Text
28020
28021 \begin_layout Plain Layout
28022 b
28023 \end_layout
28024
28025 \end_inset
28026 </cell>
28027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28028 \begin_inset Text
28029
28030 \begin_layout Plain Layout
28031 c
28032 \end_layout
28033
28034 \end_inset
28035 </cell>
28036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28037 \begin_inset Text
28038
28039 \begin_layout Plain Layout
28040 d
28041 \end_layout
28042
28043 \end_inset
28044 </cell>
28045 </row>
28046 <row>
28047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28048 \begin_inset Text
28049
28050 \begin_layout Plain Layout
28051 e
28052 \end_layout
28053
28054 \end_inset
28055 </cell>
28056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28057 \begin_inset Text
28058
28059 \begin_layout Plain Layout
28060 f
28061 \end_layout
28062
28063 \end_inset
28064 </cell>
28065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28066 \begin_inset Text
28067
28068 \begin_layout Plain Layout
28069 g
28070 \end_layout
28071
28072 \end_inset
28073 </cell>
28074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28075 \begin_inset Text
28076
28077 \begin_layout Plain Layout
28078 h
28079 \end_layout
28080
28081 \end_inset
28082 </cell>
28083 </row>
28084 </lyxtabular>
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \begin_layout Standard
28092 \align center
28093 \begin_inset Box Frameless
28094 position "t"
28095 hor_pos "c"
28096 has_inner_box 1
28097 inner_pos "c"
28098 use_parbox 0
28099 width "30col%"
28100 special "none"
28101 height "1in"
28102 height_special "totalheight"
28103 status open
28104
28105 \begin_layout Plain Layout
28106 \align center
28107 \begin_inset Tabular
28108 <lyxtabular version="3" rows="3" columns="4">
28109 <features>
28110 <column alignment="center" valignment="top" width="0pt">
28111 <column alignment="center" valignment="top" width="0pt">
28112 <column alignment="center" valignment="top" width="0pt">
28113 <column alignment="center" valignment="top" width="0pt">
28114 <row>
28115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 1
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 2
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28134 \begin_inset Text
28135
28136 \begin_layout Plain Layout
28137 3
28138 \begin_inset Foot
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142 This is a footnote within a table.
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \end_inset
28151 </cell>
28152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28153 \begin_inset Text
28154
28155 \begin_layout Plain Layout
28156 4
28157 \end_layout
28158
28159 \end_inset
28160 </cell>
28161 </row>
28162 <row>
28163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28164 \begin_inset Text
28165
28166 \begin_layout Plain Layout
28167 a
28168 \end_layout
28169
28170 \end_inset
28171 </cell>
28172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28173 \begin_inset Text
28174
28175 \begin_layout Plain Layout
28176 b
28177 \end_layout
28178
28179 \end_inset
28180 </cell>
28181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28182 \begin_inset Text
28183
28184 \begin_layout Plain Layout
28185 c
28186 \end_layout
28187
28188 \end_inset
28189 </cell>
28190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28191 \begin_inset Text
28192
28193 \begin_layout Plain Layout
28194 d
28195 \end_layout
28196
28197 \end_inset
28198 </cell>
28199 </row>
28200 <row>
28201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28202 \begin_inset Text
28203
28204 \begin_layout Plain Layout
28205 e
28206 \end_layout
28207
28208 \end_inset
28209 </cell>
28210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28211 \begin_inset Text
28212
28213 \begin_layout Plain Layout
28214 f
28215 \end_layout
28216
28217 \end_inset
28218 </cell>
28219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28220 \begin_inset Text
28221
28222 \begin_layout Plain Layout
28223 g
28224 \end_layout
28225
28226 \end_inset
28227 </cell>
28228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28229 \begin_inset Text
28230
28231 \begin_layout Plain Layout
28232 h
28233 \end_layout
28234
28235 \end_inset
28236 </cell>
28237 </row>
28238 </lyxtabular>
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \end_layout
28249
28250 \begin_layout Standard
28251 \begin_inset VSpace bigskip
28252 \end_inset
28253
28254 The document-wide paragraph settings are ignored within minipages.
28255  That means that there will be no space between paragraphs in minipages
28256  although you set it to e.
28257 \begin_inset Space \thinspace{}
28258 \end_inset
28259
28260 g.
28261 \begin_inset Space ~
28262 \end_inset
28263
28264
28265 \family sans
28266 MedSkip
28267 \family default
28268  in the document settings.
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Minipages can also be used to set a background color for text parts, see
28273  section
28274 \begin_inset Space ~
28275 \end_inset
28276
28277
28278 \begin_inset CommandInset ref
28279 LatexCommand ref
28280 reference "sub:Color-for-Paragraphs"
28281
28282 \end_inset
28283
28284 .
28285 \end_layout
28286
28287 \begin_layout Standard
28288 \begin_inset Note Greyedout
28289 status open
28290
28291 \begin_layout Plain Layout
28292
28293 \series bold
28294 Note:
28295 \series default
28296  You cannot have floats or margin notes inside minipages but minipages can
28297  be used inside tables, floats, and other boxes.
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \begin_layout Section
28306 Parboxes
28307 \begin_inset CommandInset label
28308 LatexCommand label
28309 name "sec:Parboxes"
28310
28311 \end_inset
28312
28313
28314 \begin_inset Index
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 Boxes ! Parboxes
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Standard
28327 Parboxes are very similar to minipages with the difference that they cannot
28328  have footnotes.
28329  The main difference to minipages is that minipages are in contrary to parboxes
28330  no real boxes but LaTeX-environments.
28331 \end_layout
28332
28333 \begin_layout Standard
28334 \align center
28335 \begin_inset Box Frameless
28336 position "t"
28337 hor_pos "c"
28338 has_inner_box 1
28339 inner_pos "t"
28340 use_parbox 1
28341 width "33col%"
28342 special "none"
28343 height "1in"
28344 height_special "totalheight"
28345 status collapsed
28346
28347 \begin_layout Plain Layout
28348 This a text within a parbox.
28349  This a text within a parbox.
28350 \end_layout
28351
28352 \begin_layout Plain Layout
28353 This footnote won't appear:
28354 \begin_inset Foot
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358 This footnote is inside a parbox and will therefore not appear.
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \end_layout
28370
28371 \begin_layout Section
28372 Boxes for Words and Characters
28373 \begin_inset Index
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377 Boxes ! for Characters
28378 \end_layout
28379
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \begin_layout Subsection
28386 Prevent Hyphenation
28387 \begin_inset CommandInset label
28388 LatexCommand label
28389 name "sec:Prevent-Hyphenation"
28390
28391 \end_inset
28392
28393
28394 \begin_inset Index
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398 Boxes ! to Prevent Hyphenation
28399 \end_layout
28400
28401 \end_inset
28402
28403
28404 \end_layout
28405
28406 \begin_layout Standard
28407 You can use a special kind of boxes to prevent words or text to be hyphenated.
28408 \begin_inset Newline newline
28409 \end_inset
28410
28411 Here is an example text:
28412 \end_layout
28413
28414 \begin_layout Standard
28415 This line is an example to show how you can prevent the hyphenation of 
28416 \begin_inset Quotes eld
28417 \end_inset
28418
28419 veryverylongword
28420 \begin_inset Quotes erd
28421 \end_inset
28422
28423 .
28424 \end_layout
28425
28426 \begin_layout Standard
28427 To prevent the hyphenation of the word 
28428 \begin_inset Quotes eld
28429 \end_inset
28430
28431 veryverylongword
28432 \begin_inset Quotes erd
28433 \end_inset
28434
28435 , add the command
28436 \end_layout
28437
28438 \begin_layout Standard
28439
28440 \series bold
28441
28442 \backslash
28443 mbox{
28444 \end_layout
28445
28446 \begin_layout Standard
28447 in TeX-Code before the word.
28448  Behind the word insert a closing brace 
28449 \begin_inset Quotes eld
28450 \end_inset
28451
28452
28453 \series bold
28454 }
28455 \series default
28456
28457 \begin_inset Quotes erd
28458 \end_inset
28459
28460  in TeX-Code.
28461 \begin_inset ERT
28462 status collapsed
28463
28464 \begin_layout Plain Layout
28465
28466
28467 \backslash
28468 pagebreak 
28469 \end_layout
28470
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \begin_layout Standard
28477 This is the result:
28478 \end_layout
28479
28480 \begin_layout Standard
28481 This line is an example to show how you can prevent the hyphenation of 
28482 \begin_inset ERT
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486
28487
28488 \backslash
28489 mbox{
28490 \end_layout
28491
28492 \end_inset
28493
28494
28495 \begin_inset Quotes eld
28496 \end_inset
28497
28498 veryverylongword
28499 \begin_inset Quotes erd
28500 \end_inset
28501
28502 .
28503 \begin_inset ERT
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507
28508 }
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Standard
28517 You can alternatively set the command 
28518 \begin_inset Quotes eld
28519 \end_inset
28520
28521
28522 \series bold
28523
28524 \backslash
28525 -
28526 \series default
28527
28528 \begin_inset Quotes grd
28529 \end_inset
28530
28531  as TeX-Code directly before the word:
28532 \end_layout
28533
28534 \begin_layout Standard
28535 This line is an example to show how you can prevent the hyphenation of 
28536 \begin_inset Quotes eld
28537 \end_inset
28538
28539
28540 \begin_inset ERT
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544
28545
28546 \backslash
28547 -
28548 \end_layout
28549
28550 \end_inset
28551
28552 veryverylongword
28553 \begin_inset Quotes erd
28554 \end_inset
28555
28556 .
28557 \end_layout
28558
28559 \begin_layout Standard
28560 Of course the word now protrudes over the side margin.
28561  To avoid this, add via the menu 
28562 \family sans
28563 Insert\SpecialChar \menuseparator
28564 Special
28565 \begin_inset Space ~
28566 \end_inset
28567
28568 Formatting\SpecialChar \menuseparator
28569 Line
28570 \begin_inset Space ~
28571 \end_inset
28572
28573 Break
28574 \family default
28575  (shortcut 
28576 \series bold
28577 Ctrl-Return
28578 \series default
28579 ) a line break before the word:
28580 \end_layout
28581
28582 \begin_layout Standard
28583 This line is an example to show how you can prevent the hyphenation of 
28584 \begin_inset Newline newline
28585 \end_inset
28586
28587
28588 \begin_inset ERT
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592
28593
28594 \backslash
28595 mbox{
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \begin_inset Quotes eld
28602 \end_inset
28603
28604 veryverylongword
28605 \begin_inset Quotes erd
28606 \end_inset
28607
28608 .
28609 \begin_inset ERT
28610 status collapsed
28611
28612 \begin_layout Plain Layout
28613
28614 }
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Subsection
28623 Vertical Alignment
28624 \begin_inset CommandInset label
28625 LatexCommand label
28626 name "sub:Vertical-Alignment"
28627
28628 \end_inset
28629
28630
28631 \begin_inset Index
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 Boxes ! for Vertical Alignment
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \begin_inset Index
28642 status collapsed
28643
28644 \begin_layout Plain Layout
28645 Boxes ! Raiseboxes
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \end_layout
28652
28653 \begin_layout Standard
28654 With the help of the command 
28655 \series bold
28656
28657 \backslash
28658 raisebox
28659 \series default
28660  you can align words, characters or other boxes vertically to the surrounding
28661  text.
28662  
28663 \series bold
28664
28665 \backslash
28666 raisebox
28667 \series default
28668  is used with the following scheme:
28669 \end_layout
28670
28671 \begin_layout Standard
28672
28673 \series bold
28674
28675 \backslash
28676 raisebox{lift}[height][depth]{box content}
28677 \end_layout
28678
28679 \begin_layout Standard
28680 The lift can be a positive value to raise the box or a negative value to
28681  lower the box.
28682 \end_layout
28683
28684 \begin_layout Standard
28685 To align for example the word 
28686 \begin_inset Quotes eld
28687 \end_inset
28688
28689 preventing
28690 \begin_inset Quotes erd
28691 \end_inset
28692
28693  so that the bottom of the 
28694 \begin_inset Quotes eld
28695 \end_inset
28696
28697 deepest
28698 \begin_inset Quotes erd
28699 \end_inset
28700
28701  character 
28702 \begin_inset Quotes eld
28703 \end_inset
28704
28705 p
28706 \begin_inset Quotes erd
28707 \end_inset
28708
28709  is at the baseline, insert the command
28710 \end_layout
28711
28712 \begin_layout Standard
28713
28714 \series bold
28715
28716 \backslash
28717 raisebox{
28718 \backslash
28719 depth}{
28720 \end_layout
28721
28722 \begin_layout Standard
28723 in TeX-Code before the word.
28724  Behind the word insert a closing brace 
28725 \begin_inset Quotes eld
28726 \end_inset
28727
28728
28729 \series bold
28730 }
28731 \series default
28732
28733 \begin_inset Quotes erd
28734 \end_inset
28735
28736  in TeX-Code.
28737 \begin_inset Newline newline
28738 \end_inset
28739
28740 This is the result:
28741 \end_layout
28742
28743 \begin_layout Standard
28744 This is a text line with the word 
28745 \begin_inset ERT
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749
28750
28751 \backslash
28752 raisebox{
28753 \backslash
28754 depth}{
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \begin_inset Quotes eld
28761 \end_inset
28762
28763 preventing
28764 \begin_inset Quotes erd
28765 \end_inset
28766
28767
28768 \begin_inset ERT
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772
28773 }
28774 \end_layout
28775
28776 \end_inset
28777
28778  as raised word.
28779 \end_layout
28780
28781 \begin_layout Standard
28782 \begin_inset VSpace bigskip
28783 \end_inset
28784
28785 When you raise or lower characters in a line, the line distance will be
28786  spread:
28787 \end_layout
28788
28789 \begin_layout Standard
28790 This is a text line with the word 
28791 \begin_inset ERT
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795
28796
28797 \backslash
28798 raisebox{-
28799 \backslash
28800 depth}{
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \begin_inset Quotes eld
28807 \end_inset
28808
28809 preventing
28810 \begin_inset Quotes erd
28811 \end_inset
28812
28813
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819 }
28820 \end_layout
28821
28822 \end_inset
28823
28824  as lowered word.
28825 \begin_inset Newline newline
28826 \end_inset
28827
28828 This is a text line with the word 
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 raisebox{0.5cm}{
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \begin_inset Quotes eld
28843 \end_inset
28844
28845 testing
28846 \begin_inset Quotes erd
28847 \end_inset
28848
28849
28850 \begin_inset ERT
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854
28855 }
28856 \end_layout
28857
28858 \end_inset
28859
28860  as raised word.
28861 \end_layout
28862
28863 \begin_layout Standard
28864 If you want to prevent this for a certain reason, set the box height to
28865  a zero value.
28866  For example use
28867 \end_layout
28868
28869 \begin_layout Standard
28870
28871 \series bold
28872
28873 \backslash
28874 raisebox{-
28875 \backslash
28876 depth}[0pt]{
28877 \end_layout
28878
28879 \begin_layout Standard
28880 This is a text line with the word 
28881 \begin_inset ERT
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885
28886
28887 \backslash
28888 raisebox{-
28889 \backslash
28890 depth}[0pt]{
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \begin_inset Quotes eld
28897 \end_inset
28898
28899 preventing
28900 \begin_inset Quotes erd
28901 \end_inset
28902
28903
28904 \begin_inset ERT
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908
28909 }
28910 \end_layout
28911
28912 \end_inset
28913
28914  as lowered word.
28915 \begin_inset Newline newline
28916 \end_inset
28917
28918 This is a text line with the word 
28919 \begin_inset ERT
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923
28924
28925 \backslash
28926 raisebox{0.5cm}[0pt]{
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \begin_inset Quotes eld
28933 \end_inset
28934
28935 testing
28936 \begin_inset Quotes erd
28937 \end_inset
28938
28939
28940 \begin_inset ERT
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944
28945 }
28946 \end_layout
28947
28948 \end_inset
28949
28950  as raised word.
28951 \end_layout
28952
28953 \begin_layout Section
28954 Colored Boxes
28955 \begin_inset CommandInset label
28956 LatexCommand label
28957 name "sec:Colored-Boxes"
28958
28959 \end_inset
28960
28961
28962 \begin_inset Index
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 Boxes ! Color
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Subsection
28975 Color for Text
28976 \begin_inset Index
28977 status collapsed
28978
28979 \begin_layout Plain Layout
28980 Color ! for Text
28981 \end_layout
28982
28983 \end_inset
28984
28985
28986 \end_layout
28987
28988 \begin_layout Standard
28989 To color the background of text the text must be put into a so called 
28990 \begin_inset Quotes eld
28991 \end_inset
28992
28993 colorbox
28994 \begin_inset Quotes erd
28995 \end_inset
28996
28997 .
28998  This requires that the LaTeX-package 
28999 \series bold
29000 color
29001 \series default
29002
29003 \begin_inset Index
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007 LaTeX-packages ! color
29008 \end_layout
29009
29010 \end_inset
29011
29012  is loaded in the document preamble with the command
29013 \end_layout
29014
29015 \begin_layout Standard
29016
29017 \series bold
29018
29019 \backslash
29020 @ifundefined{textcolor}
29021 \begin_inset Newline newline
29022 \end_inset
29023
29024
29025 \begin_inset ERT
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029
29030
29031 \backslash
29032 hphantom{ }
29033 \end_layout
29034
29035 \end_inset
29036
29037 {
29038 \backslash
29039 usepackage{color}}{}
29040 \end_layout
29041
29042 \begin_layout Standard
29043 The package 
29044 \series bold
29045 color
29046 \series default
29047  will be loaded automatically by LyX when you color text
29048 \begin_inset Foot
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 To avoid that it is loaded twice the command 
29053 \series bold
29054
29055 \backslash
29056 @ifundef\SpecialChar \textcompwordmark{}
29057 ined
29058 \series default
29059  is used.
29060 \end_layout
29061
29062 \end_inset
29063
29064 .
29065 \end_layout
29066
29067 \begin_layout Standard
29068 \begin_inset VSpace medskip
29069 \end_inset
29070
29071 Colorboxes are created with the command 
29072 \series bold
29073
29074 \backslash
29075 colorbox
29076 \series default
29077 .
29078  This will be used with the following scheme:
29079 \end_layout
29080
29081 \begin_layout Standard
29082
29083 \series bold
29084
29085 \backslash
29086 colorbox{color}{box content}
29087 \end_layout
29088
29089 \begin_layout Standard
29090 The box content can also be a box and colorboxes can also be within other
29091  boxes.
29092 \end_layout
29093
29094 \begin_layout Standard
29095 The following colors are predefined:
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099
29100 \family sans
29101 black
29102 \family default
29103
29104 \family sans
29105 blue
29106 \family default
29107
29108 \family sans
29109 cyan
29110 \family default
29111 \series bold
29112 ,
29113 \series default
29114  
29115 \family sans
29116 green
29117 \family default
29118
29119 \family sans
29120 magenta
29121 \family default
29122
29123 \family sans
29124 red
29125 \family default
29126
29127 \family sans
29128 white
29129 \family default
29130 , and 
29131 \family sans
29132 yellow
29133 \family default
29134 .
29135 \begin_inset Newline newline
29136 \end_inset
29137
29138 You can also define your own color as described in section
29139 \begin_inset Space ~
29140 \end_inset
29141
29142
29143 \begin_inset CommandInset ref
29144 LatexCommand ref
29145 reference "sec:Colored-Tables"
29146
29147 \end_inset
29148
29149 .
29150 \end_layout
29151
29152 \begin_layout Standard
29153 To have e.
29154 \begin_inset Space \thinspace{}
29155 \end_inset
29156
29157 g.
29158 \begin_inset Space ~
29159 \end_inset
29160
29161 a red background for a word, insert the command
29162 \end_layout
29163
29164 \begin_layout Standard
29165
29166 \series bold
29167
29168 \backslash
29169 colorbox{red}{
29170 \end_layout
29171
29172 \begin_layout Standard
29173 before the word in TeX-Code.
29174  Behind the word insert a closing brace 
29175 \begin_inset Quotes eld
29176 \end_inset
29177
29178
29179 \series bold
29180 }
29181 \series default
29182
29183 \begin_inset Quotes erd
29184 \end_inset
29185
29186  in TeX-Code.
29187 \begin_inset Newline newline
29188 \end_inset
29189
29190 This is the result:
29191 \end_layout
29192
29193 \begin_layout Standard
29194 This is a line where the word 
29195 \begin_inset ERT
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199
29200
29201 \backslash
29202 colorbox{red}{
29203 \end_layout
29204
29205 \end_inset
29206
29207
29208 \begin_inset Quotes eld
29209 \end_inset
29210
29211 Attention!
29212 \begin_inset Quotes erd
29213 \end_inset
29214
29215
29216 \begin_inset ERT
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220
29221 }
29222 \end_layout
29223
29224 \end_inset
29225
29226  has a red background.
29227 \end_layout
29228
29229 \begin_layout Standard
29230 \begin_inset VSpace bigskip
29231 \end_inset
29232
29233 If you would have the box frame in a different color, you can use the command
29234  
29235 \series bold
29236
29237 \backslash
29238 fcolorbox
29239 \series default
29240  with the following scheme:
29241 \end_layout
29242
29243 \begin_layout Standard
29244
29245 \series bold
29246
29247 \backslash
29248 fcolorbox{frame color}{box color}{box content}
29249 \end_layout
29250
29251 \begin_layout Standard
29252
29253 \series bold
29254
29255 \backslash
29256 fcolorbox
29257 \series default
29258  is an extension to 
29259 \series bold
29260
29261 \backslash
29262 colorbox
29263 \series default
29264 .
29265  The frame thickness and the space between the frame and the box content
29266  can be adjusted with the lengths 
29267 \series bold
29268
29269 \backslash
29270 fboxrule
29271 \series default
29272  and 
29273 \series bold
29274
29275 \backslash
29276 fboxsep
29277 \series default
29278 , respectively, as described in section
29279 \begin_inset Space ~
29280 \end_inset
29281
29282
29283 \begin_inset CommandInset ref
29284 LatexCommand ref
29285 reference "sec:Framed-Boxes"
29286
29287 \end_inset
29288
29289 .
29290 \end_layout
29291
29292 \begin_layout Standard
29293 For the following example the command
29294 \end_layout
29295
29296 \begin_layout Standard
29297
29298 \series bold
29299
29300 \backslash
29301 fcolorbox{cyan}{magenta}{
29302 \end_layout
29303
29304 \begin_layout Standard
29305 was used.
29306 \end_layout
29307
29308 \begin_layout Standard
29309 Here is an example where the frame line thickness was set to 1
29310 \begin_inset Space \thinspace{}
29311 \end_inset
29312
29313 mm:
29314 \begin_inset Newline newline
29315 \end_inset
29316
29317
29318 \begin_inset ERT
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322
29323
29324 \backslash
29325 fboxrule 1mm 
29326 \backslash
29327 fboxsep 1mm
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \begin_inset ERT
29334 status collapsed
29335
29336 \begin_layout Plain Layout
29337
29338
29339 \backslash
29340 fcolorbox{cyan}{magenta}{
29341 \end_layout
29342
29343 \end_inset
29344
29345 This is text within a colored, framed box.
29346 \begin_inset ERT
29347 status collapsed
29348
29349 \begin_layout Plain Layout
29350
29351 }
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \end_layout
29358
29359 \begin_layout Standard
29360 \begin_inset VSpace bigskip
29361 \end_inset
29362
29363 Of course you can also have colored text inside a colorbox:
29364 \begin_inset Newline newline
29365 \end_inset
29366
29367
29368 \begin_inset ERT
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372
29373
29374 \backslash
29375 fcolorbox{cyan}{magenta}{
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \color yellow
29382 This is colored text within a colored, framed box.
29383 \color none
29384
29385 \begin_inset ERT
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390 }
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \begin_inset ERT
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401
29402 \backslash
29403 fboxrule 0.4pt 
29404 \backslash
29405 fboxsep 3pt
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \end_layout
29412
29413 \begin_layout Standard
29414
29415 \series bold
29416 \begin_inset VSpace medskip
29417 \end_inset
29418
29419
29420 \end_layout
29421
29422 \begin_layout Standard
29423 \begin_inset Note Greyedout
29424 status open
29425
29426 \begin_layout Plain Layout
29427
29428 \series bold
29429 Note:
29430 \series default
29431  Text in colorboxes cannot have line breaks.
29432  To color multiple text lines or paragraphs, use a box inside a colorbox
29433  as described in the following.
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Subsection
29442 Color for Paragraphs
29443 \begin_inset CommandInset label
29444 LatexCommand label
29445 name "sub:Color-for-Paragraphs"
29446
29447 \end_inset
29448
29449
29450 \begin_inset Index
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454 Color ! for Paragraphs
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \end_layout
29461
29462 \begin_layout Standard
29463 To set the background color for more than one text line, put the text into
29464  a minipage.
29465  Before the minipage insert the 
29466 \series bold
29467
29468 \backslash
29469 colorbox
29470 \series default
29471  command
29472 \end_layout
29473
29474 \begin_layout Standard
29475
29476 \series bold
29477
29478 \backslash
29479 colorbox{color}{
29480 \end_layout
29481
29482 \begin_layout Standard
29483 in TeX-Code.
29484  Behind the minipage insert a closing brace 
29485 \begin_inset Quotes eld
29486 \end_inset
29487
29488
29489 \series bold
29490 }
29491 \series default
29492
29493 \begin_inset Quotes erd
29494 \end_inset
29495
29496  in TeX-Code.
29497 \end_layout
29498
29499 \begin_layout Standard
29500 \begin_inset ERT
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504
29505
29506 \backslash
29507 colorbox{lightgrey}{
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \begin_inset Box Frameless
29514 position "t"
29515 hor_pos "c"
29516 has_inner_box 1
29517 inner_pos "t"
29518 use_parbox 0
29519 width "100col%"
29520 special "none"
29521 height "1in"
29522 height_special "totalheight"
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526 This is text with background color.
29527  This is text with background color.
29528 \end_layout
29529
29530 \begin_layout Plain Layout
29531 \begin_inset VSpace defskip
29532 \end_inset
29533
29534 The text can have footnotes
29535 \begin_inset Foot
29536 status collapsed
29537
29538 \begin_layout Plain Layout
29539 Another example footnote
29540 \end_layout
29541
29542 \end_inset
29543
29544  and can include tables and figures.
29545 \end_layout
29546
29547 \begin_layout Plain Layout
29548 \align center
29549 \begin_inset Tabular
29550 <lyxtabular version="3" rows="3" columns="3">
29551 <features>
29552 <column alignment="center" valignment="top" width="0">
29553 <column alignment="center" valignment="top" width="0">
29554 <column alignment="center" valignment="top" width="0">
29555 <row>
29556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29557 \begin_inset Text
29558
29559 \begin_layout Plain Layout
29560 a
29561 \end_layout
29562
29563 \end_inset
29564 </cell>
29565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29566 \begin_inset Text
29567
29568 \begin_layout Plain Layout
29569 !
29570 \end_layout
29571
29572 \end_inset
29573 </cell>
29574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29575 \begin_inset Text
29576
29577 \begin_layout Plain Layout
29578 3
29579 \end_layout
29580
29581 \end_inset
29582 </cell>
29583 </row>
29584 <row>
29585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29586 \begin_inset Text
29587
29588 \begin_layout Plain Layout
29589 <
29590 \end_layout
29591
29592 \end_inset
29593 </cell>
29594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29595 \begin_inset Text
29596
29597 \begin_layout Plain Layout
29598 b2
29599 \begin_inset Quotes erd
29600 \end_inset
29601
29602 |
29603 \end_layout
29604
29605 \end_inset
29606 </cell>
29607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29608 \begin_inset Text
29609
29610 \begin_layout Plain Layout
29611 >
29612 \end_layout
29613
29614 \end_inset
29615 </cell>
29616 </row>
29617 <row>
29618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29619 \begin_inset Text
29620
29621 \begin_layout Plain Layout
29622 1
29623 \end_layout
29624
29625 \end_inset
29626 </cell>
29627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29628 \begin_inset Text
29629
29630 \begin_layout Plain Layout
29631 §
29632 \end_layout
29633
29634 \end_inset
29635 </cell>
29636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29637 \begin_inset Text
29638
29639 \begin_layout Plain Layout
29640 c
29641 \end_layout
29642
29643 \end_inset
29644 </cell>
29645 </row>
29646 </lyxtabular>
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset ERT
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660
29661 }
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Section
29670 Rotated and Scaled Boxes
29671 \end_layout
29672
29673 \begin_layout Standard
29674 To use the the commands described in this section, the LaTeX-package 
29675 \series bold
29676 graphicx
29677 \series default
29678
29679 \begin_inset Index
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 LaTeX-packages ! graphicx
29684 \end_layout
29685
29686 \end_inset
29687
29688  needs to be loaded in the document preamble with the command
29689 \end_layout
29690
29691 \begin_layout Standard
29692
29693 \series bold
29694
29695 \backslash
29696 @ifundefined{rotatebox}
29697 \begin_inset Newline newline
29698 \end_inset
29699
29700
29701 \begin_inset ERT
29702 status collapsed
29703
29704 \begin_layout Plain Layout
29705
29706
29707 \backslash
29708 hphantom{ }
29709 \end_layout
29710
29711 \end_inset
29712
29713 {
29714 \backslash
29715 usepackage{graphicx}}{}
29716 \end_layout
29717
29718 \begin_layout Standard
29719 \begin_inset Note Greyedout
29720 status open
29721
29722 \begin_layout Plain Layout
29723
29724 \series bold
29725 Note:
29726 \series default
29727  Some DVI-viewers can't display rotated or scaled material.
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Standard
29736 \begin_inset Note Greyedout
29737 status open
29738
29739 \begin_layout Plain Layout
29740
29741 \series bold
29742 Note:
29743 \series default
29744  Floats mustn't be inside a rotated or scaled box.
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \end_layout
29751
29752 \begin_layout Subsection
29753 Rotated Boxes
29754 \begin_inset Index
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758 Boxes ! rotated
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \begin_inset Index
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768 Rotated material
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \begin_inset Index
29775 status collapsed
29776
29777 \begin_layout Plain Layout
29778 Figures ! rotated
29779 \end_layout
29780
29781 \end_inset
29782
29783
29784 \begin_inset Index
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Table Customization ! Rotating
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \end_layout
29795
29796 \begin_layout Standard
29797 To rotate material, you can put it into a rotated box.
29798  Such a box is created using the command 
29799 \series bold
29800
29801 \backslash
29802 rotatebox
29803 \series default
29804  in TeX-Code with the following scheme:
29805 \end_layout
29806
29807 \begin_layout Standard
29808
29809 \series bold
29810
29811 \backslash
29812 rotatebox[rotation origin]{rotation angle}{box content}
29813 \end_layout
29814
29815 \begin_layout Standard
29816 The rotation origin is specified in the form 
29817 \series bold
29818 origin=position
29819 \series default
29820 .
29821  The following positions are possible: 
29822 \emph on
29823 c
29824 \emph default
29825  (center), 
29826 \emph on
29827 l
29828 \emph default
29829  (left), 
29830 \emph on
29831 r
29832 \emph default
29833  (right), 
29834 \emph on
29835 b
29836 \emph default
29837  (bottom), 
29838 \emph on
29839 t
29840 \emph default
29841  (top), and also expedient combinations of the four base positions.
29842  For example 
29843 \emph on
29844 lt
29845 \emph default
29846  means, that the rotation origin is at the top left corner of the box.
29847  When no rotation origin is specified, the position 
29848 \emph on
29849 l
29850 \emph default
29851  will be used.
29852  The rotation angle is a number that can be negative that specifies the
29853  angle in degrees.
29854  The rotation direction is counterclockwise.
29855 \end_layout
29856
29857 \begin_layout Standard
29858 In the following example the command 
29859 \series bold
29860
29861 \backslash
29862 rotatebox[origin=c]{60}{
29863 \series default
29864  was inserted as TeX-Code before the text 
29865 \begin_inset Quotes eld
29866 \end_inset
29867
29868 with rotated
29869 \begin_inset Quotes erd
29870 \end_inset
29871
29872 ; after the text the box was closed by a closing brace 
29873 \series bold
29874 }
29875 \series default
29876  in TeX-Code.
29877 \end_layout
29878
29879 \begin_layout Standard
29880 This is a line 
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886
29887 \backslash
29888 rotatebox[origin=c]{60}{
29889 \end_layout
29890
29891 \end_inset
29892
29893 with rotated
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899 }
29900 \end_layout
29901
29902 \end_inset
29903
29904  text.
29905 \end_layout
29906
29907 \begin_layout Standard
29908 The box content can also be another box or an inline formula:
29909 \end_layout
29910
29911 \begin_layout Standard
29912 This is a line
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918
29919 \backslash
29920 rotatebox[origin=r]{-60}{
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \begin_inset Box Doublebox
29927 position "c"
29928 hor_pos "c"
29929 has_inner_box 0
29930 inner_pos "c"
29931 use_parbox 0
29932 width "1in"
29933 special "width"
29934 height "1in"
29935 height_special "totalheight"
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939 with rotated
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \begin_inset ERT
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949
29950 }
29951 \end_layout
29952
29953 \end_inset
29954
29955  framed text 
29956 \begin_inset ERT
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960
29961
29962 \backslash
29963 rotatebox[origin=lb]{60}{
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29970 \end_inset
29971
29972
29973 \begin_inset ERT
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978 }
29979 \end_layout
29980
29981 \end_inset
29982
29983  and a formula.
29984 \end_layout
29985
29986 \begin_layout Standard
29987 or an image or table:
29988 \end_layout
29989
29990 \begin_layout Standard
29991 This is a line
29992 \begin_inset ERT
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996
29997
29998 \backslash
29999 rotatebox[origin=lb]{90}{
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \begin_inset Graphics
30006         filename clipart/platypus.eps
30007         lyxscale 50
30008         width 25col%
30009
30010 \end_inset
30011
30012
30013 \begin_inset ERT
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017
30018 }
30019 \end_layout
30020
30021 \end_inset
30022
30023  with a rotated image 
30024 \begin_inset ERT
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028
30029
30030 \backslash
30031 rotatebox[origin=l]{-90}{
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \begin_inset Tabular
30038 <lyxtabular version="3" rows="2" columns="2">
30039 <features>
30040 <column alignment="center" valignment="top" width="0">
30041 <column alignment="center" valignment="top" width="0">
30042 <row>
30043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30044 \begin_inset Text
30045
30046 \begin_layout Plain Layout
30047 q
30048 \end_layout
30049
30050 \end_inset
30051 </cell>
30052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30053 \begin_inset Text
30054
30055 \begin_layout Plain Layout
30056 w
30057 \end_layout
30058
30059 \end_inset
30060 </cell>
30061 </row>
30062 <row>
30063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30064 \begin_inset Text
30065
30066 \begin_layout Plain Layout
30067 e
30068 \end_layout
30069
30070 \end_inset
30071 </cell>
30072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30073 \begin_inset Text
30074
30075 \begin_layout Plain Layout
30076 r
30077 \end_layout
30078
30079 \end_inset
30080 </cell>
30081 </row>
30082 </lyxtabular>
30083
30084 \end_inset
30085
30086
30087 \begin_inset ERT
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091
30092 }
30093 \end_layout
30094
30095 \end_inset
30096
30097  and table.
30098 \end_layout
30099
30100 \begin_layout Subsection
30101 Scaled Boxes
30102 \begin_inset Index
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106 Boxes ! scaled
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \begin_inset Index
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116 Scaled material
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \begin_inset Index
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126 Figures ! scaled
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \begin_inset Index
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136 Table Customization ! Scaling
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \end_layout
30143
30144 \begin_layout Standard
30145 To scale material the commands 
30146 \series bold
30147
30148 \backslash
30149 scalebox
30150 \series default
30151  and 
30152 \series bold
30153
30154 \backslash
30155 resizebox
30156 \series default
30157  can be used as TeX-Code.
30158 \end_layout
30159
30160 \begin_layout Standard
30161
30162 \series bold
30163
30164 \backslash
30165 scalebox
30166 \series default
30167  is used with the following scheme:
30168 \end_layout
30169
30170 \begin_layout Standard
30171
30172 \series bold
30173
30174 \backslash
30175 scalebox{horizontal}[vertical]{box content}
30176 \end_layout
30177
30178 \begin_layout Standard
30179 Horizontal and vertical are the corresponding scaling factors.
30180  If no vertical scaling factor is given, the horizontal factor will also
30181  be used as vertical one.
30182 \end_layout
30183
30184 \begin_layout Standard
30185 The command 
30186 \series bold
30187
30188 \backslash
30189 scalebox{2}{Hello}
30190 \series default
30191  creates for example a double size 
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 scalebox{2}{
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 , compared to the document text size.
30216 \end_layout
30217
30218 \begin_layout Standard
30219
30220 \series bold
30221
30222 \backslash
30223 scalebox{2}[1]{Hello}
30224 \series default
30225  in contrary distorts the 
30226 \begin_inset ERT
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230
30231
30232 \backslash
30233 scalebox{2}[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 .
30250 \end_layout
30251
30252 \begin_layout Standard
30253 If a the scaling factor is negative, the box content will be mirrored.
30254  Therefore the command 
30255 \series bold
30256
30257 \backslash
30258 scalebox{-1}[1]{Hello}
30259 \series default
30260  can be used to create mirror writing: 
30261 \begin_inset ERT
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265
30266
30267 \backslash
30268 scalebox{-1}[1]{
30269 \end_layout
30270
30271 \end_inset
30272
30273 Hello
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278
30279 }
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \end_layout
30286
30287 \begin_layout Standard
30288
30289 \series bold
30290
30291 \backslash
30292 scalebox{1}[-1]{Hello}
30293 \series default
30294  reflects the 
30295 \begin_inset ERT
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299
30300
30301 \backslash
30302 scalebox{1}[-1]{
30303 \end_layout
30304
30305 \end_inset
30306
30307 Hello
30308 \begin_inset ERT
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312
30313 }
30314 \end_layout
30315
30316 \end_inset
30317
30318  at the base line.
30319 \end_layout
30320
30321 \begin_layout Standard
30322 Equivalent to 
30323 \series bold
30324
30325 \backslash
30326 scalebox{-1}[1]{box content}
30327 \series default
30328  there exists the command
30329 \begin_inset Newline newline
30330 \end_inset
30331
30332
30333 \series bold
30334
30335 \backslash
30336 reflectbox{box content}
30337 \series default
30338 .
30339 \end_layout
30340
30341 \begin_layout Standard
30342 \begin_inset VSpace bigskip
30343 \end_inset
30344
30345 The command 
30346 \series bold
30347
30348 \backslash
30349 resizebox
30350 \series default
30351  is used to scale the box to a defined width and height.
30352  The command scheme is:
30353 \end_layout
30354
30355 \begin_layout Standard
30356
30357 \series bold
30358
30359 \backslash
30360 resizebox{width}{height}{box content}
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Is one of the two command arguments given as exclamation mark 
30365 \series bold
30366 !
30367 \series default
30368 , the size is set so that the aspect ratio of the box content is kept.
30369 \end_layout
30370
30371 \begin_layout Standard
30372 The command 
30373 \series bold
30374
30375 \backslash
30376 resizebox{2cm}{1cm}{Hello}
30377 \series default
30378  produces: 
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384
30385 \backslash
30386 resizebox{2cm}{1cm}{
30387 \end_layout
30388
30389 \end_inset
30390
30391 Hello
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397 }
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \begin_inset Newline newline
30404 \end_inset
30405
30406 The command 
30407 \series bold
30408
30409 \backslash
30410 resizebox{2cm}{!}{Hello}
30411 \series default
30412  produces: 
30413 \begin_inset ERT
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417
30418
30419 \backslash
30420 resizebox{2cm}{!}{
30421 \end_layout
30422
30423 \end_inset
30424
30425 Hello
30426 \begin_inset ERT
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430
30431 }
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \end_layout
30438
30439 \begin_layout Standard
30440 \begin_inset VSpace bigskip
30441 \end_inset
30442
30443
30444 \begin_inset Note Greyedout
30445 status open
30446
30447 \begin_layout Plain Layout
30448
30449 \series bold
30450 Note:
30451 \series default
30452  When arguments of 
30453 \series bold
30454
30455 \backslash
30456 scalebox
30457 \series default
30458  or 
30459 \series bold
30460
30461 \backslash
30462 resizebox
30463 \series default
30464  are set to zero, no LaTeX-errors occur when exporting the document but
30465  the exported files can not or only partly be displayed.
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \end_layout
30472
30473 \begin_layout Standard
30474 \begin_inset VSpace bigskip
30475 \end_inset
30476
30477
30478 \end_layout
30479
30480 \begin_layout Standard
30481 The boxes can be combined in any order.
30482  E.
30483 \begin_inset Space \thinspace{}
30484 \end_inset
30485
30486 g.
30487 \begin_inset Space ~
30488 \end_inset
30489
30490 the command
30491 \begin_inset Newline newline
30492 \end_inset
30493
30494
30495 \series bold
30496
30497 \backslash
30498 rotatebox[origin=c]{-45}{
30499 \backslash
30500 resizebox{2cm}{!}{
30501 \backslash
30502 reflectbox{Hello}}}
30503 \begin_inset Newline newline
30504 \end_inset
30505
30506
30507 \series default
30508 produces:
30509 \end_layout
30510
30511 \begin_layout Standard
30512 \align center
30513 \begin_inset ERT
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517
30518
30519 \backslash
30520 rotatebox[origin=c]{-45}{
30521 \backslash
30522 resizebox{2cm}{!}{
30523 \backslash
30524 reflectbox{
30525 \end_layout
30526
30527 \end_inset
30528
30529 Hello
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535 }}}
30536 \end_layout
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Standard
30544 \noindent
30545 Images, tables, and inline formulas are allowed as box content:
30546 \end_layout
30547
30548 \begin_layout Standard
30549 \align center
30550 \begin_inset ERT
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554
30555
30556 \backslash
30557 rotatebox[origin=c]{-30}{
30558 \backslash
30559 resizebox{2cm}{!}{
30560 \backslash
30561 reflectbox{
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \begin_inset Graphics
30568         filename clipart/platypus.eps
30569         lyxscale 50
30570         width 25col%
30571
30572 \end_inset
30573
30574
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580 }}}
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \begin_inset ERT
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590
30591
30592 \backslash
30593 rotatebox[origin=c]{-45}{
30594 \backslash
30595 resizebox{2cm}{!}{
30596 \backslash
30597 reflectbox{
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \begin_inset Tabular
30604 <lyxtabular version="3" rows="2" columns="2">
30605 <features>
30606 <column alignment="center" valignment="top" width="0">
30607 <column alignment="center" valignment="top" width="0">
30608 <row>
30609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30610 \begin_inset Text
30611
30612 \begin_layout Plain Layout
30613 q
30614 \end_layout
30615
30616 \end_inset
30617 </cell>
30618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30619 \begin_inset Text
30620
30621 \begin_layout Plain Layout
30622 w
30623 \end_layout
30624
30625 \end_inset
30626 </cell>
30627 </row>
30628 <row>
30629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30630 \begin_inset Text
30631
30632 \begin_layout Plain Layout
30633 e
30634 \end_layout
30635
30636 \end_inset
30637 </cell>
30638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30639 \begin_inset Text
30640
30641 \begin_layout Plain Layout
30642 r
30643 \end_layout
30644
30645 \end_inset
30646 </cell>
30647 </row>
30648 </lyxtabular>
30649
30650 \end_inset
30651
30652
30653 \begin_inset ERT
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657
30658 }}}
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \begin_inset ERT
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668
30669
30670 \backslash
30671 rotatebox[origin=c]{-45}{
30672 \backslash
30673 resizebox{2cm}{!}{
30674 \backslash
30675 reflectbox{
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30682 \end_inset
30683
30684
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690 }}}
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \begin_layout Standard
30699 When the global formula style 
30700 \series bold
30701 fleqn
30702 \series default
30703  is used in the document
30704 \begin_inset Foot
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708 When 
30709 \begin_inset Quotes eld
30710 \end_inset
30711
30712 fleqn
30713 \begin_inset Quotes erd
30714 \end_inset
30715
30716  is added to the document class options.
30717 \end_layout
30718
30719 \end_inset
30720
30721 , also display formulas can be scaled.
30722 \end_layout
30723
30724 \begin_layout Chapter
30725 External Stuff
30726 \begin_inset Index
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730 External Stuff
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \end_layout
30737
30738 \begin_layout Standard
30739 With the menu 
30740 \family sans
30741 Insert\SpecialChar \menuseparator
30742 File
30743 \family default
30744  you can insert external material to your document.
30745  This can be:
30746 \end_layout
30747
30748 \begin_layout Description
30749 LyX
30750 \begin_inset Space ~
30751 \end_inset
30752
30753 Document Another LyX document; its content is directly inserted to your
30754  document.
30755 \end_layout
30756
30757 \begin_layout Description
30758 Plain
30759 \begin_inset Space ~
30760 \end_inset
30761
30762 Text A text document; every of its text lines is inserted to your document
30763  as own paragraph.
30764 \end_layout
30765
30766 \begin_layout Description
30767 Plain
30768 \begin_inset Space ~
30769 \end_inset
30770
30771 Text,
30772 \begin_inset Space ~
30773 \end_inset
30774
30775 Join
30776 \begin_inset Space ~
30777 \end_inset
30778
30779 Lines A text document; its text lines are inserted as they are.
30780  Empty text lines creates a new paragraph in your document.
30781 \end_layout
30782
30783 \begin_layout Description
30784 External
30785 \begin_inset Space ~
30786 \end_inset
30787
30788 Material Files in various formats.
30789 \end_layout
30790
30791 \begin_layout Description
30792 Child
30793 \begin_inset Space ~
30794 \end_inset
30795
30796 Document LyX or LaTeX-documents.
30797 \end_layout
30798
30799 \begin_layout Section
30800 External Material
30801 \begin_inset Index
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805 External Stuff ! External Material
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \end_layout
30812
30813 \begin_layout Standard
30814 The external material feature allows you to insert files to your document
30815  without converting them previously to a format that can be read by the
30816  document output format because LyX takes care of needed conversions.
30817  This is similar to images that can be inserted in various image formats
30818  to LyX documents.
30819 \end_layout
30820
30821 \begin_layout Standard
30822 External material can be inserted via the 
30823 \family sans
30824 External Material
30825 \family default
30826  dialog that is accessible with the menu 
30827 \family sans
30828 Insert\SpecialChar \menuseparator
30829 File\SpecialChar \menuseparator
30830 External
30831 \begin_inset Space ~
30832 \end_inset
30833
30834 Material
30835 \family default
30836 .
30837  Currently the following file types (
30838 \family sans
30839 Templates
30840 \family default
30841 ) are allowed:
30842 \end_layout
30843
30844 \begin_layout Description
30845 ChessDiagram This template supports chess position diagrams made with the
30846  program 
30847 \begin_inset ERT
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851
30852
30853 \backslash
30854 href{http://en.wikipedia.org/wiki/XBoard}{
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \series bold
30861 XBoard
30862 \series default
30863
30864 \begin_inset ERT
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868
30869 }
30870 \end_layout
30871
30872 \end_inset
30873
30874 .
30875 \end_layout
30876
30877 \begin_layout Description
30878 Date This inserts the date in the form 
30879 \emph on
30880 Day-Month-Year
30881 \emph default
30882 .
30883  This is a date inserted as external material: 
30884 \begin_inset External
30885         template Date
30886         filename .
30887
30888 \end_inset
30889
30890
30891 \begin_inset Space ~
30892 \end_inset
30893
30894
30895 \begin_inset Note Note
30896 status open
30897
30898 \begin_layout Plain Layout
30899 Remove the protected space when bug 4398 is fixed!
30900 \end_layout
30901
30902 \end_inset
30903
30904
30905 \begin_inset Newline newline
30906 \end_inset
30907
30908 The date is not shown within LyX, only in the output.
30909  There are two other methods of inserting a date: Via menu 
30910 \family sans
30911 Insert\SpecialChar \menuseparator
30912 Date
30913 \family default
30914  and with the LaTeX command 
30915 \series bold
30916
30917 \backslash
30918 today
30919 \series default
30920  as TeX-Code.
30921  The different methods are compared in Table
30922 \begin_inset Space ~
30923 \end_inset
30924
30925
30926 \begin_inset CommandInset ref
30927 LatexCommand ref
30928 reference "tab:Comparison-of-the"
30929
30930 \end_inset
30931
30932 .
30933 \end_layout
30934
30935 \begin_layout Description
30936 LilyPond This template is used for music notation typeset with the program
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942
30943 \backslash
30944 linebreak 
30945 \end_layout
30946
30947 \end_inset
30948
30949
30950 \begin_inset ERT
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954
30955
30956 \backslash
30957 href{http://en.wikipedia.org/wiki/LilyPond}{
30958 \end_layout
30959
30960 \end_inset
30961
30962
30963 \series bold
30964 LilyPond
30965 \series default
30966
30967 \begin_inset ERT
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971
30972 }
30973 \end_layout
30974
30975 \end_inset
30976
30977 .
30978 \begin_inset Note Note
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982 The command 
30983 \series bold
30984
30985 \backslash
30986 linebreak
30987 \series default
30988  breaks the line while the remaining text in the line is stretched to the
30989  page margin.
30990 \end_layout
30991
30992 \end_inset
30993
30994
30995 \end_layout
30996
30997 \begin_layout Description
30998 RasterImage This can be used for bitmap images.
30999  Nearly all popular image formats are supported.
31000  The image can be treated in the 
31001 \family sans
31002 External material
31003 \family default
31004  dialog like the images that are usually included via the 
31005 \family sans
31006 Graphics
31007 \family default
31008  dialog as described in section
31009 \begin_inset Space ~
31010 \end_inset
31011
31012
31013 \begin_inset CommandInset ref
31014 LatexCommand ref
31015 reference "sec:Graphics-Dialog"
31016
31017 \end_inset
31018
31019 .
31020  The difference is that only raster images are allowed, that means that
31021  PDF and EPS-images are not supported.
31022 \end_layout
31023
31024 \begin_layout Description
31025 XFig This template supports images created with the program 
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 href{http://en.wikipedia.org/wiki/Xfig}{
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \series bold
31040 Xfig
31041 \series default
31042
31043 \begin_inset ERT
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047
31048 }
31049 \end_layout
31050
31051 \end_inset
31052
31053 .
31054 \end_layout
31055
31056 \begin_layout Standard
31057 \begin_inset Float table
31058 placement h
31059 wide false
31060 sideways false
31061 status open
31062
31063 \begin_layout Plain Layout
31064 \begin_inset Caption
31065
31066 \begin_layout Plain Layout
31067 \begin_inset CommandInset label
31068 LatexCommand label
31069 name "tab:Comparison-of-the"
31070
31071 \end_inset
31072
31073 Comparison of the date input methods.
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Plain Layout
31082 \align center
31083 \begin_inset Tabular
31084 <lyxtabular version="3" rows="4" columns="4">
31085 <features>
31086 <column alignment="center" valignment="top" width="0">
31087 <column alignment="center" valignment="top" width="0">
31088 <column alignment="center" valignment="top" width="0">
31089 <column alignment="center" valignment="top" width="0">
31090 <row>
31091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31092 \begin_inset Text
31093
31094 \begin_layout Plain Layout
31095 Document format
31096 \end_layout
31097
31098 \end_inset
31099 </cell>
31100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31101 \begin_inset Text
31102
31103 \begin_layout Plain Layout
31104
31105 \family sans
31106 External Material\SpecialChar \menuseparator
31107 Date
31108 \end_layout
31109
31110 \end_inset
31111 </cell>
31112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31113 \begin_inset Text
31114
31115 \begin_layout Plain Layout
31116
31117 \family sans
31118 Insert\SpecialChar \menuseparator
31119 Date
31120 \end_layout
31121
31122 \end_inset
31123 </cell>
31124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31125 \begin_inset Text
31126
31127 \begin_layout Plain Layout
31128 command 
31129 \series bold
31130
31131 \backslash
31132 today
31133 \end_layout
31134
31135 \end_inset
31136 </cell>
31137 </row>
31138 <row>
31139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31140 \begin_inset Text
31141
31142 \begin_layout Plain Layout
31143 LyX
31144 \end_layout
31145
31146 \end_inset
31147 </cell>
31148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152 as inset box
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31158 \begin_inset Text
31159
31160 \begin_layout Plain Layout
31161 as date
31162 \end_layout
31163
31164 \end_inset
31165 </cell>
31166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31167 \begin_inset Text
31168
31169 \begin_layout Plain Layout
31170 as TeX-Code inset box
31171 \end_layout
31172
31173 \end_inset
31174 </cell>
31175 </row>
31176 <row>
31177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31178 \begin_inset Text
31179
31180 \begin_layout Plain Layout
31181 LaTeX
31182 \end_layout
31183
31184 \end_inset
31185 </cell>
31186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31187 \begin_inset Text
31188
31189 \begin_layout Plain Layout
31190 as date
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199 as date
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31205 \begin_inset Text
31206
31207 \begin_layout Plain Layout
31208 as command
31209 \end_layout
31210
31211 \end_inset
31212 </cell>
31213 </row>
31214 <row>
31215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Plain Layout
31219 DVI, PDF, PS
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31225 \begin_inset Text
31226
31227 \begin_layout Plain Layout
31228 as date
31229 \end_layout
31230
31231 \end_inset
31232 </cell>
31233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31234 \begin_inset Text
31235
31236 \begin_layout Plain Layout
31237 as date
31238 \end_layout
31239
31240 \end_inset
31241 </cell>
31242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31243 \begin_inset Text
31244
31245 \begin_layout Plain Layout
31246 as date
31247 \end_layout
31248
31249 \end_inset
31250 </cell>
31251 </row>
31252 </lyxtabular>
31253
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \end_inset
31260
31261
31262 \end_layout
31263
31264 \begin_layout Standard
31265 When you use the option 
31266 \family sans
31267 Draft
31268 \family default
31269  in the 
31270 \family sans
31271 File
31272 \family default
31273  tab of the 
31274 \family sans
31275 External Material
31276 \family default
31277  dialog, only the path to the inserted file is shown in the output.
31278 \begin_inset Newline newline
31279 \end_inset
31280
31281 External material is displayed in LyX either as box like this: 
31282 \begin_inset Graphics
31283         filename clipart/ExternalMaterialQt4.png
31284         scale 85
31285         scaleBeforeRotation
31286
31287 \end_inset
31288
31289  or as image, depending on the setting in the 
31290 \family sans
31291 LyX
31292 \begin_inset Space ~
31293 \end_inset
31294
31295 View
31296 \family default
31297  tab of the 
31298 \family sans
31299 External Material
31300 \family default
31301  dialog.
31302 \end_layout
31303
31304 \begin_layout Standard
31305 The 
31306 \family sans
31307 \emph on
31308 Customization
31309 \family default
31310 \emph default
31311  manual explains how you can define your own templates.
31312 \end_layout
31313
31314 \begin_layout Section
31315 Child Documents
31316 \begin_inset CommandInset label
31317 LatexCommand label
31318 name "sec:Child-Documents"
31319
31320 \end_inset
31321
31322
31323 \begin_inset Index
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327 External Stuff ! Child Documents
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \begin_inset Index
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337 Files ! Include
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \begin_layout Standard
31346 Child documents are used when you have a long document consisting of several
31347  larger parts or sections.
31348  For maintenance it is often useful and sometimes even required to split
31349  the document in several files that can be revised separately.
31350  The different documents are then the so called child documents and a master
31351  document connects them to print the full document or parts of it.
31352 \end_layout
31353
31354 \begin_layout Standard
31355 Included documents are displayed in LyX as a box like this: 
31356 \begin_inset Graphics
31357         filename clipart/ChildDocumentQt4.png
31358         scale 85
31359         scaleBeforeRotation
31360
31361 \end_inset
31362
31363  To include child documents to a master document use the menu 
31364 \family sans
31365 Insert\SpecialChar \menuseparator
31366 File\SpecialChar \menuseparator
31367 Child
31368 \begin_inset Space ~
31369 \end_inset
31370
31371 Documents
31372 \family default
31373 .
31374  A dialog pops up where you can choose between four include methods:
31375 \end_layout
31376
31377 \begin_layout Description
31378 Include You can include LyX and LaTeX-documents.
31379  When you press the 
31380 \family sans
31381 Load
31382 \family default
31383  button in the 
31384 \family sans
31385 Child Document
31386 \family default
31387  dialog, the included documents will be opened in LyX in a new file tab
31388  so that you can modify it.
31389 \begin_inset Newline newline
31390 \end_inset
31391
31392
31393 \end_layout
31394
31395 \begin_layout Standard
31396 Here is a child document inserted using 
31397 \family sans
31398 Include
31399 \family default
31400
31401 \begin_inset CommandInset include
31402 LatexCommand include
31403 filename "DummyDocument1.lyx"
31404
31405 \end_inset
31406
31407
31408 \end_layout
31409
31410 \begin_layout Standard
31411 The section numbering includes the sections of the included files in the
31412  order they are inserted in the master document.
31413  The included example document has for example a subsection that is numbered
31414  as subsection of this section.
31415  Labels of included documents can be referenced: Subsection
31416 \begin_inset Space ~
31417 \end_inset
31418
31419
31420 \begin_inset CommandInset ref
31421 LatexCommand ref
31422 reference "sub:External-Subsection-1"
31423
31424 \end_inset
31425
31426
31427 \end_layout
31428
31429 \begin_layout Standard
31430 The preamble of the child document is ignored, only the preamble of the
31431  master document is used.
31432  Included documents are inserted starting on a new page and end with a pagebreak.
31433 \end_layout
31434
31435 \begin_layout Standard
31436 With the LaTeX-command 
31437 \series bold
31438
31439 \backslash
31440 includeonly 
31441 \series default
31442 you can specify which included child documents are processed when the output
31443  is generated.
31444  This is useful when you are perhaps only working on a certain chapter of
31445  your large document as this saves compiling time.
31446  
31447 \series bold
31448
31449 \backslash
31450 includeonly
31451 \series default
31452  is inserted to the master document preamble.
31453  It takes a comma-separated list of the filenames as argument, e.g.
31454 \end_layout
31455
31456 \begin_layout Standard
31457
31458 \series bold
31459
31460 \backslash
31461 includeonly{chapter1,chapter5}
31462 \end_layout
31463
31464 \begin_layout Standard
31465 will only process the included files named 
31466 \begin_inset Quotes eld
31467 \end_inset
31468
31469 chapter1.lyx
31470 \begin_inset Quotes erd
31471 \end_inset
31472
31473  (or 
31474 \begin_inset Quotes eld
31475 \end_inset
31476
31477 chapter1.tex
31478 \begin_inset Quotes erd
31479 \end_inset
31480
31481 ) and 
31482 \begin_inset Quotes eld
31483 \end_inset
31484
31485 chapter5.lyx
31486 \begin_inset Quotes erd
31487 \end_inset
31488
31489  .
31490 \end_layout
31491
31492 \begin_layout Standard
31493 \begin_inset Note Greyedout
31494 status open
31495
31496 \begin_layout Plain Layout
31497
31498 \series bold
31499 Note:
31500 \series default
31501  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31502 w the document in case that the child document uses another document class
31503  than the master document as this will lead to unexpected outputs.
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Description
31512 Input This method is very similar to the Include method.
31513  The differences are:
31514 \end_layout
31515
31516 \begin_deeper
31517 \begin_layout Itemize
31518 Input files don't start with a new page and don't end with a pagebreak.
31519 \end_layout
31520
31521 \begin_layout Itemize
31522 Input files can be previewed in LyX when 
31523 \family sans
31524 Instant
31525 \begin_inset Space ~
31526 \end_inset
31527
31528 Preview
31529 \family default
31530  is enabled in LyX's preferences under 
31531 \family sans
31532 Look
31533 \begin_inset Space ~
31534 \end_inset
31535
31536 and
31537 \begin_inset Space ~
31538 \end_inset
31539
31540 feel\SpecialChar \menuseparator
31541 Graphics
31542 \family default
31543 .
31544 \end_layout
31545
31546 \begin_layout Itemize
31547 The LaTeX-command 
31548 \series bold
31549
31550 \backslash
31551 includeonly
31552 \series default
31553  cannot be used.
31554 \end_layout
31555
31556 \end_deeper
31557 \begin_layout Standard
31558 Here is a child document inserted using 
31559 \family sans
31560 Input
31561 \family default
31562
31563 \begin_inset CommandInset include
31564 LatexCommand input
31565 filename "DummyDocument2.lyx"
31566
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \begin_layout Description
31573 Verbatim With this method every text file can be included.
31574  The file is shown in the output with its source code, no command used in
31575  the text is invoked.
31576  You can use the option 
31577 \family sans
31578 Mark spaces in output
31579 \family default
31580  that displays the character 
31581 \begin_inset Quotes eld
31582 \end_inset
31583
31584
31585 \begin_inset ERT
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589
31590
31591 \backslash
31592 textvisiblespace 
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Quotes erd
31599 \end_inset
31600
31601  for every space character in the source code.
31602  The difference to the method via the menu 
31603 \family sans
31604 Insert\SpecialChar \menuseparator
31605 File\SpecialChar \menuseparator
31606 Plain
31607 \begin_inset Space ~
31608 \end_inset
31609
31610 Text
31611 \family default
31612  is that the document content is not shown in LyX.
31613 \end_layout
31614
31615 \begin_layout Standard
31616 Here is a child document inserted as Verbatim: 
31617 \begin_inset CommandInset include
31618 LatexCommand verbatiminput
31619 filename "DummyTextDocument.txt"
31620
31621 \end_inset
31622
31623
31624 \begin_inset VSpace bigskip
31625 \end_inset
31626
31627 Here is a child document inserted as Verbatim using the 
31628 \family sans
31629 Mark spaces in output
31630 \family default
31631  option: 
31632 \begin_inset CommandInset include
31633 LatexCommand verbatiminput*
31634 filename "DummyTextDocument.txt"
31635
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \begin_layout Standard
31642 \begin_inset VSpace bigskip
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \begin_layout Standard
31649 \begin_inset Note Greyedout
31650 status open
31651
31652 \begin_layout Plain Layout
31653
31654 \series bold
31655 Note:
31656 \series default
31657  As you can see in the examples above, the text of the documents included
31658  as 
31659 \family sans
31660 verbatim
31661 \family default
31662  is not broken at the end of the document lines.
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \begin_layout Description
31671 Listings This type is described in chapter
31672 \begin_inset Space ~
31673 \end_inset
31674
31675
31676 \begin_inset CommandInset ref
31677 LatexCommand ref
31678 reference "cha:Program-Code-Listings"
31679
31680 \end_inset
31681
31682 .
31683 \end_layout
31684
31685 \begin_layout Standard
31686 \begin_inset Note Greyedout
31687 status open
31688
31689 \begin_layout Plain Layout
31690
31691 \series bold
31692 Note:
31693 \series default
31694  Including the same document twice in a document using different methods
31695  could cause LaTeX-problems.
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \end_layout
31702
31703 \begin_layout Chapter
31704 Program Code Listings
31705 \begin_inset CommandInset label
31706 LatexCommand label
31707 name "cha:Program-Code-Listings"
31708
31709 \end_inset
31710
31711
31712 \begin_inset Index
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716 Listings
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \begin_inset Index
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726 Program Code
31727 \end_layout
31728
31729 \end_inset
31730
31731
31732 \begin_inset Index
31733 status collapsed
31734
31735 \begin_layout Plain Layout
31736 Floats ! Listings
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \end_layout
31743
31744 \begin_layout Standard
31745 To include and typeset program code you can use the 
31746 \family sans
31747 Listings
31748 \family default
31749  inset that can be inserted via the menu 
31750 \family sans
31751 Insert\SpecialChar \menuseparator
31752 Program Listing
31753 \family default
31754 .
31755  The LaTeX-package 
31756 \series bold
31757 listings
31758 \series default
31759
31760 \begin_inset Index
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764 LaTeX-packages ! listings
31765 \end_layout
31766
31767 \end_inset
31768
31769  provides a powerful and flexible way to insert program source code to your
31770  document.
31771 \end_layout
31772
31773 \begin_layout Standard
31774 When right-clicking on a listings inset a dialog pops up where you can set
31775  the listings format.
31776 \end_layout
31777
31778 \begin_layout Standard
31779 By default, a listing starts a new paragraph in the output.
31780  The placement option 
31781 \family sans
31782 Inline
31783 \begin_inset Space ~
31784 \end_inset
31785
31786 listing
31787 \family default
31788  prints the listing inline like this: 
31789 \begin_inset listings
31790 lstparams "language={C++}"
31791 inline true
31792 status open
31793
31794 \begin_layout Plain Layout
31795 int a=5;
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \begin_inset Newline newline
31802 \end_inset
31803
31804 The option 
31805 \family sans
31806 Float
31807 \family default
31808  creates a listings float where you can specify the placement options 
31809 \begin_inset Quotes eld
31810 \end_inset
31811
31812
31813 \family sans
31814 h
31815 \family default
31816
31817 \begin_inset Quotes erd
31818 \end_inset
31819
31820
31821 \begin_inset Quotes eld
31822 \end_inset
31823
31824
31825 \family sans
31826 t
31827 \family default
31828
31829 \begin_inset Quotes erd
31830 \end_inset
31831
31832
31833 \begin_inset Quotes eld
31834 \end_inset
31835
31836
31837 \family sans
31838 b
31839 \family default
31840
31841 \begin_inset Quotes erd
31842 \end_inset
31843
31844 , and 
31845 \begin_inset Quotes eld
31846 \end_inset
31847
31848
31849 \family sans
31850 p
31851 \family default
31852
31853 \begin_inset Quotes erd
31854 \end_inset
31855
31856  corresponding to the float placement options described in section
31857 \begin_inset Space ~
31858 \end_inset
31859
31860
31861 \begin_inset CommandInset ref
31862 LatexCommand ref
31863 reference "sec:Float-Placement"
31864
31865 \end_inset
31866
31867 .
31868  The placement options can be mixed and are inserted without any separation,
31869  e.
31870 \begin_inset Space \thinspace{}
31871 \end_inset
31872
31873 g.
31874 \begin_inset Space ~
31875 \end_inset
31876
31877
31878 \begin_inset Quotes eld
31879 \end_inset
31880
31881
31882 \family sans
31883 htbp
31884 \family default
31885
31886 \begin_inset Quotes erd
31887 \end_inset
31888
31889 .
31890  The option 
31891 \begin_inset Quotes eld
31892 \end_inset
31893
31894 h
31895 \begin_inset Quotes erd
31896 \end_inset
31897
31898  has sometimes no effect, but you don't need to use the 
31899 \family sans
31900 Float
31901 \family default
31902  option in this case as also non-float listings can have captions and be
31903  referenced.
31904 \end_layout
31905
31906 \begin_layout Standard
31907 You can add captions to listings with the menu 
31908 \family sans
31909 Insert\SpecialChar \menuseparator
31910 Caption
31911 \family default
31912 .
31913  Listings can be referenced like floats: Listing
31914 \begin_inset Space ~
31915 \end_inset
31916
31917
31918 \begin_inset CommandInset ref
31919 LatexCommand ref
31920 reference "lst:Example-Listing"
31921
31922 \end_inset
31923
31924
31925 \end_layout
31926
31927 \begin_layout Standard
31928 \begin_inset listings
31929 lstparams "language=Python"
31930 inline false
31931 status open
31932
31933 \begin_layout Plain Layout
31934 \begin_inset Caption
31935
31936 \begin_layout Plain Layout
31937 \begin_inset CommandInset label
31938 LatexCommand label
31939 name "lst:Example-Listing"
31940
31941 \end_inset
31942
31943 Example Listing float
31944 \end_layout
31945
31946 \end_inset
31947
31948 # Example listing float
31949 \end_layout
31950
31951 \begin_layout Plain Layout
31952 def func(param):
31953 \end_layout
31954
31955 \begin_layout Plain Layout
31956     'this is a python function'
31957 \end_layout
31958
31959 \begin_layout Plain Layout
31960     pass
31961 \end_layout
31962
31963 \end_inset
31964
31965
31966 \end_layout
31967
31968 \begin_layout Standard
31969 When you have set a programming language in the listings dialog, the keywords
31970  of this language will be recognized and specially typeset in the output.
31971  In the example listings the Python keyword 
31972 \begin_inset Quotes eld
31973 \end_inset
31974
31975 def
31976 \begin_inset Quotes erd
31977 \end_inset
31978
31979  is recognized and printed bold in the output.
31980 \end_layout
31981
31982 \begin_layout Standard
31983 \begin_inset Note Greyedout
31984 status open
31985
31986 \begin_layout Plain Layout
31987
31988 \series bold
31989 Note:
31990 \series default
31991  If you don't get bold keywords when using typewriter fonts, your typewriter
31992  font probably doesn't provide a bold shape.
31993  In this case select a different one in the menu 
31994 \family sans
31995 Document\SpecialChar \menuseparator
31996 Settings\SpecialChar \menuseparator
31997 Fonts
31998 \family default
31999 .
32000  (The fonts 
32001 \emph on
32002 LuxiMono, BeraMono
32003 \emph default
32004  and 
32005 \emph on
32006 Courier
32007 \emph default
32008  provide bold shapes.)
32009 \end_layout
32010
32011 \end_inset
32012
32013
32014 \end_layout
32015
32016 \begin_layout Standard
32017 In section 
32018 \family sans
32019 Line
32020 \begin_inset Space ~
32021 \end_inset
32022
32023 numbering
32024 \family default
32025  of the listings dialog you can specify the line numbering style.
32026  You can insert a number to specify which lines are numbered to the field
32027  
32028 \family sans
32029 Step
32030 \family default
32031 .
32032  When you insert e.g.
32033  
32034 \begin_inset Quotes eld
32035 \end_inset
32036
32037 3
32038 \begin_inset Quotes erd
32039 \end_inset
32040
32041 , only every 3rd line will be numbered.
32042 \end_layout
32043
32044 \begin_layout Standard
32045 You can furthermore specify a range of lines, only these will then appear
32046  in the output.
32047  The option 
32048 \family sans
32049 Extended
32050 \begin_inset Space ~
32051 \end_inset
32052
32053 chars
32054 \family default
32055  should be used when you use national characters like the German umlauts
32056  in the listing.
32057 \begin_inset Newline newline
32058 \end_inset
32059
32060 Here is an example listing with left line numbering, step 
32061 \begin_inset Quotes eld
32062 \end_inset
32063
32064 3
32065 \begin_inset Quotes erd
32066 \end_inset
32067
32068 , language 
32069 \begin_inset Quotes eld
32070 \end_inset
32071
32072 Python
32073 \begin_inset Quotes erd
32074 \end_inset
32075
32076 , options 
32077 \begin_inset Quotes eld
32078 \end_inset
32079
32080 Extended
32081 \begin_inset Space ~
32082 \end_inset
32083
32084 chars
32085 \begin_inset Quotes erd
32086 \end_inset
32087
32088  and 
32089 \begin_inset Quotes eld
32090 \end_inset
32091
32092 Space
32093 \begin_inset Space ~
32094 \end_inset
32095
32096 as
32097 \begin_inset Space ~
32098 \end_inset
32099
32100 Symbol
32101 \begin_inset Quotes erd
32102 \end_inset
32103
32104 , range lines 3
32105 \begin_inset Space \thinspace{}
32106 \end_inset
32107
32108 -
32109 \begin_inset Space \thinspace{}
32110 \end_inset
32111
32112 8:
32113 \end_layout
32114
32115 \begin_layout Standard
32116 \begin_inset listings
32117 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32118 inline false
32119 status open
32120
32121 \begin_layout Plain Layout
32122 def func(param):
32123 \end_layout
32124
32125 \begin_layout Plain Layout
32126     'this is a python function'
32127 \end_layout
32128
32129 \begin_layout Plain Layout
32130     pass
32131 \end_layout
32132
32133 \begin_layout Plain Layout
32134 def func(param):
32135 \end_layout
32136
32137 \begin_layout Plain Layout
32138 'This is a German word: Tschüß'
32139 \end_layout
32140
32141 \begin_layout Plain Layout
32142 pass
32143 \end_layout
32144
32145 \begin_layout Plain Layout
32146 def func(param):
32147 \end_layout
32148
32149 \begin_layout Plain Layout
32150 'this is a python function'
32151 \end_layout
32152
32153 \begin_layout Plain Layout
32154 pass
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Standard
32163 \begin_inset Note Greyedout
32164 status open
32165
32166 \begin_layout Plain Layout
32167
32168 \series bold
32169 Note:
32170 \series default
32171  Due to a bug in the 
32172 \series bold
32173 listings
32174 \series default
32175  package the line numbering is shifted by a line by every previous listing.
32176  That's the reason why the lines 2 and 5 are numbered in the above listing
32177  and not the lines 3 and 6.
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \begin_layout Standard
32186 \begin_inset VSpace bigskip
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \begin_layout Standard
32193 It is also possible to print lines from a file as listing.
32194  To do this, use the menu 
32195 \family sans
32196 Insert\SpecialChar \menuseparator
32197 File\SpecialChar \menuseparator
32198 Child Document
32199 \family default
32200  and choose the type 
32201 \family sans
32202 Listings
32203 \family default
32204 .
32205 \begin_inset Foot
32206 status collapsed
32207
32208 \begin_layout Plain Layout
32209 The other child document types are described in section
32210 \begin_inset Space ~
32211 \end_inset
32212
32213
32214 \begin_inset CommandInset ref
32215 LatexCommand ref
32216 reference "sec:Child-Documents"
32217
32218 \end_inset
32219
32220 .
32221 \end_layout
32222
32223 \end_inset
32224
32225  In the child document dialog you can specify the listing parameters in
32226  a text box.
32227  To show a list of all available parameters, type in a question mark 
32228 \begin_inset Quotes eld
32229 \end_inset
32230
32231 ?
32232 \begin_inset Quotes erd
32233 \end_inset
32234
32235  in the text box.
32236 \end_layout
32237
32238 \begin_layout Standard
32239 To reference child document listings, write a label text into the corresponding
32240  field of the child document dialog.
32241  The label can then be referenced using the menu 
32242 \family sans
32243 Insert\SpecialChar \menuseparator
32244 Cross-Reference
32245 \family default
32246 .
32247 \end_layout
32248
32249 \begin_layout Standard
32250 Listing
32251 \begin_inset Space ~
32252 \end_inset
32253
32254
32255 \begin_inset CommandInset ref
32256 LatexCommand ref
32257 reference "lst:file-listing"
32258
32259 \end_inset
32260
32261  is an example for a listing of a file; there the lines 10
32262 \begin_inset Space \thinspace{}
32263 \end_inset
32264
32265 -
32266 \begin_inset Space \thinspace{}
32267 \end_inset
32268
32269 15 of this LyX file are listed.
32270 \end_layout
32271
32272 \begin_layout Standard
32273 \begin_inset CommandInset include
32274 LatexCommand lstinputlisting
32275 filename "EmbeddedObjects.lyx"
32276 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \begin_layout Standard
32284 \begin_inset VSpace bigskip
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Global listings settings can be set in the 
32292 \family sans
32293 Document\SpecialChar \menuseparator
32294 Settings\SpecialChar \menuseparator
32295 Text Layout
32296 \family default
32297  dialog.
32298  To get there a list of available options, type in a question mark 
32299 \begin_inset Quotes eld
32300 \end_inset
32301
32302 ?
32303 \begin_inset Quotes erd
32304 \end_inset
32305
32306  in the 
32307 \family sans
32308 Listings
32309 \begin_inset Space ~
32310 \end_inset
32311
32312 settings
32313 \family default
32314  field.
32315 \end_layout
32316
32317 \begin_layout Standard
32318 For more information about the 
32319 \series bold
32320 listings
32321 \series default
32322  package, we refer to its documentation 
32323 \begin_inset CommandInset citation
32324 LatexCommand cite
32325 key "listings"
32326
32327 \end_inset
32328
32329 .
32330 \end_layout
32331
32332 \begin_layout Standard
32333 \begin_inset Newpage newpage
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Chapter
32340 \start_of_appendix
32341 Units available in LyX
32342 \begin_inset Index
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346 Units
32347 \end_layout
32348
32349 \end_inset
32350
32351
32352 \begin_inset CommandInset label
32353 LatexCommand label
32354 name "cha:Units-available-in"
32355
32356 \end_inset
32357
32358
32359 \end_layout
32360
32361 \begin_layout Standard
32362 To understand the units described in this documentation, Table
32363 \begin_inset Space ~
32364 \end_inset
32365
32366
32367 \begin_inset CommandInset ref
32368 LatexCommand ref
32369 reference "tab:Units"
32370
32371 \end_inset
32372
32373  explains all units available in LyX.
32374 \end_layout
32375
32376 \begin_layout Standard
32377 \begin_inset Float table
32378 placement h
32379 wide false
32380 sideways false
32381 status open
32382
32383 \begin_layout Plain Layout
32384 \begin_inset Caption
32385
32386 \begin_layout Plain Layout
32387 \begin_inset CommandInset label
32388 LatexCommand label
32389 name "tab:Units"
32390
32391 \end_inset
32392
32393 Units
32394 \end_layout
32395
32396 \end_inset
32397
32398
32399 \end_layout
32400
32401 \begin_layout Plain Layout
32402 \begin_inset VSpace medskip
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \begin_layout Plain Layout
32409 \align center
32410 \begin_inset Tabular
32411 <lyxtabular version="3" rows="20" columns="2">
32412 <features>
32413 <column alignment="center" valignment="top" width="0">
32414 <column alignment="center" valignment="top" width="0">
32415 <row>
32416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32417 \begin_inset Text
32418
32419 \begin_layout Plain Layout
32420 unit
32421 \end_layout
32422
32423 \end_inset
32424 </cell>
32425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32426 \begin_inset Text
32427
32428 \begin_layout Plain Layout
32429 name/description
32430 \end_layout
32431
32432 \end_inset
32433 </cell>
32434 </row>
32435 <row>
32436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440 mm
32441 \end_layout
32442
32443 \end_inset
32444 </cell>
32445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32446 \begin_inset Text
32447
32448 \begin_layout Plain Layout
32449 millimeter
32450 \end_layout
32451
32452 \end_inset
32453 </cell>
32454 </row>
32455 <row>
32456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32457 \begin_inset Text
32458
32459 \begin_layout Plain Layout
32460 cm
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 centimeter
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 </row>
32475 <row>
32476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32477 \begin_inset Text
32478
32479 \begin_layout Plain Layout
32480 in
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32486 \begin_inset Text
32487
32488 \begin_layout Plain Layout
32489 inch
32490 \end_layout
32491
32492 \end_inset
32493 </cell>
32494 </row>
32495 <row>
32496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32497 \begin_inset Text
32498
32499 \begin_layout Plain Layout
32500 pt
32501 \end_layout
32502
32503 \end_inset
32504 </cell>
32505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32506 \begin_inset Text
32507
32508 \begin_layout Plain Layout
32509 point (72.27
32510 \begin_inset Space \thinspace{}
32511 \end_inset
32512
32513 pt = 1
32514 \begin_inset Space \thinspace{}
32515 \end_inset
32516
32517 in)
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 </row>
32523 <row>
32524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32525 \begin_inset Text
32526
32527 \begin_layout Plain Layout
32528 pc
32529 \end_layout
32530
32531 \end_inset
32532 </cell>
32533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32534 \begin_inset Text
32535
32536 \begin_layout Plain Layout
32537 pica (1
32538 \begin_inset Space \thinspace{}
32539 \end_inset
32540
32541 pc = 12
32542 \begin_inset Space \thinspace{}
32543 \end_inset
32544
32545 pt)
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 </row>
32551 <row>
32552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32553 \begin_inset Text
32554
32555 \begin_layout Plain Layout
32556 sp
32557 \end_layout
32558
32559 \end_inset
32560 </cell>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565 scaled point (65536
32566 \begin_inset Space \thinspace{}
32567 \end_inset
32568
32569 sp = 1
32570 \begin_inset Space \thinspace{}
32571 \end_inset
32572
32573 pt)
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 </row>
32579 <row>
32580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32581 \begin_inset Text
32582
32583 \begin_layout Plain Layout
32584 bp
32585 \end_layout
32586
32587 \end_inset
32588 </cell>
32589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32590 \begin_inset Text
32591
32592 \begin_layout Plain Layout
32593 big point (72
32594 \begin_inset Space \thinspace{}
32595 \end_inset
32596
32597 bp = 1
32598 \begin_inset Space \thinspace{}
32599 \end_inset
32600
32601 in)
32602 \end_layout
32603
32604 \end_inset
32605 </cell>
32606 </row>
32607 <row>
32608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612 dd
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32618 \begin_inset Text
32619
32620 \begin_layout Plain Layout
32621 didot (1
32622 \begin_inset Space \thinspace{}
32623 \end_inset
32624
32625 dd 
32626 \begin_inset Formula $\approx$
32627 \end_inset
32628
32629  0.376
32630 \begin_inset Space \thinspace{}
32631 \end_inset
32632
32633 mm)
32634 \end_layout
32635
32636 \end_inset
32637 </cell>
32638 </row>
32639 <row>
32640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32641 \begin_inset Text
32642
32643 \begin_layout Plain Layout
32644 cc
32645 \end_layout
32646
32647 \end_inset
32648 </cell>
32649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32650 \begin_inset Text
32651
32652 \begin_layout Plain Layout
32653 cicero (1
32654 \begin_inset Space \thinspace{}
32655 \end_inset
32656
32657 cc = 12
32658 \begin_inset Space \thinspace{}
32659 \end_inset
32660
32661 dd)
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 </row>
32667 <row>
32668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672 Scale%
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681 % of original image width
32682 \end_layout
32683
32684 \end_inset
32685 </cell>
32686 </row>
32687 <row>
32688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout Plain Layout
32692 text%
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32698 \begin_inset Text
32699
32700 \begin_layout Plain Layout
32701 % of text width
32702 \end_layout
32703
32704 \end_inset
32705 </cell>
32706 </row>
32707 <row>
32708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32709 \begin_inset Text
32710
32711 \begin_layout Plain Layout
32712 col%
32713 \end_layout
32714
32715 \end_inset
32716 </cell>
32717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32718 \begin_inset Text
32719
32720 \begin_layout Plain Layout
32721 % of column width
32722 \end_layout
32723
32724 \end_inset
32725 </cell>
32726 </row>
32727 <row>
32728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732 page%
32733 \end_layout
32734
32735 \end_inset
32736 </cell>
32737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32738 \begin_inset Text
32739
32740 \begin_layout Plain Layout
32741 % of paper width
32742 \end_layout
32743
32744 \end_inset
32745 </cell>
32746 </row>
32747 <row>
32748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32749 \begin_inset Text
32750
32751 \begin_layout Plain Layout
32752 line%
32753 \end_layout
32754
32755 \end_inset
32756 </cell>
32757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32758 \begin_inset Text
32759
32760 \begin_layout Plain Layout
32761 % of line width
32762 \end_layout
32763
32764 \end_inset
32765 </cell>
32766 </row>
32767 <row>
32768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32769 \begin_inset Text
32770
32771 \begin_layout Plain Layout
32772 theight%
32773 \end_layout
32774
32775 \end_inset
32776 </cell>
32777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781 % of text height
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 </row>
32787 <row>
32788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32789 \begin_inset Text
32790
32791 \begin_layout Plain Layout
32792 pheight%
32793 \end_layout
32794
32795 \end_inset
32796 </cell>
32797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32798 \begin_inset Text
32799
32800 \begin_layout Plain Layout
32801 % of paper height
32802 \end_layout
32803
32804 \end_inset
32805 </cell>
32806 </row>
32807 <row>
32808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32809 \begin_inset Text
32810
32811 \begin_layout Plain Layout
32812 ex
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821 height of letter 
32822 \emph on
32823 x
32824 \emph default
32825  in current font
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 </row>
32831 <row>
32832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836 em
32837 \end_layout
32838
32839 \end_inset
32840 </cell>
32841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32842 \begin_inset Text
32843
32844 \begin_layout Plain Layout
32845 width of letter 
32846 \emph on
32847 M
32848 \emph default
32849  in current font
32850 \end_layout
32851
32852 \end_inset
32853 </cell>
32854 </row>
32855 <row>
32856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32857 \begin_inset Text
32858
32859 \begin_layout Plain Layout
32860 mu
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869 math unit (1
32870 \begin_inset Space \thinspace{}
32871 \end_inset
32872
32873 mu = 1/18
32874 \begin_inset Space \thinspace{}
32875 \end_inset
32876
32877 em)
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 </row>
32883 </lyxtabular>
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \begin_layout Chapter
32896 Output File Formats with Graphics
32897 \begin_inset CommandInset label
32898 LatexCommand label
32899 name "cha:Output-File-Formats"
32900
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \begin_layout Section
32907 DVI
32908 \begin_inset Index
32909 status collapsed
32910
32911 \begin_layout Plain Layout
32912 File Formats ! DVI
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \begin_inset Index
32919 status collapsed
32920
32921 \begin_layout Plain Layout
32922 DVI|see
32923 \begin_inset ERT
32924 status collapsed
32925
32926 \begin_layout Plain Layout
32927
32928 {
32929 \end_layout
32930
32931 \end_inset
32932
32933 File Formats
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939 }
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Standard
32953 This file type has the extension 
32954 \begin_inset Quotes eld
32955 \end_inset
32956
32957
32958 \family typewriter
32959 .dvi
32960 \family default
32961
32962 \begin_inset Quotes erd
32963 \end_inset
32964
32965 .
32966  It is called 
32967 \begin_inset Quotes eld
32968 \end_inset
32969
32970 device-independent
32971 \begin_inset Quotes erd
32972 \end_inset
32973
32974  (DVI), because it is completely portable; you can move them from one machine
32975  to another without needing to do any sort of conversion.
32976  At the time when this file-format was developed, this was no matter of
32977  course.
32978  DVIs are used for quick previews and as pre-stage for other output formats,
32979  like PostScript.
32980 \end_layout
32981
32982 \begin_layout Standard
32983 \begin_inset Note Greyedout
32984 status open
32985
32986 \begin_layout Plain Layout
32987
32988 \series bold
32989 Note:
32990 \series default
32991  DVI-files doesn't contain images, they will only be a linked.
32992 \end_layout
32993
32994 \end_inset
32995
32996  So don't forget this, if you move your 
32997 \family typewriter
32998 .dvi
32999 \family default
33000  file to another computer.
33001  This property can also slow down your computer when you view the DVI.
33002  Because the DVI-viewer has to convert the image in the background to make
33003  it visible when you scroll in the DVI.
33004  So we recommend to use PDF for files with many images.
33005 \end_layout
33006
33007 \begin_layout Standard
33008 You can export your document to DVI by using the menu 
33009 \family sans
33010 File\SpecialChar \menuseparator
33011 Export\SpecialChar \menuseparator
33012 DVI
33013 \family default
33014 .
33015  You can view your document as DVI via the 
33016 \family sans
33017 View
33018 \family default
33019  menu or by using the toolbar button 
33020 \begin_inset Graphics
33021         filename ../images/buffer-view_dvi.png
33022         scale 85
33023         scaleBeforeRotation
33024
33025 \end_inset
33026
33027 .
33028 \end_layout
33029
33030 \begin_layout Section
33031 PostScript
33032 \begin_inset CommandInset label
33033 LatexCommand label
33034 name "sec:PostScript"
33035
33036 \end_inset
33037
33038
33039 \begin_inset Index
33040 status collapsed
33041
33042 \begin_layout Plain Layout
33043 File Formats ! PostScript
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \begin_inset Index
33050 status collapsed
33051
33052 \begin_layout Plain Layout
33053 PostScript|see
33054 \begin_inset ERT
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058
33059 {
33060 \end_layout
33061
33062 \end_inset
33063
33064 File Formats
33065 \begin_inset ERT
33066 status collapsed
33067
33068 \begin_layout Plain Layout
33069
33070 }
33071 \end_layout
33072
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \begin_layout Standard
33084 This file type has the extension 
33085 \begin_inset Quotes eld
33086 \end_inset
33087
33088
33089 \family typewriter
33090 .ps
33091 \family default
33092
33093 \begin_inset Quotes erd
33094 \end_inset
33095
33096 .
33097  PostScript was developed by the company 
33098 \family typewriter
33099 Adobe
33100 \family default
33101  as printer language.
33102  The file contains therefore commands that the printer uses to print the
33103  file.
33104  PostScript can be seen as 
33105 \begin_inset Quotes eld
33106 \end_inset
33107
33108 programming language
33109 \begin_inset Quotes erd
33110 \end_inset
33111
33112 ; you can calculate with it and draw diagrams and images
33113 \begin_inset Foot
33114 status collapsed
33115
33116 \begin_layout Plain Layout
33117 If you are interested to learn more about this, have a look at the LaTeX-package
33118  
33119 \series bold
33120 PSTricks
33121 \series default
33122  
33123 \begin_inset CommandInset citation
33124 LatexCommand cite
33125 key "pstricks"
33126
33127 \end_inset
33128
33129 .
33130 \end_layout
33131
33132 \end_inset
33133
33134 .
33135  Due to this ability, the files are often bigger than PDFs.
33136 \end_layout
33137
33138 \begin_layout Standard
33139 PostScript can only contain images in the format 
33140 \begin_inset Quotes eld
33141 \end_inset
33142
33143 Encapsulated PostScript
33144 \begin_inset Quotes erd
33145 \end_inset
33146
33147  (EPS, file extension 
33148 \begin_inset Quotes eld
33149 \end_inset
33150
33151
33152 \family typewriter
33153 .eps
33154 \family default
33155
33156 \begin_inset Quotes erd
33157 \end_inset
33158
33159 ).
33160  As LyX allows you to use any known image format in your document, it has
33161  to convert images in the background to EPS.
33162  If you have e.g 50 images in your document, LyX has to do 50 conversions
33163  whenever you view or export your document.
33164  This will slow down your work flow with LyX drastically.
33165  So if you plan to use PostScript, you can insert your images directly as
33166  EPS to avoid this problem.
33167 \end_layout
33168
33169 \begin_layout Standard
33170 You can export your document to PostScript using the menu 
33171 \family sans
33172 File\SpecialChar \menuseparator
33173 Export\SpecialChar \menuseparator
33174 Postscript
33175 \family default
33176 .
33177  You can view your document as PostScript via the 
33178 \family sans
33179 View
33180 \family default
33181  menu or by using the toolbar button 
33182 \begin_inset Graphics
33183         filename ../images/buffer-view_ps.png
33184         scale 85
33185         scaleBeforeRotation
33186
33187 \end_inset
33188
33189 .
33190 \end_layout
33191
33192 \begin_layout Section
33193 PDF
33194 \begin_inset CommandInset label
33195 LatexCommand label
33196 name "sec:PDF"
33197
33198 \end_inset
33199
33200
33201 \begin_inset Index
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205 File Formats ! PDF
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \begin_inset Index
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215 PDF
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \begin_layout Standard
33224 This file type has the extension 
33225 \begin_inset Quotes eld
33226 \end_inset
33227
33228
33229 \family typewriter
33230 .pdf
33231 \family default
33232
33233 \begin_inset Quotes erd
33234 \end_inset
33235
33236 .
33237  The 
33238 \begin_inset Quotes eld
33239 \end_inset
33240
33241 Portable Document Format
33242 \begin_inset Quotes erd
33243 \end_inset
33244
33245  (PDF) is developed by 
33246 \family typewriter
33247 Adobe
33248 \family default
33249  as derivative from PostScript.
33250  It is more compressed and it uses much less commands than PostScript.
33251  As the name 
33252 \begin_inset Quotes eld
33253 \end_inset
33254
33255 portable
33256 \begin_inset Quotes erd
33257 \end_inset
33258
33259  implies, it can be processed at any computer system and the printed output
33260  looks exactly the same.
33261 \end_layout
33262
33263 \begin_layout Standard
33264 PDF can contain images in its own PDF format, in the format 
33265 \begin_inset Quotes eld
33266 \end_inset
33267
33268 Joint Photographic Experts Group
33269 \begin_inset Quotes erd
33270 \end_inset
33271
33272  (JPG, file extension 
33273 \begin_inset Quotes eld
33274 \end_inset
33275
33276
33277 \family typewriter
33278 .jpg
33279 \family default
33280
33281 \begin_inset Quotes erd
33282 \end_inset
33283
33284  or 
33285 \begin_inset Quotes eld
33286 \end_inset
33287
33288
33289 \family typewriter
33290 .jpeg
33291 \family default
33292
33293 \begin_inset Quotes erd
33294 \end_inset
33295
33296 ), and in the format 
33297 \begin_inset Quotes eld
33298 \end_inset
33299
33300 Portable Network Graphics
33301 \begin_inset Quotes erd
33302 \end_inset
33303
33304  (PNG, file extension 
33305 \begin_inset Quotes eld
33306 \end_inset
33307
33308
33309 \family typewriter
33310 .png
33311 \family default
33312
33313 \begin_inset Quotes erd
33314 \end_inset
33315
33316 ).
33317  Nevertheless you can use any other image format, because LyX converts them
33318  in the background to one of these formats.
33319  But as described in the section about PostScript, the image conversion
33320  will slow down your work flow.
33321  So it is recommended to use images in one of the three mentioned formats.
33322 \end_layout
33323
33324 \begin_layout Standard
33325 You can export your document to PDF via the menu 
33326 \family sans
33327 File\SpecialChar \menuseparator
33328 Export
33329 \family default
33330  in three different ways:
33331 \end_layout
33332
33333 \begin_layout Description
33334 PDF
33335 \begin_inset Space ~
33336 \end_inset
33337
33338 (ps2pdf) This uses the program 
33339 \family typewriter
33340 ps2pdf
33341 \family default
33342  that creates a PDF from a PostScript-version of your file.
33343  The PostScript-version is produced by the program 
33344 \family typewriter
33345 dvips
33346 \family default
33347  which uses a DVI-version as intermediate step.
33348  So this export variant consist of three conversions.
33349 \end_layout
33350
33351 \begin_layout Description
33352 PDF
33353 \begin_inset Space ~
33354 \end_inset
33355
33356 (dvipdfm) This uses the program 
33357 \family typewriter
33358 dvipdfm
33359 \family default
33360  that converts your file in the background to DVI and in a second step to
33361  PDF.
33362 \end_layout
33363
33364 \begin_layout Description
33365 PDF
33366 \begin_inset Space ~
33367 \end_inset
33368
33369 (pdflatex) This uses the program 
33370 \family typewriter
33371 pdftex
33372 \family default
33373  that converts your file directly to PDF.
33374 \end_layout
33375
33376 \begin_layout Standard
33377 It is recommended to use 
33378 \family sans
33379 PDF
33380 \begin_inset Space ~
33381 \end_inset
33382
33383 (pdflatex)
33384 \family default
33385  because 
33386 \family typewriter
33387 pdftex
33388 \family default
33389  supports all features of actual PDF-versions, is quick and works stable
33390  without problems.
33391  The program 
33392 \family typewriter
33393 dvipdfm
33394 \family default
33395  is not under development and therefore a bit outdated.
33396 \end_layout
33397
33398 \begin_layout Standard
33399 You can view your document as PDF via the 
33400 \family sans
33401 View
33402 \family default
33403  menu or by using the toolbar button 
33404 \begin_inset Graphics
33405         filename ../images/buffer-view_pdf2.png
33406         scale 85
33407         scaleBeforeRotation
33408
33409 \end_inset
33410
33411  
33412 \family sans
33413 (
33414 \family default
33415 that uses 
33416 \family sans
33417 PDF
33418 \begin_inset Space ~
33419 \end_inset
33420
33421 (pdflatex)
33422 \family default
33423 ).
33424 \end_layout
33425
33426 \begin_layout Chapter
33427 Explanation of Equation
33428 \begin_inset Space ~
33429 \end_inset
33430
33431
33432 \begin_inset CommandInset ref
33433 LatexCommand eqref
33434 reference "eq:Wgn"
33435
33436 \end_inset
33437
33438
33439 \begin_inset CommandInset label
33440 LatexCommand label
33441 name "cha:Explanation-of-Equation"
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Standard
33449 The total width of 
33450 \emph on
33451 n
33452 \emph default
33453  table cells 
33454 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33455 \end_inset
33456
33457  can be calculated to
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset Formula \begin{equation}
33462 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}
33463
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \begin_layout Standard
33470 Where 
33471 \begin_inset Formula $W_{g\, n}$
33472 \end_inset
33473
33474  is the given width of all cells.
33475  
33476 \series bold
33477
33478 \backslash
33479 tabcolsep
33480 \series default
33481  is the LaTeX-length between the cell text and the cell border, its default
33482  value is 6
33483 \begin_inset Space \thinspace{}
33484 \end_inset
33485
33486 pt.
33487  
33488 \series bold
33489
33490 \backslash
33491 arrayrulewidth
33492 \series default
33493  is the thickness of the cell border line, the default is 0.4
33494 \begin_inset Space \thinspace{}
33495 \end_inset
33496
33497 pt.
33498 \end_layout
33499
33500 \begin_layout Standard
33501 Following equation
33502 \begin_inset Space ~
33503 \end_inset
33504
33505
33506 \begin_inset CommandInset ref
33507 LatexCommand eqref
33508 reference "eq:Wtot_n"
33509
33510 \end_inset
33511
33512 , the total width of a multicolumn 
33513 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33514 \end_inset
33515
33516  is
33517 \end_layout
33518
33519 \begin_layout Standard
33520 \begin_inset Formula \begin{equation}
33521 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33522
33523 \end_inset
33524
33525
33526 \end_layout
33527
33528 \begin_layout Standard
33529 By setting equation
33530 \begin_inset Space ~
33531 \end_inset
33532
33533
33534 \begin_inset CommandInset ref
33535 LatexCommand eqref
33536 reference "eq:Wtot_n"
33537
33538 \end_inset
33539
33540  and 
33541 \begin_inset CommandInset ref
33542 LatexCommand eqref
33543 reference "eq:Wtot_mult"
33544
33545 \end_inset
33546
33547  equal we can calculate the needed given width 
33548 \begin_inset Formula $W_{g\, n}$
33549 \end_inset
33550
33551  when 
33552 \emph on
33553 n
33554 \emph default
33555  columns are spanned, so that each column has a total width of 
33556 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33557 \end_inset
33558
33559 :
33560 \end_layout
33561
33562 \begin_layout Standard
33563 \begin_inset Formula \begin{equation}
33564 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \begin_layout Bibliography
33572 \begin_inset CommandInset bibitem
33573 LatexCommand bibitem
33574 key "latexcompanion"
33575
33576 \end_inset
33577
33578 Frank Mittelbach and Michel Goossens: 
33579 \emph on
33580 The LaTeX Companion Second Edition.
33581
33582 \emph default
33583  Addison-Wesley, 2004
33584 \end_layout
33585
33586 \begin_layout Bibliography
33587 \begin_inset CommandInset bibitem
33588 LatexCommand bibitem
33589 key "latexguide"
33590
33591 \end_inset
33592
33593 Helmut Kopka and Patrick W.
33594  Daly: 
33595 \emph on
33596 A Guide to LaTeX Fourth Edition.
33597
33598 \emph default
33599  Addison-Wesley, 2003
33600 \end_layout
33601
33602 \begin_layout Bibliography
33603 \begin_inset CommandInset bibitem
33604 LatexCommand bibitem
33605 key "latexbook"
33606
33607 \end_inset
33608
33609 Leslie Lamport: 
33610 \emph on
33611 LaTeX: A Document Preparation System.
33612
33613 \emph default
33614  Addison-Wesley, second edition, 1994
33615 \end_layout
33616
33617 \begin_layout Bibliography
33618 \begin_inset CommandInset bibitem
33619 LatexCommand bibitem
33620 key "booktabs"
33621
33622 \end_inset
33623
33624
33625 \begin_inset ERT
33626 status collapsed
33627
33628 \begin_layout Plain Layout
33629
33630
33631 \backslash
33632 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
33633 {
33634 \end_layout
33635
33636 \end_inset
33637
33638 Documentation
33639 \begin_inset ERT
33640 status collapsed
33641
33642 \begin_layout Plain Layout
33643
33644 }
33645 \end_layout
33646
33647 \end_inset
33648
33649  of the LaTeX-package 
33650 \series bold
33651 booktabs
33652 \series default
33653
33654 \begin_inset Index
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 LaTeX-packages ! booktabs
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Bibliography
33667 \begin_inset CommandInset bibitem
33668 LatexCommand bibitem
33669 key "caption"
33670
33671 \end_inset
33672
33673
33674 \begin_inset ERT
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678
33679
33680 \backslash
33681 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
33682 \end_layout
33683
33684 \end_inset
33685
33686 Documentation
33687 \begin_inset ERT
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691
33692 }
33693 \end_layout
33694
33695 \end_inset
33696
33697  of the LaTeX-package 
33698 \series bold
33699 caption
33700 \series default
33701
33702 \begin_inset Index
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706 LaTeX-packages ! caption
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \begin_layout Bibliography
33715 \begin_inset CommandInset bibitem
33716 LatexCommand bibitem
33717 key "caption-de"
33718
33719 \end_inset
33720
33721 German 
33722 \begin_inset ERT
33723 status collapsed
33724
33725 \begin_layout Plain Layout
33726
33727
33728 \backslash
33729 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
33730 {
33731 \end_layout
33732
33733 \end_inset
33734
33735 documentation
33736 \begin_inset ERT
33737 status collapsed
33738
33739 \begin_layout Plain Layout
33740
33741 }
33742 \end_layout
33743
33744 \end_inset
33745
33746  of the LaTeX-package 
33747 \series bold
33748 caption
33749 \end_layout
33750
33751 \begin_layout Bibliography
33752 \begin_inset CommandInset bibitem
33753 LatexCommand bibitem
33754 key "endfloat"
33755
33756 \end_inset
33757
33758
33759 \begin_inset ERT
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763
33764
33765 \backslash
33766 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
33767 {
33768 \end_layout
33769
33770 \end_inset
33771
33772 Documentation
33773 \begin_inset ERT
33774 status collapsed
33775
33776 \begin_layout Plain Layout
33777
33778 }
33779 \end_layout
33780
33781 \end_inset
33782
33783  of the LaTeX-package 
33784 \series bold
33785 endfloat
33786 \series default
33787
33788 \begin_inset Index
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792 LaTeX-packages ! endfloat
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Bibliography
33801 \begin_inset CommandInset bibitem
33802 LatexCommand bibitem
33803 key "wrapfig"
33804
33805 \end_inset
33806
33807
33808 \begin_inset ERT
33809 status collapsed
33810
33811 \begin_layout Plain Layout
33812
33813
33814 \backslash
33815 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty}{
33816 \end_layout
33817
33818 \end_inset
33819
33820 Documentation
33821 \begin_inset ERT
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825
33826 }
33827 \end_layout
33828
33829 \end_inset
33830
33831  of the LaTeX-package 
33832 \series bold
33833 wrapfig
33834 \series default
33835
33836 \begin_inset Index
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840 LaTeX-packages ! wrapfig
33841 \begin_inset ERT
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845
33846
33847 \backslash
33848
33849 \begin_inset ERT
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853
33854 {
33855 \end_layout
33856
33857 \end_inset
33858
33859
33860 \begin_inset ERT
33861 status collapsed
33862
33863 \begin_layout Plain Layout
33864
33865 }
33866 \end_layout
33867
33868 \end_inset
33869
33870
33871 \end_layout
33872
33873 \end_inset
33874
33875 vspace
33876 \begin_inset ERT
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880
33881 {
33882 \end_layout
33883
33884 \end_inset
33885
33886 4mm
33887 \begin_inset ERT
33888 status collapsed
33889
33890 \begin_layout Plain Layout
33891
33892 }
33893 \end_layout
33894
33895 \end_inset
33896
33897
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 "footmisc"
33909
33910 \end_inset
33911
33912
33913 \begin_inset ERT
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917
33918
33919 \backslash
33920 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
33921 {
33922 \end_layout
33923
33924 \end_inset
33925
33926 Documentation
33927 \begin_inset ERT
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931
33932 }
33933 \end_layout
33934
33935 \end_inset
33936
33937  of the LaTeX-package 
33938 \series bold
33939 footmisc
33940 \series default
33941
33942 \begin_inset Index
33943 status collapsed
33944
33945 \begin_layout Plain Layout
33946 LaTeX-packages ! footmisc
33947 \end_layout
33948
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \begin_layout Bibliography
33955 \begin_inset CommandInset bibitem
33956 LatexCommand bibitem
33957 key "hypcap"
33958
33959 \end_inset
33960
33961
33962 \begin_inset ERT
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966
33967
33968 \backslash
33969 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
33970 \end_layout
33971
33972 \end_inset
33973
33974 Documentation
33975 \begin_inset ERT
33976 status collapsed
33977
33978 \begin_layout Plain Layout
33979
33980 }
33981 \end_layout
33982
33983 \end_inset
33984
33985  of the LaTeX-package 
33986 \series bold
33987 hypcap
33988 \series default
33989
33990 \begin_inset Index
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994 LaTeX-packages ! hyperref
33995 \end_layout
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Bibliography
34003 \begin_inset CommandInset bibitem
34004 LatexCommand bibitem
34005 key "hyperref"
34006
34007 \end_inset
34008
34009
34010 \begin_inset ERT
34011 status collapsed
34012
34013 \begin_layout Plain Layout
34014
34015
34016 \backslash
34017 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
34018 {
34019 \end_layout
34020
34021 \end_inset
34022
34023 Documentation
34024 \begin_inset ERT
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028
34029 }
34030 \end_layout
34031
34032 \end_inset
34033
34034  of the LaTeX-package 
34035 \series bold
34036 hyperref
34037 \series default
34038
34039 \begin_inset Index
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 LaTeX-packages ! hyperref
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Bibliography
34052 \begin_inset CommandInset bibitem
34053 LatexCommand bibitem
34054 key "koma-script"
34055
34056 \end_inset
34057
34058
34059 \begin_inset ERT
34060 status collapsed
34061
34062 \begin_layout Plain Layout
34063
34064
34065 \backslash
34066 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
34067 df}{
34068 \end_layout
34069
34070 \end_inset
34071
34072 Documentation
34073 \begin_inset ERT
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077
34078 }
34079 \end_layout
34080
34081 \end_inset
34082
34083  of the LaTeX-package 
34084 \series bold
34085 koma-script
34086 \series default
34087
34088 \begin_inset Index
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 LaTeX-packages ! koma-script
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Bibliography
34101 \begin_inset CommandInset bibitem
34102 LatexCommand bibitem
34103 key "listings"
34104
34105 \end_inset
34106
34107
34108 \begin_inset ERT
34109 status collapsed
34110
34111 \begin_layout Plain Layout
34112
34113
34114 \backslash
34115 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
34116 {
34117 \end_layout
34118
34119 \end_inset
34120
34121 Documentation
34122 \begin_inset ERT
34123 status collapsed
34124
34125 \begin_layout Plain Layout
34126
34127 }
34128 \end_layout
34129
34130 \end_inset
34131
34132  of the LaTeX-package 
34133 \series bold
34134 listings
34135 \series default
34136
34137 \begin_inset Index
34138 status collapsed
34139
34140 \begin_layout Plain Layout
34141 LaTeX-packages ! listings
34142 \end_layout
34143
34144 \end_inset
34145
34146
34147 \end_layout
34148
34149 \begin_layout Bibliography
34150 \begin_inset CommandInset bibitem
34151 LatexCommand bibitem
34152 key "marginnote"
34153
34154 \end_inset
34155
34156
34157 \begin_inset ERT
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161
34162
34163 \backslash
34164 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
34165 pdf}{
34166 \end_layout
34167
34168 \end_inset
34169
34170 Documentation
34171 \begin_inset ERT
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175
34176 }
34177 \end_layout
34178
34179 \end_inset
34180
34181  of the LaTeX-package 
34182 \series bold
34183 marginnote
34184 \series default
34185
34186 \begin_inset Index
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190 LaTeX-packages ! marginnote
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Bibliography
34199 \begin_inset CommandInset bibitem
34200 LatexCommand bibitem
34201 key "pstricks"
34202
34203 \end_inset
34204
34205
34206 \begin_inset ERT
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210
34211
34212 \backslash
34213 href{http://tug.org/PSTricks/main.cgi/}{
34214 \end_layout
34215
34216 \end_inset
34217
34218 Web page
34219 \begin_inset ERT
34220 status collapsed
34221
34222 \begin_layout Plain Layout
34223
34224 }
34225 \end_layout
34226
34227 \end_inset
34228
34229  of the LaTeX-package 
34230 \series bold
34231 PSTricks
34232 \series default
34233
34234 \begin_inset Index
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238 LaTeX-packages ! PSTricks
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Bibliography
34247 \begin_inset CommandInset bibitem
34248 LatexCommand bibitem
34249 key "sidecap"
34250
34251 \end_inset
34252
34253
34254 \begin_inset ERT
34255 status collapsed
34256
34257 \begin_layout Plain Layout
34258
34259
34260 \backslash
34261 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
34262 \end_layout
34263
34264 \end_inset
34265
34266 Documentation
34267 \begin_inset ERT
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271
34272 }
34273 \end_layout
34274
34275 \end_inset
34276
34277  of the LaTeX-package 
34278 \series bold
34279 sidecap
34280 \series default
34281
34282 \begin_inset Index
34283 status collapsed
34284
34285 \begin_layout Plain Layout
34286 LaTeX-packages ! sidecap
34287 \end_layout
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \begin_layout Bibliography
34295 \begin_inset CommandInset bibitem
34296 LatexCommand bibitem
34297 key "NewInLyX15"
34298
34299 \end_inset
34300
34301
34302 \begin_inset ERT
34303 status collapsed
34304
34305 \begin_layout Plain Layout
34306
34307
34308 \backslash
34309 href{http://wiki.lyx.org/LyX/NewInLyX15}{
34310 \end_layout
34311
34312 \end_inset
34313
34314 Wiki page
34315 \begin_inset ERT
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319
34320 }
34321 \end_layout
34322
34323 \end_inset
34324
34325  about new features in 
34326 \family sans
34327 LyX 1.5.0
34328 \family default
34329 .
34330 \end_layout
34331
34332 \begin_layout Standard
34333 \begin_inset CommandInset index_print
34334 LatexCommand printindex
34335
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \begin_layout Standard
34342 \begin_inset FloatList figure
34343
34344 \end_inset
34345
34346
34347 \end_layout
34348
34349 \begin_layout Standard
34350 \begin_inset FloatList table
34351
34352 \end_inset
34353
34354
34355 \end_layout
34356
34357 \begin_layout Standard
34358 \begin_inset FloatList algorithm
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \end_body
34366 \end_document