]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Math.lyx: the original issue of bug 4687 is now fixed
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 335
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 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 1.6svn
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
286  
287 \series bold
288 arydshln
289 \series default
290
291 \series bold
292 colortbl
293 \series default
294
295 \series bold
296 marginnote
297 \series default
298 , and 
299 \series bold
300 sidecap
301 \series default
302  must be installed.
303  If they are not installed you can export the document anyway but the sections
304  where the packages are required won't appear in the output.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Chapter
323 Figures
324 \begin_inset CommandInset label
325 LatexCommand label
326 name "cha:Figures"
327
328 \end_inset
329
330
331 \begin_inset Index
332 status collapsed
333
334 \begin_layout Plain Layout
335 Figures
336 \end_layout
337
338 \end_inset
339
340
341 \begin_inset Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Graphics|see
346 \begin_inset ERT
347 status collapsed
348
349 \begin_layout Plain Layout
350
351 {
352 \end_layout
353
354 \end_inset
355
356 Figures
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 }
363 \end_layout
364
365 \end_inset
366
367
368 \end_layout
369
370 \end_inset
371
372
373 \end_layout
374
375 \begin_layout Section
376 Graphics Dialog
377 \begin_inset Index
378 status collapsed
379
380 \begin_layout Plain Layout
381 Figures ! Graphics Dialog
382 \end_layout
383
384 \end_inset
385
386
387 \begin_inset CommandInset label
388 LatexCommand label
389 name "sec:Graphics-Dialog"
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Standard
397 To insert an image into your document, place the cursor at the text position
398  you want and click on the toolbar icon 
399 \begin_inset Graphics
400         filename ../images/dialog-show-new-inset_graphics.png
401         scale 85
402         scaleBeforeRotation
403
404 \end_inset
405
406  or use the menu 
407 \family sans
408 Insert\SpecialChar \menuseparator
409 Graphics
410 \family default
411 .
412  Then a dialog will appear to choose the file to load.
413  The image will appear in the output exactly at the position where it is
414  in the text.
415 \end_layout
416
417 \begin_layout Standard
418 The graphics dialog can be called at any time by right-clicking on an image.
419  This dialog has three tabs:
420 \end_layout
421
422 \begin_layout Description
423
424 \family sans
425 Graphics
426 \family default
427  Here you can choose an image file and adjust its appearance in the output.
428  The available units for the image size are explained in appendix
429 \begin_inset space ~
430 \end_inset
431
432
433 \begin_inset CommandInset ref
434 LatexCommand ref
435 reference "cha:Units-available-in"
436
437 \end_inset
438
439 .
440 \begin_inset Newline newline
441 \end_inset
442
443
444 \begin_inset Index
445 status collapsed
446
447 \begin_layout Plain Layout
448 Figures ! rotated
449 \end_layout
450
451 \end_inset
452
453 You can rotate images counter-clockwise by setting a rotation angle and
454  a rotation origin.
455  The image will also be rotated inside LyX.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index
461 status collapsed
462
463 \begin_layout Plain Layout
464 Figures ! scaled
465 \end_layout
466
467 \end_inset
468
469 Images can be scaled by using a percentage value or by setting the width
470  and height explicitly.
471  If you set only the width or only the height, the other size will be determined
472  automatically.
473  If you set both, then the image will be transformed to the given size,
474  possibly distorting it.
475  To prevent the image from distortion, use the option 
476 \family sans
477 Maintain aspect ratio
478 \family default
479 .
480  The image will then be scaled so that its width and height don't exceed
481  the specified dimensions.
482 \begin_inset Newline newline
483 \end_inset
484
485 Images can be opened in a program of your choice when pressing the 
486 \family sans
487 Edit
488 \family default
489  button.
490  The program can be set for every image format in the file format settings
491  in LyX's preferences.
492 \end_layout
493
494 \begin_layout Description
495
496 \family sans
497 Clipping
498 \family default
499  Alternatively to the usage of scaling units it is possible to set image
500  coordinates to adjust the height and width of the image in the output.
501  The coordinates can also be calculated automatically by pressing the button
502  
503 \family sans
504 Get
505 \begin_inset space ~
506 \end_inset
507
508 from
509 \begin_inset space ~
510 \end_inset
511
512 File
513 \family default
514 .
515  The option 
516 \family sans
517 Clip
518 \begin_inset space ~
519 \end_inset
520
521 to
522 \begin_inset space ~
523 \end_inset
524
525 bounding
526 \begin_inset space ~
527 \end_inset
528
529 box
530 \family default
531  will only print the image region within the given coordinates.
532  Normally you don't need to take care about image coordinates and can ignore
533  this tab.
534 \end_layout
535
536 \begin_layout Description
537
538 \family sans
539 Extra
540 \begin_inset space ~
541 \end_inset
542
543 options
544 \family default
545  In this tab you can modify the appearance of the image within LyX and set
546  the image to be a subfigure of a figure float with an own caption.
547  Subfigures are explained in section
548 \begin_inset space ~
549 \end_inset
550
551
552 \begin_inset CommandInset ref
553 LatexCommand ref
554 reference "sec:Figure-Floats"
555
556 \end_inset
557
558 .
559 \begin_inset Newline newline
560 \end_inset
561
562  LaTeX experts can also specify on this tab additional LaTeX options.
563 \begin_inset Newline newline
564 \end_inset
565
566  The option 
567 \family sans
568 Draft
569 \begin_inset space ~
570 \end_inset
571
572 mode
573 \family default
574  makes the image appear in the output only as a frame with the size of the
575  image.
576 \begin_inset Newline newline
577 \end_inset
578
579 The 
580 \family sans
581 Don't
582 \begin_inset space ~
583 \end_inset
584
585 unzip
586 \begin_inset space ~
587 \end_inset
588
589 on
590 \begin_inset space ~
591 \end_inset
592
593 export
594 \family default
595  option only affects zipped EPS-graphics, e.
596 \begin_inset space \thinspace{}
597 \end_inset
598
599 g.
600 \begin_inset space ~
601 \end_inset
602
603
604 \emph on
605 x.eps.gz
606 \emph default
607 .
608  When the option is used the images will not be unzipped on export, since
609  LaTeX can handle them as they are.
610 \begin_inset Newline newline
611 \end_inset
612
613 Zipped EPS-graphics are useful to save disk space when you choose PostScript
614  as output format, see appendix
615 \begin_inset space ~
616 \end_inset
617
618
619 \begin_inset CommandInset ref
620 LatexCommand ref
621 reference "sec:PostScript"
622
623 \end_inset
624
625 .
626  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
627  console:
628 \begin_inset Newline newline
629 \end_inset
630
631
632 \series bold
633 gzip x.eps
634 \series default
635
636 \begin_inset Newline newline
637 \end_inset
638
639
640 \series bold
641 zgrep %%Bounding x.eps.gz > x.eps.bb
642 \series default
643
644 \begin_inset Newline newline
645 \end_inset
646
647 The second command creates the bounding box file 
648 \begin_inset Quotes eld
649 \end_inset
650
651 x.eps.bb
652 \begin_inset Quotes erd
653 \end_inset
654
655  that is needed by LaTeX for zipped graphics.
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset VSpace bigskip
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 This is an example image in EPS format
667 \begin_inset Foot
668 status collapsed
669
670 \begin_layout Plain Layout
671 Image formats are explained in section
672 \begin_inset space ~
673 \end_inset
674
675
676 \begin_inset CommandInset ref
677 LatexCommand ref
678 reference "sec:Image-Formats"
679
680 \end_inset
681
682 .
683 \end_layout
684
685 \end_inset
686
687  within a separate, horizontally centered paragraph:
688 \end_layout
689
690 \begin_layout Standard
691 \align center
692 \begin_inset Graphics
693         filename clipart/mobius.eps
694         display color
695         scale 70
696         scaleBeforeRotation
697         rotateOrigin center
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 This is the same image like the one above but in draft mode:
706 \end_layout
707
708 \begin_layout Standard
709 \align center
710 \begin_inset Graphics
711         filename clipart/mobius.eps
712         display color
713         scale 70
714         draft
715         scaleBeforeRotation
716         rotateOrigin center
717
718 \end_inset
719
720
721 \end_layout
722
723 \begin_layout Section
724 Figure Floats
725 \begin_inset CommandInset label
726 LatexCommand label
727 name "sec:Figure-Floats"
728
729 \end_inset
730
731
732 \begin_inset Index
733 status collapsed
734
735 \begin_layout Plain Layout
736 Floats ! Figures
737 \end_layout
738
739 \end_inset
740
741
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 Figures ! Floats
747 \end_layout
748
749 \end_inset
750
751
752 \end_layout
753
754 \begin_layout Standard
755 For general explanations about floats, have a look at section
756 \begin_inset space ~
757 \end_inset
758
759
760 \begin_inset CommandInset ref
761 LatexCommand ref
762 reference "sec:FloatIntroduction"
763
764 \end_inset
765
766 .
767 \end_layout
768
769 \begin_layout Standard
770 The toolbar button 
771 \begin_inset Graphics
772         filename ../images/float-insert_figure.png
773         scale 85
774         scaleBeforeRotation
775
776 \end_inset
777
778  and the menu 
779 \family sans
780 Insert\SpecialChar \menuseparator
781 Float\SpecialChar \menuseparator
782 Figure
783 \family default
784  inserts a float with a caption that has the label 
785 \begin_inset Quotes eld
786 \end_inset
787
788 Figure
789 \begin_inset space ~
790 \end_inset
791
792 #:
793 \begin_inset Quotes erd
794 \end_inset
795
796  (# is the actual number).
797  You can insert the image above the caption, like in Figure
798 \begin_inset space ~
799 \end_inset
800
801
802 \begin_inset CommandInset ref
803 LatexCommand ref
804 reference "fig:kill-plat"
805
806 \end_inset
807
808  or below the caption, like in Figure
809 \begin_inset space ~
810 \end_inset
811
812
813 \begin_inset CommandInset ref
814 LatexCommand ref
815 reference "fig:escher"
816
817 \end_inset
818
819 .
820  More about the caption placement is described in section
821 \begin_inset space ~
822 \end_inset
823
824
825 \begin_inset CommandInset ref
826 LatexCommand ref
827 reference "sec:Caption-Placement"
828
829 \end_inset
830
831 .
832 \end_layout
833
834 \begin_layout Standard
835 \begin_inset Float figure
836 wide false
837 sideways false
838 status open
839
840 \begin_layout Plain Layout
841 \align center
842 \begin_inset Graphics
843         filename clipart/platypus.eps
844         display color
845         width 50col%
846         scaleBeforeRotation
847         rotateOrigin center
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Plain Layout
855 \begin_inset Caption
856
857 \begin_layout Plain Layout
858 \begin_inset CommandInset label
859 LatexCommand label
860 name "fig:kill-plat"
861
862 \end_inset
863
864 A severely distorted platypus in a float.
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \end_inset
873
874
875 \end_layout
876
877 \begin_layout Standard
878 \begin_inset Float figure
879 wide false
880 sideways false
881 status open
882
883 \begin_layout Plain Layout
884 \begin_inset Caption
885
886 \begin_layout Plain Layout
887 \begin_inset CommandInset label
888 LatexCommand label
889 name "fig:escher"
890
891 \end_inset
892
893 M.C.
894  Escher on acid.
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Plain Layout
903 \align center
904 \begin_inset Graphics
905         filename clipart/escher-lsd.eps
906         display color
907         scale 80
908         scaleBeforeRotation
909         rotateOrigin center
910
911 \end_inset
912
913
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \begin_layout Standard
922 \begin_inset Index
923 status collapsed
924
925 \begin_layout Plain Layout
926 References ! to Figures
927 \end_layout
928
929 \end_inset
930
931 Figure
932 \begin_inset space ~
933 \end_inset
934
935
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "fig:kill-plat"
939
940 \end_inset
941
942  and 
943 \begin_inset CommandInset ref
944 LatexCommand ref
945 reference "fig:escher"
946
947 \end_inset
948
949  are examples of referenced figures.
950  Figures can be referenced in the text by referencing their label.
951  To do this insert a label in the caption using the menu 
952 \family sans
953 Insert\SpecialChar \menuseparator
954 Label
955 \family default
956  or the toolbar button 
957 \begin_inset Graphics
958         filename ../images/label-insert.png
959         scale 85
960         scaleBeforeRotation
961
962 \end_inset
963
964 .
965  You can now refer to the label using the menu 
966 \family sans
967 Insert\SpecialChar \menuseparator
968 Cross
969 \begin_inset space ~
970 \end_inset
971
972 reference
973 \family default
974  or the toolbar button 
975 \begin_inset Graphics
976         filename ../images/dialog-show-new-inset_ref.png
977         scale 85
978         scaleBeforeRotation
979
980 \end_inset
981
982 .
983  It is important to use references to floats, rather than using vague references
984  like 
985 \begin_inset Quotes eld
986 \end_inset
987
988 the figure above
989 \begin_inset Quotes erd
990 \end_inset
991
992 , because as LaTeX will reposition the floats in the final document, it
993  might not be 
994 \begin_inset Quotes eld
995 \end_inset
996
997 above
998 \begin_inset Quotes erd
999 \end_inset
1000
1001  at all.
1002 \begin_inset Newline newline
1003 \end_inset
1004
1005 Referencing is explained in detail in section
1006 \begin_inset space ~
1007 \end_inset
1008
1009
1010 \begin_inset CommandInset ref
1011 LatexCommand ref
1012 reference "sec:Referencing-Floats"
1013
1014 \end_inset
1015
1016 .
1017 \end_layout
1018
1019 \begin_layout Standard
1020 Normally only one image is inserted to a figure float, but sometimes you
1021  might want to use two images with separate subcaptions.
1022  This can be done by inserting image floats into existing image floats.
1023  Note that only the main caption of the float is added to the List of Figures.
1024  Figure
1025 \begin_inset space ~
1026 \end_inset
1027
1028
1029 \begin_inset CommandInset ref
1030 LatexCommand ref
1031 reference "fig:Two-distorted-images"
1032
1033 \end_inset
1034
1035  is an example of a figure float with two images set side by side.
1036  You can also set the images one below the other.
1037  Figure
1038 \begin_inset space ~
1039 \end_inset
1040
1041
1042 \begin_inset CommandInset ref
1043 LatexCommand ref
1044 reference "fig:Undefinable-structure"
1045
1046 \end_inset
1047
1048  and 
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:A-Platypus"
1052
1053 \end_inset
1054
1055  are the subfigures.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 \begin_inset Float figure
1060 wide false
1061 sideways false
1062 status open
1063
1064 \begin_layout Plain Layout
1065 \begin_inset space \hfill{}
1066 \end_inset
1067
1068
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status open
1073
1074 \begin_layout Plain Layout
1075 \begin_inset Caption
1076
1077 \begin_layout Plain Layout
1078 \begin_inset CommandInset label
1079 LatexCommand label
1080 name "fig:Undefinable-structure"
1081
1082 \end_inset
1083
1084 Undefinable structure.
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \end_layout
1091
1092 \begin_layout Plain Layout
1093 \begin_inset Graphics
1094         filename clipart/escher-lsd.eps
1095         width 45col%
1096         scaleBeforeRotation
1097
1098 \end_inset
1099
1100
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \begin_inset space \hfill{}
1107 \end_inset
1108
1109
1110 \begin_inset Float figure
1111 wide false
1112 sideways false
1113 status open
1114
1115 \begin_layout Plain Layout
1116 \begin_inset Caption
1117
1118 \begin_layout Plain Layout
1119 \begin_inset CommandInset label
1120 LatexCommand label
1121 name "fig:A-Platypus"
1122
1123 \end_inset
1124
1125 A Platypus.
1126 \end_layout
1127
1128 \end_inset
1129
1130
1131 \end_layout
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Graphics
1135         filename clipart/platypus.eps
1136         lyxscale 60
1137         width 45col%
1138         scaleBeforeRotation
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \begin_inset space \hfill{}
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Caption
1156
1157 \begin_layout Plain Layout
1158 \begin_inset CommandInset label
1159 LatexCommand label
1160 name "fig:Two-distorted-images"
1161
1162 \end_inset
1163
1164 Two distorted images.
1165 \end_layout
1166
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Section
1178 Image Formats
1179 \begin_inset CommandInset label
1180 LatexCommand label
1181 name "sec:Image-Formats"
1182
1183 \end_inset
1184
1185
1186 \begin_inset Index
1187 status collapsed
1188
1189 \begin_layout Plain Layout
1190 Image Formats
1191 \end_layout
1192
1193 \end_inset
1194
1195
1196 \begin_inset Index
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200 Figures ! Image Formats
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \begin_layout Standard
1209 You can insert images in any known file format.
1210  But as explained in appendix
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "cha:Output-File-Formats"
1218
1219 \end_inset
1220
1221 , every output document format allows only a few image formats.
1222  LyX uses therefore the program 
1223 \family typewriter
1224 Imagemagick
1225 \family default
1226  in the background to convert the images to the right format.
1227  To increase your work flow by avoiding these conversions in the background,
1228  you can use only the image formats that can directly be embedded in the
1229  output file format.
1230  The output file formats are explained in appendix
1231 \begin_inset space ~
1232 \end_inset
1233
1234
1235 \begin_inset CommandInset ref
1236 LatexCommand ref
1237 reference "cha:Output-File-Formats"
1238
1239 \end_inset
1240
1241 .
1242 \end_layout
1243
1244 \begin_layout Standard
1245 Similar to fonts there are two types of image formats:
1246 \end_layout
1247
1248 \begin_layout Description
1249 Bitmap
1250 \begin_inset space ~
1251 \end_inset
1252
1253 images consist of pixel values, often in a compressed form.
1254  They are therefore not fully scalable and look pixeled in large zooms.
1255  Well-known bitmap image formats are 
1256 \begin_inset Quotes eld
1257 \end_inset
1258
1259 Graphics Interchange Format
1260 \begin_inset Quotes erd
1261 \end_inset
1262
1263  (GIF, file extension 
1264 \begin_inset Quotes eld
1265 \end_inset
1266
1267
1268 \family typewriter
1269 .gif
1270 \family default
1271
1272 \begin_inset Quotes erd
1273 \end_inset
1274
1275 )
1276 \begin_inset Index
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280 GIF|see
1281 \begin_inset ERT
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285
1286 {
1287 \end_layout
1288
1289 \end_inset
1290
1291 Image formats
1292 \begin_inset ERT
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296
1297 }
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \end_layout
1304
1305 \end_inset
1306
1307
1308 \begin_inset Quotes eld
1309 \end_inset
1310
1311 Portable Network Graphics
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315  (PNG, file extension 
1316 \begin_inset Quotes eld
1317 \end_inset
1318
1319
1320 \family typewriter
1321 .png
1322 \family default
1323
1324 \begin_inset Quotes erd
1325 \end_inset
1326
1327 )
1328 \begin_inset Index
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332 PNG|see
1333 \begin_inset ERT
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337
1338 {
1339 \end_layout
1340
1341 \end_inset
1342
1343 Image formats
1344 \begin_inset ERT
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348
1349 }
1350 \end_layout
1351
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \end_inset
1358
1359 , and 
1360 \begin_inset Quotes eld
1361 \end_inset
1362
1363 Joint Photographic Experts Group
1364 \begin_inset Quotes erd
1365 \end_inset
1366
1367  (JPG, file extension 
1368 \begin_inset Quotes eld
1369 \end_inset
1370
1371
1372 \family typewriter
1373 .jpg
1374 \family default
1375
1376 \begin_inset Quotes erd
1377 \end_inset
1378
1379  or 
1380 \begin_inset Quotes eld
1381 \end_inset
1382
1383
1384 \family typewriter
1385 .jpeg
1386 \family default
1387
1388 \begin_inset Quotes erd
1389 \end_inset
1390
1391 )
1392 \begin_inset Index
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396 JPG|see
1397 \begin_inset ERT
1398 status collapsed
1399
1400 \begin_layout Plain Layout
1401
1402 {
1403 \end_layout
1404
1405 \end_inset
1406
1407 Image formats
1408 \begin_inset ERT
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412
1413 }
1414 \end_layout
1415
1416 \end_inset
1417
1418
1419 \end_layout
1420
1421 \end_inset
1422
1423 .
1424 \end_layout
1425
1426 \begin_layout Description
1427 Vector
1428 \begin_inset space ~
1429 \end_inset
1430
1431 images consist of vectors and can therefore be scaled to any size without
1432  data loss.
1433  The scaling ability is necessary if you want to create presentations, because
1434  presentations are always scaled by the video projector.
1435  Scaling is also useful for online documents to let the user zoom into diagrams.
1436 \begin_inset Newline newline
1437 \end_inset
1438
1439 Well-known scalable image formats are 
1440 \begin_inset Quotes eld
1441 \end_inset
1442
1443 Scalable Vector Graphics
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  (SVG, file extension 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .svg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 SVG|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Image formats
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491
1492 \begin_inset Quotes eld
1493 \end_inset
1494
1495 Encapsulated PostScript
1496 \begin_inset Quotes erd
1497 \end_inset
1498
1499  (EPS, file extension 
1500 \begin_inset Quotes eld
1501 \end_inset
1502
1503
1504 \family typewriter
1505 .eps
1506 \family default
1507
1508 \begin_inset Quotes erd
1509 \end_inset
1510
1511 )
1512 \begin_inset Index
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516 EPS|see
1517 \begin_inset ERT
1518 status collapsed
1519
1520 \begin_layout Plain Layout
1521
1522 {
1523 \end_layout
1524
1525 \end_inset
1526
1527 Image formats
1528 \begin_inset ERT
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532
1533 }
1534 \end_layout
1535
1536 \end_inset
1537
1538
1539 \end_layout
1540
1541 \end_inset
1542
1543
1544 \begin_inset Quotes eld
1545 \end_inset
1546
1547 Portable Document Format
1548 \begin_inset Quotes erd
1549 \end_inset
1550
1551  (PDF, file extension 
1552 \begin_inset Quotes eld
1553 \end_inset
1554
1555
1556 \family typewriter
1557 .pdf
1558 \family default
1559
1560 \begin_inset Quotes erd
1561 \end_inset
1562
1563 )
1564 \begin_inset Index
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 PDF
1569 \end_layout
1570
1571 \end_inset
1572
1573 , and 
1574 \begin_inset Quotes eld
1575 \end_inset
1576
1577 Windows Metafile
1578 \begin_inset Quotes erd
1579 \end_inset
1580
1581  (WMF, file extension 
1582 \begin_inset Quotes eld
1583 \end_inset
1584
1585
1586 \family typewriter
1587 .wmf
1588 \family default
1589
1590 \begin_inset Quotes erd
1591 \end_inset
1592
1593 )
1594 \begin_inset Index
1595 status collapsed
1596
1597 \begin_layout Plain Layout
1598 SVG|see
1599 \begin_inset ERT
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603
1604 {
1605 \end_layout
1606
1607 \end_inset
1608
1609 Image formats
1610 \begin_inset ERT
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614
1615 }
1616 \end_layout
1617
1618 \end_inset
1619
1620
1621 \end_layout
1622
1623 \end_inset
1624
1625 .
1626  We wrote 
1627 \begin_inset Quotes eld
1628 \end_inset
1629
1630 can be
1631 \begin_inset Quotes erd
1632 \end_inset
1633
1634 , because you can convert any bitmap image to a PDF or EPS-image and the
1635  result will still be a bitmap image.
1636  In this cases only a header with the image properties is added to the original
1637  image
1638 \begin_inset Foot
1639 status open
1640
1641 \begin_layout Plain Layout
1642 In the case of PDF, the original image is additionally compressed.
1643 \end_layout
1644
1645 \end_inset
1646
1647 .
1648  The PDF-files generated by 
1649 \family typewriter
1650 Adobe Photoshop
1651 \family default
1652  are for example bitmap images.
1653 \end_layout
1654
1655 \begin_layout Standard
1656 Normally it is not possible to convert a bitmap image into a scalable one,
1657  only vice versa.
1658  Only the image formats PDF and EPS can directly be embedded to PDF and
1659  PostScript output files, respectively.
1660  SVG and WMF-images are recalculated to bitmaps when the output file is
1661  generated because there is currently no adequate WMF/SVG
1662 \begin_inset Formula $\to$
1663 \end_inset
1664
1665 PDF/EPS converter available.
1666 \end_layout
1667
1668 \begin_layout Chapter
1669 Tables
1670 \begin_inset CommandInset label
1671 LatexCommand label
1672 name "cha:Tables"
1673
1674 \end_inset
1675
1676
1677 \begin_inset Index
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 Table
1682 \end_layout
1683
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \begin_layout Section
1690 Introduction
1691 \begin_inset Index
1692 status collapsed
1693
1694 \begin_layout Plain Layout
1695 Table ! Introduction
1696 \end_layout
1697
1698 \end_inset
1699
1700
1701 \end_layout
1702
1703 \begin_layout Standard
1704 You can insert a table using either the toolbar button 
1705 \begin_inset Graphics
1706         filename ../images/tabular-insert.png
1707         scale 85
1708         scaleBeforeRotation
1709
1710 \end_inset
1711
1712  or the menu 
1713 \family sans
1714 Insert\SpecialChar \menuseparator
1715 Table
1716 \family default
1717 .
1718  The toolbar button offers you a graphical selection: Move the mouse to
1719  set the column/row number of the table that should be created and then
1720  press a mouse button.
1721  When you use the menu to create a table, a dialog will appear, asking you
1722  for the number of rows and columns.
1723 \begin_inset Newline newline
1724 \end_inset
1725
1726  The default table has lines around any cell and the first row appears separated
1727  from the rest of the table.
1728  This separation occurs due to a double line: The cells of the first row
1729  have a line below them and the cells of the second row have a line above
1730  them.
1731  Here is an example table:
1732 \end_layout
1733
1734 \begin_layout Standard
1735 \align center
1736 \begin_inset Tabular
1737 <lyxtabular version="3" rows="4" columns="4">
1738 <features>
1739 <column alignment="center" valignment="top" width="0">
1740 <column alignment="center" valignment="top" width="0">
1741 <column alignment="center" valignment="top" width="0">
1742 <column alignment="center" valignment="top" width="0">
1743 <row>
1744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \end_layout
1750
1751 \end_inset
1752 </cell>
1753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Plain Layout
1757
1758 \family roman
1759 \series medium
1760 \shape up
1761 \size normal
1762 \emph off
1763 \bar no
1764 \noun off
1765 \color none
1766 1
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775 2
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784 3
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 </row>
1790 <row>
1791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795
1796 \family roman
1797 \series medium
1798 \shape up
1799 \size normal
1800 \emph off
1801 \bar no
1802 \noun off
1803 \color none
1804 A
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 </row>
1837 <row>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \family roman
1844 \series medium
1845 \shape up
1846 \size normal
1847 \emph off
1848 \bar no
1849 \noun off
1850 \color none
1851 B
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 <row>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \family roman
1891 \series medium
1892 \shape up
1893 \size normal
1894 \emph off
1895 \bar no
1896 \noun off
1897 \color none
1898 C
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 </lyxtabular>
1932
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \begin_layout Section
1939 Table Dialog
1940 \begin_inset Index
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944 Table ! Dialog
1945 \end_layout
1946
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \begin_layout Standard
1953 You can alter a table by clicking on it with the right mouse button, which
1954  brings up the table dialog.
1955  Here you can adjust the settings of that cell and row/column respectively
1956  where the cursor is currently placed.
1957  Most of the dialog options also work on selections.
1958  This means if you select more cells, columns or rows, the action is done
1959  for the whole selection.
1960  Note that there is a difference between selecting the 
1961 \emph on
1962 contents
1963 \emph default
1964  of the cell, and the cell itself.
1965  You can alter tables with the following tabs of the table dialog:
1966 \end_layout
1967
1968 \begin_layout Description
1969
1970 \family sans
1971 Table
1972 \begin_inset space ~
1973 \end_inset
1974
1975 Settings
1976 \family default
1977  Here you can set the horizontal alignment and the width of the current
1978  column.
1979  When you have set a width you can also adjust the vertical alignment of
1980  the current row.
1981  A given width will allow the cell to have line breaks and multiple paragraphs
1982  of text, see section
1983 \begin_inset space ~
1984 \end_inset
1985
1986
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "sub:Multiple-Lines-in"
1990
1991 \end_inset
1992
1993 .
1994  If you set no width, the column is as wide as their widest cell content
1995  is.
1996 \begin_inset Newline newline
1997 \end_inset
1998
1999 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2000  cell, see section
2001 \begin_inset space ~
2002 \end_inset
2003
2004
2005 \begin_inset CommandInset ref
2006 LatexCommand ref
2007 reference "sub:Multicolumns"
2008
2009 \end_inset
2010
2011 .
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 The rotate check boxes rotates the current cell, a selection, or the whole
2016  table counter-clockwise by 90°.
2017  The rotation is not shown within LyX, only in the output.
2018 \begin_inset Newline newline
2019 \end_inset
2020
2021
2022 \begin_inset Note Greyedout
2023 status open
2024
2025 \begin_layout Plain Layout
2026
2027 \series bold
2028 Note:
2029 \series default
2030  Not all DVI-viewers are able to display rotations.
2031 \end_layout
2032
2033 \end_inset
2034
2035
2036 \begin_inset Newline newline
2037 \end_inset
2038
2039 It is also possible to enter a LaTeX-argument which is needed for special
2040  table formattings, see section
2041 \begin_inset space ~
2042 \end_inset
2043
2044
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "sub:Multicolumn-Calculations"
2048
2049 \end_inset
2050
2051  and 
2052 \begin_inset CommandInset ref
2053 LatexCommand ref
2054 reference "sec:Colored-Tables"
2055
2056 \end_inset
2057
2058 .
2059 \end_layout
2060
2061 \begin_layout Description
2062
2063 \family sans
2064 Borders
2065 \family default
2066  In this tab you can add and delete border lines for the current row/column.
2067 \begin_inset Newline newline
2068 \end_inset
2069
2070 Using the style option 
2071 \family sans
2072 Formal
2073 \family default
2074  will convert the table to a formal table as described in section
2075 \begin_inset space ~
2076 \end_inset
2077
2078
2079 \begin_inset CommandInset ref
2080 LatexCommand ref
2081 reference "sec:Formal-Tables"
2082
2083 \end_inset
2084
2085 .
2086 \begin_inset Newline newline
2087 \end_inset
2088
2089 You can also add here space to table rows as decribed in section
2090 \begin_inset space ~
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset ref
2095 LatexCommand ref
2096 reference "sub:Row-Spacing"
2097
2098 \end_inset
2099
2100 .
2101 \end_layout
2102
2103 \begin_layout Description
2104
2105 \family sans
2106 Longtable
2107 \family default
2108  This tab is to make a table a so called 
2109 \begin_inset Quotes eld
2110 \end_inset
2111
2112
2113 \emph on
2114 longtable
2115 \emph default
2116
2117 \begin_inset Quotes erd
2118 \end_inset
2119
2120  that can run over several pages.
2121  Section
2122 \begin_inset space ~
2123 \end_inset
2124
2125
2126 \begin_inset CommandInset ref
2127 LatexCommand ref
2128 reference "sec:Longtables"
2129
2130 \end_inset
2131
2132  and 
2133 \begin_inset CommandInset ref
2134 LatexCommand ref
2135 reference "sec:Special-Longtable-Issues"
2136
2137 \end_inset
2138
2139  describe the longtable features in detail.
2140 \end_layout
2141
2142 \begin_layout Standard
2143 When the table toolbar is opened, you can move the cursor with the arrow
2144  keys from cell to cell and the property of the current cell will immediately
2145  be displayed in the dialog.
2146 \end_layout
2147
2148 \begin_layout Section
2149 Table Toolbar
2150 \begin_inset Index
2151 status collapsed
2152
2153 \begin_layout Plain Layout
2154 Table ! Toolbar
2155 \end_layout
2156
2157 \end_inset
2158
2159
2160 \end_layout
2161
2162 \begin_layout Standard
2163 The table toolbar is an alternative to the table dialog to be able to alter
2164  tables faster.
2165  It should normally appear at the bottom of LyX's main window when the cursor
2166  is inside a table.
2167  You can alternatively switch it on to appear always, by right-clicking
2168  in LyX's main menu bar.
2169 \end_layout
2170
2171 \begin_layout Standard
2172 The toolbar has the following icons:
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177 \begin_inset Graphics
2178         filename ../images/tabular-feature_append-row.png
2179         scaleBeforeRotation
2180
2181 \end_inset
2182
2183  adds a row below the current cell or selection
2184 \end_layout
2185
2186 \begin_layout Labeling
2187 \labelwidthstring 00.00.0000
2188 \begin_inset Graphics
2189         filename ../images/tabular-feature_append-column.png
2190         scaleBeforeRotation
2191
2192 \end_inset
2193
2194  adds a column right beside the current cell or selection
2195 \end_layout
2196
2197 \begin_layout Labeling
2198 \labelwidthstring 00.00.0000
2199 \begin_inset Graphics
2200         filename ../images/tabular-feature_delete-row.png
2201         scaleBeforeRotation
2202
2203 \end_inset
2204
2205  deletes the current row or selection
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../images/tabular-feature_delete-column.png
2212         scaleBeforeRotation
2213
2214 \end_inset
2215
2216  deletes the current column or selection
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Graphics
2222         filename ../images/tabular-feature_toggle-line-top.png
2223         scaleBeforeRotation
2224
2225 \end_inset
2226
2227  adds a line at the top of the current cell / row or of a selection
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232 \begin_inset Graphics
2233         filename ../images/tabular-feature_toggle-line-bottom.png
2234         scaleBeforeRotation
2235
2236 \end_inset
2237
2238  adds a line at the bottom of the current cell / row or of a selection
2239 \end_layout
2240
2241 \begin_layout Labeling
2242 \labelwidthstring 00.00.0000
2243 \begin_inset Graphics
2244         filename ../images/tabular-feature_toggle-line-left.png
2245         scaleBeforeRotation
2246
2247 \end_inset
2248
2249  adds a line at the left side of the current cell / row or of a selection
2250 \end_layout
2251
2252 \begin_layout Labeling
2253 \labelwidthstring 00.00.0000
2254 \begin_inset Graphics
2255         filename ../images/tabular-feature_toggle-line-right.png
2256         scaleBeforeRotation
2257
2258 \end_inset
2259
2260  adds a line at the right side of the current cell / row or of a selection
2261 \end_layout
2262
2263 \begin_layout Labeling
2264 \labelwidthstring 00.00.0000
2265 \begin_inset Graphics
2266         filename ../images/tabular-feature_set-all-lines.png
2267         scaleBeforeRotation
2268
2269 \end_inset
2270
2271  adds lines around the current or selected cells - if the current cell no
2272  multicolumn this also affects the current row and column
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../images/tabular-feature_unset-all-lines.png
2279         scaleBeforeRotation
2280
2281 \end_inset
2282
2283  deletes all lines of the current or selected cells - if the current cell
2284  no multicolumn this also affects the current row and column
2285 \end_layout
2286
2287 \begin_layout Labeling
2288 \labelwidthstring 00.00.0000
2289 \begin_inset Graphics
2290         filename ../images/tabular-feature_align-left.png
2291         scaleBeforeRotation
2292
2293 \end_inset
2294
2295  left-aligns the content of the current cell / column
2296 \end_layout
2297
2298 \begin_layout Labeling
2299 \labelwidthstring 00.00.0000
2300 \begin_inset Graphics
2301         filename ../images/tabular-feature_align-center.png
2302         scaleBeforeRotation
2303
2304 \end_inset
2305
2306  centers the content of the current cell / column horizontally
2307 \end_layout
2308
2309 \begin_layout Labeling
2310 \labelwidthstring 00.00.0000
2311 \begin_inset Graphics
2312         filename ../images/tabular-feature_align-right.png
2313         scaleBeforeRotation
2314
2315 \end_inset
2316
2317  right-aligns the content of the current cell / column
2318 \end_layout
2319
2320 \begin_layout Labeling
2321 \labelwidthstring 00.00.0000
2322 \begin_inset Graphics
2323         filename ../images/tabular-feature_valign-top.png
2324         scaleBeforeRotation
2325
2326 \end_inset
2327
2328  aligns the content of the current cell vertically to the top
2329 \end_layout
2330
2331 \begin_layout Labeling
2332 \labelwidthstring 00.00.0000
2333 \begin_inset Graphics
2334         filename ../images/tabular-feature_valign-middle.png
2335         scaleBeforeRotation
2336
2337 \end_inset
2338
2339  centers the content of the current cell vertically
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344 \begin_inset Graphics
2345         filename ../images/tabular-feature_valign-bottom.png
2346         scaleBeforeRotation
2347
2348 \end_inset
2349
2350  aligns the content of the current cell vertically to the bottom
2351 \end_layout
2352
2353 \begin_layout Labeling
2354 \labelwidthstring 00.00.0000
2355 \begin_inset Graphics
2356         filename ../images/tabular-feature_set-rotate-cell.png
2357         scaleBeforeRotation
2358
2359 \end_inset
2360
2361  rotates the current cell or selection counter-clockwise by 90°
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Graphics
2367         filename ../images/tabular-feature_set-rotate-tabular.png
2368         scaleBeforeRotation
2369
2370 \end_inset
2371
2372  rotates the whole table counter-clockwise by 90°
2373 \end_layout
2374
2375 \begin_layout Labeling
2376 \labelwidthstring 00.00.0000
2377 \begin_inset Graphics
2378         filename ../images/tabular-feature_multicolumn.png
2379         scaleBeforeRotation
2380
2381 \end_inset
2382
2383  sets the current cell or selection as a multicolumn
2384 \end_layout
2385
2386 \begin_layout Standard
2387 \begin_inset Note Greyedout
2388 status open
2389
2390 \begin_layout Plain Layout
2391
2392 \series bold
2393 Note:
2394 \series default
2395  For the output the vertical alignment of the first cell in a row is used
2396  for all following cells in the row.
2397 \end_layout
2398
2399 \end_inset
2400
2401
2402 \end_layout
2403
2404 \begin_layout Section
2405 Edit Table Menu
2406 \begin_inset Index
2407 status collapsed
2408
2409 \begin_layout Plain Layout
2410 Table ! Edit Menu
2411 \end_layout
2412
2413 \end_inset
2414
2415
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Additionally to the table dialog and toolbar, the menu 
2420 \family sans
2421 Edit\SpecialChar \menuseparator
2422 Table
2423 \family default
2424  allows you to add and delete border lines for the current row/column and
2425  to set the current selection as multicolumn.
2426  The menu is only available when the cursor is inside a table.
2427 \end_layout
2428
2429 \begin_layout Section
2430 Table Floats
2431 \begin_inset CommandInset label
2432 LatexCommand label
2433 name "sec:Table-Floats"
2434
2435 \end_inset
2436
2437
2438 \begin_inset Index
2439 status collapsed
2440
2441 \begin_layout Plain Layout
2442 Floats ! Tables
2443 \end_layout
2444
2445 \end_inset
2446
2447
2448 \begin_inset Index
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452 Table ! Floats
2453 \end_layout
2454
2455 \end_inset
2456
2457
2458 \end_layout
2459
2460 \begin_layout Standard
2461 For general explanations about floats, have a look at section
2462 \begin_inset space ~
2463 \end_inset
2464
2465
2466 \begin_inset CommandInset ref
2467 LatexCommand ref
2468 reference "sec:FloatIntroduction"
2469
2470 \end_inset
2471
2472 .
2473 \end_layout
2474
2475 \begin_layout Standard
2476 \begin_inset Float table
2477 placement h
2478 wide false
2479 sideways false
2480 status open
2481
2482 \begin_layout Plain Layout
2483 \begin_inset Caption
2484
2485 \begin_layout Plain Layout
2486 \begin_inset CommandInset label
2487 LatexCommand label
2488 name "tab:a table float"
2489
2490 \end_inset
2491
2492 A table float.
2493 \end_layout
2494
2495 \end_inset
2496
2497
2498 \end_layout
2499
2500 \begin_layout Plain Layout
2501 \align center
2502 \begin_inset Tabular
2503 <lyxtabular version="3" rows="3" columns="3">
2504 <features>
2505 <column alignment="center" valignment="top" width="0pt">
2506 <column alignment="center" valignment="top" width="0pt">
2507 <column alignment="center" valignment="top" width="0pt">
2508 <row>
2509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2510 \begin_inset Text
2511
2512 \begin_layout Plain Layout
2513
2514 \family roman
2515 \series medium
2516 \shape up
2517 \size normal
2518 \emph off
2519 \bar no
2520 \noun off
2521 \color none
2522 1
2523 \end_layout
2524
2525 \end_inset
2526 </cell>
2527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2528 \begin_inset Text
2529
2530 \begin_layout Plain Layout
2531
2532 \family roman
2533 \series medium
2534 \shape up
2535 \size normal
2536 \emph off
2537 \bar no
2538 \noun off
2539 \color none
2540 2
2541 \end_layout
2542
2543 \end_inset
2544 </cell>
2545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2546 \begin_inset Text
2547
2548 \begin_layout Plain Layout
2549
2550 \family roman
2551 \series medium
2552 \shape up
2553 \size normal
2554 \emph off
2555 \bar no
2556 \noun off
2557 \color none
2558 3
2559 \end_layout
2560
2561 \end_inset
2562 </cell>
2563 </row>
2564 <row>
2565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2566 \begin_inset Text
2567
2568 \begin_layout Plain Layout
2569
2570 \family roman
2571 \series medium
2572 \shape up
2573 \size normal
2574 \emph off
2575 \bar no
2576 \noun off
2577 \color none
2578 Joe
2579 \end_layout
2580
2581 \end_inset
2582 </cell>
2583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2584 \begin_inset Text
2585
2586 \begin_layout Plain Layout
2587
2588 \family roman
2589 \series medium
2590 \shape up
2591 \size normal
2592 \emph off
2593 \bar no
2594 \noun off
2595 \color none
2596 Mary
2597 \end_layout
2598
2599 \end_inset
2600 </cell>
2601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2602 \begin_inset Text
2603
2604 \begin_layout Plain Layout
2605
2606 \family roman
2607 \series medium
2608 \shape up
2609 \size normal
2610 \emph off
2611 \bar no
2612 \noun off
2613 \color none
2614 Ted
2615 \end_layout
2616
2617 \end_inset
2618 </cell>
2619 </row>
2620 <row>
2621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2622 \begin_inset Text
2623
2624 \begin_layout Plain Layout
2625
2626 \family roman
2627 \series medium
2628 \shape up
2629 \size normal
2630 \emph off
2631 \bar no
2632 \noun off
2633 \color none
2634 \begin_inset Formula $\int x^{2}dx$
2635 \end_inset
2636
2637
2638 \end_layout
2639
2640 \end_inset
2641 </cell>
2642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2643 \begin_inset Text
2644
2645 \begin_layout Plain Layout
2646
2647 \family roman
2648 \series medium
2649 \shape up
2650 \size normal
2651 \emph off
2652 \bar no
2653 \noun off
2654 \color none
2655 \begin_inset Formula $\left[\begin{array}{cc}
2656 a & b\\
2657 c & d\end{array}\right]$
2658 \end_inset
2659
2660
2661 \end_layout
2662
2663 \end_inset
2664 </cell>
2665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Plain Layout
2669
2670 \family roman
2671 \series medium
2672 \shape up
2673 \size normal
2674 \emph off
2675 \bar no
2676 \noun off
2677 \color none
2678 \begin_inset Formula $1+1=2$
2679 \end_inset
2680
2681
2682 \end_layout
2683
2684 \end_inset
2685 </cell>
2686 </row>
2687 </lyxtabular>
2688
2689 \end_inset
2690
2691
2692 \end_layout
2693
2694 \end_inset
2695
2696
2697 \end_layout
2698
2699 \begin_layout Standard
2700 Table floats can be inserted using the menu 
2701 \family sans
2702 Insert\SpecialChar \menuseparator
2703 Float\SpecialChar \menuseparator
2704 Table
2705 \family default
2706  or the toolbar button 
2707 \begin_inset Graphics
2708         filename ../images/float-insert_table.png
2709         scale 85
2710         scaleBeforeRotation
2711
2712 \end_inset
2713
2714 .
2715 \end_layout
2716
2717 \begin_layout Standard
2718 The float appears as a collapsible box with a caption that has the label
2719  
2720 \begin_inset Quotes eld
2721 \end_inset
2722
2723 Table
2724 \begin_inset space ~
2725 \end_inset
2726
2727 #:
2728 \begin_inset Quotes erd
2729 \end_inset
2730
2731  (# is the actual table number).
2732  You can insert tables to the float above or below the caption.
2733 \end_layout
2734
2735 \begin_layout Standard
2736 Table
2737 \begin_inset space ~
2738 \end_inset
2739
2740
2741 \begin_inset CommandInset ref
2742 LatexCommand ref
2743 reference "tab:a table float"
2744
2745 \end_inset
2746
2747  is an example table within a table float.
2748 \end_layout
2749
2750 \begin_layout Standard
2751 Having the caption above the table is the common rule that is unfortunately
2752  not supported in LaTeX's standard classes.
2753  That means if you are using the document classes 
2754 \family sans
2755 article
2756 \family default
2757
2758 \family sans
2759 book
2760 \family default
2761
2762 \family sans
2763 letter
2764 \family default
2765 , or 
2766 \family sans
2767 report
2768 \family default
2769  there will be no space between the caption and the table.
2770  To insert the needed space, add the following option to the load command
2771  of the LaTeX-package 
2772 \series bold
2773 caption
2774 \series default
2775
2776 \begin_inset Index
2777 status collapsed
2778
2779 \begin_layout Plain Layout
2780 LaTeX-packages ! caption
2781 \end_layout
2782
2783 \end_inset
2784
2785  in your document preamble
2786 \begin_inset Foot
2787 status collapsed
2788
2789 \begin_layout Plain Layout
2790 For more information have a look at section
2791 \begin_inset space ~
2792 \end_inset
2793
2794
2795 \begin_inset CommandInset ref
2796 LatexCommand ref
2797 reference "sec:Caption-Placement"
2798
2799 \end_inset
2800
2801 .
2802 \end_layout
2803
2804 \end_inset
2805
2806 :
2807 \end_layout
2808
2809 \begin_layout Standard
2810
2811 \series bold
2812 tableposition=top
2813 \end_layout
2814
2815 \begin_layout Standard
2816 The package 
2817 \series bold
2818 caption
2819 \series default
2820 , which is described in section
2821 \begin_inset space ~
2822 \end_inset
2823
2824
2825 \begin_inset CommandInset ref
2826 LatexCommand ref
2827 reference "sec:Caption-Formatting"
2828
2829 \end_inset
2830
2831 , is used to adjust the caption format.
2832 \end_layout
2833
2834 \begin_layout Standard
2835 \begin_inset Index
2836 status collapsed
2837
2838 \begin_layout Plain Layout
2839 References ! to Tables
2840 \end_layout
2841
2842 \end_inset
2843
2844 Tables can be cross-referenced in the text by referencing their label.
2845  To do this insert a label in the caption using the menu 
2846 \family sans
2847 Insert\SpecialChar \menuseparator
2848 Label
2849 \family default
2850  or the toolbar button 
2851 \begin_inset Graphics
2852         filename ../images/label-insert.png
2853         scale 85
2854         scaleBeforeRotation
2855
2856 \end_inset
2857
2858 .
2859  You can now refer to the label using the menu 
2860 \family sans
2861 Insert\SpecialChar \menuseparator
2862 Cross
2863 \begin_inset space ~
2864 \end_inset
2865
2866 reference
2867 \family default
2868  or the toolbar button 
2869 \begin_inset Graphics
2870         filename ../images/dialog-show-new-inset_ref.png
2871         scale 85
2872         scaleBeforeRotation
2873
2874 \end_inset
2875
2876 .
2877 \begin_inset Newline newline
2878 \end_inset
2879
2880 Referencing is explained in detail in section
2881 \begin_inset space ~
2882 \end_inset
2883
2884
2885 \begin_inset CommandInset ref
2886 LatexCommand ref
2887 reference "sec:Referencing-Floats"
2888
2889 \end_inset
2890
2891 .
2892 \end_layout
2893
2894 \begin_layout Section
2895 Longtables
2896 \begin_inset CommandInset label
2897 LatexCommand label
2898 name "sec:Longtables"
2899
2900 \end_inset
2901
2902
2903 \begin_inset Index
2904 status collapsed
2905
2906 \begin_layout Plain Layout
2907 Longtables
2908 \end_layout
2909
2910 \end_inset
2911
2912
2913 \begin_inset Index
2914 status collapsed
2915
2916 \begin_layout Plain Layout
2917 Table ! Longtables
2918 \end_layout
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \begin_layout Standard
2926 If the table is too long to fit on one page, you can use the option 
2927 \family sans
2928 Use
2929 \begin_inset space ~
2930 \end_inset
2931
2932 long
2933 \begin_inset space ~
2934 \end_inset
2935
2936 table
2937 \family default
2938  in the tab 
2939 \family sans
2940 Longtable
2941 \family default
2942  of the table dialog to split the table automatically over more pages.
2943  Doing this enables some check boxes and you can now define:
2944 \end_layout
2945
2946 \begin_layout Description
2947
2948 \family sans
2949 Header
2950 \family default
2951 : The current row and all rows above, that don't have any special options
2952  defined, are defined to be the header rows of all pages of the longtable;
2953  except for the first page, if 
2954 \family sans
2955 First
2956 \begin_inset space ~
2957 \end_inset
2958
2959 header
2960 \family default
2961  is defined.
2962  This therefore called the main header.
2963 \end_layout
2964
2965 \begin_layout Description
2966
2967 \family sans
2968 First
2969 \begin_inset space ~
2970 \end_inset
2971
2972 header
2973 \family default
2974 : The current row and all rows above, that don't have any special options
2975  defined, are defined to be the header rows of the first page of the longtable.
2976 \end_layout
2977
2978 \begin_layout Description
2979
2980 \family sans
2981 Footer
2982 \family default
2983 : The current row and all rows below, that don't have any special options
2984  defined, are defined to be the footer rows of all pages of the longtable;
2985  except for the last page, if 
2986 \family sans
2987 Last
2988 \begin_inset space ~
2989 \end_inset
2990
2991 footer
2992 \family default
2993  is defined.
2994 \end_layout
2995
2996 \begin_layout Description
2997
2998 \family sans
2999 Last
3000 \begin_inset space ~
3001 \end_inset
3002
3003 footer
3004 \family default
3005 : The current row and all rows below, that don't have any special options
3006  defined, are defined to be the footer rows of the last page of the longtable.
3007 \end_layout
3008
3009 \begin_layout Standard
3010 You can also specify a row where the table is splitted.
3011  If you set more than one option in the same table row, you should be aware
3012  of the fact that only the first one is used in the given table row.
3013  The others will then be defined as 
3014 \emph on
3015 empty
3016 \emph default
3017 .
3018  In this context, first means first in this order: 
3019 \family sans
3020 Header,
3021 \family default
3022  
3023 \family sans
3024 First
3025 \begin_inset space ~
3026 \end_inset
3027
3028 header, Footer, Last
3029 \begin_inset space ~
3030 \end_inset
3031
3032 footer.
3033
3034 \family default
3035  See the following longtable to see how it works:
3036 \end_layout
3037
3038 \begin_layout Standard
3039 \align center
3040 \begin_inset Tabular
3041 <lyxtabular version="3" rows="69" columns="3">
3042 <features islongtable="true">
3043 <column alignment="left" valignment="top" width="0cm">
3044 <column alignment="left" valignment="top" width="0pt">
3045 <column alignment="center" valignment="top" width="0pt">
3046 <row endfirsthead="true">
3047 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051
3052 \series bold
3053 Example Phone List (ignore the names)
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 </row>
3077 <row endfirsthead="true">
3078 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082
3083 \series bold
3084 NAME
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \series bold
3104 TEL.
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 </row>
3110 <row endhead="true">
3111 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \series bold
3117 Example Phone List
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 </row>
3141 <row endhead="true">
3142 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \series bold
3148 NAME
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \series bold
3168 TEL.
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 </row>
3174 <row endfoot="true">
3175 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179  continued on next page
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 </row>
3203 <row>
3204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \series bold
3210 Annovi
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219 Silvia
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 111
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 </row>
3234 <row>
3235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \series bold
3241 Bertoli
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell alignment="center" valignment="top" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250 Stefano
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 111
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 </row>
3265 <row>
3266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \series bold
3272 Bozzi
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell alignment="center" valignment="top" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281 Walter
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 111
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row>
3297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \series bold
3303 Cachia
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 Maria
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 111
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 </row>
3327 <row>
3328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \series bold
3334 Cachia
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 Maurizio
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 111
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 </row>
3358 <row>
3359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \series bold
3365 Cinquemani
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374 Giusi
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 111
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 <row>
3390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394
3395 \series bold
3396 Colin
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 Bernard
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 111
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 </row>
3420 <row>
3421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425
3426 \series bold
3427 Concli
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 Gianfranco
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 111
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row>
3452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \series bold
3458 Dal Bosco
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 Carolina
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 111
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 <row>
3483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487
3488 \series bold
3489 Dalpiaz
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 Annamaria
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 111
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row>
3514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \series bold
3520 Feliciello
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 Domenico
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 111
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row>
3545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551 Focarelli
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 Paola
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 111
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 <row>
3576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580
3581 \series bold
3582 Galletti
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 Oreste
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 111
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 </row>
3606 <row>
3607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613 Gasparini
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Franca
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 111
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \series bold
3644 Rizzardi
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 Paola
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 111
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673
3674 \series bold
3675 Lassini
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 Giancarlo
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 111
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704
3705 \series bold
3706 Malfatti
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Luciano
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 111
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735
3736 \series bold
3737 Malfatti
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Valeriano
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 111
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \series bold
3768 Meneguzzo
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Roberto
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 111
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 </row>
3792 <row>
3793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \series bold
3799 Mezzadra
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 Roberto
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 111
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \series bold
3830 Pirpamer
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 Erich
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 111
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \series bold
3861 Pochiesa
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 Paolo
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 111, 222
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 <row>
3886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892 Radina
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Claudio
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 111
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 </row>
3916 <row>
3917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921
3922 \series bold
3923 Stuffer
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 Oskar
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 111
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 </row>
3947 <row>
3948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952
3953 \series bold
3954 Tacchelli
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 Ugo
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 111
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 </row>
3978 <row>
3979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983
3984 \series bold
3985 Tezzele
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 Margit
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 111
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 </row>
4009 <row>
4010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014
4015 \series bold
4016 Unterkalmsteiner
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 Frieda
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 111
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 </row>
4040 <row>
4041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045
4046 \series bold
4047 Vieider
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 Hilde
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 111
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 </row>
4071 <row>
4072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076
4077 \series bold
4078 Vigna
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Jürgen
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 111
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 <row>
4103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107
4108 \series bold
4109 Weber
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Maurizio
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 111
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140 Winkler
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Franz
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 111
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169  
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 </row>
4193 <row>
4194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198
4199 \series bold
4200 Annovi
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 Silvia
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 555
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 </row>
4224 <row>
4225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229
4230 \series bold
4231 Bertoli
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 Stefano
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 555
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 </row>
4255 <row>
4256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260
4261 \series bold
4262 Bozzi
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 Walter
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 555
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 </row>
4286 <row>
4287 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291
4292 \series bold
4293 Cachia
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 Maria
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 555
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 </row>
4317 <row>
4318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \series bold
4324 Cachia
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 Maurizio
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 555
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 </row>
4348 <row>
4349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353
4354 \series bold
4355 Cinquemani
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 Giusi
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 555
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 </row>
4379 <row>
4380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384
4385 \series bold
4386 Colin
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 Bernard
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 555
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415
4416 \series bold
4417 Concli
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 Gianfranco
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 555
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \series bold
4448 Dal Bosco
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 Carolina
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 555
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 </row>
4472 <row>
4473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477
4478 \series bold
4479 Dalpiaz
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 Annamaria
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 555
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 </row>
4503 <row>
4504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508
4509 \series bold
4510 Feliciello
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 Domenico
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 555
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 </row>
4534 <row>
4535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539
4540 \series bold
4541 Focarelli
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 Paola
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 555
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \series bold
4572 Galletti
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 Oreste
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 555
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 </row>
4596 <row>
4597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \series bold
4603 Gasparini
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 Franca
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 555
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \series bold
4634 Rizzardi
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 Paola
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 555
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \series bold
4665 Lassini
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 Giancarlo
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 555
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \series bold
4696 Malfatti
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 Luciano
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 555
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725
4726 \series bold
4727 Malfatti
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 Valeriano
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 555
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756
4757 \series bold
4758 Meneguzzo
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 Roberto
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 555
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \series bold
4789 Mezzadra
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 Roberto
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 555
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Pirpamer
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Erich
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 555
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Pochiesa
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Paolo
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555, 222
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Radina
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Claudio
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row>
4907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \series bold
4913 Stuffer
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Oskar
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 555
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 </row>
4937 <row>
4938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942
4943 \series bold
4944 Tacchelli
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Ugo
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 555
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row>
4969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \series bold
4975 Tezzele
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 Margit
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 555
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row>
5000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \series bold
5006 Unterkalmsteiner
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 Frieda
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 555
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037 Vieider
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 Hilde
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 555
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \series bold
5068 Vigna
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Jürgen
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 999
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099 Weber
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Maurizio
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 555
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \series bold
5130 Winkler
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 Franz
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 555
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row endlastfoot="true">
5155 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 end
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 </row>
5183 </lyxtabular>
5184
5185 \end_inset
5186
5187
5188 \begin_inset ERT
5189 status collapsed
5190
5191 \begin_layout Plain Layout
5192
5193
5194 \backslash
5195 addtocounter{table}{-1}
5196 \end_layout
5197
5198 \end_inset
5199
5200
5201 \begin_inset Note Note
5202 status collapsed
5203
5204 \begin_layout Plain Layout
5205 See greyed-out note in section
5206 \begin_inset space ~
5207 \end_inset
5208
5209
5210 \begin_inset CommandInset ref
5211 LatexCommand ref
5212 reference "sub:Longtable-Captions"
5213
5214 \end_inset
5215
5216  for an explanation of this command.
5217 \end_layout
5218
5219 \end_inset
5220
5221
5222 \end_layout
5223
5224 \begin_layout Subsection
5225 Footnotes in Longtables
5226 \begin_inset CommandInset label
5227 LatexCommand label
5228 name "sub:Footnotes-in-Longtables"
5229
5230 \end_inset
5231
5232
5233 \begin_inset Index
5234 status collapsed
5235
5236 \begin_layout Plain Layout
5237 Longtables ! Footnotes
5238 \end_layout
5239
5240 \end_inset
5241
5242
5243 \end_layout
5244
5245 \begin_layout Standard
5246 Footnotes can be inserted to every longtable cell.
5247  They appear at the bottom of the page where the table cell with the footnote
5248  appears.
5249  Table
5250 \begin_inset space ~
5251 \end_inset
5252
5253
5254 \begin_inset CommandInset ref
5255 LatexCommand ref
5256 reference "tab:DiffCaptions"
5257
5258 \end_inset
5259
5260  has for example a footnote.
5261 \end_layout
5262
5263 \begin_layout Subsection
5264 Longtable Alignment
5265 \begin_inset Index
5266 status collapsed
5267
5268 \begin_layout Plain Layout
5269 Longtables ! Alignment
5270 \end_layout
5271
5272 \end_inset
5273
5274
5275 \end_layout
5276
5277 \begin_layout Standard
5278 Longtables are by default centered.
5279  In contrary to the alignment of the table columns and row, the table alignment
5280  can currently not be changed in the table dialog.
5281  To change the alignment of longtables you have to change the value of the
5282  lengths 
5283 \series bold
5284
5285 \backslash
5286 LTleft 
5287 \series default
5288 and 
5289 \series bold
5290
5291 \backslash
5292 LTright
5293 \series default
5294  by inserting this line as TeX-Code before the corresponding longtable:
5295 \end_layout
5296
5297 \begin_layout Standard
5298
5299 \series bold
5300
5301 \backslash
5302 setlength{
5303 \backslash
5304 LTleft}{value}
5305 \end_layout
5306
5307 \begin_layout Standard
5308 Where the value can have any of the units listed in Table
5309 \begin_inset space ~
5310 \end_inset
5311
5312
5313 \begin_inset CommandInset ref
5314 LatexCommand ref
5315 reference "tab:Units"
5316
5317 \end_inset
5318
5319 .
5320  
5321 \series bold
5322
5323 \backslash
5324 LTleft
5325 \series default
5326  controls the horizontal distance from the left page border to the longtable,
5327  
5328 \series bold
5329
5330 \backslash
5331 LTright
5332 \series default
5333  the distance from the right side.
5334  The default value for both lengths is 
5335 \series bold
5336
5337 \backslash
5338 fill
5339 \series default
5340 , which is in this case the same as an horizontal fill in LyX.
5341 \end_layout
5342
5343 \begin_layout Standard
5344 The following longtable was left-aligned by setting 
5345 \series bold
5346
5347 \backslash
5348 LTleft
5349 \series default
5350  to 0
5351 \begin_inset space \thinspace{}
5352 \end_inset
5353
5354 pt.
5355 \begin_inset ERT
5356 status collapsed
5357
5358 \begin_layout Plain Layout
5359
5360
5361 \backslash
5362 setlength{
5363 \backslash
5364 LTleft}{0pt}
5365 \end_layout
5366
5367 \end_inset
5368
5369
5370 \end_layout
5371
5372 \begin_layout Standard
5373 \begin_inset Tabular
5374 <lyxtabular version="3" rows="5" columns="5">
5375 <features islongtable="true">
5376 <column alignment="center" valignment="top" width="0">
5377 <column alignment="center" valignment="top" width="0">
5378 <column alignment="center" valignment="top" width="0">
5379 <column alignment="center" valignment="top" width="0">
5380 <column alignment="center" valignment="top" width="0">
5381 <row>
5382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 1
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 2
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 3
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 4
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 5
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 </row>
5428 <row>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 asd
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 s
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 s
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 s
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 asd
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 asd
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 s
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 s
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 s
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 asd
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row>
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 asd
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 s
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 s
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 s
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 asd
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 <row>
5570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 asd
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 asd
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 asd
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 asd
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 </row>
5616 </lyxtabular>
5617
5618 \end_inset
5619
5620
5621 \begin_inset ERT
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625
5626
5627 \backslash
5628 setlength{
5629 \backslash
5630 LTleft}{
5631 \backslash
5632 fill}
5633 \end_layout
5634
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \begin_layout Subsection
5641 Longtable Captions
5642 \begin_inset Index
5643 status collapsed
5644
5645 \begin_layout Plain Layout
5646 Longtables ! Captions
5647 \end_layout
5648
5649 \end_inset
5650
5651
5652 \begin_inset CommandInset label
5653 LatexCommand label
5654 name "sub:Longtable-Captions"
5655
5656 \end_inset
5657
5658
5659 \end_layout
5660
5661 \begin_layout Standard
5662 A longtable cannot be put into a table float because floats can only be
5663  on one page but the caption environment of floats can also be used for
5664  longtables.
5665 \end_layout
5666
5667 \begin_layout Standard
5668 As LyX does not yet fully support captions in longtables, a hack is needed
5669  to create them:
5670 \end_layout
5671
5672 \begin_layout Enumerate
5673 Create a longtable
5674 \family sans
5675 .
5676 \end_layout
5677
5678 \begin_layout Enumerate
5679 Mark the first row and disable its upper line.
5680 \end_layout
5681
5682 \begin_layout Enumerate
5683 Insert a caption via the menu 
5684 \family sans
5685 Insert\SpecialChar \menuseparator
5686 Caption
5687 \family default
5688  into the first table cell.
5689 \begin_inset Newline newline
5690 \end_inset
5691
5692 You can also add a short title for the caption.
5693 \end_layout
5694
5695 \begin_layout Enumerate
5696 Insert a 
5697 \begin_inset Quotes eld
5698 \end_inset
5699
5700
5701 \series bold
5702
5703 \backslash
5704
5705 \backslash
5706 %
5707 \series default
5708
5709 \begin_inset Quotes erd
5710 \end_inset
5711
5712  as TeX-Code behind the caption.
5713 \end_layout
5714
5715 \begin_layout Standard
5716 A short title that will appear in the LOT instead of the full title.
5717  The 
5718 \series bold
5719
5720 \backslash
5721
5722 \backslash
5723 %
5724 \series default
5725  behind the caption omits the vertical lines between the following cells
5726  in the row.
5727  The first table row is now only a dummy row for the caption, the actual
5728  table starts with the second row.
5729 \end_layout
5730
5731 \begin_layout Standard
5732 Here is a short longtable to see how it works:
5733 \end_layout
5734
5735 \begin_layout Standard
5736 \begin_inset Tabular
5737 <lyxtabular version="3" rows="6" columns="5">
5738 <features islongtable="true">
5739 <column alignment="center" valignment="top" width="0">
5740 <column alignment="center" valignment="top" width="0">
5741 <column alignment="center" valignment="top" width="0">
5742 <column alignment="center" valignment="top" width="0">
5743 <column alignment="center" valignment="top" width="0">
5744 <row caption="true">
5745 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 \begin_inset Caption
5750
5751 \begin_layout Plain Layout
5752 Longtable with caption
5753 \begin_inset OptArg
5754 status open
5755
5756 \begin_layout Plain Layout
5757 Longtable
5758 \end_layout
5759
5760 \end_inset
5761
5762
5763 \end_layout
5764
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 </row>
5809 <row>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 1
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 2
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 3
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 4
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 5
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 asd
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 s
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 s
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 s
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 asd
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 </row>
5903 <row>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 asd
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 s
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 asd
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 asd
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 s
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 s
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 asd
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 asd
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 asd
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 </row>
6044 </lyxtabular>
6045
6046 \end_inset
6047
6048
6049 \end_layout
6050
6051 \begin_layout Standard
6052 \begin_inset VSpace medskip
6053 \end_inset
6054
6055
6056 \begin_inset Note Greyedout
6057 status open
6058
6059 \begin_layout Plain Layout
6060
6061 \series bold
6062 Note:
6063 \series default
6064  The table number is increased for every longtable, also if you didn't set
6065  a caption for it.
6066  For this reason you could have the case that e.g.
6067  Table
6068 \begin_inset space ~
6069 \end_inset
6070
6071 2.4 follows on Table
6072 \begin_inset space ~
6073 \end_inset
6074
6075 2.1 in the list of tables if there are two longtables without captions.
6076  To avoid this you can add the following command in TeX-Code behind every
6077  longtable without a caption:
6078 \end_layout
6079
6080 \begin_layout Plain Layout
6081
6082 \series bold
6083
6084 \backslash
6085 addtocounter{table}{-1}
6086 \end_layout
6087
6088 \end_inset
6089
6090
6091 \end_layout
6092
6093 \begin_layout Standard
6094 \begin_inset Note Greyedout
6095 status open
6096
6097 \begin_layout Plain Layout
6098
6099 \series bold
6100 Note:
6101 \series default
6102  If you are using the LaTeX-package 
6103 \series bold
6104 hyperref
6105 \series default
6106
6107 \begin_inset Index
6108 status collapsed
6109
6110 \begin_layout Plain Layout
6111 LaTeX-packages ! hyperref
6112 \end_layout
6113
6114 \end_inset
6115
6116  to link cross-references, the link to a longtable caption will always point
6117  to the beginning of the document.
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \begin_layout Standard
6126 \begin_inset Newpage newpage
6127 \end_inset
6128
6129
6130 \end_layout
6131
6132 \begin_layout Subsubsection
6133 References to Longtables
6134 \begin_inset Index
6135 status collapsed
6136
6137 \begin_layout Plain Layout
6138 Longtables ! References
6139 \end_layout
6140
6141 \end_inset
6142
6143
6144 \end_layout
6145
6146 \begin_layout Standard
6147 \begin_inset Tabular
6148 <lyxtabular version="3" rows="6" columns="5">
6149 <features islongtable="true">
6150 <column alignment="center" valignment="top" width="0">
6151 <column alignment="center" valignment="top" width="0">
6152 <column alignment="center" valignment="top" width="0">
6153 <column alignment="center" valignment="top" width="0">
6154 <column alignment="center" valignment="top" width="0">
6155 <row caption="true">
6156 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 \begin_inset Caption
6161
6162 \begin_layout Plain Layout
6163 Referenced longtable
6164 \begin_inset CommandInset label
6165 LatexCommand label
6166 name "tab:RefExample"
6167
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 1
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 2
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 3
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 4
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 5
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 <row>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 asd
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 s
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 s
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 s
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 asd
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 </row>
6311 <row>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 asd
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 s
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 s
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 s
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 asd
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 </row>
6358 <row>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 asd
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 s
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 s
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 s
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 asd
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 sad
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 asd
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 asd
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 </lyxtabular>
6453
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \begin_layout Standard
6460 To reference a longtable, insert a label into the caption.
6461  Note that you have to add the label prefix 
6462 \begin_inset Quotes eld
6463 \end_inset
6464
6465
6466 \emph on
6467 tab:
6468 \emph default
6469
6470 \begin_inset Quotes eld
6471 \end_inset
6472
6473  manually in the label field.
6474 \end_layout
6475
6476 \begin_layout Standard
6477 This is a reference to Table
6478 \begin_inset space ~
6479 \end_inset
6480
6481
6482 \begin_inset CommandInset ref
6483 LatexCommand ref
6484 reference "tab:RefExample"
6485
6486 \end_inset
6487
6488 .
6489 \end_layout
6490
6491 \begin_layout Standard
6492 The caption layout can be set together with all other caption of your document
6493  using the LaTeX-package 
6494 \series bold
6495 caption
6496 \series default
6497
6498 \begin_inset Index
6499 status collapsed
6500
6501 \begin_layout Plain Layout
6502 LaTeX-packages ! caption
6503 \end_layout
6504
6505 \end_inset
6506
6507 , see section
6508 \begin_inset space ~
6509 \end_inset
6510
6511
6512 \begin_inset CommandInset ref
6513 LatexCommand ref
6514 reference "sec:Caption-Formatting"
6515
6516 \end_inset
6517
6518 .
6519 \end_layout
6520
6521 \begin_layout Subsubsection
6522 Caption Width
6523 \begin_inset Index
6524 status collapsed
6525
6526 \begin_layout Plain Layout
6527 Longtables ! Caption Width
6528 \end_layout
6529
6530 \end_inset
6531
6532
6533 \end_layout
6534
6535 \begin_layout Standard
6536 The maximal width of of caption lines is defined by the length 
6537 \series bold
6538
6539 \backslash
6540 LTcapwidth
6541 \series default
6542 .
6543  Its default value is 4
6544 \begin_inset space \thinspace{}
6545 \end_inset
6546
6547 in.
6548  To change it add the following command to your document preamble or as
6549  TeX-Code into your document before the longtable that should be affected
6550 \end_layout
6551
6552 \begin_layout Standard
6553
6554 \series bold
6555
6556 \backslash
6557 setlength{
6558 \backslash
6559 LTcapwidth}{width}
6560 \end_layout
6561
6562 \begin_layout Standard
6563 where the width could have one of the units listed in appendix
6564 \begin_inset space ~
6565 \end_inset
6566
6567
6568 \begin_inset CommandInset ref
6569 LatexCommand ref
6570 reference "cha:Units-available-in"
6571
6572 \end_inset
6573
6574 .
6575 \end_layout
6576
6577 \begin_layout Standard
6578 The following tables show the difference:
6579 \end_layout
6580
6581 \begin_layout Standard
6582 \begin_inset Tabular
6583 <lyxtabular version="3" rows="6" columns="5">
6584 <features islongtable="true">
6585 <column alignment="center" valignment="top" width="0">
6586 <column alignment="center" valignment="top" width="0">
6587 <column alignment="center" valignment="top" width="0">
6588 <column alignment="center" valignment="top" width="0">
6589 <column alignment="center" valignment="top" width="0">
6590 <row caption="true">
6591 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 \begin_inset Caption
6596
6597 \begin_layout Plain Layout
6598 long full title with default width long full title with default width long
6599  full title with default width
6600 \begin_inset OptArg
6601 status open
6602
6603 \begin_layout Plain Layout
6604 caption with default width
6605 \end_layout
6606
6607 \end_inset
6608
6609
6610 \end_layout
6611
6612 \end_inset
6613
6614
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 </row>
6656 <row>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 1
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 2
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679 3
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 4
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 5
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 </row>
6703 <row>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 asd
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 s
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 s
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 s
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 asd
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 <row>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 asd
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 s
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 s
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 s
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 asd
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 asd
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 s
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 s
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 s
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 asd
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row>
6845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 asd
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 sad
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 asd
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 asd
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 asd
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 </row>
6891 </lyxtabular>
6892
6893 \end_inset
6894
6895
6896 \end_layout
6897
6898 \begin_layout Standard
6899 \begin_inset ERT
6900 status collapsed
6901
6902 \begin_layout Plain Layout
6903
6904
6905 \backslash
6906 setlength{
6907 \backslash
6908 LTcapwidth}{5cm}
6909 \end_layout
6910
6911 \end_inset
6912
6913
6914 \begin_inset Tabular
6915 <lyxtabular version="3" rows="6" columns="5">
6916 <features islongtable="true">
6917 <column alignment="center" valignment="top" width="0">
6918 <column alignment="center" valignment="top" width="0">
6919 <column alignment="center" valignment="top" width="0">
6920 <column alignment="center" valignment="top" width="0">
6921 <column alignment="center" valignment="top" width="0">
6922 <row caption="true">
6923 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 \begin_inset Caption
6928
6929 \begin_layout Plain Layout
6930 long full title with width set to 5
6931 \begin_inset space \thinspace{}
6932 \end_inset
6933
6934 cm long full title with width set to 5
6935 \begin_inset space \thinspace{}
6936 \end_inset
6937
6938 cm long full title with width set to 5
6939 \begin_inset space \thinspace{}
6940 \end_inset
6941
6942 cm
6943 \begin_inset OptArg
6944 status open
6945
6946 \begin_layout Plain Layout
6947 caption with width
6948 \begin_inset space \thinspace{}
6949 \end_inset
6950
6951 =
6952 \begin_inset space \thinspace{}
6953 \end_inset
6954
6955 5
6956 \begin_inset space \thinspace{}
6957 \end_inset
6958
6959 cm
6960 \end_layout
6961
6962 \end_inset
6963
6964
6965 \end_layout
6966
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 </row>
7011 <row>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 1
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025 2
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 3
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 4
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 5
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 </row>
7058 <row>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 asd
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 s
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 s
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 s
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 asd
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 </row>
7105 <row>
7106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 asd
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 s
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 s
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 s
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 asd
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 </row>
7152 <row>
7153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 asd
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 s
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 s
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 s
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 asd
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 </row>
7199 <row>
7200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 asd
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 sad
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 asd
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 asd
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 asd
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 </row>
7246 </lyxtabular>
7247
7248 \end_inset
7249
7250
7251 \end_layout
7252
7253 \begin_layout Standard
7254 \begin_inset ERT
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258
7259
7260 \backslash
7261 setlength{
7262 \backslash
7263 LTcapwidth}{4in}
7264 \end_layout
7265
7266 \end_inset
7267
7268
7269 \end_layout
7270
7271 \begin_layout Standard
7272 \begin_inset Note Greyedout
7273 status open
7274
7275 \begin_layout Plain Layout
7276
7277 \series bold
7278 Note:
7279 \series default
7280  When the LaTeX-package 
7281 \series bold
7282 caption
7283 \series default
7284
7285 \begin_inset Index
7286 status collapsed
7287
7288 \begin_layout Plain Layout
7289 LaTeX-packages ! caption
7290 \end_layout
7291
7292 \end_inset
7293
7294  is used, as in this document, the full page width is used for the caption
7295  when you use the default value of 4
7296 \begin_inset space \thinspace{}
7297 \end_inset
7298
7299 in for 
7300 \series bold
7301
7302 \backslash
7303 LTcapwidth
7304 \series default
7305 .
7306  To get in this case exactly a 4
7307 \begin_inset space \thinspace{}
7308 \end_inset
7309
7310 in wide caption, you can either use a value slightly different from 4.0
7311 \begin_inset space \thinspace{}
7312 \end_inset
7313
7314 in, e.g.
7315  3.99
7316 \begin_inset space \thinspace{}
7317 \end_inset
7318
7319 in, or the LaTeX-command 
7320 \series bold
7321
7322 \backslash
7323 captionsetup{width=value}
7324 \series default
7325  that is provided by the 
7326 \series bold
7327 caption
7328 \series default
7329 -package.
7330 \end_layout
7331
7332 \end_inset
7333
7334
7335 \end_layout
7336
7337 \begin_layout Subsubsection
7338 Different Captions for Table Pages
7339 \begin_inset Index
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343 Longtables ! Different Captions for Pages
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \begin_layout Standard
7352 When the other captions should differ from the one of the first table page,
7353  insert a caption with a non-empty short title in a dummy caption row marked
7354  as first header.
7355  The caption used for the other table pages is inserted as caption without
7356  a short title in a dummy caption row that is marked as main header.
7357  When this caption shouldn't include the table number, use the command
7358 \end_layout
7359
7360 \begin_layout Standard
7361
7362 \series bold
7363
7364 \backslash
7365 caption*{caption text}
7366 \end_layout
7367
7368 \begin_layout Standard
7369 instead of LyX's caption box.
7370  The label to reference the table is inserted into the caption of the first
7371  header.
7372  Table
7373 \begin_inset space ~
7374 \end_inset
7375
7376
7377 \begin_inset CommandInset ref
7378 LatexCommand ref
7379 reference "tab:DiffCaptions"
7380
7381 \end_inset
7382
7383  is an example for a longtable with different heading where the second caption
7384  doesn't include the table number.
7385 \end_layout
7386
7387 \begin_layout Standard
7388 \align center
7389 \begin_inset Tabular
7390 <lyxtabular version="3" rows="59" columns="3">
7391 <features islongtable="true">
7392 <column alignment="left" valignment="top" width="0cm">
7393 <column alignment="left" valignment="top" width="0pt">
7394 <column alignment="center" valignment="top" width="0pt">
7395 <row endfirsthead="true" caption="true">
7396 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 \begin_inset Caption
7401
7402 \begin_layout Plain Layout
7403 Example Phone List
7404 \begin_inset CommandInset label
7405 LatexCommand label
7406 name "tab:DiffCaptions"
7407
7408 \end_inset
7409
7410
7411 \begin_inset OptArg
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 Example Phone List
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \end_inset
7424
7425
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row endfirsthead="true">
7450 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \series bold
7456 Example Phone List (ignore the names)
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row endfirsthead="true">
7481 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \series bold
7487 NAME
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \series bold
7507 TEL.
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row endhead="true" caption="true">
7514 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 \begin_inset ERT
7519 status open
7520
7521 \begin_layout Plain Layout
7522
7523
7524 \backslash
7525 caption*{Continued Example Phone List}
7526 \backslash
7527
7528 \backslash
7529 %
7530 \end_layout
7531
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 </row>
7558 <row endhead="true">
7559 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \series bold
7565 Example Phone List
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 </row>
7589 <row endhead="true">
7590 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594
7595 \series bold
7596 NAME
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \series bold
7616 TEL.
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row endfoot="true">
7623 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 continued on next page
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row>
7652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \series bold
7658 Annovi
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 Silvia
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 111
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 <row>
7683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \series bold
7689 Bertoli
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 Stefano
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 111
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 </row>
7713 <row>
7714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \series bold
7720 Bozzi
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 Walter
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 111
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 <row>
7745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \series bold
7751 Cachia
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 Maria
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 111
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row>
7776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \series bold
7782 Cachia
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 Maurizio
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 111
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 </row>
7806 <row>
7807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \series bold
7813 Cinquemani
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 Giusi
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 111
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 </row>
7837 <row>
7838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \series bold
7844 Colin
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 Bernard
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 111
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 <row>
7869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \series bold
7875 Concli
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Gianfranco
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 111
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 <row>
7900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904
7905 \series bold
7906 Dal Bosco
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Carolina
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 111
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \series bold
7937 Dalpiaz
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 Annamaria
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 111
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \series bold
7968 Feliciello
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 Domenico
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 111
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \series bold
7999 Focarelli
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 Paola
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 111
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \series bold
8030 Galletti
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 Oreste
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 111
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 Gasparini
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Franca
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 111
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \series bold
8092 Rizzardi
8093 \series default
8094
8095 \begin_inset Foot
8096 status collapsed
8097
8098 \begin_layout Plain Layout
8099 Example footnote
8100 \end_layout
8101
8102 \end_inset
8103
8104
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Paola
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 111
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \series bold
8135 Lassini
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 Giancarlo
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 111
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \series bold
8166 Malfatti
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 Luciano
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 111
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \series bold
8197 Malfatti
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 Valeriano
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 111
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \series bold
8228 Meneguzzo
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 Roberto
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 111
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \series bold
8259 Mezzadra
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 Roberto
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 111
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \series bold
8290 Pirpamer
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 Erich
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 111
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row>
8315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319
8320 \series bold
8321 Pochiesa
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Paolo
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 111, 222
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \series bold
8352 Radina
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 Claudio
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 111
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381
8382 \series bold
8383 Stuffer
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Oskar
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 111
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \series bold
8414 Tacchelli
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 Ugo
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 111
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \series bold
8445 Tezzele
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 Margit
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 111
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \series bold
8476 Unterkalmsteiner
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 Frieda
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 111
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 </row>
8500 <row>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \series bold
8507 Vieider
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 Hilde
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 111
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \series bold
8538 Vigna
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 Jürgen
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 111
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \series bold
8569 Weber
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Maurizio
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 111
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \series bold
8600 Winkler
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Franz
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 111
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629  
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \series bold
8660 Annovi
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Silvia
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 555
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \series bold
8691 Bertoli
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 Stefano
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 555
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row>
8716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \series bold
8722 Bozzi
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Walter
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 555
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751
8752 \series bold
8753 Cachia
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 Maria
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 555
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 <row>
8778 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782
8783 \series bold
8784 Cachia
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 Maurizio
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 555
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \series bold
8815 Cinquemani
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 Giusi
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 555
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row>
8840 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \series bold
8846 Colin
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 Bernard
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 555
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877 Concli
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Gianfranco
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 555
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906
8907 \series bold
8908 Dal Bosco
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Carolina
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 555
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \series bold
8939 Dalpiaz
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 Annamaria
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 555
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \series bold
8970 Feliciello
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Domenico
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 555
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \series bold
9001 Focarelli
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Paola
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 555
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032 Galletti
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 Oreste
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 555
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \series bold
9063 Gasparini
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 Franca
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 555
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \series bold
9094 Rizzardi
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Paola
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 555
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 Lassini
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 Giancarlo
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 555
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \series bold
9156 Malfatti
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Luciano
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 555
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \series bold
9187 Malfatti
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Valeriano
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 555
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \series bold
9218 Meneguzzo
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Roberto
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 555
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249 Mezzadra
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Roberto
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 555
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 </lyxtabular>
9274
9275 \end_inset
9276
9277
9278 \end_layout
9279
9280 \begin_layout Section
9281 Special Longtable Issues
9282 \begin_inset CommandInset label
9283 LatexCommand label
9284 name "sec:Special-Longtable-Issues"
9285
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \begin_layout Subsection
9292 Longtable Calculation
9293 \begin_inset Index
9294 status collapsed
9295
9296 \begin_layout Plain Layout
9297 Longtables ! Calculation
9298 \end_layout
9299
9300 \end_inset
9301
9302
9303 \end_layout
9304
9305 \begin_layout Standard
9306 LaTeX calculates the height of table pages and their page breaks using so
9307  called chunks.
9308  Chunks are pieces of the tables that are at once in LaTeX's memory.
9309  The default value is historically set to only 20 table rows.
9310  If you are using longtables with many pages this may slow down the creation
9311  of your document.
9312  You can safely increase the chunk size to values of 100-1000 by adding
9313  this command line to your document preamble:
9314 \end_layout
9315
9316 \begin_layout Standard
9317
9318 \series bold
9319
9320 \backslash
9321 setcounter{LTchunksize}{100}
9322 \end_layout
9323
9324 \begin_layout Subsection
9325 Floats and Longtables
9326 \begin_inset Index
9327 status collapsed
9328
9329 \begin_layout Plain Layout
9330 Longtables ! Floats
9331 \end_layout
9332
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \begin_layout Standard
9339 There might be problems when a float appears on the same page where a longtable
9340  starts.
9341  To avoid such situation, add the command 
9342 \series bold
9343
9344 \backslash
9345 clearpage
9346 \series default
9347  as TeX-Code before your longtable.
9348 \end_layout
9349
9350 \begin_layout Subsection
9351 Forced Page Breaks
9352 \begin_inset Index
9353 status collapsed
9354
9355 \begin_layout Plain Layout
9356 Longtables ! Forced Page Breaks
9357 \end_layout
9358
9359 \end_inset
9360
9361
9362 \end_layout
9363
9364 \begin_layout Standard
9365 By default tables are only broken between rows.
9366  If you have a cell with multiples lines and want to have a page break within
9367  the cell, insert the new line command 
9368 \begin_inset Quotes eld
9369 \end_inset
9370
9371
9372 \series bold
9373
9374 \backslash
9375
9376 \backslash
9377
9378 \series default
9379
9380 \begin_inset Quotes erd
9381 \end_inset
9382
9383  as TeX-Code at this point of the cell where it should be broken.
9384  Before the 
9385 \series bold
9386
9387 \backslash
9388
9389 \backslash
9390
9391 \series default
9392  command you have to insert in TeX-Code so many 
9393 \begin_inset Quotes eld
9394 \end_inset
9395
9396
9397 \series bold
9398 &
9399 \series default
9400
9401 \begin_inset Quotes erd
9402 \end_inset
9403
9404  characters like the number of the following table columns.
9405  The 
9406 \series bold
9407 &
9408 \series default
9409  is the character to separate table cells.
9410  Write in TeX-Code after each 
9411 \series bold
9412 &
9413 \series default
9414  the content of the corresponding following cell and delete the content
9415  of these cells.
9416 \begin_inset Newline newline
9417 \end_inset
9418
9419 Behind the the 
9420 \series bold
9421
9422 \backslash
9423
9424 \backslash
9425
9426 \series default
9427  command, insert so many 
9428 \series bold
9429 &
9430 \series default
9431  characters like the number of table columns before the current column.
9432  In Table
9433 \begin_inset space ~
9434 \end_inset
9435
9436
9437 \begin_inset CommandInset ref
9438 LatexCommand ref
9439 reference "tab:ForcedPagebreak"
9440
9441 \end_inset
9442
9443  the cell that should be broken is in the second column followed by another
9444  column.
9445  Therefore the following command was inserted in the cell as TeX-Code behind
9446  
9447 \begin_inset Quotes eld
9448 \end_inset
9449
9450
9451 \emph on
9452 Castelchiodato,
9453 \emph default
9454
9455 \begin_inset Quotes erd
9456 \end_inset
9457
9458 :
9459 \end_layout
9460
9461 \begin_layout Standard
9462
9463 \series bold
9464 & 111
9465 \backslash
9466
9467 \backslash
9468
9469 \begin_inset Newline newline
9470 \end_inset
9471
9472 &
9473 \end_layout
9474
9475 \begin_layout Standard
9476 The 
9477 \begin_inset Quotes eld
9478 \end_inset
9479
9480 111
9481 \begin_inset Quotes erd
9482 \end_inset
9483
9484  in the third columns of the row was deleted.
9485  If your footer row of the longtable has for a certain reason no upper line
9486  but you would have a horizontal line where the cell is broken, use this
9487  command instead:
9488 \end_layout
9489
9490 \begin_layout Standard
9491
9492 \series bold
9493 & 111
9494 \backslash
9495
9496 \backslash
9497
9498 \begin_inset Newline newline
9499 \end_inset
9500
9501
9502 \backslash
9503 hline &
9504 \end_layout
9505
9506 \begin_layout Standard
9507 When the cell to be broken is in the last column, the command
9508 \end_layout
9509
9510 \begin_layout Standard
9511
9512 \series bold
9513
9514 \backslash
9515 setlength{
9516 \backslash
9517 parfillskip}{0pt}
9518 \end_layout
9519
9520 \begin_layout Standard
9521 must be inserted as TeX-Code at the beginning of the cell.
9522  This assures that the part of the cell that will be displayed on the new
9523  page appears with the full width.
9524 \end_layout
9525
9526 \begin_layout Standard
9527 \align center
9528 \begin_inset Tabular
9529 <lyxtabular version="3" rows="38" columns="3">
9530 <features islongtable="true">
9531 <column alignment="left" valignment="top" width="0cm">
9532 <column alignment="left" valignment="top" width="3cm">
9533 <column alignment="center" valignment="top" width="0pt">
9534 <row endfirsthead="true" caption="true">
9535 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539 \begin_inset Caption
9540
9541 \begin_layout Plain Layout
9542 Table with forced page break in table cell
9543 \begin_inset CommandInset label
9544 LatexCommand label
9545 name "tab:ForcedPagebreak"
9546
9547 \end_inset
9548
9549
9550 \begin_inset OptArg
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554 Table with forced page break in table cell
9555 \end_layout
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \end_inset
9563
9564
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row endfirsthead="true">
9589 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \series bold
9595 Example Phone List (ignore the names)
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row endfirsthead="true">
9620 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \series bold
9626 NAME
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644
9645 \series bold
9646 TEL.
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row endhead="true" caption="true">
9653 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 \begin_inset ERT
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661
9662
9663 \backslash
9664 caption*{Continued table with forced page break in table cell}
9665 \backslash
9666
9667 \backslash
9668 %
9669 \end_layout
9670
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 </row>
9697 <row endhead="true">
9698 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702  
9703 \series bold
9704 Example Phone List
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 <row endhead="true">
9729 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733
9734 \series bold
9735 NAME
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \series bold
9755 TEL.
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 </row>
9761 <row endfoot="true">
9762 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 continued on next page
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \series bold
9797 Annovi
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806 Silvia
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 111
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 </row>
9821 <row>
9822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826
9827 \series bold
9828 Bertoli
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 Stefano
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 111
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \series bold
9859 Bozzi
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 Walter
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 111
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \series bold
9890 Cachia
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 Maria
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 111
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \series bold
9921 Cachia
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 Maurizio
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 111
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 <row>
9946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \series bold
9952 Cinquemani
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 Giusi
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 111
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row>
9977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \series bold
9983 Colin
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 Bernard
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 111
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row>
10008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 Concli
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 Gianfranco
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 111
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \series bold
10045 Dal Bosco
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 Carolina
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 111
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 Dalpiaz
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 Annamaria
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 111
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Feliciello
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Domenico
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 Focarelli
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 Paola
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Galletti
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Oreste
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Gasparini
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Franca
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Lassini
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Giancarlo
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Malfatti
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Luciano
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Malfatti
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Valeriano
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Meneguzzo
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Roberto
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Mezzadra
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Roberto
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Pirpamer
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Erich
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Pochiesa
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Paolo
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111, 222
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Radina
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Claudio
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Rizzardi
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Paolo, 11.
10489  Fürst von Montecompatri, 11.
10490  Fürst von Sulmona und Vivaro, 10.
10491  Fürst von Rossano, 5.
10492  Herzog von Canemorte, 11.
10493  Herzog von Palombara, 5.
10494  Herzog von Castelchiodato,
10495 \begin_inset ERT
10496 status open
10497
10498 \begin_layout Plain Layout
10499
10500 & 111
10501 \backslash
10502
10503 \backslash
10504
10505 \end_layout
10506
10507 \begin_layout Plain Layout
10508
10509 &
10510 \end_layout
10511
10512 \end_inset
10513
10514  11.
10515  Herzog von Poggionativo, 11.
10516  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10517  Graf von Valinfreda, 11.
10518  Baron von Cropalati, 11.
10519  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Stuffer
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Oskar
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Tacchelli
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Ugo
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Tezzele
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Margit
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Unterkalmsteiner
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Frieda
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 111
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \series bold
10665 Vieider
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Hilde
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 111
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 Vigna
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Jürgen
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 111
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 Weber
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Maurizio
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 111
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \series bold
10758 Winkler
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 Franz
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 111
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 </row>
10782 </lyxtabular>
10783
10784 \end_inset
10785
10786
10787 \end_layout
10788
10789 \begin_layout Standard
10790 \begin_inset Newpage newpage
10791 \end_inset
10792
10793
10794 \end_layout
10795
10796 \begin_layout Section
10797 Multiple Lines Columns and Rows
10798 \end_layout
10799
10800 \begin_layout Subsection
10801 Multiple Lines in Table Cells
10802 \begin_inset CommandInset label
10803 LatexCommand label
10804 name "sub:Multiple-Lines-in"
10805
10806 \end_inset
10807
10808
10809 \begin_inset Index
10810 status collapsed
10811
10812 \begin_layout Plain Layout
10813 Multiple Lines in Table Cells
10814 \end_layout
10815
10816 \end_inset
10817
10818
10819 \begin_inset Index
10820 status collapsed
10821
10822 \begin_layout Plain Layout
10823 Table ! Linebreaks
10824 \end_layout
10825
10826 \end_inset
10827
10828
10829 \end_layout
10830
10831 \begin_layout Standard
10832 \align center
10833 \begin_inset Float table
10834 placement H
10835 wide false
10836 sideways false
10837 status open
10838
10839 \begin_layout Plain Layout
10840 \begin_inset Caption
10841
10842 \begin_layout Plain Layout
10843 \begin_inset CommandInset label
10844 LatexCommand label
10845 name "tab:Table-with-multiple"
10846
10847 \end_inset
10848
10849 Table with multiple lines in cells
10850 \end_layout
10851
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \begin_layout Plain Layout
10858 \align center
10859 \begin_inset Tabular
10860 <lyxtabular version="3" rows="3" columns="3">
10861 <features>
10862 <column alignment="center" valignment="middle" width="2.5cm">
10863 <column alignment="center" valignment="middle" width="0">
10864 <column alignment="center" valignment="middle" width="0">
10865 <row>
10866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 multiple
10871 \begin_inset Newline linebreak
10872 \end_inset
10873
10874 lines
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 b
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 c
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 d
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 e
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 f
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 </row>
10927 <row>
10928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 g
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 h
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 i
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 </lyxtabular>
10957
10958 \end_inset
10959
10960
10961 \end_layout
10962
10963 \end_inset
10964
10965
10966 \end_layout
10967
10968 \begin_layout Standard
10969 Adjusting a fixed width for a column, enables to enter text as a paragraph
10970  with multiple lines and hyphenations.
10971 \end_layout
10972
10973 \begin_layout Standard
10974 To produce Table
10975 \begin_inset space ~
10976 \end_inset
10977
10978
10979 \begin_inset CommandInset ref
10980 LatexCommand ref
10981 reference "tab:Table-with-multiple"
10982
10983 \end_inset
10984
10985 , create a 3×3 table, mark the first cell and right-click on it.
10986  In the appearing table dialog we set a cell width of 2.5
10987 \begin_inset space \thinspace{}
10988 \end_inset
10989
10990 cm and choose centered for the vertical and horizontal alignment.
10991  The vertical alignment is used for all cells of the row.
10992  As our text is smaller than than 2.5
10993 \begin_inset space \thinspace{}
10994 \end_inset
10995
10996 cm, only one line will appear.
10997  To get two lines, a justified line break (shortcut 
10998 \family sans
10999 Ctrl-Shift-Return
11000 \family default
11001 ) was added.
11002  If the text is wider than the set cell width, it will automatically be
11003  broken to several lines.
11004 \end_layout
11005
11006 \begin_layout Standard
11007 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11008  by LaTeX if it is the first entry.
11009  Therefore you need to insert something, to make the word not being the
11010  first entry.
11011  So add a horizontal space of 0
11012 \begin_inset space \thinspace{}
11013 \end_inset
11014
11015 pt before the word.
11016  As the space is zero, it doesn't change the output.
11017  Table
11018 \begin_inset space ~
11019 \end_inset
11020
11021
11022 \begin_inset CommandInset ref
11023 LatexCommand ref
11024 reference "tab:Table-with-and"
11025
11026 \end_inset
11027
11028  shows the effect.
11029 \end_layout
11030
11031 \begin_layout Standard
11032 \begin_inset Float table
11033 placement h
11034 wide false
11035 sideways false
11036 status open
11037
11038 \begin_layout Plain Layout
11039 \begin_inset Caption
11040
11041 \begin_layout Plain Layout
11042 \begin_inset CommandInset label
11043 LatexCommand label
11044 name "tab:Table-with-and"
11045
11046 \end_inset
11047
11048 Table with and without hyphenation
11049 \end_layout
11050
11051 \end_inset
11052
11053
11054 \end_layout
11055
11056 \begin_layout Plain Layout
11057 \begin_inset space \hfill{}
11058 \end_inset
11059
11060
11061 \begin_inset Tabular
11062 <lyxtabular version="3" rows="3" columns="3">
11063 <features>
11064 <column alignment="center" valignment="middle" width="2.5cm">
11065 <column alignment="center" valignment="middle" width="0">
11066 <column alignment="center" valignment="middle" width="0">
11067 <row>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 verylongtablecellword
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 b
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 c
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 </row>
11096 <row>
11097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 d
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 e
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 f
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 </row>
11125 <row>
11126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 g
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 h
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148 i
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 </row>
11154 </lyxtabular>
11155
11156 \end_inset
11157
11158
11159 \begin_inset space \hfill{}
11160 \end_inset
11161
11162
11163 \begin_inset Tabular
11164 <lyxtabular version="3" rows="3" columns="3">
11165 <features>
11166 <column alignment="center" valignment="middle" width="2.5cm">
11167 <column alignment="center" valignment="middle" width="0">
11168 <column alignment="center" valignment="middle" width="0">
11169 <row>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 \begin_inset space \hspace{}
11175 \length 0pt
11176 \end_inset
11177
11178 verylongtablecellword
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 b
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 c
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 d
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 e
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 f
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 g
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 h
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 i
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 </lyxtabular>
11261
11262 \end_inset
11263
11264
11265 \begin_inset space \hfill{}
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \begin_layout Standard
11277 \begin_inset Newpage newpage
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \begin_layout Subsection
11284 Multicolumns
11285 \begin_inset CommandInset label
11286 LatexCommand label
11287 name "sub:Multicolumns"
11288
11289 \end_inset
11290
11291
11292 \begin_inset Index
11293 status collapsed
11294
11295 \begin_layout Plain Layout
11296 Multicolumns
11297 \end_layout
11298
11299 \end_inset
11300
11301
11302 \begin_inset Index
11303 status collapsed
11304
11305 \begin_layout Plain Layout
11306 Table ! Multicolumns
11307 \end_layout
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \begin_layout Subsubsection
11315 Multicolumn Basics
11316 \end_layout
11317
11318 \begin_layout Standard
11319 To span a cell over multiple columns, mark as much cells within a line that
11320  should be one spanned cell and use either the table-toolbar button 
11321 \begin_inset Graphics
11322         filename ../images/tabular-feature_multicolumn.png
11323         scale 85
11324         scaleBeforeRotation
11325
11326 \end_inset
11327
11328 , or the menu 
11329 \family sans
11330 Edit\SpecialChar \menuseparator
11331 Table\SpecialChar \menuseparator
11332 Multicolumn
11333 \family default
11334 , or right click on the marked cells and choose multicolumn in the appearing
11335  table dialog under the tab 
11336 \family sans
11337 Table Settings
11338 \family default
11339 .
11340 \end_layout
11341
11342 \begin_layout Standard
11343 Multicolumns have there own cell settings.
11344  That means changing cell borders, cell alignment, and the width only affects
11345  the multicolumn.
11346  Here is an example table with a multicolumn cell in the first row and one
11347  in the last row without the upper border:
11348 \end_layout
11349
11350 \begin_layout Standard
11351 \align center
11352 \begin_inset Tabular
11353 <lyxtabular version="3" rows="3" columns="4">
11354 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11355 <column alignment="center" valignment="top" width="0pt">
11356 <column alignment="center" valignment="middle" width="0">
11357 <column alignment="center" valignment="top" width="0in">
11358 <column alignment="center" valignment="top" width="0pt">
11359 <row>
11360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 abc
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 def ghi
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 jkl
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 </row>
11397 <row>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402
11403 \family roman
11404 \series medium
11405 \shape up
11406 \size normal
11407 \emph off
11408 \bar no
11409 \noun off
11410 \color none
11411 A
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 B
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 C
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 D
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 1
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 2
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 3
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 4
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 </lyxtabular>
11483
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \begin_layout Subsubsection
11490 Multicolumn Calculations
11491 \begin_inset CommandInset label
11492 LatexCommand label
11493 name "sub:Multicolumn-Calculations"
11494
11495 \end_inset
11496
11497
11498 \begin_inset Index
11499 status collapsed
11500
11501 \begin_layout Plain Layout
11502 Multicolumns ! Calculations
11503 \end_layout
11504
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \begin_layout Standard
11511 LyX supports multicolumns directly, but we have to take notice of the cell
11512  width of the columns spanned by the multicolumn cell.
11513 \end_layout
11514
11515 \begin_layout Standard
11516 \begin_inset Float table
11517 placement h
11518 wide false
11519 sideways false
11520 status open
11521
11522 \begin_layout Plain Layout
11523 \begin_inset Caption
11524
11525 \begin_layout Plain Layout
11526 \begin_inset CommandInset label
11527 LatexCommand label
11528 name "tab:Table-with-centered"
11529
11530 \end_inset
11531
11532 Table with centered multicolumn text above two columns that have exactly
11533  half the width of the multicolumn cell
11534 \begin_inset OptArg
11535 status collapsed
11536
11537 \begin_layout Plain Layout
11538 Perfect multicolumn table
11539 \end_layout
11540
11541 \end_inset
11542
11543
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \begin_layout Plain Layout
11552 \align center
11553 \begin_inset Tabular
11554 <lyxtabular version="3" rows="3" columns="3">
11555 <features>
11556 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11557 <column alignment="center" valignment="middle" width="0">
11558 <column alignment="center" valignment="top" width="0">
11559 <row>
11560 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 multiple lines multicolumn
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 c
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 </row>
11588 <row>
11589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 d
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 e
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 f
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 <row>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 g
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 h
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 i
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 </lyxtabular>
11647
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \end_inset
11654
11655
11656 \end_layout
11657
11658 \begin_layout Standard
11659 To create for example Table
11660 \begin_inset space ~
11661 \end_inset
11662
11663
11664 \begin_inset CommandInset ref
11665 LatexCommand ref
11666 reference "tab:Table-with-centered"
11667
11668 \end_inset
11669
11670 , mark the first two cells in the first row of a 3×3 table and right-click
11671  on them.
11672  Now choose for this cell 
11673 \emph on
11674 multicolumn
11675 \emph default
11676
11677 \emph on
11678 centered alignment
11679 \emph default
11680  and a width of 2.5
11681 \begin_inset space \thinspace{}
11682 \end_inset
11683
11684 cm in the table dialog.
11685  The spanned columns should have exactly half the width of the multicolumn
11686  cell, so that you would adjust a width of 1.25
11687 \begin_inset space \thinspace{}
11688 \end_inset
11689
11690 cm for the first column.
11691  The second column has then automatically a width of 1.25
11692 \begin_inset space \thinspace{}
11693 \end_inset
11694
11695 cm (multicolumn width - width of first column).
11696  This was done for Table
11697 \begin_inset space ~
11698 \end_inset
11699
11700
11701 \begin_inset CommandInset ref
11702 LatexCommand ref
11703 reference "tab:Table-without-half"
11704
11705 \end_inset
11706
11707 .
11708 \end_layout
11709
11710 \begin_layout Standard
11711 \begin_inset Float table
11712 wide false
11713 sideways false
11714 status open
11715
11716 \begin_layout Plain Layout
11717 \begin_inset Caption
11718
11719 \begin_layout Plain Layout
11720 \begin_inset CommandInset label
11721 LatexCommand label
11722 name "tab:Table-without-half"
11723
11724 \end_inset
11725
11726 Table where the spanned table columns have not exactly half the width of
11727  the multicolumn cell
11728 \begin_inset OptArg
11729 status collapsed
11730
11731 \begin_layout Plain Layout
11732 Imperfect multicolumn table
11733 \end_layout
11734
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \end_inset
11741
11742
11743 \end_layout
11744
11745 \begin_layout Plain Layout
11746 \align center
11747 \begin_inset Tabular
11748 <lyxtabular version="3" rows="3" columns="3">
11749 <features>
11750 <column alignment="center" valignment="top" width="1.25cm">
11751 <column alignment="center" valignment="top" width="0">
11752 <column alignment="center" valignment="top" width="0">
11753 <row>
11754 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 multiple lines multicolumn
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 c
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 <row>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 d
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 e
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 f
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 g
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 h
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 i
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \begin_layout Standard
11853 You can see that the first column has not the half width of the multicolumn
11854  cell, it is a bit bigger.
11855  The reason is that the given width of a cell 
11856 \begin_inset Formula $W_{g}$
11857 \end_inset
11858
11859  is not its total width 
11860 \begin_inset Formula $W_{\mathrm{tot}}$
11861 \end_inset
11862
11863  because a cell is always a bit larger than its given width.
11864  Appendix
11865 \begin_inset space ~
11866 \end_inset
11867
11868
11869 \begin_inset CommandInset ref
11870 LatexCommand eqref
11871 reference "cha:Explanation-of-Equation"
11872
11873 \end_inset
11874
11875  explains it in detail.
11876 \end_layout
11877
11878 \begin_layout Standard
11879 The needed given width 
11880 \begin_inset Formula $W_{g\, n}$
11881 \end_inset
11882
11883  when 
11884 \emph on
11885 n
11886 \emph default
11887  columns are spanned can be calculated, so that each column has a total
11888  width of 
11889 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11890 \end_inset
11891
11892 :
11893 \begin_inset Formula \begin{equation}
11894 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Standard
11902 In our case we have 
11903 \begin_inset Formula $n=2$
11904 \end_inset
11905
11906
11907 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11908 \end_inset
11909
11910 cm and the default values for the lengths, so that equation 
11911 \begin_inset CommandInset ref
11912 LatexCommand ref
11913 reference "eq:Wgn"
11914
11915 \end_inset
11916
11917  becomes
11918 \begin_inset Formula \begin{equation}
11919 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11920
11921 \end_inset
11922
11923
11924 \end_layout
11925
11926 \begin_layout Standard
11927 To enable calculations in LaTeX, the LaTeX-package 
11928 \series bold
11929 calc
11930 \series default
11931  must be loaded with the document preamble line
11932 \begin_inset Index
11933 status collapsed
11934
11935 \begin_layout Plain Layout
11936 LaTeX-packages ! calc
11937 \end_layout
11938
11939 \end_inset
11940
11941
11942 \end_layout
11943
11944 \begin_layout Standard
11945
11946 \series bold
11947
11948 \backslash
11949 usepackage{calc}
11950 \end_layout
11951
11952 \begin_layout Standard
11953 LyX does not allow to calculate lengths in the width-field of the table
11954  dialog.
11955  Therefore you have to format the column by inserting a LaTeX-argument in
11956  the dialog.
11957  Here is an overview about the arguments:
11958 \end_layout
11959
11960 \begin_layout Itemize
11961
11962 \series bold
11963 p{width}
11964 \series default
11965  creates cell with a fixed width, its text is vertically top-aligned
11966 \end_layout
11967
11968 \begin_layout Itemize
11969
11970 \series bold
11971 m{width}
11972 \series default
11973  creates cell with a fixed width, its text is vertically centered
11974 \end_layout
11975
11976 \begin_layout Itemize
11977
11978 \series bold
11979 b{width}
11980 \series default
11981  creates cell with a fixed width, its text is vertically bottom-aligned
11982 \end_layout
11983
11984 \begin_layout Standard
11985 By entering a LaTeX-argument, all cell settings set in the table dialog
11986  are overwritten.
11987 \end_layout
11988
11989 \begin_layout Standard
11990 \begin_inset Note Greyedout
11991 status open
11992
11993 \begin_layout Plain Layout
11994
11995 \series bold
11996 Note:
11997 \series default
11998  Due to a bug, LyX shows the overwritten settings anyway.
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \begin_layout Standard
12007 As the text should be horizontally centered, the command 
12008 \series bold
12009
12010 \backslash
12011 centering
12012 \series default
12013  is added.
12014  You can now enter the following LaTeX-argument for the first spanned column:
12015 \end_layout
12016
12017 \begin_layout Standard
12018
12019 \series bold
12020 >{
12021 \backslash
12022 centering}m{1.25cm-6.2pt}
12023 \end_layout
12024
12025 \begin_layout Standard
12026 The command 
12027 \series bold
12028 >{ }
12029 \series default
12030  means, that the commands inside the braces are applied before the cell
12031  is created.
12032 \end_layout
12033
12034 \begin_layout Standard
12035 Although we have chosen centered alignment for the text of the multicolumn
12036  cell, it is still left aligned.
12037  This is because LyX only applies the alignment to single columns.
12038  So we have to use for the multicolumn the LaTeX-argument
12039 \end_layout
12040
12041 \begin_layout Standard
12042
12043 \series bold
12044 >{
12045 \backslash
12046 centering}m{2.5cm}
12047 \end_layout
12048
12049 \begin_layout Subsection
12050 Multirows
12051 \begin_inset Index
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055 Multirows
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \begin_inset Index
12062 status collapsed
12063
12064 \begin_layout Plain Layout
12065 Table ! Multirows
12066 \end_layout
12067
12068 \end_inset
12069
12070
12071 \begin_inset Index
12072 status collapsed
12073
12074 \begin_layout Plain Layout
12075 LaTeX-packages ! multirow
12076 \end_layout
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Standard
12084 In contrary to multicolumns multirows are not yet supported by LyX so a
12085  bit of TeX-Code needs to be used.
12086  To use multirows load the LaTeX-package 
12087 \series bold
12088 multirow
12089 \series default
12090  in your document preamble with the command
12091 \end_layout
12092
12093 \begin_layout Standard
12094
12095 \series bold
12096
12097 \backslash
12098 usepackage{multirow}
12099 \end_layout
12100
12101 \begin_layout Standard
12102 Multirows are created with the command
12103 \end_layout
12104
12105 \begin_layout Standard
12106
12107 \series bold
12108
12109 \backslash
12110 multirow{number of rows}{cell width}{cell entry}
12111 \end_layout
12112
12113 \begin_layout Standard
12114 To create the following table:
12115 \end_layout
12116
12117 \begin_layout Standard
12118 \align center
12119 \begin_inset ERT
12120 status collapsed
12121
12122 \begin_layout Plain Layout
12123
12124
12125 \backslash
12126 renewcommand{
12127 \backslash
12128 multirowsetup}{
12129 \backslash
12130 centering}
12131 \end_layout
12132
12133 \end_inset
12134
12135
12136 \begin_inset Tabular
12137 <lyxtabular version="3" rows="3" columns="3">
12138 <features>
12139 <column alignment="center" valignment="top" width="0">
12140 <column alignment="center" valignment="top" width="0">
12141 <column alignment="center" valignment="top" width="0">
12142 <row>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 a
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 b
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 c
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 </row>
12171 <row>
12172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 \begin_inset ERT
12177 status collapsed
12178
12179 \begin_layout Plain Layout
12180
12181
12182 \backslash
12183 multirow{2}{2.5cm}{
12184 \end_layout
12185
12186 \end_inset
12187
12188 multirow entry
12189 \begin_inset ERT
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193
12194 }
12195 \end_layout
12196
12197 \end_inset
12198
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 e
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217 f
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 </row>
12223 <row>
12224 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 h
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246 i
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 </row>
12252 </lyxtabular>
12253
12254 \end_inset
12255
12256
12257 \begin_inset ERT
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261
12262
12263 \backslash
12264 renewcommand{
12265 \backslash
12266 multirowsetup}{
12267 \backslash
12268 raggedright}
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \begin_layout Standard
12277 create a 3×3 table.
12278  To get rid of the line above the last cell in the first column, the cell
12279  is marked as multicolumn and the upper border is unset.
12280  The multirow is now created in the second row of the first column by inserting
12281  there the command
12282 \end_layout
12283
12284 \begin_layout Standard
12285
12286 \series bold
12287
12288 \backslash
12289 multirow{2}{2.5cm}{
12290 \end_layout
12291
12292 \begin_layout Standard
12293 as TeX-Code.
12294  According to the command parameters the multirow spans now two rows and
12295  has a width of 2.5
12296 \begin_inset space \thinspace{}
12297 \end_inset
12298
12299 cm.
12300  The content of the multirow cell follows outside the TeX-Code box and the
12301  command is finished with a right brace 
12302 \series bold
12303 }
12304 \series default
12305  in another TeX-Code-box behind the text.
12306 \end_layout
12307
12308 \begin_layout Standard
12309
12310 \series bold
12311
12312 \backslash
12313 multirow
12314 \series default
12315  left-aligns its content by default.
12316  To override the default, renew the command 
12317 \series bold
12318
12319 \backslash
12320 multirowsetup
12321 \series default
12322  with the command
12323 \end_layout
12324
12325 \begin_layout Standard
12326
12327 \series bold
12328
12329 \backslash
12330 renewcommand{
12331 \backslash
12332 multirowsetup}{
12333 \backslash
12334 centering}
12335 \end_layout
12336
12337 \begin_layout Standard
12338 in TeX-Code in the document preamble.
12339  Then all entries of multirow cells in the document are centered.
12340  If centering is only needed for several tables, you can renew the command
12341  in an TeX-Code box just before the table instead of the preamble.
12342  If the text should be right-aligned, replace 
12343 \series bold
12344
12345 \backslash
12346 centering
12347 \series default
12348  by 
12349 \series bold
12350
12351 \backslash
12352 raggedleft
12353 \series default
12354 .
12355  To return to left-alignment 
12356 \series bold
12357
12358 \backslash
12359 raggedright
12360 \series default
12361  is used.
12362 \end_layout
12363
12364 \begin_layout Section
12365 Formal Tables
12366 \begin_inset CommandInset label
12367 LatexCommand label
12368 name "sec:Formal-Tables"
12369
12370 \end_inset
12371
12372
12373 \begin_inset Index
12374 status collapsed
12375
12376 \begin_layout Plain Layout
12377 Table ! Formal
12378 \end_layout
12379
12380 \end_inset
12381
12382
12383 \end_layout
12384
12385 \begin_layout Standard
12386 Tables are often typeset in books similar to Table
12387 \begin_inset space ~
12388 \end_inset
12389
12390
12391 \begin_inset CommandInset ref
12392 LatexCommand ref
12393 reference "tab:Example-booktabs-table"
12394
12395 \end_inset
12396
12397 .
12398  This kind of tables is called 
12399 \begin_inset Quotes eld
12400 \end_inset
12401
12402
12403 \emph on
12404 formal
12405 \emph default
12406
12407 \begin_inset Quotes erd
12408 \end_inset
12409
12410 .
12411  To make a table a formal table use the option 
12412 \family sans
12413 Formal
12414 \family default
12415  in the 
12416 \family sans
12417 Borders
12418 \family default
12419  tab of the table dialog.
12420 \end_layout
12421
12422 \begin_layout Standard
12423 \begin_inset Float table
12424 placement h
12425 wide false
12426 sideways false
12427 status open
12428
12429 \begin_layout Plain Layout
12430 \begin_inset Caption
12431
12432 \begin_layout Plain Layout
12433 \begin_inset CommandInset label
12434 LatexCommand label
12435 name "tab:Example-booktabs-table"
12436
12437 \end_inset
12438
12439 Example booktabs-table
12440 \end_layout
12441
12442 \end_inset
12443
12444
12445 \end_layout
12446
12447 \begin_layout Plain Layout
12448 \align center
12449 \begin_inset Tabular
12450 <lyxtabular version="3" rows="8" columns="4">
12451 <features booktabs="true">
12452 <column alignment="center" valignment="top" width="0">
12453 <column alignment="center" valignment="top" width="0">
12454 <column alignment="center" valignment="top" width="0">
12455 <column alignment="center" valignment="top" width="0">
12456 <row>
12457 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 System
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 <cell alignment="center" valignment="top" topline="true" usebox="none">
12467 \begin_inset Text
12468
12469 \begin_layout Plain Layout
12470 Medipix
12471 \begin_inset Formula $\,$
12472 \end_inset
12473
12474 1
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 Medipix
12484 \begin_inset Formula $\,$
12485 \end_inset
12486
12487 2
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 </row>
12502 <row>
12503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512
12513 \backslash
12514 cmidrule(r){2-2}
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \begin_inset ERT
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524
12525
12526 \backslash
12527 cmidrule(l){3-4}
12528 \end_layout
12529
12530 \end_inset
12531
12532 Detector thickness [µm]
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 300
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 300
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 700
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 </row>
12565 <row>
12566 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 Edge angle [°]
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 <cell alignment="center" valignment="top" topline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 3.55
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" topline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 2.71
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 7.99
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 </row>
12603 <row topspace="default">
12604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 Spatial resolution [µm]
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 4.26
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 10.17
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 10.56
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 </row>
12641 <row topspace="default">
12642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 MTF at 
12647 \begin_inset Formula $f_{\mathrm{max}}$
12648 \end_inset
12649
12650
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 0.53
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 0.37
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 0.39
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row topspace="default">
12684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 \begin_inset ERT
12689 status collapsed
12690
12691 \begin_layout Plain Layout
12692
12693
12694 \backslash
12695 cmidrule(l{10pt}){1-1}
12696 \end_layout
12697
12698 \end_inset
12699
12700 LSF-spatial resolution
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 <cell alignment="center" valignment="top" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 <cell alignment="center" valignment="top" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 <row>
12734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 in Âµm
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 <cell alignment="center" valignment="top" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747 129.7
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 52.75
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 50.78
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 </row>
12771 <row>
12772 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 in % of pixel size
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 76.3
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 95.9
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 92.3
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 </lyxtabular>
12810
12811 \end_inset
12812
12813
12814 \end_layout
12815
12816 \end_inset
12817
12818
12819 \end_layout
12820
12821 \begin_layout Standard
12822 Spaces to table rows can be added using the 
12823 \family sans
12824 Borders
12825 \family default
12826  tab of the table dialog as described in section
12827 \begin_inset space ~
12828 \end_inset
12829
12830
12831 \begin_inset CommandInset ref
12832 LatexCommand ref
12833 reference "sub:Row-Spacing"
12834
12835 \end_inset
12836
12837 .
12838 \end_layout
12839
12840 \begin_layout Standard
12841 In contrary to normal tables, formal tables have no vertical table lines.
12842  The horizontal table lines can be set like for normal tables but they appear
12843  with different width in the output:
12844 \begin_inset Newline newline
12845 \end_inset
12846
12847 The first and the last table line have a default width of 0.08
12848 \begin_inset space \thinspace{}
12849 \end_inset
12850
12851 em while the other lines have a default width of 0.05
12852 \begin_inset space \thinspace{}
12853 \end_inset
12854
12855 em.
12856 \end_layout
12857
12858 \begin_layout Standard
12859 The default widths can be changed with the following preamble lines
12860 \end_layout
12861
12862 \begin_layout Standard
12863
12864 \series bold
12865
12866 \backslash
12867 let
12868 \backslash
12869 mytoprule
12870 \backslash
12871 toprule
12872 \begin_inset Newline newline
12873 \end_inset
12874
12875
12876 \backslash
12877 renewcommand{
12878 \backslash
12879 toprule}{
12880 \backslash
12881 mytoprule[width]}
12882 \end_layout
12883
12884 \begin_layout Standard
12885 This example is for the first line, the so called 
12886 \series bold
12887 toprule
12888 \series default
12889 .
12890  If you want to change the width for the last line, replace 
12891 \series bold
12892 toprule
12893 \series default
12894  by 
12895 \series bold
12896 bottomrule
12897 \series default
12898 .
12899  To change the width for the other lines replace 
12900 \series bold
12901 toprule
12902 \series default
12903  by 
12904 \series bold
12905 midrule
12906 \series default
12907 .
12908  You can use all units listed in appendix
12909 \begin_inset space ~
12910 \end_inset
12911
12912
12913 \begin_inset CommandInset ref
12914 LatexCommand ref
12915 reference "cha:Units-available-in"
12916
12917 \end_inset
12918
12919  to set the width.
12920 \end_layout
12921
12922 \begin_layout Standard
12923 Lines that don't span over all table columns can be created by setting a
12924  table line for multicolumn cells.
12925  LyX will then internally use the command 
12926 \series bold
12927
12928 \backslash
12929 cmidrule
12930 \series default
12931  to create this line.
12932  Its full scheme is
12933 \end_layout
12934
12935 \begin_layout Standard
12936
12937 \series bold
12938
12939 \backslash
12940 cmidrule[width](trim){startcol-endcol}
12941 \end_layout
12942
12943 \begin_layout Standard
12944 The options of 
12945 \series bold
12946
12947 \backslash
12948 cmidrule
12949 \series default
12950  are are currently not supported by LyX so you have to use TeX-Code to be
12951  able to use them.
12952  
12953 \series bold
12954
12955 \backslash
12956 cmidrule
12957 \series default
12958 s can manually be created by inserting the command as TeX-Code as first
12959  cell entry of the first cell of a row.
12960  The line is then drawn in the output above the current row.
12961 \end_layout
12962
12963 \begin_layout Standard
12964 The default for the width is 0.03
12965 \begin_inset space \thinspace{}
12966 \end_inset
12967
12968 em.
12969  Startcol is the number of the column where the line starts and endcol the
12970  column number where the line ends.
12971  The endcol always needs to be specified, also when the line should span
12972  only one column.
12973  The optional parameter trim could be either 
12974 \emph on
12975 l{trimwidth}
12976 \emph default
12977 , or 
12978 \emph on
12979 r{trimwidth}
12980 \emph default
12981  where the trimwidth is also optional.
12982  Using for example the parameter 
12983 \emph on
12984 l{2pt}
12985 \emph default
12986  means that the line is trimmed from its left end by 2
12987 \begin_inset space \thinspace{}
12988 \end_inset
12989
12990 pt.
12991  If you don't specify the trimwidth the lines are trimmed by the default
12992  of 0.5
12993 \begin_inset space \thinspace{}
12994 \end_inset
12995
12996 em.
12997 \end_layout
12998
12999 \begin_layout Standard
13000 \begin_inset VSpace bigskip
13001 \end_inset
13002
13003 Table
13004 \begin_inset space ~
13005 \end_inset
13006
13007
13008 \begin_inset CommandInset ref
13009 LatexCommand ref
13010 reference "tab:Example-booktabs-table"
13011
13012 \end_inset
13013
13014  was created using the commands
13015 \end_layout
13016
13017 \begin_layout Standard
13018
13019 \series bold
13020
13021 \backslash
13022 cmidrule(r){2-2}
13023 \backslash
13024 cmidrule(l){3-4}
13025 \end_layout
13026
13027 \begin_layout Standard
13028 at the beginning of the in the second row and
13029 \end_layout
13030
13031 \begin_layout Standard
13032
13033 \series bold
13034
13035 \backslash
13036 cmidrule(l{10pt}){1-1}
13037 \end_layout
13038
13039 \begin_layout Standard
13040 in the sixth row.
13041 \end_layout
13042
13043 \begin_layout Standard
13044 \begin_inset VSpace bigskip
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051 You might want to have overlapping 
13052 \series bold
13053
13054 \backslash
13055 cmidrule
13056 \series default
13057 s like in Table
13058 \begin_inset space ~
13059 \end_inset
13060
13061
13062 \begin_inset CommandInset ref
13063 LatexCommand ref
13064 reference "tab:Special-booktabs-table"
13065
13066 \end_inset
13067
13068 .
13069  This can be achieved with the TeX-Code command
13070 \end_layout
13071
13072 \begin_layout Standard
13073
13074 \series bold
13075
13076 \backslash
13077 morecmidrules
13078 \end_layout
13079
13080 \begin_layout Standard
13081 The command that was used for the second row of Table
13082 \begin_inset space ~
13083 \end_inset
13084
13085
13086 \begin_inset CommandInset ref
13087 LatexCommand ref
13088 reference "tab:Special-booktabs-table"
13089
13090 \end_inset
13091
13092  is
13093 \end_layout
13094
13095 \begin_layout Standard
13096
13097 \series bold
13098
13099 \backslash
13100 cmidrule(r){2-2}
13101 \backslash
13102 cmidrule(l){3-4}
13103 \backslash
13104 morecmidrules
13105 \backslash
13106 cmidrule{2-4}
13107 \end_layout
13108
13109 \begin_layout Standard
13110 The command for the sixth row is
13111 \end_layout
13112
13113 \begin_layout Standard
13114
13115 \series bold
13116
13117 \backslash
13118 midrule
13119 \backslash
13120 morecmidrules
13121 \backslash
13122 cmidrule{3-4}
13123 \end_layout
13124
13125 \begin_layout Standard
13126 \begin_inset VSpace bigskip
13127 \end_inset
13128
13129
13130 \end_layout
13131
13132 \begin_layout Standard
13133 If you are anyway not satisfied with the border line spacing, you can use
13134  the following command to produce lines that span over all table columns
13135 \series bold
13136 :
13137 \end_layout
13138
13139 \begin_layout Standard
13140
13141 \series bold
13142
13143 \backslash
13144 specialrule{width}{space above}{space below}
13145 \end_layout
13146
13147 \begin_layout Standard
13148 For more informations about these specialties, we refer to the manual of
13149  the LaTeX-package 
13150 \series bold
13151 booktabs
13152 \series default
13153  
13154 \begin_inset CommandInset citation
13155 LatexCommand cite
13156 key "booktabs"
13157
13158 \end_inset
13159
13160 .
13161 \begin_inset Index
13162 status collapsed
13163
13164 \begin_layout Plain Layout
13165 LaTeX-packages ! booktabs
13166 \end_layout
13167
13168 \end_inset
13169
13170
13171 \end_layout
13172
13173 \begin_layout Standard
13174 \begin_inset Float table
13175 placement h
13176 wide false
13177 sideways false
13178 status open
13179
13180 \begin_layout Plain Layout
13181 \begin_inset Caption
13182
13183 \begin_layout Plain Layout
13184 \begin_inset CommandInset label
13185 LatexCommand label
13186 name "tab:Special-booktabs-table"
13187
13188 \end_inset
13189
13190 Special booktabs-table
13191 \end_layout
13192
13193 \end_inset
13194
13195
13196 \end_layout
13197
13198 \begin_layout Plain Layout
13199 \align center
13200 \begin_inset Tabular
13201 <lyxtabular version="3" rows="8" columns="4">
13202 <features booktabs="true">
13203 <column alignment="center" valignment="top" width="0">
13204 <column alignment="center" valignment="top" width="0">
13205 <column alignment="center" valignment="top" width="0">
13206 <column alignment="center" valignment="top" width="0">
13207 <row>
13208 <cell alignment="center" valignment="top" topline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 System
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 Medipix
13222 \begin_inset space \thinspace{}
13223 \end_inset
13224
13225 1
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 Medipix
13235 \begin_inset space \thinspace{}
13236 \end_inset
13237
13238 2
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 <row>
13254 <cell alignment="center" valignment="top" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263
13264 \backslash
13265 cmidrule(r){2-2}
13266 \end_layout
13267
13268 \end_inset
13269
13270
13271 \begin_inset ERT
13272 status collapsed
13273
13274 \begin_layout Plain Layout
13275
13276
13277 \backslash
13278 cmidrule(l){3-4}
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \begin_inset ERT
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288
13289
13290 \backslash
13291 morecmidrules 
13292 \end_layout
13293
13294 \end_inset
13295
13296
13297 \begin_inset ERT
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301
13302
13303 \backslash
13304 cmidrule{2-4}
13305 \end_layout
13306
13307 \end_inset
13308
13309 Detector thickness [µm]
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 300
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 300
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 700
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Edge angle [°]
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 3.55
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 2.71
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 7.99
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 </row>
13380 <row topspace="default">
13381 <cell alignment="center" valignment="top" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 Spatial resolution [µm]
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 4.26
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 10.17
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 10.56
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 </row>
13418 <row topspace="default">
13419 <cell alignment="center" valignment="top" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 MTF at 
13424 \begin_inset Formula $f_{\mathrm{max}}$
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 0.53
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 0.37
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 0.39
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 </row>
13460 <row>
13461 <cell alignment="center" valignment="top" topline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 \begin_inset ERT
13466 status collapsed
13467
13468 \begin_layout Plain Layout
13469
13470
13471 \backslash
13472 morecmidrules 
13473 \end_layout
13474
13475 \end_inset
13476
13477
13478 \begin_inset ERT
13479 status collapsed
13480
13481 \begin_layout Plain Layout
13482
13483
13484 \backslash
13485 cmidrule{3-4}
13486 \end_layout
13487
13488 \end_inset
13489
13490 LSF-spatial resolution
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" topline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" topline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" topline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 </row>
13523 <row>
13524 <cell alignment="center" valignment="top" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 in Âµm
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 129.7
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 52.75
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 50.78
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 </row>
13561 <row>
13562 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 in % of pixel size
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575 76.3
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 95.9
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 92.3
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 </row>
13599 </lyxtabular>
13600
13601 \end_inset
13602
13603
13604 \end_layout
13605
13606 \end_inset
13607
13608
13609 \end_layout
13610
13611 \begin_layout Section
13612 Vertical Table Alignment
13613 \begin_inset Index
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617 Table ! Alignment
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \begin_layout Standard
13626 To align tables vertically in a text line the table must be inside a box.
13627  The box can then be vertically aligned as described in section
13628 \begin_inset space ~
13629 \end_inset
13630
13631
13632 \begin_inset CommandInset ref
13633 LatexCommand ref
13634 reference "sec:Box-Dialog"
13635
13636 \end_inset
13637
13638 .
13639 \end_layout
13640
13641 \begin_layout Standard
13642 In the following example the tables are inside a minipage
13643 \begin_inset Foot
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647 Minipages are described in section
13648 \begin_inset space ~
13649 \end_inset
13650
13651
13652 \begin_inset CommandInset ref
13653 LatexCommand ref
13654 reference "sec:Minipages"
13655
13656 \end_inset
13657
13658 .
13659 \end_layout
13660
13661 \end_inset
13662
13663  box that has a width of 15
13664 \begin_inset space \thinspace{}
13665 \end_inset
13666
13667 col%:
13668 \end_layout
13669
13670 \begin_layout Itemize
13671 test 
13672 \begin_inset Box Frameless
13673 position "t"
13674 hor_pos "c"
13675 has_inner_box 1
13676 inner_pos "c"
13677 use_parbox 0
13678 width "15col%"
13679 special "none"
13680 height "1in"
13681 height_special "totalheight"
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685 \begin_inset Tabular
13686 <lyxtabular version="3" rows="3" columns="3">
13687 <features>
13688 <column alignment="center" valignment="top" width="0">
13689 <column alignment="center" valignment="top" width="0">
13690 <column alignment="center" valignment="top" width="0">
13691 <row>
13692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 a
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 d
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 g
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 b
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 e
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 h
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 </row>
13749 <row>
13750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 c
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 f
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 i
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 </row>
13778 </lyxtabular>
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \end_inset
13786
13787  test 
13788 \begin_inset ERT
13789 status collapsed
13790
13791 \begin_layout Plain Layout
13792
13793
13794 \backslash
13795 raisebox{0.85
13796 \backslash
13797 baselineskip}{
13798 \end_layout
13799
13800 \end_inset
13801
13802
13803 \begin_inset Box Frameless
13804 position "t"
13805 hor_pos "c"
13806 has_inner_box 1
13807 inner_pos "c"
13808 use_parbox 0
13809 width "15col%"
13810 special "none"
13811 height "1in"
13812 height_special "totalheight"
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816 \begin_inset Tabular
13817 <lyxtabular version="3" rows="3" columns="3">
13818 <features>
13819 <column alignment="center" valignment="top" width="0">
13820 <column alignment="center" valignment="top" width="0">
13821 <column alignment="center" valignment="top" width="0">
13822 <row>
13823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 a
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 d
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 g
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 </row>
13851 <row>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 b
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 e
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 h
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row>
13881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 c
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 f
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 i
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 </lyxtabular>
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \end_inset
13917
13918
13919 \begin_inset ERT
13920 status collapsed
13921
13922 \begin_layout Plain Layout
13923
13924 }
13925 \end_layout
13926
13927 \end_inset
13928
13929
13930 \end_layout
13931
13932 \begin_layout Itemize
13933 test 
13934 \begin_inset Box Frameless
13935 position "c"
13936 hor_pos "c"
13937 has_inner_box 1
13938 inner_pos "c"
13939 use_parbox 0
13940 width "15col%"
13941 special "none"
13942 height "1in"
13943 height_special "totalheight"
13944 status collapsed
13945
13946 \begin_layout Plain Layout
13947 \begin_inset Tabular
13948 <lyxtabular version="3" rows="3" columns="3">
13949 <features>
13950 <column alignment="center" valignment="top" width="0">
13951 <column alignment="center" valignment="top" width="0">
13952 <column alignment="center" valignment="top" width="0">
13953 <row>
13954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958 a
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 d
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 g
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 </row>
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 b
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 e
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 h
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 </row>
14011 <row>
14012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 c
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 f
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 i
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 </row>
14040 </lyxtabular>
14041
14042 \end_inset
14043
14044
14045 \end_layout
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Itemize
14053 test 
14054 \begin_inset Box Frameless
14055 position "b"
14056 hor_pos "c"
14057 has_inner_box 1
14058 inner_pos "c"
14059 use_parbox 0
14060 width "15col%"
14061 special "none"
14062 height "1in"
14063 height_special "totalheight"
14064 status collapsed
14065
14066 \begin_layout Plain Layout
14067 \begin_inset Tabular
14068 <lyxtabular version="3" rows="3" columns="3">
14069 <features>
14070 <column alignment="center" valignment="top" width="0">
14071 <column alignment="center" valignment="top" width="0">
14072 <column alignment="center" valignment="top" width="0">
14073 <row>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 a
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 d
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 g
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 </row>
14102 <row>
14103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 b
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 e
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 h
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 </row>
14131 <row>
14132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 c
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 f
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154 i
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 </row>
14160 </lyxtabular>
14161
14162 \end_inset
14163
14164
14165 \end_layout
14166
14167 \end_inset
14168
14169  test 
14170 \begin_inset ERT
14171 status collapsed
14172
14173 \begin_layout Plain Layout
14174
14175
14176 \backslash
14177 raisebox{-0.32
14178 \backslash
14179 baselineskip}{
14180 \end_layout
14181
14182 \end_inset
14183
14184
14185 \begin_inset Box Frameless
14186 position "b"
14187 hor_pos "c"
14188 has_inner_box 1
14189 inner_pos "c"
14190 use_parbox 0
14191 width "15col%"
14192 special "none"
14193 height "1in"
14194 height_special "totalheight"
14195 status collapsed
14196
14197 \begin_layout Plain Layout
14198 \begin_inset Tabular
14199 <lyxtabular version="3" rows="3" columns="3">
14200 <features>
14201 <column alignment="center" valignment="top" width="0">
14202 <column alignment="center" valignment="top" width="0">
14203 <column alignment="center" valignment="top" width="0">
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 a
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 d
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 g
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 </row>
14233 <row>
14234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 b
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 e
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 h
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 </row>
14262 <row>
14263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 c
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 f
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 i
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 </lyxtabular>
14292
14293 \end_inset
14294
14295
14296 \end_layout
14297
14298 \end_inset
14299
14300
14301 \begin_inset ERT
14302 status collapsed
14303
14304 \begin_layout Plain Layout
14305
14306 }
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \begin_layout Standard
14315 As you can see, the content of the first and last table row is not correctly
14316  aligned with the text line where the table is in.
14317  To get this alignment, the minipage box must be set into a raisebox
14318 \begin_inset Foot
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322 Raiseboxes are described in section
14323 \begin_inset space ~
14324 \end_inset
14325
14326
14327 \begin_inset CommandInset ref
14328 LatexCommand ref
14329 reference "sub:Vertical-Alignment"
14330
14331 \end_inset
14332
14333 .
14334 \end_layout
14335
14336 \end_inset
14337
14338 .
14339  In the example above the second table in the first item is aligned using
14340  the TeX-Code-command
14341 \end_layout
14342
14343 \begin_layout Standard
14344
14345 \series bold
14346
14347 \backslash
14348 raisebox{0.85
14349 \backslash
14350 baselineskip}{
14351 \end_layout
14352
14353 \begin_layout Standard
14354 before the box.
14355  Behind the box the closing brace 
14356 \series bold
14357 }
14358 \series default
14359  is inserted as TeX-Code.
14360  For the second table in the last item the command
14361 \end_layout
14362
14363 \begin_layout Standard
14364
14365 \series bold
14366
14367 \backslash
14368 raisebox{-0.32
14369 \backslash
14370 baselineskip}{
14371 \end_layout
14372
14373 \begin_layout Standard
14374 is used.
14375 \end_layout
14376
14377 \begin_layout Standard
14378 \begin_inset Note Greyedout
14379 status open
14380
14381 \begin_layout Plain Layout
14382
14383 \series bold
14384 Note:
14385 \series default
14386  The alignment of the table row content to the surrounding text line is
14387  not exact.
14388  The needed factor of the 
14389 \series bold
14390
14391 \backslash
14392 raisebox
14393 \series default
14394  command for this alignment depends on the document font, the font size,
14395  and the table line thickness.
14396 \end_layout
14397
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \begin_layout Section
14404 Colored Tables
14405 \begin_inset CommandInset label
14406 LatexCommand label
14407 name "sec:Colored-Tables"
14408
14409 \end_inset
14410
14411
14412 \begin_inset Index
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416 Table ! Color
14417 \end_layout
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \begin_layout Subsection
14425 Colored Cells
14426 \begin_inset Index
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430 Table Color ! for Cells
14431 \end_layout
14432
14433 \end_inset
14434
14435
14436 \begin_inset Index
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440 Color ! for Table Cells
14441 \end_layout
14442
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \begin_layout Standard
14449 \begin_inset Float table
14450 placement h
14451 wide false
14452 sideways false
14453 status open
14454
14455 \begin_layout Plain Layout
14456 \begin_inset Caption
14457
14458 \begin_layout Plain Layout
14459 \begin_inset CommandInset label
14460 LatexCommand label
14461 name "tab:Table-colored-without"
14462
14463 \end_inset
14464
14465 Table colored without using the package 
14466 \series bold
14467 colortbl
14468 \series default
14469
14470 \begin_inset OptArg
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474 Table without colortbl
14475 \end_layout
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \end_inset
14483
14484
14485 \end_layout
14486
14487 \begin_layout Plain Layout
14488 \align center
14489 \begin_inset Tabular
14490 <lyxtabular version="3" rows="3" columns="3">
14491 <features>
14492 <column alignment="center" valignment="top" width="0">
14493 <column alignment="center" valignment="top" width="0">
14494 <column alignment="center" valignment="top" width="0">
14495 <row>
14496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500
14501 \color green
14502 a
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511
14512 \color red
14513 b
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522
14523 \color red
14524 c
14525 \end_layout
14526
14527 \end_inset
14528 </cell>
14529 </row>
14530 <row>
14531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535
14536 \color green
14537 d
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546
14547 \color blue
14548 e
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557
14558 \color blue
14559 f
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 </row>
14565 <row>
14566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570
14571 \color green
14572 g
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581
14582 \color blue
14583 h
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592
14593 \color blue
14594 i
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 </row>
14600 </lyxtabular>
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \begin_layout Standard
14613 If you only need colored text, mark the cells and choose a color in the
14614  menu 
14615 \family sans
14616 Edit\SpecialChar \menuseparator
14617 Text
14618 \begin_inset space ~
14619 \end_inset
14620
14621 Style
14622 \family default
14623 .
14624  This was used to create Table
14625 \begin_inset space ~
14626 \end_inset
14627
14628
14629 \begin_inset CommandInset ref
14630 LatexCommand ref
14631 reference "tab:Table-colored-without"
14632
14633 \end_inset
14634
14635 .
14636  In any other case you have to use the LaTeX-package 
14637 \series bold
14638 colortbl
14639 \series default
14640 .
14641 \begin_inset Index
14642 status collapsed
14643
14644 \begin_layout Plain Layout
14645 LaTeX-packages ! colortbl
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \begin_layout Standard
14654 \begin_inset ERT
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658
14659
14660 \backslash
14661 ifcolortbl
14662 \end_layout
14663
14664 \end_inset
14665
14666
14667 \begin_inset Note Note
14668 status open
14669
14670 \begin_layout Plain Layout
14671 The following section part will only be displayed when the LaTeX-package
14672  
14673 \series bold
14674 colortbl
14675 \series default
14676  is installed.
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Standard
14685 To create colored tables, 
14686 \series bold
14687 colortbl
14688 \series default
14689  must be loaded in the preamble with the line
14690 \end_layout
14691
14692 \begin_layout Standard
14693
14694 \series bold
14695
14696 \backslash
14697 usepackage{colortbl}
14698 \end_layout
14699
14700 \begin_layout Standard
14701 The color of a column is adjusted with the command
14702 \end_layout
14703
14704 \begin_layout Standard
14705
14706 \series bold
14707
14708 \backslash
14709 columncolor{name of color}
14710 \end_layout
14711
14712 \begin_layout Standard
14713 inside the command 
14714 \series bold
14715 >{ }
14716 \series default
14717 .
14718  More about the command 
14719 \series bold
14720 >{}
14721 \series default
14722  is described in section
14723 \begin_inset space ~
14724 \end_inset
14725
14726
14727 \begin_inset CommandInset ref
14728 LatexCommand ref
14729 reference "sub:Multicolumn-Calculations"
14730
14731 \end_inset
14732
14733 .
14734 \end_layout
14735
14736 \begin_layout Standard
14737 The following color names are predefined:
14738 \end_layout
14739
14740 \begin_layout Standard
14741
14742 \family sans
14743 red
14744 \family default
14745
14746 \family sans
14747 green
14748 \family default
14749
14750 \family sans
14751 yellow
14752 \family default
14753
14754 \family sans
14755 blue
14756 \family default
14757
14758 \family sans
14759 cyan
14760 \family default
14761
14762 \family sans
14763 magenta
14764 \family default
14765
14766 \family sans
14767 black
14768 \family default
14769  and 
14770 \family sans
14771 white
14772 \end_layout
14773
14774 \begin_layout Standard
14775 \begin_inset VSpace medskip
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \begin_layout Standard
14782 You can also define your own color with the command
14783 \end_layout
14784
14785 \begin_layout Standard
14786
14787 \series bold
14788
14789 \backslash
14790 definecolor{color name}{color model}{color values}
14791 \end_layout
14792
14793 \begin_layout Standard
14794 The color model can be
14795 \end_layout
14796
14797 \begin_layout Labeling
14798 \labelwidthstring 00.00.0000
14799 cmyk: cyan, magenta, yellow, black
14800 \end_layout
14801
14802 \begin_layout Labeling
14803 \labelwidthstring 00.00.0000
14804 rgb: red, green blue
14805 \end_layout
14806
14807 \begin_layout Labeling
14808 \labelwidthstring 00.00.0000
14809 gray gray
14810 \end_layout
14811
14812 \begin_layout Standard
14813 and the color values are comma separated numbers between 0 and 1 describing
14814  the factor for the corresponding color of the color model.
14815 \end_layout
14816
14817 \begin_layout Standard
14818 You can e.
14819 \begin_inset space \thinspace{}
14820 \end_inset
14821
14822 g.
14823 \begin_inset space ~
14824 \end_inset
14825
14826 define the color "
14827 \emph on
14828 darkgreen
14829 \emph default
14830 " in the preamble with
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835 \series bold
14836
14837 \backslash
14838 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14839 \end_layout
14840
14841 \begin_layout Standard
14842 and the color "
14843 \emph on
14844 lightgray
14845 \emph default
14846 " with
14847 \end_layout
14848
14849 \begin_layout Standard
14850
14851 \series bold
14852
14853 \backslash
14854 definecolor{lightgray}{gray}{0.8}
14855 \end_layout
14856
14857 \begin_layout Standard
14858 \begin_inset VSpace medskip
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \begin_layout Standard
14865 Lines are colored with the command
14866 \end_layout
14867
14868 \begin_layout Standard
14869
14870 \series bold
14871
14872 \backslash
14873 rowcolor{name of color}
14874 \end_layout
14875
14876 \begin_layout Standard
14877 and cells are colored with the command
14878 \end_layout
14879
14880 \begin_layout Standard
14881
14882 \series bold
14883
14884 \backslash
14885 cellcolor{name of color}
14886 \end_layout
14887
14888 \begin_layout Standard
14889 Both commands are inserted at the beginning of a cell as TeX-Code.
14890 \end_layout
14891
14892 \begin_layout Standard
14893 To color characters in the table, mark the cells and use the LyX menu 
14894 \family sans
14895 Edit\SpecialChar \menuseparator
14896 Text
14897 \begin_inset space ~
14898 \end_inset
14899
14900 Style
14901 \family default
14902 .
14903  If a cell contains TeX-Code mark only the characters, otherwise the colored
14904  TeX-Code will cause LaTeX-errors.
14905 \end_layout
14906
14907 \begin_layout Standard
14908 \begin_inset Note Greyedout
14909 status open
14910
14911 \begin_layout Plain Layout
14912
14913 \series bold
14914 Note:
14915 \series default
14916  Not all DVI-viewers are able to display self-defined colors.
14917 \end_layout
14918
14919 \end_inset
14920
14921
14922 \end_layout
14923
14924 \begin_layout Standard
14925 \begin_inset VSpace bigskip
14926 \end_inset
14927
14928
14929 \end_layout
14930
14931 \begin_layout Standard
14932 To create Table
14933 \begin_inset space ~
14934 \end_inset
14935
14936
14937 \begin_inset CommandInset ref
14938 LatexCommand ref
14939 reference "tab:Table-colored-using"
14940
14941 \end_inset
14942
14943  do the following: The color of the first column should be 
14944 \emph on
14945 darkgreen
14946 \emph default
14947 .
14948  So insert
14949 \end_layout
14950
14951 \begin_layout Standard
14952
14953 \series bold
14954 >{
14955 \backslash
14956 columncolor{darkgreen}
14957 \backslash
14958 centering}c
14959 \end_layout
14960
14961 \begin_layout Standard
14962 as LaTeX-argument for this column.
14963  The first row should be blue, therefore the TeX-Code command
14964 \end_layout
14965
14966 \begin_layout Standard
14967
14968 \series bold
14969
14970 \backslash
14971 rowcolow{cyan}
14972 \end_layout
14973
14974 \begin_layout Standard
14975 is inserted to the first cell of this row.
14976  Note that this overwrites the column color for the first cell.
14977  The last cell of the last row is colored magenta by inserting the TeX-Code
14978  command
14979 \end_layout
14980
14981 \begin_layout Standard
14982
14983 \series bold
14984
14985 \backslash
14986 cellcolor{magenta}
14987 \end_layout
14988
14989 \begin_layout Standard
14990 The characters could now be colored using the menu 
14991 \family sans
14992 Edit\SpecialChar \menuseparator
14993 Text
14994 \begin_inset space ~
14995 \end_inset
14996
14997 Style
14998 \family default
14999 .
15000 \end_layout
15001
15002 \begin_layout Standard
15003 \begin_inset Float table
15004 placement h
15005 wide false
15006 sideways false
15007 status open
15008
15009 \begin_layout Plain Layout
15010 \begin_inset Caption
15011
15012 \begin_layout Plain Layout
15013 \begin_inset CommandInset label
15014 LatexCommand label
15015 name "tab:Table-colored-using"
15016
15017 \end_inset
15018
15019 Table colored using the package 
15020 \series bold
15021 colortbl
15022 \series default
15023
15024 \begin_inset OptArg
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028 Table with colortbl
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \begin_layout Plain Layout
15042 \align center
15043 \begin_inset Tabular
15044 <lyxtabular version="3" rows="3" columns="3">
15045 <features>
15046 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15047 <column alignment="center" valignment="top" width="0">
15048 <column alignment="center" valignment="top" width="0">
15049 <row>
15050 <cell alignment="center" valignment="top" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 \begin_inset ERT
15055 status collapsed
15056
15057 \begin_layout Plain Layout
15058
15059
15060 \backslash
15061 rowcolor{cyan}
15062 \end_layout
15063
15064 \end_inset
15065
15066
15067 \color magenta
15068 a
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077
15078 \color red
15079 b
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \color red
15090 c
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101
15102 \color yellow
15103 d
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \color blue
15114 e
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \color blue
15125 f
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row>
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136
15137 \color yellow
15138 g
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \color blue
15149 h
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 \begin_inset ERT
15159 status collapsed
15160
15161 \begin_layout Plain Layout
15162
15163
15164 \backslash
15165 cellcolor{magenta}
15166 \end_layout
15167
15168 \end_inset
15169
15170
15171 \color green
15172 i
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 </row>
15178 </lyxtabular>
15179
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \begin_layout Standard
15191 \begin_inset ERT
15192 status collapsed
15193
15194 \begin_layout Plain Layout
15195
15196
15197 \backslash
15198 else
15199 \end_layout
15200
15201 \end_inset
15202
15203
15204 \begin_inset Note Note
15205 status open
15206
15207 \begin_layout Plain Layout
15208 The following will be displayed when the LaTeX-package 
15209 \series bold
15210 colortbl
15211 \series default
15212  is not installed:
15213 \end_layout
15214
15215 \end_inset
15216
15217
15218 \end_layout
15219
15220 \begin_layout Standard
15221 You need to install the package 
15222 \series bold
15223 colortbl
15224 \series default
15225  to see the content of this section in the output.
15226 \end_layout
15227
15228 \begin_layout Standard
15229 \begin_inset ERT
15230 status collapsed
15231
15232 \begin_layout Plain Layout
15233
15234
15235 \backslash
15236 fi
15237 \end_layout
15238
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \begin_layout Subsection
15245 Colored Lines
15246 \begin_inset Index
15247 status collapsed
15248
15249 \begin_layout Plain Layout
15250 Table Color ! for Lines
15251 \end_layout
15252
15253 \end_inset
15254
15255
15256 \begin_inset Index
15257 status collapsed
15258
15259 \begin_layout Plain Layout
15260 Color ! for Table Lines
15261 \end_layout
15262
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \begin_layout Standard
15269 As described in section
15270 \begin_inset space ~
15271 \end_inset
15272
15273
15274 \begin_inset CommandInset ref
15275 LatexCommand ref
15276 reference "sub:Line-Thickness"
15277
15278 \end_inset
15279
15280 , the line thickness for all lines in a table can be adjusted with the length
15281  
15282 \series bold
15283
15284 \backslash
15285 arrayrulewidth
15286 \series default
15287 .
15288  It is set to 1.5
15289 \begin_inset space \thinspace{}
15290 \end_inset
15291
15292 pt for all tables of this section.
15293 \begin_inset ERT
15294 status collapsed
15295
15296 \begin_layout Plain Layout
15297
15298
15299 \backslash
15300 setlength{
15301 \backslash
15302 arrayrulewidth}{1.5pt}
15303 \end_layout
15304
15305 \end_inset
15306
15307
15308 \end_layout
15309
15310 \begin_layout Standard
15311 To color vertical lines for example with green, create the following column
15312  format in the document preamble, according to the description in section
15313 \begin_inset space ~
15314 \end_inset
15315
15316
15317 \begin_inset CommandInset ref
15318 LatexCommand ref
15319 reference "sub:Customized-Format"
15320
15321 \end_inset
15322
15323 :
15324 \end_layout
15325
15326 \begin_layout Standard
15327
15328 \series bold
15329
15330 \backslash
15331 newcolumntype{W}{!{
15332 \backslash
15333 color{green}
15334 \backslash
15335 vline}}
15336 \end_layout
15337
15338 \begin_layout Standard
15339 For Table
15340 \begin_inset space ~
15341 \end_inset
15342
15343
15344 \begin_inset CommandInset ref
15345 LatexCommand ref
15346 reference "tab:Table-with-vertical-colored"
15347
15348 \end_inset
15349
15350  the LaTeX-argument
15351 \series bold
15352  WcW
15353 \series default
15354  was used for the last column and
15355 \series bold
15356  Wc
15357 \series default
15358  for the other columns.
15359 \end_layout
15360
15361 \begin_layout Standard
15362 If you want to have several colors, define more column formats.
15363 \end_layout
15364
15365 \begin_layout Standard
15366 \begin_inset Float table
15367 placement h
15368 wide false
15369 sideways false
15370 status open
15371
15372 \begin_layout Plain Layout
15373 \begin_inset Caption
15374
15375 \begin_layout Plain Layout
15376 \begin_inset CommandInset label
15377 LatexCommand label
15378 name "tab:Table-with-vertical-colored"
15379
15380 \end_inset
15381
15382 Table with colored vertical lines
15383 \end_layout
15384
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \begin_layout Plain Layout
15391 \align center
15392 \begin_inset Tabular
15393 <lyxtabular version="3" rows="3" columns="3">
15394 <features>
15395 <column alignment="center" valignment="top" width="0" special="Wc">
15396 <column alignment="center" valignment="top" width="0" special="Wc">
15397 <column alignment="center" valignment="top" width="0" special="WcW">
15398 <row>
15399 <cell alignment="center" valignment="top" topline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403 sd
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell alignment="center" valignment="top" topline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 sd
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 </row>
15456 <row>
15457 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479 sd
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 </row>
15485 </lyxtabular>
15486
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \begin_layout Standard
15498 \begin_inset VSpace bigskip
15499 \end_inset
15500
15501 To color horizontal lines for example with red, like in Table
15502 \begin_inset space ~
15503 \end_inset
15504
15505
15506 \begin_inset CommandInset ref
15507 LatexCommand ref
15508 reference "tab:Table-with-horizontal-colored"
15509
15510 \end_inset
15511
15512 , insert these commands in TeX-Code before the table or table float:
15513 \end_layout
15514
15515 \begin_layout Standard
15516
15517 \series bold
15518
15519 \backslash
15520 let
15521 \backslash
15522 myHlineC
15523 \backslash
15524 hline
15525 \begin_inset Newline newline
15526 \end_inset
15527
15528
15529 \backslash
15530 renewcommand{
15531 \backslash
15532 hline}
15533 \begin_inset Newline newline
15534 \end_inset
15535
15536
15537 \begin_inset ERT
15538 status collapsed
15539
15540 \begin_layout Plain Layout
15541
15542
15543 \backslash
15544 hphantom{ }
15545 \end_layout
15546
15547 \end_inset
15548
15549 {
15550 \backslash
15551 arrayrulecolor{red}
15552 \backslash
15553 myHlineC
15554 \backslash
15555 arrayrulecolor{black}}
15556 \end_layout
15557
15558 \begin_layout Standard
15559 \begin_inset ERT
15560 status collapsed
15561
15562 \begin_layout Plain Layout
15563
15564
15565 \backslash
15566 let
15567 \backslash
15568 myHlineC
15569 \backslash
15570 hline
15571 \end_layout
15572
15573 \begin_layout Plain Layout
15574
15575
15576 \backslash
15577 renewcommand{
15578 \backslash
15579 hline}
15580 \end_layout
15581
15582 \begin_layout Plain Layout
15583
15584  {
15585 \backslash
15586 arrayrulecolor{red}
15587 \backslash
15588 myHlineC
15589 \backslash
15590 arrayrulecolor{black}}
15591 \end_layout
15592
15593 \end_inset
15594
15595
15596 \begin_inset Float table
15597 placement h
15598 wide false
15599 sideways false
15600 status open
15601
15602 \begin_layout Plain Layout
15603 \begin_inset Caption
15604
15605 \begin_layout Plain Layout
15606 \begin_inset CommandInset label
15607 LatexCommand label
15608 name "tab:Table-with-horizontal-colored"
15609
15610 \end_inset
15611
15612 Table with colored horizontal lines
15613 \end_layout
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Plain Layout
15621 \align center
15622 \begin_inset Tabular
15623 <lyxtabular version="3" rows="3" columns="3">
15624 <features>
15625 <column alignment="center" valignment="top" width="0">
15626 <column alignment="center" valignment="top" width="0">
15627 <column alignment="center" valignment="top" width="0">
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 sd
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 sd
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 <row>
15687 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 sd
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 </lyxtabular>
15716
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \end_inset
15723
15724
15725 \end_layout
15726
15727 \begin_layout Standard
15728 To return to the default line color black, insert this command in TeX-Code
15729  behind the table or table float:
15730 \end_layout
15731
15732 \begin_layout Standard
15733
15734 \series bold
15735
15736 \backslash
15737 renewcommand{
15738 \backslash
15739 hline}{
15740 \backslash
15741 myHlineC}
15742 \end_layout
15743
15744 \begin_layout Standard
15745 Table
15746 \begin_inset space ~
15747 \end_inset
15748
15749
15750 \begin_inset CommandInset ref
15751 LatexCommand ref
15752 reference "tab:Table-with-colored"
15753
15754 \end_inset
15755
15756  is an example with colored vertical and horizontal lines.
15757 \end_layout
15758
15759 \begin_layout Standard
15760 \begin_inset Float table
15761 placement h
15762 wide false
15763 sideways false
15764 status open
15765
15766 \begin_layout Plain Layout
15767 \begin_inset Caption
15768
15769 \begin_layout Plain Layout
15770 \begin_inset CommandInset label
15771 LatexCommand label
15772 name "tab:Table-with-colored"
15773
15774 \end_inset
15775
15776 Table with colored lines
15777 \end_layout
15778
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \begin_layout Plain Layout
15785 \align center
15786 \begin_inset Tabular
15787 <lyxtabular version="3" rows="3" columns="3">
15788 <features>
15789 <column alignment="center" valignment="top" width="0" special="Wc">
15790 <column alignment="center" valignment="top" width="0" special="Wc">
15791 <column alignment="center" valignment="top" width="0" special="WcW">
15792 <row>
15793 <cell alignment="center" valignment="top" topline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 sd
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 <cell alignment="center" valignment="top" topline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 </row>
15821 <row>
15822 <cell alignment="center" valignment="top" topline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 sd
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 </row>
15850 <row topspace="default">
15851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 sd
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 </row>
15879 </lyxtabular>
15880
15881 \end_inset
15882
15883
15884 \end_layout
15885
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \begin_layout Standard
15892 \begin_inset ERT
15893 status collapsed
15894
15895 \begin_layout Plain Layout
15896
15897
15898 \backslash
15899 renewcommand{
15900 \backslash
15901 hline}{
15902 \backslash
15903 myHlineC}
15904 \end_layout
15905
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \begin_layout Standard
15912 \begin_inset ERT
15913 status collapsed
15914
15915 \begin_layout Plain Layout
15916
15917
15918 \backslash
15919 setlength{
15920 \backslash
15921 arrayrulewidth}{0.4pt}
15922 \end_layout
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Section
15930 Table Customization
15931 \begin_inset Index
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935 Table Customization
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \begin_inset Index
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945 Table ! Customization
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Subsection
15954 Row Spacing
15955 \begin_inset CommandInset label
15956 LatexCommand label
15957 name "sub:Row-Spacing"
15958
15959 \end_inset
15960
15961
15962 \begin_inset Index
15963 status collapsed
15964
15965 \begin_layout Plain Layout
15966 Table Customization ! Row Spacing
15967 \end_layout
15968
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \begin_layout Standard
15975 You can add vertical space to table rows in the 
15976 \family sans
15977 Borders
15978 \family default
15979  tab of the table dialog.
15980  You find there three possibilities:
15981 \end_layout
15982
15983 \begin_layout Description
15984 Top
15985 \begin_inset space ~
15986 \end_inset
15987
15988 of
15989 \begin_inset space ~
15990 \end_inset
15991
15992 row will add space above the characters of the table row.
15993  If the table is a formal table
15994 \begin_inset Foot
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998 Formal tables are explained in section
15999 \begin_inset space ~
16000 \end_inset
16001
16002
16003 \begin_inset CommandInset ref
16004 LatexCommand ref
16005 reference "sec:Formal-Tables"
16006
16007 \end_inset
16008
16009 .
16010 \end_layout
16011
16012 \end_inset
16013
16014  LyX will insert as default 0.5
16015 \begin_inset space \thinspace{}
16016 \end_inset
16017
16018 em space.
16019  For normal tables the inserted space will unfortunately destroy the vertical
16020  table lines as in the following table:
16021 \begin_inset VSpace medskip
16022 \end_inset
16023
16024
16025 \begin_inset Newline newline
16026 \end_inset
16027
16028
16029 \begin_inset space \hspace*{}
16030 \length 0pt
16031 \end_inset
16032
16033
16034 \begin_inset space \hfill{}
16035 \end_inset
16036
16037
16038 \begin_inset Tabular
16039 <lyxtabular version="3" rows="3" columns="1">
16040 <features>
16041 <column alignment="center" valignment="top" width="0">
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 A
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 <row topspace="3mm">
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 3
16059 \begin_inset space \thinspace{}
16060 \end_inset
16061
16062 mm space top of row
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 </row>
16068 <row>
16069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 C
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 </lyxtabular>
16080
16081 \end_inset
16082
16083
16084 \begin_inset space \hfill{}
16085 \end_inset
16086
16087
16088 \begin_inset space \hspace*{}
16089 \length 0pt
16090 \end_inset
16091
16092
16093 \begin_inset VSpace medskip
16094 \end_inset
16095
16096
16097 \begin_inset Newline newline
16098 \end_inset
16099
16100 So inserting space to the top of row for normal tables is only useful when
16101  you don't have vertical lines.
16102 \end_layout
16103
16104 \begin_layout Description
16105 Bottom
16106 \begin_inset space ~
16107 \end_inset
16108
16109 of
16110 \begin_inset space ~
16111 \end_inset
16112
16113 row will add space below the characters of the table row.
16114  If the table is a formal table LyX will insert as default 0.5
16115 \begin_inset space \thinspace{}
16116 \end_inset
16117
16118 em space, for normal tables the default size is 2
16119 \begin_inset space \thinspace{}
16120 \end_inset
16121
16122 pt.
16123 \end_layout
16124
16125 \begin_layout Description
16126 Between
16127 \begin_inset space ~
16128 \end_inset
16129
16130 rows adds space between the current and the following row.
16131  If the table is a formal table LyX will insert as default 0.5
16132 \begin_inset space \thinspace{}
16133 \end_inset
16134
16135 em space.
16136  For normal tables the inserted space will unfortunately destroy the vertical
16137  table lines as in the following table:
16138 \begin_inset VSpace medskip
16139 \end_inset
16140
16141
16142 \begin_inset Newline newline
16143 \end_inset
16144
16145
16146 \begin_inset space \hspace*{}
16147 \length 0pt
16148 \end_inset
16149
16150
16151 \begin_inset space \hfill{}
16152 \end_inset
16153
16154
16155 \begin_inset Tabular
16156 <lyxtabular version="3" rows="3" columns="1">
16157 <features>
16158 <column alignment="center" valignment="top" width="0">
16159 <row>
16160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 A
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 <row interlinespace="3mm">
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 \begin_inset Formula $\downarrow$
16176 \end_inset
16177
16178  3
16179 \begin_inset space \thinspace{}
16180 \end_inset
16181
16182 mm space between row 
16183 \begin_inset Formula $\downarrow$
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 \begin_inset Formula $\uparrow$
16198 \end_inset
16199
16200  3
16201 \begin_inset space \thinspace{}
16202 \end_inset
16203
16204 mm space between row 
16205 \begin_inset Formula $\uparrow$
16206 \end_inset
16207
16208
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 </lyxtabular>
16215
16216 \end_inset
16217
16218
16219 \begin_inset space \hfill{}
16220 \end_inset
16221
16222
16223 \begin_inset space \hspace*{}
16224 \length 0pt
16225 \end_inset
16226
16227
16228 \begin_inset VSpace medskip
16229 \end_inset
16230
16231
16232 \begin_inset Newline newline
16233 \end_inset
16234
16235 So inserting space between rows for normal tables is only useful when you
16236  don't have vertical lines.
16237 \end_layout
16238
16239 \begin_layout Standard
16240 \begin_inset VSpace bigskip
16241 \end_inset
16242
16243 When you want to add extra height to all cells of all tables, you can do
16244  this with the following preamble lines:
16245 \end_layout
16246
16247 \begin_layout Standard
16248
16249 \series bold
16250
16251 \backslash
16252 @ifundefined{extrarowheight}
16253 \begin_inset Newline newline
16254 \end_inset
16255
16256
16257 \begin_inset ERT
16258 status collapsed
16259
16260 \begin_layout Plain Layout
16261
16262
16263 \backslash
16264 hphantom{ }
16265 \end_layout
16266
16267 \end_inset
16268
16269 {
16270 \backslash
16271 usepackage{array}}{}
16272 \begin_inset Newline newline
16273 \end_inset
16274
16275
16276 \backslash
16277 setlength{
16278 \backslash
16279 extrarowheight}{height}
16280 \end_layout
16281
16282 \begin_layout Standard
16283 But this has the disadvantage that the cell texts are no longer exactly
16284  vertically centered.
16285  (The package 
16286 \series bold
16287 array
16288 \series default
16289  will be loaded automatically by LyX when you use self defined table formats.
16290  To avoid that it is loaded twice the command 
16291 \series bold
16292
16293 \backslash
16294 @ifundefined
16295 \series default
16296  is used in the above command.)
16297 \end_layout
16298
16299 \begin_layout Subsection
16300 Special Cell Alignment
16301 \begin_inset Index
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 Table Customization ! Special Cell Alignment
16306 \end_layout
16307
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \begin_layout Standard
16314 Sometimes it looks better when the cell entries of a column are aligned
16315  with a special character, e.
16316 \begin_inset space \thinspace{}
16317 \end_inset
16318
16319 g.
16320 \begin_inset space ~
16321 \end_inset
16322
16323 with the decimal separator as in Table
16324 \begin_inset space ~
16325 \end_inset
16326
16327
16328 \begin_inset CommandInset ref
16329 LatexCommand ref
16330 reference "tab:Table-cells-of"
16331
16332 \end_inset
16333
16334 .
16335 \end_layout
16336
16337 \begin_layout Standard
16338 \begin_inset Float table
16339 placement h
16340 wide false
16341 sideways false
16342 status open
16343
16344 \begin_layout Plain Layout
16345 \begin_inset Caption
16346
16347 \begin_layout Plain Layout
16348 \begin_inset CommandInset label
16349 LatexCommand label
16350 name "tab:Table-cells-of"
16351
16352 \end_inset
16353
16354 Table cells of a column aligned with the decimal separator.
16355 \end_layout
16356
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \begin_layout Plain Layout
16363 \align center
16364 \begin_inset Tabular
16365 <lyxtabular version="3" rows="4" columns="2">
16366 <features>
16367 <column alignment="right" valignment="top" width="0">
16368 <column alignment="left" valignment="top" width="0" special="@{}l">
16369 <row>
16370 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 heading
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row>
16390 <cell alignment="center" valignment="top" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 12.
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 6
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 <row>
16410 <cell alignment="center" valignment="top" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 0.
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 68
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 </row>
16429 <row>
16430 <cell alignment="center" valignment="top" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 -123.
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 0
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 </lyxtabular>
16450
16451 \end_inset
16452
16453
16454 \end_layout
16455
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \begin_layout Standard
16462 This table was created with a 4×2 table.
16463  The heading is a centered multicolumn.
16464  The first column is right-aligned and contains the digits before the decimal
16465  point and the decimal point.
16466  The second column is left aligned and contains the digits after the decimal
16467  point.
16468  To omit the space that is normally between two table columns, use the following
16469  LaTeX-argument for the second column:
16470 \end_layout
16471
16472 \begin_layout Standard
16473
16474 \series bold
16475 @{}l
16476 \end_layout
16477
16478 \begin_layout Standard
16479 Table
16480 \begin_inset space ~
16481 \end_inset
16482
16483
16484 \begin_inset CommandInset ref
16485 LatexCommand ref
16486 reference "tab:Several-table-cell"
16487
16488 \end_inset
16489
16490  shows some example alignments.
16491  For the alignment with the relation sign, you must add the second smallest
16492  math-space at the beginning of the last column to get the correct space
16493  surrounding the relation sign.
16494 \end_layout
16495
16496 \begin_layout Standard
16497 \begin_inset Float table
16498 wide false
16499 sideways false
16500 status open
16501
16502 \begin_layout Plain Layout
16503 \begin_inset Caption
16504
16505 \begin_layout Plain Layout
16506 \begin_inset CommandInset label
16507 LatexCommand label
16508 name "tab:Several-table-cell"
16509
16510 \end_inset
16511
16512 Several table cell alignments.
16513 \end_layout
16514
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \begin_layout Plain Layout
16521 \align center
16522 \begin_inset Tabular
16523 <lyxtabular version="3" rows="4" columns="6">
16524 <features>
16525 <column alignment="right" valignment="top" width="0">
16526 <column alignment="left" valignment="top" width="0" special="@{}l">
16527 <column alignment="right" valignment="top" width="0">
16528 <column alignment="left" valignment="top" width="0" special="@{}l">
16529 <column alignment="right" valignment="top" width="0">
16530 <column alignment="left" valignment="top" width="0" special="@{}l">
16531 <row>
16532 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 units
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 exponents
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 relations
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 </row>
16587 <row>
16588 <cell alignment="center" valignment="top" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 12×
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 24
16602 \begin_inset space \thinspace{}
16603 \end_inset
16604
16605 bottles
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 \begin_inset Formula $10\cdot$
16615 \end_inset
16616
16617
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 \begin_inset Formula $10^{\mbox{-}17}$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\Gamma(t)\propto$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 <cell alignment="center" valignment="top" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650 \begin_inset Formula $\:\Upsilon(t)$
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 </row>
16659 <row>
16660 <cell alignment="center" valignment="top" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 1024×
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 768
16674 \begin_inset space \thinspace{}
16675 \end_inset
16676
16677 Pixels
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 \begin_inset Formula $5.78\cdot$
16687 \end_inset
16688
16689
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 \begin_inset Formula $10^{7}$
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 \begin_inset Formula $A\ne$
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 \begin_inset Formula $\: B_{\mathrm{red}}$
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="center" valignment="top" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 32×
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 6
16746 \begin_inset space \thinspace{}
16747 \end_inset
16748
16749 cm
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 -
16759 \begin_inset Formula $33.5\cdot$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Formula $10^{4}$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Formula $\sin(\alpha)\ge$
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Formula $\:\sin(\beta)$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 </lyxtabular>
16805
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \begin_layout Standard
16817 \begin_inset VSpace bigskip
16818 \end_inset
16819
16820 There is also the LaTeX-package 
16821 \series bold
16822 dcolumn
16823 \series default
16824
16825 \begin_inset Index
16826 status collapsed
16827
16828 \begin_layout Plain Layout
16829 LaTeX-packages ! dcolumn
16830 \end_layout
16831
16832 \end_inset
16833
16834  that provides table cell alignments.
16835  But this unfortunately treats the cell entries as math and doesn't allow
16836  formulas in table cells: The first column of Table
16837 \begin_inset space ~
16838 \end_inset
16839
16840
16841 \begin_inset CommandInset ref
16842 LatexCommand ref
16843 reference "tab:Several-table-cell"
16844
16845 \end_inset
16846
16847  will look with 
16848 \series bold
16849 dcolumn
16850 \series default
16851  like the first column in Table
16852 \begin_inset space ~
16853 \end_inset
16854
16855
16856 \begin_inset CommandInset ref
16857 LatexCommand ref
16858 reference "tab:Alignments-when"
16859
16860 \end_inset
16861
16862  and only with some tricks like the expected.
16863  The alignment of the second and third column of Table
16864 \begin_inset space ~
16865 \end_inset
16866
16867
16868 \begin_inset CommandInset ref
16869 LatexCommand ref
16870 reference "tab:Several-table-cell"
16871
16872 \end_inset
16873
16874  is not possible with 
16875 \series bold
16876 dcolumn
16877 \series default
16878 .
16879 \end_layout
16880
16881 \begin_layout Standard
16882 \begin_inset Float table
16883 placement h
16884 wide false
16885 sideways false
16886 status open
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Caption
16890
16891 \begin_layout Plain Layout
16892 \begin_inset CommandInset label
16893 LatexCommand label
16894 name "tab:Alignments-when"
16895
16896 \end_inset
16897
16898 Alignments when LaTeX-package dcolumn is used.
16899  For all column alignments tricks have to be used to get the output.
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Plain Layout
16908 \align center
16909 \begin_inset Tabular
16910 <lyxtabular version="3" rows="4" columns="3">
16911 <features>
16912 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16913 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16914 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16915 <row>
16916 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 units
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 units
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 units
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 12x24
16950 \begin_inset space \thinspace{}
16951 \end_inset
16952
16953 bottles
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 12x24
16963 \begin_inset space \thinspace{}
16964 \end_inset
16965
16966
16967 \begin_inset Formula $\mbox{bottles}$
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 12
16980 \begin_inset ERT
16981 status collapsed
16982
16983 \begin_layout Plain Layout
16984
16985
16986 \backslash
16987 times 
16988 \end_layout
16989
16990 \end_inset
16991
16992 24~
16993 \begin_inset Formula $\mbox{bottles}$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 1024x768
17008 \begin_inset space \thinspace{}
17009 \end_inset
17010
17011 Pixels
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 1024x768
17021 \begin_inset space \thinspace{}
17022 \end_inset
17023
17024
17025 \begin_inset Formula $\mbox{Pixels}$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 1024
17038 \begin_inset ERT
17039 status collapsed
17040
17041 \begin_layout Plain Layout
17042
17043
17044 \backslash
17045 times 
17046 \end_layout
17047
17048 \end_inset
17049
17050 768~
17051 \begin_inset Formula $\mbox{Pixels}$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 <row>
17061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 32x6
17066 \begin_inset space \thinspace{}
17067 \end_inset
17068
17069 cm
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 32x6
17079 \begin_inset space \thinspace{}
17080 \end_inset
17081
17082
17083 \begin_inset Formula $\mbox{cm}$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 32
17096 \begin_inset ERT
17097 status collapsed
17098
17099 \begin_layout Plain Layout
17100
17101
17102 \backslash
17103 times 
17104 \end_layout
17105
17106 \end_inset
17107
17108 6~
17109 \begin_inset Formula $\mbox{cm}$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 </lyxtabular>
17119
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \begin_layout Subsection
17131 Customized Cell/Column Format
17132 \begin_inset CommandInset label
17133 LatexCommand label
17134 name "sub:Customized-Format"
17135
17136 \end_inset
17137
17138
17139 \begin_inset Index
17140 status collapsed
17141
17142 \begin_layout Plain Layout
17143 Table Customization ! Cell/Column Format
17144 \end_layout
17145
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \begin_layout Standard
17152 Calculating the needed width for spanned columns like in section
17153 \begin_inset space ~
17154 \end_inset
17155
17156
17157 \begin_inset CommandInset ref
17158 LatexCommand ref
17159 reference "sub:Multicolumn-Calculations"
17160
17161 \end_inset
17162
17163  is very annoying if you have several tables with multicolumn cells.
17164  To make life easier, you can define a cell/column format in the preamble,
17165  so that it can be used in all tables of the document.
17166  The format is defined with the command
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 newcolumntype{name of format}[number of arguments]{commands}
17175 \end_layout
17176
17177 \begin_layout Standard
17178 The format name may only consist of one letter.
17179  The letters 
17180 \emph on
17181 b
17182 \emph default
17183
17184 \emph on
17185 c
17186 \emph default
17187
17188 \emph on
17189 l
17190 \emph default
17191
17192 \emph on
17193 m
17194 \emph default
17195
17196 \emph on
17197 p
17198 \emph default
17199  and 
17200 \emph on
17201 r
17202 \emph default
17203  are predefined and cannot be used.
17204  But all letters are allowed as capitals.
17205 \end_layout
17206
17207 \begin_layout Standard
17208 \begin_inset VSpace medskip
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \begin_layout Standard
17215 For vertically and horizontally centered multicolumn cells with a fixed
17216  width you can define the cell format
17217 \end_layout
17218
17219 \begin_layout Standard
17220
17221 \series bold
17222
17223 \backslash
17224 newcolumntype{M}[1]{>{
17225 \backslash
17226 centering
17227 \backslash
17228 hspace{0pt}}m{#1}}
17229 \end_layout
17230
17231 \begin_layout Standard
17232 where 
17233 \series bold
17234
17235 \backslash
17236 hspace{0pt}
17237 \series default
17238  avoids the problem of hyphenating the first word, as described in section
17239 \begin_inset space ~
17240 \end_inset
17241
17242
17243 \begin_inset CommandInset ref
17244 LatexCommand ref
17245 reference "sub:Multiple-Lines-in"
17246
17247 \end_inset
17248
17249 .
17250  Now you can simply enter
17251 \end_layout
17252
17253 \begin_layout Standard
17254
17255 \series bold
17256 M{width}
17257 \end_layout
17258
17259 \begin_layout Standard
17260 as LaTeX-argument in the table dialog to create a multicolumn.
17261 \end_layout
17262
17263 \begin_layout Standard
17264 \begin_inset VSpace bigskip
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \begin_layout Standard
17271 For cells spanned by a multicolumn cell, you can define the format
17272 \end_layout
17273
17274 \begin_layout Standard
17275
17276 \series bold
17277
17278 \backslash
17279 newcolumntype{S}[2]{>{
17280 \backslash
17281 centering
17282 \backslash
17283 hspace{0pt}}
17284 \begin_inset Newline newline
17285 \end_inset
17286
17287
17288 \begin_inset ERT
17289 status collapsed
17290
17291 \begin_layout Plain Layout
17292
17293
17294 \backslash
17295 phantom{
17296 \end_layout
17297
17298 \end_inset
17299
17300
17301 \backslash
17302 newcolumntype
17303 \begin_inset ERT
17304 status collapsed
17305
17306 \begin_layout Plain Layout
17307
17308 }
17309 \end_layout
17310
17311 \end_inset
17312
17313 m{(#1+(2
17314 \backslash
17315 tabcolsep+
17316 \backslash
17317 arrayrulewidth)*(1-#2))/#2}}
17318 \end_layout
17319
17320 \begin_layout Standard
17321 This format uses equation 
17322 \begin_inset CommandInset ref
17323 LatexCommand eqref
17324 reference "eq:Wgn"
17325
17326 \end_inset
17327
17328  to calculate the needed width so that each spanned cell has the same width.
17329 \end_layout
17330
17331 \begin_layout Standard
17332 You can now enter
17333 \end_layout
17334
17335 \begin_layout Standard
17336
17337 \series bold
17338 S{width of multicolumn cell}{number of spanned columns}
17339 \end_layout
17340
17341 \begin_layout Standard
17342 as LaTeX-argument of the column.
17343 \end_layout
17344
17345 \begin_layout Standard
17346 \begin_inset VSpace bigskip
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \begin_layout Standard
17353 For colored columns, you can define
17354 \end_layout
17355
17356 \begin_layout Standard
17357
17358 \series bold
17359
17360 \backslash
17361 newcolumntype{K}[1]{>{
17362 \backslash
17363 columncolor{#1}
17364 \backslash
17365 hspace{0pt}}c}
17366 \end_layout
17367
17368 \begin_layout Standard
17369 The 
17370 \begin_inset Quotes eld
17371 \end_inset
17372
17373 c
17374 \begin_inset Quotes erd
17375 \end_inset
17376
17377  at the end creates a column with a flexible width whose text is horizontally
17378  centered.
17379  You can now enter
17380 \end_layout
17381
17382 \begin_layout Standard
17383
17384 \series bold
17385 K{color name}
17386 \end_layout
17387
17388 \begin_layout Standard
17389 as LaTeX-argument.
17390 \end_layout
17391
17392 \begin_layout Standard
17393 \begin_inset VSpace bigskip
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \begin_layout Standard
17400 To create Table
17401 \begin_inset space ~
17402 \end_inset
17403
17404
17405 \begin_inset CommandInset ref
17406 LatexCommand ref
17407 reference "tab:Table-using-user-defined"
17408
17409 \end_inset
17410
17411  use the LaTeX-arguments
17412 \end_layout
17413
17414 \begin_layout Standard
17415
17416 \series bold
17417 M{2.5cm}
17418 \end_layout
17419
17420 \begin_layout Standard
17421 for the first column and the multicolumn,
17422 \end_layout
17423
17424 \begin_layout Standard
17425
17426 \series bold
17427 K{red}
17428 \end_layout
17429
17430 \begin_layout Standard
17431 for the the last column, and
17432 \end_layout
17433
17434 \begin_layout Standard
17435
17436 \series bold
17437 S{2.5cm}{2}
17438 \end_layout
17439
17440 \begin_layout Standard
17441 for the cells in the second column.
17442 \end_layout
17443
17444 \begin_layout Standard
17445 \begin_inset Float table
17446 placement h
17447 wide false
17448 sideways false
17449 status open
17450
17451 \begin_layout Plain Layout
17452 \begin_inset Caption
17453
17454 \begin_layout Plain Layout
17455 \begin_inset CommandInset label
17456 LatexCommand label
17457 name "tab:Table-using-user-defined"
17458
17459 \end_inset
17460
17461 Table using user-defined table formats
17462 \end_layout
17463
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \begin_layout Plain Layout
17470 \align center
17471 \begin_inset Tabular
17472 <lyxtabular version="3" rows="3" columns="4">
17473 <features>
17474 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17475 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17476 <column alignment="center" valignment="middle" width="0">
17477 <column alignment="center" valignment="middle" width="0" special="K{red}">
17478 <row>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 verylongtablecellword
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 multiple lines multicolumn
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 c
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 d
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 e
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 f
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 g
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 </row>
17554 <row>
17555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 h
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 i
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 j
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 k
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 </row>
17592 </lyxtabular>
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \begin_layout Subsection
17605 Line Thickness
17606 \begin_inset CommandInset label
17607 LatexCommand label
17608 name "sub:Line-Thickness"
17609
17610 \end_inset
17611
17612
17613 \begin_inset Index
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617 Table Customization ! Line Thickness
17618 \end_layout
17619
17620 \end_inset
17621
17622
17623 \end_layout
17624
17625 \begin_layout Standard
17626 The line thickness for all lines in a table can be adjusted with the length
17627  
17628 \series bold
17629
17630 \backslash
17631 arrayrulewidth
17632 \series default
17633 .
17634  To set for example a line thickness of 1.5
17635 \begin_inset space \thinspace{}
17636 \end_inset
17637
17638 pt, like in Table
17639 \begin_inset space ~
17640 \end_inset
17641
17642
17643 \begin_inset CommandInset ref
17644 LatexCommand ref
17645 reference "tab:Table-with-1.5"
17646
17647 \end_inset
17648
17649 , insert the command
17650 \end_layout
17651
17652 \begin_layout Standard
17653
17654 \series bold
17655
17656 \backslash
17657 setlength{
17658 \backslash
17659 arrayrulewidth}{1.5pt}
17660 \end_layout
17661
17662 \begin_layout Standard
17663 in TeX-Code before the table or table float.
17664  The changed thickness is valid for all following tables.
17665  To use the default value again, set 
17666 \series bold
17667
17668 \backslash
17669 arrayrulewidth
17670 \series default
17671  to 0.4
17672 \begin_inset space \thinspace{}
17673 \end_inset
17674
17675 pt in TeX-Code behind the table or table float.
17676 \end_layout
17677
17678 \begin_layout Standard
17679 \begin_inset ERT
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683
17684
17685 \backslash
17686 setlength{
17687 \backslash
17688 arrayrulewidth}{1.5pt}
17689 \end_layout
17690
17691 \end_inset
17692
17693
17694 \begin_inset Float table
17695 wide false
17696 sideways false
17697 status open
17698
17699 \begin_layout Plain Layout
17700 \begin_inset Caption
17701
17702 \begin_layout Plain Layout
17703 \begin_inset CommandInset label
17704 LatexCommand label
17705 name "tab:Table-with-1.5"
17706
17707 \end_inset
17708
17709 Table with 1.5
17710 \begin_inset space \thinspace{}
17711 \end_inset
17712
17713 pt thick lines
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \begin_layout Plain Layout
17722 \align center
17723 \begin_inset Tabular
17724 <lyxtabular version="3" rows="3" columns="3">
17725 <features>
17726 <column alignment="center" valignment="top" width="0">
17727 <column alignment="center" valignment="top" width="0">
17728 <column alignment="center" valignment="top" width="0">
17729 <row>
17730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 sd
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 </row>
17758 <row>
17759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 sd
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 <row>
17788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 sd
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 </lyxtabular>
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \end_inset
17824
17825
17826 \begin_inset ERT
17827 status collapsed
17828
17829 \begin_layout Plain Layout
17830
17831
17832 \backslash
17833 setlength{
17834 \backslash
17835 arrayrulewidth}{0.4pt}
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Standard
17844 \begin_inset VSpace bigskip
17845 \end_inset
17846
17847 To set the line thickness to 1.5
17848 \begin_inset space \thinspace{}
17849 \end_inset
17850
17851 pt only for horizontal lines, like in Table
17852 \begin_inset space ~
17853 \end_inset
17854
17855
17856 \begin_inset CommandInset ref
17857 LatexCommand ref
17858 reference "tab:Table-with-horizontal"
17859
17860 \end_inset
17861
17862 , insert these commands in TeX-Code before the table or table float:
17863 \end_layout
17864
17865 \begin_layout Standard
17866
17867 \series bold
17868
17869 \backslash
17870 let
17871 \backslash
17872 myHline
17873 \backslash
17874 hline
17875 \begin_inset Newline newline
17876 \end_inset
17877
17878
17879 \backslash
17880 renewcommand{
17881 \backslash
17882 hline}
17883 \begin_inset Newline newline
17884 \end_inset
17885
17886  {
17887 \backslash
17888 noalign{
17889 \backslash
17890 global
17891 \backslash
17892 arrayrulewidth 1.5pt}
17893 \begin_inset Newline newline
17894 \end_inset
17895
17896  
17897 \backslash
17898 myHline
17899 \backslash
17900 noalign{
17901 \backslash
17902 global
17903 \backslash
17904 arrayrulewidth 0.4pt}}
17905 \end_layout
17906
17907 \begin_layout Standard
17908 To return to the default line thickness, insert this command in TeX-Code
17909  behind the table or table float:
17910 \end_layout
17911
17912 \begin_layout Standard
17913
17914 \series bold
17915
17916 \backslash
17917 renewcommand{
17918 \backslash
17919 hline}{
17920 \backslash
17921 myHline}
17922 \end_layout
17923
17924 \begin_layout Standard
17925 \begin_inset ERT
17926 status collapsed
17927
17928 \begin_layout Plain Layout
17929
17930
17931 \backslash
17932 let
17933 \backslash
17934 myHline
17935 \backslash
17936 hline
17937 \end_layout
17938
17939 \begin_layout Plain Layout
17940
17941
17942 \backslash
17943 renewcommand{
17944 \backslash
17945 hline}
17946 \end_layout
17947
17948 \begin_layout Plain Layout
17949
17950  {
17951 \backslash
17952 noalign{
17953 \backslash
17954 global
17955 \backslash
17956 arrayrulewidth 1.5pt}
17957 \end_layout
17958
17959 \begin_layout Plain Layout
17960
17961   
17962 \backslash
17963 myHline
17964 \backslash
17965 noalign{
17966 \backslash
17967 global
17968 \backslash
17969 arrayrulewidth 0.4pt}}
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \begin_inset Float table
17976 wide false
17977 sideways false
17978 status open
17979
17980 \begin_layout Plain Layout
17981 \begin_inset Caption
17982
17983 \begin_layout Plain Layout
17984 \begin_inset CommandInset label
17985 LatexCommand label
17986 name "tab:Table-with-horizontal"
17987
17988 \end_inset
17989
17990 Table with 1.5
17991 \begin_inset space \thinspace{}
17992 \end_inset
17993
17994 pt thick horizontal lines
17995 \end_layout
17996
17997 \end_inset
17998
17999
18000 \end_layout
18001
18002 \begin_layout Plain Layout
18003 \align center
18004 \begin_inset Tabular
18005 <lyxtabular version="3" rows="3" columns="3">
18006 <features>
18007 <column alignment="center" valignment="top" width="0">
18008 <column alignment="center" valignment="top" width="0">
18009 <column alignment="center" valignment="top" width="0">
18010 <row>
18011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 sd
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 </row>
18039 <row>
18040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 sd
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 </row>
18068 <row>
18069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 sd
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 </row>
18097 </lyxtabular>
18098
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105
18106
18107 \begin_inset ERT
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111
18112
18113 \backslash
18114 renewcommand{
18115 \backslash
18116 hline}{
18117 \backslash
18118 myHline}
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Standard
18127 \begin_inset VSpace bigskip
18128 \end_inset
18129
18130 To set the line thickness to 1.5
18131 \begin_inset space \thinspace{}
18132 \end_inset
18133
18134 pt only for vertical lines, create the following column format in the document
18135  preamble, according to the description in section
18136 \begin_inset space ~
18137 \end_inset
18138
18139
18140 \begin_inset CommandInset ref
18141 LatexCommand ref
18142 reference "sub:Customized-Format"
18143
18144 \end_inset
18145
18146 :
18147 \end_layout
18148
18149 \begin_layout Standard
18150
18151 \series bold
18152
18153 \backslash
18154 newcolumntype{V}{!{
18155 \backslash
18156 vrule width 1.5pt}}
18157 \end_layout
18158
18159 \begin_layout Standard
18160 For Table
18161 \begin_inset space ~
18162 \end_inset
18163
18164
18165 \begin_inset CommandInset ref
18166 LatexCommand ref
18167 reference "tab:Table-with-vertical"
18168
18169 \end_inset
18170
18171  the LaTeX-argument
18172 \end_layout
18173
18174 \begin_layout Standard
18175
18176 \series bold
18177 VcV
18178 \end_layout
18179
18180 \begin_layout Standard
18181 was used for the last column and
18182 \end_layout
18183
18184 \begin_layout Standard
18185
18186 \series bold
18187 Vc
18188 \end_layout
18189
18190 \begin_layout Standard
18191 for the other columns.
18192 \end_layout
18193
18194 \begin_layout Standard
18195 \begin_inset Float table
18196 wide false
18197 sideways false
18198 status open
18199
18200 \begin_layout Plain Layout
18201 \begin_inset Caption
18202
18203 \begin_layout Plain Layout
18204 \begin_inset CommandInset label
18205 LatexCommand label
18206 name "tab:Table-with-vertical"
18207
18208 \end_inset
18209
18210 Table with 1.5
18211 \begin_inset space \thinspace{}
18212 \end_inset
18213
18214 pt thick vertical lines
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Plain Layout
18223 \align center
18224 \begin_inset Tabular
18225 <lyxtabular version="3" rows="3" columns="3">
18226 <features>
18227 <column alignment="center" valignment="top" width="0" special="Vc">
18228 <column alignment="center" valignment="top" width="0" special="Vc">
18229 <column alignment="center" valignment="top" width="0" special="VcV">
18230 <row>
18231 <cell alignment="center" valignment="top" topline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 sd
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 <row>
18260 <cell alignment="center" valignment="top" topline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" topline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 sd
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" topline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 </row>
18288 <row>
18289 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 sd
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 </row>
18317 </lyxtabular>
18318
18319 \end_inset
18320
18321
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \begin_layout Subsection
18330 Dashed Lines
18331 \begin_inset Index
18332 status collapsed
18333
18334 \begin_layout Plain Layout
18335 Table Customization ! Dashed Lines
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Standard
18344 \begin_inset ERT
18345 status collapsed
18346
18347 \begin_layout Plain Layout
18348
18349
18350 \backslash
18351 ifarydshln
18352 \end_layout
18353
18354 \end_inset
18355
18356
18357 \begin_inset Note Note
18358 status open
18359
18360 \begin_layout Plain Layout
18361 The following section will only be displayed when the LaTeX-package 
18362 \series bold
18363 arydshln
18364 \series default
18365  is installed.
18366 \end_layout
18367
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \begin_layout Standard
18374 \begin_inset Float table
18375 placement H
18376 wide false
18377 sideways false
18378 status open
18379
18380 \begin_layout Plain Layout
18381 \begin_inset Caption
18382
18383 \begin_layout Plain Layout
18384 \begin_inset CommandInset label
18385 LatexCommand label
18386 name "tab:Table-with-dashed"
18387
18388 \end_inset
18389
18390 Table with dashed lines
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \end_layout
18397
18398 \begin_layout Plain Layout
18399 \align center
18400 \begin_inset Tabular
18401 <lyxtabular version="3" rows="5" columns="5">
18402 <features>
18403 <column alignment="center" valignment="top" width="0">
18404 <column alignment="center" valignment="top" width="0">
18405 <column alignment="center" valignment="top" width="0" special=":c">
18406 <column alignment="center" valignment="top" width="0">
18407 <column alignment="center" valignment="top" width="0">
18408 <row>
18409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413 a
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 b
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 c
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 d
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 e
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 f
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469 g
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" topline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 h
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487 i
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 j
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 </row>
18502 <row>
18503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507 \begin_inset ERT
18508 status collapsed
18509
18510 \begin_layout Plain Layout
18511
18512
18513 \backslash
18514 hdashline 
18515 \end_layout
18516
18517 \end_inset
18518
18519 k
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 l
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 m
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 n
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 o
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 <row>
18562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 \begin_inset ERT
18567 status collapsed
18568
18569 \begin_layout Plain Layout
18570
18571
18572 \backslash
18573 cdashline{4-5}
18574 \end_layout
18575
18576 \end_inset
18577
18578 p
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 q
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 r
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 s
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 </row>
18620 <row>
18621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625 t
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 u
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 v
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 w
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661 x
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 </row>
18667 </lyxtabular>
18668
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \begin_layout Standard
18680 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18681  As prerequisite the LaTeX-package 
18682 \series bold
18683 arydshln
18684 \series default
18685
18686 \begin_inset Index
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690 LaTeX-packages ! arydshln
18691 \end_layout
18692
18693 \end_inset
18694
18695  must be loaded in the document preamble with the command
18696 \end_layout
18697
18698 \begin_layout Standard
18699
18700 \series bold
18701
18702 \backslash
18703 usepackage{arydshln}
18704 \end_layout
18705
18706 \begin_layout Standard
18707 To make a vertical line dashed, enter the colon 
18708 \begin_inset Quotes eld
18709 \end_inset
18710
18711 :
18712 \begin_inset Quotes erd
18713 \end_inset
18714
18715  together with the character for the horizontal alignment as LaTeX-argument
18716  in the table cell dialog.
18717 \end_layout
18718
18719 \begin_layout Standard
18720 For a horizontal dashed line add the command
18721 \end_layout
18722
18723 \begin_layout Standard
18724
18725 \series bold
18726
18727 \backslash
18728 hdashline
18729 \end_layout
18730
18731 \begin_layout Standard
18732 in TeX-Code as first element of the first cell in the table row.
18733 \end_layout
18734
18735 \begin_layout Standard
18736 For dashed multicolumn lines use the command
18737 \end_layout
18738
18739 \begin_layout Standard
18740
18741 \series bold
18742
18743 \backslash
18744 cdashline{line number
18745 \series default
18746 }
18747 \end_layout
18748
18749 \begin_layout Standard
18750 in TeX-Code as first element of the first cell in the table row.
18751  If you have for example a multicolumn spanning over columns 2 to 4 and
18752  you want to have a dashed line above, add the command
18753 \end_layout
18754
18755 \begin_layout Standard
18756
18757 \series bold
18758
18759 \backslash
18760 cdashline{2-4}
18761 \end_layout
18762
18763 \begin_layout Standard
18764 as first element of the first cell in the row of the multicolumn.
18765 \end_layout
18766
18767 \begin_layout Standard
18768 \begin_inset VSpace bigskip
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \begin_layout Standard
18775 Table
18776 \begin_inset space ~
18777 \end_inset
18778
18779
18780 \begin_inset CommandInset ref
18781 LatexCommand ref
18782 reference "tab:Table-with-dashed"
18783
18784 \end_inset
18785
18786  was created using 
18787 \begin_inset Quotes eld
18788 \end_inset
18789
18790
18791 \series bold
18792 :c
18793 \series default
18794
18795 \begin_inset Quotes erd
18796 \end_inset
18797
18798  as LaTeX-argument of the third column.
18799  The TeX-Code command 
18800 \series bold
18801
18802 \backslash
18803 hdashline
18804 \series default
18805  was inserted to the first cell of the third row and the the TeX-Code command
18806 \begin_inset Newline newline
18807 \end_inset
18808
18809  
18810 \series bold
18811
18812 \backslash
18813 cdashline{4-5}
18814 \series default
18815  was inserted to the first cell of the fourth row.
18816 \end_layout
18817
18818 \begin_layout Standard
18819 \begin_inset Note Greyedout
18820 status open
18821
18822 \begin_layout Plain Layout
18823
18824 \series bold
18825 Note:
18826 \series default
18827  The used LaTeX-package 
18828 \series bold
18829 arydshln
18830 \series default
18831  is apparently not compatible with the LaTeX-package 
18832 \series bold
18833 colortbl
18834 \series default
18835
18836 \begin_inset Index
18837 status collapsed
18838
18839 \begin_layout Plain Layout
18840 LaTeX-packages ! colortbl
18841 \end_layout
18842
18843 \end_inset
18844
18845  that is used for colored tables in section
18846 \begin_inset space ~
18847 \end_inset
18848
18849
18850 \begin_inset CommandInset ref
18851 LatexCommand ref
18852 reference "sec:Colored-Tables"
18853
18854 \end_inset
18855
18856 .
18857  That means colored tables cannot have dashed lines.
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \begin_layout Standard
18866 \begin_inset ERT
18867 status collapsed
18868
18869 \begin_layout Plain Layout
18870
18871
18872 \backslash
18873 else
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \begin_inset Note Note
18880 status open
18881
18882 \begin_layout Plain Layout
18883 The following will be displayed when the LaTeX-package 
18884 \series bold
18885 arydshln
18886 \series default
18887  is not installed:
18888 \end_layout
18889
18890 \end_inset
18891
18892
18893 \end_layout
18894
18895 \begin_layout Standard
18896 You need to install the package 
18897 \series bold
18898 arydshln
18899 \series default
18900  to see the content of this section in the output.
18901 \end_layout
18902
18903 \begin_layout Standard
18904 \begin_inset ERT
18905 status collapsed
18906
18907 \begin_layout Plain Layout
18908
18909
18910 \backslash
18911 fi
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \begin_layout Chapter
18920 Floats
18921 \begin_inset Index
18922 status collapsed
18923
18924 \begin_layout Plain Layout
18925 Floats
18926 \end_layout
18927
18928 \end_inset
18929
18930
18931 \begin_inset CommandInset label
18932 LatexCommand label
18933 name "cha:Floats"
18934
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \begin_layout Section
18941 Introduction
18942 \begin_inset CommandInset label
18943 LatexCommand label
18944 name "sec:FloatIntroduction"
18945
18946 \end_inset
18947
18948
18949 \begin_inset Index
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953 Floats ! Introduction
18954 \end_layout
18955
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \begin_layout Standard
18962 A float is a block of text associated with some sort of label, which doesn't
18963  have a fixed location.
18964  It can 
18965 \begin_inset Quotes eld
18966 \end_inset
18967
18968 float
18969 \begin_inset Quotes erd
18970 \end_inset
18971
18972  forward or backward a page or two, to wherever it fits best.
18973  
18974 \family sans
18975 Footnotes
18976 \family default
18977  and 
18978 \family sans
18979 Margin
18980 \begin_inset space ~
18981 \end_inset
18982
18983 Notes
18984 \family default
18985  are also floats, because they can float to the next page when there are
18986  too many notes at the page.
18987 \end_layout
18988
18989 \begin_layout Standard
18990 Floats allow a high quality layout.
18991  Images and tables can evenly be spread to the pages to avoid white space
18992  and pages without text.
18993  As the floating often destroys the context between the text and the image/table
18994 , every float can be referenced in the text.
18995  Floats are therefore numbered.
18996  Referencing is described in section
18997 \begin_inset space ~
18998 \end_inset
18999
19000
19001 \begin_inset CommandInset ref
19002 LatexCommand ref
19003 reference "sec:Referencing-Floats"
19004
19005 \end_inset
19006
19007 .
19008 \end_layout
19009
19010 \begin_layout Standard
19011 To insert a float, use the menu 
19012 \family sans
19013 Insert\SpecialChar \menuseparator
19014 Float
19015 \family default
19016 .
19017  This inserts the 
19018 \family sans
19019 Caption
19020 \family default
19021  inset, a box with a label.
19022  The label will automatically be translated to the document language in
19023  the output.
19024  Behind the label you can insert the caption text.
19025  The image or table is inserted above or below the caption in a separate
19026  paragraph within the float.
19027  More about the caption placement is described in section
19028 \begin_inset space ~
19029 \end_inset
19030
19031
19032 \begin_inset CommandInset ref
19033 LatexCommand ref
19034 reference "sec:Caption-Placement"
19035
19036 \end_inset
19037
19038 .
19039  To keep your LyX-document readable, you can open and close the float box
19040  by left-clicking on the box label.
19041  A closed float box looks like this: 
19042 \begin_inset Graphics
19043         filename clipart/floatQt4.png
19044         scale 70
19045         scaleBeforeRotation
19046
19047 \end_inset
19048
19049  -- a gray button with a red label.
19050 \end_layout
19051
19052 \begin_layout Standard
19053 It is recommended to insert floats as a separate paragraph to avoid possible
19054  LaTeX-errors that can occur when the surrounding text is specially formatted.
19055 \end_layout
19056
19057 \begin_layout Standard
19058 Existing figures or tables can be put into a float by marking them and then
19059  pressing the corresponding toolbar button for a new float.
19060 \end_layout
19061
19062 \begin_layout Section
19063 Float Types
19064 \end_layout
19065
19066 \begin_layout Standard
19067 Besides figure and table floats that are described in section
19068 \begin_inset space ~
19069 \end_inset
19070
19071
19072 \begin_inset CommandInset ref
19073 LatexCommand ref
19074 reference "sec:Figure-Floats"
19075
19076 \end_inset
19077
19078  and 
19079 \begin_inset CommandInset ref
19080 LatexCommand ref
19081 reference "sec:Table-Floats"
19082
19083 \end_inset
19084
19085 , respectively, LyX offers the float types 
19086 \series bold
19087 Algorithm
19088 \series default
19089  and 
19090 \series bold
19091 Text
19092 \begin_inset space ~
19093 \end_inset
19094
19095 Wrap
19096 \begin_inset space ~
19097 \end_inset
19098
19099 Float
19100 \series default
19101 .
19102 \end_layout
19103
19104 \begin_layout Subsection
19105 Algorithm Floats
19106 \begin_inset Index
19107 status collapsed
19108
19109 \begin_layout Plain Layout
19110 Floats ! Algorithms
19111 \end_layout
19112
19113 \end_inset
19114
19115
19116 \begin_inset CommandInset label
19117 LatexCommand label
19118 name "sub:Algorithm-Floats"
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \begin_layout Standard
19126 \begin_inset Float algorithm
19127 placement h
19128 wide false
19129 sideways false
19130 status open
19131
19132 \begin_layout Plain Layout
19133 \begin_inset Caption
19134
19135 \begin_layout Plain Layout
19136 \begin_inset CommandInset label
19137 LatexCommand label
19138 name "alg:Example-Algorithm-float"
19139
19140 \end_inset
19141
19142 Example Algorithm float
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \begin_layout LyX-Code
19151 for I in 1..N loop
19152 \begin_inset Newline newline
19153 \end_inset
19154
19155  Sum:= Sum + A(I); /*comment*/
19156 \begin_inset Newline newline
19157 \end_inset
19158
19159 end loop
19160 \begin_inset VSpace -4mm
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 This float type is inserted with the menu 
19173 \family sans
19174 Insert\SpecialChar \menuseparator
19175 Floats\SpecialChar \menuseparator
19176 Algorithm
19177 \family default
19178 .
19179  It is used for program codes and descriptions of algorithms.
19180  A possible environment for algorithms is the 
19181 \family sans
19182 LyX-Code
19183 \family default
19184 , described in LyX's 
19185 \emph on
19186 Userguide
19187 \emph default
19188 .
19189  Algorithm
19190 \begin_inset space ~
19191 \end_inset
19192
19193
19194 \begin_inset CommandInset ref
19195 LatexCommand ref
19196 reference "alg:Example-Algorithm-float"
19197
19198 \end_inset
19199
19200  is an example of an algorithm float where -4
19201 \begin_inset space \thinspace{}
19202 \end_inset
19203
19204 mm vertical space was added at the end of the float to have the bottom rule
19205  exactly below the last text line.
19206 \end_layout
19207
19208 \begin_layout Standard
19209 The float label is not automatically translated into the document language.
19210  If your document is not in English, you have to do this manually by adding
19211  the following line to the document preamble
19212 \series bold
19213 :
19214 \end_layout
19215
19216 \begin_layout Standard
19217
19218 \series bold
19219
19220 \backslash
19221 floatname{algorithm}{your
19222 \begin_inset space ~
19223 \end_inset
19224
19225 name}
19226 \end_layout
19227
19228 \begin_layout Standard
19229 where 
19230 \family sans
19231 your
19232 \begin_inset space ~
19233 \end_inset
19234
19235 name
19236 \family default
19237  is the word 
19238 \begin_inset Quotes eld
19239 \end_inset
19240
19241
19242 \emph on
19243 algorithm
19244 \emph default
19245
19246 \begin_inset Quotes erd
19247 \end_inset
19248
19249  in your language.
19250 \end_layout
19251
19252 \begin_layout Standard
19253 To insert the list of algorithms you can in this case not use the menu 
19254 \family sans
19255 Insert\SpecialChar \menuseparator
19256 List
19257 \begin_inset space \thinspace{}
19258 \end_inset
19259
19260 /
19261 \begin_inset space \thinspace{}
19262 \end_inset
19263
19264 TOC\SpecialChar \menuseparator
19265 List of Algorithms
19266 \family default
19267  when your document is an English one.
19268  For non-English documents, use this command in TeX-Code instead:
19269 \end_layout
19270
19271 \begin_layout Standard
19272
19273 \series bold
19274
19275 \backslash
19276 listof{algorithm}{your
19277 \begin_inset space ~
19278 \end_inset
19279
19280 name}
19281 \end_layout
19282
19283 \begin_layout Standard
19284 where 
19285 \family sans
19286 your
19287 \begin_inset space ~
19288 \end_inset
19289
19290 name
19291 \family default
19292  is the word 
19293 \begin_inset Quotes eld
19294 \end_inset
19295
19296
19297 \emph on
19298 List of Algorithm
19299 \emph default
19300 s
19301 \begin_inset Quotes erd
19302 \end_inset
19303
19304  in your language.
19305 \end_layout
19306
19307 \begin_layout Standard
19308 Algorithm floats are not by default numbered in the scheme 
19309 \begin_inset Quotes eld
19310 \end_inset
19311
19312 chapter.algorithm
19313 \begin_inset Quotes erd
19314 \end_inset
19315
19316  like it is the case for table and figure floats in many document-classes.
19317  To number algorithm floats in the same scheme, add this command to your
19318  document preamble:
19319 \end_layout
19320
19321 \begin_layout Standard
19322
19323 \series bold
19324
19325 \backslash
19326 numberwithin{algorithm}{chapter}
19327 \end_layout
19328
19329 \begin_layout Standard
19330 To be able to use the command 
19331 \series bold
19332
19333 \backslash
19334 numberwithin
19335 \series default
19336 , set in the tab 
19337 \family sans
19338 Math
19339 \begin_inset space ~
19340 \end_inset
19341
19342 Options
19343 \family default
19344  in the document settings the option 
19345 \family sans
19346 Use
19347 \begin_inset space ~
19348 \end_inset
19349
19350 AMS
19351 \begin_inset space ~
19352 \end_inset
19353
19354 math
19355 \begin_inset space ~
19356 \end_inset
19357
19358 package
19359 \family default
19360 .
19361 \end_layout
19362
19363 \begin_layout Subsection
19364 Text Wrap Floats
19365 \begin_inset Index
19366 status collapsed
19367
19368 \begin_layout Plain Layout
19369 Floats ! Text Wrap Floats
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \begin_inset CommandInset label
19376 LatexCommand label
19377 name "sub:floatflt-wrap-float"
19378
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \begin_layout Standard
19385 \begin_inset Wrap figure
19386 lines 0
19387 placement l
19388 overhang 0col%
19389 width "40col%"
19390 status open
19391
19392 \begin_layout Plain Layout
19393 \begin_inset Graphics
19394         filename clipart/mobius.eps
19395         display color
19396         width 40col%
19397         scaleBeforeRotation
19398         rotateOrigin center
19399
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \begin_layout Plain Layout
19406 \begin_inset Caption
19407
19408 \begin_layout Plain Layout
19409 \begin_inset CommandInset label
19410 LatexCommand label
19411 name "fig:This-is-a"
19412
19413 \end_inset
19414
19415 This is a wrapped figure, and this is the brilliant caption that describes
19416  it.
19417 \begin_inset VSpace medskip
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \end_inset
19429
19430 This float type is used if you want to 
19431 \begin_inset Quotes eld
19432 \end_inset
19433
19434 wrap
19435 \begin_inset Quotes erd
19436 \end_inset
19437
19438  text around a figure so that it only occupies some fraction of the column
19439  width.
19440  It can be inserted using the menu 
19441 \family sans
19442 Insert\SpecialChar \menuseparator
19443 Floats\SpecialChar \menuseparator
19444 Text
19445 \begin_inset space ~
19446 \end_inset
19447
19448 Wrap
19449 \begin_inset space ~
19450 \end_inset
19451
19452 Float
19453 \family default
19454  if the LaTeX-package 
19455 \series bold
19456 wrapfig
19457 \series default
19458
19459 \begin_inset Index
19460 status collapsed
19461
19462 \begin_layout Plain Layout
19463 LaTeX-packages ! wrapfig
19464 \begin_inset ERT
19465 status collapsed
19466
19467 \begin_layout Plain Layout
19468
19469
19470 \backslash
19471
19472 \begin_inset ERT
19473 status collapsed
19474
19475 \begin_layout Plain Layout
19476
19477 {
19478 \end_layout
19479
19480 \end_inset
19481
19482
19483 \begin_inset ERT
19484 status collapsed
19485
19486 \begin_layout Plain Layout
19487
19488 }
19489 \end_layout
19490
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \end_inset
19497
19498 vspace
19499 \begin_inset ERT
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503
19504 {
19505 \end_layout
19506
19507 \end_inset
19508
19509 4mm
19510 \begin_inset ERT
19511 status collapsed
19512
19513 \begin_layout Plain Layout
19514
19515 }
19516 \end_layout
19517
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524
19525  is installed.
19526 \begin_inset Foot
19527 status collapsed
19528
19529 \begin_layout Plain Layout
19530 Installing a LaTeX-package is explained it in the 
19531 \emph on
19532 LaTeX
19533 \begin_inset space ~
19534 \end_inset
19535
19536 Configuration
19537 \emph default
19538  manual.
19539 \end_layout
19540
19541 \end_inset
19542
19543  The width and placement of the float is adjusted by right-clicking on the
19544  float box.
19545  Figure
19546 \begin_inset space ~
19547 \end_inset
19548
19549
19550 \begin_inset CommandInset ref
19551 LatexCommand ref
19552 reference "fig:This-is-a"
19553
19554 \end_inset
19555
19556  is an example text wrap float with a width of 40
19557 \begin_inset space \thinspace{}
19558 \end_inset
19559
19560 col%.
19561 \begin_inset Foot
19562 status collapsed
19563
19564 \begin_layout Plain Layout
19565 Available units are explained in appendix
19566 \begin_inset space ~
19567 \end_inset
19568
19569
19570 \begin_inset CommandInset ref
19571 LatexCommand ref
19572 reference "cha:Units-available-in"
19573
19574 \end_inset
19575
19576 .
19577 \end_layout
19578
19579 \end_inset
19580
19581  Some space was added under the caption to separate it better from the surroundi
19582 ng text.
19583 \end_layout
19584
19585 \begin_layout Standard
19586 The LaTeX-package 
19587 \series bold
19588 wrapfig
19589 \series default
19590  also supports table wrap floats, but they are not yet supported by LyX.
19591  If you need this, read the documentation of 
19592 \series bold
19593 wrapfig
19594 \series default
19595  
19596 \begin_inset CommandInset citation
19597 LatexCommand cite
19598 key "wrapfig"
19599
19600 \end_inset
19601
19602 .
19603 \end_layout
19604
19605 \begin_layout Standard
19606 \begin_inset Note Greyedout
19607 status open
19608
19609 \begin_layout Plain Layout
19610
19611 \series bold
19612 Note:
19613 \series default
19614  Text
19615 \begin_inset space ~
19616 \end_inset
19617
19618 wrap float floats are fragile! E.
19619 \begin_inset space \thinspace{}
19620 \end_inset
19621
19622 g.
19623 \begin_inset space ~
19624 \end_inset
19625
19626 having a figure too close to the bottom of the page can mess things up in
19627  the way that the float doesn't appear in the output or that it is placed
19628  over some other text.
19629 \end_layout
19630
19631 \end_inset
19632
19633
19634 \end_layout
19635
19636 \begin_layout Standard
19637 In general:
19638 \end_layout
19639
19640 \begin_layout Itemize
19641 Wrap floats should not be placed in paragraphs that run over a page break.
19642  That means that wrap floats should better be inserted to the exact place
19643  when the document is nearly finished and you are able to estimate where
19644  page breaks will appear.
19645 \end_layout
19646
19647 \begin_layout Itemize
19648 Wrap floats should either be placed in an own paragraph before the paragraph
19649  where they should wrap into or within a paragraph.
19650 \end_layout
19651
19652 \begin_layout Itemize
19653 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19654  there is a text paragraph between them as separator.
19655 \end_layout
19656
19657 \begin_layout Itemize
19658 Wrap floats are not allowed in section headings or tables.
19659 \end_layout
19660
19661 \begin_layout Section
19662 Float Numbering
19663 \begin_inset CommandInset label
19664 LatexCommand label
19665 name "sec:Float-Numbering"
19666
19667 \end_inset
19668
19669
19670 \begin_inset Index
19671 status collapsed
19672
19673 \begin_layout Plain Layout
19674 Floats ! Numbering
19675 \end_layout
19676
19677 \end_inset
19678
19679
19680 \end_layout
19681
19682 \begin_layout Standard
19683 Floats are usually numbered either independent from the sections the floats
19684  are in, or in the scheme 
19685 \begin_inset Quotes eld
19686 \end_inset
19687
19688 chapter.number
19689 \begin_inset Quotes erd
19690 \end_inset
19691
19692  or 
19693 \begin_inset Quotes eld
19694 \end_inset
19695
19696 section.number
19697 \begin_inset Quotes erd
19698 \end_inset
19699
19700 .
19701  This depends on the used document class.
19702 \end_layout
19703
19704 \begin_layout Standard
19705 To change the section independent numbering, you can use this command in
19706  the document preamble:
19707 \end_layout
19708
19709 \begin_layout Standard
19710
19711 \series bold
19712
19713 \backslash
19714 renewcommand{
19715 \backslash
19716 thetable}{
19717 \backslash
19718 roman{table}}
19719 \end_layout
19720
19721 \begin_layout Standard
19722
19723 \series bold
19724
19725 \backslash
19726 thetable
19727 \series default
19728  is the command that prints the table number, for figure floats, the command
19729  would be 
19730 \series bold
19731
19732 \backslash
19733 thefigure
19734 \series default
19735 .
19736  The command 
19737 \series bold
19738
19739 \backslash
19740 roman
19741 \series default
19742  prints in the command above the table number as small roman number.
19743 \end_layout
19744
19745 \begin_layout Standard
19746 To change the numbering scheme for example to 
19747 \begin_inset Quotes eld
19748 \end_inset
19749
19750 subsection.number
19751 \begin_inset Quotes erd
19752 \end_inset
19753
19754 , use this command in the preamble:
19755 \end_layout
19756
19757 \begin_layout Standard
19758
19759 \series bold
19760
19761 \backslash
19762 numberwithin{table}{subsection}
19763 \end_layout
19764
19765 \begin_layout Standard
19766 To be able to use the command 
19767 \series bold
19768
19769 \backslash
19770 numberwithin
19771 \series default
19772 , set in the tab 
19773 \family sans
19774 Math
19775 \begin_inset space ~
19776 \end_inset
19777
19778 Options
19779 \family default
19780  in the document settings the option 
19781 \family sans
19782 Use
19783 \begin_inset space ~
19784 \end_inset
19785
19786 AMS
19787 \begin_inset space ~
19788 \end_inset
19789
19790 math
19791 \begin_inset space ~
19792 \end_inset
19793
19794 package
19795 \family default
19796 .
19797 \end_layout
19798
19799 \begin_layout Standard
19800 Please also have a look at section
19801 \begin_inset space ~
19802 \end_inset
19803
19804
19805 \begin_inset CommandInset ref
19806 LatexCommand ref
19807 reference "sub:Footnote-Numbering"
19808
19809 \end_inset
19810
19811  for the details and important notes about the numbering commands.
19812 \end_layout
19813
19814 \begin_layout Section
19815 Referencing Floats
19816 \begin_inset CommandInset label
19817 LatexCommand label
19818 name "sec:Referencing-Floats"
19819
19820 \end_inset
19821
19822
19823 \begin_inset Index
19824 status collapsed
19825
19826 \begin_layout Plain Layout
19827 Floats ! References
19828 \end_layout
19829
19830 \end_inset
19831
19832
19833 \begin_inset Index
19834 status collapsed
19835
19836 \begin_layout Plain Layout
19837 References
19838 \end_layout
19839
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \begin_layout Standard
19846 To reference a float, insert a label into its caption using the menu 
19847 \family sans
19848 Insert\SpecialChar \menuseparator
19849 Label
19850 \family default
19851  or the toolbar button 
19852 \begin_inset Graphics
19853         filename ../images/label-insert.png
19854         scale 85
19855         scaleBeforeRotation
19856
19857 \end_inset
19858
19859 .
19860  A grey label box like this one: 
19861 \begin_inset Graphics
19862         filename clipart/labelQt4.png
19863         scale 85
19864         scaleBeforeRotation
19865
19866 \end_inset
19867
19868  will be inserted and the label window pops up asking for the label text.
19869  LyX offers as text the first words of the caption with a prefix.
19870  The prefix depends on the float type, e.
19871 \begin_inset space \thinspace{}
19872 \end_inset
19873
19874 g.
19875 \begin_inset space ~
19876 \end_inset
19877
19878 for figure floats the prefix will be "
19879 \family sans
19880 fig:
19881 \family default
19882 ".
19883 \end_layout
19884
19885 \begin_layout Standard
19886 The label is used as anchor and name for the reference.
19887  You can refer to the label using the menu 
19888 \family sans
19889 Insert\SpecialChar \menuseparator
19890 Cross-reference
19891 \family default
19892  or the toolbar button 
19893 \begin_inset Graphics
19894         filename ../images/dialog-show-new-inset_ref.png
19895         scale 85
19896         scaleBeforeRotation
19897
19898 \end_inset
19899
19900 .
19901  A grey cross-reference box like this one: 
19902 \begin_inset Graphics
19903         filename clipart/referenceQt4.png
19904         scale 85
19905         scaleBeforeRotation
19906
19907 \end_inset
19908
19909  will be inserted and the cross-reference window appear showing all labels
19910  of the document.
19911  If you have multiple LyX-documents opened, choose the one you are working
19912  on from the drop-list at the top of the dialog.
19913  You can now sort the labels alphabetically and then choose one.
19914  At the position of the cross-reference box the float number will appear
19915  in the output.
19916 \end_layout
19917
19918 \begin_layout Standard
19919 It is recommended to use a protected space between the cross-reference name
19920  and its number to avoid line breaks between them.
19921  If a cross-reference refers to a non-existing label, you will see two question
19922  marks in the output instead of the reference.
19923 \end_layout
19924
19925 \begin_layout Standard
19926 You can change labels at any time by clicking on the label box.
19927  References to the changed label will automatically change its link to the
19928  new label text, so that you don't need to take care about this.
19929 \end_layout
19930
19931 \begin_layout Standard
19932 The button 
19933 \family sans
19934 Go
19935 \begin_inset space ~
19936 \end_inset
19937
19938 to
19939 \begin_inset space ~
19940 \end_inset
19941
19942 Label
19943 \family default
19944  in the cross-reference window sets the cursor before the referred label.
19945  The button text changes then to Go
19946 \begin_inset space ~
19947 \end_inset
19948
19949 Back and you can use it to set the cursor back to the cross-reference.
19950  Right-clicking on a cross-reference box also sets the cursor before the
19951  referenced label but without a possibility to go back.
19952 \end_layout
19953
19954 \begin_layout Subsection
19955 Cross-Reference Formats
19956 \begin_inset CommandInset label
19957 LatexCommand label
19958 name "sub:Cross-Reference-Formats"
19959
19960 \end_inset
19961
19962
19963 \begin_inset Index
19964 status collapsed
19965
19966 \begin_layout Plain Layout
19967 References ! Formats
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \begin_layout Standard
19976 There are six varieties of cross-references:
19977 \end_layout
19978
19979 \begin_layout Description
19980 <reference>: prints the float number, this is the default: 
19981 \begin_inset CommandInset ref
19982 LatexCommand ref
19983 reference "fig:Two-distorted-images"
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \begin_layout Description
19991 (<reference>): prints the float number within two parentheses, this is the
19992  style normally used to reference formulas, especially when the reference
19993  name 
19994 \begin_inset Quotes eld
19995 \end_inset
19996
19997 Equation
19998 \begin_inset Quotes erd
19999 \end_inset
20000
20001  is omitted: 
20002 \begin_inset CommandInset ref
20003 LatexCommand eqref
20004 reference "eq:Wgn"
20005
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \begin_layout Description
20012 <page>: prints the page number: Page
20013 \begin_inset space ~
20014 \end_inset
20015
20016
20017 \begin_inset CommandInset ref
20018 LatexCommand pageref
20019 reference "fig:Two-distorted-images"
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Description
20027 on
20028 \begin_inset space ~
20029 \end_inset
20030
20031 page
20032 \begin_inset space ~
20033 \end_inset
20034
20035 <page>: prints the text "on page" and the page number: 
20036 \begin_inset CommandInset ref
20037 LatexCommand vpageref
20038 reference "fig:Two-distorted-images"
20039
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \begin_layout Description
20046 <reference>
20047 \begin_inset space ~
20048 \end_inset
20049
20050 on
20051 \begin_inset space ~
20052 \end_inset
20053
20054 page
20055 \begin_inset space ~
20056 \end_inset
20057
20058 <page>: prints the float number, the text "on page", and the page number:
20059  
20060 \begin_inset CommandInset ref
20061 LatexCommand vref
20062 reference "fig:Two-distorted-images"
20063
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \begin_layout Description
20070 Formatted
20071 \begin_inset space ~
20072 \end_inset
20073
20074 reference: prints a self defined cross-reference format.
20075  
20076 \begin_inset Note Greyedout
20077 status open
20078
20079 \begin_layout Plain Layout
20080
20081 \series bold
20082 Note:
20083 \series default
20084  This feature is only available when you have the LaTeX-package 
20085 \series bold
20086 prettyref
20087 \series default
20088  installed.
20089 \end_layout
20090
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \begin_layout Standard
20097 Note that the style <page> won't print the page number if the label is on
20098  the previous, the same, or the next page.
20099  You will e.
20100 \begin_inset space \thinspace{}
20101 \end_inset
20102
20103 g.
20104 \begin_inset space ~
20105 \end_inset
20106
20107 see the text 
20108 \begin_inset Quotes eld
20109 \end_inset
20110
20111
20112 \family sans
20113 on this page
20114 \family default
20115
20116 \begin_inset Quotes erd
20117 \end_inset
20118
20119  instead.
20120 \end_layout
20121
20122 \begin_layout Standard
20123 The number and current page of the referred document part in the output,
20124  is automatically calculated by LaTeX.
20125  The varieties are adjusted in the field 
20126 \family sans
20127 Format
20128 \family default
20129  of the cross-reference window, that appear when you click on the cross-referenc
20130 e box.
20131 \end_layout
20132
20133 \begin_layout Subsection
20134 Automatic Reference Naming
20135 \begin_inset Index
20136 status collapsed
20137
20138 \begin_layout Plain Layout
20139 References ! Automatic Reference Naming
20140 \end_layout
20141
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \begin_layout Standard
20148 The LaTeX-package 
20149 \series bold
20150 hyperref
20151 \series default
20152  provides a very useful feature that cross-references automatically include
20153  the name of the referenced floats (or text parts like sections).
20154  You save to write e.
20155 \begin_inset space \thinspace{}
20156 \end_inset
20157
20158 g.
20159 \begin_inset space ~
20160 \end_inset
20161
20162 the name 
20163 \begin_inset Quotes eld
20164 \end_inset
20165
20166 Figure
20167 \begin_inset Quotes erd
20168 \end_inset
20169
20170  before every reference box.
20171  To get this automatic reference naming, you have to load the LaTeX-package
20172  
20173 \series bold
20174 hyperref
20175 \series default
20176
20177 \begin_inset Index
20178 status collapsed
20179
20180 \begin_layout Plain Layout
20181 LaTeX-packages ! hyperref
20182 \end_layout
20183
20184 \end_inset
20185
20186  in the document preamble with
20187 \end_layout
20188
20189 \begin_layout Standard
20190
20191 \series bold
20192
20193 \backslash
20194 usepackage[pdfborder={0 0 0}]{hyperref}
20195 \begin_inset Newline newline
20196 \end_inset
20197
20198
20199 \backslash
20200 AtBeginDocument{
20201 \backslash
20202 renewcommand{
20203 \backslash
20204 ref}[1]{
20205 \backslash
20206 mbox{
20207 \backslash
20208 autoref{#1}}}}
20209 \end_layout
20210
20211 \begin_layout Standard
20212
20213 \series bold
20214 hyperref
20215 \series default
20216  is used to link cross-references in the DVI- and PDF-output, this means
20217  that the reader of your document will be able to click on a table of content
20218  (TOC) entry or on a reference and he will be shown the referenced document
20219  part.
20220  
20221 \series bold
20222 hyperref
20223 \series default
20224  also creates PDF-bookmarks for every section of your document to make it
20225  easier for readers to navigate through the document.
20226  This is also used in this document but when you have a look in the document
20227  preamble you will find various options in the load command of 
20228 \series bold
20229 hyperref
20230 \series default
20231 .
20232  To learn more about the 
20233 \series bold
20234 hyperref
20235 \series default
20236  package, we refer to its documentation 
20237 \begin_inset CommandInset citation
20238 LatexCommand cite
20239 key "hyperref"
20240
20241 \end_inset
20242
20243 .
20244 \end_layout
20245
20246 \begin_layout Standard
20247 \begin_inset Note Greyedout
20248 status open
20249
20250 \begin_layout Plain Layout
20251
20252 \series bold
20253 Note:
20254 \series default
20255  Automatic reference naming cannot be used when you use cross-references
20256  in the 
20257 \family sans
20258 Formatted
20259 \begin_inset space ~
20260 \end_inset
20261
20262 reference
20263 \family default
20264  style, described in section
20265 \begin_inset space ~
20266 \end_inset
20267
20268
20269 \begin_inset CommandInset ref
20270 LatexCommand ref
20271 reference "sub:Cross-Reference-Formats"
20272
20273 \end_inset
20274
20275 .
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \begin_layout Subsection
20284 Reference Position
20285 \begin_inset CommandInset label
20286 LatexCommand label
20287 name "sub:Reference-Position"
20288
20289 \end_inset
20290
20291
20292 \begin_inset Index
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296 References ! Reference Position
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \begin_layout Standard
20305 If you use 
20306 \series bold
20307 hyperref
20308 \series default
20309
20310 \begin_inset Index
20311 status collapsed
20312
20313 \begin_layout Plain Layout
20314 LaTeX-packages ! hyperref
20315 \end_layout
20316
20317 \end_inset
20318
20319  to link cross-references in the output, you will see that clicking on an
20320  image float reference jumps to the image label.
20321  The caption will be the first text part on the screen, so that you cannot
20322  see the image without scrolling.
20323  This is because the reference link anchor is placed at the position of
20324  the label.
20325  With the use of the package 
20326 \series bold
20327 hypcap
20328 \series default
20329
20330 \begin_inset Index
20331 status collapsed
20332
20333 \begin_layout Plain Layout
20334 LaTeX-packages ! hypcap
20335 \end_layout
20336
20337 \end_inset
20338
20339 , which is part of the LaTeX-package 
20340 \series bold
20341 oberdiek
20342 \series default
20343
20344 \begin_inset Index
20345 status collapsed
20346
20347 \begin_layout Plain Layout
20348 LaTeX-packages ! oberdiek
20349 \end_layout
20350
20351 \end_inset
20352
20353 , the link anchor is placed at the beginning of a float.
20354  To use this feature for figure floats, load 
20355 \series bold
20356 hypcap
20357 \series default
20358  in the document preamble with the line
20359 \end_layout
20360
20361 \begin_layout Standard
20362
20363 \series bold
20364
20365 \backslash
20366 usepackage[figure]{hypcap}
20367 \end_layout
20368
20369 \begin_layout Standard
20370 You can also use 
20371 \series bold
20372 hypcap
20373 \series default
20374  for all floats but this isn't recommended for stability reasons.
20375  For more informations, have a look at 
20376 \series bold
20377 hypcap
20378 \series default
20379 's manual 
20380 \begin_inset CommandInset citation
20381 LatexCommand cite
20382 key "hypcap"
20383
20384 \end_inset
20385
20386 .
20387 \end_layout
20388
20389 \begin_layout Standard
20390 \begin_inset Note Greyedout
20391 status open
20392
20393 \begin_layout Plain Layout
20394
20395 \series bold
20396 Note:
20397 \series default
20398  
20399 \series bold
20400 hypcap
20401 \series default
20402  must be loaded after 
20403 \series bold
20404 hyperref
20405 \series default
20406  in the document preamble.
20407 \end_layout
20408
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \begin_layout Standard
20415 \begin_inset Note Greyedout
20416 status open
20417
20418 \begin_layout Plain Layout
20419
20420 \series bold
20421 Note:
20422 \series default
20423  
20424 \series bold
20425 hypcap
20426 \series default
20427  has no effect for references to subfigures.
20428 \end_layout
20429
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \begin_layout Section
20436 Float Placement
20437 \begin_inset CommandInset label
20438 LatexCommand label
20439 name "sec:Float-Placement"
20440
20441 \end_inset
20442
20443
20444 \begin_inset Index
20445 status collapsed
20446
20447 \begin_layout Plain Layout
20448 Floats ! Placement
20449 \end_layout
20450
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \begin_layout Standard
20457 Right-clicking on a float-box opens a dialog where you can alter the placement
20458  options that LaTeX uses for positioning the float.
20459 \begin_inset Newline newline
20460 \end_inset
20461
20462 The option 
20463 \family sans
20464 Span
20465 \begin_inset space ~
20466 \end_inset
20467
20468 columns
20469 \family default
20470  is only useful for two-column documents: If you select it, the float will
20471  span across both columns on the page instead of being confined to just
20472  one.
20473 \begin_inset Newline newline
20474 \end_inset
20475
20476 The option 
20477 \family sans
20478 Rotate
20479 \begin_inset space ~
20480 \end_inset
20481
20482 sideways
20483 \family default
20484  is used to rotate floats, see section 
20485 \begin_inset CommandInset ref
20486 LatexCommand ref
20487 reference "sec:Rotated-Floats"
20488
20489 \end_inset
20490
20491 .
20492 \end_layout
20493
20494 \begin_layout Standard
20495 You can use one ore more of the following options in the float dialog to
20496  set the placement for a particular float when you uncheck the option 
20497 \family sans
20498 Use
20499 \begin_inset space ~
20500 \end_inset
20501
20502 default
20503 \begin_inset space ~
20504 \end_inset
20505
20506 placement
20507 \family default
20508 :
20509 \end_layout
20510
20511 \begin_layout Description
20512 Here
20513 \begin_inset space ~
20514 \end_inset
20515
20516 if
20517 \begin_inset space ~
20518 \end_inset
20519
20520 possible try to place the float on the position where it is inserted
20521 \end_layout
20522
20523 \begin_layout Description
20524 Top
20525 \begin_inset space ~
20526 \end_inset
20527
20528 of
20529 \begin_inset space ~
20530 \end_inset
20531
20532 page try to place the float on the top of the current page
20533 \end_layout
20534
20535 \begin_layout Description
20536 Bottom
20537 \begin_inset space ~
20538 \end_inset
20539
20540 of
20541 \begin_inset space ~
20542 \end_inset
20543
20544 page try to place the float on the bottom of the current page
20545 \end_layout
20546
20547 \begin_layout Description
20548 Page
20549 \begin_inset space ~
20550 \end_inset
20551
20552 of
20553 \begin_inset space ~
20554 \end_inset
20555
20556 floats try to place the float on an own page 
20557 \end_layout
20558
20559 \begin_layout Standard
20560 The order of the above option is 
20561 \emph on
20562 always
20563 \emph default
20564  used by LaTeX.
20565  That means, if you use the default placement, LaTeX will first try out
20566  
20567 \family sans
20568 Here
20569 \begin_inset space ~
20570 \end_inset
20571
20572 if
20573 \begin_inset space ~
20574 \end_inset
20575
20576 possible
20577 \family default
20578 , then 
20579 \family sans
20580 Top
20581 \begin_inset space ~
20582 \end_inset
20583
20584 of
20585 \begin_inset space ~
20586 \end_inset
20587
20588 page
20589 \family default
20590 , and then the others.
20591  If you don't use the default, LaTeX will try only the checked options but
20592  in the same order.
20593  If none of the 4 placements are possible the procedure is internally repeated
20594  but it is tried to put the float on the following page.
20595 \end_layout
20596
20597 \begin_layout Standard
20598 By default, each option has its own rules:
20599 \end_layout
20600
20601 \begin_layout Labeling
20602 \labelwidthstring 00.00.0000
20603
20604 \family sans
20605 Top
20606 \begin_inset space ~
20607 \end_inset
20608
20609 of
20610 \begin_inset space ~
20611 \end_inset
20612
20613 page
20614 \family default
20615  only floats occupying less than 70
20616 \begin_inset space \thinspace{}
20617 \end_inset
20618
20619 % of the page can be placed at the top of a page (
20620 \series bold
20621
20622 \backslash
20623 topfraction
20624 \series default
20625 )
20626 \end_layout
20627
20628 \begin_layout Labeling
20629 \labelwidthstring 00.00.0000
20630
20631 \family sans
20632 Bottom
20633 \begin_inset space ~
20634 \end_inset
20635
20636 of
20637 \begin_inset space ~
20638 \end_inset
20639
20640 page
20641 \family default
20642 : only floats occupying less than 30
20643 \begin_inset space \thinspace{}
20644 \end_inset
20645
20646 % of the page can be placed at the bottom of a page.
20647  (
20648 \series bold
20649
20650 \backslash
20651 bottomfraction
20652 \series default
20653 )
20654 \end_layout
20655
20656 \begin_layout Labeling
20657 \labelwidthstring 00.00.0000
20658
20659 \family sans
20660 Page
20661 \begin_inset space ~
20662 \end_inset
20663
20664 of
20665 \begin_inset space ~
20666 \end_inset
20667
20668 floats
20669 \family default
20670 : only if more than 50
20671 \begin_inset space \thinspace{}
20672 \end_inset
20673
20674 % of the page are occupied by floats, several floats can be set together
20675  on a page.
20676  (
20677 \series bold
20678
20679 \backslash
20680 floatpagefraction
20681 \series default
20682 )
20683 \end_layout
20684
20685 \begin_layout Standard
20686 If you don't like these rules, you can ignore them by using the additional
20687  option 
20688 \family sans
20689 Ignore
20690 \begin_inset space ~
20691 \end_inset
20692
20693 LaTeX
20694 \begin_inset space ~
20695 \end_inset
20696
20697 rules
20698 \family default
20699 .
20700 \begin_inset Newline newline
20701 \end_inset
20702
20703 You can also redefine the rules with LaTeX-commands that are given in parenthese
20704 s behind the rules description above.
20705  To increase for example the often too small default of the bottom-rule
20706  to 50
20707 \begin_inset space \thinspace{}
20708 \end_inset
20709
20710 % of the page, add this line to your document preamble:
20711 \end_layout
20712
20713 \begin_layout Standard
20714
20715 \series bold
20716
20717 \backslash
20718 renewcommand{
20719 \backslash
20720 bottomfraction}{0.5}
20721 \end_layout
20722
20723 \begin_layout Standard
20724 Sometimes you might need, under all circumstances, a float to be placed
20725  exactly at the position where it is inserted.
20726  For this case you can use the option 
20727 \family sans
20728 Here
20729 \begin_inset space ~
20730 \end_inset
20731
20732 definitely
20733 \family default
20734 .
20735  Use this option very rarely and only if the document is nearly ready to
20736  be printed.
20737  Because the float is then no longer able to 
20738 \begin_inset Quotes eld
20739 \end_inset
20740
20741 float
20742 \begin_inset Quotes erd
20743 \end_inset
20744
20745  when you change your document and this will often destroy the page layout.
20746 \end_layout
20747
20748 \begin_layout Standard
20749 There are no placement options for text wrap floats, because they are always
20750  surrounded by the text of a certain paragraph.
20751 \begin_inset VSpace bigskip
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 Sometimes you have the problem that a float is placed at the top of a page
20759  while its corresponding section starts at the middle of the page, so that
20760  the reader could think the float is part of the previous section.
20761  To avoid this the LaTeX-command 
20762 \series bold
20763
20764 \backslash
20765 suppressfloats
20766 \series default
20767  can be used.
20768  It suppresses a given float placement for the page where it is inserted
20769  and can therefore be used to avoid that floats could be set before a section
20770  starts.
20771  To get this, add these commands to your document preamble:
20772 \end_layout
20773
20774 \begin_layout Standard
20775
20776 \series bold
20777
20778 \backslash
20779 let
20780 \backslash
20781 mySection
20782 \backslash
20783 section
20784 \begin_inset Newline newline
20785 \end_inset
20786
20787
20788 \backslash
20789 renewcommand{
20790 \backslash
20791 section}{
20792 \backslash
20793 suppressfloats[t]
20794 \backslash
20795 mySection}
20796 \end_layout
20797
20798 \begin_layout Standard
20799 You can define the same for all section headings, like chapters and subsections.
20800  This definition is not recommended to be used for small text parts like
20801  subsubsections because LaTeX may then have problems to find a suitable
20802  placement.
20803 \end_layout
20804
20805 \begin_layout Standard
20806 \begin_inset VSpace bigskip
20807 \end_inset
20808
20809 In some cases it is required to have all figures/tables at the end of the
20810  document.
20811  For this purpose the LaTeX-package 
20812 \series bold
20813 endfloat
20814 \series default
20815
20816 \begin_inset Index
20817 status collapsed
20818
20819 \begin_layout Plain Layout
20820 LaTeX-packages ! endfloat
20821 \end_layout
20822
20823 \end_inset
20824
20825  was developed.
20826  It puts all figure and table floats at the end of the document into own
20827  sections.
20828  At the original float position a text hint like 
20829 \begin_inset Quotes eld
20830 \end_inset
20831
20832
20833 \family sans
20834 [Figure
20835 \begin_inset space ~
20836 \end_inset
20837
20838 3.2 about here.]
20839 \family default
20840
20841 \begin_inset Quotes erd
20842 \end_inset
20843
20844  is inserted.
20845  The endfloat-package is loaded in the preamble with the line
20846 \end_layout
20847
20848 \begin_layout Standard
20849
20850 \series bold
20851
20852 \backslash
20853 usepackage[options]{endfloat}
20854 \end_layout
20855
20856 \begin_layout Standard
20857 There are various package options to format the created figure/table sections.
20858  For more information we refer to the 
20859 \series bold
20860 endfloat
20861 \series default
20862  documentation 
20863 \begin_inset CommandInset citation
20864 LatexCommand cite
20865 key "endfloat"
20866
20867 \end_inset
20868
20869 .
20870 \begin_inset Newline newline
20871 \end_inset
20872
20873
20874 \begin_inset Note Greyedout
20875 status open
20876
20877 \begin_layout Plain Layout
20878
20879 \series bold
20880 Note: endfloat
20881 \series default
20882  doesn't provide an automatic translation for the text hint, you have to
20883  do this manually, see section
20884 \begin_inset space ~
20885 \end_inset
20886
20887 4 in 
20888 \begin_inset CommandInset citation
20889 LatexCommand cite
20890 key "endfloat"
20891
20892 \end_inset
20893
20894 .
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \begin_inset Newline newline
20901 \end_inset
20902
20903
20904 \begin_inset Note Greyedout
20905 status open
20906
20907 \begin_layout Plain Layout
20908
20909 \series bold
20910 Note:
20911 \series default
20912  There is currently a bug in 
20913 \series bold
20914 endfloat
20915 \series default
20916  when the caption contains a German 
20917 \begin_inset Quotes eld
20918 \end_inset
20919
20920 ß
20921 \begin_inset Quotes erd
20922 \end_inset
20923
20924 .
20925  Use in this case the command 
20926 \begin_inset Quotes eld
20927 \end_inset
20928
20929
20930 \series bold
20931
20932 \backslash
20933 ss
20934 \series default
20935
20936 \begin_inset Quotes erd
20937 \end_inset
20938
20939  in TeX-Code instead of 
20940 \begin_inset Quotes eld
20941 \end_inset
20942
20943 ß
20944 \begin_inset Quotes erd
20945 \end_inset
20946
20947 .
20948 \end_layout
20949
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \begin_layout Standard
20956 \begin_inset VSpace bigskip
20957 \end_inset
20958
20959 For more details about float placements, have a look at LaTeX books, 
20960 \begin_inset CommandInset citation
20961 LatexCommand cite
20962 key "latexcompanion,latexguide,latexbook"
20963
20964 \end_inset
20965
20966 .
20967 \end_layout
20968
20969 \begin_layout Section
20970 Rotated Floats
20971 \begin_inset CommandInset label
20972 LatexCommand label
20973 name "sec:Rotated-Floats"
20974
20975 \end_inset
20976
20977
20978 \begin_inset Index
20979 status collapsed
20980
20981 \begin_layout Plain Layout
20982 Floats ! Rotating
20983 \end_layout
20984
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \begin_layout Standard
20991 Especially for wide tables you might have floats rotated.
20992  To rotate a whole float including the caption, right-click on the float-box
20993  and use the option 
20994 \family sans
20995 Rotate
20996 \begin_inset space ~
20997 \end_inset
20998
20999 sideways
21000 \family default
21001 .
21002 \end_layout
21003
21004 \begin_layout Standard
21005 Rotated floats are always placed on its own page (or column, when you have
21006  a two-column document).
21007  They are rotated so that you can read them from the outside margin.
21008  To force a certain rotation direction for all pages, you can add either
21009  the option 
21010 \series bold
21011 figuresleft
21012 \series default
21013  or 
21014 \series bold
21015 figuresright
21016 \series default
21017  to the document class options.
21018 \end_layout
21019
21020 \begin_layout Standard
21021 Referencing rotated floats is the same like for normal floats, the caption
21022  format is also the same: Table
21023 \begin_inset space ~
21024 \end_inset
21025
21026
21027 \begin_inset CommandInset ref
21028 LatexCommand ref
21029 reference "tab:Rotated-table"
21030
21031 \end_inset
21032
21033  is an example of a rotated table float.
21034 \end_layout
21035
21036 \begin_layout Standard
21037 \begin_inset Note Greyedout
21038 status open
21039
21040 \begin_layout Plain Layout
21041
21042 \series bold
21043 Note:
21044 \series default
21045  Not all DVI-viewers are able to display rotated floats.
21046 \end_layout
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Standard
21054 \begin_inset Float table
21055 wide false
21056 sideways true
21057 status open
21058
21059 \begin_layout Plain Layout
21060 \begin_inset Caption
21061
21062 \begin_layout Plain Layout
21063 \begin_inset CommandInset label
21064 LatexCommand label
21065 name "tab:Rotated-table"
21066
21067 \end_inset
21068
21069  Rotated table
21070 \end_layout
21071
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \begin_layout Plain Layout
21078 \align center
21079 \begin_inset Tabular
21080 <lyxtabular version="3" rows="1" columns="5">
21081 <features>
21082 <column alignment="center" valignment="top" width="0">
21083 <column alignment="center" valignment="top" width="0">
21084 <column alignment="center" valignment="top" width="0">
21085 <column alignment="center" valignment="top" width="0">
21086 <column alignment="center" valignment="top" width="0">
21087 <row>
21088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 test
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 b
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 c
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 d
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 e
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 </row>
21134 </lyxtabular>
21135
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \begin_layout Section
21147 Floats Side by Side
21148 \begin_inset Index
21149 status collapsed
21150
21151 \begin_layout Plain Layout
21152 Floats ! Side by side
21153 \end_layout
21154
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \begin_layout Standard
21161 To place floats side by side, like for Figure
21162 \begin_inset space ~
21163 \end_inset
21164
21165
21166 \begin_inset CommandInset ref
21167 LatexCommand ref
21168 reference "fig:Float-left"
21169
21170 \end_inset
21171
21172  and 
21173 \begin_inset CommandInset ref
21174 LatexCommand ref
21175 reference "fig:Float-right"
21176
21177 \end_inset
21178
21179 , only 
21180 \emph on
21181 one
21182 \emph default
21183  float is used.
21184  In it two minipage boxes are inserted.
21185 \begin_inset Foot
21186 status collapsed
21187
21188 \begin_layout Plain Layout
21189 Minipages are explained in section
21190 \begin_inset space ~
21191 \end_inset
21192
21193
21194 \begin_inset CommandInset ref
21195 LatexCommand ref
21196 reference "sec:Minipages"
21197
21198 \end_inset
21199
21200 .
21201 \end_layout
21202
21203 \end_inset
21204
21205  The width is set to 45
21206 \begin_inset space \thinspace{}
21207 \end_inset
21208
21209 -50
21210 \begin_inset space \thinspace{}
21211 \end_inset
21212
21213 column% and the box alignment to 
21214 \family sans
21215 Bottom
21216 \family default
21217  for each minipage.
21218  The minipage boxes contain the image and the caption in the same way as
21219  they are in a float.
21220  The only difference is that the image unit 
21221 \family sans
21222 Column
21223 \begin_inset space ~
21224 \end_inset
21225
21226 Width
21227 \begin_inset space ~
21228 \end_inset
21229
21230 %
21231 \family default
21232  is now calculated according to the width of the minipage boxes.
21233 \end_layout
21234
21235 \begin_layout Standard
21236 \begin_inset Float figure
21237 wide false
21238 sideways false
21239 status open
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Box Frameless
21243 position "b"
21244 hor_pos "c"
21245 has_inner_box 1
21246 inner_pos "t"
21247 use_parbox 0
21248 width "45col%"
21249 special "none"
21250 height "1in"
21251 height_special "totalheight"
21252 status open
21253
21254 \begin_layout Plain Layout
21255 \align center
21256 \begin_inset Graphics
21257         filename clipart/mobius.eps
21258         lyxscale 50
21259         width 100col%
21260         scaleBeforeRotation
21261
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Caption
21269
21270 \begin_layout Plain Layout
21271 \begin_inset CommandInset label
21272 LatexCommand label
21273 name "fig:Float-left"
21274
21275 \end_inset
21276
21277 Float on the left side.
21278 \end_layout
21279
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \end_inset
21286
21287
21288 \begin_inset space \hfill{}
21289 \end_inset
21290
21291
21292 \begin_inset Box Frameless
21293 position "b"
21294 hor_pos "c"
21295 has_inner_box 1
21296 inner_pos "t"
21297 use_parbox 0
21298 width "45col%"
21299 special "none"
21300 height "1in"
21301 height_special "totalheight"
21302 status open
21303
21304 \begin_layout Plain Layout
21305 \align center
21306 \begin_inset Graphics
21307         filename clipart/platypus.eps
21308         lyxscale 50
21309         width 100col%
21310         scaleBeforeRotation
21311
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Caption
21319
21320 \begin_layout Plain Layout
21321 \begin_inset CommandInset label
21322 LatexCommand label
21323 name "fig:Float-right"
21324
21325 \end_inset
21326
21327 Float on the right side.
21328 \end_layout
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \begin_layout Plain Layout
21341
21342 \end_layout
21343
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \begin_layout Section
21350 Caption Formatting
21351 \begin_inset Index
21352 status collapsed
21353
21354 \begin_layout Plain Layout
21355 Caption ! Formatting
21356 \end_layout
21357
21358 \end_inset
21359
21360
21361 \begin_inset Index
21362 status collapsed
21363
21364 \begin_layout Plain Layout
21365 Floats ! Caption Formatting
21366 \end_layout
21367
21368 \end_inset
21369
21370
21371 \begin_inset Index
21372 status collapsed
21373
21374 \begin_layout Plain Layout
21375 LaTeX-packages ! caption
21376 \end_layout
21377
21378 \end_inset
21379
21380
21381 \begin_inset CommandInset label
21382 LatexCommand label
21383 name "sec:Caption-Formatting"
21384
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \begin_layout Standard
21391 The 
21392 \family sans
21393 Caption
21394 \family default
21395  environment is the default paragraph environment for 
21396 \family sans
21397 Floats
21398 \family default
21399 .
21400  On the LyX screen captions appear as label, e.
21401 \begin_inset space \thinspace{}
21402 \end_inset
21403
21404 g.
21405 \begin_inset space ~
21406 \end_inset
21407
21408
21409 \begin_inset Quotes eld
21410 \end_inset
21411
21412
21413 \family sans
21414 Figure #:
21415 \family default
21416
21417 \begin_inset Quotes erd
21418 \end_inset
21419
21420  followed by the caption text.
21421  
21422 \begin_inset Quotes eld
21423 \end_inset
21424
21425 #
21426 \begin_inset Quotes erd
21427 \end_inset
21428
21429  is the actual reference number.
21430  By default the label and the number are in the same font as the caption
21431  text and a colon follows the number to divide the label from the text.
21432  This caption format is not suitable for all document formats.
21433  
21434 \end_layout
21435
21436 \begin_layout Standard
21437 To change the default caption format, load the LaTeX-package 
21438 \series bold
21439 caption
21440 \series default
21441
21442 \begin_inset Index
21443 status collapsed
21444
21445 \begin_layout Plain Layout
21446 LaTeX-packages ! caption
21447 \end_layout
21448
21449 \end_inset
21450
21451  in the document preamble with this line:
21452 \end_layout
21453
21454 \begin_layout Standard
21455
21456 \series bold
21457
21458 \backslash
21459 usepackage[format definition]{caption}
21460 \end_layout
21461
21462 \begin_layout Standard
21463 To have for example the label and the number in sans-serif bold font and
21464  the table captions always above the table like in this document, use the
21465  following command:
21466 \end_layout
21467
21468 \begin_layout Standard
21469
21470 \series bold
21471
21472 \backslash
21473 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21474 \end_layout
21475
21476 \begin_layout Standard
21477 You can also define different caption formats for the different float types.
21478  In this case load the 
21479 \series bold
21480 caption
21481 \series default
21482  package without format specific options and define the different formats
21483  with the help of the command
21484 \end_layout
21485
21486 \begin_layout Standard
21487
21488 \series bold
21489
21490 \backslash
21491 captionsetup[float type]{format definition}
21492 \end_layout
21493
21494 \begin_layout Standard
21495 in the document preamble.
21496  For example the caption formats of Figure
21497 \begin_inset space ~
21498 \end_inset
21499
21500
21501 \begin_inset CommandInset ref
21502 LatexCommand ref
21503 reference "fig:This-is-an-fig"
21504
21505 \end_inset
21506
21507  and Table
21508 \begin_inset space ~
21509 \end_inset
21510
21511
21512 \begin_inset CommandInset ref
21513 LatexCommand ref
21514 reference "tab:This-is-an-tab"
21515
21516 \end_inset
21517
21518  can be created using these commands in the document preamble:
21519 \end_layout
21520
21521 \begin_layout Standard
21522
21523 \series bold
21524
21525 \backslash
21526 usepackage[tableposition=top]{caption}
21527 \series default
21528
21529 \begin_inset Newline newline
21530 \end_inset
21531
21532
21533 \series bold
21534
21535 \backslash
21536 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21537 \begin_inset Newline newline
21538 \end_inset
21539
21540
21541 \begin_inset ERT
21542 status collapsed
21543
21544 \begin_layout Plain Layout
21545
21546
21547 \backslash
21548 hphantom{
21549 \backslash
21550
21551 \backslash
21552 captionsetup[figure]
21553 \backslash
21554 {}
21555 \end_layout
21556
21557 \end_inset
21558
21559  labelsep=period}
21560 \begin_inset Newline newline
21561 \end_inset
21562
21563
21564 \backslash
21565 captionsetup[table]{labelfont={bf,sf}}
21566 \end_layout
21567
21568 \begin_layout Standard
21569 \begin_inset Note Greyedout
21570 status open
21571
21572 \begin_layout Plain Layout
21573
21574 \series bold
21575 Note:
21576 \series default
21577  The option 
21578 \series bold
21579 tableposition=top
21580 \series default
21581  has no effect when a 
21582 \series bold
21583 koma-script
21584 \series default
21585
21586 \begin_inset Index
21587 status collapsed
21588
21589 \begin_layout Plain Layout
21590 LaTeX-packages ! koma-script
21591 \end_layout
21592
21593 \end_inset
21594
21595  document class is used.
21596  In this case the document class option 
21597 \series bold
21598 tablecaptionabove
21599 \series default
21600  must be used.
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Standard
21609 For more information about the package 
21610 \series bold
21611 caption
21612 \series default
21613  we refer to its documentation 
21614 \begin_inset CommandInset citation
21615 LatexCommand cite
21616 key "caption,caption-de"
21617
21618 \end_inset
21619
21620 .
21621 \end_layout
21622
21623 \begin_layout Standard
21624 To change the label name from e.g.
21625  
21626 \begin_inset Quotes eld
21627 \end_inset
21628
21629 Figure
21630 \begin_inset Quotes erd
21631 \end_inset
21632
21633  to 
21634 \begin_inset Quotes eld
21635 \end_inset
21636
21637 Image
21638 \begin_inset Quotes erd
21639 \end_inset
21640
21641  use this preamble command:
21642 \end_layout
21643
21644 \begin_layout Standard
21645
21646 \series bold
21647
21648 \backslash
21649 renewcommand{
21650 \backslash
21651 fnum@figure}{Image~
21652 \backslash
21653 thefigure}
21654 \end_layout
21655
21656 \begin_layout Standard
21657 where 
21658 \series bold
21659
21660 \backslash
21661 thefigure
21662 \series default
21663  inserts the figure number and
21664 \series bold
21665  
21666 \begin_inset Quotes eld
21667 \end_inset
21668
21669 ~
21670 \series default
21671
21672 \begin_inset Quotes erd
21673 \end_inset
21674
21675  creates a protected space.
21676 \end_layout
21677
21678 \begin_layout Standard
21679 \begin_inset VSpace bigskip
21680 \end_inset
21681
21682 If you are using a 
21683 \series bold
21684 koma-script
21685 \series default
21686
21687 \begin_inset Index
21688 status collapsed
21689
21690 \begin_layout Plain Layout
21691 LaTeX-packages ! koma-script
21692 \end_layout
21693
21694 \end_inset
21695
21696  document class (
21697 \family sans
21698 article (koma-script)
21699 \family default
21700
21701 \family sans
21702 book (koma-script)
21703 \family default
21704
21705 \family sans
21706 letter (koma-script)
21707 \family default
21708 , or 
21709 \family sans
21710 report (koma-script)
21711 \family default
21712
21713 \begin_inset space \thinspace{}
21714 \end_inset
21715
21716 ), you can alternatively to the 
21717 \series bold
21718 caption
21719 \series default
21720  package use 
21721 \series bold
21722 koma-script
21723 \series default
21724 's built-in command 
21725 \series bold
21726
21727 \backslash
21728 setkomafont
21729 \series default
21730 .
21731  For example, to have the caption label in bold, add this command to your
21732  document preamble:
21733 \end_layout
21734
21735 \begin_layout Standard
21736
21737 \series bold
21738
21739 \backslash
21740 setkomafont{captionlabel}{
21741 \backslash
21742 bfseries}
21743 \end_layout
21744
21745 \begin_layout Standard
21746 For more information about 
21747 \series bold
21748
21749 \backslash
21750 setkomafont
21751 \series default
21752  we refer to the 
21753 \series bold
21754 koma-script
21755 \series default
21756  documentation 
21757 \begin_inset CommandInset citation
21758 LatexCommand cite
21759 key "koma-script"
21760
21761 \end_inset
21762
21763 .
21764 \end_layout
21765
21766 \begin_layout Standard
21767 \begin_inset ERT
21768 status collapsed
21769
21770 \begin_layout Plain Layout
21771
21772
21773 \backslash
21774 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21775 }
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \begin_inset Note Note
21782 status open
21783
21784 \begin_layout Plain Layout
21785 The caption format is changed only for this example.
21786 \end_layout
21787
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \begin_layout Standard
21794 \begin_inset Float figure
21795 placement !p
21796 wide false
21797 sideways false
21798 status open
21799
21800 \begin_layout Plain Layout
21801 \align center
21802 \begin_inset Graphics
21803         filename clipart/mobius.eps
21804         lyxscale 50
21805         scale 50
21806         scaleBeforeRotation
21807
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \begin_layout Plain Layout
21814 \begin_inset Caption
21815
21816 \begin_layout Plain Layout
21817 \begin_inset CommandInset label
21818 LatexCommand label
21819 name "fig:This-is-an-fig"
21820
21821 \end_inset
21822
21823 This is an example figure caption that is longer than one line to show the
21824  different caption format.
21825  Here a self-defined caption format is used.
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834
21835
21836 \end_layout
21837
21838 \begin_layout Standard
21839 \begin_inset ERT
21840 status collapsed
21841
21842 \begin_layout Plain Layout
21843
21844
21845 \backslash
21846 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21847 on}
21848 \end_layout
21849
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \begin_layout Standard
21856 \begin_inset Float table
21857 placement !p
21858 wide false
21859 sideways false
21860 status open
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Caption
21864
21865 \begin_layout Plain Layout
21866 \begin_inset CommandInset label
21867 LatexCommand label
21868 name "tab:This-is-an-tab"
21869
21870 \end_inset
21871
21872 This is an example table caption that is longer than one line to show the
21873  different caption format.
21874  Here the standard caption format for tables in this document is used.
21875 \end_layout
21876
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \begin_layout Plain Layout
21883 \align center
21884 \begin_inset Tabular
21885 <lyxtabular version="3" rows="1" columns="5">
21886 <features>
21887 <column alignment="center" valignment="top" width="0">
21888 <column alignment="center" valignment="top" width="0">
21889 <column alignment="center" valignment="top" width="0">
21890 <column alignment="center" valignment="top" width="0">
21891 <column alignment="center" valignment="top" width="0">
21892 <row>
21893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897 a
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 b
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 c
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 d
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933 e
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 </row>
21939 </lyxtabular>
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \begin_layout Section
21952 Caption Placement
21953 \begin_inset Index
21954 status collapsed
21955
21956 \begin_layout Plain Layout
21957 Caption ! Placement
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \begin_inset Index
21964 status collapsed
21965
21966 \begin_layout Plain Layout
21967 Floats ! Caption Placement
21968 \end_layout
21969
21970 \end_inset
21971
21972
21973 \begin_inset CommandInset label
21974 LatexCommand label
21975 name "sec:Caption-Placement"
21976
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \begin_layout Standard
21983 The common caption placement rule is:
21984 \end_layout
21985
21986 \begin_layout Description
21987 Figure: Caption is set below the figure
21988 \end_layout
21989
21990 \begin_layout Description
21991 Table: Caption is set above the table
21992 \end_layout
21993
21994 \begin_layout Standard
21995 Having the caption above the table is unfortunately not supported in LaTeX's
21996  standard classes.
21997  That means if you are using the document classes 
21998 \family sans
21999 article
22000 \family default
22001
22002 \family sans
22003 book
22004 \family default
22005
22006 \family sans
22007 letter
22008 \family default
22009 , or 
22010 \family sans
22011 report
22012 \family default
22013  there will be no space between the caption and the table.
22014  To insert the needed space, add the following option to the load command
22015  of the LaTeX-package 
22016 \series bold
22017 caption
22018 \series default
22019  in your document preamble
22020 \begin_inset Foot
22021 status collapsed
22022
22023 \begin_layout Plain Layout
22024 See section
22025 \begin_inset space ~
22026 \end_inset
22027
22028
22029 \begin_inset CommandInset ref
22030 LatexCommand ref
22031 reference "sec:Caption-Formatting"
22032
22033 \end_inset
22034
22035  for more information of the package 
22036 \series bold
22037 caption
22038 \series default
22039 .
22040 \end_layout
22041
22042 \end_inset
22043
22044 :
22045 \end_layout
22046
22047 \begin_layout Standard
22048
22049 \series bold
22050 tableposition=top
22051 \end_layout
22052
22053 \begin_layout Standard
22054 If you are using a 
22055 \series bold
22056 koma-script
22057 \series default
22058
22059 \begin_inset Index
22060 status collapsed
22061
22062 \begin_layout Plain Layout
22063 LaTeX-packages ! koma-script
22064 \end_layout
22065
22066 \end_inset
22067
22068  document class (
22069 \family sans
22070 article (koma-script)
22071 \family default
22072
22073 \family sans
22074 book (koma-script)
22075 \family default
22076
22077 \family sans
22078 letter (koma-script)
22079 \family default
22080 , or 
22081 \family sans
22082 report (koma-script)
22083 \family default
22084
22085 \begin_inset space \thinspace{}
22086 \end_inset
22087
22088 ), you can alternatively to the 
22089 \series bold
22090 caption
22091 \series default
22092  package set the document class option 
22093 \series bold
22094 tablecaptionabove
22095 \series default
22096 .
22097 \end_layout
22098
22099 \begin_layout Standard
22100 \begin_inset VSpace bigskip
22101 \end_inset
22102
22103 It is also possible to set the caption beside a figure or table.
22104  To get this the LaTeX-package 
22105 \series bold
22106 sidecap
22107 \series default
22108
22109 \begin_inset Index
22110 status collapsed
22111
22112 \begin_layout Plain Layout
22113 LaTeX-packages ! sidecap
22114 \end_layout
22115
22116 \end_inset
22117
22118  has to be loaded in the document preamble with the line
22119 \end_layout
22120
22121 \begin_layout Standard
22122
22123 \series bold
22124
22125 \backslash
22126 usepackage[option]{sidecap}
22127 \end_layout
22128
22129 \begin_layout Standard
22130 If you set no option, the caption is placed on the side of the outer page
22131  margin -- to the right on odd pages, to the left on even pages.
22132  You can change the placement to inner margin with the option 
22133 \series bold
22134 innercaption
22135 \series default
22136 .
22137  To force the placement always to the right or left, use the option 
22138 \series bold
22139 rightcaption
22140 \series default
22141  or 
22142 \series bold
22143 leftcaption
22144 \series default
22145 , respectively.
22146 \end_layout
22147
22148 \begin_layout Standard
22149 \begin_inset ERT
22150 status collapsed
22151
22152 \begin_layout Plain Layout
22153
22154
22155 \backslash
22156 ifsidecap
22157 \end_layout
22158
22159 \end_inset
22160
22161
22162 \begin_inset Note Note
22163 status open
22164
22165 \begin_layout Plain Layout
22166 The following section will only be displayed when the LaTeX-package 
22167 \series bold
22168 sidecap
22169 \series default
22170  is installed.
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \begin_layout Standard
22179 To place in LyX the caption of a float on the side, it is necessary to add
22180  these commands to the document preamble:
22181 \end_layout
22182
22183 \begin_layout Standard
22184
22185 \lyxline
22186
22187 \end_layout
22188
22189 \begin_layout Standard
22190
22191 \series bold
22192
22193 \backslash
22194 newcommand{
22195 \backslash
22196 TabBesBeg}{%
22197 \begin_inset Newline newline
22198 \end_inset
22199
22200
22201 \begin_inset ERT
22202 status collapsed
22203
22204 \begin_layout Plain Layout
22205
22206
22207 \backslash
22208 hphantom{ }
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \backslash
22215 let
22216 \backslash
22217 MyTable
22218 \backslash
22219 table
22220 \begin_inset Newline newline
22221 \end_inset
22222
22223
22224 \begin_inset ERT
22225 status collapsed
22226
22227 \begin_layout Plain Layout
22228
22229
22230 \backslash
22231 hphantom{ }
22232 \end_layout
22233
22234 \end_inset
22235
22236
22237 \backslash
22238 let
22239 \backslash
22240 MyEndtable
22241 \backslash
22242 endtable
22243 \begin_inset Newline newline
22244 \end_inset
22245
22246
22247 \begin_inset ERT
22248 status collapsed
22249
22250 \begin_layout Plain Layout
22251
22252
22253 \backslash
22254 hphantom{ }
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \backslash
22261 renewenvironment{table}{
22262 \backslash
22263 begin{SCtable}}{
22264 \backslash
22265 end{SCtable}}}
22266 \end_layout
22267
22268 \begin_layout Standard
22269
22270 \series bold
22271
22272 \backslash
22273 newcommand{
22274 \backslash
22275 TabBesEnd}{%
22276 \begin_inset Newline newline
22277 \end_inset
22278
22279
22280 \begin_inset ERT
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284
22285
22286 \backslash
22287 hphantom{ }
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \backslash
22294 let
22295 \backslash
22296 table
22297 \backslash
22298 MyTable
22299 \begin_inset Newline newline
22300 \end_inset
22301
22302
22303 \begin_inset ERT
22304 status collapsed
22305
22306 \begin_layout Plain Layout
22307
22308
22309 \backslash
22310 hphantom{ }
22311 \end_layout
22312
22313 \end_inset
22314
22315
22316 \backslash
22317 let
22318 \backslash
22319 endtable
22320 \backslash
22321 MyEndtable
22322 \end_layout
22323
22324 \begin_layout Standard
22325
22326 \series bold
22327
22328 \backslash
22329 newcommand{
22330 \backslash
22331 FigBesBeg}{%
22332 \begin_inset Newline newline
22333 \end_inset
22334
22335
22336 \begin_inset ERT
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340
22341
22342 \backslash
22343 hphantom{ }
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \backslash
22350 let
22351 \backslash
22352 MyFigure
22353 \backslash
22354 figure
22355 \begin_inset Newline newline
22356 \end_inset
22357
22358
22359 \begin_inset ERT
22360 status collapsed
22361
22362 \begin_layout Plain Layout
22363
22364
22365 \backslash
22366 hphantom{ }
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \backslash
22373 let
22374 \backslash
22375 MyEndfigure
22376 \backslash
22377 endfigure
22378 \begin_inset Newline newline
22379 \end_inset
22380
22381
22382 \begin_inset ERT
22383 status collapsed
22384
22385 \begin_layout Plain Layout
22386
22387
22388 \backslash
22389 hphantom{ }
22390 \end_layout
22391
22392 \end_inset
22393
22394
22395 \backslash
22396 renewenvironment{figure}{
22397 \backslash
22398 begin{SCfigure}}{
22399 \backslash
22400 end{SCfigure}}}
22401 \end_layout
22402
22403 \begin_layout Standard
22404
22405 \series bold
22406
22407 \backslash
22408 newcommand{
22409 \backslash
22410 FigBesEnd}{%
22411 \begin_inset Newline newline
22412 \end_inset
22413
22414
22415 \begin_inset ERT
22416 status collapsed
22417
22418 \begin_layout Plain Layout
22419
22420
22421 \backslash
22422 hphantom{ }
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \backslash
22429 let
22430 \backslash
22431 figure
22432 \backslash
22433 MyFigure
22434 \begin_inset Newline newline
22435 \end_inset
22436
22437
22438 \begin_inset ERT
22439 status collapsed
22440
22441 \begin_layout Plain Layout
22442
22443
22444 \backslash
22445 hphantom{ }
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \backslash
22452 let
22453 \backslash
22454 endfigure
22455 \backslash
22456 MyEndfigure}
22457 \end_layout
22458
22459 \begin_layout Standard
22460
22461 \lyxline
22462
22463 \end_layout
22464
22465 \begin_layout Standard
22466 The commands allow you to redefine the floats so that the caption is set
22467  on the side.
22468  For figure floats use the command
22469 \end_layout
22470
22471 \begin_layout Standard
22472
22473 \series bold
22474
22475 \backslash
22476 FigBesBeg
22477 \end_layout
22478
22479 \begin_layout Standard
22480 in TeX-Code before the float.
22481  Behind the float insert the command
22482 \end_layout
22483
22484 \begin_layout Standard
22485
22486 \series bold
22487
22488 \backslash
22489 FigBesEnd
22490 \end_layout
22491
22492 \begin_layout Standard
22493 in TeX-Code to get back to the original float definition.
22494 \end_layout
22495
22496 \begin_layout Standard
22497 For table floats use the corresponding commands
22498 \end_layout
22499
22500 \begin_layout Standard
22501
22502 \series bold
22503
22504 \backslash
22505 TabBesBeg
22506 \series default
22507  and 
22508 \series bold
22509
22510 \backslash
22511 TabBesEnd
22512 \end_layout
22513
22514 \begin_layout Standard
22515 Figure
22516 \begin_inset space ~
22517 \end_inset
22518
22519
22520 \begin_inset CommandInset ref
22521 LatexCommand ref
22522 reference "fig:cap-beside-fig"
22523
22524 \end_inset
22525
22526  and Table
22527 \begin_inset space ~
22528 \end_inset
22529
22530
22531 \begin_inset CommandInset ref
22532 LatexCommand ref
22533 reference "tab:cap-beside-tab"
22534
22535 \end_inset
22536
22537  are examples where the caption is set beside.
22538 \end_layout
22539
22540 \begin_layout Standard
22541 You can see in the examples that the caption text appears at the top of
22542  the floats for table floats and at the bottom for figure floats.
22543  To change this, you can use the command
22544 \end_layout
22545
22546 \begin_layout Standard
22547
22548 \series bold
22549
22550 \backslash
22551 sidecaptionvpos{float type}{placement}
22552 \end_layout
22553
22554 \begin_layout Standard
22555 in the document preamble or in TeX-Code before the float.
22556  The float type is either 
22557 \family sans
22558 figure
22559 \family default
22560  or 
22561 \family sans
22562 table
22563 \family default
22564 , the placement can be 
22565 \begin_inset Quotes eld
22566 \end_inset
22567
22568
22569 \family sans
22570 t
22571 \family default
22572
22573 \begin_inset Quotes erd
22574 \end_inset
22575
22576  for top, 
22577 \begin_inset Quotes eld
22578 \end_inset
22579
22580
22581 \family sans
22582 c
22583 \family default
22584
22585 \begin_inset Quotes erd
22586 \end_inset
22587
22588  for center, or 
22589 \begin_inset Quotes eld
22590 \end_inset
22591
22592
22593 \family sans
22594 b
22595 \family default
22596
22597 \begin_inset Quotes erd
22598 \end_inset
22599
22600  for bottom.
22601  To have for example the caption of figure floats vertically centered, use
22602  the command
22603 \end_layout
22604
22605 \begin_layout Standard
22606
22607 \series bold
22608
22609 \backslash
22610 sidecaptionvpos{figure}{c}
22611 \end_layout
22612
22613 \begin_layout Standard
22614 This was used for Figure
22615 \begin_inset space ~
22616 \end_inset
22617
22618
22619 \begin_inset CommandInset ref
22620 LatexCommand ref
22621 reference "fig:cap-beside-fig-2"
22622
22623 \end_inset
22624
22625 .
22626 \end_layout
22627
22628 \begin_layout Standard
22629 \begin_inset VSpace medskip
22630 \end_inset
22631
22632 For more information about the package 
22633 \series bold
22634 sidecap
22635 \series default
22636  we refer to its documentation 
22637 \begin_inset CommandInset citation
22638 LatexCommand cite
22639 key "sidecap"
22640
22641 \end_inset
22642
22643 .
22644 \end_layout
22645
22646 \begin_layout Standard
22647 \begin_inset Note Greyedout
22648 status open
22649
22650 \begin_layout Plain Layout
22651
22652 \series bold
22653 Note:
22654 \series default
22655  The LaTeX-package 
22656 \series bold
22657 hypcap
22658 \series default
22659
22660 \begin_inset Index
22661 status collapsed
22662
22663 \begin_layout Plain Layout
22664 LaTeX-packages ! hypcap
22665 \end_layout
22666
22667 \end_inset
22668
22669 , described in section
22670 \begin_inset space ~
22671 \end_inset
22672
22673
22674 \begin_inset CommandInset ref
22675 LatexCommand ref
22676 reference "sub:Reference-Position"
22677
22678 \end_inset
22679
22680 , has no effect on floats with the caption set beside.
22681 \end_layout
22682
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \begin_layout Standard
22689 \begin_inset ERT
22690 status collapsed
22691
22692 \begin_layout Plain Layout
22693
22694
22695 \backslash
22696 FigBesBeg 
22697 \end_layout
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \begin_layout Standard
22705 \begin_inset Float figure
22706 wide false
22707 sideways false
22708 status open
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Graphics
22712         filename clipart/escher-lsd.eps
22713         scale 75
22714         scaleBeforeRotation
22715
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Caption
22723
22724 \begin_layout Plain Layout
22725 \begin_inset CommandInset label
22726 LatexCommand label
22727 name "fig:cap-beside-fig"
22728
22729 \end_inset
22730
22731 This is a caption beside a figure.
22732 \end_layout
22733
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \begin_layout Standard
22745 \begin_inset ERT
22746 status collapsed
22747
22748 \begin_layout Plain Layout
22749
22750
22751 \backslash
22752 TabBesBeg 
22753 \end_layout
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \begin_layout Standard
22761 \begin_inset Float table
22762 wide false
22763 sideways false
22764 status open
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Caption
22768
22769 \begin_layout Plain Layout
22770 \begin_inset CommandInset label
22771 LatexCommand label
22772 name "tab:cap-beside-tab"
22773
22774 \end_inset
22775
22776 This is a caption beside a table.
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \begin_layout Plain Layout
22785 \begin_inset Tabular
22786 <lyxtabular version="3" rows="4" columns="5">
22787 <features>
22788 <column alignment="center" valignment="top" width="0">
22789 <column alignment="center" valignment="top" width="0">
22790 <column alignment="center" valignment="top" width="0">
22791 <column alignment="center" valignment="top" width="0">
22792 <column alignment="center" valignment="top" width="0">
22793 <row>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 a
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 b
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 c
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 </row>
22840 <row>
22841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 d
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 e
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 </row>
22887 <row>
22888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 f
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910 g
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 h
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 </row>
22934 <row>
22935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 i
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 j
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 </lyxtabular>
22982
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \begin_layout Standard
22994 \begin_inset ERT
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998
22999
23000 \backslash
23001 TabBesEnd
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \begin_layout Standard
23010 \begin_inset ERT
23011 status collapsed
23012
23013 \begin_layout Plain Layout
23014
23015
23016 \backslash
23017 sidecaptionvpos{figure}{c}
23018 \end_layout
23019
23020 \end_inset
23021
23022
23023 \begin_inset Float figure
23024 wide false
23025 sideways false
23026 status open
23027
23028 \begin_layout Plain Layout
23029 \begin_inset Graphics
23030         filename clipart/escher-lsd.eps
23031         scale 75
23032         scaleBeforeRotation
23033
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \begin_layout Plain Layout
23040 \begin_inset Caption
23041
23042 \begin_layout Plain Layout
23043 \begin_inset CommandInset label
23044 LatexCommand label
23045 name "fig:cap-beside-fig-2"
23046
23047 \end_inset
23048
23049 This is a vertically centered caption beside a figure.
23050 \end_layout
23051
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \begin_layout Standard
23063 \begin_inset ERT
23064 status collapsed
23065
23066 \begin_layout Plain Layout
23067
23068
23069 \backslash
23070 FigBesEnd
23071 \end_layout
23072
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \begin_layout Standard
23079 \begin_inset ERT
23080 status collapsed
23081
23082 \begin_layout Plain Layout
23083
23084
23085 \backslash
23086 else
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \begin_inset Note Note
23093 status open
23094
23095 \begin_layout Plain Layout
23096 The following will be displayed when the LaTeX-package 
23097 \series bold
23098 sidecap
23099 \series default
23100  is not installed:
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \begin_layout Standard
23109 You need to install the LaTeX-package 
23110 \series bold
23111 sidecap
23112 \series default
23113  to see the following part of this section in the output.
23114 \end_layout
23115
23116 \begin_layout Standard
23117 \begin_inset ERT
23118 status collapsed
23119
23120 \begin_layout Plain Layout
23121
23122
23123 \backslash
23124 fi
23125 \end_layout
23126
23127 \end_inset
23128
23129
23130 \end_layout
23131
23132 \begin_layout Section
23133 Listings of Floats
23134 \begin_inset CommandInset label
23135 LatexCommand label
23136 name "sec:Listings-of-Floats"
23137
23138 \end_inset
23139
23140
23141 \begin_inset Index
23142 status collapsed
23143
23144 \begin_layout Plain Layout
23145 Floats ! Float Lists
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \begin_layout Standard
23154 Similar to the the table of contents where the sections of the document
23155  are listed, there are listings for all float types, like the figures of
23156  the documents.
23157  You can insert them via the 
23158 \family sans
23159 Insert\SpecialChar \menuseparator
23160 List
23161 \begin_inset space ~
23162 \end_inset
23163
23164 /
23165 \begin_inset space ~
23166 \end_inset
23167
23168 TOC
23169 \family default
23170  sub menus.
23171 \end_layout
23172
23173 \begin_layout Standard
23174 The list entries are the float captions or its short title, the float number,
23175  and the page number where they appear in the document.
23176 \end_layout
23177
23178 \begin_layout Standard
23179 You can find the list of figures and tables at the end of this document.
23180 \end_layout
23181
23182 \begin_layout Chapter
23183 Notes
23184 \end_layout
23185
23186 \begin_layout Section
23187 LyX Notes
23188 \begin_inset CommandInset label
23189 LatexCommand label
23190 name "sec:LyX-Notes"
23191
23192 \end_inset
23193
23194
23195 \begin_inset Index
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199 Notes ! LyX Notes
23200 \end_layout
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \begin_layout Standard
23208 Notes are inserted with the toolbar button 
23209 \begin_inset Graphics
23210         filename ../images/note-insert.png
23211         scale 85
23212         scaleBeforeRotation
23213
23214 \end_inset
23215
23216  or the menu 
23217 \family sans
23218 Insert\SpecialChar \menuseparator
23219 Note
23220 \family default
23221 .
23222  There are five types of notes:
23223 \end_layout
23224
23225 \begin_layout Description
23226 LyX
23227 \begin_inset space ~
23228 \end_inset
23229
23230 Note This note type is for internal notes that won't appear in the output.
23231  Its note-box looks like this:
23232 \begin_inset Newline newline
23233 \end_inset
23234
23235
23236 \begin_inset Newline newline
23237 \end_inset
23238
23239
23240 \begin_inset Graphics
23241         filename clipart/LyXNoteImageQt4.png
23242         display none
23243         scale 85
23244         scaleBeforeRotation
23245
23246 \end_inset
23247
23248  
23249 \begin_inset Note Note
23250 status open
23251
23252 \begin_layout Plain Layout
23253 This is text in a note box that doesn't appear in the output.
23254 \end_layout
23255
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \begin_layout Description
23262 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23263 ent, when you export the document to LaTeX via the menu 
23264 \family sans
23265 File\SpecialChar \menuseparator
23266 Export\SpecialChar \menuseparator
23267 LaTeX (pdflatex) / (plain)
23268 \family default
23269 .
23270  Its note-box looks like this:
23271 \begin_inset Newline newline
23272 \end_inset
23273
23274
23275 \begin_inset Newline newline
23276 \end_inset
23277
23278
23279 \begin_inset Graphics
23280         filename clipart/CommentNoteImageQt4.png
23281         display none
23282         scale 85
23283         scaleBeforeRotation
23284
23285 \end_inset
23286
23287  
23288 \begin_inset Note Comment
23289 status open
23290
23291 \begin_layout Plain Layout
23292 This is text in a note box that only appears as comment in LaTeX-files.
23293 \end_layout
23294
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \begin_layout Description
23301 Greyed
23302 \begin_inset space ~
23303 \end_inset
23304
23305 Out This note will appear in the output as grey text.
23306  Its note-box looks like this:
23307 \begin_inset Newline newline
23308 \end_inset
23309
23310
23311 \begin_inset Newline newline
23312 \end_inset
23313
23314
23315 \begin_inset Graphics
23316         filename clipart/GreyedOutNoteImageQt4.png
23317         display none
23318         scale 85
23319         scaleBeforeRotation
23320
23321 \end_inset
23322
23323
23324 \begin_inset Newline newline
23325 \end_inset
23326
23327
23328 \begin_inset ERT
23329 status collapsed
23330
23331 \begin_layout Plain Layout
23332
23333
23334 \backslash
23335 renewenvironment{lyxgreyedout}
23336 \end_layout
23337
23338 \begin_layout Plain Layout
23339
23340 {
23341 \backslash
23342 textcolor[gray]{0.8}
23343 \backslash
23344 bgroup}{
23345 \backslash
23346 egroup}
23347 \end_layout
23348
23349 \end_inset
23350
23351
23352 \begin_inset Note Greyedout
23353 status open
23354
23355 \begin_layout Plain Layout
23356 This is text
23357 \begin_inset Foot
23358 status open
23359
23360 \begin_layout Plain Layout
23361 This is an example footnote within a greyed out note.
23362 \end_layout
23363
23364 \end_inset
23365
23366  of a comment that appears in the output as grey text.
23367 \end_layout
23368
23369 \end_inset
23370
23371
23372 \begin_inset ERT
23373 status collapsed
23374
23375 \begin_layout Plain Layout
23376
23377
23378 \backslash
23379 renewenvironment{lyxgreyedout}
23380 \end_layout
23381
23382 \begin_layout Plain Layout
23383
23384 {
23385 \backslash
23386 textcolor{blue}
23387 \backslash
23388 bgroup}{
23389 \backslash
23390 egroup}
23391 \end_layout
23392
23393 \end_inset
23394
23395
23396 \begin_inset Note Note
23397 status collapsed
23398
23399 \begin_layout Plain Layout
23400 The greyed out note is here redefined to show it with the original LyX definitio
23401 n because greyed out notes are redefined in the preamble of this document,
23402  as described below, to have blue text.
23403 \end_layout
23404
23405 \end_inset
23406
23407
23408 \begin_inset Newline newline
23409 \end_inset
23410
23411
23412 \begin_inset Newline newline
23413 \end_inset
23414
23415 As you can see in the example, the first line of greyed out notes is a bit
23416  indented and greyed out notes can have footnotes.
23417 \end_layout
23418
23419 \begin_layout Description
23420 Framed This note will appear in the output as framed text.
23421  Its note-box looks like this:
23422 \begin_inset Newline newline
23423 \end_inset
23424
23425
23426 \begin_inset Newline newline
23427 \end_inset
23428
23429
23430 \begin_inset Graphics
23431         filename clipart/FramedNoteImageQt4.png
23432         display none
23433         scale 85
23434         scaleBeforeRotation
23435
23436 \end_inset
23437
23438  
23439 \begin_inset Box Framed
23440 position "t"
23441 hor_pos "c"
23442 has_inner_box 0
23443 inner_pos "t"
23444 use_parbox 0
23445 width "100col%"
23446 special "none"
23447 height "1in"
23448 height_special "totalheight"
23449 status open
23450
23451 \begin_layout Plain Layout
23452 This is text in a note box that appears framed in the output.
23453 \end_layout
23454
23455 \end_inset
23456
23457  In contrary to framed boxes
23458 \begin_inset Foot
23459 status collapsed
23460
23461 \begin_layout Plain Layout
23462 Framed boxes are described in section
23463 \begin_inset space ~
23464 \end_inset
23465
23466
23467 \begin_inset CommandInset ref
23468 LatexCommand ref
23469 reference "sec:Framed-Boxes"
23470
23471 \end_inset
23472
23473 .
23474 \end_layout
23475
23476 \end_inset
23477
23478  the frame uses always the whole text width and the note is set into its
23479  own paragraph.
23480 \end_layout
23481
23482 \begin_layout Description
23483 Shaded This note will appear in the output with red background color.
23484  Its note box looks like this:
23485 \begin_inset Newline newline
23486 \end_inset
23487
23488
23489 \begin_inset Newline newline
23490 \end_inset
23491
23492
23493 \begin_inset Graphics
23494         filename clipart/ShadedNoteImageQt4.png
23495         display none
23496         scale 85
23497         scaleBeforeRotation
23498
23499 \end_inset
23500
23501
23502 \begin_inset Box Shaded
23503 position "t"
23504 hor_pos "c"
23505 has_inner_box 0
23506 inner_pos "t"
23507 use_parbox 0
23508 width "100col%"
23509 special "none"
23510 height "1in"
23511 height_special "totalheight"
23512 status open
23513
23514 \begin_layout Plain Layout
23515 This text in a note box appears in the output with red background.
23516 \end_layout
23517
23518 \end_inset
23519
23520 In contrary to colored boxes
23521 \begin_inset Foot
23522 status collapsed
23523
23524 \begin_layout Plain Layout
23525 Colored boxes are described in section
23526 \begin_inset space ~
23527 \end_inset
23528
23529
23530 \begin_inset CommandInset ref
23531 LatexCommand ref
23532 reference "sec:Colored-Boxes"
23533
23534 \end_inset
23535
23536 .
23537 \end_layout
23538
23539 \end_inset
23540
23541  the note uses always the whole text width and the note is set into its
23542  own paragraph.
23543 \end_layout
23544
23545 \begin_layout Standard
23546 \begin_inset VSpace bigskip
23547 \end_inset
23548
23549 When you use the toolbar button 
23550 \begin_inset Graphics
23551         filename ../images/note-insert.png
23552         scale 85
23553         scaleBeforeRotation
23554
23555 \end_inset
23556
23557  to insert notes, a 
23558 \family sans
23559 LyX
23560 \begin_inset space ~
23561 \end_inset
23562
23563 Note
23564 \family default
23565  is inserted.
23566  You can switch between the five note types by right-clicking on the note-box.
23567  
23568 \family roman
23569 \series medium
23570 \bar no
23571 If you want to turn existing text into a note, mark it and click on the
23572  note
23573 \family default
23574 \series default
23575 \bar default
23576  toolbar 
23577 \family roman
23578 \series medium
23579 \bar no
23580 button
23581 \family default
23582 \series default
23583 \bar default
23584 .
23585  To change a note to text, press the backspace key when the cursor is in
23586  the first position of a note, or press the deletey key when the cursor
23587  is in the very last position of the note, respectively.
23588 \end_layout
23589
23590 \begin_layout Standard
23591 \begin_inset VSpace bigskip
23592 \end_inset
23593
23594 You can change the text color of the greyed out notes in the preamble with
23595  the following command:
23596 \end_layout
23597
23598 \begin_layout Standard
23599
23600 \series bold
23601
23602 \backslash
23603 renewenvironment{lyxgreyedout}
23604 \begin_inset Newline newline
23605 \end_inset
23606
23607
23608 \begin_inset ERT
23609 status collapsed
23610
23611 \begin_layout Plain Layout
23612
23613
23614 \backslash
23615 hphantom{ }
23616 \end_layout
23617
23618 \end_inset
23619
23620 {
23621 \backslash
23622 textcolor{color}
23623 \backslash
23624 bgroup}{
23625 \backslash
23626 egroup}
23627 \end_layout
23628
23629 \begin_layout Standard
23630 The available colors and the method to define own colors is explained in
23631  section
23632 \begin_inset space ~
23633 \end_inset
23634
23635
23636 \begin_inset CommandInset ref
23637 LatexCommand ref
23638 reference "sec:Colored-Tables"
23639
23640 \end_inset
23641
23642 .
23643 \end_layout
23644
23645 \begin_layout Standard
23646 Notes that appear in blue in this document are set using greyed out notes
23647  with blue text.
23648 \end_layout
23649
23650 \begin_layout Standard
23651 \begin_inset VSpace bigskip
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \begin_layout Standard
23658 The text style of 
23659 \family sans
23660 Framed
23661 \family default
23662  and 
23663 \family sans
23664 Shaded
23665 \family default
23666  notes can be set in the 
23667 \family sans
23668 Text Style
23669 \family default
23670  dialog.
23671 \end_layout
23672
23673 \begin_layout Standard
23674 The default frame width for 
23675 \family sans
23676 Framed
23677 \family default
23678  notes is 0.4
23679 \begin_inset space \thinspace{}
23680 \end_inset
23681
23682 pt; it can be changed by changing the size 
23683 \series bold
23684
23685 \backslash
23686 FrameRule
23687 \series default
23688 .
23689  The default space between the note content and the frame is 9
23690 \begin_inset space \thinspace{}
23691 \end_inset
23692
23693 pt; it can be changed by changing the size 
23694 \series bold
23695
23696 \backslash
23697 FrameSep
23698 \series default
23699 .
23700  For example the frame appearance of the following 
23701 \family sans
23702 Framed
23703 \family default
23704  note is set with the TeX-Code commands
23705 \end_layout
23706
23707 \begin_layout Standard
23708
23709 \series bold
23710
23711 \backslash
23712 FrameRule 5pt 
23713 \backslash
23714 FrameSep 0.5cm
23715 \end_layout
23716
23717 \begin_layout Standard
23718 \begin_inset ERT
23719 status collapsed
23720
23721 \begin_layout Plain Layout
23722
23723
23724 \backslash
23725 FrameRule 5pt 
23726 \backslash
23727 FrameSep 0.5cm
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \begin_inset Box Framed
23734 position "t"
23735 hor_pos "c"
23736 has_inner_box 0
23737 inner_pos "t"
23738 use_parbox 0
23739 width "100col%"
23740 special "none"
23741 height "1in"
23742 height_special "totalheight"
23743 status open
23744
23745 \begin_layout Plain Layout
23746 This is text in a 
23747 \family sans
23748 Framed
23749 \family default
23750  note.
23751 \end_layout
23752
23753 \end_inset
23754
23755
23756 \begin_inset ERT
23757 status collapsed
23758
23759 \begin_layout Plain Layout
23760
23761
23762 \backslash
23763 FrameRule 0.4pt 
23764 \backslash
23765 FrameSep 9pt
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset VSpace bigskip
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \begin_layout Standard
23781 For 
23782 \family sans
23783 Shaded
23784 \family default
23785  notes the default space between the note content and the note border is
23786  3
23787 \begin_inset space \thinspace{}
23788 \end_inset
23789
23790 pt; it can be changed by changing the size 
23791 \series bold
23792
23793 \backslash
23794 fboxsep
23795 \series default
23796 .
23797 \begin_inset Newline newline
23798 \end_inset
23799
23800 The default background color red can be changed with the command 
23801 \series bold
23802
23803 \backslash
23804 definecolor{shadebox}
23805 \series default
23806 .
23807  The scheme of the 
23808 \series bold
23809
23810 \backslash
23811 definecolor
23812 \series default
23813  command is explained in section
23814 \begin_inset space ~
23815 \end_inset
23816
23817
23818 \begin_inset CommandInset ref
23819 LatexCommand ref
23820 reference "sec:Colored-Tables"
23821
23822 \end_inset
23823
23824
23825 \begin_inset Foot
23826 status collapsed
23827
23828 \begin_layout Plain Layout
23829 Note that 
23830 \series bold
23831
23832 \backslash
23833 def
23834 \series default
23835 \SpecialChar \textcompwordmark{}
23836
23837 \series bold
23838 inecolor
23839 \series default
23840  requires the LaTeX-package 
23841 \series bold
23842 color
23843 \series default
23844  in the preamble, see section
23845 \begin_inset space ~
23846 \end_inset
23847
23848
23849 \begin_inset CommandInset ref
23850 LatexCommand ref
23851 reference "sec:Colored-Boxes"
23852
23853 \end_inset
23854
23855 .
23856 \end_layout
23857
23858 \end_inset
23859
23860 .
23861 \end_layout
23862
23863 \begin_layout Standard
23864 For example the appearance of the following 
23865 \family sans
23866 Shaded
23867 \family default
23868  note is set with the TeX-Code commands
23869 \end_layout
23870
23871 \begin_layout Standard
23872
23873 \series bold
23874
23875 \backslash
23876 fboxsep 0.5cm
23877 \series default
23878
23879 \begin_inset Newline newline
23880 \end_inset
23881
23882
23883 \series bold
23884
23885 \backslash
23886 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23887 \end_layout
23888
23889 \begin_layout Standard
23890 \begin_inset ERT
23891 status collapsed
23892
23893 \begin_layout Plain Layout
23894
23895
23896 \backslash
23897 fboxsep 0.5cm
23898 \end_layout
23899
23900 \end_inset
23901
23902
23903 \begin_inset ERT
23904 status collapsed
23905
23906 \begin_layout Plain Layout
23907
23908
23909 \backslash
23910 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23911 \end_layout
23912
23913 \end_inset
23914
23915
23916 \begin_inset Box Shaded
23917 position "t"
23918 hor_pos "c"
23919 has_inner_box 0
23920 inner_pos "t"
23921 use_parbox 0
23922 width "100col%"
23923 special "none"
23924 height "1in"
23925 height_special "totalheight"
23926 status open
23927
23928 \begin_layout Plain Layout
23929
23930 \color yellow
23931 This is yellow text in a
23932 \color none
23933  
23934 \family sans
23935 \color yellow
23936 Shaded
23937 \family default
23938 \color none
23939  
23940 \color yellow
23941 note with darkgreen background.
23942 \end_layout
23943
23944 \end_inset
23945
23946
23947 \begin_inset ERT
23948 status collapsed
23949
23950 \begin_layout Plain Layout
23951
23952
23953 \backslash
23954 fboxsep 3pt
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \begin_inset ERT
23961 status collapsed
23962
23963 \begin_layout Plain Layout
23964
23965
23966 \backslash
23967 definecolor{shadecolor}{rgb}{1,0,0}
23968 \end_layout
23969
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \begin_layout Section
23976 Footnotes
23977 \begin_inset CommandInset label
23978 LatexCommand label
23979 name "sec:Footnotes"
23980
23981 \end_inset
23982
23983
23984 \begin_inset Index
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988 Notes ! Footnotes
23989 \end_layout
23990
23991 \end_inset
23992
23993
23994 \begin_inset Index
23995 status collapsed
23996
23997 \begin_layout Plain Layout
23998 Footnotes
23999 \end_layout
24000
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \begin_layout Standard
24007 Footnotes can be inserted using the toolbar button 
24008 \begin_inset Graphics
24009         filename ../images/footnote-insert.png
24010         scale 85
24011         scaleBeforeRotation
24012
24013 \end_inset
24014
24015  or the menu 
24016 \family sans
24017 Insert\SpecialChar \menuseparator
24018 Footnote
24019 \family default
24020 .
24021  
24022 \family roman
24023 \series medium
24024 \bar no
24025 You'll see
24026 \family default
24027 \series default
24028 \bar default
24029  then the following footnote-box: 
24030 \begin_inset Graphics
24031         filename clipart/footnoteQt4.png
24032         scale 80
24033         scaleBeforeRotation
24034
24035 \end_inset
24036
24037  
24038 \family roman
24039 \series medium
24040 \bar no
24041 where you can enter the footnote text.
24042  If you want to turn existing text into a footnote, mark it and click on
24043  the footnote
24044 \family default
24045 \series default
24046 \bar default
24047  toolbar 
24048 \family roman
24049 \series medium
24050 \bar no
24051 button
24052 \family default
24053 \series default
24054 \bar default
24055 .
24056  To change a 
24057 \family roman
24058 \series medium
24059 \bar no
24060 footnote
24061 \family default
24062 \series default
24063 \bar default
24064  to text, press the Backspace key when the cursor is in the first position
24065  of a 
24066 \family roman
24067 \series medium
24068 \bar no
24069 footnote
24070 \family default
24071 \series default
24072 \bar default
24073 , or press the Delete key when the cursor is in the very last position of
24074  the 
24075 \family roman
24076 \series medium
24077 \bar no
24078 footnote
24079 \family default
24080 \series default
24081 \bar default
24082 , respectively.
24083 \end_layout
24084
24085 \begin_layout Standard
24086 Here is an example footnote:
24087 \family roman
24088 \series medium
24089 \bar no
24090
24091 \begin_inset Foot
24092 status open
24093
24094 \begin_layout Plain Layout
24095 \begin_inset CommandInset label
24096 LatexCommand label
24097 name "foot:This-is-an"
24098
24099 \end_inset
24100
24101 This is an example footnote.
24102 \end_layout
24103
24104 \end_inset
24105
24106
24107 \family default
24108 \series default
24109 \bar default
24110
24111 \begin_inset ERT
24112 status collapsed
24113
24114 \begin_layout Plain Layout
24115
24116
24117 \backslash
24118 newcounter{MyRepeatFoot}
24119 \end_layout
24120
24121 \begin_layout Plain Layout
24122
24123
24124 \backslash
24125 setcounter{MyRepeatFoot}{
24126 \backslash
24127 thefootnote}
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \begin_layout Standard
24136 The footnote will appear in the output as a superscript number at the text
24137  position where the footnote box is placed.
24138  The footnote text is placed at the bottom of the current page.
24139  The footnote number is calculated by LaTeX, the numbers are consecutive.
24140  It depends on your document-class, if the footnote number is reset for
24141  every chapter.
24142 \end_layout
24143
24144 \begin_layout Standard
24145 Footnotes can be referenced like floats: Insert a label into the footnote
24146  and cross-reference this label in the text as described in section
24147 \begin_inset space ~
24148 \end_inset
24149
24150
24151 \begin_inset CommandInset ref
24152 LatexCommand ref
24153 reference "sec:Referencing-Floats"
24154
24155 \end_inset
24156
24157 .
24158 \begin_inset Newline newline
24159 \end_inset
24160
24161 This is a cross-reference of Footnote
24162 \begin_inset space ~
24163 \end_inset
24164
24165
24166 \begin_inset CommandInset ref
24167 LatexCommand ref
24168 reference "foot:This-is-an"
24169
24170 \end_inset
24171
24172 .
24173 \end_layout
24174
24175 \begin_layout Standard
24176 \begin_inset VSpace defskip
24177 \end_inset
24178
24179 To use footnotes within tables, you have to use minipages, see section
24180 \begin_inset space ~
24181 \end_inset
24182
24183
24184 \begin_inset CommandInset ref
24185 LatexCommand ref
24186 reference "sec:Minipages"
24187
24188 \end_inset
24189
24190 .
24191  Footnotes within longtables are described in section
24192 \begin_inset space ~
24193 \end_inset
24194
24195
24196 \begin_inset CommandInset ref
24197 LatexCommand ref
24198 reference "sub:Footnotes-in-Longtables"
24199
24200 \end_inset
24201
24202 .
24203 \end_layout
24204
24205 \begin_layout Standard
24206 \begin_inset VSpace defskip
24207 \end_inset
24208
24209 To create only a mark for a footnote, use the command 
24210 \series bold
24211
24212 \backslash
24213 footnotemark[number]
24214 \series default
24215  in TeX-Code.
24216  This is used when you have the same annotation several times in a text
24217  but doesn't want to print the footnote text every time.
24218 \begin_inset Newline newline
24219 \end_inset
24220
24221 As you don't know the number of the repeating footnote while you are writing
24222  the text, you have to store its number.
24223  For the following footnote mark example, these commands were inserted in
24224  TeX-Code behind Footnote
24225 \begin_inset space ~
24226 \end_inset
24227
24228
24229 \begin_inset CommandInset ref
24230 LatexCommand ref
24231 reference "foot:This-is-an"
24232
24233 \end_inset
24234
24235  to store the footnote number:
24236 \end_layout
24237
24238 \begin_layout Standard
24239
24240 \series bold
24241
24242 \backslash
24243 newcounter{MyRepeatFoot}
24244 \begin_inset Newline newline
24245 \end_inset
24246
24247
24248 \backslash
24249 setcounter{MyRepeatFoot}{
24250 \backslash
24251 thefootnote}
24252 \end_layout
24253
24254 \begin_layout Standard
24255 The footnote mark was then created with this command:
24256 \end_layout
24257
24258 \begin_layout Standard
24259
24260 \series bold
24261
24262 \backslash
24263 footnotemark[
24264 \backslash
24265 theMyRepeatFoot]
24266 \end_layout
24267
24268 \begin_layout Standard
24269 Here is an example footnote mark:
24270 \family roman
24271 \series medium
24272 \bar no
24273
24274 \begin_inset ERT
24275 status collapsed
24276
24277 \begin_layout Plain Layout
24278
24279
24280 \backslash
24281 footnotemark[
24282 \backslash
24283 theMyRepeatFoot]
24284 \end_layout
24285
24286 \end_inset
24287
24288
24289 \end_layout
24290
24291 \begin_layout Subsection
24292 Footnote Numbering
24293 \begin_inset CommandInset label
24294 LatexCommand label
24295 name "sub:Footnote-Numbering"
24296
24297 \end_inset
24298
24299
24300 \begin_inset Index
24301 status collapsed
24302
24303 \begin_layout Plain Layout
24304 Footnotes ! Numbering
24305 \end_layout
24306
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \begin_layout Standard
24313 To reset the footnote number back to 1 after each section
24314 \family roman
24315 , add this command to your document preamble:
24316 \end_layout
24317
24318 \begin_layout Standard
24319
24320 \series bold
24321
24322 \backslash
24323 @addtoreset{footnote}{section}
24324 \end_layout
24325
24326 \begin_layout Standard
24327 \begin_inset VSpace bigskip
24328 \end_inset
24329
24330 The following preamble command changes the footnote numbering style to small
24331  roman numerals:
24332 \end_layout
24333
24334 \begin_layout Standard
24335
24336 \series bold
24337
24338 \backslash
24339 renewcommand{
24340 \backslash
24341 thefootnote}{
24342 \backslash
24343 roman{footnote}}
24344 \end_layout
24345
24346 \begin_layout Standard
24347 \begin_inset ERT
24348 status collapsed
24349
24350 \begin_layout Plain Layout
24351
24352
24353 \backslash
24354 renewcommand{
24355 \backslash
24356 thefootnote}{
24357 \backslash
24358 roman{footnote}}
24359 \end_layout
24360
24361 \end_inset
24362
24363  This is a footnote with roman numbering:
24364 \begin_inset Foot
24365 status open
24366
24367 \begin_layout Plain Layout
24368 This is an example footnote with roman numbering.
24369 \end_layout
24370
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \begin_layout Standard
24377 To change the numbering style to capital roman numerals replace in the command
24378  above 
24379 \series bold
24380
24381 \backslash
24382 roman
24383 \series default
24384  by 
24385 \series bold
24386
24387 \backslash
24388 Roman
24389 \series default
24390 .
24391  To 
24392 \begin_inset Quotes eld
24393 \end_inset
24394
24395 number
24396 \begin_inset Quotes erd
24397 \end_inset
24398
24399  footnotes with capital or small Latin letters use 
24400 \series bold
24401
24402 \backslash
24403 Alph
24404 \series default
24405  or 
24406 \series bold
24407
24408 \backslash
24409 alph
24410 \series default
24411 , respectively.
24412  To 
24413 \begin_inset Quotes eld
24414 \end_inset
24415
24416 number
24417 \begin_inset Quotes erd
24418 \end_inset
24419
24420  footnotes with symbols use 
24421 \series bold
24422
24423 \backslash
24424 fnsymbol
24425 \series default
24426 .
24427 \end_layout
24428
24429 \begin_layout Standard
24430 \begin_inset Note Greyedout
24431 status open
24432
24433 \begin_layout Plain Layout
24434
24435 \series bold
24436 Note:
24437 \series default
24438  You can only number 26 footnotes with Latin letters, because this numbering
24439  is limited to single letters.
24440 \end_layout
24441
24442 \end_inset
24443
24444
24445 \begin_inset Newline newline
24446 \end_inset
24447
24448
24449 \begin_inset Note Greyedout
24450 status open
24451
24452 \begin_layout Plain Layout
24453
24454 \series bold
24455 Note:
24456 \series default
24457  You can only number 9 footnotes with symbols.
24458 \end_layout
24459
24460 \end_inset
24461
24462
24463 \end_layout
24464
24465 \begin_layout Standard
24466 To return to the default numbering style when you changed to another one,
24467  use 
24468 \series bold
24469
24470 \backslash
24471 arabic
24472 \series default
24473  instead of 
24474 \series bold
24475
24476 \backslash
24477 roman
24478 \series default
24479  in the command above.
24480 \begin_inset ERT
24481 status collapsed
24482
24483 \begin_layout Plain Layout
24484
24485
24486 \backslash
24487 renewcommand{
24488 \backslash
24489 thefootnote}{
24490 \backslash
24491 arabic{footnote}}
24492 \end_layout
24493
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \begin_layout Standard
24500 \begin_inset VSpace bigskip
24501 \end_inset
24502
24503
24504 \end_layout
24505
24506 \begin_layout Standard
24507 If you want to have footnotes numbered in the scheme 
24508 \begin_inset Quotes eld
24509 \end_inset
24510
24511 chapter.footnote
24512 \begin_inset Quotes erd
24513 \end_inset
24514
24515 , add the following command to your document preamble:
24516 \end_layout
24517
24518 \begin_layout Standard
24519
24520 \series bold
24521
24522 \backslash
24523 numberwithin{footnote}{chapter}
24524 \end_layout
24525
24526 \begin_layout Standard
24527 To be able to use the command 
24528 \series bold
24529
24530 \backslash
24531 numberwithin
24532 \series default
24533 , set in the tab 
24534 \family sans
24535 Math
24536 \begin_inset space ~
24537 \end_inset
24538
24539 Options
24540 \family default
24541  in the document settings the option 
24542 \family sans
24543 Use
24544 \begin_inset space ~
24545 \end_inset
24546
24547 AMS
24548 \begin_inset space ~
24549 \end_inset
24550
24551 math
24552 \begin_inset space ~
24553 \end_inset
24554
24555 package
24556 \family default
24557 .
24558 \end_layout
24559
24560 \begin_layout Standard
24561 \begin_inset ERT
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565
24566
24567 \backslash
24568 numberwithin{footnote}{chapter}
24569 \end_layout
24570
24571 \end_inset
24572
24573 This is another example footnote:
24574 \series bold
24575
24576 \begin_inset Foot
24577 status open
24578
24579 \begin_layout Plain Layout
24580 This is a footnote numbered in the scheme 
24581 \begin_inset Quotes eld
24582 \end_inset
24583
24584 chapter.footnote
24585 \begin_inset Quotes erd
24586 \end_inset
24587
24588 .
24589 \end_layout
24590
24591 \end_inset
24592
24593
24594 \series default
24595
24596 \begin_inset ERT
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600
24601
24602 \backslash
24603 renewcommand{
24604 \backslash
24605 thefootnote}{
24606 \backslash
24607 arabic{footnote}}
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 \begin_inset Note Greyedout
24617 status open
24618
24619 \begin_layout Plain Layout
24620
24621 \series bold
24622 Note:
24623 \series default
24624  
24625 \series bold
24626
24627 \backslash
24628 numberwithin
24629 \series default
24630  always prints out the footnote number as arabic number; previous redefinitions
24631  to get non-arabic numbers are overwritten.
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \end_layout
24638
24639 \begin_layout Standard
24640 So to get for example the scheme 
24641 \begin_inset Quotes eld
24642 \end_inset
24643
24644 chapter.
24645 \backslash
24646 Roman{footnote}
24647 \begin_inset Quotes erd
24648 \end_inset
24649
24650 , use this command instead of 
24651 \series bold
24652
24653 \backslash
24654 numberwithin
24655 \series default
24656 :
24657 \end_layout
24658
24659 \begin_layout Standard
24660
24661 \series bold
24662
24663 \backslash
24664 renewcommand{
24665 \backslash
24666 thefootnote}{
24667 \backslash
24668 thechapter.
24669 \backslash
24670 Roman{footnote}}
24671 \end_layout
24672
24673 \begin_layout Subsection
24674 Footnote Placement
24675 \begin_inset Index
24676 status collapsed
24677
24678 \begin_layout Plain Layout
24679 Footnotes ! Placement
24680 \end_layout
24681
24682 \end_inset
24683
24684
24685 \end_layout
24686
24687 \begin_layout Standard
24688 If you have several footnotes in one page, they appear without vertical
24689  space between them at the bottom of the page.
24690  To make them better readable you can e.
24691 \begin_inset space \thinspace{}
24692 \end_inset
24693
24694 g.
24695 \begin_inset space ~
24696 \end_inset
24697
24698 add 1.5
24699 \begin_inset space \thinspace{}
24700 \end_inset
24701
24702 mm space with the following preamble command:
24703 \end_layout
24704
24705 \begin_layout Standard
24706
24707 \series bold
24708
24709 \backslash
24710 let
24711 \backslash
24712 myFoot
24713 \backslash
24714 footnote
24715 \begin_inset Newline newline
24716 \end_inset
24717
24718
24719 \backslash
24720 renewcommand{
24721 \backslash
24722 footnote}[1]{
24723 \backslash
24724 myFoot{#1
24725 \backslash
24726 vspace{1.5mm}}}
24727 \end_layout
24728
24729 \begin_layout Standard
24730 \begin_inset VSpace bigskip
24731 \end_inset
24732
24733 In a two-column document the footnotes appear at the bottom of every column,
24734  see Figure
24735 \begin_inset space ~
24736 \end_inset
24737
24738
24739 \begin_inset CommandInset ref
24740 LatexCommand ref
24741 reference "fig:Standard-footnote-placement"
24742
24743 \end_inset
24744
24745 .
24746  If the footnotes should only appear at the bottom of the right column,
24747  as in Figure
24748 \begin_inset space ~
24749 \end_inset
24750
24751
24752 \begin_inset CommandInset ref
24753 LatexCommand ref
24754 reference "fig:Footnote-placement-in"
24755
24756 \end_inset
24757
24758 , use the LaTeX-package 
24759 \series bold
24760 ftnright
24761 \series default
24762
24763 \begin_inset Index
24764 status collapsed
24765
24766 \begin_layout Plain Layout
24767 LaTeX-packages ! ftnright
24768 \end_layout
24769
24770 \end_inset
24771
24772  with this command in the document preamble:
24773 \end_layout
24774
24775 \begin_layout Standard
24776
24777 \series bold
24778
24779 \backslash
24780 usepackage{ftnright}
24781 \end_layout
24782
24783 \begin_layout Standard
24784 \begin_inset Float figure
24785 placement !h
24786 wide false
24787 sideways false
24788 status open
24789
24790 \begin_layout Plain Layout
24791 \begin_inset ERT
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795
24796
24797 \backslash
24798 framebox{
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \begin_inset Graphics
24805         filename clipart/without_fntright.pdf
24806         width 100col%
24807         scaleBeforeRotation
24808
24809 \end_inset
24810
24811
24812 \begin_inset ERT
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816
24817 }
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Plain Layout
24826 \begin_inset Caption
24827
24828 \begin_layout Plain Layout
24829 \begin_inset CommandInset label
24830 LatexCommand label
24831 name "fig:Standard-footnote-placement"
24832
24833 \end_inset
24834
24835 Standard footnote placement in two-column documents.
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 \begin_inset Float figure
24850 placement !h
24851 wide false
24852 sideways false
24853 status open
24854
24855 \begin_layout Plain Layout
24856 \begin_inset ERT
24857 status collapsed
24858
24859 \begin_layout Plain Layout
24860
24861
24862 \backslash
24863 framebox{
24864 \end_layout
24865
24866 \end_inset
24867
24868
24869 \begin_inset Graphics
24870         filename clipart/with_fntright.pdf
24871         width 100col%
24872         scaleBeforeRotation
24873
24874 \end_inset
24875
24876
24877 \begin_inset ERT
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881
24882 }
24883 \end_layout
24884
24885 \end_inset
24886
24887
24888 \end_layout
24889
24890 \begin_layout Plain Layout
24891 \begin_inset Caption
24892
24893 \begin_layout Plain Layout
24894 \begin_inset CommandInset label
24895 LatexCommand label
24896 name "fig:Footnote-placement-in"
24897
24898 \end_inset
24899
24900 Footnote placement in two-column documents when the LaTeX-package 
24901 \series bold
24902 ftnright
24903 \series default
24904  is used.
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 \begin_inset VSpace bigskip
24919 \end_inset
24920
24921 In some scientific literature it is usual to collect the footnotes and print
24922  them in a separate paragraph at the the end of a section, like in Figure
24923 \begin_inset space ~
24924 \end_inset
24925
24926
24927 \begin_inset CommandInset ref
24928 LatexCommand ref
24929 reference "fig:Endnotes----footnotes"
24930
24931 \end_inset
24932
24933 .
24934  They are then so called 
24935 \begin_inset Quotes eld
24936 \end_inset
24937
24938 endnotes
24939 \begin_inset Quotes erd
24940 \end_inset
24941
24942 .
24943 \begin_inset Index
24944 status collapsed
24945
24946 \begin_layout Plain Layout
24947 Endnotes
24948 \end_layout
24949
24950 \end_inset
24951
24952  To use endnotes instead of footnotes in your document, load the LaTeX-package
24953  
24954 \series bold
24955 endnotes
24956 \series default
24957
24958 \begin_inset Index
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962 LaTeX-packages ! endnotes
24963 \end_layout
24964
24965 \end_inset
24966
24967  with the document preamble lines
24968 \end_layout
24969
24970 \begin_layout Standard
24971
24972 \series bold
24973
24974 \backslash
24975 usepackage{endnotes}
24976 \begin_inset Newline newline
24977 \end_inset
24978
24979
24980 \backslash
24981 let
24982 \backslash
24983 footnote
24984 \backslash
24985 endnote
24986 \end_layout
24987
24988 \begin_layout Standard
24989 To insert the collected footnotes, insert the command
24990 \end_layout
24991
24992 \begin_layout Standard
24993
24994 \series bold
24995
24996 \backslash
24997 theendnotes
24998 \end_layout
24999
25000 \begin_layout Standard
25001 in TeX-Code at the the end of a section or chapter.
25002 \end_layout
25003
25004 \begin_layout Standard
25005 \begin_inset Float figure
25006 wide false
25007 sideways false
25008 status open
25009
25010 \begin_layout Plain Layout
25011 \align center
25012 \begin_inset ERT
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016
25017
25018 \backslash
25019 framebox{
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \begin_inset Graphics
25026         filename clipart/endnotes.pdf
25027         scaleBeforeRotation
25028
25029 \end_inset
25030
25031
25032 \begin_inset ERT
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036
25037 }
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Plain Layout
25046 \begin_inset Caption
25047
25048 \begin_layout Plain Layout
25049 \begin_inset CommandInset label
25050 LatexCommand label
25051 name "fig:Endnotes----footnotes"
25052
25053 \end_inset
25054
25055 Endnotes -- footnotes are printed in a separate paragraph at the end of
25056  sections or chapters.
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \begin_layout Standard
25070 \begin_inset VSpace medskip
25071 \end_inset
25072
25073 The paragraph heading for the endnotes isn't automatically translated into
25074  the document language, this must be done manually.
25075  The following preamble command translate the default English name 
25076 \begin_inset Quotes eld
25077 \end_inset
25078
25079 Notes
25080 \begin_inset Quotes erd
25081 \end_inset
25082
25083  to the German translation 
25084 \begin_inset Quotes eld
25085 \end_inset
25086
25087 Anmerkungen
25088 \begin_inset Quotes erd
25089 \end_inset
25090
25091 :
25092 \end_layout
25093
25094 \begin_layout Standard
25095
25096 \series bold
25097
25098 \backslash
25099 renewcommand{
25100 \backslash
25101 notesname}{Anmerkungen}
25102 \end_layout
25103
25104 \begin_layout Standard
25105 \begin_inset VSpace medskip
25106 \end_inset
25107
25108 The numbering of endnotes can be changed like the footnote numbering as
25109  described in section
25110 \begin_inset space ~
25111 \end_inset
25112
25113
25114 \begin_inset CommandInset ref
25115 LatexCommand ref
25116 reference "sub:Footnote-Numbering"
25117
25118 \end_inset
25119
25120 ; just replace the command 
25121 \series bold
25122
25123 \backslash
25124 thefootnote
25125 \series default
25126  by 
25127 \series bold
25128
25129 \backslash
25130 theendnote
25131 \series default
25132 .
25133  To reset the endnote number use the command 
25134 \series bold
25135
25136 \backslash
25137 @addtoreset
25138 \series default
25139  as described in section
25140 \begin_inset space ~
25141 \end_inset
25142
25143
25144 \begin_inset CommandInset ref
25145 LatexCommand ref
25146 reference "sub:Footnote-Numbering"
25147
25148 \end_inset
25149
25150  and replace the command parameter 
25151 \series bold
25152 footnote
25153 \series default
25154  by 
25155 \series bold
25156 endnote
25157 \series default
25158 .
25159 \end_layout
25160
25161 \begin_layout Standard
25162 To create only a mark for an endnote, use the command 
25163 \series bold
25164
25165 \backslash
25166 endnotemark[number]
25167 \series default
25168  similar to the command 
25169 \series bold
25170
25171 \backslash
25172 footnotemark
25173 \series default
25174 , described in section
25175 \begin_inset space ~
25176 \end_inset
25177
25178
25179 \begin_inset CommandInset ref
25180 LatexCommand ref
25181 reference "sec:Footnotes"
25182
25183 \end_inset
25184
25185 .
25186 \end_layout
25187
25188 \begin_layout Standard
25189 \begin_inset VSpace bigskip
25190 \end_inset
25191
25192 Footnotes can also be placed in the page margin and the footnote text alignment
25193  can be changed, see the LaTeX-package 
25194 \series bold
25195 footmisc
25196 \series default
25197
25198 \begin_inset Index
25199 status collapsed
25200
25201 \begin_layout Plain Layout
25202 LaTeX-packages ! footmisc
25203 \end_layout
25204
25205 \end_inset
25206
25207
25208 \begin_inset CommandInset citation
25209 LatexCommand cite
25210 key "footmisc"
25211
25212 \end_inset
25213
25214  for more information about this.
25215 \end_layout
25216
25217 \begin_layout Standard
25218 For various further footnote formatting issues have a look at LaTeX-books,
25219  
25220 \begin_inset CommandInset citation
25221 LatexCommand cite
25222 key "latexcompanion,latexguide,latexbook"
25223
25224 \end_inset
25225
25226 .
25227 \end_layout
25228
25229 \begin_layout Section
25230 Margin Notes
25231 \begin_inset Index
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235 Notes ! Margin Notes
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \begin_layout Standard
25244 Margin notes look and behave in LyX like footnotes.
25245  They are inserted via the menu 
25246 \family sans
25247 Insert\SpecialChar \menuseparator
25248 Marginal
25249 \begin_inset space ~
25250 \end_inset
25251
25252 Note
25253 \family default
25254  or the toolbar button 
25255 \begin_inset Graphics
25256         filename ../images/marginalnote-insert.png
25257         scale 85
25258         scaleBeforeRotation
25259
25260 \end_inset
25261
25262 .
25263  A grey 
25264 \family roman
25265 \series medium
25266 box with the
25267 \family default
25268 \series default
25269  red 
25270 \family roman
25271 \series medium
25272 label 
25273 \begin_inset Quotes eld
25274 \end_inset
25275
25276 margin
25277 \begin_inset Quotes erd
25278 \end_inset
25279
25280  appears where you can enter the text of the margin note.
25281 \end_layout
25282
25283 \begin_layout Standard
25284 At the side is an example margin note.
25285
25286 \family roman
25287 \series medium
25288  
25289 \begin_inset Marginal
25290 status open
25291
25292 \begin_layout Plain Layout
25293 This is a margin note.
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \begin_layout Standard
25302 Margin notes appear at the right side in single-sided documents.
25303  In double-sided documents they appear in the outer margin -- left on even
25304  pages, right on odd pages.
25305  The text of margin notes is aligned opposite to the outer margin -- right-align
25306 ed when the note appears in the left margin.
25307  The first line of the margin note is placed at the position of the text
25308  line where it is inserted in the document.
25309 \end_layout
25310
25311 \begin_layout Standard
25312 \begin_inset VSpace bigskip
25313 \end_inset
25314
25315 To place the margin note in the inner margin, add the command
25316 \end_layout
25317
25318 \begin_layout Standard
25319
25320 \series bold
25321
25322 \backslash
25323 reversemarginpar
25324 \end_layout
25325
25326 \begin_layout Standard
25327 in TeX-Code before a margin note.
25328  The new placement is valid for all following margin notes.
25329  
25330 \begin_inset ERT
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334
25335
25336 \backslash
25337 reversemarginpar 
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \begin_inset Marginal
25344 status open
25345
25346 \begin_layout Plain Layout
25347 This is a margin note in the inner margin.
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \series bold
25354
25355 \begin_inset Newline newline
25356 \end_inset
25357
25358
25359 \series default
25360
25361 \begin_inset Note Greyedout
25362 status open
25363
25364 \begin_layout Plain Layout
25365
25366 \series bold
25367 Note:
25368 \series default
25369  There is often not enough space in the inner margin so that the notes are
25370  not correctly displayed in the output.
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Standard
25379 To return to the default placement insert the command
25380 \end_layout
25381
25382 \begin_layout Standard
25383
25384 \series bold
25385
25386 \backslash
25387 normalmarginpar
25388 \end_layout
25389
25390 \begin_layout Standard
25391 in TeX-Code.
25392 \begin_inset ERT
25393 status collapsed
25394
25395 \begin_layout Plain Layout
25396
25397
25398 \backslash
25399 normalmarginpar 
25400 \end_layout
25401
25402 \end_inset
25403
25404  
25405 \begin_inset Note Greyedout
25406 status open
25407
25408 \begin_layout Plain Layout
25409
25410 \series bold
25411 Note:
25412 \series default
25413  The command is ignored when it is within a paragraph where also the command
25414  
25415 \series bold
25416
25417 \backslash
25418 reversemarginpar
25419 \series default
25420  is inserted.
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Standard
25429 \begin_inset VSpace bigskip
25430 \end_inset
25431
25432
25433 \family roman
25434 \series medium
25435
25436 \begin_inset Marginal
25437 status open
25438
25439 \begin_layout Plain Layout
25440 AVeryLongMarginParWord that isn't hyphenated.
25441 \end_layout
25442
25443 \end_inset
25444
25445
25446 \family default
25447 \series default
25448  Similar to the case described in section
25449 \begin_inset space ~
25450 \end_inset
25451
25452
25453 \begin_inset CommandInset ref
25454 LatexCommand ref
25455 reference "sub:Multiple-Lines-in"
25456
25457 \end_inset
25458
25459 , long words cannot be hyphenated when they are the first word in a margin
25460  note.
25461  To avoid this, insert 0
25462 \begin_inset space \thinspace{}
25463 \end_inset
25464
25465 pt horizontal space before the word
25466 \family roman
25467 \series medium
25468 .
25469  
25470 \begin_inset Marginal
25471 status open
25472
25473 \begin_layout Plain Layout
25474 \begin_inset space \hspace*{}
25475 \length 0pt
25476 \end_inset
25477
25478 AVeryLongMarginParWord that is hyphenated.
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 \begin_inset VSpace bigskip
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \begin_layout Standard
25494 \begin_inset Note Greyedout
25495 status open
25496
25497 \begin_layout Plain Layout
25498
25499 \series bold
25500 Note:
25501 \series default
25502  Margin notes can normally not be used inside tables, floats, and footnotes.
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \begin_layout Standard
25511 \begin_inset VSpace bigskip
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \begin_layout Standard
25518 \begin_inset ERT
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522
25523
25524 \backslash
25525 ifmarginnote
25526 \end_layout
25527
25528 \end_inset
25529
25530
25531 \begin_inset Note Note
25532 status open
25533
25534 \begin_layout Plain Layout
25535 The following section will only be displayed when the LaTeX-package 
25536 \series bold
25537 marginnote
25538 \series default
25539  is installed.
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Standard
25548 This restriction can be evaded by using the LaTeX-package 
25549 \series bold
25550 marginnote
25551 \series default
25552
25553 \begin_inset Index
25554 status collapsed
25555
25556 \begin_layout Plain Layout
25557 LaTeX-packages ! marginnote
25558 \end_layout
25559
25560 \end_inset
25561
25562 .
25563  By adding these two lines to your document preamble, the command used by
25564  LyX for margin notes is redefined to use the command provided by the 
25565 \series bold
25566 marginnote
25567 \series default
25568 -package:
25569 \end_layout
25570
25571 \begin_layout Standard
25572
25573 \series bold
25574
25575 \backslash
25576 usepackage{marginnote}
25577 \begin_inset Newline newline
25578 \end_inset
25579
25580
25581 \backslash
25582 let
25583 \backslash
25584 marginpar
25585 \backslash
25586 marginnote
25587 \end_layout
25588
25589 \begin_layout Standard
25590 This is also used in this document because 
25591 \series bold
25592 marginnote
25593 \series default
25594  has another useful feature: You can set a vertical offset for the note.
25595  This is often needed when too many margin notes are too close together
25596  or for a better page layout.
25597  The offset is set in LyX as TeX-Code directly behind the margin note in
25598  the scheme
25599 \end_layout
25600
25601 \begin_layout Standard
25602
25603 \series bold
25604 [offset]
25605 \end_layout
25606
25607 \begin_layout Standard
25608 where the offset is a length with one of the units listed in Table
25609 \begin_inset space ~
25610 \end_inset
25611
25612
25613 \begin_inset CommandInset ref
25614 LatexCommand ref
25615 reference "tab:Units"
25616
25617 \end_inset
25618
25619 .
25620  A negative value shifts the note up, a positive value shifts it down.
25621  
25622 \family roman
25623 \series medium
25624 For example the margin note beside this text line is shifted up 1.5
25625 \begin_inset space \thinspace{}
25626 \end_inset
25627
25628 cm with the TeX-Code-command 
25629 \begin_inset Quotes eld
25630 \end_inset
25631
25632
25633 \family default
25634 \series bold
25635 [-1.5cm]
25636 \family roman
25637 \series medium
25638
25639 \begin_inset Quotes erd
25640 \end_inset
25641
25642
25643 \begin_inset Marginal
25644 status open
25645
25646 \begin_layout Plain Layout
25647 This margin note is shifted up 1.5
25648 \begin_inset space \thinspace{}
25649 \end_inset
25650
25651 cm from its original position.
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \family default
25658 \series default
25659
25660 \begin_inset ERT
25661 status collapsed
25662
25663 \begin_layout Plain Layout
25664
25665 [-1.5cm]
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674 \begin_inset VSpace medskip
25675 \end_inset
25676
25677 With 
25678 \series bold
25679 marginnote
25680 \series default
25681  you can also change the alignment of the text in the margin note.
25682  For example the commands
25683 \end_layout
25684
25685 \begin_layout Standard
25686
25687 \series bold
25688
25689 \backslash
25690 renewcommand*{
25691 \backslash
25692 raggedleftmarginnote}{
25693 \backslash
25694 centering}
25695 \begin_inset Newline newline
25696 \end_inset
25697
25698
25699 \backslash
25700 renewcommand*{
25701 \backslash
25702 raggedrightmarginnote}{
25703 \backslash
25704 centering}
25705 \end_layout
25706
25707 \begin_layout Standard
25708 set the alignment to centered.
25709  
25710 \series bold
25711
25712 \backslash
25713 raggedleftmarginnote
25714 \series default
25715  denotes margin notes that appear at the left side.
25716 \family roman
25717 \series medium
25718
25719 \begin_inset ERT
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723
25724
25725 \backslash
25726 renewcommand*{
25727 \backslash
25728 raggedleftmarginnote}{
25729 \backslash
25730 centering}
25731 \end_layout
25732
25733 \begin_layout Plain Layout
25734
25735
25736 \backslash
25737 renewcommand*{
25738 \backslash
25739 raggedrightmarginnote}{
25740 \backslash
25741 centering}
25742 \end_layout
25743
25744 \end_inset
25745
25746
25747 \begin_inset Marginal
25748 status open
25749
25750 \begin_layout Plain Layout
25751 The text of this margin note is centered.
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \family default
25758 \series default
25759  The default is
25760 \end_layout
25761
25762 \begin_layout Standard
25763
25764 \series bold
25765
25766 \backslash
25767 renewcommand*{
25768 \backslash
25769 raggedleftmarginnote}{
25770 \backslash
25771 raggedleft}
25772 \begin_inset Newline newline
25773 \end_inset
25774
25775
25776 \backslash
25777 renewcommand*{
25778 \backslash
25779 raggedrightmarginnote}{
25780 \backslash
25781 raggedright}
25782 \family roman
25783 \series medium
25784
25785 \begin_inset ERT
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789
25790
25791 \backslash
25792 renewcommand*{
25793 \backslash
25794 raggedleftmarginnote}{
25795 \backslash
25796 raggedleft}
25797 \end_layout
25798
25799 \begin_layout Plain Layout
25800
25801
25802 \backslash
25803 renewcommand*{
25804 \backslash
25805 raggedrightmarginnote}{
25806 \backslash
25807 raggedright}
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \end_layout
25814
25815 \begin_layout Standard
25816 \begin_inset VSpace medskip
25817 \end_inset
25818
25819 For the other features of 
25820 \series bold
25821 marginnote
25822 \series default
25823  we refer to its documentation 
25824 \begin_inset CommandInset citation
25825 LatexCommand cite
25826 key "marginnote"
25827
25828 \end_inset
25829
25830 .
25831 \end_layout
25832
25833 \begin_layout Standard
25834 \begin_inset VSpace bigskip
25835 \end_inset
25836
25837 You can adjust the layout of margin notes by changing its definition.
25838  To create for example a header for all margin notes with the underlined,
25839  sans-serif, and bold header text 
25840 \begin_inset Quotes eld
25841 \end_inset
25842
25843
25844 \family sans
25845 \series bold
25846 \bar under
25847 Attention!
25848 \family default
25849 \series default
25850 \bar default
25851
25852 \begin_inset Quotes erd
25853 \end_inset
25854
25855 , add this to your document preamble:
25856 \end_layout
25857
25858 \begin_layout Standard
25859
25860 \series bold
25861
25862 \backslash
25863 let
25864 \backslash
25865 myMarginpar
25866 \backslash
25867 marginpar
25868 \begin_inset Newline newline
25869 \end_inset
25870
25871
25872 \backslash
25873 renewcommand{
25874 \backslash
25875 marginpar}[1]{
25876 \backslash
25877 myMarginpar{%
25878 \begin_inset Newline newline
25879 \end_inset
25880
25881
25882 \begin_inset ERT
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886
25887
25888 \backslash
25889 hphantom{ }
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \backslash
25896 hspace{0pt}
25897 \backslash
25898 textsf{
25899 \backslash
25900 textbf{
25901 \backslash
25902 underbar{Attention!}}}%
25903 \begin_inset Newline newline
25904 \end_inset
25905
25906
25907 \begin_inset ERT
25908 status collapsed
25909
25910 \begin_layout Plain Layout
25911
25912
25913 \backslash
25914 hphantom{ }
25915 \end_layout
25916
25917 \end_inset
25918
25919
25920 \backslash
25921 vspace{1.5mm}
25922 \backslash
25923
25924 \backslash
25925 #1}}
25926 \end_layout
25927
25928 \begin_layout Standard
25929
25930 \family roman
25931 \series medium
25932 \begin_inset ERT
25933 status collapsed
25934
25935 \begin_layout Plain Layout
25936
25937
25938 \backslash
25939 let
25940 \backslash
25941 myMarginpar
25942 \backslash
25943 marginpar
25944 \end_layout
25945
25946 \begin_layout Plain Layout
25947
25948
25949 \backslash
25950 renewcommand{
25951 \backslash
25952 marginpar}[1]{
25953 \backslash
25954 myMarginpar{%
25955 \end_layout
25956
25957 \begin_layout Plain Layout
25958
25959    
25960 \backslash
25961 textsf{
25962 \backslash
25963 textbf{
25964 \backslash
25965 underbar{Attention!}}}%
25966 \end_layout
25967
25968 \begin_layout Plain Layout
25969
25970    
25971 \backslash
25972 vspace{1.5mm}
25973 \backslash
25974
25975 \backslash
25976 #1}}
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \begin_inset Marginal
25983 status open
25984
25985 \begin_layout Plain Layout
25986 This is a margin note with a defined heading.
25987 \end_layout
25988
25989 \end_inset
25990
25991
25992 \family default
25993 \series default
25994
25995 \begin_inset ERT
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999
26000 [-1.5cm]
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \family roman
26007 \series medium
26008
26009 \begin_inset ERT
26010 status collapsed
26011
26012 \begin_layout Plain Layout
26013
26014
26015 \backslash
26016 renewcommand{
26017 \backslash
26018 marginpar}[1]{
26019 \backslash
26020 myMarginpar{#1}}
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \family default
26027 \series default
26028
26029 \begin_inset Note Note
26030 status collapsed
26031
26032 \begin_layout Plain Layout
26033 The margin note format is changed only for this example.
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \begin_layout Standard
26042 \begin_inset ERT
26043 status collapsed
26044
26045 \begin_layout Plain Layout
26046
26047
26048 \backslash
26049 else
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \begin_inset Note Note
26056 status open
26057
26058 \begin_layout Plain Layout
26059 The following will be displayed when the LaTeX-package 
26060 \series bold
26061 marginnote
26062 \series default
26063  is not installed:
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \begin_layout Standard
26072 You need to install the LaTeX-package 
26073 \series bold
26074 marginnote
26075 \series default
26076  to see the following part of this section in the output.
26077 \end_layout
26078
26079 \begin_layout Standard
26080 \begin_inset ERT
26081 status collapsed
26082
26083 \begin_layout Plain Layout
26084
26085
26086 \backslash
26087 fi
26088 \end_layout
26089
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \begin_layout Chapter
26096 Boxes
26097 \end_layout
26098
26099 \begin_layout Section
26100 Introduction
26101 \begin_inset Index
26102 status collapsed
26103
26104 \begin_layout Plain Layout
26105 Boxes ! Introduction
26106 \end_layout
26107
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \begin_layout Standard
26114 Boxes are used to format a block of text.
26115  Boxes can be used to write documents with multiple languages, see section
26116 \begin_inset space ~
26117 \end_inset
26118
26119
26120 \begin_inset CommandInset ref
26121 LatexCommand ref
26122 reference "sec:Minipages"
26123
26124 \end_inset
26125
26126 , to frame texts, see section
26127 \begin_inset space ~
26128 \end_inset
26129
26130
26131 \begin_inset CommandInset ref
26132 LatexCommand ref
26133 reference "sec:Framed-Boxes"
26134
26135 \end_inset
26136
26137 , to prevent words to be hyphenated, see section
26138 \begin_inset space ~
26139 \end_inset
26140
26141
26142 \begin_inset CommandInset ref
26143 LatexCommand ref
26144 reference "sec:Prevent-Hyphenation"
26145
26146 \end_inset
26147
26148 , to align text, see section
26149 \begin_inset space ~
26150 \end_inset
26151
26152
26153 \begin_inset CommandInset ref
26154 LatexCommand ref
26155 reference "sub:Vertical-Alignment"
26156
26157 \end_inset
26158
26159 , or to set the background color of texts, see section
26160 \begin_inset space ~
26161 \end_inset
26162
26163
26164 \begin_inset CommandInset ref
26165 LatexCommand ref
26166 reference "sec:Colored-Boxes"
26167
26168 \end_inset
26169
26170 .
26171 \end_layout
26172
26173 \begin_layout Standard
26174 Boxes can be inserted with the menu 
26175 \family sans
26176 Insert\SpecialChar \menuseparator
26177 Box
26178 \family default
26179  or the toolbar button 
26180 \begin_inset Graphics
26181         filename ../images/box-insert.png
26182         scale 85
26183         scaleBeforeRotation
26184
26185 \end_inset
26186
26187 .
26188  A grey box with the label 
26189 \family sans
26190 Box (Minipage)
26191 \family default
26192
26193 \begin_inset Graphics
26194         filename clipart/BoxInsetDefaultQt4.png
26195         scale 85
26196         scaleBeforeRotation
26197
26198 \end_inset
26199
26200 , will be inserted.
26201  The box type can be specified by right-clicking on the box.
26202  The appearing box dialog offers the 
26203 \family sans
26204 Inner
26205 \begin_inset space ~
26206 \end_inset
26207
26208 Box
26209 \family default
26210  types 
26211 \family sans
26212 Parbox
26213 \family default
26214  and 
26215 \family sans
26216 Minipage
26217 \family default
26218 .
26219  The type 
26220 \family sans
26221 Minipage
26222 \family default
26223  is the default for new boxes and is explained in section
26224 \begin_inset space ~
26225 \end_inset
26226
26227
26228 \begin_inset CommandInset ref
26229 LatexCommand ref
26230 reference "sec:Minipages"
26231
26232 \end_inset
26233
26234 ; the type 
26235 \family sans
26236 Parbox
26237 \family default
26238  is described in section
26239 \begin_inset space ~
26240 \end_inset
26241
26242
26243 \begin_inset CommandInset ref
26244 LatexCommand ref
26245 reference "sec:Parboxes"
26246
26247 \end_inset
26248
26249 .
26250 \end_layout
26251
26252 \begin_layout Standard
26253 Boxes aren't numbered and can therefore not be referenced like floats or
26254  footnotes.
26255 \end_layout
26256
26257 \begin_layout Standard
26258 \begin_inset Note Greyedout
26259 status open
26260
26261 \begin_layout Plain Layout
26262
26263 \series bold
26264 Note:
26265 \series default
26266  Boxes must not be the item in an 
26267 \family sans
26268 Itemize
26269 \family default
26270  or 
26271 \family sans
26272 Description
26273 \family default
26274  environment.
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \begin_layout Standard
26283 \begin_inset Note Greyedout
26284 status open
26285
26286 \begin_layout Plain Layout
26287
26288 \series bold
26289 Note:
26290 \series default
26291  For an unknown reason you can only set the 
26292 \family sans
26293 Inner
26294 \begin_inset space ~
26295 \end_inset
26296
26297 Box
26298 \family default
26299  type to 
26300 \family sans
26301 None
26302 \family default
26303  when you use a framed box.
26304  Boxes without an 
26305 \family sans
26306 Inner
26307 \begin_inset space ~
26308 \end_inset
26309
26310 Box
26311 \family default
26312  type and without frames are explained in section
26313 \begin_inset space ~
26314 \end_inset
26315
26316
26317 \begin_inset CommandInset ref
26318 LatexCommand ref
26319 reference "sec:Prevent-Hyphenation"
26320
26321 \end_inset
26322
26323 .
26324 \end_layout
26325
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \begin_layout Section
26332 Box Dialog
26333 \begin_inset CommandInset label
26334 LatexCommand label
26335 name "sec:Box-Dialog"
26336
26337 \end_inset
26338
26339
26340 \begin_inset Index
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344 Boxes ! Box Dialog
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \begin_layout Subsection
26353 Size
26354 \begin_inset Index
26355 status collapsed
26356
26357 \begin_layout Plain Layout
26358 Boxes ! Size
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \begin_layout Standard
26367 In the box dialog you can adjust the box geometry in the fields 
26368 \family sans
26369 Width
26370 \family default
26371  and 
26372 \family sans
26373 Height
26374 \family default
26375 .
26376  The available units for the geometry are explained in Table
26377 \begin_inset space ~
26378 \end_inset
26379
26380
26381 \begin_inset CommandInset ref
26382 LatexCommand ref
26383 reference "tab:Units"
26384
26385 \end_inset
26386
26387 .
26388  The field 
26389 \family sans
26390 Heigth
26391 \family default
26392  offers the following additional sizes:
26393 \end_layout
26394
26395 \begin_layout Description
26396 Depth This is the plain text 
26397 \begin_inset Quotes eld
26398 \end_inset
26399
26400 height
26401 \begin_inset Quotes erd
26402 \end_inset
26403
26404 .
26405  It ignores the total depth when there are multiple text lines in the box:
26406 \begin_inset Newline newline
26407 \end_inset
26408
26409
26410 \begin_inset Newline newline
26411 \end_inset
26412
26413
26414 \begin_inset Newline newline
26415 \end_inset
26416
26417
26418 \begin_inset Box Boxed
26419 position "c"
26420 hor_pos "c"
26421 has_inner_box 1
26422 inner_pos "c"
26423 use_parbox 0
26424 width "12col%"
26425 special "none"
26426 height "1in"
26427 height_special "depth"
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 \align center
26432 Box height set to 1
26433 \begin_inset space \thinspace{}
26434 \end_inset
26435
26436 Depth
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \begin_inset Newline newline
26443 \end_inset
26444
26445
26446 \begin_inset Newline newline
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \begin_layout Description
26453 Height This is the heigth of the text that is inside the box.
26454  A value of e.
26455 \begin_inset space \thinspace{}
26456 \end_inset
26457
26458 g.
26459 \begin_inset space ~
26460 \end_inset
26461
26462 2 for this size will set the box heigth to 2 times the text height: 
26463 \begin_inset Box Boxed
26464 position "c"
26465 hor_pos "c"
26466 has_inner_box 1
26467 inner_pos "c"
26468 use_parbox 0
26469 width "20col%"
26470 special "none"
26471 height "2in"
26472 height_special "height"
26473 status collapsed
26474
26475 \begin_layout Plain Layout
26476 \align center
26477 Box height set to 2
26478 \begin_inset space \thinspace{}
26479 \end_inset
26480
26481 Height
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \begin_layout Description
26490 Total
26491 \begin_inset space ~
26492 \end_inset
26493
26494 Height This is the Height
26495 \begin_inset space \thinspace{}
26496 \end_inset
26497
26498 +
26499 \begin_inset space \thinspace{}
26500 \end_inset
26501
26502 Depth: 
26503 \begin_inset Box Boxed
26504 position "c"
26505 hor_pos "c"
26506 has_inner_box 1
26507 inner_pos "c"
26508 use_parbox 0
26509 width "20col%"
26510 special "none"
26511 height "1in"
26512 height_special "totalheight"
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516 \align center
26517 Box height set to 1
26518 \begin_inset space \thinspace{}
26519 \end_inset
26520
26521 Total
26522 \begin_inset space ~
26523 \end_inset
26524
26525 Height
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Description
26534 Width This sets the width of the box as heigth: 
26535 \begin_inset Box Boxed
26536 position "c"
26537 hor_pos "c"
26538 has_inner_box 1
26539 inner_pos "c"
26540 use_parbox 0
26541 width "12col%"
26542 special "none"
26543 height "1in"
26544 height_special "width"
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548 \align center
26549 Box height set to 1
26550 \begin_inset space \thinspace{}
26551 \end_inset
26552
26553 Width
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \begin_layout Subsection
26562 Alignment
26563 \begin_inset Index
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567 Boxes ! Alignment
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Standard
26576 When you have chosen an 
26577 \family sans
26578 Inner
26579 \begin_inset space ~
26580 \end_inset
26581
26582 Box
26583 \family default
26584 , the vertical box alignment can be:
26585 \end_layout
26586
26587 \begin_layout Description
26588 Top This is an example text line.
26589  
26590 \begin_inset Box Boxed
26591 position "t"
26592 hor_pos "c"
26593 has_inner_box 1
26594 inner_pos "c"
26595 use_parbox 0
26596 width "12col%"
26597 special "none"
26598 height "1in"
26599 height_special "totalheight"
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603 \align center
26604 This box is top-aligned.
26605 \end_layout
26606
26607 \end_inset
26608
26609  This is an example text line.
26610 \end_layout
26611
26612 \begin_layout Description
26613 Middle This is an example text line.
26614  
26615 \begin_inset Box Boxed
26616 position "c"
26617 hor_pos "c"
26618 has_inner_box 1
26619 inner_pos "c"
26620 use_parbox 0
26621 width "12col%"
26622 special "none"
26623 height "1in"
26624 height_special "totalheight"
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628 \align center
26629 This box is middle-aligned.
26630 \end_layout
26631
26632 \end_inset
26633
26634  This is an example text line.
26635 \end_layout
26636
26637 \begin_layout Description
26638 Bottom This is an example text line.
26639  
26640 \begin_inset Box Boxed
26641 position "b"
26642 hor_pos "c"
26643 has_inner_box 1
26644 inner_pos "c"
26645 use_parbox 0
26646 width "12col%"
26647 special "none"
26648 height "1in"
26649 height_special "totalheight"
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653 \align center
26654 This box is bottom-aligned.
26655 \end_layout
26656
26657 \end_inset
26658
26659  This is an example text line.
26660 \end_layout
26661
26662 \begin_layout Standard
26663 \begin_inset Note Greyedout
26664 status open
26665
26666 \begin_layout Plain Layout
26667
26668 \series bold
26669 Note:
26670 \series default
26671  The vertical box aligment can be lost in the output when you have two boxes
26672  in a line and one has e.
26673 \begin_inset space \thinspace{}
26674 \end_inset
26675
26676 g.
26677 \begin_inset space ~
26678 \end_inset
26679
26680 a shadow and the other one not.
26681 \end_layout
26682
26683 \end_inset
26684
26685
26686 \end_layout
26687
26688 \begin_layout Standard
26689 The horizontal box alignment can be set via LyX's paragraph dialog when
26690  you set the box into its own paragraph.
26691 \end_layout
26692
26693 \begin_layout Standard
26694 \begin_inset VSpace bigskip
26695 \end_inset
26696
26697 When you have chosen an 
26698 \family sans
26699 Inner
26700 \begin_inset space ~
26701 \end_inset
26702
26703 Box
26704 \family default
26705 , the box content can be vertical aligned to:
26706 \end_layout
26707
26708 \begin_layout Description
26709 top This is an example text line.
26710  
26711 \begin_inset Box Boxed
26712 position "c"
26713 hor_pos "c"
26714 has_inner_box 1
26715 inner_pos "t"
26716 use_parbox 0
26717 width "12col%"
26718 special "none"
26719 height "1.5in"
26720 height_special "totalheight"
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724 \align center
26725 This box text is top-aligned.
26726 \end_layout
26727
26728 \end_inset
26729
26730  This is an example text line.
26731 \end_layout
26732
26733 \begin_layout Description
26734 middle This is an example text line.
26735  
26736 \begin_inset Box Boxed
26737 position "c"
26738 hor_pos "c"
26739 has_inner_box 1
26740 inner_pos "c"
26741 use_parbox 0
26742 width "12col%"
26743 special "none"
26744 height "1.5in"
26745 height_special "totalheight"
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749 \align center
26750 This box text is middle-aligned.
26751 \end_layout
26752
26753 \end_inset
26754
26755  This is an example text line.
26756 \end_layout
26757
26758 \begin_layout Description
26759 bottom This is an example text line.
26760  
26761 \begin_inset Box Boxed
26762 position "c"
26763 hor_pos "c"
26764 has_inner_box 1
26765 inner_pos "b"
26766 use_parbox 0
26767 width "12col%"
26768 special "none"
26769 height "1.5in"
26770 height_special "totalheight"
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774 \align center
26775 This box text is bottom-aligned.
26776 \end_layout
26777
26778 \end_inset
26779
26780  This is an example text line.
26781 \end_layout
26782
26783 \begin_layout Description
26784 stretch This is an example text line.
26785  
26786 \begin_inset Box Boxed
26787 position "c"
26788 hor_pos "c"
26789 has_inner_box 1
26790 inner_pos "s"
26791 use_parbox 0
26792 width "12col%"
26793 special "none"
26794 height "1.5in"
26795 height_special "totalheight"
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799 \align center
26800 This box
26801 \end_layout
26802
26803 \begin_layout Plain Layout
26804 \align center
26805 text is
26806 \end_layout
26807
26808 \begin_layout Plain Layout
26809 \align center
26810 stretched.
26811 \end_layout
26812
26813 \end_inset
26814
26815  This is an example text line.
26816 \end_layout
26817
26818 \begin_layout Standard
26819 To stretch the box content, it must consist of more than one paragraph.
26820  In the example above every text line is in an own paragraph.
26821 \end_layout
26822
26823 \begin_layout Standard
26824 \begin_inset VSpace bigskip
26825 \end_inset
26826
26827 To align the box content horizontally you can use LyX's paragraph dialog
26828  when you have chosen an 
26829 \family sans
26830 Inner
26831 \begin_inset space ~
26832 \end_inset
26833
26834 Box
26835 \family default
26836 .
26837 \end_layout
26838
26839 \begin_layout Standard
26840 \align center
26841 \begin_inset Box Boxed
26842 position "c"
26843 hor_pos "c"
26844 has_inner_box 1
26845 inner_pos "s"
26846 use_parbox 0
26847 width "15col%"
26848 special "none"
26849 height "1.25in"
26850 height_special "totalheight"
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854 \align left
26855 This box
26856 \end_layout
26857
26858 \begin_layout Plain Layout
26859 \align center
26860 text is
26861 \end_layout
26862
26863 \begin_layout Plain Layout
26864 \align right
26865 stretched.
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \begin_layout Standard
26874 If you haven't set an 
26875 \family sans
26876 Inner
26877 \begin_inset space ~
26878 \end_inset
26879
26880 Box
26881 \family default
26882 , you can align the box content horizontally in the box dialog.
26883 \end_layout
26884
26885 \begin_layout Standard
26886 \align center
26887 \begin_inset Box Boxed
26888 position "c"
26889 hor_pos "s"
26890 has_inner_box 0
26891 inner_pos "s"
26892 use_parbox 0
26893 width "90col%"
26894 special "none"
26895 height "1.25in"
26896 height_special "totalheight"
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900 \align left
26901 This box text is horizontally stretched.
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \begin_layout Section
26910 Framed Boxes
26911 \begin_inset CommandInset label
26912 LatexCommand label
26913 name "sec:Framed-Boxes"
26914
26915 \end_inset
26916
26917
26918 \begin_inset Index
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922 Boxes ! Frames
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \begin_layout Standard
26931 The frame style of the box can be specified in the box-dialog in the drop-down
26932  list 
26933 \family sans
26934 Type
26935 \family default
26936 .
26937  The following frame types are possible:
26938 \end_layout
26939
26940 \begin_layout Description
26941 Rectangular
26942 \begin_inset space ~
26943 \end_inset
26944
26945 box This draws a rectangle frame around the box.
26946  The frame line thickness has the size of 
26947 \series bold
26948
26949 \backslash
26950 fboxrule
26951 \series default
26952 .
26953  
26954 \begin_inset Box Boxed
26955 position "c"
26956 hor_pos "c"
26957 has_inner_box 1
26958 inner_pos "c"
26959 use_parbox 0
26960 width "20col%"
26961 special "none"
26962 height "1in"
26963 height_special "totalheight"
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 \align center
26968 Rectangular box
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \begin_layout Description
26977 Oval
26978 \begin_inset space ~
26979 \end_inset
26980
26981 box,
26982 \begin_inset space ~
26983 \end_inset
26984
26985 thin This draws an oval frame around the box.
26986  The frame line thickness has the size 0.4
26987 \begin_inset space \thinspace{}
26988 \end_inset
26989
26990 pt.
26991  
26992 \begin_inset Box ovalbox
26993 position "c"
26994 hor_pos "c"
26995 has_inner_box 1
26996 inner_pos "c"
26997 use_parbox 0
26998 width "20col%"
26999 special "none"
27000 height "1in"
27001 height_special "totalheight"
27002 status collapsed
27003
27004 \begin_layout Plain Layout
27005 \align center
27006 Oval box, thin
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Description
27015 Oval
27016 \begin_inset space ~
27017 \end_inset
27018
27019 box,
27020 \begin_inset space ~
27021 \end_inset
27022
27023 thick This draws an oval frame around the box.
27024  The frame line thickness has the size 0.8
27025 \begin_inset space \thinspace{}
27026 \end_inset
27027
27028 pt.
27029  
27030 \begin_inset Box Ovalbox
27031 position "c"
27032 hor_pos "c"
27033 has_inner_box 1
27034 inner_pos "c"
27035 use_parbox 0
27036 width "20col%"
27037 special "none"
27038 height "1in"
27039 height_special "totalheight"
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043 \align center
27044 Oval box, thick
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Description
27053 Shadow
27054 \begin_inset space ~
27055 \end_inset
27056
27057 box This draws a rectangle frame with a shadow around the box.
27058  The frame line thickness has the size of 
27059 \series bold
27060
27061 \backslash
27062 fboxrule
27063 \series default
27064 , the shadow has a width of 4
27065 \begin_inset space \thinspace{}
27066 \end_inset
27067
27068 pt.
27069  
27070 \begin_inset Box Shadowbox
27071 position "c"
27072 hor_pos "c"
27073 has_inner_box 1
27074 inner_pos "c"
27075 use_parbox 0
27076 width "20col%"
27077 special "none"
27078 height "1in"
27079 height_special "totalheight"
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083 \align center
27084 Shadow box
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \begin_layout Description
27093 Double
27094 \begin_inset space ~
27095 \end_inset
27096
27097 box This draws a double-line rectangle frame around the box.
27098  The line thickness of the inner frame is 0.75
27099 \begin_inset space \thinspace{}
27100 \end_inset
27101
27102
27103 \series bold
27104
27105 \backslash
27106 fboxrule
27107 \series default
27108 , the thickness of the outer frame is 1.5
27109 \begin_inset space \thinspace{}
27110 \end_inset
27111
27112
27113 \series bold
27114
27115 \backslash
27116 fboxrule
27117 \series default
27118 .
27119  The distance between the lines is 1.5
27120 \begin_inset space \thinspace{}
27121 \end_inset
27122
27123
27124 \series bold
27125
27126 \backslash
27127 fboxrule
27128 \series default
27129
27130 \begin_inset space \thinspace{}
27131 \end_inset
27132
27133 +
27134 \begin_inset space \thinspace{}
27135 \end_inset
27136
27137 0.5
27138 \begin_inset space \thinspace{}
27139 \end_inset
27140
27141 pt.
27142  
27143 \begin_inset Box Doublebox
27144 position "c"
27145 hor_pos "c"
27146 has_inner_box 1
27147 inner_pos "c"
27148 use_parbox 0
27149 width "20col%"
27150 special "none"
27151 height "1in"
27152 height_special "totalheight"
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156 \align center
27157 Double box
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \begin_layout Standard
27166 \begin_inset VSpace bigskip
27167 \end_inset
27168
27169 LyX's box label will change to the used frame style when you set a frame.
27170  To be able to use the different frame styles, the LaTeX-package 
27171 \series bold
27172 fancybox
27173 \series default
27174
27175 \begin_inset Index
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179 LaTeX-packages ! fancybox
27180 \end_layout
27181
27182 \end_inset
27183
27184  must be installed.
27185 \end_layout
27186
27187 \begin_layout Standard
27188 \begin_inset VSpace bigskip
27189 \end_inset
27190
27191 The default value for the size 
27192 \series bold
27193
27194 \backslash
27195 fboxrule
27196 \series default
27197  is 0.4
27198 \begin_inset space \thinspace{}
27199 \end_inset
27200
27201 pt.
27202  It can be changed with the following command in TeX-Code to e.
27203 \begin_inset space \thinspace{}
27204 \end_inset
27205
27206 g.
27207 \begin_inset space ~
27208 \end_inset
27209
27210 2
27211 \begin_inset space \thinspace{}
27212 \end_inset
27213
27214 pt:
27215 \end_layout
27216
27217 \begin_layout Standard
27218
27219 \series bold
27220
27221 \backslash
27222 setlength{
27223 \backslash
27224 fboxrule}{2pt}
27225 \end_layout
27226
27227 \begin_layout Standard
27228 \begin_inset ERT
27229 status collapsed
27230
27231 \begin_layout Plain Layout
27232
27233
27234 \backslash
27235 setlength{
27236 \backslash
27237 fboxrule}{2pt}
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \begin_inset Box Boxed
27244 position "c"
27245 hor_pos "c"
27246 has_inner_box 1
27247 inner_pos "c"
27248 use_parbox 0
27249 width "25col%"
27250 special "none"
27251 height "1in"
27252 height_special "totalheight"
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256 \align center
27257 Rectangular box with 
27258 \series bold
27259
27260 \backslash
27261 fboxrule
27262 \series default
27263
27264 \begin_inset space \thinspace{}
27265 \end_inset
27266
27267 =
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 2
27272 \begin_inset space \thinspace{}
27273 \end_inset
27274
27275 pt
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \begin_inset ERT
27282 status collapsed
27283
27284 \begin_layout Plain Layout
27285
27286
27287 \backslash
27288 setlength{
27289 \backslash
27290 fboxrule}{0.4pt}
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \begin_layout Standard
27299 \begin_inset VSpace bigskip
27300 \end_inset
27301
27302 The space between the frame and the box content is for all frame styles
27303  by default 3
27304 \begin_inset space \thinspace{}
27305 \end_inset
27306
27307 pt.
27308  You can change it by setting the length 
27309 \series bold
27310
27311 \backslash
27312 fboxsep
27313 \series default
27314  to another value.
27315  For example the command
27316 \end_layout
27317
27318 \begin_layout Standard
27319
27320 \series bold
27321
27322 \backslash
27323 setlength{
27324 \backslash
27325 fboxsep}{10pt}
27326 \end_layout
27327
27328 \begin_layout Standard
27329 sets the value to 10
27330 \begin_inset space \thinspace{}
27331 \end_inset
27332
27333 pt, like for the following box:
27334 \end_layout
27335
27336 \begin_layout Standard
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 setlength{
27345 \backslash
27346 fboxsep}{10pt}
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \begin_inset Box Boxed
27353 position "c"
27354 hor_pos "c"
27355 has_inner_box 1
27356 inner_pos "c"
27357 use_parbox 0
27358 width "25col%"
27359 special "none"
27360 height "1in"
27361 height_special "totalheight"
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365 \align center
27366 Rectangular box with 
27367 \series bold
27368
27369 \backslash
27370 fboxsep
27371 \series default
27372
27373 \begin_inset space \thinspace{}
27374 \end_inset
27375
27376 =
27377 \begin_inset space \thinspace{}
27378 \end_inset
27379
27380 10
27381 \begin_inset space \thinspace{}
27382 \end_inset
27383
27384 pt
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \begin_inset ERT
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394
27395
27396 \backslash
27397 setlength{
27398 \backslash
27399 fboxsep}{3pt}
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408 \begin_inset VSpace bigskip
27409 \end_inset
27410
27411 The diameter of the round corners of the oval boxes can be set with the
27412  command 
27413 \series bold
27414
27415 \backslash
27416 cornersize
27417 \series default
27418 .
27419  The command
27420 \end_layout
27421
27422 \begin_layout Standard
27423
27424 \series bold
27425
27426 \backslash
27427 cornersize*{1cm}
27428 \end_layout
27429
27430 \begin_layout Standard
27431 sets the diameter to 1
27432 \begin_inset space \thinspace{}
27433 \end_inset
27434
27435 cm.
27436  The command
27437 \end_layout
27438
27439 \begin_layout Standard
27440
27441 \series bold
27442
27443 \backslash
27444 cornersize{num}
27445 \end_layout
27446
27447 \begin_layout Standard
27448 sets the diameter to 
27449 \family sans
27450 num
27451 \begin_inset space \thinspace{}
27452 \end_inset
27453
27454 ×
27455 \begin_inset space \thinspace{}
27456 \end_inset
27457
27458 minimum(width and heigth of box)
27459 \family default
27460 .
27461  The default is 
27462 \series bold
27463
27464 \backslash
27465 cornersize{0.5}
27466 \series default
27467 .
27468 \end_layout
27469
27470 \begin_layout Standard
27471 \begin_inset ERT
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475
27476
27477 \backslash
27478 cornersize*{1.5cm}
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \begin_inset Box Ovalbox
27485 position "c"
27486 hor_pos "c"
27487 has_inner_box 1
27488 inner_pos "c"
27489 use_parbox 0
27490 width "25col%"
27491 special "none"
27492 height "1in"
27493 height_special "totalheight"
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 \align center
27498 Oval box with 
27499 \series bold
27500
27501 \backslash
27502 cornersize
27503 \series default
27504
27505 \begin_inset space \thinspace{}
27506 \end_inset
27507
27508 =
27509 \begin_inset space \thinspace{}
27510 \end_inset
27511
27512 1.5
27513 \begin_inset space \thinspace{}
27514 \end_inset
27515
27516 cm
27517 \end_layout
27518
27519 \end_inset
27520
27521
27522 \begin_inset ERT
27523 status collapsed
27524
27525 \begin_layout Plain Layout
27526
27527
27528 \backslash
27529 cornersize{0.5}
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \begin_layout Standard
27538 \begin_inset VSpace bigskip
27539 \end_inset
27540
27541 The size of the shadow can be adjusted by changing the length 
27542 \series bold
27543
27544 \backslash
27545 shadowsize
27546 \series default
27547 .
27548  It it set to 2
27549 \begin_inset space \thinspace{}
27550 \end_inset
27551
27552 pt for the following box by this command:
27553 \end_layout
27554
27555 \begin_layout Standard
27556
27557 \series bold
27558
27559 \backslash
27560 setlength{
27561 \backslash
27562 shadowsize}{2pt}
27563 \end_layout
27564
27565 \begin_layout Standard
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 setlength{
27574 \backslash
27575 shadowsize}{2pt}
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \begin_inset Box Shadowbox
27582 position "c"
27583 hor_pos "c"
27584 has_inner_box 1
27585 inner_pos "c"
27586 use_parbox 0
27587 width "25col%"
27588 special "none"
27589 height "1in"
27590 height_special "totalheight"
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594 \align center
27595 Shadow box with 
27596 \series bold
27597
27598 \backslash
27599 shadowsize
27600 \series default
27601
27602 \begin_inset space \thinspace{}
27603 \end_inset
27604
27605 =
27606 \begin_inset space \thinspace{}
27607 \end_inset
27608
27609 2
27610 \begin_inset space \thinspace{}
27611 \end_inset
27612
27613 pt
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \begin_inset ERT
27620 status collapsed
27621
27622 \begin_layout Plain Layout
27623
27624
27625 \backslash
27626 setlength{
27627 \backslash
27628 shadowsize}{4pt}
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Standard
27637 \begin_inset VSpace bigskip
27638 \end_inset
27639
27640 Changed lengths and widths are valid for all boxes following the commands
27641  that change them.
27642 \end_layout
27643
27644 \begin_layout Section
27645 Minipages
27646 \begin_inset CommandInset label
27647 LatexCommand label
27648 name "sec:Minipages"
27649
27650 \end_inset
27651
27652
27653 \begin_inset Index
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 Boxes ! Minipages
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_layout Standard
27666 Minipages are treated by LaTeX as pages within pages and can therefore for
27667  example have their own footnotes.
27668 \end_layout
27669
27670 \begin_layout Standard
27671 Minipages are useful when you write documents with different languages.
27672 \end_layout
27673
27674 \begin_layout Standard
27675 Below are two example minipages side by side.
27676  Their width is set to 45
27677 \begin_inset space \thinspace{}
27678 \end_inset
27679
27680 col% and they are separated by a horizontal fill, that was inserted via
27681  the menu 
27682 \family sans
27683 Insert\SpecialChar \menuseparator
27684 Special
27685 \begin_inset space ~
27686 \end_inset
27687
27688 Formatting\SpecialChar \menuseparator
27689 Horizontal
27690 \begin_inset space ~
27691 \end_inset
27692
27693 Fill
27694 \family default
27695 .
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \begin_inset Box Frameless
27700 position "t"
27701 hor_pos "c"
27702 has_inner_box 1
27703 inner_pos "c"
27704 use_parbox 0
27705 width "45col%"
27706 special "none"
27707 height "1in"
27708 height_special "totalheight"
27709 status open
27710
27711 \begin_layout Plain Layout
27712
27713 \lang german
27714 Dies ist ein deutscher Text.
27715  Dies ist ein deutscher Text.
27716  Dies ist ein deutscher Text.
27717  Dies ist ein deutscher Text.
27718  Dies ist ein deutscher Text.
27719  Dies ist ein deutscher Text.
27720  Dies ist ein deutscher Text.
27721  Dies ist ein deutscher Text.
27722  Dies ist ein deutscher Text.
27723  Dies ist ein deutscher Text.
27724  Dies ist ein deutscher Text.
27725  Dies ist ein deutscher Text.
27726  Dies ist ein deutscher Text
27727 \begin_inset Foot
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732 \lang german
27733 Dies ist eine deutsche Fußnote.
27734 \end_layout
27735
27736 \end_inset
27737
27738 .
27739  Dies ist ein deutscher Text.
27740  Dies ist ein deutscher Text.
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \begin_inset space \hfill{}
27747 \end_inset
27748
27749
27750 \begin_inset Box Frameless
27751 position "t"
27752 hor_pos "c"
27753 has_inner_box 1
27754 inner_pos "c"
27755 use_parbox 0
27756 width "45col%"
27757 special "none"
27758 height "1in"
27759 height_special "totalheight"
27760 status open
27761
27762 \begin_layout Plain Layout
27763 This is an English Text.
27764  This is an English Text.
27765  This is an English Text.
27766  This is an English Text.
27767  This is an English Text.
27768  This is an English Text.
27769  This is an English Text.
27770  This is an English Text.
27771  This is an English Text.
27772  This is an English Text.
27773  This is an English Text.
27774  This is an English Text.
27775  This is an English Text.
27776  This is an English Text.
27777  This is an English Text.
27778  This is an English Text.
27779 \begin_inset Foot
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783 This is an English footnote.
27784 \end_layout
27785
27786 \end_inset
27787
27788  This is an English Text.
27789  
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798 \begin_inset VSpace bigskip
27799 \end_inset
27800
27801 Another application for minipages are footnotes within tables.
27802  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27803  bottom of the current page.
27804  But when you put the table with the footnote to a minipage, the footnote
27805  will appear at its bottom, numbered with Latin letters.
27806  The footnote number is reset to 1 in every minipage but not outside the
27807  minipages.
27808 \end_layout
27809
27810 \begin_layout Standard
27811 The footnote of this table doesn't appear: 
27812 \begin_inset Tabular
27813 <lyxtabular version="3" rows="3" columns="4">
27814 <features>
27815 <column alignment="center" valignment="top" width="0pt">
27816 <column alignment="center" valignment="top" width="0pt">
27817 <column alignment="center" valignment="top" width="0pt">
27818 <column alignment="center" valignment="top" width="0pt">
27819 <row>
27820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Plain Layout
27824 1
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Plain Layout
27833 2
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 3
27843 \begin_inset Foot
27844 status collapsed
27845
27846 \begin_layout Plain Layout
27847 This is a footnote within a table.
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \end_inset
27856 </cell>
27857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27858 \begin_inset Text
27859
27860 \begin_layout Plain Layout
27861 4
27862 \end_layout
27863
27864 \end_inset
27865 </cell>
27866 </row>
27867 <row>
27868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872 a
27873 \end_layout
27874
27875 \end_inset
27876 </cell>
27877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27878 \begin_inset Text
27879
27880 \begin_layout Plain Layout
27881 b
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890 c
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27896 \begin_inset Text
27897
27898 \begin_layout Plain Layout
27899 d
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 </row>
27905 <row>
27906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910 e
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Plain Layout
27919 f
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928 g
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Plain Layout
27937 h
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 </row>
27943 </lyxtabular>
27944
27945 \end_inset
27946
27947
27948 \end_layout
27949
27950 \begin_layout Standard
27951 \align center
27952 \begin_inset Box Frameless
27953 position "t"
27954 hor_pos "c"
27955 has_inner_box 1
27956 inner_pos "c"
27957 use_parbox 0
27958 width "30col%"
27959 special "none"
27960 height "1in"
27961 height_special "totalheight"
27962 status open
27963
27964 \begin_layout Plain Layout
27965 \align center
27966 \begin_inset Tabular
27967 <lyxtabular version="3" rows="3" columns="4">
27968 <features>
27969 <column alignment="center" valignment="top" width="0pt">
27970 <column alignment="center" valignment="top" width="0pt">
27971 <column alignment="center" valignment="top" width="0pt">
27972 <column alignment="center" valignment="top" width="0pt">
27973 <row>
27974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Plain Layout
27978 1
27979 \end_layout
27980
27981 \end_inset
27982 </cell>
27983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Plain Layout
27987 2
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Plain Layout
27996 3
27997 \begin_inset Foot
27998 status collapsed
27999
28000 \begin_layout Plain Layout
28001 This is a footnote within a table.
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28012 \begin_inset Text
28013
28014 \begin_layout Plain Layout
28015 4
28016 \end_layout
28017
28018 \end_inset
28019 </cell>
28020 </row>
28021 <row>
28022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28023 \begin_inset Text
28024
28025 \begin_layout Plain Layout
28026 a
28027 \end_layout
28028
28029 \end_inset
28030 </cell>
28031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28032 \begin_inset Text
28033
28034 \begin_layout Plain Layout
28035 b
28036 \end_layout
28037
28038 \end_inset
28039 </cell>
28040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28041 \begin_inset Text
28042
28043 \begin_layout Plain Layout
28044 c
28045 \end_layout
28046
28047 \end_inset
28048 </cell>
28049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28050 \begin_inset Text
28051
28052 \begin_layout Plain Layout
28053 d
28054 \end_layout
28055
28056 \end_inset
28057 </cell>
28058 </row>
28059 <row>
28060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28061 \begin_inset Text
28062
28063 \begin_layout Plain Layout
28064 e
28065 \end_layout
28066
28067 \end_inset
28068 </cell>
28069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28070 \begin_inset Text
28071
28072 \begin_layout Plain Layout
28073 f
28074 \end_layout
28075
28076 \end_inset
28077 </cell>
28078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28079 \begin_inset Text
28080
28081 \begin_layout Plain Layout
28082 g
28083 \end_layout
28084
28085 \end_inset
28086 </cell>
28087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28088 \begin_inset Text
28089
28090 \begin_layout Plain Layout
28091 h
28092 \end_layout
28093
28094 \end_inset
28095 </cell>
28096 </row>
28097 </lyxtabular>
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \end_inset
28105
28106
28107 \end_layout
28108
28109 \begin_layout Standard
28110 \begin_inset VSpace bigskip
28111 \end_inset
28112
28113 The document-wide paragraph settings are ignored within minipages.
28114  That means that there will be no space between paragraphs in minipages
28115  although you set it to e.
28116 \begin_inset space \thinspace{}
28117 \end_inset
28118
28119 g.
28120 \begin_inset space ~
28121 \end_inset
28122
28123
28124 \family sans
28125 MedSkip
28126 \family default
28127  in the document settings.
28128 \end_layout
28129
28130 \begin_layout Standard
28131 Minipages can also be used to set a background color for text parts, see
28132  section
28133 \begin_inset space ~
28134 \end_inset
28135
28136
28137 \begin_inset CommandInset ref
28138 LatexCommand ref
28139 reference "sub:Color-for-Paragraphs"
28140
28141 \end_inset
28142
28143 .
28144 \end_layout
28145
28146 \begin_layout Standard
28147 \begin_inset Note Greyedout
28148 status open
28149
28150 \begin_layout Plain Layout
28151
28152 \series bold
28153 Note:
28154 \series default
28155  You cannot have floats or margin notes inside minipages but minipages can
28156  be used inside tables, floats, and other boxes.
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Section
28165 Parboxes
28166 \begin_inset CommandInset label
28167 LatexCommand label
28168 name "sec:Parboxes"
28169
28170 \end_inset
28171
28172
28173 \begin_inset Index
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177 Boxes ! Parboxes
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Standard
28186 Parboxes are very similar to minipages with the difference that they cannot
28187  have footnotes.
28188  The main difference to minipages is that minipages are in contrary to parboxes
28189  no real boxes but LaTeX-environments.
28190 \end_layout
28191
28192 \begin_layout Standard
28193 \align center
28194 \begin_inset Box Frameless
28195 position "t"
28196 hor_pos "c"
28197 has_inner_box 1
28198 inner_pos "t"
28199 use_parbox 1
28200 width "33col%"
28201 special "none"
28202 height "1in"
28203 height_special "totalheight"
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207 This a text within a parbox.
28208  This a text within a parbox.
28209 \end_layout
28210
28211 \begin_layout Plain Layout
28212 This footnote won't appear:
28213 \begin_inset Foot
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 This footnote is inside a parbox and will therefore not appear.
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \begin_layout Section
28231 Boxes for Words and Characters
28232 \begin_inset Index
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 Boxes ! for Characters
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \begin_layout Subsection
28245 Prevent Hyphenation
28246 \begin_inset CommandInset label
28247 LatexCommand label
28248 name "sec:Prevent-Hyphenation"
28249
28250 \end_inset
28251
28252
28253 \begin_inset Index
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 Boxes ! to Prevent Hyphenation
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \begin_layout Standard
28266 You can use a special kind of boxes to prevent words or text to be hyphenated.
28267 \begin_inset Newline newline
28268 \end_inset
28269
28270 Here is an example text:
28271 \end_layout
28272
28273 \begin_layout Standard
28274 This line is an example to show how you can prevent the hyphenation of 
28275 \begin_inset Quotes eld
28276 \end_inset
28277
28278 veryverylongword
28279 \begin_inset Quotes erd
28280 \end_inset
28281
28282 .
28283 \end_layout
28284
28285 \begin_layout Standard
28286 To prevent the hyphenation of the word 
28287 \begin_inset Quotes eld
28288 \end_inset
28289
28290 veryverylongword
28291 \begin_inset Quotes erd
28292 \end_inset
28293
28294 , add the command
28295 \end_layout
28296
28297 \begin_layout Standard
28298
28299 \series bold
28300
28301 \backslash
28302 mbox{
28303 \end_layout
28304
28305 \begin_layout Standard
28306 in TeX-Code before the word.
28307  Behind the word insert a closing brace 
28308 \begin_inset Quotes eld
28309 \end_inset
28310
28311
28312 \series bold
28313 }
28314 \series default
28315
28316 \begin_inset Quotes erd
28317 \end_inset
28318
28319  in TeX-Code.
28320 \end_layout
28321
28322 \begin_layout Standard
28323 This is the result:
28324 \end_layout
28325
28326 \begin_layout Standard
28327 This line is an example to show how you can prevent the hyphenation of 
28328 \begin_inset ERT
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332
28333
28334 \backslash
28335 mbox{
28336 \end_layout
28337
28338 \end_inset
28339
28340
28341 \begin_inset Quotes eld
28342 \end_inset
28343
28344 veryverylongword
28345 \begin_inset Quotes erd
28346 \end_inset
28347
28348 .
28349 \begin_inset ERT
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353
28354 }
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \end_layout
28361
28362 \begin_layout Standard
28363 You can alternatively set the command 
28364 \begin_inset Quotes eld
28365 \end_inset
28366
28367
28368 \series bold
28369
28370 \backslash
28371 -
28372 \series default
28373
28374 \begin_inset Quotes grd
28375 \end_inset
28376
28377  as TeX-Code directly before the word:
28378 \end_layout
28379
28380 \begin_layout Standard
28381 This line is an example to show how you can prevent the hyphenation of 
28382 \begin_inset Quotes eld
28383 \end_inset
28384
28385
28386 \begin_inset ERT
28387 status collapsed
28388
28389 \begin_layout Plain Layout
28390
28391
28392 \backslash
28393 -
28394 \end_layout
28395
28396 \end_inset
28397
28398 veryverylongword
28399 \begin_inset Quotes erd
28400 \end_inset
28401
28402 .
28403 \end_layout
28404
28405 \begin_layout Standard
28406 Of course the word now protrudes over the side margin.
28407  To avoid this, add via the menu 
28408 \family sans
28409 Insert\SpecialChar \menuseparator
28410 Special
28411 \begin_inset space ~
28412 \end_inset
28413
28414 Formatting\SpecialChar \menuseparator
28415 Line
28416 \begin_inset space ~
28417 \end_inset
28418
28419 Break
28420 \family default
28421  (shortcut 
28422 \series bold
28423 Ctrl-Return
28424 \series default
28425 ) a line break before the word:
28426 \end_layout
28427
28428 \begin_layout Standard
28429 This line is an example to show how you can prevent the hyphenation of 
28430 \begin_inset Newline newline
28431 \end_inset
28432
28433
28434 \begin_inset ERT
28435 status collapsed
28436
28437 \begin_layout Plain Layout
28438
28439
28440 \backslash
28441 mbox{
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \begin_inset Quotes eld
28448 \end_inset
28449
28450 veryverylongword
28451 \begin_inset Quotes erd
28452 \end_inset
28453
28454 .
28455 \begin_inset ERT
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459
28460 }
28461 \end_layout
28462
28463 \end_inset
28464
28465
28466 \end_layout
28467
28468 \begin_layout Subsection
28469 Vertical Alignment
28470 \begin_inset CommandInset label
28471 LatexCommand label
28472 name "sub:Vertical-Alignment"
28473
28474 \end_inset
28475
28476
28477 \begin_inset Index
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 Boxes ! for Vertical Alignment
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \begin_inset Index
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491 Boxes ! Raiseboxes
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \begin_layout Standard
28500 With the help of the command 
28501 \series bold
28502
28503 \backslash
28504 raisebox
28505 \series default
28506  you can align words, characters or other boxes vertically to the surrounding
28507  text.
28508  
28509 \series bold
28510
28511 \backslash
28512 raisebox
28513 \series default
28514  is used with the following scheme:
28515 \end_layout
28516
28517 \begin_layout Standard
28518
28519 \series bold
28520
28521 \backslash
28522 raisebox{lift}[height][depth]{box content}
28523 \end_layout
28524
28525 \begin_layout Standard
28526 The lift can be a positive value to raise the box or a negative value to
28527  lower the box.
28528 \end_layout
28529
28530 \begin_layout Standard
28531 To align for example the word 
28532 \begin_inset Quotes eld
28533 \end_inset
28534
28535 preventing
28536 \begin_inset Quotes erd
28537 \end_inset
28538
28539  so that the bottom of the 
28540 \begin_inset Quotes eld
28541 \end_inset
28542
28543 deepest
28544 \begin_inset Quotes erd
28545 \end_inset
28546
28547  character 
28548 \begin_inset Quotes eld
28549 \end_inset
28550
28551 p
28552 \begin_inset Quotes erd
28553 \end_inset
28554
28555  is at the baseline, insert the command
28556 \end_layout
28557
28558 \begin_layout Standard
28559
28560 \series bold
28561
28562 \backslash
28563 raisebox{
28564 \backslash
28565 depth}{
28566 \end_layout
28567
28568 \begin_layout Standard
28569 in TeX-Code before the word.
28570  Behind the word insert a closing brace 
28571 \begin_inset Quotes eld
28572 \end_inset
28573
28574
28575 \series bold
28576 }
28577 \series default
28578
28579 \begin_inset Quotes erd
28580 \end_inset
28581
28582  in TeX-Code.
28583 \begin_inset Newline newline
28584 \end_inset
28585
28586 This is the result:
28587 \end_layout
28588
28589 \begin_layout Standard
28590 This is a text line with the word 
28591 \begin_inset ERT
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595
28596
28597 \backslash
28598 raisebox{
28599 \backslash
28600 depth}{
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \begin_inset Quotes eld
28607 \end_inset
28608
28609 preventing
28610 \begin_inset Quotes erd
28611 \end_inset
28612
28613
28614 \begin_inset ERT
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618
28619 }
28620 \end_layout
28621
28622 \end_inset
28623
28624  as raised word.
28625 \end_layout
28626
28627 \begin_layout Standard
28628 \begin_inset VSpace bigskip
28629 \end_inset
28630
28631 When you raise or lower characters in a line, the line distance will be
28632  spread:
28633 \end_layout
28634
28635 \begin_layout Standard
28636 This is a text line with the word 
28637 \begin_inset ERT
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641
28642
28643 \backslash
28644 raisebox{-
28645 \backslash
28646 depth}{
28647 \end_layout
28648
28649 \end_inset
28650
28651
28652 \begin_inset Quotes eld
28653 \end_inset
28654
28655 preventing
28656 \begin_inset Quotes erd
28657 \end_inset
28658
28659
28660 \begin_inset ERT
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664
28665 }
28666 \end_layout
28667
28668 \end_inset
28669
28670  as lowered word.
28671 \begin_inset Newline newline
28672 \end_inset
28673
28674 This is a text line with the word 
28675 \begin_inset ERT
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679
28680
28681 \backslash
28682 raisebox{0.5cm}{
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \begin_inset Quotes eld
28689 \end_inset
28690
28691 testing
28692 \begin_inset Quotes erd
28693 \end_inset
28694
28695
28696 \begin_inset ERT
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700
28701 }
28702 \end_layout
28703
28704 \end_inset
28705
28706  as raised word.
28707 \end_layout
28708
28709 \begin_layout Standard
28710 If you want to prevent this for a certain reason, set the box height to
28711  a zero value.
28712  For example use
28713 \end_layout
28714
28715 \begin_layout Standard
28716
28717 \series bold
28718
28719 \backslash
28720 raisebox{-
28721 \backslash
28722 depth}[0pt]{
28723 \end_layout
28724
28725 \begin_layout Standard
28726 This is a text line with the word 
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 raisebox{-
28735 \backslash
28736 depth}[0pt]{
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \begin_inset Quotes eld
28743 \end_inset
28744
28745 preventing
28746 \begin_inset Quotes erd
28747 \end_inset
28748
28749
28750 \begin_inset ERT
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754
28755 }
28756 \end_layout
28757
28758 \end_inset
28759
28760  as lowered word.
28761 \begin_inset Newline newline
28762 \end_inset
28763
28764 This is a text line with the word 
28765 \begin_inset ERT
28766 status collapsed
28767
28768 \begin_layout Plain Layout
28769
28770
28771 \backslash
28772 raisebox{0.5cm}[0pt]{
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \begin_inset Quotes eld
28779 \end_inset
28780
28781 testing
28782 \begin_inset Quotes erd
28783 \end_inset
28784
28785
28786 \begin_inset ERT
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790
28791 }
28792 \end_layout
28793
28794 \end_inset
28795
28796  as raised word.
28797 \end_layout
28798
28799 \begin_layout Section
28800 Colored Boxes
28801 \begin_inset CommandInset label
28802 LatexCommand label
28803 name "sec:Colored-Boxes"
28804
28805 \end_inset
28806
28807
28808 \begin_inset Index
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 Boxes ! Color
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \begin_layout Subsection
28821 Color for Text
28822 \begin_inset Index
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826 Color ! for Text
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \end_layout
28833
28834 \begin_layout Standard
28835 To color the background of text the text must be put into a so called 
28836 \begin_inset Quotes eld
28837 \end_inset
28838
28839 colorbox
28840 \begin_inset Quotes erd
28841 \end_inset
28842
28843 .
28844  This requires that the LaTeX-package 
28845 \series bold
28846 color
28847 \series default
28848
28849 \begin_inset Index
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853 LaTeX-packages ! color
28854 \end_layout
28855
28856 \end_inset
28857
28858  is loaded in the document preamble with the command
28859 \end_layout
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864
28865 \backslash
28866 @ifundefined{textcolor}
28867 \begin_inset Newline newline
28868 \end_inset
28869
28870
28871 \begin_inset ERT
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875
28876
28877 \backslash
28878 hphantom{ }
28879 \end_layout
28880
28881 \end_inset
28882
28883 {
28884 \backslash
28885 usepackage{color}}{}
28886 \end_layout
28887
28888 \begin_layout Standard
28889 The package 
28890 \series bold
28891 color
28892 \series default
28893  will be loaded automatically by LyX when you color text
28894 \begin_inset Foot
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 To avoid that it is loaded twice the command 
28899 \series bold
28900
28901 \backslash
28902 @ifundef\SpecialChar \textcompwordmark{}
28903 ined
28904 \series default
28905  is used.
28906 \end_layout
28907
28908 \end_inset
28909
28910 .
28911 \end_layout
28912
28913 \begin_layout Standard
28914 \begin_inset VSpace medskip
28915 \end_inset
28916
28917 Colorboxes are created with the command 
28918 \series bold
28919
28920 \backslash
28921 colorbox
28922 \series default
28923 .
28924  This will be used with the following scheme:
28925 \end_layout
28926
28927 \begin_layout Standard
28928
28929 \series bold
28930
28931 \backslash
28932 colorbox{color}{box content}
28933 \end_layout
28934
28935 \begin_layout Standard
28936 The box content can also be a box and colorboxes can also be within other
28937  boxes.
28938 \end_layout
28939
28940 \begin_layout Standard
28941 The following colors are predefined:
28942 \begin_inset Newline newline
28943 \end_inset
28944
28945
28946 \family sans
28947 black
28948 \family default
28949
28950 \family sans
28951 blue
28952 \family default
28953
28954 \family sans
28955 cyan
28956 \family default
28957 \series bold
28958 ,
28959 \series default
28960  
28961 \family sans
28962 green
28963 \family default
28964
28965 \family sans
28966 magenta
28967 \family default
28968
28969 \family sans
28970 red
28971 \family default
28972
28973 \family sans
28974 white
28975 \family default
28976 , and 
28977 \family sans
28978 yellow
28979 \family default
28980 .
28981 \begin_inset Newline newline
28982 \end_inset
28983
28984 You can also define your own color as described in section
28985 \begin_inset space ~
28986 \end_inset
28987
28988
28989 \begin_inset CommandInset ref
28990 LatexCommand ref
28991 reference "sec:Colored-Tables"
28992
28993 \end_inset
28994
28995 .
28996 \end_layout
28997
28998 \begin_layout Standard
28999 To have e.
29000 \begin_inset space \thinspace{}
29001 \end_inset
29002
29003 g.
29004 \begin_inset space ~
29005 \end_inset
29006
29007 a red background for a word, insert the command
29008 \end_layout
29009
29010 \begin_layout Standard
29011
29012 \series bold
29013
29014 \backslash
29015 colorbox{red}{
29016 \end_layout
29017
29018 \begin_layout Standard
29019 before the word in TeX-Code.
29020  Behind the word insert a closing brace 
29021 \begin_inset Quotes eld
29022 \end_inset
29023
29024
29025 \series bold
29026 }
29027 \series default
29028
29029 \begin_inset Quotes erd
29030 \end_inset
29031
29032  in TeX-Code.
29033 \begin_inset Newline newline
29034 \end_inset
29035
29036 This is the result:
29037 \end_layout
29038
29039 \begin_layout Standard
29040 This is a line where the word 
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046
29047 \backslash
29048 colorbox{red}{
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset Quotes eld
29055 \end_inset
29056
29057 Attention!
29058 \begin_inset Quotes erd
29059 \end_inset
29060
29061
29062 \begin_inset ERT
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066
29067 }
29068 \end_layout
29069
29070 \end_inset
29071
29072  has a red background.
29073 \end_layout
29074
29075 \begin_layout Standard
29076 \begin_inset VSpace bigskip
29077 \end_inset
29078
29079 If you would have the box frame in a different color, you can use the command
29080  
29081 \series bold
29082
29083 \backslash
29084 fcolorbox
29085 \series default
29086  with the following scheme:
29087 \end_layout
29088
29089 \begin_layout Standard
29090
29091 \series bold
29092
29093 \backslash
29094 fcolorbox{frame color}{box color}{box content}
29095 \end_layout
29096
29097 \begin_layout Standard
29098
29099 \series bold
29100
29101 \backslash
29102 fcolorbox
29103 \series default
29104  is an extension to 
29105 \series bold
29106
29107 \backslash
29108 colorbox
29109 \series default
29110 .
29111  The frame thickness and the space between the frame and the box content
29112  can be adjusted with the lengths 
29113 \series bold
29114
29115 \backslash
29116 fboxrule
29117 \series default
29118  and 
29119 \series bold
29120
29121 \backslash
29122 fboxsep
29123 \series default
29124 , respectively, as described in section
29125 \begin_inset space ~
29126 \end_inset
29127
29128
29129 \begin_inset CommandInset ref
29130 LatexCommand ref
29131 reference "sec:Framed-Boxes"
29132
29133 \end_inset
29134
29135 .
29136 \end_layout
29137
29138 \begin_layout Standard
29139 For the following example the command
29140 \end_layout
29141
29142 \begin_layout Standard
29143
29144 \series bold
29145
29146 \backslash
29147 fcolorbox{cyan}{magenta}{
29148 \end_layout
29149
29150 \begin_layout Standard
29151 was used.
29152 \end_layout
29153
29154 \begin_layout Standard
29155 Here is an example where the frame line thickness was set to 1
29156 \begin_inset space \thinspace{}
29157 \end_inset
29158
29159 mm:
29160 \begin_inset Newline newline
29161 \end_inset
29162
29163
29164 \begin_inset ERT
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168
29169
29170 \backslash
29171 fboxrule 1mm 
29172 \backslash
29173 fboxsep 1mm
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184
29185 \backslash
29186 fcolorbox{cyan}{magenta}{
29187 \end_layout
29188
29189 \end_inset
29190
29191 This is text within a colored, framed box.
29192 \begin_inset ERT
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196
29197 }
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \begin_layout Standard
29206 \begin_inset VSpace bigskip
29207 \end_inset
29208
29209 Of course you can also have colored text inside a colorbox:
29210 \begin_inset Newline newline
29211 \end_inset
29212
29213
29214 \begin_inset ERT
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218
29219
29220 \backslash
29221 fcolorbox{cyan}{magenta}{
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \color yellow
29228 This is colored text within a colored, framed box.
29229 \color none
29230
29231 \begin_inset ERT
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235
29236 }
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \begin_inset ERT
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246
29247
29248 \backslash
29249 fboxrule 0.4pt 
29250 \backslash
29251 fboxsep 3pt
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Standard
29260
29261 \series bold
29262 \begin_inset VSpace medskip
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Standard
29269 \begin_inset Note Greyedout
29270 status open
29271
29272 \begin_layout Plain Layout
29273
29274 \series bold
29275 Note:
29276 \series default
29277  Text in colorboxes cannot have line breaks.
29278  To color multiple text lines or paragraphs, use a box inside a colorbox
29279  as described in the following.
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Subsection
29288 Color for Paragraphs
29289 \begin_inset CommandInset label
29290 LatexCommand label
29291 name "sub:Color-for-Paragraphs"
29292
29293 \end_inset
29294
29295
29296 \begin_inset Index
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300 Color ! for Paragraphs
29301 \end_layout
29302
29303 \end_inset
29304
29305
29306 \end_layout
29307
29308 \begin_layout Standard
29309 To set the background color for more than one text line, put the text into
29310  a minipage.
29311  Before the minipage insert the 
29312 \series bold
29313
29314 \backslash
29315 colorbox
29316 \series default
29317  command
29318 \end_layout
29319
29320 \begin_layout Standard
29321
29322 \series bold
29323
29324 \backslash
29325 colorbox{color}{
29326 \end_layout
29327
29328 \begin_layout Standard
29329 in TeX-Code.
29330  Behind the minipage insert a closing brace 
29331 \begin_inset Quotes eld
29332 \end_inset
29333
29334
29335 \series bold
29336 }
29337 \series default
29338
29339 \begin_inset Quotes erd
29340 \end_inset
29341
29342  in TeX-Code.
29343 \end_layout
29344
29345 \begin_layout Standard
29346 \begin_inset ERT
29347 status collapsed
29348
29349 \begin_layout Plain Layout
29350
29351
29352 \backslash
29353 colorbox{lightgrey}{
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \begin_inset Box Frameless
29360 position "t"
29361 hor_pos "c"
29362 has_inner_box 1
29363 inner_pos "t"
29364 use_parbox 0
29365 width "100col%"
29366 special "none"
29367 height "1in"
29368 height_special "totalheight"
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372 This is text with background color.
29373  This is text with background color.
29374 \end_layout
29375
29376 \begin_layout Plain Layout
29377 \begin_inset VSpace defskip
29378 \end_inset
29379
29380 The text can have footnotes
29381 \begin_inset Foot
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385 Another example footnote
29386 \end_layout
29387
29388 \end_inset
29389
29390  and can include tables and figures.
29391 \end_layout
29392
29393 \begin_layout Plain Layout
29394 \align center
29395 \begin_inset Tabular
29396 <lyxtabular version="3" rows="3" columns="3">
29397 <features>
29398 <column alignment="center" valignment="top" width="0">
29399 <column alignment="center" valignment="top" width="0">
29400 <column alignment="center" valignment="top" width="0">
29401 <row>
29402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29403 \begin_inset Text
29404
29405 \begin_layout Plain Layout
29406 a
29407 \end_layout
29408
29409 \end_inset
29410 </cell>
29411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415 !
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424 3
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 </row>
29430 <row>
29431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29432 \begin_inset Text
29433
29434 \begin_layout Plain Layout
29435 <
29436 \end_layout
29437
29438 \end_inset
29439 </cell>
29440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444 b2
29445 \begin_inset Quotes erd
29446 \end_inset
29447
29448 |
29449 \end_layout
29450
29451 \end_inset
29452 </cell>
29453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457 >
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 </row>
29463 <row>
29464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29465 \begin_inset Text
29466
29467 \begin_layout Plain Layout
29468 1
29469 \end_layout
29470
29471 \end_inset
29472 </cell>
29473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29474 \begin_inset Text
29475
29476 \begin_layout Plain Layout
29477 §
29478 \end_layout
29479
29480 \end_inset
29481 </cell>
29482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29483 \begin_inset Text
29484
29485 \begin_layout Plain Layout
29486 c
29487 \end_layout
29488
29489 \end_inset
29490 </cell>
29491 </row>
29492 </lyxtabular>
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \begin_inset ERT
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506
29507 }
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \begin_layout Section
29516 Rotated and Scaled Boxes
29517 \end_layout
29518
29519 \begin_layout Standard
29520 To use the the commands described in this section, the LaTeX-package 
29521 \series bold
29522 graphicx
29523 \series default
29524
29525 \begin_inset Index
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529 LaTeX-packages ! graphicx
29530 \end_layout
29531
29532 \end_inset
29533
29534  needs to be loaded in the document preamble with the command
29535 \end_layout
29536
29537 \begin_layout Standard
29538
29539 \series bold
29540
29541 \backslash
29542 @ifundefined{rotatebox}
29543 \begin_inset Newline newline
29544 \end_inset
29545
29546
29547 \begin_inset ERT
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551
29552
29553 \backslash
29554 hphantom{ }
29555 \end_layout
29556
29557 \end_inset
29558
29559 {
29560 \backslash
29561 usepackage{graphicx}}{}
29562 \end_layout
29563
29564 \begin_layout Standard
29565 \begin_inset Note Greyedout
29566 status open
29567
29568 \begin_layout Plain Layout
29569
29570 \series bold
29571 Note:
29572 \series default
29573  Some DVI-viewers can't display rotated or scaled material.
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \end_layout
29580
29581 \begin_layout Standard
29582 \begin_inset Note Greyedout
29583 status open
29584
29585 \begin_layout Plain Layout
29586
29587 \series bold
29588 Note:
29589 \series default
29590  Floats mustn't be inside a rotated or scaled box.
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Subsection
29599 Rotated Boxes
29600 \begin_inset Index
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 Boxes ! rotated
29605 \end_layout
29606
29607 \end_inset
29608
29609
29610 \begin_inset Index
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614 Rotated material
29615 \end_layout
29616
29617 \end_inset
29618
29619
29620 \begin_inset Index
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624 Figures ! rotated
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \begin_inset Index
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 Table Customization ! Rotating
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Standard
29643 To rotate material, you can put it into a rotated box.
29644  Such a box is created using the command 
29645 \series bold
29646
29647 \backslash
29648 rotatebox
29649 \series default
29650  in TeX-Code with the following scheme:
29651 \end_layout
29652
29653 \begin_layout Standard
29654
29655 \series bold
29656
29657 \backslash
29658 rotatebox[rotation origin]{rotation angle}{box content}
29659 \end_layout
29660
29661 \begin_layout Standard
29662 The rotation origin is specified in the form 
29663 \series bold
29664 origin=position
29665 \series default
29666 .
29667  The following positions are possible: 
29668 \emph on
29669 c
29670 \emph default
29671  (center), 
29672 \emph on
29673 l
29674 \emph default
29675  (left), 
29676 \emph on
29677 r
29678 \emph default
29679  (right), 
29680 \emph on
29681 b
29682 \emph default
29683  (bottom), 
29684 \emph on
29685 t
29686 \emph default
29687  (top), and also expedient combinations of the four base positions.
29688  For example 
29689 \emph on
29690 lt
29691 \emph default
29692  means, that the rotation origin is at the top left corner of the box.
29693  When no rotation origin is specified, the position 
29694 \emph on
29695 l
29696 \emph default
29697  will be used.
29698  The rotation angle is a number that can be negative that specifies the
29699  angle in degrees.
29700  The rotation direction is counterclockwise.
29701 \end_layout
29702
29703 \begin_layout Standard
29704 In the following example the command 
29705 \series bold
29706
29707 \backslash
29708 rotatebox[origin=c]{60}{
29709 \series default
29710  was inserted as TeX-Code before the text 
29711 \begin_inset Quotes eld
29712 \end_inset
29713
29714 with rotated
29715 \begin_inset Quotes erd
29716 \end_inset
29717
29718 ; after the text the box was closed by a closing brace 
29719 \series bold
29720 }
29721 \series default
29722  in TeX-Code.
29723 \end_layout
29724
29725 \begin_layout Standard
29726 This is a line 
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732
29733 \backslash
29734 rotatebox[origin=c]{60}{
29735 \end_layout
29736
29737 \end_inset
29738
29739 with rotated
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745 }
29746 \end_layout
29747
29748 \end_inset
29749
29750  text.
29751 \end_layout
29752
29753 \begin_layout Standard
29754 The box content can also be another box or an inline formula:
29755 \end_layout
29756
29757 \begin_layout Standard
29758 This is a line
29759 \begin_inset ERT
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763
29764
29765 \backslash
29766 rotatebox[origin=r]{-60}{
29767 \end_layout
29768
29769 \end_inset
29770
29771
29772 \begin_inset Box Doublebox
29773 position "c"
29774 hor_pos "c"
29775 has_inner_box 0
29776 inner_pos "c"
29777 use_parbox 0
29778 width "1in"
29779 special "width"
29780 height "1in"
29781 height_special "totalheight"
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785 with rotated
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796 }
29797 \end_layout
29798
29799 \end_inset
29800
29801  framed text 
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 rotatebox[origin=lb]{60}{
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29816 \end_inset
29817
29818
29819 \begin_inset ERT
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823
29824 }
29825 \end_layout
29826
29827 \end_inset
29828
29829  and a formula.
29830 \end_layout
29831
29832 \begin_layout Standard
29833 or an image or table:
29834 \end_layout
29835
29836 \begin_layout Standard
29837 This is a line
29838 \begin_inset ERT
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842
29843
29844 \backslash
29845 rotatebox[origin=lb]{90}{
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \begin_inset Graphics
29852         filename clipart/platypus.eps
29853         lyxscale 50
29854         width 25col%
29855
29856 \end_inset
29857
29858
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864 }
29865 \end_layout
29866
29867 \end_inset
29868
29869  with a rotated image 
29870 \begin_inset ERT
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875
29876 \backslash
29877 rotatebox[origin=l]{-90}{
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \begin_inset Tabular
29884 <lyxtabular version="3" rows="2" columns="2">
29885 <features>
29886 <column alignment="center" valignment="top" width="0">
29887 <column alignment="center" valignment="top" width="0">
29888 <row>
29889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29890 \begin_inset Text
29891
29892 \begin_layout Plain Layout
29893 q
29894 \end_layout
29895
29896 \end_inset
29897 </cell>
29898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29899 \begin_inset Text
29900
29901 \begin_layout Plain Layout
29902 w
29903 \end_layout
29904
29905 \end_inset
29906 </cell>
29907 </row>
29908 <row>
29909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29910 \begin_inset Text
29911
29912 \begin_layout Plain Layout
29913 e
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29919 \begin_inset Text
29920
29921 \begin_layout Plain Layout
29922 r
29923 \end_layout
29924
29925 \end_inset
29926 </cell>
29927 </row>
29928 </lyxtabular>
29929
29930 \end_inset
29931
29932
29933 \begin_inset ERT
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937
29938 }
29939 \end_layout
29940
29941 \end_inset
29942
29943  and table.
29944 \end_layout
29945
29946 \begin_layout Subsection
29947 Scaled Boxes
29948 \begin_inset Index
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952 Boxes ! scaled
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \begin_inset Index
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962 Scaled material
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Index
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Figures ! scaled
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \begin_inset Index
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982 Table Customization ! Scaling
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \begin_layout Standard
29991 To scale material the commands 
29992 \series bold
29993
29994 \backslash
29995 scalebox
29996 \series default
29997  and 
29998 \series bold
29999
30000 \backslash
30001 resizebox
30002 \series default
30003  can be used as TeX-Code.
30004 \end_layout
30005
30006 \begin_layout Standard
30007
30008 \series bold
30009
30010 \backslash
30011 scalebox
30012 \series default
30013  is used with the following scheme:
30014 \end_layout
30015
30016 \begin_layout Standard
30017
30018 \series bold
30019
30020 \backslash
30021 scalebox{horizontal}[vertical]{box content}
30022 \end_layout
30023
30024 \begin_layout Standard
30025 Horizontal and vertical are the corresponding scaling factors.
30026  If no vertical scaling factor is given, the horizontal factor will also
30027  be used as vertical one.
30028 \end_layout
30029
30030 \begin_layout Standard
30031 The command 
30032 \series bold
30033
30034 \backslash
30035 scalebox{2}{Hello}
30036 \series default
30037  creates for example a double size 
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043
30044 \backslash
30045 scalebox{2}{
30046 \end_layout
30047
30048 \end_inset
30049
30050 Hello
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056 }
30057 \end_layout
30058
30059 \end_inset
30060
30061 , compared to the document text size.
30062 \end_layout
30063
30064 \begin_layout Standard
30065
30066 \series bold
30067
30068 \backslash
30069 scalebox{2}[1]{Hello}
30070 \series default
30071  in contrary distorts the 
30072 \begin_inset ERT
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076
30077
30078 \backslash
30079 scalebox{2}[1]{
30080 \end_layout
30081
30082 \end_inset
30083
30084 Hello
30085 \begin_inset ERT
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090 }
30091 \end_layout
30092
30093 \end_inset
30094
30095 .
30096 \end_layout
30097
30098 \begin_layout Standard
30099 If a the scaling factor is negative, the box content will be mirrored.
30100  Therefore the command 
30101 \series bold
30102
30103 \backslash
30104 scalebox{-1}[1]{Hello}
30105 \series default
30106  can be used to create mirror writing: 
30107 \begin_inset ERT
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111
30112
30113 \backslash
30114 scalebox{-1}[1]{
30115 \end_layout
30116
30117 \end_inset
30118
30119 Hello
30120 \begin_inset ERT
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125 }
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \end_layout
30132
30133 \begin_layout Standard
30134
30135 \series bold
30136
30137 \backslash
30138 scalebox{1}[-1]{Hello}
30139 \series default
30140  reflects the 
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146
30147 \backslash
30148 scalebox{1}[-1]{
30149 \end_layout
30150
30151 \end_inset
30152
30153 Hello
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159 }
30160 \end_layout
30161
30162 \end_inset
30163
30164  at the base line.
30165 \end_layout
30166
30167 \begin_layout Standard
30168 Equivalent to 
30169 \series bold
30170
30171 \backslash
30172 scalebox{-1}[1]{box content}
30173 \series default
30174  there exists the command
30175 \begin_inset Newline newline
30176 \end_inset
30177
30178
30179 \series bold
30180
30181 \backslash
30182 reflectbox{box content}
30183 \series default
30184 .
30185 \end_layout
30186
30187 \begin_layout Standard
30188 \begin_inset VSpace bigskip
30189 \end_inset
30190
30191 The command 
30192 \series bold
30193
30194 \backslash
30195 resizebox
30196 \series default
30197  is used to scale the box to a defined width and height.
30198  The command scheme is:
30199 \end_layout
30200
30201 \begin_layout Standard
30202
30203 \series bold
30204
30205 \backslash
30206 resizebox{width}{height}{box content}
30207 \end_layout
30208
30209 \begin_layout Standard
30210 Is one of the two command arguments given as exclamation mark 
30211 \series bold
30212 !
30213 \series default
30214 , the size is set so that the aspect ratio of the box content is kept.
30215 \end_layout
30216
30217 \begin_layout Standard
30218 The command 
30219 \series bold
30220
30221 \backslash
30222 resizebox{2cm}{1cm}{Hello}
30223 \series default
30224  produces: 
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 resizebox{2cm}{1cm}{
30233 \end_layout
30234
30235 \end_inset
30236
30237 Hello
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243 }
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \begin_inset Newline newline
30250 \end_inset
30251
30252 The command 
30253 \series bold
30254
30255 \backslash
30256 resizebox{2cm}{!}{Hello}
30257 \series default
30258  produces: 
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 resizebox{2cm}{!}{
30267 \end_layout
30268
30269 \end_inset
30270
30271 Hello
30272 \begin_inset ERT
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276
30277 }
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \end_layout
30284
30285 \begin_layout Standard
30286 \begin_inset VSpace bigskip
30287 \end_inset
30288
30289
30290 \begin_inset Note Greyedout
30291 status open
30292
30293 \begin_layout Plain Layout
30294
30295 \series bold
30296 Note:
30297 \series default
30298  When arguments of 
30299 \series bold
30300
30301 \backslash
30302 scalebox
30303 \series default
30304  or 
30305 \series bold
30306
30307 \backslash
30308 resizebox
30309 \series default
30310  are set to zero, no LaTeX-errors occur when exporting the document but
30311  the exported files can not or only partly be displayed.
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \end_layout
30318
30319 \begin_layout Standard
30320 \begin_inset VSpace bigskip
30321 \end_inset
30322
30323
30324 \end_layout
30325
30326 \begin_layout Standard
30327 The boxes can be combined in any order.
30328  E.
30329 \begin_inset space \thinspace{}
30330 \end_inset
30331
30332 g.
30333 \begin_inset space ~
30334 \end_inset
30335
30336 the command
30337 \begin_inset Newline newline
30338 \end_inset
30339
30340
30341 \series bold
30342
30343 \backslash
30344 rotatebox[origin=c]{-45}{
30345 \backslash
30346 resizebox{2cm}{!}{
30347 \backslash
30348 reflectbox{Hello}}}
30349 \begin_inset Newline newline
30350 \end_inset
30351
30352
30353 \series default
30354 produces:
30355 \end_layout
30356
30357 \begin_layout Standard
30358 \align center
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364
30365 \backslash
30366 rotatebox[origin=c]{-45}{
30367 \backslash
30368 resizebox{2cm}{!}{
30369 \backslash
30370 reflectbox{
30371 \end_layout
30372
30373 \end_inset
30374
30375 Hello
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381 }}}
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \begin_layout Standard
30390 \noindent
30391 Images, tables, and inline formulas are allowed as box content:
30392 \end_layout
30393
30394 \begin_layout Standard
30395 \align center
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 rotatebox[origin=c]{-30}{
30404 \backslash
30405 resizebox{2cm}{!}{
30406 \backslash
30407 reflectbox{
30408 \end_layout
30409
30410 \end_inset
30411
30412
30413 \begin_inset Graphics
30414         filename clipart/platypus.eps
30415         lyxscale 50
30416         width 25col%
30417
30418 \end_inset
30419
30420
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426 }}}
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 rotatebox[origin=c]{-45}{
30440 \backslash
30441 resizebox{2cm}{!}{
30442 \backslash
30443 reflectbox{
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \begin_inset Tabular
30450 <lyxtabular version="3" rows="2" columns="2">
30451 <features>
30452 <column alignment="center" valignment="top" width="0">
30453 <column alignment="center" valignment="top" width="0">
30454 <row>
30455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30456 \begin_inset Text
30457
30458 \begin_layout Plain Layout
30459 q
30460 \end_layout
30461
30462 \end_inset
30463 </cell>
30464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30465 \begin_inset Text
30466
30467 \begin_layout Plain Layout
30468 w
30469 \end_layout
30470
30471 \end_inset
30472 </cell>
30473 </row>
30474 <row>
30475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Plain Layout
30479 e
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488 r
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 </row>
30494 </lyxtabular>
30495
30496 \end_inset
30497
30498
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504 }}}
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515
30516 \backslash
30517 rotatebox[origin=c]{-45}{
30518 \backslash
30519 resizebox{2cm}{!}{
30520 \backslash
30521 reflectbox{
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30528 \end_inset
30529
30530
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536 }}}
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \begin_layout Standard
30545 When the global formula style 
30546 \series bold
30547 fleqn
30548 \series default
30549  is used in the document
30550 \begin_inset Foot
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 When 
30555 \begin_inset Quotes eld
30556 \end_inset
30557
30558 fleqn
30559 \begin_inset Quotes erd
30560 \end_inset
30561
30562  is added to the document class options.
30563 \end_layout
30564
30565 \end_inset
30566
30567 , also display formulas can be scaled.
30568 \end_layout
30569
30570 \begin_layout Chapter
30571 External Stuff
30572 \begin_inset Index
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576 External Stuff
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Standard
30585 With the menu 
30586 \family sans
30587 Insert\SpecialChar \menuseparator
30588 File
30589 \family default
30590  you can insert external material to your document.
30591  This can be:
30592 \end_layout
30593
30594 \begin_layout Description
30595 LyX
30596 \begin_inset space ~
30597 \end_inset
30598
30599 Document Another LyX document; its content is directly inserted to your
30600  document.
30601 \end_layout
30602
30603 \begin_layout Description
30604 Plain
30605 \begin_inset space ~
30606 \end_inset
30607
30608 Text A text document; every of its text lines is inserted to your document
30609  as own paragraph.
30610 \end_layout
30611
30612 \begin_layout Description
30613 Plain
30614 \begin_inset space ~
30615 \end_inset
30616
30617 Text,
30618 \begin_inset space ~
30619 \end_inset
30620
30621 Join
30622 \begin_inset space ~
30623 \end_inset
30624
30625 Lines A text document; its text lines are inserted as they are.
30626  Empty text lines creates a new paragraph in your document.
30627 \end_layout
30628
30629 \begin_layout Description
30630 External
30631 \begin_inset space ~
30632 \end_inset
30633
30634 Material Files in various formats.
30635 \end_layout
30636
30637 \begin_layout Description
30638 Child
30639 \begin_inset space ~
30640 \end_inset
30641
30642 Document LyX or LaTeX-documents.
30643 \end_layout
30644
30645 \begin_layout Section
30646 External Material
30647 \begin_inset Index
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651 External Stuff ! External Material
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \begin_layout Standard
30660 The external material feature allows you to insert files to your document
30661  without converting them previously to a format that can be read by the
30662  document output format because LyX takes care of needed conversions.
30663  This is similar to images that can be inserted in various image formats
30664  to LyX documents.
30665 \end_layout
30666
30667 \begin_layout Standard
30668 External material can be inserted via the 
30669 \family sans
30670 External Material
30671 \family default
30672  dialog that is accessible with the menu 
30673 \family sans
30674 Insert\SpecialChar \menuseparator
30675 File\SpecialChar \menuseparator
30676 External
30677 \begin_inset space ~
30678 \end_inset
30679
30680 Material
30681 \family default
30682 .
30683  Currently the following file types (
30684 \family sans
30685 Templates
30686 \family default
30687 ) are allowed:
30688 \end_layout
30689
30690 \begin_layout Description
30691 ChessDiagram This template supports chess position diagrams made with the
30692  programas 
30693 \series bold
30694
30695 \begin_inset CommandInset href
30696 LatexCommand href
30697 name "XBoard"
30698 target "http://en.wikipedia.org/wiki/XBoard"
30699
30700 \end_inset
30701
30702
30703 \series default
30704 .
30705 \end_layout
30706
30707 \begin_layout Description
30708 Date This inserts the date in the form 
30709 \emph on
30710 Day-Month-Year
30711 \emph default
30712 .
30713  This is a date inserted as external material: 
30714 \begin_inset External
30715         template Date
30716         filename .
30717
30718 \end_inset
30719
30720
30721 \begin_inset space ~
30722 \end_inset
30723
30724
30725 \begin_inset Note Note
30726 status open
30727
30728 \begin_layout Plain Layout
30729 Remove the protected space when bug 4398 is fixed!
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \begin_inset Newline newline
30736 \end_inset
30737
30738 The date is not shown within LyX, only in the output.
30739  There are two other methods of inserting a date: Via menu 
30740 \family sans
30741 Insert\SpecialChar \menuseparator
30742 Date
30743 \family default
30744  and with the LaTeX command 
30745 \series bold
30746
30747 \backslash
30748 today
30749 \series default
30750  as TeX-Code.
30751  The different methods are compared in Table
30752 \begin_inset space ~
30753 \end_inset
30754
30755
30756 \begin_inset CommandInset ref
30757 LatexCommand ref
30758 reference "tab:Comparison-of-the"
30759
30760 \end_inset
30761
30762 .
30763 \end_layout
30764
30765 \begin_layout Description
30766 LilyPond This template is used for music notation typeset with the program
30767 \begin_inset Newline linebreak
30768 \end_inset
30769
30770
30771 \series bold
30772
30773 \begin_inset CommandInset href
30774 LatexCommand href
30775 name "LilyPond"
30776 target "http://en.wikipedia.org/wiki/LilyPond"
30777
30778 \end_inset
30779
30780
30781 \series default
30782 .
30783 \end_layout
30784
30785 \begin_layout Description
30786 RasterImage This can be used for bitmap images.
30787  Nearly all popular image formats are supported.
30788  The image can be treated in the 
30789 \family sans
30790 External material
30791 \family default
30792  dialog like the images that are usually included via the 
30793 \family sans
30794 Graphics
30795 \family default
30796  dialog as described in section
30797 \begin_inset space ~
30798 \end_inset
30799
30800
30801 \begin_inset CommandInset ref
30802 LatexCommand ref
30803 reference "sec:Graphics-Dialog"
30804
30805 \end_inset
30806
30807 .
30808  The difference is that only raster images are allowed, that means that
30809  PDF and EPS-images are not supported.
30810 \end_layout
30811
30812 \begin_layout Description
30813 XFig This template supports images created with the program 
30814 \series bold
30815
30816 \begin_inset CommandInset href
30817 LatexCommand href
30818 name "Xfig"
30819 target "http://en.wikipedia.org/wiki/Xfig"
30820
30821 \end_inset
30822
30823
30824 \series default
30825 .
30826 \end_layout
30827
30828 \begin_layout Standard
30829 \begin_inset Float table
30830 placement h
30831 wide false
30832 sideways false
30833 status open
30834
30835 \begin_layout Plain Layout
30836 \begin_inset Caption
30837
30838 \begin_layout Plain Layout
30839 \begin_inset CommandInset label
30840 LatexCommand label
30841 name "tab:Comparison-of-the"
30842
30843 \end_inset
30844
30845 Comparison of the date input methods.
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Plain Layout
30854 \align center
30855 \begin_inset Tabular
30856 <lyxtabular version="3" rows="4" columns="4">
30857 <features>
30858 <column alignment="center" valignment="top" width="0">
30859 <column alignment="center" valignment="top" width="0">
30860 <column alignment="center" valignment="top" width="0">
30861 <column alignment="center" valignment="top" width="0">
30862 <row>
30863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30864 \begin_inset Text
30865
30866 \begin_layout Plain Layout
30867 Document format
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30873 \begin_inset Text
30874
30875 \begin_layout Plain Layout
30876
30877 \family sans
30878 External Material\SpecialChar \menuseparator
30879 Date
30880 \end_layout
30881
30882 \end_inset
30883 </cell>
30884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30885 \begin_inset Text
30886
30887 \begin_layout Plain Layout
30888
30889 \family sans
30890 Insert\SpecialChar \menuseparator
30891 Date
30892 \end_layout
30893
30894 \end_inset
30895 </cell>
30896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30897 \begin_inset Text
30898
30899 \begin_layout Plain Layout
30900 command 
30901 \series bold
30902
30903 \backslash
30904 today
30905 \end_layout
30906
30907 \end_inset
30908 </cell>
30909 </row>
30910 <row>
30911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30912 \begin_inset Text
30913
30914 \begin_layout Plain Layout
30915 LyX
30916 \end_layout
30917
30918 \end_inset
30919 </cell>
30920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30921 \begin_inset Text
30922
30923 \begin_layout Plain Layout
30924 as inset box
30925 \end_layout
30926
30927 \end_inset
30928 </cell>
30929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30930 \begin_inset Text
30931
30932 \begin_layout Plain Layout
30933 as date
30934 \end_layout
30935
30936 \end_inset
30937 </cell>
30938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30939 \begin_inset Text
30940
30941 \begin_layout Plain Layout
30942 as TeX-Code inset box
30943 \end_layout
30944
30945 \end_inset
30946 </cell>
30947 </row>
30948 <row>
30949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30950 \begin_inset Text
30951
30952 \begin_layout Plain Layout
30953 LaTeX
30954 \end_layout
30955
30956 \end_inset
30957 </cell>
30958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962 as date
30963 \end_layout
30964
30965 \end_inset
30966 </cell>
30967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30968 \begin_inset Text
30969
30970 \begin_layout Plain Layout
30971 as date
30972 \end_layout
30973
30974 \end_inset
30975 </cell>
30976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30977 \begin_inset Text
30978
30979 \begin_layout Plain Layout
30980 as command
30981 \end_layout
30982
30983 \end_inset
30984 </cell>
30985 </row>
30986 <row>
30987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30988 \begin_inset Text
30989
30990 \begin_layout Plain Layout
30991 DVI, PDF, PS
30992 \end_layout
30993
30994 \end_inset
30995 </cell>
30996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30997 \begin_inset Text
30998
30999 \begin_layout Plain Layout
31000 as date
31001 \end_layout
31002
31003 \end_inset
31004 </cell>
31005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31006 \begin_inset Text
31007
31008 \begin_layout Plain Layout
31009 as date
31010 \end_layout
31011
31012 \end_inset
31013 </cell>
31014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31015 \begin_inset Text
31016
31017 \begin_layout Plain Layout
31018 as date
31019 \end_layout
31020
31021 \end_inset
31022 </cell>
31023 </row>
31024 </lyxtabular>
31025
31026 \end_inset
31027
31028
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Standard
31037 When you use the option 
31038 \family sans
31039 Draft
31040 \family default
31041  in the 
31042 \family sans
31043 File
31044 \family default
31045  tab of the 
31046 \family sans
31047 External Material
31048 \family default
31049  dialog, only the path to the inserted file is shown in the output.
31050 \begin_inset Newline newline
31051 \end_inset
31052
31053 External material is displayed in LyX either as box like this: 
31054 \begin_inset Graphics
31055         filename clipart/ExternalMaterialQt4.png
31056         scale 85
31057         scaleBeforeRotation
31058
31059 \end_inset
31060
31061  or as image, depending on the setting in the 
31062 \family sans
31063 LyX
31064 \begin_inset space ~
31065 \end_inset
31066
31067 View
31068 \family default
31069  tab of the 
31070 \family sans
31071 External Material
31072 \family default
31073  dialog.
31074 \end_layout
31075
31076 \begin_layout Standard
31077 The 
31078 \family sans
31079 \emph on
31080 Customization
31081 \family default
31082 \emph default
31083  manual explains how you can define your own templates.
31084 \end_layout
31085
31086 \begin_layout Section
31087 Child Documents
31088 \begin_inset CommandInset label
31089 LatexCommand label
31090 name "sec:Child-Documents"
31091
31092 \end_inset
31093
31094
31095 \begin_inset Index
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099 External Stuff ! Child Documents
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \begin_inset Index
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109 Files ! Include
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Standard
31118 Child documents are used when you have a long document consisting of several
31119  larger parts or sections.
31120  For maintenance it is often useful and sometimes even required to split
31121  the document in several files that can be revised separately.
31122  The different documents are then the so called child documents and a master
31123  document connects them to print the full document or parts of it.
31124 \end_layout
31125
31126 \begin_layout Standard
31127 Included documents are displayed in LyX as a box like this: 
31128 \begin_inset Graphics
31129         filename clipart/ChildDocumentQt4.png
31130         scale 85
31131         scaleBeforeRotation
31132
31133 \end_inset
31134
31135  To include child documents to a master document use the menu 
31136 \family sans
31137 Insert\SpecialChar \menuseparator
31138 File\SpecialChar \menuseparator
31139 Child
31140 \begin_inset space ~
31141 \end_inset
31142
31143 Documents
31144 \family default
31145 .
31146  A dialog pops up where you can choose between four include methods:
31147 \end_layout
31148
31149 \begin_layout Description
31150 Include You can include LyX and LaTeX-documents.
31151  When you press the 
31152 \family sans
31153 Load
31154 \family default
31155  button in the 
31156 \family sans
31157 Child Document
31158 \family default
31159  dialog, the included documents will be opened in LyX in a new file tab
31160  so that you can modify it.
31161 \begin_inset Newline newline
31162 \end_inset
31163
31164
31165 \end_layout
31166
31167 \begin_layout Standard
31168 Here is a child document inserted using 
31169 \family sans
31170 Include
31171 \family default
31172
31173 \begin_inset CommandInset include
31174 LatexCommand include
31175 filename "DummyDocument1.lyx"
31176
31177 \end_inset
31178
31179
31180 \end_layout
31181
31182 \begin_layout Standard
31183 The section numbering includes the sections of the included files in the
31184  order they are inserted in the master document.
31185  The included example document has for example a subsection that is numbered
31186  as subsection of this section.
31187  Labels of included documents can be referenced: Subsection
31188 \begin_inset space ~
31189 \end_inset
31190
31191
31192 \begin_inset CommandInset ref
31193 LatexCommand ref
31194 reference "sub:External-Subsection-1"
31195
31196 \end_inset
31197
31198
31199 \end_layout
31200
31201 \begin_layout Standard
31202 The preamble of the child document is ignored, only the preamble of the
31203  master document is used.
31204  Included documents are inserted starting on a new page and end with a page
31205  break.
31206 \end_layout
31207
31208 \begin_layout Standard
31209 With the LaTeX-command 
31210 \series bold
31211
31212 \backslash
31213 includeonly 
31214 \series default
31215 you can specify which included child documents are processed when the output
31216  is generated.
31217  This is useful when you are perhaps only working on a certain chapter of
31218  your large document as this saves compiling time.
31219  
31220 \series bold
31221
31222 \backslash
31223 includeonly
31224 \series default
31225  is inserted to the master document preamble.
31226  It takes a comma-separated list of the filenames as argument, e.g.
31227 \end_layout
31228
31229 \begin_layout Standard
31230
31231 \series bold
31232
31233 \backslash
31234 includeonly{chapter1,chapter5}
31235 \end_layout
31236
31237 \begin_layout Standard
31238 will only process the included files named 
31239 \begin_inset Quotes eld
31240 \end_inset
31241
31242 chapter1.lyx
31243 \begin_inset Quotes erd
31244 \end_inset
31245
31246  (or 
31247 \begin_inset Quotes eld
31248 \end_inset
31249
31250 chapter1.tex
31251 \begin_inset Quotes erd
31252 \end_inset
31253
31254 ) and 
31255 \begin_inset Quotes eld
31256 \end_inset
31257
31258 chapter5.lyx
31259 \begin_inset Quotes erd
31260 \end_inset
31261
31262  .
31263 \end_layout
31264
31265 \begin_layout Standard
31266 \begin_inset Note Greyedout
31267 status open
31268
31269 \begin_layout Plain Layout
31270
31271 \series bold
31272 Note:
31273 \series default
31274  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31275 w the document in case that the child document uses another document class
31276  than the master document as this will lead to unexpected outputs.
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Description
31285 Input This method is very similar to the Include method.
31286  The differences are:
31287 \end_layout
31288
31289 \begin_deeper
31290 \begin_layout Itemize
31291 Input files don't start with a new page and don't end with a page break.
31292 \end_layout
31293
31294 \begin_layout Itemize
31295 Input files can be previewed in LyX when 
31296 \family sans
31297 Instant
31298 \begin_inset space ~
31299 \end_inset
31300
31301 Preview
31302 \family default
31303  is enabled in LyX's preferences under 
31304 \family sans
31305 Look
31306 \begin_inset space ~
31307 \end_inset
31308
31309 and
31310 \begin_inset space ~
31311 \end_inset
31312
31313 feel\SpecialChar \menuseparator
31314 Graphics
31315 \family default
31316 .
31317 \end_layout
31318
31319 \begin_layout Itemize
31320 The LaTeX-command 
31321 \series bold
31322
31323 \backslash
31324 includeonly
31325 \series default
31326  cannot be used.
31327 \end_layout
31328
31329 \end_deeper
31330 \begin_layout Standard
31331 Here is a child document inserted using 
31332 \family sans
31333 Input
31334 \family default
31335
31336 \begin_inset CommandInset include
31337 LatexCommand input
31338 filename "DummyDocument2.lyx"
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \begin_layout Description
31346 Verbatim With this method every text file can be included.
31347  The file is shown in the output with its source code, no command used in
31348  the text is invoked.
31349  You can use the option 
31350 \family sans
31351 Mark spaces in output
31352 \family default
31353  that displays the character 
31354 \begin_inset Quotes eld
31355 \end_inset
31356
31357
31358 \begin_inset ERT
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362
31363
31364 \backslash
31365 textvisiblespace 
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \begin_inset Quotes erd
31372 \end_inset
31373
31374  for every space character in the source code.
31375  The difference to the method via the menu 
31376 \family sans
31377 Insert\SpecialChar \menuseparator
31378 File\SpecialChar \menuseparator
31379 Plain
31380 \begin_inset space ~
31381 \end_inset
31382
31383 Text
31384 \family default
31385  is that the document content is not shown in LyX.
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Here is a child document inserted as Verbatim: 
31390 \begin_inset CommandInset include
31391 LatexCommand verbatiminput
31392 filename "DummyTextDocument.txt"
31393
31394 \end_inset
31395
31396
31397 \begin_inset VSpace bigskip
31398 \end_inset
31399
31400 Here is a child document inserted as Verbatim using the 
31401 \family sans
31402 Mark spaces in output
31403 \family default
31404  option: 
31405 \begin_inset CommandInset include
31406 LatexCommand verbatiminput*
31407 filename "DummyTextDocument.txt"
31408
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \begin_layout Standard
31415 \begin_inset VSpace bigskip
31416 \end_inset
31417
31418
31419 \end_layout
31420
31421 \begin_layout Standard
31422 \begin_inset Note Greyedout
31423 status open
31424
31425 \begin_layout Plain Layout
31426
31427 \series bold
31428 Note:
31429 \series default
31430  As you can see in the examples above, the text of the documents included
31431  as 
31432 \family sans
31433 verbatim
31434 \family default
31435  is not broken at the end of the document lines.
31436 \end_layout
31437
31438 \end_inset
31439
31440
31441 \end_layout
31442
31443 \begin_layout Description
31444 Listings This type is described in chapter
31445 \begin_inset space ~
31446 \end_inset
31447
31448
31449 \begin_inset CommandInset ref
31450 LatexCommand ref
31451 reference "cha:Program-Code-Listings"
31452
31453 \end_inset
31454
31455 .
31456 \end_layout
31457
31458 \begin_layout Standard
31459 \begin_inset Note Greyedout
31460 status open
31461
31462 \begin_layout Plain Layout
31463
31464 \series bold
31465 Note:
31466 \series default
31467  Including the same document twice in a document using different methods
31468  could cause LaTeX-problems.
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \end_layout
31475
31476 \begin_layout Chapter
31477 Program Code Listings
31478 \begin_inset CommandInset label
31479 LatexCommand label
31480 name "cha:Program-Code-Listings"
31481
31482 \end_inset
31483
31484
31485 \begin_inset Index
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489 Listings
31490 \end_layout
31491
31492 \end_inset
31493
31494
31495 \begin_inset Index
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499 Program Code
31500 \end_layout
31501
31502 \end_inset
31503
31504
31505 \begin_inset Index
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509 Floats ! Listings
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \end_layout
31516
31517 \begin_layout Standard
31518 To include and typeset program code you can use the 
31519 \family sans
31520 Listings
31521 \family default
31522  inset that can be inserted via the menu 
31523 \family sans
31524 Insert\SpecialChar \menuseparator
31525 Program Listing
31526 \family default
31527 .
31528  The LaTeX-package 
31529 \series bold
31530 listings
31531 \series default
31532
31533 \begin_inset Index
31534 status collapsed
31535
31536 \begin_layout Plain Layout
31537 LaTeX-packages ! listings
31538 \end_layout
31539
31540 \end_inset
31541
31542  provides a powerful and flexible way to insert program source code to your
31543  document.
31544 \end_layout
31545
31546 \begin_layout Standard
31547 When right-clicking on a listings inset a dialog pops up where you can set
31548  the listings format.
31549 \end_layout
31550
31551 \begin_layout Standard
31552 By default, a listing starts a new paragraph in the output.
31553  The placement option 
31554 \family sans
31555 Inline
31556 \begin_inset space ~
31557 \end_inset
31558
31559 listing
31560 \family default
31561  prints the listing inline like this: 
31562 \begin_inset listings
31563 lstparams "language={C++}"
31564 inline true
31565 status open
31566
31567 \begin_layout Plain Layout
31568 int a=5;
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \begin_inset Newline newline
31575 \end_inset
31576
31577 The option 
31578 \family sans
31579 Float
31580 \family default
31581  creates a listings float where you can specify the placement options 
31582 \begin_inset Quotes eld
31583 \end_inset
31584
31585
31586 \family sans
31587 h
31588 \family default
31589
31590 \begin_inset Quotes erd
31591 \end_inset
31592
31593
31594 \begin_inset Quotes eld
31595 \end_inset
31596
31597
31598 \family sans
31599 t
31600 \family default
31601
31602 \begin_inset Quotes erd
31603 \end_inset
31604
31605
31606 \begin_inset Quotes eld
31607 \end_inset
31608
31609
31610 \family sans
31611 b
31612 \family default
31613
31614 \begin_inset Quotes erd
31615 \end_inset
31616
31617 , and 
31618 \begin_inset Quotes eld
31619 \end_inset
31620
31621
31622 \family sans
31623 p
31624 \family default
31625
31626 \begin_inset Quotes erd
31627 \end_inset
31628
31629  corresponding to the float placement options described in section
31630 \begin_inset space ~
31631 \end_inset
31632
31633
31634 \begin_inset CommandInset ref
31635 LatexCommand ref
31636 reference "sec:Float-Placement"
31637
31638 \end_inset
31639
31640 .
31641  The placement options can be mixed and are inserted without any separation,
31642  e.
31643 \begin_inset space \thinspace{}
31644 \end_inset
31645
31646 g.
31647 \begin_inset space ~
31648 \end_inset
31649
31650
31651 \begin_inset Quotes eld
31652 \end_inset
31653
31654
31655 \family sans
31656 htbp
31657 \family default
31658
31659 \begin_inset Quotes erd
31660 \end_inset
31661
31662 .
31663  The option 
31664 \begin_inset Quotes eld
31665 \end_inset
31666
31667 h
31668 \begin_inset Quotes erd
31669 \end_inset
31670
31671  has sometimes no effect, but you don't need to use the 
31672 \family sans
31673 Float
31674 \family default
31675  option in this case as also non-float listings can have captions and be
31676  referenced.
31677 \end_layout
31678
31679 \begin_layout Standard
31680 You can add captions to listings with the menu 
31681 \family sans
31682 Insert\SpecialChar \menuseparator
31683 Caption
31684 \family default
31685 .
31686  Listings can be referenced like floats: Listing
31687 \begin_inset space ~
31688 \end_inset
31689
31690
31691 \begin_inset CommandInset ref
31692 LatexCommand ref
31693 reference "lst:Example-Listing"
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Standard
31701 \begin_inset listings
31702 lstparams "language=Python"
31703 inline false
31704 status open
31705
31706 \begin_layout Plain Layout
31707 \begin_inset Caption
31708
31709 \begin_layout Plain Layout
31710 \begin_inset CommandInset label
31711 LatexCommand label
31712 name "lst:Example-Listing"
31713
31714 \end_inset
31715
31716 Example Listing float
31717 \end_layout
31718
31719 \end_inset
31720
31721 # Example listing float
31722 \end_layout
31723
31724 \begin_layout Plain Layout
31725 def func(param):
31726 \end_layout
31727
31728 \begin_layout Plain Layout
31729     'this is a python function'
31730 \end_layout
31731
31732 \begin_layout Plain Layout
31733     pass
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \begin_layout Standard
31742 When you have set a programming language in the listings dialog, the keywords
31743  of this language will be recognized and specially typeset in the output.
31744  In the example listings the Python keyword 
31745 \begin_inset Quotes eld
31746 \end_inset
31747
31748 def
31749 \begin_inset Quotes erd
31750 \end_inset
31751
31752  is recognized and printed bold in the output.
31753 \end_layout
31754
31755 \begin_layout Standard
31756 \begin_inset Note Greyedout
31757 status open
31758
31759 \begin_layout Plain Layout
31760
31761 \series bold
31762 Note:
31763 \series default
31764  If you don't get bold keywords when using typewriter fonts, your typewriter
31765  font probably doesn't provide a bold shape.
31766  In this case select a different one in the menu 
31767 \family sans
31768 Document\SpecialChar \menuseparator
31769 Settings\SpecialChar \menuseparator
31770 Fonts
31771 \family default
31772 .
31773  (The fonts 
31774 \emph on
31775 LuxiMono, BeraMono
31776 \emph default
31777  and 
31778 \emph on
31779 Courier
31780 \emph default
31781  provide bold shapes.)
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \end_layout
31788
31789 \begin_layout Standard
31790 In section 
31791 \family sans
31792 Line
31793 \begin_inset space ~
31794 \end_inset
31795
31796 numbering
31797 \family default
31798  of the listings dialog you can specify the line numbering style.
31799  You can insert a number to specify which lines are numbered to the field
31800  
31801 \family sans
31802 Step
31803 \family default
31804 .
31805  When you insert e.g.
31806  
31807 \begin_inset Quotes eld
31808 \end_inset
31809
31810 3
31811 \begin_inset Quotes erd
31812 \end_inset
31813
31814 , only every 3rd line will be numbered.
31815 \end_layout
31816
31817 \begin_layout Standard
31818 You can furthermore specify a range of lines, only these will then appear
31819  in the output.
31820  The option 
31821 \family sans
31822 Extended
31823 \begin_inset space ~
31824 \end_inset
31825
31826 chars
31827 \family default
31828  should be used when you use national characters like the German umlauts
31829  in the listing.
31830 \begin_inset Newline newline
31831 \end_inset
31832
31833 Here is an example listing with left line numbering, step 
31834 \begin_inset Quotes eld
31835 \end_inset
31836
31837 3
31838 \begin_inset Quotes erd
31839 \end_inset
31840
31841 , language 
31842 \begin_inset Quotes eld
31843 \end_inset
31844
31845 Python
31846 \begin_inset Quotes erd
31847 \end_inset
31848
31849 , options 
31850 \begin_inset Quotes eld
31851 \end_inset
31852
31853 Extended
31854 \begin_inset space ~
31855 \end_inset
31856
31857 chars
31858 \begin_inset Quotes erd
31859 \end_inset
31860
31861  and 
31862 \begin_inset Quotes eld
31863 \end_inset
31864
31865 Space
31866 \begin_inset space ~
31867 \end_inset
31868
31869 as
31870 \begin_inset space ~
31871 \end_inset
31872
31873 Symbol
31874 \begin_inset Quotes erd
31875 \end_inset
31876
31877 , range lines 3
31878 \begin_inset space \thinspace{}
31879 \end_inset
31880
31881 -
31882 \begin_inset space \thinspace{}
31883 \end_inset
31884
31885 8:
31886 \end_layout
31887
31888 \begin_layout Standard
31889 \begin_inset listings
31890 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31891 inline false
31892 status open
31893
31894 \begin_layout Plain Layout
31895 def func(param):
31896 \end_layout
31897
31898 \begin_layout Plain Layout
31899     'this is a python function'
31900 \end_layout
31901
31902 \begin_layout Plain Layout
31903     pass
31904 \end_layout
31905
31906 \begin_layout Plain Layout
31907 def func(param):
31908 \end_layout
31909
31910 \begin_layout Plain Layout
31911 'This is a German word: Tschüß'
31912 \end_layout
31913
31914 \begin_layout Plain Layout
31915 pass
31916 \end_layout
31917
31918 \begin_layout Plain Layout
31919 def func(param):
31920 \end_layout
31921
31922 \begin_layout Plain Layout
31923 'this is a python function'
31924 \end_layout
31925
31926 \begin_layout Plain Layout
31927 pass
31928 \end_layout
31929
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \begin_layout Standard
31936 \begin_inset Note Greyedout
31937 status open
31938
31939 \begin_layout Plain Layout
31940
31941 \series bold
31942 Note:
31943 \series default
31944  Due to a bug in the 
31945 \series bold
31946 listings
31947 \series default
31948  package the line numbering is shifted by a line by every previous listing.
31949  That's the reason why the lines 2 and 5 are numbered in the above listing
31950  and not the lines 3 and 6.
31951 \end_layout
31952
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \begin_layout Standard
31959 \begin_inset VSpace bigskip
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \begin_layout Standard
31966 It is also possible to print lines from a file as listing.
31967  To do this, use the menu 
31968 \family sans
31969 Insert\SpecialChar \menuseparator
31970 File\SpecialChar \menuseparator
31971 Child Document
31972 \family default
31973  and choose the type 
31974 \family sans
31975 Listings
31976 \family default
31977 .
31978 \begin_inset Foot
31979 status collapsed
31980
31981 \begin_layout Plain Layout
31982 The other child document types are described in section
31983 \begin_inset space ~
31984 \end_inset
31985
31986
31987 \begin_inset CommandInset ref
31988 LatexCommand ref
31989 reference "sec:Child-Documents"
31990
31991 \end_inset
31992
31993 .
31994 \end_layout
31995
31996 \end_inset
31997
31998  In the child document dialog you can specify the listing parameters in
31999  a text box.
32000  To show a list of all available parameters, type in a question mark 
32001 \begin_inset Quotes eld
32002 \end_inset
32003
32004 ?
32005 \begin_inset Quotes erd
32006 \end_inset
32007
32008  in the text box.
32009 \end_layout
32010
32011 \begin_layout Standard
32012 To reference child document listings, write a label text into the corresponding
32013  field of the child document dialog.
32014  The label can then be referenced using the menu 
32015 \family sans
32016 Insert\SpecialChar \menuseparator
32017 Cross-Reference
32018 \family default
32019 .
32020 \end_layout
32021
32022 \begin_layout Standard
32023 Listing
32024 \begin_inset space ~
32025 \end_inset
32026
32027
32028 \begin_inset CommandInset ref
32029 LatexCommand ref
32030 reference "lst:file-listing"
32031
32032 \end_inset
32033
32034  is an example for a listing of a file; there the lines 10
32035 \begin_inset space \thinspace{}
32036 \end_inset
32037
32038 -
32039 \begin_inset space \thinspace{}
32040 \end_inset
32041
32042 15 of this LyX file are listed.
32043 \end_layout
32044
32045 \begin_layout Standard
32046 \begin_inset CommandInset include
32047 LatexCommand lstinputlisting
32048 filename "EmbeddedObjects.lyx"
32049 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32050
32051 \end_inset
32052
32053
32054 \end_layout
32055
32056 \begin_layout Standard
32057 \begin_inset VSpace bigskip
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 Global listings settings can be set in the 
32065 \family sans
32066 Document\SpecialChar \menuseparator
32067 Settings\SpecialChar \menuseparator
32068 Text Layout
32069 \family default
32070  dialog.
32071  To get there a list of available options, type in a question mark 
32072 \begin_inset Quotes eld
32073 \end_inset
32074
32075 ?
32076 \begin_inset Quotes erd
32077 \end_inset
32078
32079  in the 
32080 \family sans
32081 Listings
32082 \begin_inset space ~
32083 \end_inset
32084
32085 settings
32086 \family default
32087  field.
32088 \end_layout
32089
32090 \begin_layout Standard
32091 For more information about the 
32092 \series bold
32093 listings
32094 \series default
32095  package, we refer to its documentation 
32096 \begin_inset CommandInset citation
32097 LatexCommand cite
32098 key "listings"
32099
32100 \end_inset
32101
32102 .
32103 \end_layout
32104
32105 \begin_layout Standard
32106 \begin_inset Newpage newpage
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \begin_layout Chapter
32113 \start_of_appendix
32114 Units available in LyX
32115 \begin_inset Index
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119 Units
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \begin_inset CommandInset label
32126 LatexCommand label
32127 name "cha:Units-available-in"
32128
32129 \end_inset
32130
32131
32132 \end_layout
32133
32134 \begin_layout Standard
32135 To understand the units described in this documentation, Table
32136 \begin_inset space ~
32137 \end_inset
32138
32139
32140 \begin_inset CommandInset ref
32141 LatexCommand ref
32142 reference "tab:Units"
32143
32144 \end_inset
32145
32146  explains all units available in LyX.
32147 \end_layout
32148
32149 \begin_layout Standard
32150 \begin_inset Float table
32151 placement h
32152 wide false
32153 sideways false
32154 status open
32155
32156 \begin_layout Plain Layout
32157 \begin_inset Caption
32158
32159 \begin_layout Plain Layout
32160 \begin_inset CommandInset label
32161 LatexCommand label
32162 name "tab:Units"
32163
32164 \end_inset
32165
32166 Units
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Plain Layout
32175 \begin_inset VSpace medskip
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \begin_layout Plain Layout
32182 \align center
32183 \begin_inset Tabular
32184 <lyxtabular version="3" rows="20" columns="2">
32185 <features>
32186 <column alignment="center" valignment="top" width="0">
32187 <column alignment="center" valignment="top" width="0">
32188 <row>
32189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193 unit
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202 name/description
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 </row>
32208 <row>
32209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32210 \begin_inset Text
32211
32212 \begin_layout Plain Layout
32213 mm
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32219 \begin_inset Text
32220
32221 \begin_layout Plain Layout
32222 millimeter
32223 \end_layout
32224
32225 \end_inset
32226 </cell>
32227 </row>
32228 <row>
32229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32230 \begin_inset Text
32231
32232 \begin_layout Plain Layout
32233 cm
32234 \end_layout
32235
32236 \end_inset
32237 </cell>
32238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32239 \begin_inset Text
32240
32241 \begin_layout Plain Layout
32242 centimeter
32243 \end_layout
32244
32245 \end_inset
32246 </cell>
32247 </row>
32248 <row>
32249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253 in
32254 \end_layout
32255
32256 \end_inset
32257 </cell>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262 inch
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 </row>
32268 <row>
32269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273 pt
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 point (72.27
32283 \begin_inset space \thinspace{}
32284 \end_inset
32285
32286 pt = 1
32287 \begin_inset space \thinspace{}
32288 \end_inset
32289
32290 in)
32291 \end_layout
32292
32293 \end_inset
32294 </cell>
32295 </row>
32296 <row>
32297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32298 \begin_inset Text
32299
32300 \begin_layout Plain Layout
32301 pc
32302 \end_layout
32303
32304 \end_inset
32305 </cell>
32306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32307 \begin_inset Text
32308
32309 \begin_layout Plain Layout
32310 pica (1
32311 \begin_inset space \thinspace{}
32312 \end_inset
32313
32314 pc = 12
32315 \begin_inset space \thinspace{}
32316 \end_inset
32317
32318 pt)
32319 \end_layout
32320
32321 \end_inset
32322 </cell>
32323 </row>
32324 <row>
32325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32326 \begin_inset Text
32327
32328 \begin_layout Plain Layout
32329 sp
32330 \end_layout
32331
32332 \end_inset
32333 </cell>
32334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32335 \begin_inset Text
32336
32337 \begin_layout Plain Layout
32338 scaled point (65536
32339 \begin_inset space \thinspace{}
32340 \end_inset
32341
32342 sp = 1
32343 \begin_inset space \thinspace{}
32344 \end_inset
32345
32346 pt)
32347 \end_layout
32348
32349 \end_inset
32350 </cell>
32351 </row>
32352 <row>
32353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357 bp
32358 \end_layout
32359
32360 \end_inset
32361 </cell>
32362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32363 \begin_inset Text
32364
32365 \begin_layout Plain Layout
32366 big point (72
32367 \begin_inset space \thinspace{}
32368 \end_inset
32369
32370 bp = 1
32371 \begin_inset space \thinspace{}
32372 \end_inset
32373
32374 in)
32375 \end_layout
32376
32377 \end_inset
32378 </cell>
32379 </row>
32380 <row>
32381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32382 \begin_inset Text
32383
32384 \begin_layout Plain Layout
32385 dd
32386 \end_layout
32387
32388 \end_inset
32389 </cell>
32390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32391 \begin_inset Text
32392
32393 \begin_layout Plain Layout
32394 didot (1
32395 \begin_inset space \thinspace{}
32396 \end_inset
32397
32398 dd 
32399 \begin_inset Formula $\approx$
32400 \end_inset
32401
32402  0.376
32403 \begin_inset space \thinspace{}
32404 \end_inset
32405
32406 mm)
32407 \end_layout
32408
32409 \end_inset
32410 </cell>
32411 </row>
32412 <row>
32413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417 cc
32418 \end_layout
32419
32420 \end_inset
32421 </cell>
32422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32423 \begin_inset Text
32424
32425 \begin_layout Plain Layout
32426 cicero (1
32427 \begin_inset space \thinspace{}
32428 \end_inset
32429
32430 cc = 12
32431 \begin_inset space \thinspace{}
32432 \end_inset
32433
32434 dd)
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 </row>
32440 <row>
32441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32442 \begin_inset Text
32443
32444 \begin_layout Plain Layout
32445 Scale%
32446 \end_layout
32447
32448 \end_inset
32449 </cell>
32450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32451 \begin_inset Text
32452
32453 \begin_layout Plain Layout
32454 % of original image width
32455 \end_layout
32456
32457 \end_inset
32458 </cell>
32459 </row>
32460 <row>
32461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32462 \begin_inset Text
32463
32464 \begin_layout Plain Layout
32465 text%
32466 \end_layout
32467
32468 \end_inset
32469 </cell>
32470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32471 \begin_inset Text
32472
32473 \begin_layout Plain Layout
32474 % of text width
32475 \end_layout
32476
32477 \end_inset
32478 </cell>
32479 </row>
32480 <row>
32481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485 col%
32486 \end_layout
32487
32488 \end_inset
32489 </cell>
32490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32491 \begin_inset Text
32492
32493 \begin_layout Plain Layout
32494 % of column width
32495 \end_layout
32496
32497 \end_inset
32498 </cell>
32499 </row>
32500 <row>
32501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32502 \begin_inset Text
32503
32504 \begin_layout Plain Layout
32505 page%
32506 \end_layout
32507
32508 \end_inset
32509 </cell>
32510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32511 \begin_inset Text
32512
32513 \begin_layout Plain Layout
32514 % of paper width
32515 \end_layout
32516
32517 \end_inset
32518 </cell>
32519 </row>
32520 <row>
32521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32522 \begin_inset Text
32523
32524 \begin_layout Plain Layout
32525 line%
32526 \end_layout
32527
32528 \end_inset
32529 </cell>
32530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32531 \begin_inset Text
32532
32533 \begin_layout Plain Layout
32534 % of line width
32535 \end_layout
32536
32537 \end_inset
32538 </cell>
32539 </row>
32540 <row>
32541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32542 \begin_inset Text
32543
32544 \begin_layout Plain Layout
32545 theight%
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32551 \begin_inset Text
32552
32553 \begin_layout Plain Layout
32554 % of text height
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 </row>
32560 <row>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565 pheight%
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574 % of paper height
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 </row>
32580 <row>
32581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585 ex
32586 \end_layout
32587
32588 \end_inset
32589 </cell>
32590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32591 \begin_inset Text
32592
32593 \begin_layout Plain Layout
32594 height of letter 
32595 \emph on
32596 x
32597 \emph default
32598  in current font
32599 \end_layout
32600
32601 \end_inset
32602 </cell>
32603 </row>
32604 <row>
32605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32606 \begin_inset Text
32607
32608 \begin_layout Plain Layout
32609 em
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618 width of letter 
32619 \emph on
32620 M
32621 \emph default
32622  in current font
32623 \end_layout
32624
32625 \end_inset
32626 </cell>
32627 </row>
32628 <row>
32629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32630 \begin_inset Text
32631
32632 \begin_layout Plain Layout
32633 mu
32634 \end_layout
32635
32636 \end_inset
32637 </cell>
32638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32639 \begin_inset Text
32640
32641 \begin_layout Plain Layout
32642 math unit (1
32643 \begin_inset space \thinspace{}
32644 \end_inset
32645
32646 mu = 1/18
32647 \begin_inset space \thinspace{}
32648 \end_inset
32649
32650 em)
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 </row>
32656 </lyxtabular>
32657
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \end_inset
32664
32665
32666 \end_layout
32667
32668 \begin_layout Chapter
32669 Output File Formats with Graphics
32670 \begin_inset CommandInset label
32671 LatexCommand label
32672 name "cha:Output-File-Formats"
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Section
32680 DVI
32681 \begin_inset Index
32682 status collapsed
32683
32684 \begin_layout Plain Layout
32685 File Formats ! DVI
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \begin_inset Index
32692 status collapsed
32693
32694 \begin_layout Plain Layout
32695 DVI|see
32696 \begin_inset ERT
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700
32701 {
32702 \end_layout
32703
32704 \end_inset
32705
32706 File Formats
32707 \begin_inset ERT
32708 status collapsed
32709
32710 \begin_layout Plain Layout
32711
32712 }
32713 \end_layout
32714
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \end_layout
32724
32725 \begin_layout Standard
32726 This file type has the extension 
32727 \begin_inset Quotes eld
32728 \end_inset
32729
32730
32731 \family typewriter
32732 .dvi
32733 \family default
32734
32735 \begin_inset Quotes erd
32736 \end_inset
32737
32738 .
32739  It is called 
32740 \begin_inset Quotes eld
32741 \end_inset
32742
32743 device-independent
32744 \begin_inset Quotes erd
32745 \end_inset
32746
32747  (DVI), because it is completely portable; you can move them from one machine
32748  to another without needing to do any sort of conversion.
32749  At the time when this file-format was developed, this was no matter of
32750  course.
32751  DVIs are used for quick previews and as pre-stage for other output formats,
32752  like PostScript.
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \begin_inset Note Greyedout
32757 status open
32758
32759 \begin_layout Plain Layout
32760
32761 \series bold
32762 Note:
32763 \series default
32764  DVI-files doesn't contain images, they will only be a linked.
32765 \end_layout
32766
32767 \end_inset
32768
32769  So don't forget this, if you move your 
32770 \family typewriter
32771 .dvi
32772 \family default
32773  file to another computer.
32774  This property can also slow down your computer when you view the DVI.
32775  Because the DVI-viewer has to convert the image in the background to make
32776  it visible when you scroll in the DVI.
32777  So we recommend to use PDF for files with many images.
32778 \end_layout
32779
32780 \begin_layout Standard
32781 You can export your document to DVI by using the menu 
32782 \family sans
32783 File\SpecialChar \menuseparator
32784 Export\SpecialChar \menuseparator
32785 DVI
32786 \family default
32787 .
32788  You can view your document as DVI via the 
32789 \family sans
32790 View
32791 \family default
32792  menu or by using the toolbar button 
32793 \begin_inset Graphics
32794         filename ../images/buffer-view_dvi.png
32795         scale 85
32796         scaleBeforeRotation
32797
32798 \end_inset
32799
32800 .
32801 \end_layout
32802
32803 \begin_layout Section
32804 PostScript
32805 \begin_inset CommandInset label
32806 LatexCommand label
32807 name "sec:PostScript"
32808
32809 \end_inset
32810
32811
32812 \begin_inset Index
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816 File Formats ! PostScript
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \begin_inset Index
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826 PostScript|see
32827 \begin_inset ERT
32828 status collapsed
32829
32830 \begin_layout Plain Layout
32831
32832 {
32833 \end_layout
32834
32835 \end_inset
32836
32837 File Formats
32838 \begin_inset ERT
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842
32843 }
32844 \end_layout
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \begin_layout Standard
32857 This file type has the extension 
32858 \begin_inset Quotes eld
32859 \end_inset
32860
32861
32862 \family typewriter
32863 .ps
32864 \family default
32865
32866 \begin_inset Quotes erd
32867 \end_inset
32868
32869 .
32870  PostScript was developed by the company 
32871 \family typewriter
32872 Adobe
32873 \family default
32874  as printer language.
32875  The file contains therefore commands that the printer uses to print the
32876  file.
32877  PostScript can be seen as 
32878 \begin_inset Quotes eld
32879 \end_inset
32880
32881 programming language
32882 \begin_inset Quotes erd
32883 \end_inset
32884
32885 ; you can calculate with it and draw diagrams and images
32886 \begin_inset Foot
32887 status collapsed
32888
32889 \begin_layout Plain Layout
32890 If you are interested to learn more about this, have a look at the LaTeX-package
32891  
32892 \series bold
32893 PSTricks
32894 \series default
32895  
32896 \begin_inset CommandInset citation
32897 LatexCommand cite
32898 key "pstricks"
32899
32900 \end_inset
32901
32902 .
32903 \end_layout
32904
32905 \end_inset
32906
32907 .
32908  Due to this ability, the files are often bigger than PDFs.
32909 \end_layout
32910
32911 \begin_layout Standard
32912 PostScript can only contain images in the format 
32913 \begin_inset Quotes eld
32914 \end_inset
32915
32916 Encapsulated PostScript
32917 \begin_inset Quotes erd
32918 \end_inset
32919
32920  (EPS, file extension 
32921 \begin_inset Quotes eld
32922 \end_inset
32923
32924
32925 \family typewriter
32926 .eps
32927 \family default
32928
32929 \begin_inset Quotes erd
32930 \end_inset
32931
32932 ).
32933  As LyX allows you to use any known image format in your document, it has
32934  to convert images in the background to EPS.
32935  If you have e.g 50 images in your document, LyX has to do 50 conversions
32936  whenever you view or export your document.
32937  This will slow down your work flow with LyX drastically.
32938  So if you plan to use PostScript, you can insert your images directly as
32939  EPS to avoid this problem.
32940 \end_layout
32941
32942 \begin_layout Standard
32943 You can export your document to PostScript using the menu 
32944 \family sans
32945 File\SpecialChar \menuseparator
32946 Export\SpecialChar \menuseparator
32947 Postscript
32948 \family default
32949 .
32950  You can view your document as PostScript via the 
32951 \family sans
32952 View
32953 \family default
32954  menu or by using the toolbar button 
32955 \begin_inset Graphics
32956         filename ../images/buffer-view_ps.png
32957         scale 85
32958         scaleBeforeRotation
32959
32960 \end_inset
32961
32962 .
32963 \end_layout
32964
32965 \begin_layout Section
32966 PDF
32967 \begin_inset CommandInset label
32968 LatexCommand label
32969 name "sec:PDF"
32970
32971 \end_inset
32972
32973
32974 \begin_inset Index
32975 status collapsed
32976
32977 \begin_layout Plain Layout
32978 File Formats ! PDF
32979 \end_layout
32980
32981 \end_inset
32982
32983
32984 \begin_inset Index
32985 status collapsed
32986
32987 \begin_layout Plain Layout
32988 PDF
32989 \end_layout
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Standard
32997 This file type has the extension 
32998 \begin_inset Quotes eld
32999 \end_inset
33000
33001
33002 \family typewriter
33003 .pdf
33004 \family default
33005
33006 \begin_inset Quotes erd
33007 \end_inset
33008
33009 .
33010  The 
33011 \begin_inset Quotes eld
33012 \end_inset
33013
33014 Portable Document Format
33015 \begin_inset Quotes erd
33016 \end_inset
33017
33018  (PDF) is developed by 
33019 \family typewriter
33020 Adobe
33021 \family default
33022  as derivative from PostScript.
33023  It is more compressed and it uses much less commands than PostScript.
33024  As the name 
33025 \begin_inset Quotes eld
33026 \end_inset
33027
33028 portable
33029 \begin_inset Quotes erd
33030 \end_inset
33031
33032  implies, it can be processed at any computer system and the printed output
33033  looks exactly the same.
33034 \end_layout
33035
33036 \begin_layout Standard
33037 PDF can contain images in its own PDF format, in the format 
33038 \begin_inset Quotes eld
33039 \end_inset
33040
33041 Joint Photographic Experts Group
33042 \begin_inset Quotes erd
33043 \end_inset
33044
33045  (JPG, file extension 
33046 \begin_inset Quotes eld
33047 \end_inset
33048
33049
33050 \family typewriter
33051 .jpg
33052 \family default
33053
33054 \begin_inset Quotes erd
33055 \end_inset
33056
33057  or 
33058 \begin_inset Quotes eld
33059 \end_inset
33060
33061
33062 \family typewriter
33063 .jpeg
33064 \family default
33065
33066 \begin_inset Quotes erd
33067 \end_inset
33068
33069 ), and in the format 
33070 \begin_inset Quotes eld
33071 \end_inset
33072
33073 Portable Network Graphics
33074 \begin_inset Quotes erd
33075 \end_inset
33076
33077  (PNG, file extension 
33078 \begin_inset Quotes eld
33079 \end_inset
33080
33081
33082 \family typewriter
33083 .png
33084 \family default
33085
33086 \begin_inset Quotes erd
33087 \end_inset
33088
33089 ).
33090  Nevertheless you can use any other image format, because LyX converts them
33091  in the background to one of these formats.
33092  But as described in the section about PostScript, the image conversion
33093  will slow down your work flow.
33094  So it is recommended to use images in one of the three mentioned formats.
33095 \end_layout
33096
33097 \begin_layout Standard
33098 You can export your document to PDF via the menu 
33099 \family sans
33100 File\SpecialChar \menuseparator
33101 Export
33102 \family default
33103  in three different ways:
33104 \end_layout
33105
33106 \begin_layout Description
33107 PDF
33108 \begin_inset space ~
33109 \end_inset
33110
33111 (ps2pdf) This uses the program 
33112 \family typewriter
33113 ps2pdf
33114 \family default
33115  that creates a PDF from a PostScript-version of your file.
33116  The PostScript-version is produced by the program 
33117 \family typewriter
33118 dvips
33119 \family default
33120  which uses a DVI-version as intermediate step.
33121  So this export variant consist of three conversions.
33122 \end_layout
33123
33124 \begin_layout Description
33125 PDF
33126 \begin_inset space ~
33127 \end_inset
33128
33129 (dvipdfm) This uses the program 
33130 \family typewriter
33131 dvipdfm
33132 \family default
33133  that converts your file in the background to DVI and in a second step to
33134  PDF.
33135 \end_layout
33136
33137 \begin_layout Description
33138 PDF
33139 \begin_inset space ~
33140 \end_inset
33141
33142 (pdflatex) This uses the program 
33143 \family typewriter
33144 pdftex
33145 \family default
33146  that converts your file directly to PDF.
33147 \end_layout
33148
33149 \begin_layout Standard
33150 It is recommended to use 
33151 \family sans
33152 PDF
33153 \begin_inset space ~
33154 \end_inset
33155
33156 (pdflatex)
33157 \family default
33158  because 
33159 \family typewriter
33160 pdftex
33161 \family default
33162  supports all features of actual PDF-versions, is quick and works stable
33163  without problems.
33164  The program 
33165 \family typewriter
33166 dvipdfm
33167 \family default
33168  is not under development and therefore a bit outdated.
33169 \end_layout
33170
33171 \begin_layout Standard
33172 You can view your document as PDF via the 
33173 \family sans
33174 View
33175 \family default
33176  menu or by using the toolbar button 
33177 \begin_inset Graphics
33178         filename ../images/buffer-view_pdf2.png
33179         scale 85
33180         scaleBeforeRotation
33181
33182 \end_inset
33183
33184  
33185 \family sans
33186 (
33187 \family default
33188 that uses 
33189 \family sans
33190 PDF
33191 \begin_inset space ~
33192 \end_inset
33193
33194 (pdflatex)
33195 \family default
33196 ).
33197 \end_layout
33198
33199 \begin_layout Chapter
33200 Explanation of Equation
33201 \begin_inset space ~
33202 \end_inset
33203
33204
33205 \begin_inset CommandInset ref
33206 LatexCommand eqref
33207 reference "eq:Wgn"
33208
33209 \end_inset
33210
33211
33212 \begin_inset CommandInset label
33213 LatexCommand label
33214 name "cha:Explanation-of-Equation"
33215
33216 \end_inset
33217
33218
33219 \end_layout
33220
33221 \begin_layout Standard
33222 The total width of 
33223 \emph on
33224 n
33225 \emph default
33226  table cells 
33227 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33228 \end_inset
33229
33230  can be calculated to
33231 \end_layout
33232
33233 \begin_layout Standard
33234 \begin_inset Formula \begin{equation}
33235 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}
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Standard
33243 Where 
33244 \begin_inset Formula $W_{g\, n}$
33245 \end_inset
33246
33247  is the given width of all cells.
33248  
33249 \series bold
33250
33251 \backslash
33252 tabcolsep
33253 \series default
33254  is the LaTeX-length between the cell text and the cell border, its default
33255  value is 6
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 pt.
33260  
33261 \series bold
33262
33263 \backslash
33264 arrayrulewidth
33265 \series default
33266  is the thickness of the cell border line, the default is 0.4
33267 \begin_inset space \thinspace{}
33268 \end_inset
33269
33270 pt.
33271 \end_layout
33272
33273 \begin_layout Standard
33274 Following equation
33275 \begin_inset space ~
33276 \end_inset
33277
33278
33279 \begin_inset CommandInset ref
33280 LatexCommand eqref
33281 reference "eq:Wtot_n"
33282
33283 \end_inset
33284
33285 , the total width of a multicolumn 
33286 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33287 \end_inset
33288
33289  is
33290 \end_layout
33291
33292 \begin_layout Standard
33293 \begin_inset Formula \begin{equation}
33294 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302 By setting equation
33303 \begin_inset space ~
33304 \end_inset
33305
33306
33307 \begin_inset CommandInset ref
33308 LatexCommand eqref
33309 reference "eq:Wtot_n"
33310
33311 \end_inset
33312
33313  and 
33314 \begin_inset CommandInset ref
33315 LatexCommand eqref
33316 reference "eq:Wtot_mult"
33317
33318 \end_inset
33319
33320  equal we can calculate the needed given width 
33321 \begin_inset Formula $W_{g\, n}$
33322 \end_inset
33323
33324  when 
33325 \emph on
33326 n
33327 \emph default
33328  columns are spanned, so that each column has a total width of 
33329 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33330 \end_inset
33331
33332 :
33333 \end_layout
33334
33335 \begin_layout Standard
33336 \begin_inset Formula \begin{equation}
33337 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33338
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \begin_layout Bibliography
33345 \begin_inset CommandInset bibitem
33346 LatexCommand bibitem
33347 key "latexcompanion"
33348
33349 \end_inset
33350
33351 Frank Mittelbach and Michel Goossens: 
33352 \emph on
33353 The LaTeX Companion Second Edition.
33354
33355 \emph default
33356  Addison-Wesley, 2004
33357 \end_layout
33358
33359 \begin_layout Bibliography
33360 \begin_inset CommandInset bibitem
33361 LatexCommand bibitem
33362 key "latexguide"
33363
33364 \end_inset
33365
33366 Helmut Kopka and Patrick W.
33367  Daly: 
33368 \emph on
33369 A Guide to LaTeX Fourth Edition.
33370
33371 \emph default
33372  Addison-Wesley, 2003
33373 \end_layout
33374
33375 \begin_layout Bibliography
33376 \begin_inset CommandInset bibitem
33377 LatexCommand bibitem
33378 key "latexbook"
33379
33380 \end_inset
33381
33382 Leslie Lamport: 
33383 \emph on
33384 LaTeX: A Document Preparation System.
33385
33386 \emph default
33387  Addison-Wesley, second edition, 1994
33388 \end_layout
33389
33390 \begin_layout Bibliography
33391 \begin_inset CommandInset bibitem
33392 LatexCommand bibitem
33393 key "booktabs"
33394
33395 \end_inset
33396
33397 Documentation of the LaTeX-package 
33398 \series bold
33399
33400 \begin_inset CommandInset href
33401 LatexCommand href
33402 name "booktabs"
33403 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33404
33405 \end_inset
33406
33407
33408 \series default
33409
33410 \begin_inset Index
33411 status collapsed
33412
33413 \begin_layout Plain Layout
33414 LaTeX-packages ! booktabs
33415 \end_layout
33416
33417 \end_inset
33418
33419
33420 \end_layout
33421
33422 \begin_layout Bibliography
33423 \begin_inset CommandInset bibitem
33424 LatexCommand bibitem
33425 key "caption"
33426
33427 \end_inset
33428
33429 Documentation of the LaTeX-package 
33430 \series bold
33431
33432 \begin_inset CommandInset href
33433 LatexCommand href
33434 name "caption"
33435 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33436
33437 \end_inset
33438
33439
33440 \series default
33441
33442 \begin_inset Index
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446 LaTeX-packages ! caption
33447 \end_layout
33448
33449 \end_inset
33450
33451
33452 \end_layout
33453
33454 \begin_layout Bibliography
33455 \begin_inset CommandInset bibitem
33456 LatexCommand bibitem
33457 key "endfloat"
33458
33459 \end_inset
33460
33461 Documentation of the LaTeX-package 
33462 \series bold
33463
33464 \begin_inset CommandInset href
33465 LatexCommand href
33466 name "endfloat"
33467 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33468
33469 \end_inset
33470
33471
33472 \series default
33473
33474 \begin_inset Index
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 LaTeX-packages ! endfloat
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Bibliography
33487 \begin_inset CommandInset bibitem
33488 LatexCommand bibitem
33489 key "wrapfig"
33490
33491 \end_inset
33492
33493 Documentation of the LaTeX-package 
33494 \series bold
33495
33496 \begin_inset CommandInset href
33497 LatexCommand href
33498 name "wrapfig"
33499 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33500
33501 \end_inset
33502
33503
33504 \series default
33505
33506 \begin_inset Index
33507 status collapsed
33508
33509 \begin_layout Plain Layout
33510 LaTeX-packages ! wrapfig
33511 \begin_inset ERT
33512 status collapsed
33513
33514 \begin_layout Plain Layout
33515
33516
33517 \backslash
33518
33519 \begin_inset ERT
33520 status collapsed
33521
33522 \begin_layout Plain Layout
33523
33524 {
33525 \end_layout
33526
33527 \end_inset
33528
33529
33530 \begin_inset ERT
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534
33535 }
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \end_inset
33544
33545 vspace
33546 \begin_inset ERT
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550
33551 {
33552 \end_layout
33553
33554 \end_inset
33555
33556 4mm
33557 \begin_inset ERT
33558 status collapsed
33559
33560 \begin_layout Plain Layout
33561
33562 }
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Bibliography
33576 \begin_inset CommandInset bibitem
33577 LatexCommand bibitem
33578 key "footmisc"
33579
33580 \end_inset
33581
33582 Documentation of the LaTeX-package 
33583 \series bold
33584
33585 \begin_inset CommandInset href
33586 LatexCommand href
33587 name "footmisc"
33588 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33589
33590 \end_inset
33591
33592
33593 \series default
33594
33595 \begin_inset Index
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599 LaTeX-packages ! footmisc
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \begin_layout Bibliography
33608 \begin_inset CommandInset bibitem
33609 LatexCommand bibitem
33610 key "hypcap"
33611
33612 \end_inset
33613
33614 Documentation of the LaTeX-package 
33615 \series bold
33616
33617 \begin_inset CommandInset href
33618 LatexCommand href
33619 name "hypcap"
33620 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33621
33622 \end_inset
33623
33624
33625 \series default
33626
33627 \begin_inset Index
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 LaTeX-packages ! hyperref
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \end_layout
33638
33639 \begin_layout Bibliography
33640 \begin_inset CommandInset bibitem
33641 LatexCommand bibitem
33642 key "hyperref"
33643
33644 \end_inset
33645
33646 Documentation of the LaTeX-package 
33647 \series bold
33648
33649 \begin_inset CommandInset href
33650 LatexCommand href
33651 name "hyperref"
33652 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33653
33654 \end_inset
33655
33656
33657 \series default
33658
33659 \begin_inset Index
33660 status collapsed
33661
33662 \begin_layout Plain Layout
33663 LaTeX-packages ! hyperref
33664 \end_layout
33665
33666 \end_inset
33667
33668
33669 \end_layout
33670
33671 \begin_layout Bibliography
33672 \begin_inset CommandInset bibitem
33673 LatexCommand bibitem
33674 key "koma-script"
33675
33676 \end_inset
33677
33678 Documentation of the LaTeX-package 
33679 \series bold
33680
33681 \begin_inset CommandInset href
33682 LatexCommand href
33683 name "koma-script"
33684 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33685
33686 \end_inset
33687
33688
33689 \series default
33690
33691 \begin_inset Index
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 LaTeX-packages ! koma-script
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Bibliography
33704 \begin_inset CommandInset bibitem
33705 LatexCommand bibitem
33706 key "listings"
33707
33708 \end_inset
33709
33710 Documentation of the LaTeX-package 
33711 \series bold
33712
33713 \begin_inset CommandInset href
33714 LatexCommand href
33715 name "listings"
33716 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33717
33718 \end_inset
33719
33720
33721 \series default
33722
33723 \begin_inset Index
33724 status collapsed
33725
33726 \begin_layout Plain Layout
33727 LaTeX-packages ! listings
33728 \end_layout
33729
33730 \end_inset
33731
33732
33733 \end_layout
33734
33735 \begin_layout Bibliography
33736 \begin_inset CommandInset bibitem
33737 LatexCommand bibitem
33738 key "marginnote"
33739
33740 \end_inset
33741
33742 Documentation of the LaTeX-package 
33743 \series bold
33744
33745 \begin_inset CommandInset href
33746 LatexCommand href
33747 name "marginnote"
33748 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33749
33750 \end_inset
33751
33752
33753 \series default
33754
33755 \begin_inset Index
33756 status collapsed
33757
33758 \begin_layout Plain Layout
33759 LaTeX-packages ! marginnote
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \begin_layout Bibliography
33768 \begin_inset CommandInset bibitem
33769 LatexCommand bibitem
33770 key "pstricks"
33771
33772 \end_inset
33773
33774 Web page of the LaTeX-package 
33775 \series bold
33776
33777 \begin_inset CommandInset href
33778 LatexCommand href
33779 name "PSTricks"
33780 target "http://tug.org/PSTricks/"
33781
33782 \end_inset
33783
33784
33785 \series default
33786
33787 \begin_inset Index
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791 LaTeX-packages ! PSTricks
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Bibliography
33800 \begin_inset CommandInset bibitem
33801 LatexCommand bibitem
33802 key "sidecap"
33803
33804 \end_inset
33805
33806 Documentation of the LaTeX-package 
33807 \series bold
33808
33809 \begin_inset CommandInset href
33810 LatexCommand href
33811 name "sidecap"
33812 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33813
33814 \end_inset
33815
33816
33817 \series default
33818
33819 \begin_inset Index
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823 LaTeX-packages ! sidecap
33824 \end_layout
33825
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \begin_layout Bibliography
33832 \begin_inset CommandInset bibitem
33833 LatexCommand bibitem
33834 key "NewInLyX16"
33835
33836 \end_inset
33837
33838
33839 \begin_inset CommandInset href
33840 LatexCommand href
33841 name "Wiki page"
33842 target "http://wiki.lyx.org/LyX/NewInLyX16"
33843
33844 \end_inset
33845
33846  about new features in 
33847 \family sans
33848 LyX 1.6.0
33849 \family default
33850 .
33851 \end_layout
33852
33853 \begin_layout Standard
33854 \begin_inset CommandInset index_print
33855 LatexCommand printindex
33856
33857 \end_inset
33858
33859
33860 \end_layout
33861
33862 \begin_layout Standard
33863 \begin_inset FloatList figure
33864
33865 \end_inset
33866
33867
33868 \end_layout
33869
33870 \begin_layout Standard
33871 \begin_inset FloatList table
33872
33873 \end_inset
33874
33875
33876 \end_layout
33877
33878 \begin_layout Standard
33879 \begin_inset FloatList algorithm
33880
33881 \end_inset
33882
33883
33884 \end_layout
33885
33886 \end_body
33887 \end_document