]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
770502bf6345aa21ce52c1301d6c38a66513fccb
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \language english
166 \inputencoding auto
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
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 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 LaTeX
540 \begin_inset space ~
541 \end_inset
542
543 and
544 \begin_inset space ~
545 \end_inset
546
547 LyX
548 \begin_inset space ~
549 \end_inset
550
551 options
552 \family default
553  In this tab you can modify the appearance of the image within LyX and LaTeX
554  experts can specify additional LaTeX options.
555 \begin_inset Newline newline
556 \end_inset
557
558  The option 
559 \family sans
560 Draft
561 \begin_inset space ~
562 \end_inset
563
564 mode
565 \family default
566  makes the image appear in the output only as a frame with the size of the
567  image.
568 \begin_inset Newline newline
569 \end_inset
570
571 The 
572 \family sans
573 Don't
574 \begin_inset space ~
575 \end_inset
576
577 unzip
578 \begin_inset space ~
579 \end_inset
580
581 on
582 \begin_inset space ~
583 \end_inset
584
585 export
586 \family default
587  option only affects zipped EPS-graphics, e.
588 \begin_inset space \thinspace{}
589 \end_inset
590
591 g.
592 \begin_inset space ~
593 \end_inset
594
595
596 \emph on
597 x.eps.gz
598 \emph default
599 .
600  When the option is used the images will not be unzipped on export, since
601  LaTeX can handle them as they are.
602 \begin_inset Newline newline
603 \end_inset
604
605 Zipped EPS-graphics are useful to save disk space when you choose PostScript
606  as output format, see appendix
607 \begin_inset space ~
608 \end_inset
609
610
611 \begin_inset CommandInset ref
612 LatexCommand ref
613 reference "sec:PostScript"
614
615 \end_inset
616
617 .
618  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
619  console:
620 \begin_inset Newline newline
621 \end_inset
622
623
624 \series bold
625 gzip x.eps
626 \series default
627
628 \begin_inset Newline newline
629 \end_inset
630
631
632 \series bold
633 zgrep %%Bounding x.eps.gz > x.eps.bb
634 \series default
635
636 \begin_inset Newline newline
637 \end_inset
638
639 The second command creates the bounding box file 
640 \begin_inset Quotes eld
641 \end_inset
642
643 x.eps.bb
644 \begin_inset Quotes erd
645 \end_inset
646
647  that is needed by LaTeX for zipped graphics.
648 \end_layout
649
650 \begin_layout Standard
651 \begin_inset VSpace bigskip
652 \end_inset
653
654
655 \end_layout
656
657 \begin_layout Standard
658 This is an example image in EPS format
659 \begin_inset Foot
660 status collapsed
661
662 \begin_layout Plain Layout
663 Image formats are explained in section
664 \begin_inset space ~
665 \end_inset
666
667
668 \begin_inset CommandInset ref
669 LatexCommand ref
670 reference "sec:Image-Formats"
671
672 \end_inset
673
674 .
675 \end_layout
676
677 \end_inset
678
679  within a separate, horizontally centered paragraph:
680 \end_layout
681
682 \begin_layout Standard
683 \align center
684 \begin_inset Graphics
685         filename clipart/mobius.eps
686         scale 70
687         scaleBeforeRotation
688         rotateOrigin center
689
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 This is the same image like the one above but in draft mode:
697 \end_layout
698
699 \begin_layout Standard
700 \align center
701 \begin_inset Graphics
702         filename clipart/mobius.eps
703         scale 70
704         draft
705         scaleBeforeRotation
706         rotateOrigin center
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Section
714 Figure Floats
715 \begin_inset CommandInset label
716 LatexCommand label
717 name "sec:Figure-Floats"
718
719 \end_inset
720
721
722 \begin_inset Index
723 status collapsed
724
725 \begin_layout Plain Layout
726 Floats ! Figures
727 \end_layout
728
729 \end_inset
730
731
732 \begin_inset Index
733 status collapsed
734
735 \begin_layout Plain Layout
736 Figures ! Floats
737 \end_layout
738
739 \end_inset
740
741
742 \end_layout
743
744 \begin_layout Standard
745 For general explanations about floats, have a look at section
746 \begin_inset space ~
747 \end_inset
748
749
750 \begin_inset CommandInset ref
751 LatexCommand ref
752 reference "sec:FloatIntroduction"
753
754 \end_inset
755
756 .
757 \end_layout
758
759 \begin_layout Standard
760 The toolbar button 
761 \begin_inset Graphics
762         filename ../images/float-insert_figure.png
763         scale 85
764         scaleBeforeRotation
765
766 \end_inset
767
768  and the menu 
769 \family sans
770 Insert\SpecialChar \menuseparator
771 Float\SpecialChar \menuseparator
772 Figure
773 \family default
774  inserts a float with a caption that has the label 
775 \begin_inset Quotes eld
776 \end_inset
777
778 Figure
779 \begin_inset space ~
780 \end_inset
781
782 #:
783 \begin_inset Quotes erd
784 \end_inset
785
786  (# is the actual number).
787  You can insert the image above the caption, like in Figure
788 \begin_inset space ~
789 \end_inset
790
791
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "fig:kill-plat"
795
796 \end_inset
797
798  or below the caption, like in Figure
799 \begin_inset space ~
800 \end_inset
801
802
803 \begin_inset CommandInset ref
804 LatexCommand ref
805 reference "fig:escher"
806
807 \end_inset
808
809 .
810  More about the caption placement is described in section
811 \begin_inset space ~
812 \end_inset
813
814
815 \begin_inset CommandInset ref
816 LatexCommand ref
817 reference "sec:Caption-Placement"
818
819 \end_inset
820
821 .
822 \end_layout
823
824 \begin_layout Standard
825 \begin_inset Float figure
826 wide false
827 sideways false
828 status open
829
830 \begin_layout Plain Layout
831 \align center
832 \begin_inset Graphics
833         filename clipart/platypus.eps
834         width 50col%
835         scaleBeforeRotation
836         rotateOrigin center
837
838 \end_inset
839
840
841 \end_layout
842
843 \begin_layout Plain Layout
844 \begin_inset Caption
845
846 \begin_layout Plain Layout
847 \begin_inset CommandInset label
848 LatexCommand label
849 name "fig:kill-plat"
850
851 \end_inset
852
853 A severely distorted platypus in a float.
854 \end_layout
855
856 \end_inset
857
858
859 \end_layout
860
861 \end_inset
862
863
864 \end_layout
865
866 \begin_layout Standard
867 \begin_inset Float figure
868 wide false
869 sideways false
870 status open
871
872 \begin_layout Plain Layout
873 \begin_inset Caption
874
875 \begin_layout Plain Layout
876 \begin_inset CommandInset label
877 LatexCommand label
878 name "fig:escher"
879
880 \end_inset
881
882 M.C.
883  Escher on acid.
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Plain Layout
892 \align center
893 \begin_inset Graphics
894         filename clipart/escher-lsd.eps
895         scale 80
896         scaleBeforeRotation
897         rotateOrigin center
898
899 \end_inset
900
901
902 \end_layout
903
904 \end_inset
905
906
907 \end_layout
908
909 \begin_layout Standard
910 \begin_inset Index
911 status collapsed
912
913 \begin_layout Plain Layout
914 References ! to Figures
915 \end_layout
916
917 \end_inset
918
919 Figure
920 \begin_inset space ~
921 \end_inset
922
923
924 \begin_inset CommandInset ref
925 LatexCommand ref
926 reference "fig:kill-plat"
927
928 \end_inset
929
930  and 
931 \begin_inset CommandInset ref
932 LatexCommand ref
933 reference "fig:escher"
934
935 \end_inset
936
937  are examples of referenced figures.
938  Figures can be referenced in the text by referencing their label.
939  To do this insert a label in the caption using the menu 
940 \family sans
941 Insert\SpecialChar \menuseparator
942 Label
943 \family default
944  or the toolbar button 
945 \begin_inset Graphics
946         filename ../images/label-insert.png
947         scale 85
948         scaleBeforeRotation
949
950 \end_inset
951
952 .
953  You can now refer to the label using the menu 
954 \family sans
955 Insert\SpecialChar \menuseparator
956 Cross
957 \begin_inset space ~
958 \end_inset
959
960 reference
961 \family default
962  or the toolbar button 
963 \begin_inset Graphics
964         filename ../images/dialog-show-new-inset_ref.png
965         scale 85
966         scaleBeforeRotation
967
968 \end_inset
969
970 .
971  It is important to use references to floats, rather than using vague references
972  like 
973 \begin_inset Quotes eld
974 \end_inset
975
976 the figure above
977 \begin_inset Quotes erd
978 \end_inset
979
980 , because as LaTeX will reposition the floats in the final document, it
981  might not be 
982 \begin_inset Quotes eld
983 \end_inset
984
985 above
986 \begin_inset Quotes erd
987 \end_inset
988
989  at all.
990 \begin_inset Newline newline
991 \end_inset
992
993 Referencing is explained in detail in section
994 \begin_inset space ~
995 \end_inset
996
997
998 \begin_inset CommandInset ref
999 LatexCommand ref
1000 reference "sec:Referencing-Floats"
1001
1002 \end_inset
1003
1004 .
1005 \end_layout
1006
1007 \begin_layout Standard
1008 Normally only one image is inserted to a figure float, but sometimes you
1009  might want to use two images with separate subcaptions.
1010  This can be done by inserting image floats into existing image floats.
1011  Note that only the main caption of the float is added to the List of Figures.
1012  Figure
1013 \begin_inset space ~
1014 \end_inset
1015
1016
1017 \begin_inset CommandInset ref
1018 LatexCommand ref
1019 reference "fig:Two-distorted-images"
1020
1021 \end_inset
1022
1023  is an example of a figure float with two images set side by side.
1024  You can also set the images one below the other.
1025  Figure
1026 \begin_inset space ~
1027 \end_inset
1028
1029
1030 \begin_inset CommandInset ref
1031 LatexCommand ref
1032 reference "fig:Undefinable-structure"
1033
1034 \end_inset
1035
1036  and 
1037 \begin_inset CommandInset ref
1038 LatexCommand ref
1039 reference "fig:A-Platypus"
1040
1041 \end_inset
1042
1043  are the subfigures.
1044 \end_layout
1045
1046 \begin_layout Standard
1047 \begin_inset Float figure
1048 wide false
1049 sideways false
1050 status open
1051
1052 \begin_layout Plain Layout
1053 \begin_inset space \hfill{}
1054 \end_inset
1055
1056
1057 \begin_inset Float figure
1058 wide false
1059 sideways false
1060 status open
1061
1062 \begin_layout Plain Layout
1063 \begin_inset Caption
1064
1065 \begin_layout Plain Layout
1066 \begin_inset CommandInset label
1067 LatexCommand label
1068 name "fig:Undefinable-structure"
1069
1070 \end_inset
1071
1072 Undefinable structure.
1073 \end_layout
1074
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \begin_layout Plain Layout
1081 \begin_inset Graphics
1082         filename clipart/escher-lsd.eps
1083         width 45col%
1084         scaleBeforeRotation
1085
1086 \end_inset
1087
1088
1089 \end_layout
1090
1091 \end_inset
1092
1093
1094 \begin_inset space \hfill{}
1095 \end_inset
1096
1097
1098 \begin_inset Float figure
1099 wide false
1100 sideways false
1101 status open
1102
1103 \begin_layout Plain Layout
1104 \begin_inset Caption
1105
1106 \begin_layout Plain Layout
1107 \begin_inset CommandInset label
1108 LatexCommand label
1109 name "fig:A-Platypus"
1110
1111 \end_inset
1112
1113 A Platypus.
1114 \end_layout
1115
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \begin_layout Plain Layout
1122 \begin_inset Graphics
1123         filename clipart/platypus.eps
1124         lyxscale 60
1125         width 45col%
1126         scaleBeforeRotation
1127
1128 \end_inset
1129
1130
1131 \end_layout
1132
1133 \end_inset
1134
1135
1136 \begin_inset space \hfill{}
1137 \end_inset
1138
1139
1140 \end_layout
1141
1142 \begin_layout Plain Layout
1143 \begin_inset Caption
1144
1145 \begin_layout Plain Layout
1146 \begin_inset CommandInset label
1147 LatexCommand label
1148 name "fig:Two-distorted-images"
1149
1150 \end_inset
1151
1152 Two distorted images.
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Section
1166 Image Formats
1167 \begin_inset CommandInset label
1168 LatexCommand label
1169 name "sec:Image-Formats"
1170
1171 \end_inset
1172
1173
1174 \begin_inset Index
1175 status collapsed
1176
1177 \begin_layout Plain Layout
1178 Image Formats
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \begin_inset Index
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188 Figures ! Image Formats
1189 \end_layout
1190
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \begin_layout Standard
1197 You can insert images in any known file format.
1198  But as explained in appendix
1199 \begin_inset space ~
1200 \end_inset
1201
1202
1203 \begin_inset CommandInset ref
1204 LatexCommand ref
1205 reference "cha:Output-File-Formats"
1206
1207 \end_inset
1208
1209 , every output document format allows only a few image formats.
1210  LyX uses therefore the program 
1211 \family typewriter
1212 Imagemagick
1213 \family default
1214  in the background to convert the images to the right format.
1215  To increase your work flow by avoiding these conversions in the background,
1216  you can use only the image formats that can directly be embedded in the
1217  output file format.
1218  The output file formats are explained in appendix
1219 \begin_inset space ~
1220 \end_inset
1221
1222
1223 \begin_inset CommandInset ref
1224 LatexCommand ref
1225 reference "cha:Output-File-Formats"
1226
1227 \end_inset
1228
1229 .
1230 \end_layout
1231
1232 \begin_layout Standard
1233 Similar to fonts there are two types of image formats:
1234 \end_layout
1235
1236 \begin_layout Description
1237 Bitmap
1238 \begin_inset space ~
1239 \end_inset
1240
1241 images consist of pixel values, often in a compressed form.
1242  They are therefore not fully scalable and look pixeled in large zooms.
1243  Well-known bitmap image formats are 
1244 \begin_inset Quotes eld
1245 \end_inset
1246
1247 Graphics Interchange Format
1248 \begin_inset Quotes erd
1249 \end_inset
1250
1251  (GIF, file extension 
1252 \begin_inset Quotes eld
1253 \end_inset
1254
1255
1256 \family typewriter
1257 .gif
1258 \family default
1259
1260 \begin_inset Quotes erd
1261 \end_inset
1262
1263 )
1264 \begin_inset Index
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 GIF|see
1269 \begin_inset ERT
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273
1274 {
1275 \end_layout
1276
1277 \end_inset
1278
1279 Image formats
1280 \begin_inset ERT
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284
1285 }
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \begin_inset Quotes eld
1297 \end_inset
1298
1299 Portable Network Graphics
1300 \begin_inset Quotes erd
1301 \end_inset
1302
1303  (PNG, file extension 
1304 \begin_inset Quotes eld
1305 \end_inset
1306
1307
1308 \family typewriter
1309 .png
1310 \family default
1311
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315 )
1316 \begin_inset Index
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 PNG|see
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 {
1327 \end_layout
1328
1329 \end_inset
1330
1331 Image formats
1332 \begin_inset ERT
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336
1337 }
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \end_inset
1346
1347 , and 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351 Joint Photographic Experts Group
1352 \begin_inset Quotes erd
1353 \end_inset
1354
1355  (JPG, file extension 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .jpg
1362 \family default
1363
1364 \begin_inset Quotes erd
1365 \end_inset
1366
1367  or 
1368 \begin_inset Quotes eld
1369 \end_inset
1370
1371
1372 \family typewriter
1373 .jpeg
1374 \family default
1375
1376 \begin_inset Quotes erd
1377 \end_inset
1378
1379 )
1380 \begin_inset Index
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 JPG|see
1385 \begin_inset ERT
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389
1390 {
1391 \end_layout
1392
1393 \end_inset
1394
1395 Image formats
1396 \begin_inset ERT
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400
1401 }
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \end_inset
1410
1411 .
1412 \end_layout
1413
1414 \begin_layout Description
1415 Vector
1416 \begin_inset space ~
1417 \end_inset
1418
1419 images consist of vectors and can therefore be scaled to any size without
1420  data loss.
1421  The scaling ability is necessary if you want to create presentations, because
1422  presentations are always scaled by the video projector.
1423  Scaling is also useful for online documents to let the user zoom into diagrams.
1424 \begin_inset Newline newline
1425 \end_inset
1426
1427 Well-known scalable image formats are 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Scalable Vector Graphics
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (SVG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .svg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447 )
1448 \begin_inset Index
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 SVG|see
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 {
1459 \end_layout
1460
1461 \end_inset
1462
1463 Image formats
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 }
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483 Encapsulated PostScript
1484 \begin_inset Quotes erd
1485 \end_inset
1486
1487  (EPS, file extension 
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491
1492 \family typewriter
1493 .eps
1494 \family default
1495
1496 \begin_inset Quotes erd
1497 \end_inset
1498
1499 )
1500 \begin_inset Index
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504 EPS|see
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 {
1511 \end_layout
1512
1513 \end_inset
1514
1515 Image formats
1516 \begin_inset ERT
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520
1521 }
1522 \end_layout
1523
1524 \end_inset
1525
1526
1527 \end_layout
1528
1529 \end_inset
1530
1531
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535 Portable Document Format
1536 \begin_inset Quotes erd
1537 \end_inset
1538
1539  (PDF, file extension 
1540 \begin_inset Quotes eld
1541 \end_inset
1542
1543
1544 \family typewriter
1545 .pdf
1546 \family default
1547
1548 \begin_inset Quotes erd
1549 \end_inset
1550
1551 )
1552 \begin_inset Index
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 PDF
1557 \end_layout
1558
1559 \end_inset
1560
1561 , and 
1562 \begin_inset Quotes eld
1563 \end_inset
1564
1565 Windows Metafile
1566 \begin_inset Quotes erd
1567 \end_inset
1568
1569  (WMF, file extension 
1570 \begin_inset Quotes eld
1571 \end_inset
1572
1573
1574 \family typewriter
1575 .wmf
1576 \family default
1577
1578 \begin_inset Quotes erd
1579 \end_inset
1580
1581 )
1582 \begin_inset Index
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586 SVG|see
1587 \begin_inset ERT
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591
1592 {
1593 \end_layout
1594
1595 \end_inset
1596
1597 Image formats
1598 \begin_inset ERT
1599 status collapsed
1600
1601 \begin_layout Plain Layout
1602
1603 }
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \end_inset
1612
1613 .
1614  We wrote 
1615 \begin_inset Quotes eld
1616 \end_inset
1617
1618 can be
1619 \begin_inset Quotes erd
1620 \end_inset
1621
1622 , because you can convert any bitmap image to a PDF or EPS-image and the
1623  result will still be a bitmap image.
1624  In this cases only a header with the image properties is added to the original
1625  image
1626 \begin_inset Foot
1627 status open
1628
1629 \begin_layout Plain Layout
1630 In the case of PDF, the original image is additionally compressed.
1631 \end_layout
1632
1633 \end_inset
1634
1635 .
1636  The PDF-files generated by 
1637 \family typewriter
1638 Adobe Photoshop
1639 \family default
1640  are for example bitmap images.
1641 \end_layout
1642
1643 \begin_layout Standard
1644 Normally it is not possible to convert a bitmap image into a scalable one,
1645  only vice versa.
1646  Only the image formats PDF and EPS can directly be embedded to PDF and
1647  PostScript output files, respectively.
1648  SVG and WMF-images are recalculated to bitmaps when the output file is
1649  generated because there is currently no adequate WMF/SVG
1650 \begin_inset Formula $\to$
1651 \end_inset
1652
1653 PDF/EPS converter available.
1654 \end_layout
1655
1656 \begin_layout Chapter
1657 Tables
1658 \begin_inset CommandInset label
1659 LatexCommand label
1660 name "cha:Tables"
1661
1662 \end_inset
1663
1664
1665 \begin_inset Index
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Table
1670 \end_layout
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Section
1678 Introduction
1679 \begin_inset Index
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 Table ! Introduction
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \begin_layout Standard
1692 You can insert a table using either the toolbar button 
1693 \begin_inset Graphics
1694         filename ../images/tabular-insert.png
1695         scale 85
1696         scaleBeforeRotation
1697
1698 \end_inset
1699
1700  or the menu 
1701 \family sans
1702 Insert\SpecialChar \menuseparator
1703 Table
1704 \family default
1705 .
1706  The toolbar button offers you a graphical selection: Move the mouse to
1707  set the column/row number of the table that should be created and then
1708  press a mouse button.
1709  When you use the menu to create a table, a dialog will appear, asking you
1710  for the number of rows and columns.
1711 \begin_inset Newline newline
1712 \end_inset
1713
1714  The default table has lines around any cell and the first row appears separated
1715  from the rest of the table.
1716  This separation occurs due to a double line: The cells of the first row
1717  have a line below them and the cells of the second row have a line above
1718  them.
1719  Here is an example table:
1720 \end_layout
1721
1722 \begin_layout Standard
1723 \align center
1724 \begin_inset Tabular
1725 <lyxtabular version="3" rows="4" columns="4">
1726 <features>
1727 <column alignment="center" valignment="top" width="0">
1728 <column alignment="center" valignment="top" width="0">
1729 <column alignment="center" valignment="top" width="0">
1730 <column alignment="center" valignment="top" width="0">
1731 <row>
1732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \family roman
1747 \series medium
1748 \shape up
1749 \size normal
1750 \emph off
1751 \bar no
1752 \noun off
1753 \color none
1754 1
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763 2
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772 3
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 </row>
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \family roman
1785 \series medium
1786 \shape up
1787 \size normal
1788 \emph off
1789 \bar no
1790 \noun off
1791 \color none
1792 A
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 </row>
1825 <row>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \family roman
1832 \series medium
1833 \shape up
1834 \size normal
1835 \emph off
1836 \bar no
1837 \noun off
1838 \color none
1839 B
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \family roman
1879 \series medium
1880 \shape up
1881 \size normal
1882 \emph off
1883 \bar no
1884 \noun off
1885 \color none
1886 C
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 </lyxtabular>
1920
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \begin_layout Section
1927 Table Dialog
1928 \begin_inset Index
1929 status collapsed
1930
1931 \begin_layout Plain Layout
1932 Table ! Dialog
1933 \end_layout
1934
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \begin_layout Standard
1941 You can alter a table by clicking on it with the right mouse button, which
1942  brings up the table dialog.
1943  Here you can adjust the settings of that cell and row/column respectively
1944  where the cursor is currently placed.
1945  Most of the dialog options also work on selections.
1946  This means if you select more cells, columns or rows, the action is done
1947  for the whole selection.
1948  Note that there is a difference between selecting the 
1949 \emph on
1950 contents
1951 \emph default
1952  of the cell, and the cell itself.
1953  You can alter tables with the following tabs of the table dialog:
1954 \end_layout
1955
1956 \begin_layout Description
1957
1958 \family sans
1959 Table
1960 \begin_inset space ~
1961 \end_inset
1962
1963 Settings
1964 \family default
1965  Here you can set the horizontal alignment and the width of the current
1966  column.
1967  When you have set a width you can also adjust the vertical alignment of
1968  the current row.
1969  A given width will allow the cell to have line breaks and multiple paragraphs
1970  of text, see section
1971 \begin_inset space ~
1972 \end_inset
1973
1974
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "sub:Multiple-Lines-in"
1978
1979 \end_inset
1980
1981 .
1982  If you set no width, the column is as wide as their widest cell content
1983  is.
1984 \begin_inset Newline newline
1985 \end_inset
1986
1987 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1988  cell, see section
1989 \begin_inset space ~
1990 \end_inset
1991
1992
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "sub:Multicolumns"
1996
1997 \end_inset
1998
1999 .
2000 \begin_inset Newline newline
2001 \end_inset
2002
2003 The rotate check boxes rotates the current cell, a selection, or the whole
2004  table counter-clockwise by 90°.
2005  The rotation is not shown within LyX, only in the output.
2006 \begin_inset Newline newline
2007 \end_inset
2008
2009
2010 \begin_inset Note Greyedout
2011 status open
2012
2013 \begin_layout Plain Layout
2014
2015 \series bold
2016 Note:
2017 \series default
2018  Not all DVI-viewers are able to display rotations.
2019 \end_layout
2020
2021 \end_inset
2022
2023
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 It is also possible to enter a LaTeX-argument which is needed for special
2028  table formattings, see section
2029 \begin_inset space ~
2030 \end_inset
2031
2032
2033 \begin_inset CommandInset ref
2034 LatexCommand ref
2035 reference "sub:Multicolumn-Calculations"
2036
2037 \end_inset
2038
2039  and 
2040 \begin_inset CommandInset ref
2041 LatexCommand ref
2042 reference "sec:Colored-Tables"
2043
2044 \end_inset
2045
2046 .
2047 \end_layout
2048
2049 \begin_layout Description
2050
2051 \family sans
2052 Borders
2053 \family default
2054  In this tab you can add and delete border lines for the current row/column.
2055 \begin_inset Newline newline
2056 \end_inset
2057
2058 Using the style option 
2059 \family sans
2060 Formal
2061 \family default
2062  will convert the table to a formal table as described in section
2063 \begin_inset space ~
2064 \end_inset
2065
2066
2067 \begin_inset CommandInset ref
2068 LatexCommand ref
2069 reference "sec:Formal-Tables"
2070
2071 \end_inset
2072
2073 .
2074 \begin_inset Newline newline
2075 \end_inset
2076
2077 You can also add here space to table rows as decribed in section
2078 \begin_inset space ~
2079 \end_inset
2080
2081
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "sub:Row-Spacing"
2085
2086 \end_inset
2087
2088 .
2089 \end_layout
2090
2091 \begin_layout Description
2092
2093 \family sans
2094 Longtable
2095 \family default
2096  This tab is to make a table a so called 
2097 \begin_inset Quotes eld
2098 \end_inset
2099
2100
2101 \emph on
2102 longtable
2103 \emph default
2104
2105 \begin_inset Quotes erd
2106 \end_inset
2107
2108  that can run over several pages.
2109  Section
2110 \begin_inset space ~
2111 \end_inset
2112
2113
2114 \begin_inset CommandInset ref
2115 LatexCommand ref
2116 reference "sec:Longtables"
2117
2118 \end_inset
2119
2120  and 
2121 \begin_inset CommandInset ref
2122 LatexCommand ref
2123 reference "sec:Special-Longtable-Issues"
2124
2125 \end_inset
2126
2127  describe the longtable features in detail.
2128 \end_layout
2129
2130 \begin_layout Standard
2131 When the table toolbar is opened, you can move the cursor with the arrow
2132  keys from cell to cell and the property of the current cell will immediately
2133  be displayed in the dialog.
2134 \end_layout
2135
2136 \begin_layout Section
2137 Table Toolbar
2138 \begin_inset Index
2139 status collapsed
2140
2141 \begin_layout Plain Layout
2142 Table ! Toolbar
2143 \end_layout
2144
2145 \end_inset
2146
2147
2148 \end_layout
2149
2150 \begin_layout Standard
2151 The table toolbar is an alternative to the table dialog to be able to alter
2152  tables faster.
2153  It should normally appear at the bottom of LyX's main window when the cursor
2154  is inside a table.
2155  You can alternatively switch it on to appear always, by right-clicking
2156  in LyX's main menu bar.
2157 \end_layout
2158
2159 \begin_layout Standard
2160 The toolbar has the following icons:
2161 \end_layout
2162
2163 \begin_layout Labeling
2164 \labelwidthstring 00.00.0000
2165 \begin_inset Graphics
2166         filename ../images/tabular-feature_append-row.png
2167         scaleBeforeRotation
2168
2169 \end_inset
2170
2171  adds a row below the current cell or selection
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176 \begin_inset Graphics
2177         filename ../images/tabular-feature_append-column.png
2178         scaleBeforeRotation
2179
2180 \end_inset
2181
2182  adds a column right beside the current cell or selection
2183 \end_layout
2184
2185 \begin_layout Labeling
2186 \labelwidthstring 00.00.0000
2187 \begin_inset Graphics
2188         filename ../images/tabular-feature_delete-row.png
2189         scaleBeforeRotation
2190
2191 \end_inset
2192
2193  deletes the current row or selection
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198 \begin_inset Graphics
2199         filename ../images/tabular-feature_delete-column.png
2200         scaleBeforeRotation
2201
2202 \end_inset
2203
2204  deletes the current column or selection
2205 \end_layout
2206
2207 \begin_layout Labeling
2208 \labelwidthstring 00.00.0000
2209 \begin_inset Graphics
2210         filename ../images/tabular-feature_toggle-line-top.png
2211         scaleBeforeRotation
2212
2213 \end_inset
2214
2215  adds a line at the top of the current cell / row or of a selection
2216 \end_layout
2217
2218 \begin_layout Labeling
2219 \labelwidthstring 00.00.0000
2220 \begin_inset Graphics
2221         filename ../images/tabular-feature_toggle-line-bottom.png
2222         scaleBeforeRotation
2223
2224 \end_inset
2225
2226  adds a line at the bottom of the current cell / row or of a selection
2227 \end_layout
2228
2229 \begin_layout Labeling
2230 \labelwidthstring 00.00.0000
2231 \begin_inset Graphics
2232         filename ../images/tabular-feature_toggle-line-left.png
2233         scaleBeforeRotation
2234
2235 \end_inset
2236
2237  adds a line at the left side of the current cell / row or of a selection
2238 \end_layout
2239
2240 \begin_layout Labeling
2241 \labelwidthstring 00.00.0000
2242 \begin_inset Graphics
2243         filename ../images/tabular-feature_toggle-line-right.png
2244         scaleBeforeRotation
2245
2246 \end_inset
2247
2248  adds a line at the right side of the current cell / row or of a selection
2249 \end_layout
2250
2251 \begin_layout Labeling
2252 \labelwidthstring 00.00.0000
2253 \begin_inset Graphics
2254         filename ../images/tabular-feature_set-all-lines.png
2255         scaleBeforeRotation
2256
2257 \end_inset
2258
2259  adds lines around the current or selected cells - if the current cell no
2260  multicolumn this also affects the current row and column
2261 \end_layout
2262
2263 \begin_layout Labeling
2264 \labelwidthstring 00.00.0000
2265 \begin_inset Graphics
2266         filename ../images/tabular-feature_unset-all-lines.png
2267         scaleBeforeRotation
2268
2269 \end_inset
2270
2271  deletes all lines of the current or selected cells - if the current cell
2272  no 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_align-left.png
2279         scaleBeforeRotation
2280
2281 \end_inset
2282
2283  left-aligns the content of the current cell / column
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288 \begin_inset Graphics
2289         filename ../images/tabular-feature_align-center.png
2290         scaleBeforeRotation
2291
2292 \end_inset
2293
2294  centers the content of the current cell / column horizontally
2295 \end_layout
2296
2297 \begin_layout Labeling
2298 \labelwidthstring 00.00.0000
2299 \begin_inset Graphics
2300         filename ../images/tabular-feature_align-right.png
2301         scaleBeforeRotation
2302
2303 \end_inset
2304
2305  right-aligns the content of the current cell / column
2306 \end_layout
2307
2308 \begin_layout Labeling
2309 \labelwidthstring 00.00.0000
2310 \begin_inset Graphics
2311         filename ../images/tabular-feature_valign-top.png
2312         scaleBeforeRotation
2313
2314 \end_inset
2315
2316  aligns the content of the current cell vertically to the top
2317 \end_layout
2318
2319 \begin_layout Labeling
2320 \labelwidthstring 00.00.0000
2321 \begin_inset Graphics
2322         filename ../images/tabular-feature_valign-middle.png
2323         scaleBeforeRotation
2324
2325 \end_inset
2326
2327  centers the content of the current cell vertically
2328 \end_layout
2329
2330 \begin_layout Labeling
2331 \labelwidthstring 00.00.0000
2332 \begin_inset Graphics
2333         filename ../images/tabular-feature_valign-bottom.png
2334         scaleBeforeRotation
2335
2336 \end_inset
2337
2338  aligns the content of the current cell vertically to the bottom
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343 \begin_inset Graphics
2344         filename ../images/tabular-feature_set-rotate-cell.png
2345         scaleBeforeRotation
2346
2347 \end_inset
2348
2349  rotates the current cell or selection counter-clockwise by 90°
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354 \begin_inset Graphics
2355         filename ../images/tabular-feature_set-rotate-tabular.png
2356         scaleBeforeRotation
2357
2358 \end_inset
2359
2360  rotates the whole table counter-clockwise by 90°
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365 \begin_inset Graphics
2366         filename ../images/tabular-feature_multicolumn.png
2367         scaleBeforeRotation
2368
2369 \end_inset
2370
2371  sets the current cell or selection as a multicolumn
2372 \end_layout
2373
2374 \begin_layout Standard
2375 \begin_inset Note Greyedout
2376 status open
2377
2378 \begin_layout Plain Layout
2379
2380 \series bold
2381 Note:
2382 \series default
2383  For the output the vertical alignment of the first cell in a row is used
2384  for all following cells in the row.
2385 \end_layout
2386
2387 \end_inset
2388
2389
2390 \end_layout
2391
2392 \begin_layout Section
2393 Edit Table Menu
2394 \begin_inset Index
2395 status collapsed
2396
2397 \begin_layout Plain Layout
2398 Table ! Edit Menu
2399 \end_layout
2400
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \begin_layout Standard
2407 Additionally to the table dialog and toolbar, the menu 
2408 \family sans
2409 Edit\SpecialChar \menuseparator
2410 Table
2411 \family default
2412  allows you to add and delete border lines for the current row/column and
2413  to set the current selection as multicolumn.
2414  The menu is only available when the cursor is inside a table.
2415 \end_layout
2416
2417 \begin_layout Section
2418 Table Floats
2419 \begin_inset CommandInset label
2420 LatexCommand label
2421 name "sec:Table-Floats"
2422
2423 \end_inset
2424
2425
2426 \begin_inset Index
2427 status collapsed
2428
2429 \begin_layout Plain Layout
2430 Floats ! Tables
2431 \end_layout
2432
2433 \end_inset
2434
2435
2436 \begin_inset Index
2437 status collapsed
2438
2439 \begin_layout Plain Layout
2440 Table ! Floats
2441 \end_layout
2442
2443 \end_inset
2444
2445
2446 \end_layout
2447
2448 \begin_layout Standard
2449 For general explanations about floats, have a look at section
2450 \begin_inset space ~
2451 \end_inset
2452
2453
2454 \begin_inset CommandInset ref
2455 LatexCommand ref
2456 reference "sec:FloatIntroduction"
2457
2458 \end_inset
2459
2460 .
2461 \end_layout
2462
2463 \begin_layout Standard
2464 \begin_inset Float table
2465 placement h
2466 wide false
2467 sideways false
2468 status open
2469
2470 \begin_layout Plain Layout
2471 \begin_inset Caption
2472
2473 \begin_layout Plain Layout
2474 \begin_inset CommandInset label
2475 LatexCommand label
2476 name "tab:a table float"
2477
2478 \end_inset
2479
2480 A table float.
2481 \end_layout
2482
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \begin_layout Plain Layout
2489 \align center
2490 \begin_inset Tabular
2491 <lyxtabular version="3" rows="3" columns="3">
2492 <features>
2493 <column alignment="center" valignment="top" width="0pt">
2494 <column alignment="center" valignment="top" width="0pt">
2495 <column alignment="center" valignment="top" width="0pt">
2496 <row>
2497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Plain Layout
2501
2502 \family roman
2503 \series medium
2504 \shape up
2505 \size normal
2506 \emph off
2507 \bar no
2508 \noun off
2509 \color none
2510 1
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2516 \begin_inset Text
2517
2518 \begin_layout Plain Layout
2519
2520 \family roman
2521 \series medium
2522 \shape up
2523 \size normal
2524 \emph off
2525 \bar no
2526 \noun off
2527 \color none
2528 2
2529 \end_layout
2530
2531 \end_inset
2532 </cell>
2533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2534 \begin_inset Text
2535
2536 \begin_layout Plain Layout
2537
2538 \family roman
2539 \series medium
2540 \shape up
2541 \size normal
2542 \emph off
2543 \bar no
2544 \noun off
2545 \color none
2546 3
2547 \end_layout
2548
2549 \end_inset
2550 </cell>
2551 </row>
2552 <row>
2553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557
2558 \family roman
2559 \series medium
2560 \shape up
2561 \size normal
2562 \emph off
2563 \bar no
2564 \noun off
2565 \color none
2566 Joe
2567 \end_layout
2568
2569 \end_inset
2570 </cell>
2571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2572 \begin_inset Text
2573
2574 \begin_layout Plain Layout
2575
2576 \family roman
2577 \series medium
2578 \shape up
2579 \size normal
2580 \emph off
2581 \bar no
2582 \noun off
2583 \color none
2584 Mary
2585 \end_layout
2586
2587 \end_inset
2588 </cell>
2589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Plain Layout
2593
2594 \family roman
2595 \series medium
2596 \shape up
2597 \size normal
2598 \emph off
2599 \bar no
2600 \noun off
2601 \color none
2602 Ted
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 </row>
2608 <row>
2609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Plain Layout
2613
2614 \family roman
2615 \series medium
2616 \shape up
2617 \size normal
2618 \emph off
2619 \bar no
2620 \noun off
2621 \color none
2622 \begin_inset Formula $\int x^{2}dx$
2623 \end_inset
2624
2625
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 \begin_inset Formula $\left[\begin{array}{cc}
2644 a & b\\
2645 c & d\end{array}\right]$
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \end_inset
2652 </cell>
2653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2654 \begin_inset Text
2655
2656 \begin_layout Plain Layout
2657
2658 \family roman
2659 \series medium
2660 \shape up
2661 \size normal
2662 \emph off
2663 \bar no
2664 \noun off
2665 \color none
2666 \begin_inset Formula $1+1=2$
2667 \end_inset
2668
2669
2670 \end_layout
2671
2672 \end_inset
2673 </cell>
2674 </row>
2675 </lyxtabular>
2676
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \end_inset
2683
2684
2685 \end_layout
2686
2687 \begin_layout Standard
2688 Table floats can be inserted using the menu 
2689 \family sans
2690 Insert\SpecialChar \menuseparator
2691 Float\SpecialChar \menuseparator
2692 Table
2693 \family default
2694  or the toolbar button 
2695 \begin_inset Graphics
2696         filename ../images/float-insert_table.png
2697         scale 85
2698         scaleBeforeRotation
2699
2700 \end_inset
2701
2702 .
2703 \end_layout
2704
2705 \begin_layout Standard
2706 The float appears as a collapsible box with a caption that has the label
2707  
2708 \begin_inset Quotes eld
2709 \end_inset
2710
2711 Table
2712 \begin_inset space ~
2713 \end_inset
2714
2715 #:
2716 \begin_inset Quotes erd
2717 \end_inset
2718
2719  (# is the actual table number).
2720  You can insert tables to the float above or below the caption.
2721 \end_layout
2722
2723 \begin_layout Standard
2724 Table
2725 \begin_inset space ~
2726 \end_inset
2727
2728
2729 \begin_inset CommandInset ref
2730 LatexCommand ref
2731 reference "tab:a table float"
2732
2733 \end_inset
2734
2735  is an example table within a table float.
2736 \end_layout
2737
2738 \begin_layout Standard
2739 Having the caption above the table is the common rule that is unfortunately
2740  not supported in LaTeX's standard classes.
2741  That means if you are using the document classes 
2742 \family sans
2743 article
2744 \family default
2745
2746 \family sans
2747 book
2748 \family default
2749
2750 \family sans
2751 letter
2752 \family default
2753 , or 
2754 \family sans
2755 report
2756 \family default
2757  there will be no space between the caption and the table.
2758  To insert the needed space, add the following option to the load command
2759  of the LaTeX-package 
2760 \series bold
2761 caption
2762 \series default
2763
2764 \begin_inset Index
2765 status collapsed
2766
2767 \begin_layout Plain Layout
2768 LaTeX-packages ! caption
2769 \end_layout
2770
2771 \end_inset
2772
2773  in your document preamble
2774 \begin_inset Foot
2775 status collapsed
2776
2777 \begin_layout Plain Layout
2778 For more information have a look at section
2779 \begin_inset space ~
2780 \end_inset
2781
2782
2783 \begin_inset CommandInset ref
2784 LatexCommand ref
2785 reference "sec:Caption-Placement"
2786
2787 \end_inset
2788
2789 .
2790 \end_layout
2791
2792 \end_inset
2793
2794 :
2795 \end_layout
2796
2797 \begin_layout Standard
2798
2799 \series bold
2800 tableposition=top
2801 \end_layout
2802
2803 \begin_layout Standard
2804 The package 
2805 \series bold
2806 caption
2807 \series default
2808 , which is described in section
2809 \begin_inset space ~
2810 \end_inset
2811
2812
2813 \begin_inset CommandInset ref
2814 LatexCommand ref
2815 reference "sec:Caption-Formatting"
2816
2817 \end_inset
2818
2819 , is used to adjust the caption format.
2820 \end_layout
2821
2822 \begin_layout Standard
2823 \begin_inset Index
2824 status collapsed
2825
2826 \begin_layout Plain Layout
2827 References ! to Tables
2828 \end_layout
2829
2830 \end_inset
2831
2832 Tables can be cross-referenced in the text by referencing their label.
2833  To do this insert a label in the caption using the menu 
2834 \family sans
2835 Insert\SpecialChar \menuseparator
2836 Label
2837 \family default
2838  or the toolbar button 
2839 \begin_inset Graphics
2840         filename ../images/label-insert.png
2841         scale 85
2842         scaleBeforeRotation
2843
2844 \end_inset
2845
2846 .
2847  You can now refer to the label using the menu 
2848 \family sans
2849 Insert\SpecialChar \menuseparator
2850 Cross
2851 \begin_inset space ~
2852 \end_inset
2853
2854 reference
2855 \family default
2856  or the toolbar button 
2857 \begin_inset Graphics
2858         filename ../images/dialog-show-new-inset_ref.png
2859         scale 85
2860         scaleBeforeRotation
2861
2862 \end_inset
2863
2864 .
2865 \begin_inset Newline newline
2866 \end_inset
2867
2868 Referencing is explained in detail in section
2869 \begin_inset space ~
2870 \end_inset
2871
2872
2873 \begin_inset CommandInset ref
2874 LatexCommand ref
2875 reference "sec:Referencing-Floats"
2876
2877 \end_inset
2878
2879 .
2880 \end_layout
2881
2882 \begin_layout Section
2883 Longtables
2884 \begin_inset CommandInset label
2885 LatexCommand label
2886 name "sec:Longtables"
2887
2888 \end_inset
2889
2890
2891 \begin_inset Index
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895 Longtables
2896 \end_layout
2897
2898 \end_inset
2899
2900
2901 \begin_inset Index
2902 status collapsed
2903
2904 \begin_layout Plain Layout
2905 Table ! Longtables
2906 \end_layout
2907
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \begin_layout Standard
2914 If the table is too long to fit on one page, you can use the option 
2915 \family sans
2916 Use
2917 \begin_inset space ~
2918 \end_inset
2919
2920 long
2921 \begin_inset space ~
2922 \end_inset
2923
2924 table
2925 \family default
2926  in the tab 
2927 \family sans
2928 Longtable
2929 \family default
2930  of the table dialog to split the table automatically over more pages.
2931  Doing this enables some check boxes and you can now define:
2932 \end_layout
2933
2934 \begin_layout Description
2935
2936 \family sans
2937 Header
2938 \family default
2939 : The current row and all rows above, that don't have any special options
2940  defined, are defined to be the header rows of all pages of the longtable;
2941  except for the first page, if 
2942 \family sans
2943 First
2944 \begin_inset space ~
2945 \end_inset
2946
2947 header
2948 \family default
2949  is defined.
2950  This therefore called the main header.
2951 \end_layout
2952
2953 \begin_layout Description
2954
2955 \family sans
2956 First
2957 \begin_inset space ~
2958 \end_inset
2959
2960 header
2961 \family default
2962 : The current row and all rows above, that don't have any special options
2963  defined, are defined to be the header rows of the first page of the longtable.
2964 \end_layout
2965
2966 \begin_layout Description
2967
2968 \family sans
2969 Footer
2970 \family default
2971 : The current row and all rows below, that don't have any special options
2972  defined, are defined to be the footer rows of all pages of the longtable;
2973  except for the last page, if 
2974 \family sans
2975 Last
2976 \begin_inset space ~
2977 \end_inset
2978
2979 footer
2980 \family default
2981  is defined.
2982 \end_layout
2983
2984 \begin_layout Description
2985
2986 \family sans
2987 Last
2988 \begin_inset space ~
2989 \end_inset
2990
2991 footer
2992 \family default
2993 : The current row and all rows below, that don't have any special options
2994  defined, are defined to be the footer rows of the last page of the longtable.
2995 \end_layout
2996
2997 \begin_layout Standard
2998 You can also specify a row where the table is splitted.
2999  If you set more than one option in the same table row, you should be aware
3000  of the fact that only the first one is used in the given table row.
3001  The others will then be defined as 
3002 \emph on
3003 empty
3004 \emph default
3005 .
3006  In this context, first means first in this order: 
3007 \family sans
3008 Header,
3009 \family default
3010  
3011 \family sans
3012 First
3013 \begin_inset space ~
3014 \end_inset
3015
3016 header, Footer, Last
3017 \begin_inset space ~
3018 \end_inset
3019
3020 footer.
3021
3022 \family default
3023  See the following longtable to see how it works:
3024 \end_layout
3025
3026 \begin_layout Standard
3027 \align center
3028 \begin_inset Tabular
3029 <lyxtabular version="3" rows="69" columns="3">
3030 <features islongtable="true">
3031 <column alignment="left" valignment="top" width="0cm">
3032 <column alignment="left" valignment="top" width="0pt">
3033 <column alignment="center" valignment="top" width="0pt">
3034 <row endfirsthead="true">
3035 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039
3040 \series bold
3041 Example Phone List (ignore the names)
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Plain Layout
3050
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 </row>
3065 <row endfirsthead="true">
3066 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \series bold
3072 NAME
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \series bold
3092 TEL.
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 </row>
3098 <row endhead="true">
3099 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \series bold
3105 Example Phone List
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row endhead="true">
3130 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \series bold
3136 NAME
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 TEL.
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 </row>
3162 <row endfoot="true">
3163 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167  continued on next page
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 </row>
3191 <row>
3192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196
3197 \series bold
3198 Annovi
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 Silvia
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216 111
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row>
3223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \series bold
3229 Bertoli
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238 Stefano
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247 111
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row>
3254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258
3259 \series bold
3260 Bozzi
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269 Walter
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278 111
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 </row>
3284 <row>
3285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \series bold
3291 Cachia
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 Maria
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 111
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 </row>
3315 <row>
3316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \series bold
3322 Cachia
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 Maurizio
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340 111
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \series bold
3353 Cinquemani
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 Giusi
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \series bold
3384 Colin
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 Bernard
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \series bold
3415 Concli
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 Gianfranco
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 Dal Bosco
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Carolina
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477 Dalpiaz
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 Annamaria
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row>
3502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \series bold
3508 Feliciello
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Domenico
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 111
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row>
3533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 Focarelli
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Paola
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 111
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 Galletti
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 Oreste
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 111
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Gasparini
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Franca
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 111
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 Rizzardi
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 Paola
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 111
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663 Lassini
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 Giancarlo
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 111
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Malfatti
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Luciano
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Malfatti
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Valeriano
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Meneguzzo
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Roberto
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Mezzadra
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Roberto
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Pirpamer
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Erich
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Pochiesa
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Paolo
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111, 222
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Radina
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Claudio
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Stuffer
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Oskar
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Tacchelli
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Ugo
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Tezzele
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Margit
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Unterkalmsteiner
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Frieda
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Vieider
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Hilde
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Vigna
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Jürgen
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Weber
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Maurizio
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Winkler
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Franz
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157  
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 </row>
4181 <row>
4182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \series bold
4188 Annovi
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 Silvia
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 555
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 </row>
4212 <row>
4213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217
4218 \series bold
4219 Bertoli
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 Stefano
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 555
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 </row>
4243 <row>
4244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248
4249 \series bold
4250 Bozzi
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 Walter
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 555
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \series bold
4281 Cachia
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Maria
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 555
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310
4311 \series bold
4312 Cachia
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 Maurizio
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 555
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Cinquemani
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Giusi
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Colin
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Bernard
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Concli
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Gianfranco
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 555
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Dal Bosco
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Carolina
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 555
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \series bold
4467 Dalpiaz
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 Annamaria
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row>
4492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496
4497 \series bold
4498 Feliciello
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 Domenico
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 555
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row>
4523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527
4528 \series bold
4529 Focarelli
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 Paola
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 555
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 <row>
4554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558
4559 \series bold
4560 Galletti
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 Oreste
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 555
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \series bold
4591 Gasparini
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 Franca
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 555
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620
4621 \series bold
4622 Rizzardi
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Paola
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 555
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \series bold
4653 Lassini
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 Giancarlo
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 555
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Malfatti
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Luciano
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Malfatti
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Valeriano
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Meneguzzo
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Roberto
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Mezzadra
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Roberto
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Pirpamer
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Erich
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Pochiesa
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Paolo
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555, 222
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Radina
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Claudio
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Stuffer
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Oskar
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Tacchelli
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Ugo
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Tezzele
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Margit
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Unterkalmsteiner
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Frieda
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Vieider
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Hilde
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Vigna
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Jürgen
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 999
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Weber
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Maurizio
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Winkler
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Franz
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row endlastfoot="true">
5143 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 end
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 </lyxtabular>
5172
5173 \end_inset
5174
5175
5176 \begin_inset ERT
5177 status collapsed
5178
5179 \begin_layout Plain Layout
5180
5181
5182 \backslash
5183 addtocounter{table}{-1}
5184 \end_layout
5185
5186 \end_inset
5187
5188
5189 \begin_inset Note Note
5190 status collapsed
5191
5192 \begin_layout Plain Layout
5193 See greyed-out note in section
5194 \begin_inset space ~
5195 \end_inset
5196
5197
5198 \begin_inset CommandInset ref
5199 LatexCommand ref
5200 reference "sub:Longtable-Captions"
5201
5202 \end_inset
5203
5204  for an explanation of this command.
5205 \end_layout
5206
5207 \end_inset
5208
5209
5210 \end_layout
5211
5212 \begin_layout Subsection
5213 Footnotes in Longtables
5214 \begin_inset CommandInset label
5215 LatexCommand label
5216 name "sub:Footnotes-in-Longtables"
5217
5218 \end_inset
5219
5220
5221 \begin_inset Index
5222 status collapsed
5223
5224 \begin_layout Plain Layout
5225 Longtables ! Footnotes
5226 \end_layout
5227
5228 \end_inset
5229
5230
5231 \end_layout
5232
5233 \begin_layout Standard
5234 Footnotes can be inserted to every longtable cell.
5235  They appear at the bottom of the page where the table cell with the footnote
5236  appears.
5237  Table
5238 \begin_inset space ~
5239 \end_inset
5240
5241
5242 \begin_inset CommandInset ref
5243 LatexCommand ref
5244 reference "tab:DiffCaptions"
5245
5246 \end_inset
5247
5248  has for example a footnote.
5249 \end_layout
5250
5251 \begin_layout Subsection
5252 Longtable Alignment
5253 \begin_inset Index
5254 status collapsed
5255
5256 \begin_layout Plain Layout
5257 Longtables ! Alignment
5258 \end_layout
5259
5260 \end_inset
5261
5262
5263 \end_layout
5264
5265 \begin_layout Standard
5266 Longtables are by default centered.
5267  In contrary to the alignment of the table columns and row, the table alignment
5268  can currently not be changed in the table dialog.
5269  To change the alignment of longtables you have to change the value of the
5270  lengths 
5271 \series bold
5272
5273 \backslash
5274 LTleft 
5275 \series default
5276 and 
5277 \series bold
5278
5279 \backslash
5280 LTright
5281 \series default
5282  by inserting this line as TeX-Code before the corresponding longtable:
5283 \end_layout
5284
5285 \begin_layout Standard
5286
5287 \series bold
5288
5289 \backslash
5290 setlength{
5291 \backslash
5292 LTleft}{value}
5293 \end_layout
5294
5295 \begin_layout Standard
5296 Where the value can have any of the units listed in Table
5297 \begin_inset space ~
5298 \end_inset
5299
5300
5301 \begin_inset CommandInset ref
5302 LatexCommand ref
5303 reference "tab:Units"
5304
5305 \end_inset
5306
5307 .
5308  
5309 \series bold
5310
5311 \backslash
5312 LTleft
5313 \series default
5314  controls the horizontal distance from the left page border to the longtable,
5315  
5316 \series bold
5317
5318 \backslash
5319 LTright
5320 \series default
5321  the distance from the right side.
5322  The default value for both lengths is 
5323 \series bold
5324
5325 \backslash
5326 fill
5327 \series default
5328 , which is in this case the same as an horizontal fill in LyX.
5329 \end_layout
5330
5331 \begin_layout Standard
5332 The following longtable was left-aligned by setting 
5333 \series bold
5334
5335 \backslash
5336 LTleft
5337 \series default
5338  to 0
5339 \begin_inset space \thinspace{}
5340 \end_inset
5341
5342 pt.
5343 \begin_inset ERT
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347
5348
5349 \backslash
5350 setlength{
5351 \backslash
5352 LTleft}{0pt}
5353 \end_layout
5354
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \begin_layout Standard
5361 \begin_inset Tabular
5362 <lyxtabular version="3" rows="5" columns="5">
5363 <features islongtable="true">
5364 <column alignment="center" valignment="top" width="0">
5365 <column alignment="center" valignment="top" width="0">
5366 <column alignment="center" valignment="top" width="0">
5367 <column alignment="center" valignment="top" width="0">
5368 <column alignment="center" valignment="top" width="0">
5369 <row>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 1
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 2
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 3
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 4
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 5
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 asd
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 s
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 s
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 s
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 asd
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 asd
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 s
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 s
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 s
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 asd
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 </row>
5510 <row>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 asd
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 s
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 s
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 s
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 asd
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 asd
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 asd
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 asd
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 asd
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 asd
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 </lyxtabular>
5605
5606 \end_inset
5607
5608
5609 \begin_inset ERT
5610 status collapsed
5611
5612 \begin_layout Plain Layout
5613
5614
5615 \backslash
5616 setlength{
5617 \backslash
5618 LTleft}{
5619 \backslash
5620 fill}
5621 \end_layout
5622
5623 \end_inset
5624
5625
5626 \end_layout
5627
5628 \begin_layout Subsection
5629 Longtable Captions
5630 \begin_inset Index
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634 Longtables ! Captions
5635 \end_layout
5636
5637 \end_inset
5638
5639
5640 \begin_inset CommandInset label
5641 LatexCommand label
5642 name "sub:Longtable-Captions"
5643
5644 \end_inset
5645
5646
5647 \end_layout
5648
5649 \begin_layout Standard
5650 A longtable cannot be put into a table float because floats can only be
5651  on one page but the caption environment of floats can also be used for
5652  longtables.
5653 \end_layout
5654
5655 \begin_layout Standard
5656 As LyX does not yet fully support captions in longtables, a hack is needed
5657  to create them:
5658 \end_layout
5659
5660 \begin_layout Enumerate
5661 Create a longtable
5662 \family sans
5663 .
5664 \end_layout
5665
5666 \begin_layout Enumerate
5667 Mark the first row and disable its upper line.
5668 \end_layout
5669
5670 \begin_layout Enumerate
5671 Insert a caption via the menu 
5672 \family sans
5673 Insert\SpecialChar \menuseparator
5674 Caption
5675 \family default
5676  into the first table cell.
5677 \begin_inset Newline newline
5678 \end_inset
5679
5680 You can also add a short title for the caption.
5681 \end_layout
5682
5683 \begin_layout Enumerate
5684 Insert a 
5685 \begin_inset Quotes eld
5686 \end_inset
5687
5688
5689 \series bold
5690
5691 \backslash
5692
5693 \backslash
5694 %
5695 \series default
5696
5697 \begin_inset Quotes erd
5698 \end_inset
5699
5700  as TeX-Code behind the caption.
5701 \end_layout
5702
5703 \begin_layout Standard
5704 A short title that will appear in the LOT instead of the full title.
5705  The 
5706 \series bold
5707
5708 \backslash
5709
5710 \backslash
5711 %
5712 \series default
5713  behind the caption omits the vertical lines between the following cells
5714  in the row.
5715  The first table row is now only a dummy row for the caption, the actual
5716  table starts with the second row.
5717 \end_layout
5718
5719 \begin_layout Standard
5720 Here is a short longtable to see how it works:
5721 \end_layout
5722
5723 \begin_layout Standard
5724 \begin_inset Tabular
5725 <lyxtabular version="3" rows="6" columns="5">
5726 <features islongtable="true">
5727 <column alignment="center" valignment="top" width="0">
5728 <column alignment="center" valignment="top" width="0">
5729 <column alignment="center" valignment="top" width="0">
5730 <column alignment="center" valignment="top" width="0">
5731 <column alignment="center" valignment="top" width="0">
5732 <row caption="true">
5733 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 \begin_inset Caption
5738
5739 \begin_layout Plain Layout
5740 Longtable with caption
5741 \begin_inset OptArg
5742 status open
5743
5744 \begin_layout Plain Layout
5745 Longtable
5746 \end_layout
5747
5748 \end_inset
5749
5750
5751 \end_layout
5752
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 <row>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 1
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 2
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 3
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 4
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 5
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 <row>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 asd
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 s
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 s
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 s
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 asd
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 <row>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 asd
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 s
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 s
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 s
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 </row>
5938 <row>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 asd
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 s
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 s
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 s
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 </row>
5985 <row>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 asd
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 asd
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 asd
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 </row>
6032 </lyxtabular>
6033
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \begin_layout Standard
6040 \begin_inset VSpace medskip
6041 \end_inset
6042
6043
6044 \begin_inset Note Greyedout
6045 status open
6046
6047 \begin_layout Plain Layout
6048
6049 \series bold
6050 Note:
6051 \series default
6052  The table number is increased for every longtable, also if you didn't set
6053  a caption for it.
6054  For this reason you could have the case that e.g.
6055  Table
6056 \begin_inset space ~
6057 \end_inset
6058
6059 2.4 follows on Table
6060 \begin_inset space ~
6061 \end_inset
6062
6063 2.1 in the list of tables if there are two longtables without captions.
6064  To avoid this you can add the following command in TeX-Code behind every
6065  longtable without a caption:
6066 \end_layout
6067
6068 \begin_layout Plain Layout
6069
6070 \series bold
6071
6072 \backslash
6073 addtocounter{table}{-1}
6074 \end_layout
6075
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \begin_layout Standard
6082 \begin_inset Note Greyedout
6083 status open
6084
6085 \begin_layout Plain Layout
6086
6087 \series bold
6088 Note:
6089 \series default
6090  If you are using the LaTeX-package 
6091 \series bold
6092 hyperref
6093 \series default
6094
6095 \begin_inset Index
6096 status collapsed
6097
6098 \begin_layout Plain Layout
6099 LaTeX-packages ! hyperref
6100 \end_layout
6101
6102 \end_inset
6103
6104  to link cross-references, the link to a longtable caption will always point
6105  to the beginning of the document.
6106 \end_layout
6107
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \begin_layout Standard
6114 \begin_inset Newpage newpage
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \begin_layout Subsubsection
6121 References to Longtables
6122 \begin_inset Index
6123 status collapsed
6124
6125 \begin_layout Plain Layout
6126 Longtables ! References
6127 \end_layout
6128
6129 \end_inset
6130
6131
6132 \end_layout
6133
6134 \begin_layout Standard
6135 \begin_inset Tabular
6136 <lyxtabular version="3" rows="6" columns="5">
6137 <features islongtable="true">
6138 <column alignment="center" valignment="top" width="0">
6139 <column alignment="center" valignment="top" width="0">
6140 <column alignment="center" valignment="top" width="0">
6141 <column alignment="center" valignment="top" width="0">
6142 <column alignment="center" valignment="top" width="0">
6143 <row caption="true">
6144 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Caption
6149
6150 \begin_layout Plain Layout
6151 Referenced longtable
6152 \begin_inset CommandInset label
6153 LatexCommand label
6154 name "tab:RefExample"
6155
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 1
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 2
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 3
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 4
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 5
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 </row>
6252 <row>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 asd
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 s
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 s
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 s
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 asd
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 </row>
6299 <row>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 asd
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 s
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 s
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 asd
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 </row>
6346 <row>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 asd
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 s
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 s
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 asd
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 asd
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 sad
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 asd
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 </lyxtabular>
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Standard
6448 To reference a longtable, insert a label into the caption.
6449  Note that you have to add the label prefix 
6450 \begin_inset Quotes eld
6451 \end_inset
6452
6453
6454 \emph on
6455 tab:
6456 \emph default
6457
6458 \begin_inset Quotes eld
6459 \end_inset
6460
6461  manually in the label field.
6462 \end_layout
6463
6464 \begin_layout Standard
6465 This is a reference to Table
6466 \begin_inset space ~
6467 \end_inset
6468
6469
6470 \begin_inset CommandInset ref
6471 LatexCommand ref
6472 reference "tab:RefExample"
6473
6474 \end_inset
6475
6476 .
6477 \end_layout
6478
6479 \begin_layout Standard
6480 The caption layout can be set together with all other caption of your document
6481  using the LaTeX-package 
6482 \series bold
6483 caption
6484 \series default
6485
6486 \begin_inset Index
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 LaTeX-packages ! caption
6491 \end_layout
6492
6493 \end_inset
6494
6495 , see section
6496 \begin_inset space ~
6497 \end_inset
6498
6499
6500 \begin_inset CommandInset ref
6501 LatexCommand ref
6502 reference "sec:Caption-Formatting"
6503
6504 \end_inset
6505
6506 .
6507 \end_layout
6508
6509 \begin_layout Subsubsection
6510 Caption Width
6511 \begin_inset Index
6512 status collapsed
6513
6514 \begin_layout Plain Layout
6515 Longtables ! Caption Width
6516 \end_layout
6517
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \begin_layout Standard
6524 The maximal width of of caption lines is defined by the length 
6525 \series bold
6526
6527 \backslash
6528 LTcapwidth
6529 \series default
6530 .
6531  Its default value is 4
6532 \begin_inset space \thinspace{}
6533 \end_inset
6534
6535 in.
6536  To change it add the following command to your document preamble or as
6537  TeX-Code into your document before the longtable that should be affected
6538 \end_layout
6539
6540 \begin_layout Standard
6541
6542 \series bold
6543
6544 \backslash
6545 setlength{
6546 \backslash
6547 LTcapwidth}{width}
6548 \end_layout
6549
6550 \begin_layout Standard
6551 where the width could have one of the units listed in appendix
6552 \begin_inset space ~
6553 \end_inset
6554
6555
6556 \begin_inset CommandInset ref
6557 LatexCommand ref
6558 reference "cha:Units-available-in"
6559
6560 \end_inset
6561
6562 .
6563 \end_layout
6564
6565 \begin_layout Standard
6566 The following tables show the difference:
6567 \end_layout
6568
6569 \begin_layout Standard
6570 \begin_inset Tabular
6571 <lyxtabular version="3" rows="6" columns="5">
6572 <features islongtable="true">
6573 <column alignment="center" valignment="top" width="0">
6574 <column alignment="center" valignment="top" width="0">
6575 <column alignment="center" valignment="top" width="0">
6576 <column alignment="center" valignment="top" width="0">
6577 <column alignment="center" valignment="top" width="0">
6578 <row caption="true">
6579 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 \begin_inset Caption
6584
6585 \begin_layout Plain Layout
6586 long full title with default width long full title with default width long
6587  full title with default width
6588 \begin_inset OptArg
6589 status collapsed
6590
6591 \begin_layout Plain Layout
6592 caption with default width
6593 \end_layout
6594
6595 \end_inset
6596
6597
6598 \end_layout
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 </row>
6644 <row>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 1
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 2
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 3
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 4
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 5
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 </row>
6691 <row>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 asd
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 s
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 s
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 s
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 asd
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 </row>
6738 <row>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 asd
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 s
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 s
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 s
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 asd
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 </row>
6785 <row>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 asd
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 s
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 s
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 s
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 asd
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 </row>
6832 <row>
6833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 asd
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 sad
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 asd
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 asd
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 </row>
6879 </lyxtabular>
6880
6881 \end_inset
6882
6883
6884 \end_layout
6885
6886 \begin_layout Standard
6887 \begin_inset ERT
6888 status collapsed
6889
6890 \begin_layout Plain Layout
6891
6892
6893 \backslash
6894 setlength{
6895 \backslash
6896 LTcapwidth}{5cm}
6897 \end_layout
6898
6899 \end_inset
6900
6901
6902 \begin_inset Tabular
6903 <lyxtabular version="3" rows="6" columns="5">
6904 <features islongtable="true">
6905 <column alignment="center" valignment="top" width="0">
6906 <column alignment="center" valignment="top" width="0">
6907 <column alignment="center" valignment="top" width="0">
6908 <column alignment="center" valignment="top" width="0">
6909 <column alignment="center" valignment="top" width="0">
6910 <row caption="true">
6911 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 \begin_inset Caption
6916
6917 \begin_layout Plain Layout
6918 long full title with width set to 5
6919 \begin_inset space \thinspace{}
6920 \end_inset
6921
6922 cm long full title with width set to 5
6923 \begin_inset space \thinspace{}
6924 \end_inset
6925
6926 cm long full title with width set to 5
6927 \begin_inset space \thinspace{}
6928 \end_inset
6929
6930 cm
6931 \begin_inset OptArg
6932 status collapsed
6933
6934 \begin_layout Plain Layout
6935 caption with width
6936 \begin_inset space \thinspace{}
6937 \end_inset
6938
6939 =
6940 \begin_inset space \thinspace{}
6941 \end_inset
6942
6943 5
6944 \begin_inset space \thinspace{}
6945 \end_inset
6946
6947 cm
6948 \end_layout
6949
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \end_inset
6956
6957
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 </row>
6999 <row>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 1
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 2
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 3
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 4
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 5
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 </row>
7046 <row>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 asd
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 s
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 s
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 asd
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 </row>
7093 <row>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 asd
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 asd
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 </row>
7140 <row>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 asd
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 asd
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 sad
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 asd
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 </row>
7234 </lyxtabular>
7235
7236 \end_inset
7237
7238
7239 \end_layout
7240
7241 \begin_layout Standard
7242 \begin_inset ERT
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246
7247
7248 \backslash
7249 setlength{
7250 \backslash
7251 LTcapwidth}{4in}
7252 \end_layout
7253
7254 \end_inset
7255
7256
7257 \end_layout
7258
7259 \begin_layout Standard
7260 \begin_inset Note Greyedout
7261 status open
7262
7263 \begin_layout Plain Layout
7264
7265 \series bold
7266 Note:
7267 \series default
7268  When the LaTeX-package 
7269 \series bold
7270 caption
7271 \series default
7272
7273 \begin_inset Index
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277 LaTeX-packages ! caption
7278 \end_layout
7279
7280 \end_inset
7281
7282  is used, as in this document, the full page width is used for the caption
7283  when you use the default value of 4
7284 \begin_inset space \thinspace{}
7285 \end_inset
7286
7287 in for 
7288 \series bold
7289
7290 \backslash
7291 LTcapwidth
7292 \series default
7293 .
7294  To get in this case exactly a 4
7295 \begin_inset space \thinspace{}
7296 \end_inset
7297
7298 in wide caption, you can either use a value slightly different from 4.0
7299 \begin_inset space \thinspace{}
7300 \end_inset
7301
7302 in, e.g.
7303  3.99
7304 \begin_inset space \thinspace{}
7305 \end_inset
7306
7307 in, or the LaTeX-command 
7308 \series bold
7309
7310 \backslash
7311 captionsetup{width=value}
7312 \series default
7313  that is provided by the 
7314 \series bold
7315 caption
7316 \series default
7317 -package.
7318 \end_layout
7319
7320 \end_inset
7321
7322
7323 \end_layout
7324
7325 \begin_layout Subsubsection
7326 Different Captions for Table Pages
7327 \begin_inset Index
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331 Longtables ! Different Captions for Pages
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \begin_layout Standard
7340 When the other captions should differ from the one of the first table page,
7341  insert a caption with a non-empty short title in a dummy caption row marked
7342  as first header.
7343  The caption used for the other table pages is inserted as caption without
7344  a short title in a dummy caption row that is marked as main header.
7345  When this caption shouldn't include the table number, use the command
7346 \end_layout
7347
7348 \begin_layout Standard
7349
7350 \series bold
7351
7352 \backslash
7353 caption*{caption text}
7354 \end_layout
7355
7356 \begin_layout Standard
7357 instead of LyX's caption box.
7358  The label to reference the table is inserted into the caption of the first
7359  header.
7360  Table
7361 \begin_inset space ~
7362 \end_inset
7363
7364
7365 \begin_inset CommandInset ref
7366 LatexCommand ref
7367 reference "tab:DiffCaptions"
7368
7369 \end_inset
7370
7371  is an example for a longtable with different heading where the second caption
7372  doesn't include the table number.
7373 \end_layout
7374
7375 \begin_layout Standard
7376 \align center
7377 \begin_inset Tabular
7378 <lyxtabular version="3" rows="59" columns="3">
7379 <features islongtable="true">
7380 <column alignment="left" valignment="top" width="0cm">
7381 <column alignment="left" valignment="top" width="0pt">
7382 <column alignment="center" valignment="top" width="0pt">
7383 <row endfirsthead="true" caption="true">
7384 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 \begin_inset Caption
7389
7390 \begin_layout Plain Layout
7391 Example Phone List
7392 \begin_inset CommandInset label
7393 LatexCommand label
7394 name "tab:DiffCaptions"
7395
7396 \end_inset
7397
7398
7399 \begin_inset OptArg
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403 Example Phone List
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \end_layout
7410
7411 \end_inset
7412
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 </row>
7437 <row endfirsthead="true">
7438 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442
7443 \series bold
7444 Example Phone List (ignore the names)
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row endfirsthead="true">
7469 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \series bold
7475 NAME
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493
7494 \series bold
7495 TEL.
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 </row>
7501 <row endhead="true" caption="true">
7502 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 \begin_inset ERT
7507 status open
7508
7509 \begin_layout Plain Layout
7510
7511
7512 \backslash
7513 caption*{Continued Example Phone List}
7514 \backslash
7515
7516 \backslash
7517 %
7518 \end_layout
7519
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row endhead="true">
7547 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \series bold
7553 Example Phone List
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row endhead="true">
7578 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582
7583 \series bold
7584 NAME
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602
7603 \series bold
7604 TEL.
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 </row>
7610 <row endfoot="true">
7611 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 continued on next page
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row>
7640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \series bold
7646 Annovi
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 Silvia
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 111
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 <row>
7671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \series bold
7677 Bertoli
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 Stefano
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 111
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row>
7702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \series bold
7708 Bozzi
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 Walter
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 111
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 </row>
7732 <row>
7733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \series bold
7739 Cachia
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 Maria
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 111
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 </row>
7763 <row>
7764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \series bold
7770 Cachia
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 Maurizio
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 111
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row>
7795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \series bold
7801 Cinquemani
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 Giusi
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 111
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 <row>
7826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \series bold
7832 Colin
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 Bernard
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 111
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row>
7857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \series bold
7863 Concli
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 Gianfranco
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 111
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row>
7888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Dal Bosco
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 Carolina
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 111
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 Dalpiaz
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 Annamaria
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 111
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 </row>
7949 <row>
7950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \series bold
7956 Feliciello
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 Domenico
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 111
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \series bold
7987 Focarelli
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Paola
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 111
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \series bold
8018 Galletti
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Oreste
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 111
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \series bold
8049 Gasparini
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 Franca
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 111
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \series bold
8080 Rizzardi
8081 \series default
8082
8083 \begin_inset Foot
8084 status collapsed
8085
8086 \begin_layout Plain Layout
8087 Example footnote
8088 \end_layout
8089
8090 \end_inset
8091
8092
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 Paola
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 111
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Lassini
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Giancarlo
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Malfatti
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Luciano
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Malfatti
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Valeriano
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Meneguzzo
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Roberto
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Mezzadra
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Roberto
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Pirpamer
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Erich
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Pochiesa
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Paolo
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 111, 222
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Radina
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Claudio
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 111
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Stuffer
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Oskar
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 111
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \series bold
8402 Tacchelli
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Ugo
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 111
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \series bold
8433 Tezzele
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Margit
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Unterkalmsteiner
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Frieda
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Vieider
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Hilde
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Vigna
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Jürgen
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 111
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Weber
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Maurizio
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 111
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \series bold
8588 Winkler
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 Franz
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 111
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617  
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Annovi
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Silvia
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 555
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Bertoli
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Stefano
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 555
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Bozzi
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Walter
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 555
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Cachia
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Maria
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 555
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Cachia
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Maurizio
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 555
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \series bold
8803 Cinquemani
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Giusi
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 555
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \series bold
8834 Colin
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 Bernard
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 555
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865 Concli
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 Gianfranco
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 555
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \series bold
8896 Dal Bosco
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Carolina
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 555
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \series bold
8927 Dalpiaz
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Annamaria
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 555
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956
8957 \series bold
8958 Feliciello
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Domenico
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 555
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Focarelli
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Paola
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 555
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Galletti
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Oreste
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 555
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Gasparini
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Franca
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 555
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Rizzardi
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Paola
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 555
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Lassini
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Giancarlo
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 555
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \series bold
9144 Malfatti
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Luciano
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 555
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \series bold
9175 Malfatti
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Valeriano
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 555
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \series bold
9206 Meneguzzo
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 Roberto
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 555
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \series bold
9237 Mezzadra
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 Roberto
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 555
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 </lyxtabular>
9262
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \begin_layout Section
9269 Special Longtable Issues
9270 \begin_inset CommandInset label
9271 LatexCommand label
9272 name "sec:Special-Longtable-Issues"
9273
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \begin_layout Subsection
9280 Longtable Calculation
9281 \begin_inset Index
9282 status collapsed
9283
9284 \begin_layout Plain Layout
9285 Longtables ! Calculation
9286 \end_layout
9287
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \begin_layout Standard
9294 LaTeX calculates the height of table pages and their page breaks using so
9295  called chunks.
9296  Chunks are pieces of the tables that are at once in LaTeX's memory.
9297  The default value is historically set to only 20 table rows.
9298  If you are using longtables with many pages this may slow down the creation
9299  of your document.
9300  You can safely increase the chunk size to values of 100-1000 by adding
9301  this command line to your document preamble:
9302 \end_layout
9303
9304 \begin_layout Standard
9305
9306 \series bold
9307
9308 \backslash
9309 setcounter{LTchunksize}{100}
9310 \end_layout
9311
9312 \begin_layout Subsection
9313 Floats and Longtables
9314 \begin_inset Index
9315 status collapsed
9316
9317 \begin_layout Plain Layout
9318 Longtables ! Floats
9319 \end_layout
9320
9321 \end_inset
9322
9323
9324 \end_layout
9325
9326 \begin_layout Standard
9327 There might be problems when a float appears on the same page where a longtable
9328  starts.
9329  To avoid such situation, add the command 
9330 \series bold
9331
9332 \backslash
9333 clearpage
9334 \series default
9335  as TeX-Code before your longtable.
9336 \end_layout
9337
9338 \begin_layout Subsection
9339 Forced Page Breaks
9340 \begin_inset Index
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Longtables ! Forced Page Breaks
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \begin_layout Standard
9353 By default tables are only broken between rows.
9354  If you have a cell with multiples lines and want to have a page break within
9355  the cell, insert the new line command 
9356 \begin_inset Quotes eld
9357 \end_inset
9358
9359
9360 \series bold
9361
9362 \backslash
9363
9364 \backslash
9365
9366 \series default
9367
9368 \begin_inset Quotes erd
9369 \end_inset
9370
9371  as TeX-Code at this point of the cell where it should be broken.
9372  Before the 
9373 \series bold
9374
9375 \backslash
9376
9377 \backslash
9378
9379 \series default
9380  command you have to insert in TeX-Code so many 
9381 \begin_inset Quotes eld
9382 \end_inset
9383
9384
9385 \series bold
9386 &
9387 \series default
9388
9389 \begin_inset Quotes erd
9390 \end_inset
9391
9392  characters like the number of the following table columns.
9393  The 
9394 \series bold
9395 &
9396 \series default
9397  is the character to separate table cells.
9398  Write in TeX-Code after each 
9399 \series bold
9400 &
9401 \series default
9402  the content of the corresponding following cell and delete the content
9403  of these cells.
9404 \begin_inset Newline newline
9405 \end_inset
9406
9407 Behind the the 
9408 \series bold
9409
9410 \backslash
9411
9412 \backslash
9413
9414 \series default
9415  command, insert so many 
9416 \series bold
9417 &
9418 \series default
9419  characters like the number of table columns before the current column.
9420  In Table
9421 \begin_inset space ~
9422 \end_inset
9423
9424
9425 \begin_inset CommandInset ref
9426 LatexCommand ref
9427 reference "tab:ForcedPagebreak"
9428
9429 \end_inset
9430
9431  the cell that should be broken is in the second column followed by another
9432  column.
9433  Therefore the following command was inserted in the cell as TeX-Code behind
9434  
9435 \begin_inset Quotes eld
9436 \end_inset
9437
9438
9439 \emph on
9440 Castelchiodato,
9441 \emph default
9442
9443 \begin_inset Quotes erd
9444 \end_inset
9445
9446 :
9447 \end_layout
9448
9449 \begin_layout Standard
9450
9451 \series bold
9452 & 111
9453 \backslash
9454
9455 \backslash
9456
9457 \begin_inset Newline newline
9458 \end_inset
9459
9460 &
9461 \end_layout
9462
9463 \begin_layout Standard
9464 The 
9465 \begin_inset Quotes eld
9466 \end_inset
9467
9468 111
9469 \begin_inset Quotes erd
9470 \end_inset
9471
9472  in the third columns of the row was deleted.
9473  If your footer row of the longtable has for a certain reason no upper line
9474  but you would have a horizontal line where the cell is broken, use this
9475  command instead:
9476 \end_layout
9477
9478 \begin_layout Standard
9479
9480 \series bold
9481 & 111
9482 \backslash
9483
9484 \backslash
9485
9486 \begin_inset Newline newline
9487 \end_inset
9488
9489
9490 \backslash
9491 hline &
9492 \end_layout
9493
9494 \begin_layout Standard
9495 When the cell to be broken is in the last column, the command
9496 \end_layout
9497
9498 \begin_layout Standard
9499
9500 \series bold
9501
9502 \backslash
9503 setlength{
9504 \backslash
9505 parfillskip}{0pt}
9506 \end_layout
9507
9508 \begin_layout Standard
9509 must be inserted as TeX-Code at the beginning of the cell.
9510  This assures that the part of the cell that will be displayed on the new
9511  page appears with the full width.
9512 \end_layout
9513
9514 \begin_layout Standard
9515 \align center
9516 \begin_inset Tabular
9517 <lyxtabular version="3" rows="38" columns="3">
9518 <features islongtable="true">
9519 <column alignment="left" valignment="top" width="0cm">
9520 <column alignment="left" valignment="top" width="3cm">
9521 <column alignment="center" valignment="top" width="0pt">
9522 <row endfirsthead="true" caption="true">
9523 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527 \begin_inset Caption
9528
9529 \begin_layout Plain Layout
9530 Table with forced page break in table cell
9531 \begin_inset CommandInset label
9532 LatexCommand label
9533 name "tab:ForcedPagebreak"
9534
9535 \end_inset
9536
9537
9538 \begin_inset OptArg
9539 status collapsed
9540
9541 \begin_layout Plain Layout
9542 Table with forced page break in table cell
9543 \end_layout
9544
9545 \end_inset
9546
9547
9548 \end_layout
9549
9550 \end_inset
9551
9552
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 <row endfirsthead="true">
9577 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581
9582 \series bold
9583 Example Phone List (ignore the names)
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row endfirsthead="true">
9608 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \series bold
9614 NAME
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \series bold
9634 TEL.
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 </row>
9640 <row endhead="true" caption="true">
9641 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 \begin_inset ERT
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649
9650
9651 \backslash
9652 caption*{Continued table with forced page break in table cell}
9653 \backslash
9654
9655 \backslash
9656 %
9657 \end_layout
9658
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 </row>
9685 <row endhead="true">
9686 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690  
9691 \series bold
9692 Example Phone List
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 <row endhead="true">
9717 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \series bold
9723 NAME
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \series bold
9743 TEL.
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 </row>
9749 <row endfoot="true">
9750 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 continued on next page
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 </row>
9778 <row>
9779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \series bold
9785 Annovi
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 Silvia
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 111
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row>
9810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \series bold
9816 Bertoli
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 Stefano
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 111
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 <row>
9841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \series bold
9847 Bozzi
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 Walter
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 111
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \series bold
9878 Cachia
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 Maria
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 111
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 </row>
9902 <row>
9903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \series bold
9909 Cachia
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 Maurizio
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 111
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row>
9934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \series bold
9940 Cinquemani
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Giusi
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 111
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row>
9965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \series bold
9971 Colin
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 Bernard
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 111
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row>
9996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \series bold
10002 Concli
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 Gianfranco
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 111
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 <row>
10027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \series bold
10033 Dal Bosco
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 Carolina
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 111
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \series bold
10064 Dalpiaz
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 Annamaria
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 111
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row>
10089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \series bold
10095 Feliciello
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 Domenico
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 111
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row>
10120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \series bold
10126 Focarelli
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 Paola
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 111
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 </row>
10150 <row>
10151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155
10156 \series bold
10157 Galletti
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 Oreste
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 111
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 <row>
10182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186
10187 \series bold
10188 Gasparini
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 Franca
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 111
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row>
10213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \series bold
10219 Lassini
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 Giancarlo
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 111
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row>
10244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248
10249 \series bold
10250 Malfatti
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Luciano
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 111
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Malfatti
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Valeriano
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Meneguzzo
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 Roberto
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Mezzadra
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Roberto
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Pirpamer
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 Erich
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 111
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \series bold
10405 Pochiesa
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Paolo
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 111, 222
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 <row>
10430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434
10435 \series bold
10436 Radina
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 Claudio
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 111
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \series bold
10467 Rizzardi
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 Paolo, 11.
10477  Fürst von Montecompatri, 11.
10478  Fürst von Sulmona und Vivaro, 10.
10479  Fürst von Rossano, 5.
10480  Herzog von Canemorte, 11.
10481  Herzog von Palombara, 5.
10482  Herzog von Castelchiodato,
10483 \begin_inset ERT
10484 status open
10485
10486 \begin_layout Plain Layout
10487
10488 & 111
10489 \backslash
10490
10491 \backslash
10492
10493 \end_layout
10494
10495 \begin_layout Plain Layout
10496
10497 &
10498 \end_layout
10499
10500 \end_inset
10501
10502  11.
10503  Herzog von Poggionativo, 11.
10504  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10505  Graf von Valinfreda, 11.
10506  Baron von Cropalati, 11.
10507  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \series bold
10529 Stuffer
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Oskar
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 111
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \series bold
10560 Tacchelli
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 Ugo
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 111
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 </row>
10584 <row>
10585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591 Tezzele
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 Margit
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 111
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row>
10616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \series bold
10622 Unterkalmsteiner
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 Frieda
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 111
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row>
10647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \series bold
10653 Vieider
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 Hilde
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 111
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \series bold
10684 Vigna
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 Jürgen
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Weber
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Maurizio
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Winkler
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 Franz
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 </lyxtabular>
10771
10772 \end_inset
10773
10774
10775 \end_layout
10776
10777 \begin_layout Standard
10778 \begin_inset Newpage newpage
10779 \end_inset
10780
10781
10782 \end_layout
10783
10784 \begin_layout Section
10785 Multiple Lines Columns and Rows
10786 \end_layout
10787
10788 \begin_layout Subsection
10789 Multiple Lines in Table Cells
10790 \begin_inset CommandInset label
10791 LatexCommand label
10792 name "sub:Multiple-Lines-in"
10793
10794 \end_inset
10795
10796
10797 \begin_inset Index
10798 status collapsed
10799
10800 \begin_layout Plain Layout
10801 Multiple Lines in Table Cells
10802 \end_layout
10803
10804 \end_inset
10805
10806
10807 \begin_inset Index
10808 status collapsed
10809
10810 \begin_layout Plain Layout
10811 Table ! Linebreaks
10812 \end_layout
10813
10814 \end_inset
10815
10816
10817 \end_layout
10818
10819 \begin_layout Standard
10820 \align center
10821 \begin_inset Float table
10822 placement H
10823 wide false
10824 sideways false
10825 status open
10826
10827 \begin_layout Plain Layout
10828 \begin_inset Caption
10829
10830 \begin_layout Plain Layout
10831 \begin_inset CommandInset label
10832 LatexCommand label
10833 name "tab:Table-with-multiple"
10834
10835 \end_inset
10836
10837 Table with multiple lines in cells
10838 \end_layout
10839
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \begin_layout Plain Layout
10846 \align center
10847 \begin_inset Tabular
10848 <lyxtabular version="3" rows="3" columns="3">
10849 <features>
10850 <column alignment="center" valignment="middle" width="2.5cm">
10851 <column alignment="center" valignment="middle" width="0">
10852 <column alignment="center" valignment="middle" width="0">
10853 <row>
10854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 multiple
10859 \begin_inset Newline linebreak
10860 \end_inset
10861
10862 lines
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 b
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 c
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 d
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 e
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 f
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 g
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 h
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 i
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 </row>
10944 </lyxtabular>
10945
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \begin_layout Standard
10957 Adjusting a fixed width for a column, enables to enter text as a paragraph
10958  with multiple lines and hyphenations.
10959 \end_layout
10960
10961 \begin_layout Standard
10962 To produce Table
10963 \begin_inset space ~
10964 \end_inset
10965
10966
10967 \begin_inset CommandInset ref
10968 LatexCommand ref
10969 reference "tab:Table-with-multiple"
10970
10971 \end_inset
10972
10973 , create a 3×3 table, mark the first cell and right-click on it.
10974  In the appearing table dialog we set a cell width of 2.5
10975 \begin_inset space \thinspace{}
10976 \end_inset
10977
10978 cm and choose centered for the vertical and horizontal alignment.
10979  The vertical alignment is used for all cells of the row.
10980  As our text is smaller than than 2.5
10981 \begin_inset space \thinspace{}
10982 \end_inset
10983
10984 cm, only one line will appear.
10985  To get two lines, a justified line break (shortcut 
10986 \family sans
10987 Ctrl-Shift-Return
10988 \family default
10989 ) was added.
10990  If the text is wider than the set cell width, it will automatically be
10991  broken to several lines.
10992 \end_layout
10993
10994 \begin_layout Standard
10995 If you have a long word in a cell with a fixed width, it cannot be hyphenated
10996  by LaTeX if it is the first entry.
10997  Therefore you need to insert something, to make the word not being the
10998  first entry.
10999  So add a horizontal space of 0
11000 \begin_inset space \thinspace{}
11001 \end_inset
11002
11003 pt before the word.
11004  As the space is zero, it doesn't change the output.
11005  Table
11006 \begin_inset space ~
11007 \end_inset
11008
11009
11010 \begin_inset CommandInset ref
11011 LatexCommand ref
11012 reference "tab:Table-with-and"
11013
11014 \end_inset
11015
11016  shows the effect.
11017 \end_layout
11018
11019 \begin_layout Standard
11020 \begin_inset Float table
11021 placement h
11022 wide false
11023 sideways false
11024 status open
11025
11026 \begin_layout Plain Layout
11027 \begin_inset Caption
11028
11029 \begin_layout Plain Layout
11030 \begin_inset CommandInset label
11031 LatexCommand label
11032 name "tab:Table-with-and"
11033
11034 \end_inset
11035
11036 Table with and without hyphenation
11037 \end_layout
11038
11039 \end_inset
11040
11041
11042 \end_layout
11043
11044 \begin_layout Plain Layout
11045 \begin_inset space \hfill{}
11046 \end_inset
11047
11048
11049 \begin_inset Tabular
11050 <lyxtabular version="3" rows="3" columns="3">
11051 <features>
11052 <column alignment="center" valignment="middle" width="2.5cm">
11053 <column alignment="center" valignment="middle" width="0">
11054 <column alignment="center" valignment="middle" width="0">
11055 <row>
11056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 verylongtablecellword
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 b
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 c
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 <row>
11085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 d
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 e
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 f
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 <row>
11114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 g
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 h
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 i
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 </row>
11142 </lyxtabular>
11143
11144 \end_inset
11145
11146
11147 \begin_inset space \hfill{}
11148 \end_inset
11149
11150
11151 \begin_inset Tabular
11152 <lyxtabular version="3" rows="3" columns="3">
11153 <features>
11154 <column alignment="center" valignment="middle" width="2.5cm">
11155 <column alignment="center" valignment="middle" width="0">
11156 <column alignment="center" valignment="middle" width="0">
11157 <row>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 \begin_inset space \hspace{}
11163 \length 0pt
11164 \end_inset
11165
11166 verylongtablecellword
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 b
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 c
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 </row>
11190 <row>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 d
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 e
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 f
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 g
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 h
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 i
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 </lyxtabular>
11249
11250 \end_inset
11251
11252
11253 \begin_inset space \hfill{}
11254 \end_inset
11255
11256
11257 \end_layout
11258
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \begin_layout Standard
11265 \begin_inset Newpage newpage
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Subsection
11272 Multicolumns
11273 \begin_inset CommandInset label
11274 LatexCommand label
11275 name "sub:Multicolumns"
11276
11277 \end_inset
11278
11279
11280 \begin_inset Index
11281 status collapsed
11282
11283 \begin_layout Plain Layout
11284 Multicolumns
11285 \end_layout
11286
11287 \end_inset
11288
11289
11290 \begin_inset Index
11291 status collapsed
11292
11293 \begin_layout Plain Layout
11294 Table ! Multicolumns
11295 \end_layout
11296
11297 \end_inset
11298
11299
11300 \end_layout
11301
11302 \begin_layout Subsubsection
11303 Multicolumn Basics
11304 \end_layout
11305
11306 \begin_layout Standard
11307 To span a cell over multiple columns, mark as much cells within a line that
11308  should be one spanned cell and use either the table-toolbar button 
11309 \begin_inset Graphics
11310         filename ../images/tabular-feature_multicolumn.png
11311         scale 85
11312         scaleBeforeRotation
11313
11314 \end_inset
11315
11316 , or the menu 
11317 \family sans
11318 Edit\SpecialChar \menuseparator
11319 Table\SpecialChar \menuseparator
11320 Multicolumn
11321 \family default
11322 , or right click on the marked cells and choose multicolumn in the appearing
11323  table dialog under the tab 
11324 \family sans
11325 Table Settings
11326 \family default
11327 .
11328 \end_layout
11329
11330 \begin_layout Standard
11331 Multicolumns have there own cell settings.
11332  That means changing cell borders, cell alignment, and the width only affects
11333  the multicolumn.
11334  Here is an example table with a multicolumn cell in the first row and one
11335  in the last row without the upper border:
11336 \end_layout
11337
11338 \begin_layout Standard
11339 \align center
11340 \begin_inset Tabular
11341 <lyxtabular version="3" rows="3" columns="4">
11342 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11343 <column alignment="center" valignment="top" width="0pt">
11344 <column alignment="center" valignment="middle" width="0">
11345 <column alignment="center" valignment="top" width="0in">
11346 <column alignment="center" valignment="top" width="0pt">
11347 <row>
11348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 abc
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 def ghi
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 jkl
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 </row>
11385 <row>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390
11391 \family roman
11392 \series medium
11393 \shape up
11394 \size normal
11395 \emph off
11396 \bar no
11397 \noun off
11398 \color none
11399 A
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 B
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 C
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 D
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 <row>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 1
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 2
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 3
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 4
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 </row>
11470 </lyxtabular>
11471
11472 \end_inset
11473
11474
11475 \end_layout
11476
11477 \begin_layout Subsubsection
11478 Multicolumn Calculations
11479 \begin_inset CommandInset label
11480 LatexCommand label
11481 name "sub:Multicolumn-Calculations"
11482
11483 \end_inset
11484
11485
11486 \begin_inset Index
11487 status collapsed
11488
11489 \begin_layout Plain Layout
11490 Multicolumns ! Calculations
11491 \end_layout
11492
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \begin_layout Standard
11499 LyX supports multicolumns directly, but we have to take notice of the cell
11500  width of the columns spanned by the multicolumn cell.
11501 \end_layout
11502
11503 \begin_layout Standard
11504 \begin_inset Float table
11505 placement h
11506 wide false
11507 sideways false
11508 status open
11509
11510 \begin_layout Plain Layout
11511 \begin_inset Caption
11512
11513 \begin_layout Plain Layout
11514 \begin_inset CommandInset label
11515 LatexCommand label
11516 name "tab:Table-with-centered"
11517
11518 \end_inset
11519
11520 Table with centered multicolumn text above two columns that have exactly
11521  half the width of the multicolumn cell
11522 \begin_inset OptArg
11523 status collapsed
11524
11525 \begin_layout Plain Layout
11526 Perfect multicolumn table
11527 \end_layout
11528
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \begin_layout Plain Layout
11540 \align center
11541 \begin_inset Tabular
11542 <lyxtabular version="3" rows="3" columns="3">
11543 <features>
11544 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11545 <column alignment="center" valignment="middle" width="0">
11546 <column alignment="center" valignment="top" width="0">
11547 <row>
11548 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 multiple lines multicolumn
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 c
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 d
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 e
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 f
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 <row>
11606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 g
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 h
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 i
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 </row>
11634 </lyxtabular>
11635
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Standard
11647 To create for example Table
11648 \begin_inset space ~
11649 \end_inset
11650
11651
11652 \begin_inset CommandInset ref
11653 LatexCommand ref
11654 reference "tab:Table-with-centered"
11655
11656 \end_inset
11657
11658 , mark the first two cells in the first row of a 3×3 table and right-click
11659  on them.
11660  Now choose for this cell 
11661 \emph on
11662 multicolumn
11663 \emph default
11664
11665 \emph on
11666 centered alignment
11667 \emph default
11668  and a width of 2.5
11669 \begin_inset space \thinspace{}
11670 \end_inset
11671
11672 cm in the table dialog.
11673  The spanned columns should have exactly half the width of the multicolumn
11674  cell, so that you would adjust a width of 1.25
11675 \begin_inset space \thinspace{}
11676 \end_inset
11677
11678 cm for the first column.
11679  The second column has then automatically a width of 1.25
11680 \begin_inset space \thinspace{}
11681 \end_inset
11682
11683 cm (multicolumn width - width of first column).
11684  This was done for Table
11685 \begin_inset space ~
11686 \end_inset
11687
11688
11689 \begin_inset CommandInset ref
11690 LatexCommand ref
11691 reference "tab:Table-without-half"
11692
11693 \end_inset
11694
11695 .
11696 \end_layout
11697
11698 \begin_layout Standard
11699 \begin_inset Float table
11700 wide false
11701 sideways false
11702 status open
11703
11704 \begin_layout Plain Layout
11705 \begin_inset Caption
11706
11707 \begin_layout Plain Layout
11708 \begin_inset CommandInset label
11709 LatexCommand label
11710 name "tab:Table-without-half"
11711
11712 \end_inset
11713
11714 Table where the spanned table columns have not exactly half the width of
11715  the multicolumn cell
11716 \begin_inset OptArg
11717 status collapsed
11718
11719 \begin_layout Plain Layout
11720 Imperfect multicolumn table
11721 \end_layout
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \end_inset
11729
11730
11731 \end_layout
11732
11733 \begin_layout Plain Layout
11734 \align center
11735 \begin_inset Tabular
11736 <lyxtabular version="3" rows="3" columns="3">
11737 <features>
11738 <column alignment="center" valignment="top" width="1.25cm">
11739 <column alignment="center" valignment="top" width="0">
11740 <column alignment="center" valignment="top" width="0">
11741 <row>
11742 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 multiple lines multicolumn
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 c
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 </row>
11770 <row>
11771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 d
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 e
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 f
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 </row>
11799 <row>
11800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 g
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 h
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 i
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 </row>
11828 </lyxtabular>
11829
11830 \end_inset
11831
11832
11833 \end_layout
11834
11835 \end_inset
11836
11837
11838 \end_layout
11839
11840 \begin_layout Standard
11841 You can see that the first column has not the half width of the multicolumn
11842  cell, it is a bit bigger.
11843  The reason is that the given width of a cell 
11844 \begin_inset Formula $W_{g}$
11845 \end_inset
11846
11847  is not its total width 
11848 \begin_inset Formula $W_{\mathrm{tot}}$
11849 \end_inset
11850
11851  because a cell is always a bit larger than its given width.
11852  Appendix
11853 \begin_inset space ~
11854 \end_inset
11855
11856
11857 \begin_inset CommandInset ref
11858 LatexCommand eqref
11859 reference "cha:Explanation-of-Equation"
11860
11861 \end_inset
11862
11863  explains it in detail.
11864 \end_layout
11865
11866 \begin_layout Standard
11867 The needed given width 
11868 \begin_inset Formula $W_{g\, n}$
11869 \end_inset
11870
11871  when 
11872 \emph on
11873 n
11874 \emph default
11875  columns are spanned can be calculated, so that each column has a total
11876  width of 
11877 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11878 \end_inset
11879
11880 :
11881 \begin_inset Formula \begin{equation}
11882 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Standard
11890 In our case we have 
11891 \begin_inset Formula $n=2$
11892 \end_inset
11893
11894
11895 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11896 \end_inset
11897
11898 cm and the default values for the lengths, so that equation 
11899 \begin_inset CommandInset ref
11900 LatexCommand ref
11901 reference "eq:Wgn"
11902
11903 \end_inset
11904
11905  becomes
11906 \begin_inset Formula \begin{equation}
11907 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11908
11909 \end_inset
11910
11911
11912 \end_layout
11913
11914 \begin_layout Standard
11915 To enable calculations in LaTeX, the LaTeX-package 
11916 \series bold
11917 calc
11918 \series default
11919  must be loaded with the document preamble line
11920 \begin_inset Index
11921 status collapsed
11922
11923 \begin_layout Plain Layout
11924 LaTeX-packages ! calc
11925 \end_layout
11926
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Standard
11933
11934 \series bold
11935
11936 \backslash
11937 usepackage{calc}
11938 \end_layout
11939
11940 \begin_layout Standard
11941 LyX does not allow to calculate lengths in the width-field of the table
11942  dialog.
11943  Therefore you have to format the column by inserting a LaTeX-argument in
11944  the dialog.
11945  Here is an overview about the arguments:
11946 \end_layout
11947
11948 \begin_layout Itemize
11949
11950 \series bold
11951 p{width}
11952 \series default
11953  creates cell with a fixed width, its text is vertically top-aligned
11954 \end_layout
11955
11956 \begin_layout Itemize
11957
11958 \series bold
11959 m{width}
11960 \series default
11961  creates cell with a fixed width, its text is vertically centered
11962 \end_layout
11963
11964 \begin_layout Itemize
11965
11966 \series bold
11967 b{width}
11968 \series default
11969  creates cell with a fixed width, its text is vertically bottom-aligned
11970 \end_layout
11971
11972 \begin_layout Standard
11973 By entering a LaTeX-argument, all cell settings set in the table dialog
11974  are overwritten.
11975 \end_layout
11976
11977 \begin_layout Standard
11978 \begin_inset Note Greyedout
11979 status open
11980
11981 \begin_layout Plain Layout
11982
11983 \series bold
11984 Note:
11985 \series default
11986  Due to a bug, LyX shows the overwritten settings anyway.
11987 \end_layout
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \begin_layout Standard
11995 As the text should be horizontally centered, the command 
11996 \series bold
11997
11998 \backslash
11999 centering
12000 \series default
12001  is added.
12002  You can now enter the following LaTeX-argument for the first spanned column:
12003 \end_layout
12004
12005 \begin_layout Standard
12006
12007 \series bold
12008 >{
12009 \backslash
12010 centering}m{1.25cm-6.2pt}
12011 \end_layout
12012
12013 \begin_layout Standard
12014 The command 
12015 \series bold
12016 >{ }
12017 \series default
12018  means, that the commands inside the braces are applied before the cell
12019  is created.
12020 \end_layout
12021
12022 \begin_layout Standard
12023 Although we have chosen centered alignment for the text of the multicolumn
12024  cell, it is still left aligned.
12025  This is because LyX only applies the alignment to single columns.
12026  So we have to use for the multicolumn the LaTeX-argument
12027 \end_layout
12028
12029 \begin_layout Standard
12030
12031 \series bold
12032 >{
12033 \backslash
12034 centering}m{2.5cm}
12035 \end_layout
12036
12037 \begin_layout Subsection
12038 Multirows
12039 \begin_inset Index
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043 Multirows
12044 \end_layout
12045
12046 \end_inset
12047
12048
12049 \begin_inset Index
12050 status collapsed
12051
12052 \begin_layout Plain Layout
12053 Table ! Multirows
12054 \end_layout
12055
12056 \end_inset
12057
12058
12059 \begin_inset Index
12060 status collapsed
12061
12062 \begin_layout Plain Layout
12063 LaTeX-packages ! multirow
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \begin_layout Standard
12072 In contrary to multicolumns multirows are not yet supported by LyX so a
12073  bit of TeX-Code needs to be used.
12074  To use multirows load the LaTeX-package 
12075 \series bold
12076 multirow
12077 \series default
12078  in your document preamble with the command
12079 \end_layout
12080
12081 \begin_layout Standard
12082
12083 \series bold
12084
12085 \backslash
12086 usepackage{multirow}
12087 \end_layout
12088
12089 \begin_layout Standard
12090 Multirows are created with the command
12091 \end_layout
12092
12093 \begin_layout Standard
12094
12095 \series bold
12096
12097 \backslash
12098 multirow{number of rows}{cell width}{cell entry}
12099 \end_layout
12100
12101 \begin_layout Standard
12102 To create the following table:
12103 \end_layout
12104
12105 \begin_layout Standard
12106 \align center
12107 \begin_inset ERT
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111
12112
12113 \backslash
12114 renewcommand{
12115 \backslash
12116 multirowsetup}{
12117 \backslash
12118 centering}
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \begin_inset Tabular
12125 <lyxtabular version="3" rows="3" columns="3">
12126 <features>
12127 <column alignment="center" valignment="top" width="0">
12128 <column alignment="center" valignment="top" width="0">
12129 <column alignment="center" valignment="top" width="0">
12130 <row>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 a
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 b
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 c
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 </row>
12159 <row>
12160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 \begin_inset ERT
12165 status collapsed
12166
12167 \begin_layout Plain Layout
12168
12169
12170 \backslash
12171 multirow{2}{2.5cm}{
12172 \end_layout
12173
12174 \end_inset
12175
12176 multirow entry
12177 \begin_inset ERT
12178 status collapsed
12179
12180 \begin_layout Plain Layout
12181
12182 }
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 e
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 f
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 </row>
12211 <row>
12212 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225 h
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Plain Layout
12234 i
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 </row>
12240 </lyxtabular>
12241
12242 \end_inset
12243
12244
12245 \begin_inset ERT
12246 status collapsed
12247
12248 \begin_layout Plain Layout
12249
12250
12251 \backslash
12252 renewcommand{
12253 \backslash
12254 multirowsetup}{
12255 \backslash
12256 raggedright}
12257 \end_layout
12258
12259 \end_inset
12260
12261
12262 \end_layout
12263
12264 \begin_layout Standard
12265 create a 3×3 table.
12266  To get rid of the line above the last cell in the first column, the cell
12267  is marked as multicolumn and the upper border is unset.
12268  The multirow is now created in the second row of the first column by inserting
12269  there the command
12270 \end_layout
12271
12272 \begin_layout Standard
12273
12274 \series bold
12275
12276 \backslash
12277 multirow{2}{2.5cm}{
12278 \end_layout
12279
12280 \begin_layout Standard
12281 as TeX-Code.
12282  According to the command parameters the multirow spans now two rows and
12283  has a width of 2.5
12284 \begin_inset space \thinspace{}
12285 \end_inset
12286
12287 cm.
12288  The content of the multirow cell follows outside the TeX-Code box and the
12289  command is finished with a right brace 
12290 \series bold
12291 }
12292 \series default
12293  in another TeX-Code-box behind the text.
12294 \end_layout
12295
12296 \begin_layout Standard
12297
12298 \series bold
12299
12300 \backslash
12301 multirow
12302 \series default
12303  left-aligns its content by default.
12304  To override the default, renew the command 
12305 \series bold
12306
12307 \backslash
12308 multirowsetup
12309 \series default
12310  with the command
12311 \end_layout
12312
12313 \begin_layout Standard
12314
12315 \series bold
12316
12317 \backslash
12318 renewcommand{
12319 \backslash
12320 multirowsetup}{
12321 \backslash
12322 centering}
12323 \end_layout
12324
12325 \begin_layout Standard
12326 in TeX-Code in the document preamble.
12327  Then all entries of multirow cells in the document are centered.
12328  If centering is only needed for several tables, you can renew the command
12329  in an TeX-Code box just before the table instead of the preamble.
12330  If the text should be right-aligned, replace 
12331 \series bold
12332
12333 \backslash
12334 centering
12335 \series default
12336  by 
12337 \series bold
12338
12339 \backslash
12340 raggedleft
12341 \series default
12342 .
12343  To return to left-alignment 
12344 \series bold
12345
12346 \backslash
12347 raggedright
12348 \series default
12349  is used.
12350 \end_layout
12351
12352 \begin_layout Section
12353 Formal Tables
12354 \begin_inset CommandInset label
12355 LatexCommand label
12356 name "sec:Formal-Tables"
12357
12358 \end_inset
12359
12360
12361 \begin_inset Index
12362 status collapsed
12363
12364 \begin_layout Plain Layout
12365 Table ! Formal
12366 \end_layout
12367
12368 \end_inset
12369
12370
12371 \end_layout
12372
12373 \begin_layout Standard
12374 Tables are often typeset in books similar to Table
12375 \begin_inset space ~
12376 \end_inset
12377
12378
12379 \begin_inset CommandInset ref
12380 LatexCommand ref
12381 reference "tab:Example-booktabs-table"
12382
12383 \end_inset
12384
12385 .
12386  This kind of tables is called 
12387 \begin_inset Quotes eld
12388 \end_inset
12389
12390
12391 \emph on
12392 formal
12393 \emph default
12394
12395 \begin_inset Quotes erd
12396 \end_inset
12397
12398 .
12399  To make a table a formal table use the option 
12400 \family sans
12401 Formal
12402 \family default
12403  in the 
12404 \family sans
12405 Borders
12406 \family default
12407  tab of the table dialog.
12408 \end_layout
12409
12410 \begin_layout Standard
12411 \begin_inset Float table
12412 placement h
12413 wide false
12414 sideways false
12415 status open
12416
12417 \begin_layout Plain Layout
12418 \begin_inset Caption
12419
12420 \begin_layout Plain Layout
12421 \begin_inset CommandInset label
12422 LatexCommand label
12423 name "tab:Example-booktabs-table"
12424
12425 \end_inset
12426
12427 Example booktabs-table
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \end_layout
12434
12435 \begin_layout Plain Layout
12436 \align center
12437 \begin_inset Tabular
12438 <lyxtabular version="3" rows="8" columns="4">
12439 <features booktabs="true">
12440 <column alignment="center" valignment="top" width="0">
12441 <column alignment="center" valignment="top" width="0">
12442 <column alignment="center" valignment="top" width="0">
12443 <column alignment="center" valignment="top" width="0">
12444 <row>
12445 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12446 \begin_inset Text
12447
12448 \begin_layout Plain Layout
12449 System
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 <cell alignment="center" valignment="top" topline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 Medipix
12459 \begin_inset Formula $\,$
12460 \end_inset
12461
12462 1
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 Medipix
12472 \begin_inset Formula $\,$
12473 \end_inset
12474
12475 2
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 </row>
12490 <row>
12491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Plain Layout
12495 \begin_inset ERT
12496 status collapsed
12497
12498 \begin_layout Plain Layout
12499
12500
12501 \backslash
12502 cmidrule(r){2-2}
12503 \end_layout
12504
12505 \end_inset
12506
12507
12508 \begin_inset ERT
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512
12513
12514 \backslash
12515 cmidrule(l){3-4}
12516 \end_layout
12517
12518 \end_inset
12519
12520 Detector thickness [µm]
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell alignment="center" valignment="top" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 300
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 <cell alignment="center" valignment="top" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 300
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 700
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 </row>
12553 <row>
12554 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 Edge angle [°]
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" topline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 3.55
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell alignment="center" valignment="top" topline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 2.71
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" topline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 7.99
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 </row>
12591 <row topspace="default">
12592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 Spatial resolution [µm]
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 <cell alignment="center" valignment="top" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 4.26
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 10.17
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 10.56
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 <row topspace="default">
12630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 MTF at 
12635 \begin_inset Formula $f_{\mathrm{max}}$
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 0.53
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 0.37
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 0.39
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 </row>
12671 <row topspace="default">
12672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 \begin_inset ERT
12677 status collapsed
12678
12679 \begin_layout Plain Layout
12680
12681
12682 \backslash
12683 cmidrule(l{10pt}){1-1}
12684 \end_layout
12685
12686 \end_inset
12687
12688 LSF-spatial resolution
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 </row>
12721 <row>
12722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 in µm
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 129.7
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 52.75
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 50.78
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 </row>
12759 <row>
12760 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 in % of pixel size
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 76.3
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 95.9
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 92.3
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 </row>
12797 </lyxtabular>
12798
12799 \end_inset
12800
12801
12802 \end_layout
12803
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \begin_layout Standard
12810 Spaces to table rows can be added using the 
12811 \family sans
12812 Borders
12813 \family default
12814  tab of the table dialog as described in section
12815 \begin_inset space ~
12816 \end_inset
12817
12818
12819 \begin_inset CommandInset ref
12820 LatexCommand ref
12821 reference "sub:Row-Spacing"
12822
12823 \end_inset
12824
12825 .
12826 \end_layout
12827
12828 \begin_layout Standard
12829 In contrary to normal tables, formal tables have no vertical table lines.
12830  The horizontal table lines can be set like for normal tables but they appear
12831  with different width in the output:
12832 \begin_inset Newline newline
12833 \end_inset
12834
12835 The first and the last table line have a default width of 0.08
12836 \begin_inset space \thinspace{}
12837 \end_inset
12838
12839 em while the other lines have a default width of 0.05
12840 \begin_inset space \thinspace{}
12841 \end_inset
12842
12843 em.
12844 \end_layout
12845
12846 \begin_layout Standard
12847 The default widths can be changed with the following preamble lines
12848 \end_layout
12849
12850 \begin_layout Standard
12851
12852 \series bold
12853
12854 \backslash
12855 let
12856 \backslash
12857 mytoprule
12858 \backslash
12859 toprule
12860 \begin_inset Newline newline
12861 \end_inset
12862
12863
12864 \backslash
12865 renewcommand{
12866 \backslash
12867 toprule}{
12868 \backslash
12869 mytoprule[width]}
12870 \end_layout
12871
12872 \begin_layout Standard
12873 This example is for the first line, the so called 
12874 \series bold
12875 toprule
12876 \series default
12877 .
12878  If you want to change the width for the last line, replace 
12879 \series bold
12880 toprule
12881 \series default
12882  by 
12883 \series bold
12884 bottomrule
12885 \series default
12886 .
12887  To change the width for the other lines replace 
12888 \series bold
12889 toprule
12890 \series default
12891  by 
12892 \series bold
12893 midrule
12894 \series default
12895 .
12896  You can use all units listed in appendix
12897 \begin_inset space ~
12898 \end_inset
12899
12900
12901 \begin_inset CommandInset ref
12902 LatexCommand ref
12903 reference "cha:Units-available-in"
12904
12905 \end_inset
12906
12907  to set the width.
12908 \end_layout
12909
12910 \begin_layout Standard
12911 Lines that don't span over all table columns can be created by setting a
12912  table line for multicolumn cells.
12913  LyX will then internally use the command 
12914 \series bold
12915
12916 \backslash
12917 cmidrule
12918 \series default
12919  to create this line.
12920  Its full scheme is
12921 \end_layout
12922
12923 \begin_layout Standard
12924
12925 \series bold
12926
12927 \backslash
12928 cmidrule[width](trim){startcol-endcol}
12929 \end_layout
12930
12931 \begin_layout Standard
12932 The options of 
12933 \series bold
12934
12935 \backslash
12936 cmidrule
12937 \series default
12938  are are currently not supported by LyX so you have to use TeX-Code to be
12939  able to use them.
12940  
12941 \series bold
12942
12943 \backslash
12944 cmidrule
12945 \series default
12946 s can manually be created by inserting the command as TeX-Code as first
12947  cell entry of the first cell of a row.
12948  The line is then drawn in the output above the current row.
12949 \end_layout
12950
12951 \begin_layout Standard
12952 The default for the width is 0.03
12953 \begin_inset space \thinspace{}
12954 \end_inset
12955
12956 em.
12957  Startcol is the number of the column where the line starts and endcol the
12958  column number where the line ends.
12959  The endcol always needs to be specified, also when the line should span
12960  only one column.
12961  The optional parameter trim could be either 
12962 \emph on
12963 l{trimwidth}
12964 \emph default
12965 , or 
12966 \emph on
12967 r{trimwidth}
12968 \emph default
12969  where the trimwidth is also optional.
12970  Using for example the parameter 
12971 \emph on
12972 l{2pt}
12973 \emph default
12974  means that the line is trimmed from its left end by 2
12975 \begin_inset space \thinspace{}
12976 \end_inset
12977
12978 pt.
12979  If you don't specify the trimwidth the lines are trimmed by the default
12980  of 0.5
12981 \begin_inset space \thinspace{}
12982 \end_inset
12983
12984 em.
12985 \end_layout
12986
12987 \begin_layout Standard
12988 \begin_inset VSpace bigskip
12989 \end_inset
12990
12991 Table
12992 \begin_inset space ~
12993 \end_inset
12994
12995
12996 \begin_inset CommandInset ref
12997 LatexCommand ref
12998 reference "tab:Example-booktabs-table"
12999
13000 \end_inset
13001
13002  was created using the commands
13003 \end_layout
13004
13005 \begin_layout Standard
13006
13007 \series bold
13008
13009 \backslash
13010 cmidrule(r){2-2}
13011 \backslash
13012 cmidrule(l){3-4}
13013 \end_layout
13014
13015 \begin_layout Standard
13016 at the beginning of the in the second row and
13017 \end_layout
13018
13019 \begin_layout Standard
13020
13021 \series bold
13022
13023 \backslash
13024 cmidrule(l{10pt}){1-1}
13025 \end_layout
13026
13027 \begin_layout Standard
13028 in the sixth row.
13029 \end_layout
13030
13031 \begin_layout Standard
13032 \begin_inset VSpace bigskip
13033 \end_inset
13034
13035
13036 \end_layout
13037
13038 \begin_layout Standard
13039 You might want to have overlapping 
13040 \series bold
13041
13042 \backslash
13043 cmidrule
13044 \series default
13045 s like in Table
13046 \begin_inset space ~
13047 \end_inset
13048
13049
13050 \begin_inset CommandInset ref
13051 LatexCommand ref
13052 reference "tab:Special-booktabs-table"
13053
13054 \end_inset
13055
13056 .
13057  This can be achieved with the TeX-Code command
13058 \end_layout
13059
13060 \begin_layout Standard
13061
13062 \series bold
13063
13064 \backslash
13065 morecmidrules
13066 \end_layout
13067
13068 \begin_layout Standard
13069 The command that was used for the second row of Table
13070 \begin_inset space ~
13071 \end_inset
13072
13073
13074 \begin_inset CommandInset ref
13075 LatexCommand ref
13076 reference "tab:Special-booktabs-table"
13077
13078 \end_inset
13079
13080  is
13081 \end_layout
13082
13083 \begin_layout Standard
13084
13085 \series bold
13086
13087 \backslash
13088 cmidrule(r){2-2}
13089 \backslash
13090 cmidrule(l){3-4}
13091 \backslash
13092 morecmidrules
13093 \backslash
13094 cmidrule{2-4}
13095 \end_layout
13096
13097 \begin_layout Standard
13098 The command for the sixth row is
13099 \end_layout
13100
13101 \begin_layout Standard
13102
13103 \series bold
13104
13105 \backslash
13106 midrule
13107 \backslash
13108 morecmidrules
13109 \backslash
13110 cmidrule{3-4}
13111 \end_layout
13112
13113 \begin_layout Standard
13114 \begin_inset VSpace bigskip
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \begin_layout Standard
13121 If you are anyway not satisfied with the border line spacing, you can use
13122  the following command to produce lines that span over all table columns
13123 \series bold
13124 :
13125 \end_layout
13126
13127 \begin_layout Standard
13128
13129 \series bold
13130
13131 \backslash
13132 specialrule{width}{space above}{space below}
13133 \end_layout
13134
13135 \begin_layout Standard
13136 For more informations about these specialties, we refer to the manual of
13137  the LaTeX-package 
13138 \series bold
13139 booktabs
13140 \series default
13141  
13142 \begin_inset CommandInset citation
13143 LatexCommand cite
13144 key "booktabs"
13145
13146 \end_inset
13147
13148 .
13149 \begin_inset Index
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153 LaTeX-packages ! booktabs
13154 \end_layout
13155
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \begin_layout Standard
13162 \begin_inset Float table
13163 placement h
13164 wide false
13165 sideways false
13166 status open
13167
13168 \begin_layout Plain Layout
13169 \begin_inset Caption
13170
13171 \begin_layout Plain Layout
13172 \begin_inset CommandInset label
13173 LatexCommand label
13174 name "tab:Special-booktabs-table"
13175
13176 \end_inset
13177
13178 Special booktabs-table
13179 \end_layout
13180
13181 \end_inset
13182
13183
13184 \end_layout
13185
13186 \begin_layout Plain Layout
13187 \align center
13188 \begin_inset Tabular
13189 <lyxtabular version="3" rows="8" columns="4">
13190 <features booktabs="true">
13191 <column alignment="center" valignment="top" width="0">
13192 <column alignment="center" valignment="top" width="0">
13193 <column alignment="center" valignment="top" width="0">
13194 <column alignment="center" valignment="top" width="0">
13195 <row>
13196 <cell alignment="center" valignment="top" topline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 System
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 <cell alignment="center" valignment="top" topline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 Medipix
13210 \begin_inset space \thinspace{}
13211 \end_inset
13212
13213 1
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 Medipix
13223 \begin_inset space \thinspace{}
13224 \end_inset
13225
13226 2
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 <row>
13242 <cell alignment="center" valignment="top" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 \begin_inset ERT
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250
13251
13252 \backslash
13253 cmidrule(r){2-2}
13254 \end_layout
13255
13256 \end_inset
13257
13258
13259 \begin_inset ERT
13260 status collapsed
13261
13262 \begin_layout Plain Layout
13263
13264
13265 \backslash
13266 cmidrule(l){3-4}
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \begin_inset ERT
13273 status collapsed
13274
13275 \begin_layout Plain Layout
13276
13277
13278 \backslash
13279 morecmidrules 
13280 \end_layout
13281
13282 \end_inset
13283
13284
13285 \begin_inset ERT
13286 status collapsed
13287
13288 \begin_layout Plain Layout
13289
13290
13291 \backslash
13292 cmidrule{2-4}
13293 \end_layout
13294
13295 \end_inset
13296
13297 Detector thickness [µm]
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 300
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 300
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 700
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 </row>
13330 <row>
13331 <cell alignment="center" valignment="top" topline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 Edge angle [°]
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 3.55
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 2.71
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 7.99
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 <row topspace="default">
13369 <cell alignment="center" valignment="top" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 Spatial resolution [µm]
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 4.26
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 10.17
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 10.56
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row topspace="default">
13407 <cell alignment="center" valignment="top" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 MTF at 
13412 \begin_inset Formula $f_{\mathrm{max}}$
13413 \end_inset
13414
13415
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 0.53
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 0.37
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 0.39
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 </row>
13448 <row>
13449 <cell alignment="center" valignment="top" topline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 \begin_inset ERT
13454 status collapsed
13455
13456 \begin_layout Plain Layout
13457
13458
13459 \backslash
13460 morecmidrules 
13461 \end_layout
13462
13463 \end_inset
13464
13465
13466 \begin_inset ERT
13467 status collapsed
13468
13469 \begin_layout Plain Layout
13470
13471
13472 \backslash
13473 cmidrule{3-4}
13474 \end_layout
13475
13476 \end_inset
13477
13478 LSF-spatial resolution
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" topline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" topline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 </row>
13511 <row>
13512 <cell alignment="center" valignment="top" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 in µm
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 129.7
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell alignment="center" valignment="top" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 52.75
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 50.78
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 </row>
13549 <row>
13550 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 in % of pixel size
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 76.3
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572 95.9
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 92.3
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 </row>
13587 </lyxtabular>
13588
13589 \end_inset
13590
13591
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Section
13600 Vertical Table Alignment
13601 \begin_inset Index
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605 Table ! Alignment
13606 \end_layout
13607
13608 \end_inset
13609
13610
13611 \end_layout
13612
13613 \begin_layout Standard
13614 To align tables vertically in a text line the table must be inside a box.
13615  The box can then be vertically aligned as described in section
13616 \begin_inset space ~
13617 \end_inset
13618
13619
13620 \begin_inset CommandInset ref
13621 LatexCommand ref
13622 reference "sec:Box-Dialog"
13623
13624 \end_inset
13625
13626 .
13627 \end_layout
13628
13629 \begin_layout Standard
13630 In the following example the tables are inside a minipage
13631 \begin_inset Foot
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635 Minipages are described in section
13636 \begin_inset space ~
13637 \end_inset
13638
13639
13640 \begin_inset CommandInset ref
13641 LatexCommand ref
13642 reference "sec:Minipages"
13643
13644 \end_inset
13645
13646 .
13647 \end_layout
13648
13649 \end_inset
13650
13651  box that has a width of 15
13652 \begin_inset space \thinspace{}
13653 \end_inset
13654
13655 col%:
13656 \end_layout
13657
13658 \begin_layout Itemize
13659 test 
13660 \begin_inset Box Frameless
13661 position "t"
13662 hor_pos "c"
13663 has_inner_box 1
13664 inner_pos "c"
13665 use_parbox 0
13666 width "15col%"
13667 special "none"
13668 height "1in"
13669 height_special "totalheight"
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673 \begin_inset Tabular
13674 <lyxtabular version="3" rows="3" columns="3">
13675 <features>
13676 <column alignment="center" valignment="top" width="0">
13677 <column alignment="center" valignment="top" width="0">
13678 <column alignment="center" valignment="top" width="0">
13679 <row>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 a
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 d
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 g
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 </row>
13708 <row>
13709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 b
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 e
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 h
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 </row>
13737 <row>
13738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 c
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 f
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 i
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 </lyxtabular>
13767
13768 \end_inset
13769
13770
13771 \end_layout
13772
13773 \end_inset
13774
13775  test 
13776 \begin_inset ERT
13777 status collapsed
13778
13779 \begin_layout Plain Layout
13780
13781
13782 \backslash
13783 raisebox{0.85
13784 \backslash
13785 baselineskip}{
13786 \end_layout
13787
13788 \end_inset
13789
13790
13791 \begin_inset Box Frameless
13792 position "t"
13793 hor_pos "c"
13794 has_inner_box 1
13795 inner_pos "c"
13796 use_parbox 0
13797 width "15col%"
13798 special "none"
13799 height "1in"
13800 height_special "totalheight"
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804 \begin_inset Tabular
13805 <lyxtabular version="3" rows="3" columns="3">
13806 <features>
13807 <column alignment="center" valignment="top" width="0">
13808 <column alignment="center" valignment="top" width="0">
13809 <column alignment="center" valignment="top" width="0">
13810 <row>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 a
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 d
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 g
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 </row>
13839 <row>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 b
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 e
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 h
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 </row>
13868 <row>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 c
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 f
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 i
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 </row>
13897 </lyxtabular>
13898
13899 \end_inset
13900
13901
13902 \end_layout
13903
13904 \end_inset
13905
13906
13907 \begin_inset ERT
13908 status collapsed
13909
13910 \begin_layout Plain Layout
13911
13912 }
13913 \end_layout
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \begin_layout Itemize
13921 test 
13922 \begin_inset Box Frameless
13923 position "c"
13924 hor_pos "c"
13925 has_inner_box 1
13926 inner_pos "c"
13927 use_parbox 0
13928 width "15col%"
13929 special "none"
13930 height "1in"
13931 height_special "totalheight"
13932 status collapsed
13933
13934 \begin_layout Plain Layout
13935 \begin_inset Tabular
13936 <lyxtabular version="3" rows="3" columns="3">
13937 <features>
13938 <column alignment="center" valignment="top" width="0">
13939 <column alignment="center" valignment="top" width="0">
13940 <column alignment="center" valignment="top" width="0">
13941 <row>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 a
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 d
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 g
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 </row>
13970 <row>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 b
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 e
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 h
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 <row>
14000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 c
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 f
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 i
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 </lyxtabular>
14029
14030 \end_inset
14031
14032
14033 \end_layout
14034
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \begin_layout Itemize
14041 test 
14042 \begin_inset Box Frameless
14043 position "b"
14044 hor_pos "c"
14045 has_inner_box 1
14046 inner_pos "c"
14047 use_parbox 0
14048 width "15col%"
14049 special "none"
14050 height "1in"
14051 height_special "totalheight"
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055 \begin_inset Tabular
14056 <lyxtabular version="3" rows="3" columns="3">
14057 <features>
14058 <column alignment="center" valignment="top" width="0">
14059 <column alignment="center" valignment="top" width="0">
14060 <column alignment="center" valignment="top" width="0">
14061 <row>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 a
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 d
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 g
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 </row>
14090 <row>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 b
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 e
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 h
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 </row>
14119 <row>
14120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 c
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 f
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 i
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 </row>
14148 </lyxtabular>
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \end_inset
14156
14157  test 
14158 \begin_inset ERT
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162
14163
14164 \backslash
14165 raisebox{-0.32
14166 \backslash
14167 baselineskip}{
14168 \end_layout
14169
14170 \end_inset
14171
14172
14173 \begin_inset Box Frameless
14174 position "b"
14175 hor_pos "c"
14176 has_inner_box 1
14177 inner_pos "c"
14178 use_parbox 0
14179 width "15col%"
14180 special "none"
14181 height "1in"
14182 height_special "totalheight"
14183 status collapsed
14184
14185 \begin_layout Plain Layout
14186 \begin_inset Tabular
14187 <lyxtabular version="3" rows="3" columns="3">
14188 <features>
14189 <column alignment="center" valignment="top" width="0">
14190 <column alignment="center" valignment="top" width="0">
14191 <column alignment="center" valignment="top" width="0">
14192 <row>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 a
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 d
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 g
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 </row>
14221 <row>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 b
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 e
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 h
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 </row>
14250 <row>
14251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 c
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 f
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 i
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 </row>
14279 </lyxtabular>
14280
14281 \end_inset
14282
14283
14284 \end_layout
14285
14286 \end_inset
14287
14288
14289 \begin_inset ERT
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293
14294 }
14295 \end_layout
14296
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \begin_layout Standard
14303 As you can see, the content of the first and last table row is not correctly
14304  aligned with the text line where the table is in.
14305  To get this alignment, the minipage box must be set into a raisebox
14306 \begin_inset Foot
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310 Raiseboxes are described in section
14311 \begin_inset space ~
14312 \end_inset
14313
14314
14315 \begin_inset CommandInset ref
14316 LatexCommand ref
14317 reference "sub:Vertical-Alignment"
14318
14319 \end_inset
14320
14321 .
14322 \end_layout
14323
14324 \end_inset
14325
14326 .
14327  In the example above the second table in the first item is aligned using
14328  the TeX-Code-command
14329 \end_layout
14330
14331 \begin_layout Standard
14332
14333 \series bold
14334
14335 \backslash
14336 raisebox{0.85
14337 \backslash
14338 baselineskip}{
14339 \end_layout
14340
14341 \begin_layout Standard
14342 before the box.
14343  Behind the box the closing brace 
14344 \series bold
14345 }
14346 \series default
14347  is inserted as TeX-Code.
14348  For the second table in the last item the command
14349 \end_layout
14350
14351 \begin_layout Standard
14352
14353 \series bold
14354
14355 \backslash
14356 raisebox{-0.32
14357 \backslash
14358 baselineskip}{
14359 \end_layout
14360
14361 \begin_layout Standard
14362 is used.
14363 \end_layout
14364
14365 \begin_layout Standard
14366 \begin_inset Note Greyedout
14367 status open
14368
14369 \begin_layout Plain Layout
14370
14371 \series bold
14372 Note:
14373 \series default
14374  The alignment of the table row content to the surrounding text line is
14375  not exact.
14376  The needed factor of the 
14377 \series bold
14378
14379 \backslash
14380 raisebox
14381 \series default
14382  command for this alignment depends on the document font, the font size,
14383  and the table line thickness.
14384 \end_layout
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Section
14392 Colored Tables
14393 \begin_inset CommandInset label
14394 LatexCommand label
14395 name "sec:Colored-Tables"
14396
14397 \end_inset
14398
14399
14400 \begin_inset Index
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404 Table ! Color
14405 \end_layout
14406
14407 \end_inset
14408
14409
14410 \end_layout
14411
14412 \begin_layout Subsection
14413 Colored Cells
14414 \begin_inset Index
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418 Table Color ! for Cells
14419 \end_layout
14420
14421 \end_inset
14422
14423
14424 \begin_inset Index
14425 status collapsed
14426
14427 \begin_layout Plain Layout
14428 Color ! for Table Cells
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Standard
14437 \begin_inset Float table
14438 placement h
14439 wide false
14440 sideways false
14441 status open
14442
14443 \begin_layout Plain Layout
14444 \begin_inset Caption
14445
14446 \begin_layout Plain Layout
14447 \begin_inset CommandInset label
14448 LatexCommand label
14449 name "tab:Table-colored-without"
14450
14451 \end_inset
14452
14453 Table colored without using the package 
14454 \series bold
14455 colortbl
14456 \series default
14457
14458 \begin_inset OptArg
14459 status collapsed
14460
14461 \begin_layout Plain Layout
14462 Table without colortbl
14463 \end_layout
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \begin_layout Plain Layout
14476 \align center
14477 \begin_inset Tabular
14478 <lyxtabular version="3" rows="3" columns="3">
14479 <features>
14480 <column alignment="center" valignment="top" width="0">
14481 <column alignment="center" valignment="top" width="0">
14482 <column alignment="center" valignment="top" width="0">
14483 <row>
14484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488
14489 \color green
14490 a
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499
14500 \color red
14501 b
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510
14511 \color red
14512 c
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523
14524 \color green
14525 d
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534
14535 \color blue
14536 e
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545
14546 \color blue
14547 f
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 <row>
14554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558
14559 \color green
14560 g
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569
14570 \color blue
14571 h
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580
14581 \color blue
14582 i
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 </row>
14588 </lyxtabular>
14589
14590 \end_inset
14591
14592
14593 \end_layout
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \begin_layout Standard
14601 If you only need colored text, mark the cells and choose a color in the
14602  menu 
14603 \family sans
14604 Edit\SpecialChar \menuseparator
14605 Text
14606 \begin_inset space ~
14607 \end_inset
14608
14609 Style
14610 \family default
14611 .
14612  This was used to create Table
14613 \begin_inset space ~
14614 \end_inset
14615
14616
14617 \begin_inset CommandInset ref
14618 LatexCommand ref
14619 reference "tab:Table-colored-without"
14620
14621 \end_inset
14622
14623 .
14624  In any other case you have to use the LaTeX-package 
14625 \series bold
14626 colortbl
14627 \series default
14628 .
14629 \begin_inset Index
14630 status collapsed
14631
14632 \begin_layout Plain Layout
14633 LaTeX-packages ! colortbl
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \begin_layout Standard
14642 \begin_inset ERT
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646
14647
14648 \backslash
14649 ifcolortbl
14650 \end_layout
14651
14652 \end_inset
14653
14654
14655 \begin_inset Note Note
14656 status open
14657
14658 \begin_layout Plain Layout
14659 The following section part will only be displayed when the LaTeX-package
14660  
14661 \series bold
14662 colortbl
14663 \series default
14664  is installed.
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \begin_layout Standard
14673 To create colored tables, 
14674 \series bold
14675 colortbl
14676 \series default
14677  must be loaded in the preamble with the line
14678 \end_layout
14679
14680 \begin_layout Standard
14681
14682 \series bold
14683
14684 \backslash
14685 usepackage{colortbl}
14686 \end_layout
14687
14688 \begin_layout Standard
14689 The color of a column is adjusted with the command
14690 \end_layout
14691
14692 \begin_layout Standard
14693
14694 \series bold
14695
14696 \backslash
14697 columncolor{name of color}
14698 \end_layout
14699
14700 \begin_layout Standard
14701 inside the command 
14702 \series bold
14703 >{ }
14704 \series default
14705 .
14706  More about the command 
14707 \series bold
14708 >{}
14709 \series default
14710  is described in section
14711 \begin_inset space ~
14712 \end_inset
14713
14714
14715 \begin_inset CommandInset ref
14716 LatexCommand ref
14717 reference "sub:Multicolumn-Calculations"
14718
14719 \end_inset
14720
14721 .
14722 \end_layout
14723
14724 \begin_layout Standard
14725 The following color names are predefined:
14726 \end_layout
14727
14728 \begin_layout Standard
14729
14730 \family sans
14731 red
14732 \family default
14733
14734 \family sans
14735 green
14736 \family default
14737
14738 \family sans
14739 yellow
14740 \family default
14741
14742 \family sans
14743 blue
14744 \family default
14745
14746 \family sans
14747 cyan
14748 \family default
14749
14750 \family sans
14751 magenta
14752 \family default
14753
14754 \family sans
14755 black
14756 \family default
14757  and 
14758 \family sans
14759 white
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset VSpace medskip
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Standard
14770 You can also define your own color with the command
14771 \end_layout
14772
14773 \begin_layout Standard
14774
14775 \series bold
14776
14777 \backslash
14778 definecolor{color name}{color model}{color values}
14779 \end_layout
14780
14781 \begin_layout Standard
14782 The color model can be
14783 \end_layout
14784
14785 \begin_layout Labeling
14786 \labelwidthstring 00.00.0000
14787 cmyk: cyan, magenta, yellow, black
14788 \end_layout
14789
14790 \begin_layout Labeling
14791 \labelwidthstring 00.00.0000
14792 rgb: red, green blue
14793 \end_layout
14794
14795 \begin_layout Labeling
14796 \labelwidthstring 00.00.0000
14797 gray gray
14798 \end_layout
14799
14800 \begin_layout Standard
14801 and the color values are comma separated numbers between 0 and 1 describing
14802  the factor for the corresponding color of the color model.
14803 \end_layout
14804
14805 \begin_layout Standard
14806 You can e.
14807 \begin_inset space \thinspace{}
14808 \end_inset
14809
14810 g.
14811 \begin_inset space ~
14812 \end_inset
14813
14814 define the color "
14815 \emph on
14816 darkgreen
14817 \emph default
14818 " in the preamble with
14819 \end_layout
14820
14821 \begin_layout Standard
14822
14823 \series bold
14824
14825 \backslash
14826 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14827 \end_layout
14828
14829 \begin_layout Standard
14830 and the color "
14831 \emph on
14832 lightgray
14833 \emph default
14834 " with
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 definecolor{lightgray}{gray}{0.8}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 \begin_inset VSpace medskip
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \begin_layout Standard
14853 Lines are colored with the command
14854 \end_layout
14855
14856 \begin_layout Standard
14857
14858 \series bold
14859
14860 \backslash
14861 rowcolor{name of color}
14862 \end_layout
14863
14864 \begin_layout Standard
14865 and cells are colored with the command
14866 \end_layout
14867
14868 \begin_layout Standard
14869
14870 \series bold
14871
14872 \backslash
14873 cellcolor{name of color}
14874 \end_layout
14875
14876 \begin_layout Standard
14877 Both commands are inserted at the beginning of a cell as TeX-Code.
14878 \end_layout
14879
14880 \begin_layout Standard
14881 To color characters in the table, mark the cells and use the LyX menu 
14882 \family sans
14883 Edit\SpecialChar \menuseparator
14884 Text
14885 \begin_inset space ~
14886 \end_inset
14887
14888 Style
14889 \family default
14890 .
14891  If a cell contains TeX-Code mark only the characters, otherwise the colored
14892  TeX-Code will cause LaTeX-errors.
14893 \end_layout
14894
14895 \begin_layout Standard
14896 \begin_inset Note Greyedout
14897 status open
14898
14899 \begin_layout Plain Layout
14900
14901 \series bold
14902 Note:
14903 \series default
14904  Not all DVI-viewers are able to display self-defined colors.
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \end_layout
14911
14912 \begin_layout Standard
14913 \begin_inset VSpace bigskip
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \begin_layout Standard
14920 To create Table
14921 \begin_inset space ~
14922 \end_inset
14923
14924
14925 \begin_inset CommandInset ref
14926 LatexCommand ref
14927 reference "tab:Table-colored-using"
14928
14929 \end_inset
14930
14931  do the following: The color of the first column should be 
14932 \emph on
14933 darkgreen
14934 \emph default
14935 .
14936  So insert
14937 \end_layout
14938
14939 \begin_layout Standard
14940
14941 \series bold
14942 >{
14943 \backslash
14944 columncolor{darkgreen}
14945 \backslash
14946 centering}c
14947 \end_layout
14948
14949 \begin_layout Standard
14950 as LaTeX-argument for this column.
14951  The first row should be blue, therefore the TeX-Code command
14952 \end_layout
14953
14954 \begin_layout Standard
14955
14956 \series bold
14957
14958 \backslash
14959 rowcolow{cyan}
14960 \end_layout
14961
14962 \begin_layout Standard
14963 is inserted to the first cell of this row.
14964  Note that this overwrites the column color for the first cell.
14965  The last cell of the last row is colored magenta by inserting the TeX-Code
14966  command
14967 \end_layout
14968
14969 \begin_layout Standard
14970
14971 \series bold
14972
14973 \backslash
14974 cellcolor{magenta}
14975 \end_layout
14976
14977 \begin_layout Standard
14978 The characters could now be colored using the menu 
14979 \family sans
14980 Edit\SpecialChar \menuseparator
14981 Text
14982 \begin_inset space ~
14983 \end_inset
14984
14985 Style
14986 \family default
14987 .
14988 \end_layout
14989
14990 \begin_layout Standard
14991 \begin_inset Float table
14992 placement h
14993 wide false
14994 sideways false
14995 status open
14996
14997 \begin_layout Plain Layout
14998 \begin_inset Caption
14999
15000 \begin_layout Plain Layout
15001 \begin_inset CommandInset label
15002 LatexCommand label
15003 name "tab:Table-colored-using"
15004
15005 \end_inset
15006
15007 Table colored using the package 
15008 \series bold
15009 colortbl
15010 \series default
15011
15012 \begin_inset OptArg
15013 status collapsed
15014
15015 \begin_layout Plain Layout
15016 Table with colortbl
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \begin_layout Plain Layout
15030 \align center
15031 \begin_inset Tabular
15032 <lyxtabular version="3" rows="3" columns="3">
15033 <features>
15034 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15035 <column alignment="center" valignment="top" width="0">
15036 <column alignment="center" valignment="top" width="0">
15037 <row>
15038 <cell alignment="center" valignment="top" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 \begin_inset ERT
15043 status collapsed
15044
15045 \begin_layout Plain Layout
15046
15047
15048 \backslash
15049 rowcolor{cyan}
15050 \end_layout
15051
15052 \end_inset
15053
15054
15055 \color magenta
15056 a
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065
15066 \color red
15067 b
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \color red
15078 c
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 <row>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \color yellow
15091 d
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100
15101 \color blue
15102 e
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \color blue
15113 f
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 </row>
15119 <row>
15120 <cell alignment="center" valignment="top" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124
15125 \color yellow
15126 g
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135
15136 \color blue
15137 h
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 \begin_inset ERT
15147 status collapsed
15148
15149 \begin_layout Plain Layout
15150
15151
15152 \backslash
15153 cellcolor{magenta}
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \color green
15160 i
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 </row>
15166 </lyxtabular>
15167
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Standard
15179 \begin_inset ERT
15180 status collapsed
15181
15182 \begin_layout Plain Layout
15183
15184
15185 \backslash
15186 else
15187 \end_layout
15188
15189 \end_inset
15190
15191
15192 \begin_inset Note Note
15193 status open
15194
15195 \begin_layout Plain Layout
15196 The following will be displayed when the LaTeX-package 
15197 \series bold
15198 colortbl
15199 \series default
15200  is not installed:
15201 \end_layout
15202
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \begin_layout Standard
15209 You need to install the package 
15210 \series bold
15211 colortbl
15212 \series default
15213  to see the content of this section in the output.
15214 \end_layout
15215
15216 \begin_layout Standard
15217 \begin_inset ERT
15218 status collapsed
15219
15220 \begin_layout Plain Layout
15221
15222
15223 \backslash
15224 fi
15225 \end_layout
15226
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \begin_layout Subsection
15233 Colored Lines
15234 \begin_inset Index
15235 status collapsed
15236
15237 \begin_layout Plain Layout
15238 Table Color ! for Lines
15239 \end_layout
15240
15241 \end_inset
15242
15243
15244 \begin_inset Index
15245 status collapsed
15246
15247 \begin_layout Plain Layout
15248 Color ! for Table Lines
15249 \end_layout
15250
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \begin_layout Standard
15257 As described in section
15258 \begin_inset space ~
15259 \end_inset
15260
15261
15262 \begin_inset CommandInset ref
15263 LatexCommand ref
15264 reference "sub:Line-Thickness"
15265
15266 \end_inset
15267
15268 , the line thickness for all lines in a table can be adjusted with the length
15269  
15270 \series bold
15271
15272 \backslash
15273 arrayrulewidth
15274 \series default
15275 .
15276  It is set to 1.5
15277 \begin_inset space \thinspace{}
15278 \end_inset
15279
15280 pt for all tables of this section.
15281 \begin_inset ERT
15282 status collapsed
15283
15284 \begin_layout Plain Layout
15285
15286
15287 \backslash
15288 setlength{
15289 \backslash
15290 arrayrulewidth}{1.5pt}
15291 \end_layout
15292
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \begin_layout Standard
15299 To color vertical lines for example with green, create the following column
15300  format in the document preamble, according to the description in section
15301 \begin_inset space ~
15302 \end_inset
15303
15304
15305 \begin_inset CommandInset ref
15306 LatexCommand ref
15307 reference "sub:Customized-Format"
15308
15309 \end_inset
15310
15311 :
15312 \end_layout
15313
15314 \begin_layout Standard
15315
15316 \series bold
15317
15318 \backslash
15319 newcolumntype{W}{!{
15320 \backslash
15321 color{green}
15322 \backslash
15323 vline}}
15324 \end_layout
15325
15326 \begin_layout Standard
15327 For Table
15328 \begin_inset space ~
15329 \end_inset
15330
15331
15332 \begin_inset CommandInset ref
15333 LatexCommand ref
15334 reference "tab:Table-with-vertical-colored"
15335
15336 \end_inset
15337
15338  the LaTeX-argument
15339 \series bold
15340  WcW
15341 \series default
15342  was used for the last column and
15343 \series bold
15344  Wc
15345 \series default
15346  for the other columns.
15347 \end_layout
15348
15349 \begin_layout Standard
15350 If you want to have several colors, define more column formats.
15351 \end_layout
15352
15353 \begin_layout Standard
15354 \begin_inset Float table
15355 placement h
15356 wide false
15357 sideways false
15358 status open
15359
15360 \begin_layout Plain Layout
15361 \begin_inset Caption
15362
15363 \begin_layout Plain Layout
15364 \begin_inset CommandInset label
15365 LatexCommand label
15366 name "tab:Table-with-vertical-colored"
15367
15368 \end_inset
15369
15370 Table with colored vertical lines
15371 \end_layout
15372
15373 \end_inset
15374
15375
15376 \end_layout
15377
15378 \begin_layout Plain Layout
15379 \align center
15380 \begin_inset Tabular
15381 <lyxtabular version="3" rows="3" columns="3">
15382 <features>
15383 <column alignment="center" valignment="top" width="0" special="Wc">
15384 <column alignment="center" valignment="top" width="0" special="Wc">
15385 <column alignment="center" valignment="top" width="0" special="WcW">
15386 <row>
15387 <cell alignment="center" valignment="top" topline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391 sd
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 <row>
15416 <cell alignment="center" valignment="top" topline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" topline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429 sd
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" topline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 </row>
15444 <row>
15445 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467 sd
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 </row>
15473 </lyxtabular>
15474
15475 \end_inset
15476
15477
15478 \end_layout
15479
15480 \end_inset
15481
15482
15483 \end_layout
15484
15485 \begin_layout Standard
15486 \begin_inset VSpace bigskip
15487 \end_inset
15488
15489 To color horizontal lines for example with red, like in Table
15490 \begin_inset space ~
15491 \end_inset
15492
15493
15494 \begin_inset CommandInset ref
15495 LatexCommand ref
15496 reference "tab:Table-with-horizontal-colored"
15497
15498 \end_inset
15499
15500 , insert these commands in TeX-Code before the table or table float:
15501 \end_layout
15502
15503 \begin_layout Standard
15504
15505 \series bold
15506
15507 \backslash
15508 let
15509 \backslash
15510 myHlineC
15511 \backslash
15512 hline
15513 \begin_inset Newline newline
15514 \end_inset
15515
15516
15517 \backslash
15518 renewcommand{
15519 \backslash
15520 hline}
15521 \begin_inset Newline newline
15522 \end_inset
15523
15524
15525 \begin_inset ERT
15526 status collapsed
15527
15528 \begin_layout Plain Layout
15529
15530
15531 \backslash
15532 hphantom{ }
15533 \end_layout
15534
15535 \end_inset
15536
15537 {
15538 \backslash
15539 arrayrulecolor{red}
15540 \backslash
15541 myHlineC
15542 \backslash
15543 arrayrulecolor{black}}
15544 \end_layout
15545
15546 \begin_layout Standard
15547 \begin_inset ERT
15548 status collapsed
15549
15550 \begin_layout Plain Layout
15551
15552
15553 \backslash
15554 let
15555 \backslash
15556 myHlineC
15557 \backslash
15558 hline
15559 \end_layout
15560
15561 \begin_layout Plain Layout
15562
15563
15564 \backslash
15565 renewcommand{
15566 \backslash
15567 hline}
15568 \end_layout
15569
15570 \begin_layout Plain Layout
15571
15572  {
15573 \backslash
15574 arrayrulecolor{red}
15575 \backslash
15576 myHlineC
15577 \backslash
15578 arrayrulecolor{black}}
15579 \end_layout
15580
15581 \end_inset
15582
15583
15584 \begin_inset Float table
15585 placement h
15586 wide false
15587 sideways false
15588 status open
15589
15590 \begin_layout Plain Layout
15591 \begin_inset Caption
15592
15593 \begin_layout Plain Layout
15594 \begin_inset CommandInset label
15595 LatexCommand label
15596 name "tab:Table-with-horizontal-colored"
15597
15598 \end_inset
15599
15600 Table with colored horizontal lines
15601 \end_layout
15602
15603 \end_inset
15604
15605
15606 \end_layout
15607
15608 \begin_layout Plain Layout
15609 \align center
15610 \begin_inset Tabular
15611 <lyxtabular version="3" rows="3" columns="3">
15612 <features>
15613 <column alignment="center" valignment="top" width="0">
15614 <column alignment="center" valignment="top" width="0">
15615 <column alignment="center" valignment="top" width="0">
15616 <row>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 sd
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 </row>
15645 <row>
15646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659 sd
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 </row>
15674 <row>
15675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697 sd
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 </lyxtabular>
15704
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \begin_layout Standard
15716 To return to the default line color black, insert this command in TeX-Code
15717  behind the table or table float:
15718 \end_layout
15719
15720 \begin_layout Standard
15721
15722 \series bold
15723
15724 \backslash
15725 renewcommand{
15726 \backslash
15727 hline}{
15728 \backslash
15729 myHlineC}
15730 \end_layout
15731
15732 \begin_layout Standard
15733 Table
15734 \begin_inset space ~
15735 \end_inset
15736
15737
15738 \begin_inset CommandInset ref
15739 LatexCommand ref
15740 reference "tab:Table-with-colored"
15741
15742 \end_inset
15743
15744  is an example with colored vertical and horizontal lines.
15745 \end_layout
15746
15747 \begin_layout Standard
15748 \begin_inset Float table
15749 placement h
15750 wide false
15751 sideways false
15752 status open
15753
15754 \begin_layout Plain Layout
15755 \begin_inset Caption
15756
15757 \begin_layout Plain Layout
15758 \begin_inset CommandInset label
15759 LatexCommand label
15760 name "tab:Table-with-colored"
15761
15762 \end_inset
15763
15764 Table with colored lines
15765 \end_layout
15766
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \begin_layout Plain Layout
15773 \align center
15774 \begin_inset Tabular
15775 <lyxtabular version="3" rows="3" columns="3">
15776 <features>
15777 <column alignment="center" valignment="top" width="0" special="Wc">
15778 <column alignment="center" valignment="top" width="0" special="Wc">
15779 <column alignment="center" valignment="top" width="0" special="WcW">
15780 <row>
15781 <cell alignment="center" valignment="top" topline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 sd
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 </row>
15809 <row>
15810 <cell alignment="center" valignment="top" topline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 sd
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row topspace="default">
15839 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 sd
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 </lyxtabular>
15868
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \end_inset
15875
15876
15877 \end_layout
15878
15879 \begin_layout Standard
15880 \begin_inset ERT
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884
15885
15886 \backslash
15887 renewcommand{
15888 \backslash
15889 hline}{
15890 \backslash
15891 myHlineC}
15892 \end_layout
15893
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \begin_layout Standard
15900 \begin_inset ERT
15901 status collapsed
15902
15903 \begin_layout Plain Layout
15904
15905
15906 \backslash
15907 setlength{
15908 \backslash
15909 arrayrulewidth}{0.4pt}
15910 \end_layout
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \begin_layout Section
15918 Table Customization
15919 \begin_inset Index
15920 status collapsed
15921
15922 \begin_layout Plain Layout
15923 Table Customization
15924 \end_layout
15925
15926 \end_inset
15927
15928
15929 \begin_inset Index
15930 status collapsed
15931
15932 \begin_layout Plain Layout
15933 Table ! Customization
15934 \end_layout
15935
15936 \end_inset
15937
15938
15939 \end_layout
15940
15941 \begin_layout Subsection
15942 Row Spacing
15943 \begin_inset CommandInset label
15944 LatexCommand label
15945 name "sub:Row-Spacing"
15946
15947 \end_inset
15948
15949
15950 \begin_inset Index
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954 Table Customization ! Row Spacing
15955 \end_layout
15956
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \begin_layout Standard
15963 You can add vertical space to table rows in the 
15964 \family sans
15965 Borders
15966 \family default
15967  tab of the table dialog.
15968  You find there three possibilities:
15969 \end_layout
15970
15971 \begin_layout Description
15972 Top
15973 \begin_inset space ~
15974 \end_inset
15975
15976 of
15977 \begin_inset space ~
15978 \end_inset
15979
15980 row will add space above the characters of the table row.
15981  If the table is a formal table
15982 \begin_inset Foot
15983 status collapsed
15984
15985 \begin_layout Plain Layout
15986 Formal tables are explained in section
15987 \begin_inset space ~
15988 \end_inset
15989
15990
15991 \begin_inset CommandInset ref
15992 LatexCommand ref
15993 reference "sec:Formal-Tables"
15994
15995 \end_inset
15996
15997 .
15998 \end_layout
15999
16000 \end_inset
16001
16002  LyX will insert as default 0.5
16003 \begin_inset space \thinspace{}
16004 \end_inset
16005
16006 em space.
16007  For normal tables the inserted space will unfortunately destroy the vertical
16008  table lines as in the following table:
16009 \begin_inset VSpace medskip
16010 \end_inset
16011
16012
16013 \begin_inset Newline newline
16014 \end_inset
16015
16016
16017 \begin_inset space \hspace*{}
16018 \length 0pt
16019 \end_inset
16020
16021
16022 \begin_inset space \hfill{}
16023 \end_inset
16024
16025
16026 \begin_inset Tabular
16027 <lyxtabular version="3" rows="3" columns="1">
16028 <features>
16029 <column alignment="center" valignment="top" width="0">
16030 <row>
16031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 A
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 <row topspace="3mm">
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 3
16047 \begin_inset space \thinspace{}
16048 \end_inset
16049
16050 mm space top of row
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 C
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 </lyxtabular>
16068
16069 \end_inset
16070
16071
16072 \begin_inset space \hfill{}
16073 \end_inset
16074
16075
16076 \begin_inset space \hspace*{}
16077 \length 0pt
16078 \end_inset
16079
16080
16081 \begin_inset VSpace medskip
16082 \end_inset
16083
16084
16085 \begin_inset Newline newline
16086 \end_inset
16087
16088 So inserting space to the top of row for normal tables is only useful when
16089  you don't have vertical lines.
16090 \end_layout
16091
16092 \begin_layout Description
16093 Bottom
16094 \begin_inset space ~
16095 \end_inset
16096
16097 of
16098 \begin_inset space ~
16099 \end_inset
16100
16101 row will add space below the characters of the table row.
16102  If the table is a formal table LyX will insert as default 0.5
16103 \begin_inset space \thinspace{}
16104 \end_inset
16105
16106 em space, for normal tables the default size is 2
16107 \begin_inset space \thinspace{}
16108 \end_inset
16109
16110 pt.
16111 \end_layout
16112
16113 \begin_layout Description
16114 Between
16115 \begin_inset space ~
16116 \end_inset
16117
16118 rows adds space between the current and the following row.
16119  If the table is a formal table LyX will insert as default 0.5
16120 \begin_inset space \thinspace{}
16121 \end_inset
16122
16123 em space.
16124  For normal tables the inserted space will unfortunately destroy the vertical
16125  table lines as in the following table:
16126 \begin_inset VSpace medskip
16127 \end_inset
16128
16129
16130 \begin_inset Newline newline
16131 \end_inset
16132
16133
16134 \begin_inset space \hspace*{}
16135 \length 0pt
16136 \end_inset
16137
16138
16139 \begin_inset space \hfill{}
16140 \end_inset
16141
16142
16143 \begin_inset Tabular
16144 <lyxtabular version="3" rows="3" columns="1">
16145 <features>
16146 <column alignment="center" valignment="top" width="0">
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 A
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 </row>
16158 <row interlinespace="3mm">
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 \begin_inset Formula $\downarrow$
16164 \end_inset
16165
16166  3
16167 \begin_inset space \thinspace{}
16168 \end_inset
16169
16170 mm space between row 
16171 \begin_inset Formula $\downarrow$
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 </row>
16180 <row>
16181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 \begin_inset Formula $\uparrow$
16186 \end_inset
16187
16188  3
16189 \begin_inset space \thinspace{}
16190 \end_inset
16191
16192 mm space between row 
16193 \begin_inset Formula $\uparrow$
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 </row>
16202 </lyxtabular>
16203
16204 \end_inset
16205
16206
16207 \begin_inset space \hfill{}
16208 \end_inset
16209
16210
16211 \begin_inset space \hspace*{}
16212 \length 0pt
16213 \end_inset
16214
16215
16216 \begin_inset VSpace medskip
16217 \end_inset
16218
16219
16220 \begin_inset Newline newline
16221 \end_inset
16222
16223 So inserting space between rows for normal tables is only useful when you
16224  don't have vertical lines.
16225 \end_layout
16226
16227 \begin_layout Standard
16228 \begin_inset VSpace bigskip
16229 \end_inset
16230
16231 When you want to add extra height to all cells of all tables, you can do
16232  this with the following preamble lines:
16233 \end_layout
16234
16235 \begin_layout Standard
16236
16237 \series bold
16238
16239 \backslash
16240 @ifundefined{extrarowheight}
16241 \begin_inset Newline newline
16242 \end_inset
16243
16244
16245 \begin_inset ERT
16246 status collapsed
16247
16248 \begin_layout Plain Layout
16249
16250
16251 \backslash
16252 hphantom{ }
16253 \end_layout
16254
16255 \end_inset
16256
16257 {
16258 \backslash
16259 usepackage{array}}{}
16260 \begin_inset Newline newline
16261 \end_inset
16262
16263
16264 \backslash
16265 setlength{
16266 \backslash
16267 extrarowheight}{height}
16268 \end_layout
16269
16270 \begin_layout Standard
16271 But this has the disadvantage that the cell texts are no longer exactly
16272  vertically centered.
16273  (The package 
16274 \series bold
16275 array
16276 \series default
16277  will be loaded automatically by LyX when you use self defined table formats.
16278  To avoid that it is loaded twice the command 
16279 \series bold
16280
16281 \backslash
16282 @ifundefined
16283 \series default
16284  is used in the above command.)
16285 \end_layout
16286
16287 \begin_layout Subsection
16288 Special Cell Alignment
16289 \begin_inset Index
16290 status collapsed
16291
16292 \begin_layout Plain Layout
16293 Table Customization ! Special Cell Alignment
16294 \end_layout
16295
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \begin_layout Standard
16302 Sometimes it looks better when the cell entries of a column are aligned
16303  with a special character, e.
16304 \begin_inset space \thinspace{}
16305 \end_inset
16306
16307 g.
16308 \begin_inset space ~
16309 \end_inset
16310
16311 with the decimal separator as in Table
16312 \begin_inset space ~
16313 \end_inset
16314
16315
16316 \begin_inset CommandInset ref
16317 LatexCommand ref
16318 reference "tab:Table-cells-of"
16319
16320 \end_inset
16321
16322 .
16323 \end_layout
16324
16325 \begin_layout Standard
16326 \begin_inset Float table
16327 placement h
16328 wide false
16329 sideways false
16330 status open
16331
16332 \begin_layout Plain Layout
16333 \begin_inset Caption
16334
16335 \begin_layout Plain Layout
16336 \begin_inset CommandInset label
16337 LatexCommand label
16338 name "tab:Table-cells-of"
16339
16340 \end_inset
16341
16342 Table cells of a column aligned with the decimal separator.
16343 \end_layout
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \begin_layout Plain Layout
16351 \align center
16352 \begin_inset Tabular
16353 <lyxtabular version="3" rows="4" columns="2">
16354 <features>
16355 <column alignment="right" valignment="top" width="0">
16356 <column alignment="left" valignment="top" width="0" special="@{}l">
16357 <row>
16358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 heading
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 <row>
16378 <cell alignment="center" valignment="top" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 12.
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 6
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 </row>
16397 <row>
16398 <cell alignment="center" valignment="top" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 0.
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 68
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 -123.
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 0
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 </lyxtabular>
16438
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \end_inset
16445
16446
16447 \end_layout
16448
16449 \begin_layout Standard
16450 This table was created with a 4×2 table.
16451  The heading is a centered multicolumn.
16452  The first column is right-aligned and contains the digits before the decimal
16453  point and the decimal point.
16454  The second column is left aligned and contains the digits after the decimal
16455  point.
16456  To omit the space that is normally between two table columns, use the following
16457  LaTeX-argument for the second column:
16458 \end_layout
16459
16460 \begin_layout Standard
16461
16462 \series bold
16463 @{}l
16464 \end_layout
16465
16466 \begin_layout Standard
16467 Table
16468 \begin_inset space ~
16469 \end_inset
16470
16471
16472 \begin_inset CommandInset ref
16473 LatexCommand ref
16474 reference "tab:Several-table-cell"
16475
16476 \end_inset
16477
16478  shows some example alignments.
16479  For the alignment with the relation sign, you must add the second smallest
16480  math-space at the beginning of the last column to get the correct space
16481  surrounding the relation sign.
16482 \end_layout
16483
16484 \begin_layout Standard
16485 \begin_inset Float table
16486 wide false
16487 sideways false
16488 status open
16489
16490 \begin_layout Plain Layout
16491 \begin_inset Caption
16492
16493 \begin_layout Plain Layout
16494 \begin_inset CommandInset label
16495 LatexCommand label
16496 name "tab:Several-table-cell"
16497
16498 \end_inset
16499
16500 Several table cell alignments.
16501 \end_layout
16502
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \begin_layout Plain Layout
16509 \align center
16510 \begin_inset Tabular
16511 <lyxtabular version="3" rows="4" columns="6">
16512 <features>
16513 <column alignment="right" valignment="top" width="0">
16514 <column alignment="left" valignment="top" width="0" special="@{}l">
16515 <column alignment="right" valignment="top" width="0">
16516 <column alignment="left" valignment="top" width="0" special="@{}l">
16517 <column alignment="right" valignment="top" width="0">
16518 <column alignment="left" valignment="top" width="0" special="@{}l">
16519 <row>
16520 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 units
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 exponents
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 relations
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 12×
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 24
16590 \begin_inset space \thinspace{}
16591 \end_inset
16592
16593 bottles
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Formula $10\cdot$
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 \begin_inset Formula $10^{\mbox{-}17}$
16615 \end_inset
16616
16617
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 \begin_inset Formula $\Gamma(t)\propto$
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 $\:\Upsilon(t)$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 <row>
16648 <cell alignment="center" valignment="top" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 1024×
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 768
16662 \begin_inset space \thinspace{}
16663 \end_inset
16664
16665 Pixels
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 \begin_inset Formula $5.78\cdot$
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 \begin_inset Formula $10^{7}$
16687 \end_inset
16688
16689
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 \begin_inset Formula $A\ne$
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 $\: B_{\mathrm{red}}$
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 <row>
16720 <cell alignment="center" valignment="top" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 32×
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 6
16734 \begin_inset space \thinspace{}
16735 \end_inset
16736
16737 cm
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 -
16747 \begin_inset Formula $33.5\cdot$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 \begin_inset Formula $10^{4}$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Formula $\sin(\alpha)\ge$
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(\beta)$
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 </lyxtabular>
16793
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800
16801
16802 \end_layout
16803
16804 \begin_layout Standard
16805 \begin_inset VSpace bigskip
16806 \end_inset
16807
16808 There is also the LaTeX-package 
16809 \series bold
16810 dcolumn
16811 \series default
16812
16813 \begin_inset Index
16814 status collapsed
16815
16816 \begin_layout Plain Layout
16817 LaTeX-packages ! dcolumn
16818 \end_layout
16819
16820 \end_inset
16821
16822  that provides table cell alignments.
16823  But this unfortunately treats the cell entries as math and doesn't allow
16824  formulas in table cells: The first column of Table
16825 \begin_inset space ~
16826 \end_inset
16827
16828
16829 \begin_inset CommandInset ref
16830 LatexCommand ref
16831 reference "tab:Several-table-cell"
16832
16833 \end_inset
16834
16835  will look with 
16836 \series bold
16837 dcolumn
16838 \series default
16839  like the first column in Table
16840 \begin_inset space ~
16841 \end_inset
16842
16843
16844 \begin_inset CommandInset ref
16845 LatexCommand ref
16846 reference "tab:Alignments-when"
16847
16848 \end_inset
16849
16850  and only with some tricks like the expected.
16851  The alignment of the second and third column of Table
16852 \begin_inset space ~
16853 \end_inset
16854
16855
16856 \begin_inset CommandInset ref
16857 LatexCommand ref
16858 reference "tab:Several-table-cell"
16859
16860 \end_inset
16861
16862  is not possible with 
16863 \series bold
16864 dcolumn
16865 \series default
16866 .
16867 \end_layout
16868
16869 \begin_layout Standard
16870 \begin_inset Float table
16871 placement h
16872 wide false
16873 sideways false
16874 status open
16875
16876 \begin_layout Plain Layout
16877 \begin_inset Caption
16878
16879 \begin_layout Plain Layout
16880 \begin_inset CommandInset label
16881 LatexCommand label
16882 name "tab:Alignments-when"
16883
16884 \end_inset
16885
16886 Alignments when LaTeX-package dcolumn is used.
16887  For all column alignments tricks have to be used to get the output.
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Plain Layout
16896 \align center
16897 \begin_inset Tabular
16898 <lyxtabular version="3" rows="4" columns="3">
16899 <features>
16900 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16901 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16902 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16903 <row>
16904 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 units
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 units
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 units
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 12x24
16938 \begin_inset space \thinspace{}
16939 \end_inset
16940
16941 bottles
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 12x24
16951 \begin_inset space \thinspace{}
16952 \end_inset
16953
16954
16955 \begin_inset Formula $\mbox{bottles}$
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 12
16968 \begin_inset ERT
16969 status collapsed
16970
16971 \begin_layout Plain Layout
16972
16973
16974 \backslash
16975 times 
16976 \end_layout
16977
16978 \end_inset
16979
16980 24~
16981 \begin_inset Formula $\mbox{bottles}$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 <row>
16991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 1024x768
16996 \begin_inset space \thinspace{}
16997 \end_inset
16998
16999 Pixels
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 1024x768
17009 \begin_inset space \thinspace{}
17010 \end_inset
17011
17012
17013 \begin_inset Formula $\mbox{Pixels}$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 1024
17026 \begin_inset ERT
17027 status collapsed
17028
17029 \begin_layout Plain Layout
17030
17031
17032 \backslash
17033 times 
17034 \end_layout
17035
17036 \end_inset
17037
17038 768~
17039 \begin_inset Formula $\mbox{Pixels}$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 <row>
17049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 32x6
17054 \begin_inset space \thinspace{}
17055 \end_inset
17056
17057 cm
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 32x6
17067 \begin_inset space \thinspace{}
17068 \end_inset
17069
17070
17071 \begin_inset Formula $\mbox{cm}$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 32
17084 \begin_inset ERT
17085 status collapsed
17086
17087 \begin_layout Plain Layout
17088
17089
17090 \backslash
17091 times 
17092 \end_layout
17093
17094 \end_inset
17095
17096 6~
17097 \begin_inset Formula $\mbox{cm}$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 </lyxtabular>
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Subsection
17119 Customized Cell/Column Format
17120 \begin_inset CommandInset label
17121 LatexCommand label
17122 name "sub:Customized-Format"
17123
17124 \end_inset
17125
17126
17127 \begin_inset Index
17128 status collapsed
17129
17130 \begin_layout Plain Layout
17131 Table Customization ! Cell/Column Format
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \begin_layout Standard
17140 Calculating the needed width for spanned columns like in section
17141 \begin_inset space ~
17142 \end_inset
17143
17144
17145 \begin_inset CommandInset ref
17146 LatexCommand ref
17147 reference "sub:Multicolumn-Calculations"
17148
17149 \end_inset
17150
17151  is very annoying if you have several tables with multicolumn cells.
17152  To make life easier, you can define a cell/column format in the preamble,
17153  so that it can be used in all tables of the document.
17154  The format is defined with the command
17155 \end_layout
17156
17157 \begin_layout Standard
17158
17159 \series bold
17160
17161 \backslash
17162 newcolumntype{name of format}[number of arguments]{commands}
17163 \end_layout
17164
17165 \begin_layout Standard
17166 The format name may only consist of one letter.
17167  The letters 
17168 \emph on
17169 b
17170 \emph default
17171
17172 \emph on
17173 c
17174 \emph default
17175
17176 \emph on
17177 l
17178 \emph default
17179
17180 \emph on
17181 m
17182 \emph default
17183
17184 \emph on
17185 p
17186 \emph default
17187  and 
17188 \emph on
17189 r
17190 \emph default
17191  are predefined and cannot be used.
17192  But all letters are allowed as capitals.
17193 \end_layout
17194
17195 \begin_layout Standard
17196 \begin_inset VSpace medskip
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Standard
17203 For vertically and horizontally centered multicolumn cells with a fixed
17204  width you can define the cell format
17205 \end_layout
17206
17207 \begin_layout Standard
17208
17209 \series bold
17210
17211 \backslash
17212 newcolumntype{M}[1]{>{
17213 \backslash
17214 centering
17215 \backslash
17216 hspace{0pt}}m{#1}}
17217 \end_layout
17218
17219 \begin_layout Standard
17220 where 
17221 \series bold
17222
17223 \backslash
17224 hspace{0pt}
17225 \series default
17226  avoids the problem of hyphenating the first word, as described in section
17227 \begin_inset space ~
17228 \end_inset
17229
17230
17231 \begin_inset CommandInset ref
17232 LatexCommand ref
17233 reference "sub:Multiple-Lines-in"
17234
17235 \end_inset
17236
17237 .
17238  Now you can simply enter
17239 \end_layout
17240
17241 \begin_layout Standard
17242
17243 \series bold
17244 M{width}
17245 \end_layout
17246
17247 \begin_layout Standard
17248 as LaTeX-argument in the table dialog to create a multicolumn.
17249 \end_layout
17250
17251 \begin_layout Standard
17252 \begin_inset VSpace bigskip
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \begin_layout Standard
17259 For cells spanned by a multicolumn cell, you can define the format
17260 \end_layout
17261
17262 \begin_layout Standard
17263
17264 \series bold
17265
17266 \backslash
17267 newcolumntype{S}[2]{>{
17268 \backslash
17269 centering
17270 \backslash
17271 hspace{0pt}}
17272 \begin_inset Newline newline
17273 \end_inset
17274
17275
17276 \begin_inset ERT
17277 status collapsed
17278
17279 \begin_layout Plain Layout
17280
17281
17282 \backslash
17283 phantom{
17284 \end_layout
17285
17286 \end_inset
17287
17288
17289 \backslash
17290 newcolumntype
17291 \begin_inset ERT
17292 status collapsed
17293
17294 \begin_layout Plain Layout
17295
17296 }
17297 \end_layout
17298
17299 \end_inset
17300
17301 m{(#1+(2
17302 \backslash
17303 tabcolsep+
17304 \backslash
17305 arrayrulewidth)*(1-#2))/#2}}
17306 \end_layout
17307
17308 \begin_layout Standard
17309 This format uses equation 
17310 \begin_inset CommandInset ref
17311 LatexCommand eqref
17312 reference "eq:Wgn"
17313
17314 \end_inset
17315
17316  to calculate the needed width so that each spanned cell has the same width.
17317 \end_layout
17318
17319 \begin_layout Standard
17320 You can now enter
17321 \end_layout
17322
17323 \begin_layout Standard
17324
17325 \series bold
17326 S{width of multicolumn cell}{number of spanned columns}
17327 \end_layout
17328
17329 \begin_layout Standard
17330 as LaTeX-argument of the column.
17331 \end_layout
17332
17333 \begin_layout Standard
17334 \begin_inset VSpace bigskip
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \begin_layout Standard
17341 For colored columns, you can define
17342 \end_layout
17343
17344 \begin_layout Standard
17345
17346 \series bold
17347
17348 \backslash
17349 newcolumntype{K}[1]{>{
17350 \backslash
17351 columncolor{#1}
17352 \backslash
17353 hspace{0pt}}c}
17354 \end_layout
17355
17356 \begin_layout Standard
17357 The 
17358 \begin_inset Quotes eld
17359 \end_inset
17360
17361 c
17362 \begin_inset Quotes erd
17363 \end_inset
17364
17365  at the end creates a column with a flexible width whose text is horizontally
17366  centered.
17367  You can now enter
17368 \end_layout
17369
17370 \begin_layout Standard
17371
17372 \series bold
17373 K{color name}
17374 \end_layout
17375
17376 \begin_layout Standard
17377 as LaTeX-argument.
17378 \end_layout
17379
17380 \begin_layout Standard
17381 \begin_inset VSpace bigskip
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \begin_layout Standard
17388 To create Table
17389 \begin_inset space ~
17390 \end_inset
17391
17392
17393 \begin_inset CommandInset ref
17394 LatexCommand ref
17395 reference "tab:Table-using-user-defined"
17396
17397 \end_inset
17398
17399  use the LaTeX-arguments
17400 \end_layout
17401
17402 \begin_layout Standard
17403
17404 \series bold
17405 M{2.5cm}
17406 \end_layout
17407
17408 \begin_layout Standard
17409 for the first column and the multicolumn,
17410 \end_layout
17411
17412 \begin_layout Standard
17413
17414 \series bold
17415 K{red}
17416 \end_layout
17417
17418 \begin_layout Standard
17419 for the the last column, and
17420 \end_layout
17421
17422 \begin_layout Standard
17423
17424 \series bold
17425 S{2.5cm}{2}
17426 \end_layout
17427
17428 \begin_layout Standard
17429 for the cells in the second column.
17430 \end_layout
17431
17432 \begin_layout Standard
17433 \begin_inset Float table
17434 placement h
17435 wide false
17436 sideways false
17437 status open
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Caption
17441
17442 \begin_layout Plain Layout
17443 \begin_inset CommandInset label
17444 LatexCommand label
17445 name "tab:Table-using-user-defined"
17446
17447 \end_inset
17448
17449 Table using user-defined table formats
17450 \end_layout
17451
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \begin_layout Plain Layout
17458 \align center
17459 \begin_inset Tabular
17460 <lyxtabular version="3" rows="3" columns="4">
17461 <features>
17462 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17463 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17464 <column alignment="center" valignment="middle" width="0">
17465 <column alignment="center" valignment="middle" width="0" special="K{red}">
17466 <row>
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471 verylongtablecellword
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 multiple lines multicolumn
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 c
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 </row>
17504 <row>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 d
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 e
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 f
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 g
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547 h
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 i
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 j
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 k
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 </row>
17580 </lyxtabular>
17581
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \begin_layout Subsection
17593 Line Thickness
17594 \begin_inset CommandInset label
17595 LatexCommand label
17596 name "sub:Line-Thickness"
17597
17598 \end_inset
17599
17600
17601 \begin_inset Index
17602 status collapsed
17603
17604 \begin_layout Plain Layout
17605 Table Customization ! Line Thickness
17606 \end_layout
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \begin_layout Standard
17614 The line thickness for all lines in a table can be adjusted with the length
17615  
17616 \series bold
17617
17618 \backslash
17619 arrayrulewidth
17620 \series default
17621 .
17622  To set for example a line thickness of 1.5
17623 \begin_inset space \thinspace{}
17624 \end_inset
17625
17626 pt, like in Table
17627 \begin_inset space ~
17628 \end_inset
17629
17630
17631 \begin_inset CommandInset ref
17632 LatexCommand ref
17633 reference "tab:Table-with-1.5"
17634
17635 \end_inset
17636
17637 , insert the command
17638 \end_layout
17639
17640 \begin_layout Standard
17641
17642 \series bold
17643
17644 \backslash
17645 setlength{
17646 \backslash
17647 arrayrulewidth}{1.5pt}
17648 \end_layout
17649
17650 \begin_layout Standard
17651 in TeX-Code before the table or table float.
17652  The changed thickness is valid for all following tables.
17653  To use the default value again, set 
17654 \series bold
17655
17656 \backslash
17657 arrayrulewidth
17658 \series default
17659  to 0.4
17660 \begin_inset space \thinspace{}
17661 \end_inset
17662
17663 pt in TeX-Code behind the table or table float.
17664 \end_layout
17665
17666 \begin_layout Standard
17667 \begin_inset ERT
17668 status collapsed
17669
17670 \begin_layout Plain Layout
17671
17672
17673 \backslash
17674 setlength{
17675 \backslash
17676 arrayrulewidth}{1.5pt}
17677 \end_layout
17678
17679 \end_inset
17680
17681
17682 \begin_inset Float table
17683 wide false
17684 sideways false
17685 status open
17686
17687 \begin_layout Plain Layout
17688 \begin_inset Caption
17689
17690 \begin_layout Plain Layout
17691 \begin_inset CommandInset label
17692 LatexCommand label
17693 name "tab:Table-with-1.5"
17694
17695 \end_inset
17696
17697 Table with 1.5
17698 \begin_inset space \thinspace{}
17699 \end_inset
17700
17701 pt thick lines
17702 \end_layout
17703
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \begin_layout Plain Layout
17710 \align center
17711 \begin_inset Tabular
17712 <lyxtabular version="3" rows="3" columns="3">
17713 <features>
17714 <column alignment="center" valignment="top" width="0">
17715 <column alignment="center" valignment="top" width="0">
17716 <column alignment="center" valignment="top" width="0">
17717 <row>
17718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 sd
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 <row>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 sd
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 </row>
17775 <row>
17776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 sd
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 </row>
17804 </lyxtabular>
17805
17806 \end_inset
17807
17808
17809 \end_layout
17810
17811 \end_inset
17812
17813
17814 \begin_inset ERT
17815 status collapsed
17816
17817 \begin_layout Plain Layout
17818
17819
17820 \backslash
17821 setlength{
17822 \backslash
17823 arrayrulewidth}{0.4pt}
17824 \end_layout
17825
17826 \end_inset
17827
17828
17829 \end_layout
17830
17831 \begin_layout Standard
17832 \begin_inset VSpace bigskip
17833 \end_inset
17834
17835 To set the line thickness to 1.5
17836 \begin_inset space \thinspace{}
17837 \end_inset
17838
17839 pt only for horizontal lines, like in Table
17840 \begin_inset space ~
17841 \end_inset
17842
17843
17844 \begin_inset CommandInset ref
17845 LatexCommand ref
17846 reference "tab:Table-with-horizontal"
17847
17848 \end_inset
17849
17850 , insert these commands in TeX-Code before the table or table float:
17851 \end_layout
17852
17853 \begin_layout Standard
17854
17855 \series bold
17856
17857 \backslash
17858 let
17859 \backslash
17860 myHline
17861 \backslash
17862 hline
17863 \begin_inset Newline newline
17864 \end_inset
17865
17866
17867 \backslash
17868 renewcommand{
17869 \backslash
17870 hline}
17871 \begin_inset Newline newline
17872 \end_inset
17873
17874  {
17875 \backslash
17876 noalign{
17877 \backslash
17878 global
17879 \backslash
17880 arrayrulewidth 1.5pt}
17881 \begin_inset Newline newline
17882 \end_inset
17883
17884  
17885 \backslash
17886 myHline
17887 \backslash
17888 noalign{
17889 \backslash
17890 global
17891 \backslash
17892 arrayrulewidth 0.4pt}}
17893 \end_layout
17894
17895 \begin_layout Standard
17896 To return to the default line thickness, insert this command in TeX-Code
17897  behind the table or table float:
17898 \end_layout
17899
17900 \begin_layout Standard
17901
17902 \series bold
17903
17904 \backslash
17905 renewcommand{
17906 \backslash
17907 hline}{
17908 \backslash
17909 myHline}
17910 \end_layout
17911
17912 \begin_layout Standard
17913 \begin_inset ERT
17914 status collapsed
17915
17916 \begin_layout Plain Layout
17917
17918
17919 \backslash
17920 let
17921 \backslash
17922 myHline
17923 \backslash
17924 hline
17925 \end_layout
17926
17927 \begin_layout Plain Layout
17928
17929
17930 \backslash
17931 renewcommand{
17932 \backslash
17933 hline}
17934 \end_layout
17935
17936 \begin_layout Plain Layout
17937
17938  {
17939 \backslash
17940 noalign{
17941 \backslash
17942 global
17943 \backslash
17944 arrayrulewidth 1.5pt}
17945 \end_layout
17946
17947 \begin_layout Plain Layout
17948
17949   
17950 \backslash
17951 myHline
17952 \backslash
17953 noalign{
17954 \backslash
17955 global
17956 \backslash
17957 arrayrulewidth 0.4pt}}
17958 \end_layout
17959
17960 \end_inset
17961
17962
17963 \begin_inset Float table
17964 wide false
17965 sideways false
17966 status open
17967
17968 \begin_layout Plain Layout
17969 \begin_inset Caption
17970
17971 \begin_layout Plain Layout
17972 \begin_inset CommandInset label
17973 LatexCommand label
17974 name "tab:Table-with-horizontal"
17975
17976 \end_inset
17977
17978 Table with 1.5
17979 \begin_inset space \thinspace{}
17980 \end_inset
17981
17982 pt thick horizontal lines
17983 \end_layout
17984
17985 \end_inset
17986
17987
17988 \end_layout
17989
17990 \begin_layout Plain Layout
17991 \align center
17992 \begin_inset Tabular
17993 <lyxtabular version="3" rows="3" columns="3">
17994 <features>
17995 <column alignment="center" valignment="top" width="0">
17996 <column alignment="center" valignment="top" width="0">
17997 <column alignment="center" valignment="top" width="0">
17998 <row>
17999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 sd
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 </row>
18027 <row>
18028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 sd
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 </row>
18056 <row>
18057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 sd
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 </row>
18085 </lyxtabular>
18086
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \end_inset
18093
18094
18095 \begin_inset ERT
18096 status collapsed
18097
18098 \begin_layout Plain Layout
18099
18100
18101 \backslash
18102 renewcommand{
18103 \backslash
18104 hline}{
18105 \backslash
18106 myHline}
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Standard
18115 \begin_inset VSpace bigskip
18116 \end_inset
18117
18118 To set the line thickness to 1.5
18119 \begin_inset space \thinspace{}
18120 \end_inset
18121
18122 pt only for vertical lines, create the following column format in the document
18123  preamble, according to the description in section
18124 \begin_inset space ~
18125 \end_inset
18126
18127
18128 \begin_inset CommandInset ref
18129 LatexCommand ref
18130 reference "sub:Customized-Format"
18131
18132 \end_inset
18133
18134 :
18135 \end_layout
18136
18137 \begin_layout Standard
18138
18139 \series bold
18140
18141 \backslash
18142 newcolumntype{V}{!{
18143 \backslash
18144 vrule width 1.5pt}}
18145 \end_layout
18146
18147 \begin_layout Standard
18148 For Table
18149 \begin_inset space ~
18150 \end_inset
18151
18152
18153 \begin_inset CommandInset ref
18154 LatexCommand ref
18155 reference "tab:Table-with-vertical"
18156
18157 \end_inset
18158
18159  the LaTeX-argument
18160 \end_layout
18161
18162 \begin_layout Standard
18163
18164 \series bold
18165 VcV
18166 \end_layout
18167
18168 \begin_layout Standard
18169 was used for the last column and
18170 \end_layout
18171
18172 \begin_layout Standard
18173
18174 \series bold
18175 Vc
18176 \end_layout
18177
18178 \begin_layout Standard
18179 for the other columns.
18180 \end_layout
18181
18182 \begin_layout Standard
18183 \begin_inset Float table
18184 wide false
18185 sideways false
18186 status open
18187
18188 \begin_layout Plain Layout
18189 \begin_inset Caption
18190
18191 \begin_layout Plain Layout
18192 \begin_inset CommandInset label
18193 LatexCommand label
18194 name "tab:Table-with-vertical"
18195
18196 \end_inset
18197
18198 Table with 1.5
18199 \begin_inset space \thinspace{}
18200 \end_inset
18201
18202 pt thick vertical lines
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Plain Layout
18211 \align center
18212 \begin_inset Tabular
18213 <lyxtabular version="3" rows="3" columns="3">
18214 <features>
18215 <column alignment="center" valignment="top" width="0" special="Vc">
18216 <column alignment="center" valignment="top" width="0" special="Vc">
18217 <column alignment="center" valignment="top" width="0" special="VcV">
18218 <row>
18219 <cell alignment="center" valignment="top" topline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 sd
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 <row>
18248 <cell alignment="center" valignment="top" topline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" topline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 sd
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" topline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 </row>
18276 <row>
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 sd
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 </row>
18305 </lyxtabular>
18306
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Subsection
18318 Dashed Lines
18319 \begin_inset Index
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323 Table Customization ! Dashed Lines
18324 \end_layout
18325
18326 \end_inset
18327
18328
18329 \end_layout
18330
18331 \begin_layout Standard
18332 \begin_inset ERT
18333 status collapsed
18334
18335 \begin_layout Plain Layout
18336
18337
18338 \backslash
18339 ifarydshln
18340 \end_layout
18341
18342 \end_inset
18343
18344
18345 \begin_inset Note Note
18346 status open
18347
18348 \begin_layout Plain Layout
18349 The following section will only be displayed when the LaTeX-package 
18350 \series bold
18351 arydshln
18352 \series default
18353  is installed.
18354 \end_layout
18355
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \begin_layout Standard
18362 \begin_inset Float table
18363 placement H
18364 wide false
18365 sideways false
18366 status open
18367
18368 \begin_layout Plain Layout
18369 \begin_inset Caption
18370
18371 \begin_layout Plain Layout
18372 \begin_inset CommandInset label
18373 LatexCommand label
18374 name "tab:Table-with-dashed"
18375
18376 \end_inset
18377
18378 Table with dashed lines
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \begin_layout Plain Layout
18387 \align center
18388 \begin_inset Tabular
18389 <lyxtabular version="3" rows="5" columns="5">
18390 <features>
18391 <column alignment="center" valignment="top" width="0">
18392 <column alignment="center" valignment="top" width="0">
18393 <column alignment="center" valignment="top" width="0" special=":c">
18394 <column alignment="center" valignment="top" width="0">
18395 <column alignment="center" valignment="top" width="0">
18396 <row>
18397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 a
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 b
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 c
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 d
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 e
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 <row>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 f
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 g
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 h
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475 i
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 j
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 </row>
18490 <row>
18491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 \begin_inset ERT
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499
18500
18501 \backslash
18502 hdashline 
18503 \end_layout
18504
18505 \end_inset
18506
18507 k
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516 l
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 m
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 n
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 o
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 </row>
18549 <row>
18550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554 \begin_inset ERT
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558
18559
18560 \backslash
18561 cdashline{4-5}
18562 \end_layout
18563
18564 \end_inset
18565
18566 p
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 q
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 r
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 s
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 <row>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 t
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 u
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 v
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 w
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649 x
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 </lyxtabular>
18656
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \begin_layout Standard
18668 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18669  As prerequisite the LaTeX-package 
18670 \series bold
18671 arydshln
18672 \series default
18673
18674 \begin_inset Index
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678 LaTeX-packages ! arydshln
18679 \end_layout
18680
18681 \end_inset
18682
18683  must be loaded in the document preamble with the command
18684 \end_layout
18685
18686 \begin_layout Standard
18687
18688 \series bold
18689
18690 \backslash
18691 usepackage{arydshln}
18692 \end_layout
18693
18694 \begin_layout Standard
18695 To make a vertical line dashed, enter the colon 
18696 \begin_inset Quotes eld
18697 \end_inset
18698
18699 :
18700 \begin_inset Quotes erd
18701 \end_inset
18702
18703  together with the character for the horizontal alignment as LaTeX-argument
18704  in the table cell dialog.
18705 \end_layout
18706
18707 \begin_layout Standard
18708 For a horizontal dashed line add the command
18709 \end_layout
18710
18711 \begin_layout Standard
18712
18713 \series bold
18714
18715 \backslash
18716 hdashline
18717 \end_layout
18718
18719 \begin_layout Standard
18720 in TeX-Code as first element of the first cell in the table row.
18721 \end_layout
18722
18723 \begin_layout Standard
18724 For dashed multicolumn lines use the command
18725 \end_layout
18726
18727 \begin_layout Standard
18728
18729 \series bold
18730
18731 \backslash
18732 cdashline{line number
18733 \series default
18734 }
18735 \end_layout
18736
18737 \begin_layout Standard
18738 in TeX-Code as first element of the first cell in the table row.
18739  If you have for example a multicolumn spanning over columns 2 to 4 and
18740  you want to have a dashed line above, add the command
18741 \end_layout
18742
18743 \begin_layout Standard
18744
18745 \series bold
18746
18747 \backslash
18748 cdashline{2-4}
18749 \end_layout
18750
18751 \begin_layout Standard
18752 as first element of the first cell in the row of the multicolumn.
18753 \end_layout
18754
18755 \begin_layout Standard
18756 \begin_inset VSpace bigskip
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763 Table
18764 \begin_inset space ~
18765 \end_inset
18766
18767
18768 \begin_inset CommandInset ref
18769 LatexCommand ref
18770 reference "tab:Table-with-dashed"
18771
18772 \end_inset
18773
18774  was created using 
18775 \begin_inset Quotes eld
18776 \end_inset
18777
18778
18779 \series bold
18780 :c
18781 \series default
18782
18783 \begin_inset Quotes erd
18784 \end_inset
18785
18786  as LaTeX-argument of the third column.
18787  The TeX-Code command 
18788 \series bold
18789
18790 \backslash
18791 hdashline
18792 \series default
18793  was inserted to the first cell of the third row and the the TeX-Code command
18794 \begin_inset Newline newline
18795 \end_inset
18796
18797  
18798 \series bold
18799
18800 \backslash
18801 cdashline{4-5}
18802 \series default
18803  was inserted to the first cell of the fourth row.
18804 \end_layout
18805
18806 \begin_layout Standard
18807 \begin_inset Note Greyedout
18808 status open
18809
18810 \begin_layout Plain Layout
18811
18812 \series bold
18813 Note:
18814 \series default
18815  The used LaTeX-package 
18816 \series bold
18817 arydshln
18818 \series default
18819  is apparently not compatible with the LaTeX-package 
18820 \series bold
18821 colortbl
18822 \series default
18823
18824 \begin_inset Index
18825 status collapsed
18826
18827 \begin_layout Plain Layout
18828 LaTeX-packages ! colortbl
18829 \end_layout
18830
18831 \end_inset
18832
18833  that is used for colored tables in section
18834 \begin_inset space ~
18835 \end_inset
18836
18837
18838 \begin_inset CommandInset ref
18839 LatexCommand ref
18840 reference "sec:Colored-Tables"
18841
18842 \end_inset
18843
18844 .
18845  That means colored tables cannot have dashed lines.
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 \begin_inset ERT
18855 status collapsed
18856
18857 \begin_layout Plain Layout
18858
18859
18860 \backslash
18861 else
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \begin_inset Note Note
18868 status open
18869
18870 \begin_layout Plain Layout
18871 The following will be displayed when the LaTeX-package 
18872 \series bold
18873 arydshln
18874 \series default
18875  is not installed:
18876 \end_layout
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \begin_layout Standard
18884 You need to install the package 
18885 \series bold
18886 arydshln
18887 \series default
18888  to see the content of this section in the output.
18889 \end_layout
18890
18891 \begin_layout Standard
18892 \begin_inset ERT
18893 status collapsed
18894
18895 \begin_layout Plain Layout
18896
18897
18898 \backslash
18899 fi
18900 \end_layout
18901
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \begin_layout Chapter
18908 Floats
18909 \begin_inset Index
18910 status collapsed
18911
18912 \begin_layout Plain Layout
18913 Floats
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \begin_inset CommandInset label
18920 LatexCommand label
18921 name "cha:Floats"
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Section
18929 Introduction
18930 \begin_inset CommandInset label
18931 LatexCommand label
18932 name "sec:FloatIntroduction"
18933
18934 \end_inset
18935
18936
18937 \begin_inset Index
18938 status collapsed
18939
18940 \begin_layout Plain Layout
18941 Floats ! Introduction
18942 \end_layout
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \begin_layout Standard
18950 A float is a block of text associated with some sort of label, which doesn't
18951  have a fixed location.
18952  It can 
18953 \begin_inset Quotes eld
18954 \end_inset
18955
18956 float
18957 \begin_inset Quotes erd
18958 \end_inset
18959
18960  forward or backward a page or two, to wherever it fits best.
18961  
18962 \family sans
18963 Footnotes
18964 \family default
18965  and 
18966 \family sans
18967 Margin
18968 \begin_inset space ~
18969 \end_inset
18970
18971 Notes
18972 \family default
18973  are also floats, because they can float to the next page when there are
18974  too many notes at the page.
18975 \end_layout
18976
18977 \begin_layout Standard
18978 Floats allow a high quality layout.
18979  Images and tables can evenly be spread to the pages to avoid white space
18980  and pages without text.
18981  As the floating often destroys the context between the text and the image/table
18982 , every float can be referenced in the text.
18983  Floats are therefore numbered.
18984  Referencing is described in section
18985 \begin_inset space ~
18986 \end_inset
18987
18988
18989 \begin_inset CommandInset ref
18990 LatexCommand ref
18991 reference "sec:Referencing-Floats"
18992
18993 \end_inset
18994
18995 .
18996 \end_layout
18997
18998 \begin_layout Standard
18999 To insert a float, use the menu 
19000 \family sans
19001 Insert\SpecialChar \menuseparator
19002 Float
19003 \family default
19004 .
19005  This inserts the 
19006 \family sans
19007 Caption
19008 \family default
19009  inset, a box with a label.
19010  The label will automatically be translated to the document language in
19011  the output.
19012  Behind the label you can insert the caption text.
19013  The image or table is inserted above or below the caption in a separate
19014  paragraph within the float.
19015  More about the caption placement is described in section
19016 \begin_inset space ~
19017 \end_inset
19018
19019
19020 \begin_inset CommandInset ref
19021 LatexCommand ref
19022 reference "sec:Caption-Placement"
19023
19024 \end_inset
19025
19026 .
19027  To keep your LyX-document readable, you can open and close the float box
19028  by left-clicking on the box label.
19029  A closed float box looks like this: 
19030 \begin_inset Graphics
19031         filename clipart/floatQt4.png
19032         scale 70
19033         scaleBeforeRotation
19034
19035 \end_inset
19036
19037  -- a gray button with a red label.
19038 \end_layout
19039
19040 \begin_layout Standard
19041 It is recommended to insert floats as a separate paragraph to avoid possible
19042  LaTeX-errors that can occur when the surrounding text is specially formatted.
19043 \end_layout
19044
19045 \begin_layout Standard
19046 Existing figures or tables can be put into a float by marking them and then
19047  pressing the corresponding toolbar button for a new float.
19048 \end_layout
19049
19050 \begin_layout Section
19051 Float Types
19052 \end_layout
19053
19054 \begin_layout Standard
19055 Besides figure and table floats that are described in section
19056 \begin_inset space ~
19057 \end_inset
19058
19059
19060 \begin_inset CommandInset ref
19061 LatexCommand ref
19062 reference "sec:Figure-Floats"
19063
19064 \end_inset
19065
19066  and 
19067 \begin_inset CommandInset ref
19068 LatexCommand ref
19069 reference "sec:Table-Floats"
19070
19071 \end_inset
19072
19073 , respectively, LyX offers the float types 
19074 \series bold
19075 Algorithm
19076 \series default
19077  and 
19078 \series bold
19079 Wrap
19080 \series default
19081 .
19082 \end_layout
19083
19084 \begin_layout Subsection
19085 Algorithm Floats
19086 \begin_inset Index
19087 status collapsed
19088
19089 \begin_layout Plain Layout
19090 Floats ! Algorithms
19091 \end_layout
19092
19093 \end_inset
19094
19095
19096 \begin_inset CommandInset label
19097 LatexCommand label
19098 name "sub:Algorithm-Floats"
19099
19100 \end_inset
19101
19102
19103 \end_layout
19104
19105 \begin_layout Standard
19106 \begin_inset Float algorithm
19107 placement h
19108 wide false
19109 sideways false
19110 status open
19111
19112 \begin_layout Plain Layout
19113 \begin_inset Caption
19114
19115 \begin_layout Plain Layout
19116 \begin_inset CommandInset label
19117 LatexCommand label
19118 name "alg:Example-Algorithm-float"
19119
19120 \end_inset
19121
19122 Example Algorithm float
19123 \end_layout
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \begin_layout LyX-Code
19131 for I in 1..N loop
19132 \begin_inset Newline newline
19133 \end_inset
19134
19135  Sum:= Sum + A(I); /*comment*/
19136 \begin_inset Newline newline
19137 \end_inset
19138
19139 end loop
19140 \begin_inset VSpace -4mm
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \begin_layout Standard
19152 This float type is inserted with the menu 
19153 \family sans
19154 Insert\SpecialChar \menuseparator
19155 Floats\SpecialChar \menuseparator
19156 Algorithm
19157 \family default
19158 .
19159  It is used for program codes and descriptions of algorithms.
19160  A possible environment for algorithms is the 
19161 \family sans
19162 LyX-Code
19163 \family default
19164 , described in LyX's 
19165 \emph on
19166 Userguide
19167 \emph default
19168 .
19169  Algorithm
19170 \begin_inset space ~
19171 \end_inset
19172
19173
19174 \begin_inset CommandInset ref
19175 LatexCommand ref
19176 reference "alg:Example-Algorithm-float"
19177
19178 \end_inset
19179
19180  is an example of an algorithm float where -4
19181 \begin_inset space \thinspace{}
19182 \end_inset
19183
19184 mm vertical space was added at the end of the float to have the bottom rule
19185  exactly below the last text line.
19186 \end_layout
19187
19188 \begin_layout Standard
19189 The float label is not automatically translated into the document language.
19190  If your document is not in English, you have to do this manually by adding
19191  the following line to the document preamble
19192 \series bold
19193 :
19194 \end_layout
19195
19196 \begin_layout Standard
19197
19198 \series bold
19199
19200 \backslash
19201 floatname{algorithm}{your
19202 \begin_inset space ~
19203 \end_inset
19204
19205 name}
19206 \end_layout
19207
19208 \begin_layout Standard
19209 where 
19210 \family sans
19211 your
19212 \begin_inset space ~
19213 \end_inset
19214
19215 name
19216 \family default
19217  is the word 
19218 \begin_inset Quotes eld
19219 \end_inset
19220
19221
19222 \emph on
19223 algorithm
19224 \emph default
19225
19226 \begin_inset Quotes erd
19227 \end_inset
19228
19229  in your language.
19230 \end_layout
19231
19232 \begin_layout Standard
19233 To insert the list of algorithms you can not use the menu 
19234 \family sans
19235 Insert\SpecialChar \menuseparator
19236 List
19237 \begin_inset space \thinspace{}
19238 \end_inset
19239
19240 /
19241 \begin_inset space \thinspace{}
19242 \end_inset
19243
19244 TOC\SpecialChar \menuseparator
19245 List of Algorithms
19246 \family default
19247  when your document is a non-English one.
19248  In this case use this command in TeX-Code instead:
19249 \end_layout
19250
19251 \begin_layout Standard
19252
19253 \series bold
19254
19255 \backslash
19256 listof{algorithm}{your
19257 \begin_inset space ~
19258 \end_inset
19259
19260 name}
19261 \end_layout
19262
19263 \begin_layout Standard
19264 where 
19265 \family sans
19266 your
19267 \begin_inset space ~
19268 \end_inset
19269
19270 name
19271 \family default
19272  is the word 
19273 \begin_inset Quotes eld
19274 \end_inset
19275
19276
19277 \emph on
19278 List of Algorithm
19279 \emph default
19280 s
19281 \begin_inset Quotes erd
19282 \end_inset
19283
19284  in your language.
19285 \end_layout
19286
19287 \begin_layout Standard
19288 Algorithm floats are not by default numbered in the scheme 
19289 \begin_inset Quotes eld
19290 \end_inset
19291
19292 chapter.algorithm
19293 \begin_inset Quotes erd
19294 \end_inset
19295
19296  like it is the case for table and figure floats in many document-classes.
19297  To number algorithm floats in the same scheme, add this command to your
19298  document preamble:
19299 \end_layout
19300
19301 \begin_layout Standard
19302
19303 \series bold
19304
19305 \backslash
19306 numberwithin{algorithm}{chapter}
19307 \end_layout
19308
19309 \begin_layout Standard
19310 To be able to use the command 
19311 \series bold
19312
19313 \backslash
19314 numberwithin
19315 \series default
19316 , set in the tab 
19317 \family sans
19318 Math
19319 \begin_inset space ~
19320 \end_inset
19321
19322 Options
19323 \family default
19324  in the document settings the option 
19325 \family sans
19326 Use
19327 \begin_inset space ~
19328 \end_inset
19329
19330 AMS
19331 \begin_inset space ~
19332 \end_inset
19333
19334 math
19335 \begin_inset space ~
19336 \end_inset
19337
19338 package
19339 \family default
19340 .
19341 \end_layout
19342
19343 \begin_layout Subsection
19344 Wrap Floats
19345 \begin_inset Index
19346 status collapsed
19347
19348 \begin_layout Plain Layout
19349 Floats ! Wrap Floats
19350 \end_layout
19351
19352 \end_inset
19353
19354
19355 \begin_inset CommandInset label
19356 LatexCommand label
19357 name "sub:wrap-floats"
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout Standard
19365 \begin_inset Wrap figure
19366 lines 0
19367 placement l
19368 overhang 1cm
19369 width "40col%"
19370 status open
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Graphics
19374         filename clipart/mobius.eps
19375         width 40col%
19376         scaleBeforeRotation
19377         rotateOrigin center
19378
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \begin_layout Plain Layout
19385 \begin_inset Caption
19386
19387 \begin_layout Plain Layout
19388 \begin_inset CommandInset label
19389 LatexCommand label
19390 name "fig:This-is-a"
19391
19392 \end_inset
19393
19394 This is a figure wrap float.
19395 \end_layout
19396
19397 \end_inset
19398
19399
19400 \end_layout
19401
19402 \end_inset
19403
19404  This float type is used if you want to wrap text around a figure or table
19405  so that it only occupies some fraction of the column width.
19406  It can be inserted using the menu 
19407 \family sans
19408 Insert\SpecialChar \menuseparator
19409 Floats\SpecialChar \menuseparator
19410 Figure
19411 \begin_inset space ~
19412 \end_inset
19413
19414 Wrap
19415 \begin_inset space ~
19416 \end_inset
19417
19418 Float
19419 \family default
19420  or 
19421 \family sans
19422 Table
19423 \begin_inset space ~
19424 \end_inset
19425
19426 Wrap
19427 \begin_inset space ~
19428 \end_inset
19429
19430 Float
19431 \family default
19432  if the LaTeX-package 
19433 \series bold
19434 wrapfig
19435 \series default
19436
19437 \begin_inset Index
19438 status collapsed
19439
19440 \begin_layout Plain Layout
19441 LaTeX-packages ! wrapfig
19442 \begin_inset ERT
19443 status collapsed
19444
19445 \begin_layout Plain Layout
19446
19447
19448 \backslash
19449 vspace{4mm}
19450 \end_layout
19451
19452 \end_inset
19453
19454
19455 \end_layout
19456
19457 \end_inset
19458
19459  is installed.
19460 \begin_inset Foot
19461 status collapsed
19462
19463 \begin_layout Plain Layout
19464 Installing a LaTeX-package is explained it in the 
19465 \emph on
19466 LaTeX
19467 \begin_inset space ~
19468 \end_inset
19469
19470 Configuration
19471 \emph default
19472  manual.
19473 \end_layout
19474
19475 \end_inset
19476
19477  The settings of the float can be modified by right-clicking on the float
19478  box.
19479  The mandatory settings are the float 
19480 \family sans
19481 Placement
19482 \family default
19483  and its 
19484 \family sans
19485 Width
19486 \family default
19487 .
19488  Optional are the 
19489 \family sans
19490 Overhang
19491 \family default
19492  that specifies how much the float is set into the paragraph
19493 \begin_inset space \thinspace{}
19494 \end_inset
19495
19496 /
19497 \begin_inset space \thinspace{}
19498 \end_inset
19499
19500 page margin, and the 
19501 \family sans
19502 Line
19503 \begin_inset space ~
19504 \end_inset
19505
19506 span
19507 \family default
19508  that specifies how many text lines the float will approximately need.
19509  The line span is often hard to be approximated, so better only use it when
19510  you encounter float placement problems.
19511  You can furthermore decide if LaTeX is allowed to let the float float within
19512  the paragraph or to surrounding paragraphs.
19513  Figure
19514 \begin_inset space ~
19515 \end_inset
19516
19517
19518 \begin_inset CommandInset ref
19519 LatexCommand ref
19520 reference "fig:This-is-a"
19521
19522 \end_inset
19523
19524  is an example text wrap float with a width of 40
19525 \begin_inset space \thinspace{}
19526 \end_inset
19527
19528 col%, 1
19529 \begin_inset space \thinspace{}
19530 \end_inset
19531
19532 cm overhang, set to the left.
19533 \begin_inset Foot
19534 status collapsed
19535
19536 \begin_layout Plain Layout
19537 Available units are explained in appendix
19538 \begin_inset space ~
19539 \end_inset
19540
19541
19542 \begin_inset CommandInset ref
19543 LatexCommand ref
19544 reference "cha:Units-available-in"
19545
19546 \end_inset
19547
19548 .
19549 \end_layout
19550
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \begin_layout Standard
19557 \begin_inset Note Greyedout
19558 status open
19559
19560 \begin_layout Plain Layout
19561
19562 \series bold
19563 Note:
19564 \series default
19565  Text
19566 \begin_inset space ~
19567 \end_inset
19568
19569 wrap float floats are fragile! E.
19570 \begin_inset space \thinspace{}
19571 \end_inset
19572
19573 g.
19574 \begin_inset space ~
19575 \end_inset
19576
19577 having a figure too close to the bottom of the page can mess things up in
19578  the way that the float doesn't appear in the output or that it is placed
19579  over some other text.
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \begin_layout Standard
19588 In general:
19589 \end_layout
19590
19591 \begin_layout Itemize
19592 Wrap floats should not be placed in paragraphs that run over a page break.
19593  That means that wrap floats should better be inserted to the exact place
19594  when the document is nearly finished and you are able to estimate where
19595  page breaks will appear.
19596 \end_layout
19597
19598 \begin_layout Itemize
19599 Wrap floats should either be placed in an own paragraph before the paragraph
19600  where they should wrap into or within a paragraph.
19601 \end_layout
19602
19603 \begin_layout Itemize
19604 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19605  there is a text paragraph between them as separator.
19606 \end_layout
19607
19608 \begin_layout Itemize
19609 Wrap floats are not allowed in section headings or tables.
19610 \end_layout
19611
19612 \begin_layout Section
19613 Float Numbering
19614 \begin_inset CommandInset label
19615 LatexCommand label
19616 name "sec:Float-Numbering"
19617
19618 \end_inset
19619
19620
19621 \begin_inset Index
19622 status collapsed
19623
19624 \begin_layout Plain Layout
19625 Floats ! Numbering
19626 \end_layout
19627
19628 \end_inset
19629
19630
19631 \end_layout
19632
19633 \begin_layout Standard
19634 Floats are usually numbered either independent from the sections the floats
19635  are in, or in the scheme 
19636 \begin_inset Quotes eld
19637 \end_inset
19638
19639 chapter.number
19640 \begin_inset Quotes erd
19641 \end_inset
19642
19643  or 
19644 \begin_inset Quotes eld
19645 \end_inset
19646
19647 section.number
19648 \begin_inset Quotes erd
19649 \end_inset
19650
19651 .
19652  This depends on the used document class.
19653 \end_layout
19654
19655 \begin_layout Standard
19656 To change the section independent numbering, you can use this command in
19657  the document preamble:
19658 \end_layout
19659
19660 \begin_layout Standard
19661
19662 \series bold
19663
19664 \backslash
19665 renewcommand{
19666 \backslash
19667 thetable}{
19668 \backslash
19669 roman{table}}
19670 \end_layout
19671
19672 \begin_layout Standard
19673
19674 \series bold
19675
19676 \backslash
19677 thetable
19678 \series default
19679  is the command that prints the table number, for figure floats, the command
19680  would be 
19681 \series bold
19682
19683 \backslash
19684 thefigure
19685 \series default
19686 .
19687  The command 
19688 \series bold
19689
19690 \backslash
19691 roman
19692 \series default
19693  prints in the command above the table number as small roman number.
19694 \end_layout
19695
19696 \begin_layout Standard
19697 To change the numbering scheme for example to 
19698 \begin_inset Quotes eld
19699 \end_inset
19700
19701 subsection.number
19702 \begin_inset Quotes erd
19703 \end_inset
19704
19705 , use this command in the preamble:
19706 \end_layout
19707
19708 \begin_layout Standard
19709
19710 \series bold
19711
19712 \backslash
19713 numberwithin{table}{subsection}
19714 \end_layout
19715
19716 \begin_layout Standard
19717 To be able to use the command 
19718 \series bold
19719
19720 \backslash
19721 numberwithin
19722 \series default
19723 , set in the tab 
19724 \family sans
19725 Math
19726 \begin_inset space ~
19727 \end_inset
19728
19729 Options
19730 \family default
19731  in the document settings the option 
19732 \family sans
19733 Use
19734 \begin_inset space ~
19735 \end_inset
19736
19737 AMS
19738 \begin_inset space ~
19739 \end_inset
19740
19741 math
19742 \begin_inset space ~
19743 \end_inset
19744
19745 package
19746 \family default
19747 .
19748 \end_layout
19749
19750 \begin_layout Standard
19751 Please also have a look at section
19752 \begin_inset space ~
19753 \end_inset
19754
19755
19756 \begin_inset CommandInset ref
19757 LatexCommand ref
19758 reference "sub:Footnote-Numbering"
19759
19760 \end_inset
19761
19762  for the details and important notes about the numbering commands.
19763 \end_layout
19764
19765 \begin_layout Section
19766 Referencing Floats
19767 \begin_inset CommandInset label
19768 LatexCommand label
19769 name "sec:Referencing-Floats"
19770
19771 \end_inset
19772
19773
19774 \begin_inset Index
19775 status collapsed
19776
19777 \begin_layout Plain Layout
19778 Floats ! References
19779 \end_layout
19780
19781 \end_inset
19782
19783
19784 \begin_inset Index
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788 References
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Standard
19797 To reference a float, insert a label into its caption using the menu 
19798 \family sans
19799 Insert\SpecialChar \menuseparator
19800 Label
19801 \family default
19802  or the toolbar button 
19803 \begin_inset Graphics
19804         filename ../images/label-insert.png
19805         scale 85
19806         scaleBeforeRotation
19807
19808 \end_inset
19809
19810 .
19811  A grey label box like this one: 
19812 \begin_inset Graphics
19813         filename clipart/labelQt4.png
19814         scale 85
19815         scaleBeforeRotation
19816
19817 \end_inset
19818
19819  will be inserted and the label window pops up asking for the label text.
19820  LyX offers as text the first words of the caption with a prefix.
19821  The prefix depends on the float type, e.
19822 \begin_inset space \thinspace{}
19823 \end_inset
19824
19825 g.
19826 \begin_inset space ~
19827 \end_inset
19828
19829 for figure floats the prefix will be "
19830 \family sans
19831 fig:
19832 \family default
19833 ".
19834 \end_layout
19835
19836 \begin_layout Standard
19837 The label is used as anchor and name for the reference.
19838  You can refer to the label using the menu 
19839 \family sans
19840 Insert\SpecialChar \menuseparator
19841 Cross-reference
19842 \family default
19843  or the toolbar button 
19844 \begin_inset Graphics
19845         filename ../images/dialog-show-new-inset_ref.png
19846         scale 85
19847         scaleBeforeRotation
19848
19849 \end_inset
19850
19851 .
19852  A grey cross-reference box like this one: 
19853 \begin_inset Graphics
19854         filename clipart/referenceQt4.png
19855         scale 85
19856         scaleBeforeRotation
19857
19858 \end_inset
19859
19860  will be inserted and the cross-reference window appear showing all labels
19861  of the document.
19862  If you have multiple LyX-documents opened, choose the one you are working
19863  on from the drop-list at the top of the dialog.
19864  You can now sort the labels alphabetically and then choose one.
19865  At the position of the cross-reference box the float number will appear
19866  in the output.
19867 \end_layout
19868
19869 \begin_layout Standard
19870 It is recommended to use a protected space between the cross-reference name
19871  and its number to avoid line breaks between them.
19872  If a cross-reference refers to a non-existing label, you will see two question
19873  marks in the output instead of the reference.
19874 \end_layout
19875
19876 \begin_layout Standard
19877 You can change labels at any time by clicking on the label box.
19878  References to the changed label will automatically change its link to the
19879  new label text, so that you don't need to take care about this.
19880 \end_layout
19881
19882 \begin_layout Standard
19883 The button 
19884 \family sans
19885 Go
19886 \begin_inset space ~
19887 \end_inset
19888
19889 to
19890 \begin_inset space ~
19891 \end_inset
19892
19893 Label
19894 \family default
19895  in the cross-reference window sets the cursor before the referred label.
19896  The button text changes then to Go
19897 \begin_inset space ~
19898 \end_inset
19899
19900 Back and you can use it to set the cursor back to the cross-reference.
19901  Right-clicking on a cross-reference box also sets the cursor before the
19902  referenced label but without a possibility to go back.
19903 \end_layout
19904
19905 \begin_layout Subsection
19906 Cross-Reference Formats
19907 \begin_inset CommandInset label
19908 LatexCommand label
19909 name "sub:Cross-Reference-Formats"
19910
19911 \end_inset
19912
19913
19914 \begin_inset Index
19915 status collapsed
19916
19917 \begin_layout Plain Layout
19918 References ! Formats
19919 \end_layout
19920
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \begin_layout Standard
19927 There are six varieties of cross-references:
19928 \end_layout
19929
19930 \begin_layout Description
19931 <reference>: prints the float number, this is the default: 
19932 \begin_inset CommandInset ref
19933 LatexCommand ref
19934 reference "fig:Two-distorted-images"
19935
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \begin_layout Description
19942 (<reference>): prints the float number within two parentheses, this is the
19943  style normally used to reference formulas, especially when the reference
19944  name 
19945 \begin_inset Quotes eld
19946 \end_inset
19947
19948 Equation
19949 \begin_inset Quotes erd
19950 \end_inset
19951
19952  is omitted: 
19953 \begin_inset CommandInset ref
19954 LatexCommand eqref
19955 reference "eq:Wgn"
19956
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \begin_layout Description
19963 <page>: prints the page number: Page
19964 \begin_inset space ~
19965 \end_inset
19966
19967
19968 \begin_inset CommandInset ref
19969 LatexCommand pageref
19970 reference "fig:Two-distorted-images"
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Description
19978 on
19979 \begin_inset space ~
19980 \end_inset
19981
19982 page
19983 \begin_inset space ~
19984 \end_inset
19985
19986 <page>: prints the text "on page" and the page number: 
19987 \begin_inset CommandInset ref
19988 LatexCommand vpageref
19989 reference "fig:Two-distorted-images"
19990
19991 \end_inset
19992
19993
19994 \end_layout
19995
19996 \begin_layout Description
19997 <reference>
19998 \begin_inset space ~
19999 \end_inset
20000
20001 on
20002 \begin_inset space ~
20003 \end_inset
20004
20005 page
20006 \begin_inset space ~
20007 \end_inset
20008
20009 <page>: prints the float number, the text "on page", and the page number:
20010  
20011 \begin_inset CommandInset ref
20012 LatexCommand vref
20013 reference "fig:Two-distorted-images"
20014
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \begin_layout Description
20021 Formatted
20022 \begin_inset space ~
20023 \end_inset
20024
20025 reference: prints a self defined cross-reference format.
20026  
20027 \begin_inset Note Greyedout
20028 status open
20029
20030 \begin_layout Plain Layout
20031
20032 \series bold
20033 Note:
20034 \series default
20035  This feature is only available when you have the LaTeX-package 
20036 \series bold
20037 prettyref
20038 \series default
20039  installed.
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \begin_layout Standard
20048 Note that the style <page> won't print the page number if the label is on
20049  the previous, the same, or the next page.
20050  You will e.
20051 \begin_inset space \thinspace{}
20052 \end_inset
20053
20054 g.
20055 \begin_inset space ~
20056 \end_inset
20057
20058 see the text 
20059 \begin_inset Quotes eld
20060 \end_inset
20061
20062
20063 \family sans
20064 on this page
20065 \family default
20066
20067 \begin_inset Quotes erd
20068 \end_inset
20069
20070  instead.
20071 \end_layout
20072
20073 \begin_layout Standard
20074 The number and current page of the referred document part in the output,
20075  is automatically calculated by LaTeX.
20076  The varieties are adjusted in the field 
20077 \family sans
20078 Format
20079 \family default
20080  of the cross-reference window, that appear when you click on the cross-referenc
20081 e box.
20082 \end_layout
20083
20084 \begin_layout Subsection
20085 Automatic Reference Naming
20086 \begin_inset Index
20087 status collapsed
20088
20089 \begin_layout Plain Layout
20090 References ! Automatic Reference Naming
20091 \end_layout
20092
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \begin_layout Standard
20099 The LaTeX-package 
20100 \series bold
20101 hyperref
20102 \series default
20103  provides a very useful feature that cross-references automatically include
20104  the name of the referenced floats (or text parts like sections).
20105  You save to write e.
20106 \begin_inset space \thinspace{}
20107 \end_inset
20108
20109 g.
20110 \begin_inset space ~
20111 \end_inset
20112
20113 the name 
20114 \begin_inset Quotes eld
20115 \end_inset
20116
20117 Figure
20118 \begin_inset Quotes erd
20119 \end_inset
20120
20121  before every reference box.
20122  To get this automatic reference naming, you have to load the LaTeX-package
20123  
20124 \series bold
20125 hyperref
20126 \series default
20127
20128 \begin_inset Index
20129 status collapsed
20130
20131 \begin_layout Plain Layout
20132 LaTeX-packages ! hyperref
20133 \end_layout
20134
20135 \end_inset
20136
20137  in the document preamble with
20138 \end_layout
20139
20140 \begin_layout Standard
20141
20142 \series bold
20143
20144 \backslash
20145 usepackage[pdfborder={0 0 0}]{hyperref}
20146 \begin_inset Newline newline
20147 \end_inset
20148
20149
20150 \backslash
20151 AtBeginDocument{
20152 \backslash
20153 renewcommand{
20154 \backslash
20155 ref}[1]{
20156 \backslash
20157 mbox{
20158 \backslash
20159 autoref{#1}}}}
20160 \end_layout
20161
20162 \begin_layout Standard
20163
20164 \series bold
20165 hyperref
20166 \series default
20167  is used to link cross-references in the DVI- and PDF-output, this means
20168  that the reader of your document will be able to click on a table of content
20169  (TOC) entry or on a reference and he will be shown the referenced document
20170  part.
20171  
20172 \series bold
20173 hyperref
20174 \series default
20175  also creates PDF-bookmarks for every section of your document to make it
20176  easier for readers to navigate through the document.
20177  This is also used in this document but when you have a look in the document
20178  preamble you will find various options in the load command of 
20179 \series bold
20180 hyperref
20181 \series default
20182 .
20183  To learn more about the 
20184 \series bold
20185 hyperref
20186 \series default
20187  package, we refer to its documentation 
20188 \begin_inset CommandInset citation
20189 LatexCommand cite
20190 key "hyperref"
20191
20192 \end_inset
20193
20194 .
20195 \end_layout
20196
20197 \begin_layout Standard
20198 \begin_inset Note Greyedout
20199 status open
20200
20201 \begin_layout Plain Layout
20202
20203 \series bold
20204 Note:
20205 \series default
20206  Automatic reference naming cannot be used when you use cross-references
20207  in the 
20208 \family sans
20209 Formatted
20210 \begin_inset space ~
20211 \end_inset
20212
20213 reference
20214 \family default
20215  style, described in section
20216 \begin_inset space ~
20217 \end_inset
20218
20219
20220 \begin_inset CommandInset ref
20221 LatexCommand ref
20222 reference "sub:Cross-Reference-Formats"
20223
20224 \end_inset
20225
20226 .
20227 \end_layout
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \begin_layout Subsection
20235 Reference Position
20236 \begin_inset CommandInset label
20237 LatexCommand label
20238 name "sub:Reference-Position"
20239
20240 \end_inset
20241
20242
20243 \begin_inset Index
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247 References ! Reference Position
20248 \end_layout
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Standard
20256 If you use 
20257 \series bold
20258 hyperref
20259 \series default
20260
20261 \begin_inset Index
20262 status collapsed
20263
20264 \begin_layout Plain Layout
20265 LaTeX-packages ! hyperref
20266 \end_layout
20267
20268 \end_inset
20269
20270  to link cross-references in the output, you will see that clicking on an
20271  image float reference jumps to the image label.
20272  The caption will be the first text part on the screen, so that you cannot
20273  see the image without scrolling.
20274  This is because the reference link anchor is placed at the position of
20275  the label.
20276  With the use of the package 
20277 \series bold
20278 hypcap
20279 \series default
20280
20281 \begin_inset Index
20282 status collapsed
20283
20284 \begin_layout Plain Layout
20285 LaTeX-packages ! hypcap
20286 \end_layout
20287
20288 \end_inset
20289
20290 , which is part of the LaTeX-package 
20291 \series bold
20292 oberdiek
20293 \series default
20294
20295 \begin_inset Index
20296 status collapsed
20297
20298 \begin_layout Plain Layout
20299 LaTeX-packages ! oberdiek
20300 \end_layout
20301
20302 \end_inset
20303
20304 , the link anchor is placed at the beginning of a float.
20305  To use this feature for figure floats, load 
20306 \series bold
20307 hypcap
20308 \series default
20309  in the document preamble with the line
20310 \end_layout
20311
20312 \begin_layout Standard
20313
20314 \series bold
20315
20316 \backslash
20317 usepackage[figure]{hypcap}
20318 \end_layout
20319
20320 \begin_layout Standard
20321 You can also use 
20322 \series bold
20323 hypcap
20324 \series default
20325  for all floats but this isn't recommended for stability reasons.
20326  For more informations, have a look at 
20327 \series bold
20328 hypcap
20329 \series default
20330 's manual 
20331 \begin_inset CommandInset citation
20332 LatexCommand cite
20333 key "hypcap"
20334
20335 \end_inset
20336
20337 .
20338 \end_layout
20339
20340 \begin_layout Standard
20341 \begin_inset Note Greyedout
20342 status open
20343
20344 \begin_layout Plain Layout
20345
20346 \series bold
20347 Note:
20348 \series default
20349  
20350 \series bold
20351 hypcap
20352 \series default
20353  must be loaded after 
20354 \series bold
20355 hyperref
20356 \series default
20357  in the document preamble.
20358 \end_layout
20359
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \begin_layout Standard
20366 \begin_inset Note Greyedout
20367 status open
20368
20369 \begin_layout Plain Layout
20370
20371 \series bold
20372 Note:
20373 \series default
20374  
20375 \series bold
20376 hypcap
20377 \series default
20378  has no effect for references to subfigures.
20379 \end_layout
20380
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \begin_layout Section
20387 Float Placement
20388 \begin_inset CommandInset label
20389 LatexCommand label
20390 name "sec:Float-Placement"
20391
20392 \end_inset
20393
20394
20395 \begin_inset Index
20396 status collapsed
20397
20398 \begin_layout Plain Layout
20399 Floats ! Placement
20400 \end_layout
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Standard
20408 Right-clicking on a float-box opens a dialog where you can alter the placement
20409  options that LaTeX uses for positioning the float.
20410 \begin_inset Newline newline
20411 \end_inset
20412
20413 The option 
20414 \family sans
20415 Span
20416 \begin_inset space ~
20417 \end_inset
20418
20419 columns
20420 \family default
20421  is only useful for two-column documents: If you select it, the float will
20422  span across both columns on the page instead of being confined to just
20423  one.
20424 \begin_inset Newline newline
20425 \end_inset
20426
20427 The option 
20428 \family sans
20429 Rotate
20430 \begin_inset space ~
20431 \end_inset
20432
20433 sideways
20434 \family default
20435  is used to rotate floats, see section 
20436 \begin_inset CommandInset ref
20437 LatexCommand ref
20438 reference "sec:Rotated-Floats"
20439
20440 \end_inset
20441
20442 .
20443 \end_layout
20444
20445 \begin_layout Standard
20446 You can use one ore more of the following options in the float dialog to
20447  set the placement for a particular float when you uncheck the option 
20448 \family sans
20449 Use
20450 \begin_inset space ~
20451 \end_inset
20452
20453 default
20454 \begin_inset space ~
20455 \end_inset
20456
20457 placement
20458 \family default
20459 :
20460 \end_layout
20461
20462 \begin_layout Description
20463 Here
20464 \begin_inset space ~
20465 \end_inset
20466
20467 if
20468 \begin_inset space ~
20469 \end_inset
20470
20471 possible try to place the float on the position where it is inserted
20472 \end_layout
20473
20474 \begin_layout Description
20475 Top
20476 \begin_inset space ~
20477 \end_inset
20478
20479 of
20480 \begin_inset space ~
20481 \end_inset
20482
20483 page try to place the float on the top of the current page
20484 \end_layout
20485
20486 \begin_layout Description
20487 Bottom
20488 \begin_inset space ~
20489 \end_inset
20490
20491 of
20492 \begin_inset space ~
20493 \end_inset
20494
20495 page try to place the float on the bottom of the current page
20496 \end_layout
20497
20498 \begin_layout Description
20499 Page
20500 \begin_inset space ~
20501 \end_inset
20502
20503 of
20504 \begin_inset space ~
20505 \end_inset
20506
20507 floats try to place the float on an own page 
20508 \end_layout
20509
20510 \begin_layout Standard
20511 The order of the above option is 
20512 \emph on
20513 always
20514 \emph default
20515  used by LaTeX.
20516  That means, if you use the default placement, LaTeX will first try out
20517  
20518 \family sans
20519 Here
20520 \begin_inset space ~
20521 \end_inset
20522
20523 if
20524 \begin_inset space ~
20525 \end_inset
20526
20527 possible
20528 \family default
20529 , then 
20530 \family sans
20531 Top
20532 \begin_inset space ~
20533 \end_inset
20534
20535 of
20536 \begin_inset space ~
20537 \end_inset
20538
20539 page
20540 \family default
20541 , and then the others.
20542  If you don't use the default, LaTeX will try only the checked options but
20543  in the same order.
20544  If none of the 4 placements are possible the procedure is internally repeated
20545  but it is tried to put the float on the following page.
20546 \end_layout
20547
20548 \begin_layout Standard
20549 By default, each option has its own rules:
20550 \end_layout
20551
20552 \begin_layout Labeling
20553 \labelwidthstring 00.00.0000
20554
20555 \family sans
20556 Top
20557 \begin_inset space ~
20558 \end_inset
20559
20560 of
20561 \begin_inset space ~
20562 \end_inset
20563
20564 page
20565 \family default
20566  only floats occupying less than 70
20567 \begin_inset space \thinspace{}
20568 \end_inset
20569
20570 % of the page can be placed at the top of a page (
20571 \series bold
20572
20573 \backslash
20574 topfraction
20575 \series default
20576 )
20577 \end_layout
20578
20579 \begin_layout Labeling
20580 \labelwidthstring 00.00.0000
20581
20582 \family sans
20583 Bottom
20584 \begin_inset space ~
20585 \end_inset
20586
20587 of
20588 \begin_inset space ~
20589 \end_inset
20590
20591 page
20592 \family default
20593 : only floats occupying less than 30
20594 \begin_inset space \thinspace{}
20595 \end_inset
20596
20597 % of the page can be placed at the bottom of a page.
20598  (
20599 \series bold
20600
20601 \backslash
20602 bottomfraction
20603 \series default
20604 )
20605 \end_layout
20606
20607 \begin_layout Labeling
20608 \labelwidthstring 00.00.0000
20609
20610 \family sans
20611 Page
20612 \begin_inset space ~
20613 \end_inset
20614
20615 of
20616 \begin_inset space ~
20617 \end_inset
20618
20619 floats
20620 \family default
20621 : only if more than 50
20622 \begin_inset space \thinspace{}
20623 \end_inset
20624
20625 % of the page are occupied by floats, several floats can be set together
20626  on a page.
20627  (
20628 \series bold
20629
20630 \backslash
20631 floatpagefraction
20632 \series default
20633 )
20634 \end_layout
20635
20636 \begin_layout Standard
20637 If you don't like these rules, you can ignore them by using the additional
20638  option 
20639 \family sans
20640 Ignore
20641 \begin_inset space ~
20642 \end_inset
20643
20644 LaTeX
20645 \begin_inset space ~
20646 \end_inset
20647
20648 rules
20649 \family default
20650 .
20651 \begin_inset Newline newline
20652 \end_inset
20653
20654 You can also redefine the rules with LaTeX-commands that are given in parenthese
20655 s behind the rules description above.
20656  To increase for example the often too small default of the bottom-rule
20657  to 50
20658 \begin_inset space \thinspace{}
20659 \end_inset
20660
20661 % of the page, add this line to your document preamble:
20662 \end_layout
20663
20664 \begin_layout Standard
20665
20666 \series bold
20667
20668 \backslash
20669 renewcommand{
20670 \backslash
20671 bottomfraction}{0.5}
20672 \end_layout
20673
20674 \begin_layout Standard
20675 Sometimes you might need, under all circumstances, a float to be placed
20676  exactly at the position where it is inserted.
20677  For this case you can use the option 
20678 \family sans
20679 Here
20680 \begin_inset space ~
20681 \end_inset
20682
20683 definitely
20684 \family default
20685 .
20686  Use this option very rarely and only if the document is nearly ready to
20687  be printed.
20688  Because the float is then no longer able to 
20689 \begin_inset Quotes eld
20690 \end_inset
20691
20692 float
20693 \begin_inset Quotes erd
20694 \end_inset
20695
20696  when you change your document and this will often destroy the page layout.
20697 \end_layout
20698
20699 \begin_layout Standard
20700 There are no placement options for text wrap floats, because they are always
20701  surrounded by the text of a certain paragraph.
20702 \begin_inset VSpace bigskip
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \begin_layout Standard
20709 Sometimes you have the problem that a float is placed at the top of a page
20710  while its corresponding section starts at the middle of the page, so that
20711  the reader could think the float is part of the previous section.
20712  To avoid this the LaTeX-command 
20713 \series bold
20714
20715 \backslash
20716 suppressfloats
20717 \series default
20718  can be used.
20719  It suppresses a given float placement for the page where it is inserted
20720  and can therefore be used to avoid that floats could be set before a section
20721  starts.
20722  To get this, add these commands to your document preamble:
20723 \end_layout
20724
20725 \begin_layout Standard
20726
20727 \series bold
20728
20729 \backslash
20730 let
20731 \backslash
20732 mySection
20733 \backslash
20734 section
20735 \begin_inset Newline newline
20736 \end_inset
20737
20738
20739 \backslash
20740 renewcommand{
20741 \backslash
20742 section}{
20743 \backslash
20744 suppressfloats[t]
20745 \backslash
20746 mySection}
20747 \end_layout
20748
20749 \begin_layout Standard
20750 You can define the same for all section headings, like chapters and subsections.
20751  This definition is not recommended to be used for small text parts like
20752  subsubsections because LaTeX may then have problems to find a suitable
20753  placement.
20754 \end_layout
20755
20756 \begin_layout Standard
20757 \begin_inset VSpace bigskip
20758 \end_inset
20759
20760 In some cases it is required to have all figures/tables at the end of the
20761  document.
20762  For this purpose the LaTeX-package 
20763 \series bold
20764 endfloat
20765 \series default
20766
20767 \begin_inset Index
20768 status collapsed
20769
20770 \begin_layout Plain Layout
20771 LaTeX-packages ! endfloat
20772 \end_layout
20773
20774 \end_inset
20775
20776  was developed.
20777  It puts all figure and table floats at the end of the document into own
20778  sections.
20779  At the original float position a text hint like 
20780 \begin_inset Quotes eld
20781 \end_inset
20782
20783
20784 \family sans
20785 [Figure
20786 \begin_inset space ~
20787 \end_inset
20788
20789 3.2 about here.]
20790 \family default
20791
20792 \begin_inset Quotes erd
20793 \end_inset
20794
20795  is inserted.
20796  The endfloat-package is loaded in the preamble with the line
20797 \end_layout
20798
20799 \begin_layout Standard
20800
20801 \series bold
20802
20803 \backslash
20804 usepackage[options]{endfloat}
20805 \end_layout
20806
20807 \begin_layout Standard
20808 There are various package options to format the created figure/table sections.
20809  For more information we refer to the 
20810 \series bold
20811 endfloat
20812 \series default
20813  documentation 
20814 \begin_inset CommandInset citation
20815 LatexCommand cite
20816 key "endfloat"
20817
20818 \end_inset
20819
20820 .
20821 \begin_inset Newline newline
20822 \end_inset
20823
20824
20825 \begin_inset Note Greyedout
20826 status open
20827
20828 \begin_layout Plain Layout
20829
20830 \series bold
20831 Note: endfloat
20832 \series default
20833  doesn't provide an automatic translation for the text hint, you have to
20834  do this manually, see section
20835 \begin_inset space ~
20836 \end_inset
20837
20838 4 in 
20839 \begin_inset CommandInset citation
20840 LatexCommand cite
20841 key "endfloat"
20842
20843 \end_inset
20844
20845 .
20846 \end_layout
20847
20848 \end_inset
20849
20850
20851 \begin_inset Newline newline
20852 \end_inset
20853
20854
20855 \begin_inset Note Greyedout
20856 status open
20857
20858 \begin_layout Plain Layout
20859
20860 \series bold
20861 Note:
20862 \series default
20863  There is currently a bug in 
20864 \series bold
20865 endfloat
20866 \series default
20867  when the caption contains a German 
20868 \begin_inset Quotes eld
20869 \end_inset
20870
20871 ß
20872 \begin_inset Quotes erd
20873 \end_inset
20874
20875 .
20876  Use in this case the command 
20877 \begin_inset Quotes eld
20878 \end_inset
20879
20880
20881 \series bold
20882
20883 \backslash
20884 ss
20885 \series default
20886
20887 \begin_inset Quotes erd
20888 \end_inset
20889
20890  in TeX-Code instead of 
20891 \begin_inset Quotes eld
20892 \end_inset
20893
20894 ß
20895 \begin_inset Quotes erd
20896 \end_inset
20897
20898 .
20899 \end_layout
20900
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Standard
20907 \begin_inset VSpace bigskip
20908 \end_inset
20909
20910 For more details about float placements, have a look at LaTeX books, 
20911 \begin_inset CommandInset citation
20912 LatexCommand cite
20913 key "latexcompanion,latexguide,latexbook"
20914
20915 \end_inset
20916
20917 .
20918 \end_layout
20919
20920 \begin_layout Section
20921 Rotated Floats
20922 \begin_inset CommandInset label
20923 LatexCommand label
20924 name "sec:Rotated-Floats"
20925
20926 \end_inset
20927
20928
20929 \begin_inset Index
20930 status collapsed
20931
20932 \begin_layout Plain Layout
20933 Floats ! Rotating
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \begin_layout Standard
20942 Especially for wide tables you might have floats rotated.
20943  To rotate a whole float including the caption, right-click on the float-box
20944  and use the option 
20945 \family sans
20946 Rotate
20947 \begin_inset space ~
20948 \end_inset
20949
20950 sideways
20951 \family default
20952 .
20953 \end_layout
20954
20955 \begin_layout Standard
20956 Rotated floats are always placed on its own page (or column, in case you
20957  have a multi-column document).
20958  You can let them span several columns using the float settings option 
20959 \family sans
20960 Span
20961 \begin_inset space ~
20962 \end_inset
20963
20964 columns
20965 \family default
20966 .
20967  Floats are rotated so that you can read them from the outside margin.
20968  To force a certain rotation direction for all pages, you can add either
20969  the option 
20970 \series bold
20971 figuresleft
20972 \series default
20973  or 
20974 \series bold
20975 figuresright
20976 \series default
20977  to the document class options.
20978 \end_layout
20979
20980 \begin_layout Standard
20981 Referencing rotated floats is the same like for normal floats, the caption
20982  format is also the same: Table
20983 \begin_inset space ~
20984 \end_inset
20985
20986
20987 \begin_inset CommandInset ref
20988 LatexCommand ref
20989 reference "tab:Rotated-table"
20990
20991 \end_inset
20992
20993  is an example of a rotated table float.
20994 \end_layout
20995
20996 \begin_layout Standard
20997 \begin_inset Note Greyedout
20998 status open
20999
21000 \begin_layout Plain Layout
21001
21002 \series bold
21003 Note:
21004 \series default
21005  Not all DVI-viewers are able to display rotated floats.
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Standard
21014 \begin_inset Float table
21015 wide false
21016 sideways true
21017 status open
21018
21019 \begin_layout Plain Layout
21020 \begin_inset Caption
21021
21022 \begin_layout Plain Layout
21023 \begin_inset CommandInset label
21024 LatexCommand label
21025 name "tab:Rotated-table"
21026
21027 \end_inset
21028
21029  Rotated table
21030 \end_layout
21031
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \begin_layout Plain Layout
21038 \align center
21039 \begin_inset Tabular
21040 <lyxtabular version="3" rows="1" columns="5">
21041 <features>
21042 <column alignment="center" valignment="top" width="0">
21043 <column alignment="center" valignment="top" width="0">
21044 <column alignment="center" valignment="top" width="0">
21045 <column alignment="center" valignment="top" width="0">
21046 <column alignment="center" valignment="top" width="0">
21047 <row>
21048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 test
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061 b
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070 c
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 d
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 e
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 </lyxtabular>
21095
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \begin_layout Section
21107 Floats Side by Side
21108 \begin_inset Index
21109 status collapsed
21110
21111 \begin_layout Plain Layout
21112 Floats ! Side by side
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \begin_layout Standard
21121 To place floats side by side, like for Figure
21122 \begin_inset space ~
21123 \end_inset
21124
21125
21126 \begin_inset CommandInset ref
21127 LatexCommand ref
21128 reference "fig:Float-left"
21129
21130 \end_inset
21131
21132  and 
21133 \begin_inset CommandInset ref
21134 LatexCommand ref
21135 reference "fig:Float-right"
21136
21137 \end_inset
21138
21139 , only 
21140 \emph on
21141 one
21142 \emph default
21143  float is used.
21144  In it two minipage boxes are inserted.
21145 \begin_inset Foot
21146 status collapsed
21147
21148 \begin_layout Plain Layout
21149 Minipages are explained in section
21150 \begin_inset space ~
21151 \end_inset
21152
21153
21154 \begin_inset CommandInset ref
21155 LatexCommand ref
21156 reference "sec:Minipages"
21157
21158 \end_inset
21159
21160 .
21161 \end_layout
21162
21163 \end_inset
21164
21165  The width is set to 45
21166 \begin_inset space \thinspace{}
21167 \end_inset
21168
21169 -50
21170 \begin_inset space \thinspace{}
21171 \end_inset
21172
21173 column% and the box alignment to 
21174 \family sans
21175 Bottom
21176 \family default
21177  for each minipage.
21178  The minipage boxes contain the image and the caption in the same way as
21179  they are in a float.
21180  The only difference is that the image unit 
21181 \family sans
21182 Column
21183 \begin_inset space ~
21184 \end_inset
21185
21186 Width
21187 \begin_inset space ~
21188 \end_inset
21189
21190 %
21191 \family default
21192  is now calculated according to the width of the minipage boxes.
21193 \end_layout
21194
21195 \begin_layout Standard
21196 \begin_inset Float figure
21197 wide false
21198 sideways false
21199 status open
21200
21201 \begin_layout Plain Layout
21202 \begin_inset Box Frameless
21203 position "b"
21204 hor_pos "c"
21205 has_inner_box 1
21206 inner_pos "t"
21207 use_parbox 0
21208 width "45col%"
21209 special "none"
21210 height "1in"
21211 height_special "totalheight"
21212 status open
21213
21214 \begin_layout Plain Layout
21215 \align center
21216 \begin_inset Graphics
21217         filename clipart/mobius.eps
21218         lyxscale 50
21219         width 100col%
21220         scaleBeforeRotation
21221
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Caption
21229
21230 \begin_layout Plain Layout
21231 \begin_inset CommandInset label
21232 LatexCommand label
21233 name "fig:Float-left"
21234
21235 \end_inset
21236
21237 Float on the left side.
21238 \end_layout
21239
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \end_inset
21246
21247
21248 \begin_inset space \hfill{}
21249 \end_inset
21250
21251
21252 \begin_inset Box Frameless
21253 position "b"
21254 hor_pos "c"
21255 has_inner_box 1
21256 inner_pos "t"
21257 use_parbox 0
21258 width "45col%"
21259 special "none"
21260 height "1in"
21261 height_special "totalheight"
21262 status open
21263
21264 \begin_layout Plain Layout
21265 \align center
21266 \begin_inset Graphics
21267         filename clipart/platypus.eps
21268         lyxscale 50
21269         width 100col%
21270         scaleBeforeRotation
21271
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Caption
21279
21280 \begin_layout Plain Layout
21281 \begin_inset CommandInset label
21282 LatexCommand label
21283 name "fig:Float-right"
21284
21285 \end_inset
21286
21287 Float on the right side.
21288 \end_layout
21289
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \begin_layout Plain Layout
21301
21302 \end_layout
21303
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \begin_layout Section
21310 Caption Formatting
21311 \begin_inset Index
21312 status collapsed
21313
21314 \begin_layout Plain Layout
21315 Caption ! Formatting
21316 \end_layout
21317
21318 \end_inset
21319
21320
21321 \begin_inset Index
21322 status collapsed
21323
21324 \begin_layout Plain Layout
21325 Floats ! Caption Formatting
21326 \end_layout
21327
21328 \end_inset
21329
21330
21331 \begin_inset Index
21332 status collapsed
21333
21334 \begin_layout Plain Layout
21335 LaTeX-packages ! caption
21336 \end_layout
21337
21338 \end_inset
21339
21340
21341 \begin_inset CommandInset label
21342 LatexCommand label
21343 name "sec:Caption-Formatting"
21344
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \begin_layout Standard
21351 The 
21352 \family sans
21353 Caption
21354 \family default
21355  environment is the default paragraph environment for 
21356 \family sans
21357 Floats
21358 \family default
21359 .
21360  On the LyX screen captions appear as label, e.
21361 \begin_inset space \thinspace{}
21362 \end_inset
21363
21364 g.
21365 \begin_inset space ~
21366 \end_inset
21367
21368
21369 \begin_inset Quotes eld
21370 \end_inset
21371
21372
21373 \family sans
21374 Figure #:
21375 \family default
21376
21377 \begin_inset Quotes erd
21378 \end_inset
21379
21380  followed by the caption text.
21381  
21382 \begin_inset Quotes eld
21383 \end_inset
21384
21385 #
21386 \begin_inset Quotes erd
21387 \end_inset
21388
21389  is the actual reference number.
21390  By default the label and the number are in the same font as the caption
21391  text and a colon follows the number to divide the label from the text.
21392  This caption format is not suitable for all document formats.
21393  
21394 \end_layout
21395
21396 \begin_layout Standard
21397 To change the default caption format, load the LaTeX-package 
21398 \series bold
21399 caption
21400 \series default
21401
21402 \begin_inset Index
21403 status collapsed
21404
21405 \begin_layout Plain Layout
21406 LaTeX-packages ! caption
21407 \end_layout
21408
21409 \end_inset
21410
21411  in the document preamble with this line:
21412 \end_layout
21413
21414 \begin_layout Standard
21415
21416 \series bold
21417
21418 \backslash
21419 usepackage[format definition]{caption}
21420 \end_layout
21421
21422 \begin_layout Standard
21423 To have for example the label and the number in sans-serif bold font and
21424  the table captions always above the table like in this document, use the
21425  following command:
21426 \end_layout
21427
21428 \begin_layout Standard
21429
21430 \series bold
21431
21432 \backslash
21433 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21434 \end_layout
21435
21436 \begin_layout Standard
21437 You can also define different caption formats for the different float types.
21438  In this case load the 
21439 \series bold
21440 caption
21441 \series default
21442  package without format specific options and define the different formats
21443  with the help of the command
21444 \end_layout
21445
21446 \begin_layout Standard
21447
21448 \series bold
21449
21450 \backslash
21451 captionsetup[float type]{format definition}
21452 \end_layout
21453
21454 \begin_layout Standard
21455 in the document preamble.
21456  For example the caption formats of Figure
21457 \begin_inset space ~
21458 \end_inset
21459
21460
21461 \begin_inset CommandInset ref
21462 LatexCommand ref
21463 reference "fig:This-is-an-fig"
21464
21465 \end_inset
21466
21467  and Table
21468 \begin_inset space ~
21469 \end_inset
21470
21471
21472 \begin_inset CommandInset ref
21473 LatexCommand ref
21474 reference "tab:This-is-an-tab"
21475
21476 \end_inset
21477
21478  can be created using these commands in the document preamble:
21479 \end_layout
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484
21485 \backslash
21486 usepackage[tableposition=top]{caption}
21487 \series default
21488
21489 \begin_inset Newline newline
21490 \end_inset
21491
21492
21493 \series bold
21494
21495 \backslash
21496 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21497 \begin_inset Newline newline
21498 \end_inset
21499
21500
21501 \begin_inset ERT
21502 status collapsed
21503
21504 \begin_layout Plain Layout
21505
21506
21507 \backslash
21508 hphantom{
21509 \backslash
21510
21511 \backslash
21512 captionsetup[figure]
21513 \backslash
21514 {}
21515 \end_layout
21516
21517 \end_inset
21518
21519  labelsep=period}
21520 \begin_inset Newline newline
21521 \end_inset
21522
21523
21524 \backslash
21525 captionsetup[table]{labelfont={bf,sf}}
21526 \end_layout
21527
21528 \begin_layout Standard
21529 \begin_inset Note Greyedout
21530 status open
21531
21532 \begin_layout Plain Layout
21533
21534 \series bold
21535 Note:
21536 \series default
21537  The option 
21538 \series bold
21539 tableposition=top
21540 \series default
21541  has no effect when a 
21542 \series bold
21543 koma-script
21544 \series default
21545
21546 \begin_inset Index
21547 status collapsed
21548
21549 \begin_layout Plain Layout
21550 LaTeX-packages ! koma-script
21551 \end_layout
21552
21553 \end_inset
21554
21555  document class is used.
21556  In this case the document class option 
21557 \series bold
21558 tablecaptionabove
21559 \series default
21560  must be used.
21561 \end_layout
21562
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \begin_layout Standard
21569 For more information about the package 
21570 \series bold
21571 caption
21572 \series default
21573  we refer to its documentation 
21574 \begin_inset CommandInset citation
21575 LatexCommand cite
21576 key "caption"
21577
21578 \end_inset
21579
21580 .
21581 \end_layout
21582
21583 \begin_layout Standard
21584 To change the label name from e.g.
21585  
21586 \begin_inset Quotes eld
21587 \end_inset
21588
21589 Figure
21590 \begin_inset Quotes erd
21591 \end_inset
21592
21593  to 
21594 \begin_inset Quotes eld
21595 \end_inset
21596
21597 Image
21598 \begin_inset Quotes erd
21599 \end_inset
21600
21601  use this preamble command:
21602 \end_layout
21603
21604 \begin_layout Standard
21605
21606 \series bold
21607
21608 \backslash
21609 renewcommand{
21610 \backslash
21611 fnum@figure}{Image~
21612 \backslash
21613 thefigure}
21614 \end_layout
21615
21616 \begin_layout Standard
21617 where 
21618 \series bold
21619
21620 \backslash
21621 thefigure
21622 \series default
21623  inserts the figure number and
21624 \series bold
21625  
21626 \begin_inset Quotes eld
21627 \end_inset
21628
21629 ~
21630 \series default
21631
21632 \begin_inset Quotes erd
21633 \end_inset
21634
21635  creates a protected space.
21636 \end_layout
21637
21638 \begin_layout Standard
21639 \begin_inset VSpace bigskip
21640 \end_inset
21641
21642 If you are using a 
21643 \series bold
21644 koma-script
21645 \series default
21646
21647 \begin_inset Index
21648 status collapsed
21649
21650 \begin_layout Plain Layout
21651 LaTeX-packages ! koma-script
21652 \end_layout
21653
21654 \end_inset
21655
21656  document class (
21657 \family sans
21658 article (koma-script)
21659 \family default
21660
21661 \family sans
21662 book (koma-script)
21663 \family default
21664
21665 \family sans
21666 letter (koma-script)
21667 \family default
21668 , or 
21669 \family sans
21670 report (koma-script)
21671 \family default
21672
21673 \begin_inset space \thinspace{}
21674 \end_inset
21675
21676 ), you can alternatively to the 
21677 \series bold
21678 caption
21679 \series default
21680  package use 
21681 \series bold
21682 koma-script
21683 \series default
21684 's built-in command 
21685 \series bold
21686
21687 \backslash
21688 setkomafont
21689 \series default
21690 .
21691  For example, to have the caption label in bold, add this command to your
21692  document preamble:
21693 \end_layout
21694
21695 \begin_layout Standard
21696
21697 \series bold
21698
21699 \backslash
21700 setkomafont{captionlabel}{
21701 \backslash
21702 bfseries}
21703 \end_layout
21704
21705 \begin_layout Standard
21706 For more information about 
21707 \series bold
21708
21709 \backslash
21710 setkomafont
21711 \series default
21712  we refer to the 
21713 \series bold
21714 koma-script
21715 \series default
21716  documentation 
21717 \begin_inset CommandInset citation
21718 LatexCommand cite
21719 key "koma-script"
21720
21721 \end_inset
21722
21723 .
21724 \end_layout
21725
21726 \begin_layout Standard
21727 \begin_inset ERT
21728 status collapsed
21729
21730 \begin_layout Plain Layout
21731
21732
21733 \backslash
21734 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21735 }
21736 \end_layout
21737
21738 \end_inset
21739
21740
21741 \begin_inset Note Note
21742 status open
21743
21744 \begin_layout Plain Layout
21745 The caption format is changed only for this example.
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \begin_layout Standard
21754 \begin_inset Float figure
21755 placement !p
21756 wide false
21757 sideways false
21758 status open
21759
21760 \begin_layout Plain Layout
21761 \align center
21762 \begin_inset Graphics
21763         filename clipart/mobius.eps
21764         lyxscale 50
21765         scale 50
21766         scaleBeforeRotation
21767
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Caption
21775
21776 \begin_layout Plain Layout
21777 \begin_inset CommandInset label
21778 LatexCommand label
21779 name "fig:This-is-an-fig"
21780
21781 \end_inset
21782
21783 This is an example figure caption that is longer than one line to show the
21784  different caption format.
21785  Here a self-defined caption format is used.
21786 \end_layout
21787
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \begin_layout Standard
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21807 on}
21808 \end_layout
21809
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \begin_layout Standard
21816 \begin_inset Float table
21817 placement !p
21818 wide false
21819 sideways false
21820 status open
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Caption
21824
21825 \begin_layout Plain Layout
21826 \begin_inset CommandInset label
21827 LatexCommand label
21828 name "tab:This-is-an-tab"
21829
21830 \end_inset
21831
21832 This is an example table caption that is longer than one line to show the
21833  different caption format.
21834  Here the standard caption format for tables in this document is used.
21835 \end_layout
21836
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \begin_layout Plain Layout
21843 \align center
21844 \begin_inset Tabular
21845 <lyxtabular version="3" rows="1" columns="5">
21846 <features>
21847 <column alignment="center" valignment="top" width="0">
21848 <column alignment="center" valignment="top" width="0">
21849 <column alignment="center" valignment="top" width="0">
21850 <column alignment="center" valignment="top" width="0">
21851 <column alignment="center" valignment="top" width="0">
21852 <row>
21853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857 a
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866 b
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 c
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 d
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 e
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 </lyxtabular>
21900
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \begin_layout Section
21912 Caption Placement
21913 \begin_inset Index
21914 status collapsed
21915
21916 \begin_layout Plain Layout
21917 Caption ! Placement
21918 \end_layout
21919
21920 \end_inset
21921
21922
21923 \begin_inset Index
21924 status collapsed
21925
21926 \begin_layout Plain Layout
21927 Floats ! Caption Placement
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \begin_inset CommandInset label
21934 LatexCommand label
21935 name "sec:Caption-Placement"
21936
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \begin_layout Standard
21943 The common caption placement rule is:
21944 \end_layout
21945
21946 \begin_layout Description
21947 Figure: Caption is set below the figure
21948 \end_layout
21949
21950 \begin_layout Description
21951 Table: Caption is set above the table
21952 \end_layout
21953
21954 \begin_layout Standard
21955 Having the caption above the table is unfortunately not supported in LaTeX's
21956  standard classes.
21957  That means if you are using the document classes 
21958 \family sans
21959 article
21960 \family default
21961
21962 \family sans
21963 book
21964 \family default
21965
21966 \family sans
21967 letter
21968 \family default
21969 , or 
21970 \family sans
21971 report
21972 \family default
21973  there will be no space between the caption and the table.
21974  To insert the needed space, add the following option to the load command
21975  of the LaTeX-package 
21976 \series bold
21977 caption
21978 \series default
21979  in your document preamble
21980 \begin_inset Foot
21981 status collapsed
21982
21983 \begin_layout Plain Layout
21984 See section
21985 \begin_inset space ~
21986 \end_inset
21987
21988
21989 \begin_inset CommandInset ref
21990 LatexCommand ref
21991 reference "sec:Caption-Formatting"
21992
21993 \end_inset
21994
21995  for more information of the package 
21996 \series bold
21997 caption
21998 \series default
21999 .
22000 \end_layout
22001
22002 \end_inset
22003
22004 :
22005 \end_layout
22006
22007 \begin_layout Standard
22008
22009 \series bold
22010 tableposition=top
22011 \end_layout
22012
22013 \begin_layout Standard
22014 If you are using a 
22015 \series bold
22016 koma-script
22017 \series default
22018
22019 \begin_inset Index
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023 LaTeX-packages ! koma-script
22024 \end_layout
22025
22026 \end_inset
22027
22028  document class (
22029 \family sans
22030 article (koma-script)
22031 \family default
22032
22033 \family sans
22034 book (koma-script)
22035 \family default
22036
22037 \family sans
22038 letter (koma-script)
22039 \family default
22040 , or 
22041 \family sans
22042 report (koma-script)
22043 \family default
22044
22045 \begin_inset space \thinspace{}
22046 \end_inset
22047
22048 ), you can alternatively to the 
22049 \series bold
22050 caption
22051 \series default
22052  package set the document class option 
22053 \series bold
22054 tablecaptionabove
22055 \series default
22056 .
22057 \end_layout
22058
22059 \begin_layout Standard
22060 \begin_inset VSpace bigskip
22061 \end_inset
22062
22063 It is also possible to set the caption beside a figure or table.
22064  To get this the LaTeX-package 
22065 \series bold
22066 sidecap
22067 \series default
22068
22069 \begin_inset Index
22070 status collapsed
22071
22072 \begin_layout Plain Layout
22073 LaTeX-packages ! sidecap
22074 \end_layout
22075
22076 \end_inset
22077
22078  has to be loaded in the document preamble with the line
22079 \end_layout
22080
22081 \begin_layout Standard
22082
22083 \series bold
22084
22085 \backslash
22086 usepackage[option]{sidecap}
22087 \end_layout
22088
22089 \begin_layout Standard
22090 If you set no option, the caption is placed on the side of the outer page
22091  margin -- to the right on odd pages, to the left on even pages.
22092  You can change the placement to inner margin with the option 
22093 \series bold
22094 innercaption
22095 \series default
22096 .
22097  To force the placement always to the right or left, use the option 
22098 \series bold
22099 rightcaption
22100 \series default
22101  or 
22102 \series bold
22103 leftcaption
22104 \series default
22105 , respectively.
22106 \end_layout
22107
22108 \begin_layout Standard
22109 \begin_inset ERT
22110 status collapsed
22111
22112 \begin_layout Plain Layout
22113
22114
22115 \backslash
22116 ifsidecap
22117 \end_layout
22118
22119 \end_inset
22120
22121
22122 \begin_inset Note Note
22123 status open
22124
22125 \begin_layout Plain Layout
22126 The following section will only be displayed when the LaTeX-package 
22127 \series bold
22128 sidecap
22129 \series default
22130  is installed.
22131 \end_layout
22132
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \begin_layout Standard
22139 To place in LyX the caption of a float on the side, it is necessary to add
22140  these commands to the document preamble:
22141 \end_layout
22142
22143 \begin_layout Standard
22144
22145 \lyxline
22146
22147 \end_layout
22148
22149 \begin_layout Standard
22150
22151 \series bold
22152
22153 \backslash
22154 newcommand{
22155 \backslash
22156 TabBesBeg}{%
22157 \begin_inset Newline newline
22158 \end_inset
22159
22160
22161 \begin_inset ERT
22162 status collapsed
22163
22164 \begin_layout Plain Layout
22165
22166
22167 \backslash
22168 hphantom{ }
22169 \end_layout
22170
22171 \end_inset
22172
22173
22174 \backslash
22175 let
22176 \backslash
22177 MyTable
22178 \backslash
22179 table
22180 \begin_inset Newline newline
22181 \end_inset
22182
22183
22184 \begin_inset ERT
22185 status collapsed
22186
22187 \begin_layout Plain Layout
22188
22189
22190 \backslash
22191 hphantom{ }
22192 \end_layout
22193
22194 \end_inset
22195
22196
22197 \backslash
22198 let
22199 \backslash
22200 MyEndtable
22201 \backslash
22202 endtable
22203 \begin_inset Newline newline
22204 \end_inset
22205
22206
22207 \begin_inset ERT
22208 status collapsed
22209
22210 \begin_layout Plain Layout
22211
22212
22213 \backslash
22214 hphantom{ }
22215 \end_layout
22216
22217 \end_inset
22218
22219
22220 \backslash
22221 renewenvironment{table}{
22222 \backslash
22223 begin{SCtable}}{
22224 \backslash
22225 end{SCtable}}}
22226 \end_layout
22227
22228 \begin_layout Standard
22229
22230 \series bold
22231
22232 \backslash
22233 newcommand{
22234 \backslash
22235 TabBesEnd}{%
22236 \begin_inset Newline newline
22237 \end_inset
22238
22239
22240 \begin_inset ERT
22241 status collapsed
22242
22243 \begin_layout Plain Layout
22244
22245
22246 \backslash
22247 hphantom{ }
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \backslash
22254 let
22255 \backslash
22256 table
22257 \backslash
22258 MyTable
22259 \begin_inset Newline newline
22260 \end_inset
22261
22262
22263 \begin_inset ERT
22264 status collapsed
22265
22266 \begin_layout Plain Layout
22267
22268
22269 \backslash
22270 hphantom{ }
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \backslash
22277 let
22278 \backslash
22279 endtable
22280 \backslash
22281 MyEndtable
22282 \end_layout
22283
22284 \begin_layout Standard
22285
22286 \series bold
22287
22288 \backslash
22289 newcommand{
22290 \backslash
22291 FigBesBeg}{%
22292 \begin_inset Newline newline
22293 \end_inset
22294
22295
22296 \begin_inset ERT
22297 status collapsed
22298
22299 \begin_layout Plain Layout
22300
22301
22302 \backslash
22303 hphantom{ }
22304 \end_layout
22305
22306 \end_inset
22307
22308
22309 \backslash
22310 let
22311 \backslash
22312 MyFigure
22313 \backslash
22314 figure
22315 \begin_inset Newline newline
22316 \end_inset
22317
22318
22319 \begin_inset ERT
22320 status collapsed
22321
22322 \begin_layout Plain Layout
22323
22324
22325 \backslash
22326 hphantom{ }
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \backslash
22333 let
22334 \backslash
22335 MyEndfigure
22336 \backslash
22337 endfigure
22338 \begin_inset Newline newline
22339 \end_inset
22340
22341
22342 \begin_inset ERT
22343 status collapsed
22344
22345 \begin_layout Plain Layout
22346
22347
22348 \backslash
22349 hphantom{ }
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \backslash
22356 renewenvironment{figure}{
22357 \backslash
22358 begin{SCfigure}}{
22359 \backslash
22360 end{SCfigure}}}
22361 \end_layout
22362
22363 \begin_layout Standard
22364
22365 \series bold
22366
22367 \backslash
22368 newcommand{
22369 \backslash
22370 FigBesEnd}{%
22371 \begin_inset Newline newline
22372 \end_inset
22373
22374
22375 \begin_inset ERT
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379
22380
22381 \backslash
22382 hphantom{ }
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \backslash
22389 let
22390 \backslash
22391 figure
22392 \backslash
22393 MyFigure
22394 \begin_inset Newline newline
22395 \end_inset
22396
22397
22398 \begin_inset ERT
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402
22403
22404 \backslash
22405 hphantom{ }
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \backslash
22412 let
22413 \backslash
22414 endfigure
22415 \backslash
22416 MyEndfigure}
22417 \end_layout
22418
22419 \begin_layout Standard
22420
22421 \lyxline
22422
22423 \end_layout
22424
22425 \begin_layout Standard
22426 The commands allow you to redefine the floats so that the caption is set
22427  on the side.
22428  For figure floats use the command
22429 \end_layout
22430
22431 \begin_layout Standard
22432
22433 \series bold
22434
22435 \backslash
22436 FigBesBeg
22437 \end_layout
22438
22439 \begin_layout Standard
22440 in TeX-Code before the float.
22441  Behind the float insert the command
22442 \end_layout
22443
22444 \begin_layout Standard
22445
22446 \series bold
22447
22448 \backslash
22449 FigBesEnd
22450 \end_layout
22451
22452 \begin_layout Standard
22453 in TeX-Code to get back to the original float definition.
22454 \end_layout
22455
22456 \begin_layout Standard
22457 For table floats use the corresponding commands
22458 \end_layout
22459
22460 \begin_layout Standard
22461
22462 \series bold
22463
22464 \backslash
22465 TabBesBeg
22466 \series default
22467  and 
22468 \series bold
22469
22470 \backslash
22471 TabBesEnd
22472 \end_layout
22473
22474 \begin_layout Standard
22475 Figure
22476 \begin_inset space ~
22477 \end_inset
22478
22479
22480 \begin_inset CommandInset ref
22481 LatexCommand ref
22482 reference "fig:cap-beside-fig"
22483
22484 \end_inset
22485
22486  and Table
22487 \begin_inset space ~
22488 \end_inset
22489
22490
22491 \begin_inset CommandInset ref
22492 LatexCommand ref
22493 reference "tab:cap-beside-tab"
22494
22495 \end_inset
22496
22497  are examples where the caption is set beside.
22498 \end_layout
22499
22500 \begin_layout Standard
22501 You can see in the examples that the caption text appears at the top of
22502  the floats for table floats and at the bottom for figure floats.
22503  To change this, you can use the command
22504 \end_layout
22505
22506 \begin_layout Standard
22507
22508 \series bold
22509
22510 \backslash
22511 sidecaptionvpos{float type}{placement}
22512 \end_layout
22513
22514 \begin_layout Standard
22515 in the document preamble or in TeX-Code before the float.
22516  The float type is either 
22517 \family sans
22518 figure
22519 \family default
22520  or 
22521 \family sans
22522 table
22523 \family default
22524 , the placement can be 
22525 \begin_inset Quotes eld
22526 \end_inset
22527
22528
22529 \family sans
22530 t
22531 \family default
22532
22533 \begin_inset Quotes erd
22534 \end_inset
22535
22536  for top, 
22537 \begin_inset Quotes eld
22538 \end_inset
22539
22540
22541 \family sans
22542 c
22543 \family default
22544
22545 \begin_inset Quotes erd
22546 \end_inset
22547
22548  for center, or 
22549 \begin_inset Quotes eld
22550 \end_inset
22551
22552
22553 \family sans
22554 b
22555 \family default
22556
22557 \begin_inset Quotes erd
22558 \end_inset
22559
22560  for bottom.
22561  To have for example the caption of figure floats vertically centered, use
22562  the command
22563 \end_layout
22564
22565 \begin_layout Standard
22566
22567 \series bold
22568
22569 \backslash
22570 sidecaptionvpos{figure}{c}
22571 \end_layout
22572
22573 \begin_layout Standard
22574 This was used for Figure
22575 \begin_inset space ~
22576 \end_inset
22577
22578
22579 \begin_inset CommandInset ref
22580 LatexCommand ref
22581 reference "fig:cap-beside-fig-2"
22582
22583 \end_inset
22584
22585 .
22586 \end_layout
22587
22588 \begin_layout Standard
22589 \begin_inset VSpace medskip
22590 \end_inset
22591
22592 For more information about the package 
22593 \series bold
22594 sidecap
22595 \series default
22596  we refer to its documentation 
22597 \begin_inset CommandInset citation
22598 LatexCommand cite
22599 key "sidecap"
22600
22601 \end_inset
22602
22603 .
22604 \end_layout
22605
22606 \begin_layout Standard
22607 \begin_inset Note Greyedout
22608 status open
22609
22610 \begin_layout Plain Layout
22611
22612 \series bold
22613 Note:
22614 \series default
22615  The LaTeX-package 
22616 \series bold
22617 hypcap
22618 \series default
22619
22620 \begin_inset Index
22621 status collapsed
22622
22623 \begin_layout Plain Layout
22624 LaTeX-packages ! hypcap
22625 \end_layout
22626
22627 \end_inset
22628
22629 , described in section
22630 \begin_inset space ~
22631 \end_inset
22632
22633
22634 \begin_inset CommandInset ref
22635 LatexCommand ref
22636 reference "sub:Reference-Position"
22637
22638 \end_inset
22639
22640 , has no effect on floats with the caption set beside.
22641 \end_layout
22642
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \begin_layout Standard
22649 \begin_inset ERT
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653
22654
22655 \backslash
22656 FigBesBeg 
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \begin_layout Standard
22665 \begin_inset Float figure
22666 wide false
22667 sideways false
22668 status open
22669
22670 \begin_layout Plain Layout
22671 \begin_inset Graphics
22672         filename clipart/escher-lsd.eps
22673         scale 75
22674         scaleBeforeRotation
22675
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \begin_layout Plain Layout
22682 \begin_inset Caption
22683
22684 \begin_layout Plain Layout
22685 \begin_inset CommandInset label
22686 LatexCommand label
22687 name "fig:cap-beside-fig"
22688
22689 \end_inset
22690
22691 This is a caption beside a figure.
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \begin_layout Standard
22705 \begin_inset ERT
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709
22710
22711 \backslash
22712 TabBesBeg 
22713 \end_layout
22714
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \begin_layout Standard
22721 \begin_inset Float table
22722 wide false
22723 sideways false
22724 status open
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Caption
22728
22729 \begin_layout Plain Layout
22730 \begin_inset CommandInset label
22731 LatexCommand label
22732 name "tab:cap-beside-tab"
22733
22734 \end_inset
22735
22736 This is a caption beside a table.
22737 \end_layout
22738
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \begin_layout Plain Layout
22745 \begin_inset Tabular
22746 <lyxtabular version="3" rows="4" columns="5">
22747 <features>
22748 <column alignment="center" valignment="top" width="0">
22749 <column alignment="center" valignment="top" width="0">
22750 <column alignment="center" valignment="top" width="0">
22751 <column alignment="center" valignment="top" width="0">
22752 <column alignment="center" valignment="top" width="0">
22753 <row>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 a
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 b
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 c
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 <row>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 d
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 e
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 <row>
22848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 f
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 g
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 h
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 </row>
22894 <row>
22895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 i
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 j
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 </lyxtabular>
22942
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \begin_layout Standard
22954 \begin_inset ERT
22955 status collapsed
22956
22957 \begin_layout Plain Layout
22958
22959
22960 \backslash
22961 TabBesEnd
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \begin_layout Standard
22970 \begin_inset ERT
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974
22975
22976 \backslash
22977 sidecaptionvpos{figure}{c}
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \begin_inset Float figure
22984 wide false
22985 sideways false
22986 status open
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Graphics
22990         filename clipart/escher-lsd.eps
22991         scale 75
22992         scaleBeforeRotation
22993
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \begin_layout Plain Layout
23000 \begin_inset Caption
23001
23002 \begin_layout Plain Layout
23003 \begin_inset CommandInset label
23004 LatexCommand label
23005 name "fig:cap-beside-fig-2"
23006
23007 \end_inset
23008
23009 This is a vertically centered caption beside a figure.
23010 \end_layout
23011
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Standard
23023 \begin_inset ERT
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027
23028
23029 \backslash
23030 FigBesEnd
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Standard
23039 \begin_inset ERT
23040 status collapsed
23041
23042 \begin_layout Plain Layout
23043
23044
23045 \backslash
23046 else
23047 \end_layout
23048
23049 \end_inset
23050
23051
23052 \begin_inset Note Note
23053 status open
23054
23055 \begin_layout Plain Layout
23056 The following will be displayed when the LaTeX-package 
23057 \series bold
23058 sidecap
23059 \series default
23060  is not installed:
23061 \end_layout
23062
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \begin_layout Standard
23069 You need to install the LaTeX-package 
23070 \series bold
23071 sidecap
23072 \series default
23073  to see the following part of this section in the output.
23074 \end_layout
23075
23076 \begin_layout Standard
23077 \begin_inset ERT
23078 status collapsed
23079
23080 \begin_layout Plain Layout
23081
23082
23083 \backslash
23084 fi
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \begin_layout Section
23093 Listings of Floats
23094 \begin_inset CommandInset label
23095 LatexCommand label
23096 name "sec:Listings-of-Floats"
23097
23098 \end_inset
23099
23100
23101 \begin_inset Index
23102 status collapsed
23103
23104 \begin_layout Plain Layout
23105 Floats ! Float Lists
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \begin_layout Standard
23114 Similar to the the table of contents where the sections of the document
23115  are listed, there are listings for all float types, like the figures of
23116  the documents.
23117  You can insert them via the 
23118 \family sans
23119 Insert\SpecialChar \menuseparator
23120 List
23121 \begin_inset space ~
23122 \end_inset
23123
23124 /
23125 \begin_inset space ~
23126 \end_inset
23127
23128 TOC
23129 \family default
23130  sub menus.
23131 \end_layout
23132
23133 \begin_layout Standard
23134 The list entries are the float captions or its short title, the float number,
23135  and the page number where they appear in the document.
23136 \end_layout
23137
23138 \begin_layout Standard
23139 You can find the list of figures and tables at the end of this document.
23140 \end_layout
23141
23142 \begin_layout Chapter
23143 Notes
23144 \end_layout
23145
23146 \begin_layout Section
23147 LyX Notes
23148 \begin_inset CommandInset label
23149 LatexCommand label
23150 name "sec:LyX-Notes"
23151
23152 \end_inset
23153
23154
23155 \begin_inset Index
23156 status collapsed
23157
23158 \begin_layout Plain Layout
23159 Notes ! LyX Notes
23160 \end_layout
23161
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \begin_layout Standard
23168 Notes are inserted with the toolbar button 
23169 \begin_inset Graphics
23170         filename ../images/note-insert.png
23171         scale 85
23172         scaleBeforeRotation
23173
23174 \end_inset
23175
23176  or the menu 
23177 \family sans
23178 Insert\SpecialChar \menuseparator
23179 Note
23180 \family default
23181 .
23182  There are three types of notes:
23183 \end_layout
23184
23185 \begin_layout Description
23186 LyX
23187 \begin_inset space ~
23188 \end_inset
23189
23190 Note This note type is for internal notes that won't appear in the output.
23191  Its note-box looks like this:
23192 \begin_inset Newline newline
23193 \end_inset
23194
23195
23196 \begin_inset Newline newline
23197 \end_inset
23198
23199
23200 \begin_inset Graphics
23201         filename clipart/LyXNoteImageQt4.png
23202         display false
23203         scale 85
23204         scaleBeforeRotation
23205
23206 \end_inset
23207
23208  
23209 \begin_inset Note Note
23210 status open
23211
23212 \begin_layout Plain Layout
23213 This is text in a note box that doesn't appear in the output.
23214 \end_layout
23215
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \begin_layout Description
23222 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23223 ent, when you export the document to LaTeX via the menu 
23224 \family sans
23225 File\SpecialChar \menuseparator
23226 Export\SpecialChar \menuseparator
23227 LaTeX (pdflatex) / (plain)
23228 \family default
23229 .
23230  Its note-box looks like this:
23231 \begin_inset Newline newline
23232 \end_inset
23233
23234
23235 \begin_inset Newline newline
23236 \end_inset
23237
23238
23239 \begin_inset Graphics
23240         filename clipart/CommentNoteImageQt4.png
23241         display false
23242         scale 85
23243         scaleBeforeRotation
23244
23245 \end_inset
23246
23247  
23248 \begin_inset Note Comment
23249 status open
23250
23251 \begin_layout Plain Layout
23252 This is text in a note box that only appears as comment in LaTeX-files.
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Description
23261 Greyed
23262 \begin_inset space ~
23263 \end_inset
23264
23265 Out This note will appear in the output as grey text.
23266  Its note-box looks like this:
23267 \begin_inset Newline newline
23268 \end_inset
23269
23270
23271 \begin_inset Newline newline
23272 \end_inset
23273
23274
23275 \begin_inset Graphics
23276         filename clipart/GreyedOutNoteImageQt4.png
23277         display false
23278         scale 85
23279         scaleBeforeRotation
23280
23281 \end_inset
23282
23283
23284 \begin_inset Newline newline
23285 \end_inset
23286
23287
23288 \begin_inset ERT
23289 status collapsed
23290
23291 \begin_layout Plain Layout
23292
23293
23294 \backslash
23295 renewenvironment{lyxgreyedout}
23296 \end_layout
23297
23298 \begin_layout Plain Layout
23299
23300 {
23301 \backslash
23302 textcolor[gray]{0.8}
23303 \backslash
23304 bgroup}{
23305 \backslash
23306 egroup}
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \begin_inset Note Greyedout
23313 status open
23314
23315 \begin_layout Plain Layout
23316 This is text
23317 \begin_inset Foot
23318 status open
23319
23320 \begin_layout Plain Layout
23321 This is an example footnote within a greyed out note.
23322 \end_layout
23323
23324 \end_inset
23325
23326  of a comment that appears in the output as grey text.
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \begin_inset ERT
23333 status collapsed
23334
23335 \begin_layout Plain Layout
23336
23337
23338 \backslash
23339 renewenvironment{lyxgreyedout}
23340 \end_layout
23341
23342 \begin_layout Plain Layout
23343
23344 {
23345 \backslash
23346 textcolor{blue}
23347 \backslash
23348 bgroup}{
23349 \backslash
23350 egroup}
23351 \end_layout
23352
23353 \end_inset
23354
23355
23356 \begin_inset Note Note
23357 status collapsed
23358
23359 \begin_layout Plain Layout
23360 The greyed out note is here redefined to show it with the original LyX definitio
23361 n because greyed out notes are redefined in the preamble of this document,
23362  as described below, to have blue text.
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \begin_inset Newline newline
23369 \end_inset
23370
23371
23372 \begin_inset Newline newline
23373 \end_inset
23374
23375 As you can see in the example, the first line of greyed out notes is a bit
23376  indented and greyed out notes can have footnotes.
23377 \end_layout
23378
23379 \begin_layout Standard
23380 \begin_inset VSpace bigskip
23381 \end_inset
23382
23383 When you use the toolbar button 
23384 \begin_inset Graphics
23385         filename ../images/note-insert.png
23386         scale 85
23387         scaleBeforeRotation
23388
23389 \end_inset
23390
23391  to insert notes, a 
23392 \family sans
23393 LyX
23394 \begin_inset space ~
23395 \end_inset
23396
23397 Note
23398 \family default
23399  is inserted.
23400  You can switch between the five note types by right-clicking on the note-box.
23401  
23402 \family roman
23403 \series medium
23404 \bar no
23405 If you want to turn existing text into a note, mark it and click on the
23406  note
23407 \family default
23408 \series default
23409 \bar default
23410  toolbar 
23411 \family roman
23412 \series medium
23413 \bar no
23414 button
23415 \family default
23416 \series default
23417 \bar default
23418 .
23419  To change a note to text, press the backspace key when the cursor is in
23420  the first position of a note, or press the deletey key when the cursor
23421  is in the very last position of the note, respectively.
23422 \end_layout
23423
23424 \begin_layout Standard
23425 \begin_inset VSpace bigskip
23426 \end_inset
23427
23428 You can change the text color of the greyed out notes in the preamble with
23429  the following command:
23430 \end_layout
23431
23432 \begin_layout Standard
23433
23434 \series bold
23435
23436 \backslash
23437 renewenvironment{lyxgreyedout}
23438 \begin_inset Newline newline
23439 \end_inset
23440
23441
23442 \begin_inset ERT
23443 status collapsed
23444
23445 \begin_layout Plain Layout
23446
23447
23448 \backslash
23449 hphantom{ }
23450 \end_layout
23451
23452 \end_inset
23453
23454 {
23455 \backslash
23456 textcolor{color}
23457 \backslash
23458 bgroup}{
23459 \backslash
23460 egroup}
23461 \end_layout
23462
23463 \begin_layout Standard
23464 The available colors and the method to define own colors is explained in
23465  section
23466 \begin_inset space ~
23467 \end_inset
23468
23469
23470 \begin_inset CommandInset ref
23471 LatexCommand ref
23472 reference "sec:Colored-Tables"
23473
23474 \end_inset
23475
23476 .
23477 \end_layout
23478
23479 \begin_layout Standard
23480 Notes that appear in blue in this document are set using greyed out notes
23481  with blue text.
23482 \end_layout
23483
23484 \begin_layout Section
23485 Footnotes
23486 \begin_inset CommandInset label
23487 LatexCommand label
23488 name "sec:Footnotes"
23489
23490 \end_inset
23491
23492
23493 \begin_inset Index
23494 status collapsed
23495
23496 \begin_layout Plain Layout
23497 Notes ! Footnotes
23498 \end_layout
23499
23500 \end_inset
23501
23502
23503 \begin_inset Index
23504 status collapsed
23505
23506 \begin_layout Plain Layout
23507 Footnotes
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \begin_layout Standard
23516 Footnotes can be inserted using the toolbar button 
23517 \begin_inset Graphics
23518         filename ../images/footnote-insert.png
23519         scale 85
23520         scaleBeforeRotation
23521
23522 \end_inset
23523
23524  or the menu 
23525 \family sans
23526 Insert\SpecialChar \menuseparator
23527 Footnote
23528 \family default
23529 .
23530  
23531 \family roman
23532 \series medium
23533 \bar no
23534 You'll see
23535 \family default
23536 \series default
23537 \bar default
23538  then the following footnote-box: 
23539 \begin_inset Graphics
23540         filename clipart/footnoteQt4.png
23541         scale 80
23542         scaleBeforeRotation
23543
23544 \end_inset
23545
23546  
23547 \family roman
23548 \series medium
23549 \bar no
23550 where you can enter the footnote text.
23551  If you want to turn existing text into a footnote, mark it and click on
23552  the footnote
23553 \family default
23554 \series default
23555 \bar default
23556  toolbar 
23557 \family roman
23558 \series medium
23559 \bar no
23560 button
23561 \family default
23562 \series default
23563 \bar default
23564 .
23565  To change a 
23566 \family roman
23567 \series medium
23568 \bar no
23569 footnote
23570 \family default
23571 \series default
23572 \bar default
23573  to text, press the Backspace key when the cursor is in the first position
23574  of a 
23575 \family roman
23576 \series medium
23577 \bar no
23578 footnote
23579 \family default
23580 \series default
23581 \bar default
23582 , or press the Delete key when the cursor is in the very last position of
23583  the 
23584 \family roman
23585 \series medium
23586 \bar no
23587 footnote
23588 \family default
23589 \series default
23590 \bar default
23591 , respectively.
23592 \end_layout
23593
23594 \begin_layout Standard
23595 Here is an example footnote:
23596 \family roman
23597 \series medium
23598 \bar no
23599
23600 \begin_inset Foot
23601 status open
23602
23603 \begin_layout Plain Layout
23604 \begin_inset CommandInset label
23605 LatexCommand label
23606 name "foot:This-is-an"
23607
23608 \end_inset
23609
23610 This is an example footnote.
23611 \end_layout
23612
23613 \end_inset
23614
23615
23616 \family default
23617 \series default
23618 \bar default
23619
23620 \begin_inset ERT
23621 status collapsed
23622
23623 \begin_layout Plain Layout
23624
23625
23626 \backslash
23627 newcounter{MyRepeatFoot}
23628 \end_layout
23629
23630 \begin_layout Plain Layout
23631
23632
23633 \backslash
23634 setcounter{MyRepeatFoot}{
23635 \backslash
23636 thefootnote}
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 The footnote will appear in the output as a superscript number at the text
23646  position where the footnote box is placed.
23647  The footnote text is placed at the bottom of the current page.
23648  The footnote number is calculated by LaTeX, the numbers are consecutive.
23649  It depends on your document-class, if the footnote number is reset for
23650  every chapter.
23651 \end_layout
23652
23653 \begin_layout Standard
23654 Footnotes can be referenced like floats: Insert a label into the footnote
23655  and cross-reference this label in the text as described in section
23656 \begin_inset space ~
23657 \end_inset
23658
23659
23660 \begin_inset CommandInset ref
23661 LatexCommand ref
23662 reference "sec:Referencing-Floats"
23663
23664 \end_inset
23665
23666 .
23667 \begin_inset Newline newline
23668 \end_inset
23669
23670 This is a cross-reference of Footnote
23671 \begin_inset space ~
23672 \end_inset
23673
23674
23675 \begin_inset CommandInset ref
23676 LatexCommand ref
23677 reference "foot:This-is-an"
23678
23679 \end_inset
23680
23681 .
23682 \end_layout
23683
23684 \begin_layout Standard
23685 \begin_inset VSpace defskip
23686 \end_inset
23687
23688 To use footnotes within tables, you have to use minipages, see section
23689 \begin_inset space ~
23690 \end_inset
23691
23692
23693 \begin_inset CommandInset ref
23694 LatexCommand ref
23695 reference "sec:Minipages"
23696
23697 \end_inset
23698
23699 .
23700  Footnotes within longtables are described in section
23701 \begin_inset space ~
23702 \end_inset
23703
23704
23705 \begin_inset CommandInset ref
23706 LatexCommand ref
23707 reference "sub:Footnotes-in-Longtables"
23708
23709 \end_inset
23710
23711 .
23712 \end_layout
23713
23714 \begin_layout Standard
23715 \begin_inset VSpace defskip
23716 \end_inset
23717
23718 To create only a mark for a footnote, use the command 
23719 \series bold
23720
23721 \backslash
23722 footnotemark[number]
23723 \series default
23724  in TeX-Code.
23725  This is used when you have the same annotation several times in a text
23726  but doesn't want to print the footnote text every time.
23727 \begin_inset Newline newline
23728 \end_inset
23729
23730 As you don't know the number of the repeating footnote while you are writing
23731  the text, you have to store its number.
23732  For the following footnote mark example, these commands were inserted in
23733  TeX-Code behind Footnote
23734 \begin_inset space ~
23735 \end_inset
23736
23737
23738 \begin_inset CommandInset ref
23739 LatexCommand ref
23740 reference "foot:This-is-an"
23741
23742 \end_inset
23743
23744  to store the footnote number:
23745 \end_layout
23746
23747 \begin_layout Standard
23748
23749 \series bold
23750
23751 \backslash
23752 newcounter{MyRepeatFoot}
23753 \begin_inset Newline newline
23754 \end_inset
23755
23756
23757 \backslash
23758 setcounter{MyRepeatFoot}{
23759 \backslash
23760 thefootnote}
23761 \end_layout
23762
23763 \begin_layout Standard
23764 The footnote mark was then created with this command:
23765 \end_layout
23766
23767 \begin_layout Standard
23768
23769 \series bold
23770
23771 \backslash
23772 footnotemark[
23773 \backslash
23774 theMyRepeatFoot]
23775 \end_layout
23776
23777 \begin_layout Standard
23778 Here is an example footnote mark:
23779 \family roman
23780 \series medium
23781 \bar no
23782
23783 \begin_inset ERT
23784 status collapsed
23785
23786 \begin_layout Plain Layout
23787
23788
23789 \backslash
23790 footnotemark[
23791 \backslash
23792 theMyRepeatFoot]
23793 \end_layout
23794
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \begin_layout Subsection
23801 Footnote Numbering
23802 \begin_inset CommandInset label
23803 LatexCommand label
23804 name "sub:Footnote-Numbering"
23805
23806 \end_inset
23807
23808
23809 \begin_inset Index
23810 status collapsed
23811
23812 \begin_layout Plain Layout
23813 Footnotes ! Numbering
23814 \end_layout
23815
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Standard
23822 To reset the footnote number back to 1 after each section
23823 \family roman
23824 , add this command to your document preamble:
23825 \end_layout
23826
23827 \begin_layout Standard
23828
23829 \series bold
23830
23831 \backslash
23832 @addtoreset{footnote}{section}
23833 \end_layout
23834
23835 \begin_layout Standard
23836 \begin_inset VSpace bigskip
23837 \end_inset
23838
23839 The following preamble command changes the footnote numbering style to small
23840  roman numerals:
23841 \end_layout
23842
23843 \begin_layout Standard
23844
23845 \series bold
23846
23847 \backslash
23848 renewcommand{
23849 \backslash
23850 thefootnote}{
23851 \backslash
23852 roman{footnote}}
23853 \end_layout
23854
23855 \begin_layout Standard
23856 \begin_inset ERT
23857 status collapsed
23858
23859 \begin_layout Plain Layout
23860
23861
23862 \backslash
23863 renewcommand{
23864 \backslash
23865 thefootnote}{
23866 \backslash
23867 roman{footnote}}
23868 \end_layout
23869
23870 \end_inset
23871
23872  This is a footnote with roman numbering:
23873 \begin_inset Foot
23874 status open
23875
23876 \begin_layout Plain Layout
23877 This is an example footnote with roman numbering.
23878 \end_layout
23879
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \begin_layout Standard
23886 To change the numbering style to capital roman numerals replace in the command
23887  above 
23888 \series bold
23889
23890 \backslash
23891 roman
23892 \series default
23893  by 
23894 \series bold
23895
23896 \backslash
23897 Roman
23898 \series default
23899 .
23900  To 
23901 \begin_inset Quotes eld
23902 \end_inset
23903
23904 number
23905 \begin_inset Quotes erd
23906 \end_inset
23907
23908  footnotes with capital or small Latin letters use 
23909 \series bold
23910
23911 \backslash
23912 Alph
23913 \series default
23914  or 
23915 \series bold
23916
23917 \backslash
23918 alph
23919 \series default
23920 , respectively.
23921  To 
23922 \begin_inset Quotes eld
23923 \end_inset
23924
23925 number
23926 \begin_inset Quotes erd
23927 \end_inset
23928
23929  footnotes with symbols use 
23930 \series bold
23931
23932 \backslash
23933 fnsymbol
23934 \series default
23935 .
23936 \end_layout
23937
23938 \begin_layout Standard
23939 \begin_inset Note Greyedout
23940 status open
23941
23942 \begin_layout Plain Layout
23943
23944 \series bold
23945 Note:
23946 \series default
23947  You can only number 26 footnotes with Latin letters, because this numbering
23948  is limited to single letters.
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \begin_inset Newline newline
23955 \end_inset
23956
23957
23958 \begin_inset Note Greyedout
23959 status open
23960
23961 \begin_layout Plain Layout
23962
23963 \series bold
23964 Note:
23965 \series default
23966  You can only number 9 footnotes with symbols.
23967 \end_layout
23968
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \begin_layout Standard
23975 To return to the default numbering style when you changed to another one,
23976  use 
23977 \series bold
23978
23979 \backslash
23980 arabic
23981 \series default
23982  instead of 
23983 \series bold
23984
23985 \backslash
23986 roman
23987 \series default
23988  in the command above.
23989 \begin_inset ERT
23990 status collapsed
23991
23992 \begin_layout Plain Layout
23993
23994
23995 \backslash
23996 renewcommand{
23997 \backslash
23998 thefootnote}{
23999 \backslash
24000 arabic{footnote}}
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Standard
24009 \begin_inset VSpace bigskip
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \begin_layout Standard
24016 If you want to have footnotes numbered in the scheme 
24017 \begin_inset Quotes eld
24018 \end_inset
24019
24020 chapter.footnote
24021 \begin_inset Quotes erd
24022 \end_inset
24023
24024 , add the following command to your document preamble:
24025 \end_layout
24026
24027 \begin_layout Standard
24028
24029 \series bold
24030
24031 \backslash
24032 numberwithin{footnote}{chapter}
24033 \end_layout
24034
24035 \begin_layout Standard
24036 To be able to use the command 
24037 \series bold
24038
24039 \backslash
24040 numberwithin
24041 \series default
24042 , set in the tab 
24043 \family sans
24044 Math
24045 \begin_inset space ~
24046 \end_inset
24047
24048 Options
24049 \family default
24050  in the document settings the option 
24051 \family sans
24052 Use
24053 \begin_inset space ~
24054 \end_inset
24055
24056 AMS
24057 \begin_inset space ~
24058 \end_inset
24059
24060 math
24061 \begin_inset space ~
24062 \end_inset
24063
24064 package
24065 \family default
24066 .
24067 \end_layout
24068
24069 \begin_layout Standard
24070 \begin_inset ERT
24071 status collapsed
24072
24073 \begin_layout Plain Layout
24074
24075
24076 \backslash
24077 numberwithin{footnote}{chapter}
24078 \end_layout
24079
24080 \end_inset
24081
24082 This is another example footnote:
24083 \series bold
24084
24085 \begin_inset Foot
24086 status open
24087
24088 \begin_layout Plain Layout
24089 This is a footnote numbered in the scheme 
24090 \begin_inset Quotes eld
24091 \end_inset
24092
24093 chapter.footnote
24094 \begin_inset Quotes erd
24095 \end_inset
24096
24097 .
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \series default
24104
24105 \begin_inset ERT
24106 status collapsed
24107
24108 \begin_layout Plain Layout
24109
24110
24111 \backslash
24112 renewcommand{
24113 \backslash
24114 thefootnote}{
24115 \backslash
24116 arabic{footnote}}
24117 \end_layout
24118
24119 \end_inset
24120
24121
24122 \end_layout
24123
24124 \begin_layout Standard
24125 \begin_inset Note Greyedout
24126 status open
24127
24128 \begin_layout Plain Layout
24129
24130 \series bold
24131 Note:
24132 \series default
24133  
24134 \series bold
24135
24136 \backslash
24137 numberwithin
24138 \series default
24139  always prints out the footnote number as arabic number; previous redefinitions
24140  to get non-arabic numbers are overwritten.
24141 \end_layout
24142
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \begin_layout Standard
24149 So to get for example the scheme 
24150 \begin_inset Quotes eld
24151 \end_inset
24152
24153 chapter.
24154 \backslash
24155 Roman{footnote}
24156 \begin_inset Quotes erd
24157 \end_inset
24158
24159 , use this command instead of 
24160 \series bold
24161
24162 \backslash
24163 numberwithin
24164 \series default
24165 :
24166 \end_layout
24167
24168 \begin_layout Standard
24169
24170 \series bold
24171
24172 \backslash
24173 renewcommand{
24174 \backslash
24175 thefootnote}{
24176 \backslash
24177 thechapter.
24178 \backslash
24179 Roman{footnote}}
24180 \end_layout
24181
24182 \begin_layout Subsection
24183 Footnote Placement
24184 \begin_inset Index
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188 Footnotes ! Placement
24189 \end_layout
24190
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Standard
24197 If you have several footnotes in one page, they appear without vertical
24198  space between them at the bottom of the page.
24199  To make them better readable you can e.
24200 \begin_inset space \thinspace{}
24201 \end_inset
24202
24203 g.
24204 \begin_inset space ~
24205 \end_inset
24206
24207 add 1.5
24208 \begin_inset space \thinspace{}
24209 \end_inset
24210
24211 mm space with the following preamble command:
24212 \end_layout
24213
24214 \begin_layout Standard
24215
24216 \series bold
24217
24218 \backslash
24219 let
24220 \backslash
24221 myFoot
24222 \backslash
24223 footnote
24224 \begin_inset Newline newline
24225 \end_inset
24226
24227
24228 \backslash
24229 renewcommand{
24230 \backslash
24231 footnote}[1]{
24232 \backslash
24233 myFoot{#1
24234 \backslash
24235 vspace{1.5mm}}}
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \begin_inset VSpace bigskip
24240 \end_inset
24241
24242 In a two-column document the footnotes appear at the bottom of every column,
24243  see Figure
24244 \begin_inset space ~
24245 \end_inset
24246
24247
24248 \begin_inset CommandInset ref
24249 LatexCommand ref
24250 reference "fig:Standard-footnote-placement"
24251
24252 \end_inset
24253
24254 .
24255  If the footnotes should only appear at the bottom of the right column,
24256  as in Figure
24257 \begin_inset space ~
24258 \end_inset
24259
24260
24261 \begin_inset CommandInset ref
24262 LatexCommand ref
24263 reference "fig:Footnote-placement-in"
24264
24265 \end_inset
24266
24267 , use the LaTeX-package 
24268 \series bold
24269 ftnright
24270 \series default
24271
24272 \begin_inset Index
24273 status collapsed
24274
24275 \begin_layout Plain Layout
24276 LaTeX-packages ! ftnright
24277 \end_layout
24278
24279 \end_inset
24280
24281  with this command in the document preamble:
24282 \end_layout
24283
24284 \begin_layout Standard
24285
24286 \series bold
24287
24288 \backslash
24289 usepackage{ftnright}
24290 \end_layout
24291
24292 \begin_layout Standard
24293 \begin_inset Float figure
24294 placement !h
24295 wide false
24296 sideways false
24297 status open
24298
24299 \begin_layout Plain Layout
24300 \begin_inset ERT
24301 status collapsed
24302
24303 \begin_layout Plain Layout
24304
24305
24306 \backslash
24307 framebox{
24308 \end_layout
24309
24310 \end_inset
24311
24312
24313 \begin_inset Graphics
24314         filename clipart/without_fntright.pdf
24315         width 100col%
24316         scaleBeforeRotation
24317
24318 \end_inset
24319
24320
24321 \begin_inset ERT
24322 status collapsed
24323
24324 \begin_layout Plain Layout
24325
24326 }
24327 \end_layout
24328
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \begin_layout Plain Layout
24335 \begin_inset Caption
24336
24337 \begin_layout Plain Layout
24338 \begin_inset CommandInset label
24339 LatexCommand label
24340 name "fig:Standard-footnote-placement"
24341
24342 \end_inset
24343
24344 Standard footnote placement in two-column documents.
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \end_inset
24353
24354
24355 \end_layout
24356
24357 \begin_layout Standard
24358 \begin_inset Float figure
24359 placement !h
24360 wide false
24361 sideways false
24362 status open
24363
24364 \begin_layout Plain Layout
24365 \begin_inset ERT
24366 status collapsed
24367
24368 \begin_layout Plain Layout
24369
24370
24371 \backslash
24372 framebox{
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \begin_inset Graphics
24379         filename clipart/with_fntright.pdf
24380         width 100col%
24381         scaleBeforeRotation
24382
24383 \end_inset
24384
24385
24386 \begin_inset ERT
24387 status collapsed
24388
24389 \begin_layout Plain Layout
24390
24391 }
24392 \end_layout
24393
24394 \end_inset
24395
24396
24397 \end_layout
24398
24399 \begin_layout Plain Layout
24400 \begin_inset Caption
24401
24402 \begin_layout Plain Layout
24403 \begin_inset CommandInset label
24404 LatexCommand label
24405 name "fig:Footnote-placement-in"
24406
24407 \end_inset
24408
24409 Footnote placement in two-column documents when the LaTeX-package 
24410 \series bold
24411 ftnright
24412 \series default
24413  is used.
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \begin_layout Standard
24427 \begin_inset VSpace bigskip
24428 \end_inset
24429
24430 In some scientific literature it is usual to collect the footnotes and print
24431  them in a separate paragraph at the the end of a section, like in Figure
24432 \begin_inset space ~
24433 \end_inset
24434
24435
24436 \begin_inset CommandInset ref
24437 LatexCommand ref
24438 reference "fig:Endnotes----footnotes"
24439
24440 \end_inset
24441
24442 .
24443  They are then so called 
24444 \begin_inset Quotes eld
24445 \end_inset
24446
24447 endnotes
24448 \begin_inset Quotes erd
24449 \end_inset
24450
24451 .
24452 \begin_inset Index
24453 status collapsed
24454
24455 \begin_layout Plain Layout
24456 Endnotes
24457 \end_layout
24458
24459 \end_inset
24460
24461  To use endnotes instead of footnotes in your document, load the LaTeX-package
24462  
24463 \series bold
24464 endnotes
24465 \series default
24466
24467 \begin_inset Index
24468 status collapsed
24469
24470 \begin_layout Plain Layout
24471 LaTeX-packages ! endnotes
24472 \end_layout
24473
24474 \end_inset
24475
24476  with the document preamble lines
24477 \end_layout
24478
24479 \begin_layout Standard
24480
24481 \series bold
24482
24483 \backslash
24484 usepackage{endnotes}
24485 \begin_inset Newline newline
24486 \end_inset
24487
24488
24489 \backslash
24490 let
24491 \backslash
24492 footnote
24493 \backslash
24494 endnote
24495 \end_layout
24496
24497 \begin_layout Standard
24498 To insert the collected footnotes, insert the command
24499 \end_layout
24500
24501 \begin_layout Standard
24502
24503 \series bold
24504
24505 \backslash
24506 theendnotes
24507 \end_layout
24508
24509 \begin_layout Standard
24510 in TeX-Code at the the end of a section or chapter.
24511 \end_layout
24512
24513 \begin_layout Standard
24514 \begin_inset Float figure
24515 wide false
24516 sideways false
24517 status open
24518
24519 \begin_layout Plain Layout
24520 \align center
24521 \begin_inset ERT
24522 status collapsed
24523
24524 \begin_layout Plain Layout
24525
24526
24527 \backslash
24528 framebox{
24529 \end_layout
24530
24531 \end_inset
24532
24533
24534 \begin_inset Graphics
24535         filename clipart/endnotes.pdf
24536         scaleBeforeRotation
24537
24538 \end_inset
24539
24540
24541 \begin_inset ERT
24542 status collapsed
24543
24544 \begin_layout Plain Layout
24545
24546 }
24547 \end_layout
24548
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \begin_layout Plain Layout
24555 \begin_inset Caption
24556
24557 \begin_layout Plain Layout
24558 \begin_inset CommandInset label
24559 LatexCommand label
24560 name "fig:Endnotes----footnotes"
24561
24562 \end_inset
24563
24564 Endnotes -- footnotes are printed in a separate paragraph at the end of
24565  sections or chapters.
24566 \end_layout
24567
24568 \end_inset
24569
24570
24571 \end_layout
24572
24573 \end_inset
24574
24575
24576 \end_layout
24577
24578 \begin_layout Standard
24579 \begin_inset VSpace medskip
24580 \end_inset
24581
24582 The paragraph heading for the endnotes isn't automatically translated into
24583  the document language, this must be done manually.
24584  The following preamble command translate the default English name 
24585 \begin_inset Quotes eld
24586 \end_inset
24587
24588 Notes
24589 \begin_inset Quotes erd
24590 \end_inset
24591
24592  to the German translation 
24593 \begin_inset Quotes eld
24594 \end_inset
24595
24596 Anmerkungen
24597 \begin_inset Quotes erd
24598 \end_inset
24599
24600 :
24601 \end_layout
24602
24603 \begin_layout Standard
24604
24605 \series bold
24606
24607 \backslash
24608 renewcommand{
24609 \backslash
24610 notesname}{Anmerkungen}
24611 \end_layout
24612
24613 \begin_layout Standard
24614 \begin_inset VSpace medskip
24615 \end_inset
24616
24617 The numbering of endnotes can be changed like the footnote numbering as
24618  described in section
24619 \begin_inset space ~
24620 \end_inset
24621
24622
24623 \begin_inset CommandInset ref
24624 LatexCommand ref
24625 reference "sub:Footnote-Numbering"
24626
24627 \end_inset
24628
24629 ; just replace the command 
24630 \series bold
24631
24632 \backslash
24633 thefootnote
24634 \series default
24635  by 
24636 \series bold
24637
24638 \backslash
24639 theendnote
24640 \series default
24641 .
24642  To reset the endnote number use the command 
24643 \series bold
24644
24645 \backslash
24646 @addtoreset
24647 \series default
24648  as described in section
24649 \begin_inset space ~
24650 \end_inset
24651
24652
24653 \begin_inset CommandInset ref
24654 LatexCommand ref
24655 reference "sub:Footnote-Numbering"
24656
24657 \end_inset
24658
24659  and replace the command parameter 
24660 \series bold
24661 footnote
24662 \series default
24663  by 
24664 \series bold
24665 endnote
24666 \series default
24667 .
24668 \end_layout
24669
24670 \begin_layout Standard
24671 To create only a mark for an endnote, use the command 
24672 \series bold
24673
24674 \backslash
24675 endnotemark[number]
24676 \series default
24677  similar to the command 
24678 \series bold
24679
24680 \backslash
24681 footnotemark
24682 \series default
24683 , described in section
24684 \begin_inset space ~
24685 \end_inset
24686
24687
24688 \begin_inset CommandInset ref
24689 LatexCommand ref
24690 reference "sec:Footnotes"
24691
24692 \end_inset
24693
24694 .
24695 \end_layout
24696
24697 \begin_layout Standard
24698 \begin_inset VSpace bigskip
24699 \end_inset
24700
24701 Footnotes can also be placed in the page margin and the footnote text alignment
24702  can be changed, see the LaTeX-package 
24703 \series bold
24704 footmisc
24705 \series default
24706
24707 \begin_inset Index
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711 LaTeX-packages ! footmisc
24712 \end_layout
24713
24714 \end_inset
24715
24716
24717 \begin_inset CommandInset citation
24718 LatexCommand cite
24719 key "footmisc"
24720
24721 \end_inset
24722
24723  for more information about this.
24724 \end_layout
24725
24726 \begin_layout Standard
24727 For various further footnote formatting issues have a look at LaTeX-books,
24728  
24729 \begin_inset CommandInset citation
24730 LatexCommand cite
24731 key "latexcompanion,latexguide,latexbook"
24732
24733 \end_inset
24734
24735 .
24736 \end_layout
24737
24738 \begin_layout Section
24739 Margin Notes
24740 \begin_inset Index
24741 status collapsed
24742
24743 \begin_layout Plain Layout
24744 Notes ! Margin Notes
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \begin_layout Standard
24753 Margin notes look and behave in LyX like footnotes.
24754  They are inserted via the menu 
24755 \family sans
24756 Insert\SpecialChar \menuseparator
24757 Marginal
24758 \begin_inset space ~
24759 \end_inset
24760
24761 Note
24762 \family default
24763  or the toolbar button 
24764 \begin_inset Graphics
24765         filename ../images/marginalnote-insert.png
24766         scale 85
24767         scaleBeforeRotation
24768
24769 \end_inset
24770
24771 .
24772  A grey 
24773 \family roman
24774 \series medium
24775 box with the
24776 \family default
24777 \series default
24778  red 
24779 \family roman
24780 \series medium
24781 label 
24782 \begin_inset Quotes eld
24783 \end_inset
24784
24785 margin
24786 \begin_inset Quotes erd
24787 \end_inset
24788
24789  appears where you can enter the text of the margin note.
24790 \end_layout
24791
24792 \begin_layout Standard
24793 At the side is an example margin note.
24794
24795 \family roman
24796 \series medium
24797  
24798 \begin_inset Marginal
24799 status open
24800
24801 \begin_layout Plain Layout
24802 This is a margin note.
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 Margin notes appear at the right side in single-sided documents.
24812  In double-sided documents they appear in the outer margin -- left on even
24813  pages, right on odd pages.
24814  The text of margin notes is aligned opposite to the outer margin -- right-align
24815 ed when the note appears in the left margin.
24816  The first line of the margin note is placed at the position of the text
24817  line where it is inserted in the document.
24818 \end_layout
24819
24820 \begin_layout Standard
24821 \begin_inset VSpace bigskip
24822 \end_inset
24823
24824 To place the margin note in the inner margin, add the command
24825 \end_layout
24826
24827 \begin_layout Standard
24828
24829 \series bold
24830
24831 \backslash
24832 reversemarginpar
24833 \end_layout
24834
24835 \begin_layout Standard
24836 in TeX-Code before a margin note.
24837  The new placement is valid for all following margin notes.
24838  
24839 \begin_inset ERT
24840 status collapsed
24841
24842 \begin_layout Plain Layout
24843
24844
24845 \backslash
24846 reversemarginpar 
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \begin_inset Marginal
24853 status open
24854
24855 \begin_layout Plain Layout
24856 This is a margin note in the inner margin.
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \series bold
24863
24864 \begin_inset Newline newline
24865 \end_inset
24866
24867
24868 \series default
24869
24870 \begin_inset Note Greyedout
24871 status open
24872
24873 \begin_layout Plain Layout
24874
24875 \series bold
24876 Note:
24877 \series default
24878  There is often not enough space in the inner margin so that the notes are
24879  not correctly displayed in the output.
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \begin_layout Standard
24888 To return to the default placement insert the command
24889 \end_layout
24890
24891 \begin_layout Standard
24892
24893 \series bold
24894
24895 \backslash
24896 normalmarginpar
24897 \end_layout
24898
24899 \begin_layout Standard
24900 in TeX-Code.
24901 \begin_inset ERT
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905
24906
24907 \backslash
24908 normalmarginpar 
24909 \end_layout
24910
24911 \end_inset
24912
24913  
24914 \begin_inset Note Greyedout
24915 status open
24916
24917 \begin_layout Plain Layout
24918
24919 \series bold
24920 Note:
24921 \series default
24922  The command is ignored when it is within a paragraph where also the command
24923  
24924 \series bold
24925
24926 \backslash
24927 reversemarginpar
24928 \series default
24929  is inserted.
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \begin_inset VSpace bigskip
24939 \end_inset
24940
24941
24942 \family roman
24943 \series medium
24944
24945 \begin_inset Marginal
24946 status open
24947
24948 \begin_layout Plain Layout
24949 AVeryLongMarginParWord that isn't hyphenated.
24950 \end_layout
24951
24952 \end_inset
24953
24954
24955 \family default
24956 \series default
24957  Similar to the case described in section
24958 \begin_inset space ~
24959 \end_inset
24960
24961
24962 \begin_inset CommandInset ref
24963 LatexCommand ref
24964 reference "sub:Multiple-Lines-in"
24965
24966 \end_inset
24967
24968 , long words cannot be hyphenated when they are the first word in a margin
24969  note.
24970  To avoid this, insert 0
24971 \begin_inset space \thinspace{}
24972 \end_inset
24973
24974 pt horizontal space before the word
24975 \family roman
24976 \series medium
24977 .
24978  
24979 \begin_inset Marginal
24980 status open
24981
24982 \begin_layout Plain Layout
24983 \begin_inset space \hspace*{}
24984 \length 0pt
24985 \end_inset
24986
24987 AVeryLongMarginParWord that is hyphenated.
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \begin_layout Standard
24996 \begin_inset VSpace bigskip
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \begin_layout Standard
25003 \begin_inset Note Greyedout
25004 status open
25005
25006 \begin_layout Plain Layout
25007
25008 \series bold
25009 Note:
25010 \series default
25011  Margin notes can normally not be used inside tables, floats, and footnotes.
25012 \end_layout
25013
25014 \end_inset
25015
25016
25017 \end_layout
25018
25019 \begin_layout Standard
25020 \begin_inset VSpace bigskip
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \begin_layout Standard
25027 \begin_inset ERT
25028 status collapsed
25029
25030 \begin_layout Plain Layout
25031
25032
25033 \backslash
25034 ifmarginnote
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \begin_inset Note Note
25041 status open
25042
25043 \begin_layout Plain Layout
25044 The following section will only be displayed when the LaTeX-package 
25045 \series bold
25046 marginnote
25047 \series default
25048  is installed.
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Standard
25057 This restriction can be evaded by using the LaTeX-package 
25058 \series bold
25059 marginnote
25060 \series default
25061
25062 \begin_inset Index
25063 status collapsed
25064
25065 \begin_layout Plain Layout
25066 LaTeX-packages ! marginnote
25067 \end_layout
25068
25069 \end_inset
25070
25071 .
25072  By adding these two lines to your document preamble, the command used by
25073  LyX for margin notes is redefined to use the command provided by the 
25074 \series bold
25075 marginnote
25076 \series default
25077 -package:
25078 \end_layout
25079
25080 \begin_layout Standard
25081
25082 \series bold
25083
25084 \backslash
25085 usepackage{marginnote}
25086 \begin_inset Newline newline
25087 \end_inset
25088
25089
25090 \backslash
25091 let
25092 \backslash
25093 marginpar
25094 \backslash
25095 marginnote
25096 \end_layout
25097
25098 \begin_layout Standard
25099 This is also used in this document because 
25100 \series bold
25101 marginnote
25102 \series default
25103  has another useful feature: You can set a vertical offset for the note.
25104  This is often needed when too many margin notes are too close together
25105  or for a better page layout.
25106  The offset is set in LyX as TeX-Code directly behind the margin note in
25107  the scheme
25108 \end_layout
25109
25110 \begin_layout Standard
25111
25112 \series bold
25113 [offset]
25114 \end_layout
25115
25116 \begin_layout Standard
25117 where the offset is a length with one of the units listed in Table
25118 \begin_inset space ~
25119 \end_inset
25120
25121
25122 \begin_inset CommandInset ref
25123 LatexCommand ref
25124 reference "tab:Units"
25125
25126 \end_inset
25127
25128 .
25129  A negative value shifts the note up, a positive value shifts it down.
25130  
25131 \family roman
25132 \series medium
25133 For example the margin note beside this text line is shifted up 1.5
25134 \begin_inset space \thinspace{}
25135 \end_inset
25136
25137 cm with the TeX-Code-command 
25138 \begin_inset Quotes eld
25139 \end_inset
25140
25141
25142 \family default
25143 \series bold
25144 [-1.5cm]
25145 \family roman
25146 \series medium
25147
25148 \begin_inset Quotes erd
25149 \end_inset
25150
25151
25152 \begin_inset Marginal
25153 status open
25154
25155 \begin_layout Plain Layout
25156 This margin note is shifted up 1.5
25157 \begin_inset space \thinspace{}
25158 \end_inset
25159
25160 cm from its original position.
25161 \end_layout
25162
25163 \end_inset
25164
25165
25166 \family default
25167 \series default
25168
25169 \begin_inset ERT
25170 status collapsed
25171
25172 \begin_layout Plain Layout
25173
25174 [-1.5cm]
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \begin_layout Standard
25183 \begin_inset VSpace medskip
25184 \end_inset
25185
25186 With 
25187 \series bold
25188 marginnote
25189 \series default
25190  you can also change the alignment of the text in the margin note.
25191  For example the commands
25192 \end_layout
25193
25194 \begin_layout Standard
25195
25196 \series bold
25197
25198 \backslash
25199 renewcommand*{
25200 \backslash
25201 raggedleftmarginnote}{
25202 \backslash
25203 centering}
25204 \begin_inset Newline newline
25205 \end_inset
25206
25207
25208 \backslash
25209 renewcommand*{
25210 \backslash
25211 raggedrightmarginnote}{
25212 \backslash
25213 centering}
25214 \end_layout
25215
25216 \begin_layout Standard
25217 set the alignment to centered.
25218  
25219 \series bold
25220
25221 \backslash
25222 raggedleftmarginnote
25223 \series default
25224  denotes margin notes that appear at the left side.
25225 \family roman
25226 \series medium
25227
25228 \begin_inset ERT
25229 status collapsed
25230
25231 \begin_layout Plain Layout
25232
25233
25234 \backslash
25235 renewcommand*{
25236 \backslash
25237 raggedleftmarginnote}{
25238 \backslash
25239 centering}
25240 \end_layout
25241
25242 \begin_layout Plain Layout
25243
25244
25245 \backslash
25246 renewcommand*{
25247 \backslash
25248 raggedrightmarginnote}{
25249 \backslash
25250 centering}
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \begin_inset Marginal
25257 status open
25258
25259 \begin_layout Plain Layout
25260 The text of this margin note is centered.
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \family default
25267 \series default
25268  The default is
25269 \end_layout
25270
25271 \begin_layout Standard
25272
25273 \series bold
25274
25275 \backslash
25276 renewcommand*{
25277 \backslash
25278 raggedleftmarginnote}{
25279 \backslash
25280 raggedleft}
25281 \begin_inset Newline newline
25282 \end_inset
25283
25284
25285 \backslash
25286 renewcommand*{
25287 \backslash
25288 raggedrightmarginnote}{
25289 \backslash
25290 raggedright}
25291 \family roman
25292 \series medium
25293
25294 \begin_inset ERT
25295 status collapsed
25296
25297 \begin_layout Plain Layout
25298
25299
25300 \backslash
25301 renewcommand*{
25302 \backslash
25303 raggedleftmarginnote}{
25304 \backslash
25305 raggedleft}
25306 \end_layout
25307
25308 \begin_layout Plain Layout
25309
25310
25311 \backslash
25312 renewcommand*{
25313 \backslash
25314 raggedrightmarginnote}{
25315 \backslash
25316 raggedright}
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Standard
25325 \begin_inset VSpace medskip
25326 \end_inset
25327
25328 For the other features of 
25329 \series bold
25330 marginnote
25331 \series default
25332  we refer to its documentation 
25333 \begin_inset CommandInset citation
25334 LatexCommand cite
25335 key "marginnote"
25336
25337 \end_inset
25338
25339 .
25340 \end_layout
25341
25342 \begin_layout Standard
25343 \begin_inset VSpace bigskip
25344 \end_inset
25345
25346 You can adjust the layout of margin notes by changing its definition.
25347  To create for example a header for all margin notes with the underlined,
25348  sans-serif, and bold header text 
25349 \begin_inset Quotes eld
25350 \end_inset
25351
25352
25353 \family sans
25354 \series bold
25355 \bar under
25356 Attention!
25357 \family default
25358 \series default
25359 \bar default
25360
25361 \begin_inset Quotes erd
25362 \end_inset
25363
25364 , add this to your document preamble:
25365 \end_layout
25366
25367 \begin_layout Standard
25368
25369 \series bold
25370
25371 \backslash
25372 let
25373 \backslash
25374 myMarginpar
25375 \backslash
25376 marginpar
25377 \begin_inset Newline newline
25378 \end_inset
25379
25380
25381 \backslash
25382 renewcommand{
25383 \backslash
25384 marginpar}[1]{
25385 \backslash
25386 myMarginpar{%
25387 \begin_inset Newline newline
25388 \end_inset
25389
25390
25391 \begin_inset ERT
25392 status collapsed
25393
25394 \begin_layout Plain Layout
25395
25396
25397 \backslash
25398 hphantom{ }
25399 \end_layout
25400
25401 \end_inset
25402
25403
25404 \backslash
25405 hspace{0pt}
25406 \backslash
25407 textsf{
25408 \backslash
25409 textbf{
25410 \backslash
25411 underbar{Attention!}}}%
25412 \begin_inset Newline newline
25413 \end_inset
25414
25415
25416 \begin_inset ERT
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420
25421
25422 \backslash
25423 hphantom{ }
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \backslash
25430 vspace{1.5mm}
25431 \backslash
25432
25433 \backslash
25434 #1}}
25435 \end_layout
25436
25437 \begin_layout Standard
25438
25439 \family roman
25440 \series medium
25441 \begin_inset ERT
25442 status collapsed
25443
25444 \begin_layout Plain Layout
25445
25446
25447 \backslash
25448 let
25449 \backslash
25450 myMarginpar
25451 \backslash
25452 marginpar
25453 \end_layout
25454
25455 \begin_layout Plain Layout
25456
25457
25458 \backslash
25459 renewcommand{
25460 \backslash
25461 marginpar}[1]{
25462 \backslash
25463 myMarginpar{%
25464 \end_layout
25465
25466 \begin_layout Plain Layout
25467
25468    
25469 \backslash
25470 textsf{
25471 \backslash
25472 textbf{
25473 \backslash
25474 underbar{Attention!}}}%
25475 \end_layout
25476
25477 \begin_layout Plain Layout
25478
25479    
25480 \backslash
25481 vspace{1.5mm}
25482 \backslash
25483
25484 \backslash
25485 #1}}
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \begin_inset Marginal
25492 status open
25493
25494 \begin_layout Plain Layout
25495 This is a margin note with a defined heading.
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \family default
25502 \series default
25503
25504 \begin_inset ERT
25505 status collapsed
25506
25507 \begin_layout Plain Layout
25508
25509 [-1.5cm]
25510 \end_layout
25511
25512 \end_inset
25513
25514
25515 \family roman
25516 \series medium
25517
25518 \begin_inset ERT
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522
25523
25524 \backslash
25525 renewcommand{
25526 \backslash
25527 marginpar}[1]{
25528 \backslash
25529 myMarginpar{#1}}
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \family default
25536 \series default
25537
25538 \begin_inset Note Note
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542 The margin note format is changed only for this example.
25543 \end_layout
25544
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \begin_layout Standard
25551 \begin_inset ERT
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555
25556
25557 \backslash
25558 else
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \begin_inset Note Note
25565 status open
25566
25567 \begin_layout Plain Layout
25568 The following will be displayed when the LaTeX-package 
25569 \series bold
25570 marginnote
25571 \series default
25572  is not installed:
25573 \end_layout
25574
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \begin_layout Standard
25581 You need to install the LaTeX-package 
25582 \series bold
25583 marginnote
25584 \series default
25585  to see the following part of this section in the output.
25586 \end_layout
25587
25588 \begin_layout Standard
25589 \begin_inset ERT
25590 status collapsed
25591
25592 \begin_layout Plain Layout
25593
25594
25595 \backslash
25596 fi
25597 \end_layout
25598
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \begin_layout Chapter
25605 Boxes
25606 \end_layout
25607
25608 \begin_layout Section
25609 Introduction
25610 \begin_inset Index
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614 Boxes ! Introduction
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \begin_layout Standard
25623 Boxes are used to format a block of text.
25624  Boxes can be used to write documents with multiple languages, see section
25625 \begin_inset space ~
25626 \end_inset
25627
25628
25629 \begin_inset CommandInset ref
25630 LatexCommand ref
25631 reference "sec:Minipages"
25632
25633 \end_inset
25634
25635 , to frame texts, see section
25636 \begin_inset space ~
25637 \end_inset
25638
25639
25640 \begin_inset CommandInset ref
25641 LatexCommand ref
25642 reference "sec:Decoration"
25643
25644 \end_inset
25645
25646 , to prevent words to be hyphenated, see section
25647 \begin_inset space ~
25648 \end_inset
25649
25650
25651 \begin_inset CommandInset ref
25652 LatexCommand ref
25653 reference "sec:Prevent-Hyphenation"
25654
25655 \end_inset
25656
25657 , to align text, see section
25658 \begin_inset space ~
25659 \end_inset
25660
25661
25662 \begin_inset CommandInset ref
25663 LatexCommand ref
25664 reference "sub:Vertical-Alignment"
25665
25666 \end_inset
25667
25668 , or to set the background color of texts, see section
25669 \begin_inset space ~
25670 \end_inset
25671
25672
25673 \begin_inset CommandInset ref
25674 LatexCommand ref
25675 reference "sec:Colored-Boxes"
25676
25677 \end_inset
25678
25679 .
25680 \end_layout
25681
25682 \begin_layout Standard
25683 Boxes can be inserted with the menu 
25684 \family sans
25685 Insert\SpecialChar \menuseparator
25686 Box
25687 \family default
25688  or the toolbar button 
25689 \begin_inset Graphics
25690         filename ../images/box-insert.png
25691         scale 85
25692         scaleBeforeRotation
25693
25694 \end_inset
25695
25696 .
25697  A grey box with the label 
25698 \family sans
25699 Box (Minipage)
25700 \family default
25701
25702 \begin_inset Graphics
25703         filename clipart/BoxInsetDefaultQt4.png
25704         scale 85
25705         scaleBeforeRotation
25706
25707 \end_inset
25708
25709 , will be inserted.
25710  The box type can be specified by right-clicking on the box.
25711  The appearing box dialog offers the 
25712 \family sans
25713 Inner
25714 \begin_inset space ~
25715 \end_inset
25716
25717 Box
25718 \family default
25719  types 
25720 \family sans
25721 Parbox
25722 \family default
25723  and 
25724 \family sans
25725 Minipage
25726 \family default
25727 .
25728  The type 
25729 \family sans
25730 Minipage
25731 \family default
25732  is the default for new boxes and is explained in section
25733 \begin_inset space ~
25734 \end_inset
25735
25736
25737 \begin_inset CommandInset ref
25738 LatexCommand ref
25739 reference "sec:Minipages"
25740
25741 \end_inset
25742
25743 ; the type 
25744 \family sans
25745 Parbox
25746 \family default
25747  is described in section
25748 \begin_inset space ~
25749 \end_inset
25750
25751
25752 \begin_inset CommandInset ref
25753 LatexCommand ref
25754 reference "sec:Parboxes"
25755
25756 \end_inset
25757
25758 .
25759 \end_layout
25760
25761 \begin_layout Standard
25762 Boxes aren't numbered and can therefore not be referenced like floats or
25763  footnotes.
25764 \end_layout
25765
25766 \begin_layout Standard
25767 \begin_inset Note Greyedout
25768 status open
25769
25770 \begin_layout Plain Layout
25771
25772 \series bold
25773 Note:
25774 \series default
25775  Boxes must not be the item in an 
25776 \family sans
25777 Itemize
25778 \family default
25779  or 
25780 \family sans
25781 Description
25782 \family default
25783  environment.
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 \begin_inset Note Greyedout
25793 status open
25794
25795 \begin_layout Plain Layout
25796
25797 \series bold
25798 Note:
25799 \series default
25800  For an unknown reason you can only set the 
25801 \family sans
25802 Inner
25803 \begin_inset space ~
25804 \end_inset
25805
25806 Box
25807 \family default
25808  type to 
25809 \family sans
25810 None
25811 \family default
25812  when you use a framed box.
25813  Boxes without an 
25814 \family sans
25815 Inner
25816 \begin_inset space ~
25817 \end_inset
25818
25819 Box
25820 \family default
25821  type and without frames are explained in section
25822 \begin_inset space ~
25823 \end_inset
25824
25825
25826 \begin_inset CommandInset ref
25827 LatexCommand ref
25828 reference "sec:Prevent-Hyphenation"
25829
25830 \end_inset
25831
25832 .
25833 \end_layout
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \begin_layout Section
25841 Box Dialog
25842 \begin_inset CommandInset label
25843 LatexCommand label
25844 name "sec:Box-Dialog"
25845
25846 \end_inset
25847
25848
25849 \begin_inset Index
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853 Boxes ! Box Dialog
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \begin_layout Subsection
25862 Size
25863 \begin_inset Index
25864 status collapsed
25865
25866 \begin_layout Plain Layout
25867 Boxes ! Size
25868 \end_layout
25869
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \begin_layout Standard
25876 In the box dialog you can adjust the box geometry in the fields 
25877 \family sans
25878 Width
25879 \family default
25880  and 
25881 \family sans
25882 Height
25883 \family default
25884 .
25885  The available units for the geometry are explained in Table
25886 \begin_inset space ~
25887 \end_inset
25888
25889
25890 \begin_inset CommandInset ref
25891 LatexCommand ref
25892 reference "tab:Units"
25893
25894 \end_inset
25895
25896 .
25897  The field 
25898 \family sans
25899 Heigth
25900 \family default
25901  offers the following additional sizes:
25902 \end_layout
25903
25904 \begin_layout Description
25905 Depth This is the plain text 
25906 \begin_inset Quotes eld
25907 \end_inset
25908
25909 height
25910 \begin_inset Quotes erd
25911 \end_inset
25912
25913 .
25914  It ignores the total depth when there are multiple text lines in the box:
25915 \begin_inset Newline newline
25916 \end_inset
25917
25918
25919 \begin_inset Newline newline
25920 \end_inset
25921
25922
25923 \begin_inset Newline newline
25924 \end_inset
25925
25926
25927 \begin_inset Box Boxed
25928 position "c"
25929 hor_pos "c"
25930 has_inner_box 1
25931 inner_pos "c"
25932 use_parbox 0
25933 width "12col%"
25934 special "none"
25935 height "1in"
25936 height_special "depth"
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940 \align center
25941 Box height set to 1
25942 \begin_inset space \thinspace{}
25943 \end_inset
25944
25945 Depth
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \begin_inset Newline newline
25952 \end_inset
25953
25954
25955 \begin_inset Newline newline
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \begin_layout Description
25962 Height This is the heigth of the text that is inside the box.
25963  A value of e.
25964 \begin_inset space \thinspace{}
25965 \end_inset
25966
25967 g.
25968 \begin_inset space ~
25969 \end_inset
25970
25971 2 for this size will set the box heigth to 2 times the text height: 
25972 \begin_inset Box Boxed
25973 position "c"
25974 hor_pos "c"
25975 has_inner_box 1
25976 inner_pos "c"
25977 use_parbox 0
25978 width "20col%"
25979 special "none"
25980 height "2in"
25981 height_special "height"
25982 status collapsed
25983
25984 \begin_layout Plain Layout
25985 \align center
25986 Box height set to 2
25987 \begin_inset space \thinspace{}
25988 \end_inset
25989
25990 Height
25991 \end_layout
25992
25993 \end_inset
25994
25995
25996 \end_layout
25997
25998 \begin_layout Description
25999 Total
26000 \begin_inset space ~
26001 \end_inset
26002
26003 Height This is the Height
26004 \begin_inset space \thinspace{}
26005 \end_inset
26006
26007 +
26008 \begin_inset space \thinspace{}
26009 \end_inset
26010
26011 Depth: 
26012 \begin_inset Box Boxed
26013 position "c"
26014 hor_pos "c"
26015 has_inner_box 1
26016 inner_pos "c"
26017 use_parbox 0
26018 width "20col%"
26019 special "none"
26020 height "1in"
26021 height_special "totalheight"
26022 status collapsed
26023
26024 \begin_layout Plain Layout
26025 \align center
26026 Box height set to 1
26027 \begin_inset space \thinspace{}
26028 \end_inset
26029
26030 Total
26031 \begin_inset space ~
26032 \end_inset
26033
26034 Height
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Description
26043 Width This sets the width of the box as heigth: 
26044 \begin_inset Box Boxed
26045 position "c"
26046 hor_pos "c"
26047 has_inner_box 1
26048 inner_pos "c"
26049 use_parbox 0
26050 width "12col%"
26051 special "none"
26052 height "1in"
26053 height_special "width"
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057 \align center
26058 Box height set to 1
26059 \begin_inset space \thinspace{}
26060 \end_inset
26061
26062 Width
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \begin_layout Subsection
26071 Alignment
26072 \begin_inset Index
26073 status collapsed
26074
26075 \begin_layout Plain Layout
26076 Boxes ! Alignment
26077 \end_layout
26078
26079 \end_inset
26080
26081
26082 \end_layout
26083
26084 \begin_layout Standard
26085 When you have chosen an 
26086 \family sans
26087 Inner
26088 \begin_inset space ~
26089 \end_inset
26090
26091 Box
26092 \family default
26093 , the vertical box alignment can be:
26094 \end_layout
26095
26096 \begin_layout Description
26097 Top This is an example text line.
26098  
26099 \begin_inset Box Boxed
26100 position "t"
26101 hor_pos "c"
26102 has_inner_box 1
26103 inner_pos "c"
26104 use_parbox 0
26105 width "12col%"
26106 special "none"
26107 height "1in"
26108 height_special "totalheight"
26109 status collapsed
26110
26111 \begin_layout Plain Layout
26112 \align center
26113 This box is top-aligned.
26114 \end_layout
26115
26116 \end_inset
26117
26118  This is an example text line.
26119 \end_layout
26120
26121 \begin_layout Description
26122 Middle This is an example text line.
26123  
26124 \begin_inset Box Boxed
26125 position "c"
26126 hor_pos "c"
26127 has_inner_box 1
26128 inner_pos "c"
26129 use_parbox 0
26130 width "12col%"
26131 special "none"
26132 height "1in"
26133 height_special "totalheight"
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137 \align center
26138 This box is middle-aligned.
26139 \end_layout
26140
26141 \end_inset
26142
26143  This is an example text line.
26144 \end_layout
26145
26146 \begin_layout Description
26147 Bottom This is an example text line.
26148  
26149 \begin_inset Box Boxed
26150 position "b"
26151 hor_pos "c"
26152 has_inner_box 1
26153 inner_pos "c"
26154 use_parbox 0
26155 width "12col%"
26156 special "none"
26157 height "1in"
26158 height_special "totalheight"
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162 \align center
26163 This box is bottom-aligned.
26164 \end_layout
26165
26166 \end_inset
26167
26168  This is an example text line.
26169 \end_layout
26170
26171 \begin_layout Standard
26172 \begin_inset Note Greyedout
26173 status open
26174
26175 \begin_layout Plain Layout
26176
26177 \series bold
26178 Note:
26179 \series default
26180  The vertical box aligment can be lost in the output when you have two boxes
26181  in a line and one has e.
26182 \begin_inset space \thinspace{}
26183 \end_inset
26184
26185 g.
26186 \begin_inset space ~
26187 \end_inset
26188
26189 a shadow and the other one not.
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \begin_layout Standard
26198 The horizontal box alignment can be set via LyX's paragraph dialog when
26199  you set the box into its own paragraph.
26200 \end_layout
26201
26202 \begin_layout Standard
26203 \begin_inset VSpace bigskip
26204 \end_inset
26205
26206 When you have chosen an 
26207 \family sans
26208 Inner
26209 \begin_inset space ~
26210 \end_inset
26211
26212 Box
26213 \family default
26214 , the box content can be vertical aligned to:
26215 \end_layout
26216
26217 \begin_layout Description
26218 top This is an example text line.
26219  
26220 \begin_inset Box Boxed
26221 position "c"
26222 hor_pos "c"
26223 has_inner_box 1
26224 inner_pos "t"
26225 use_parbox 0
26226 width "12col%"
26227 special "none"
26228 height "1.5in"
26229 height_special "totalheight"
26230 status collapsed
26231
26232 \begin_layout Plain Layout
26233 \align center
26234 This box text is top-aligned.
26235 \end_layout
26236
26237 \end_inset
26238
26239  This is an example text line.
26240 \end_layout
26241
26242 \begin_layout Description
26243 middle This is an example text line.
26244  
26245 \begin_inset Box Boxed
26246 position "c"
26247 hor_pos "c"
26248 has_inner_box 1
26249 inner_pos "c"
26250 use_parbox 0
26251 width "12col%"
26252 special "none"
26253 height "1.5in"
26254 height_special "totalheight"
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258 \align center
26259 This box text is middle-aligned.
26260 \end_layout
26261
26262 \end_inset
26263
26264  This is an example text line.
26265 \end_layout
26266
26267 \begin_layout Description
26268 bottom This is an example text line.
26269  
26270 \begin_inset Box Boxed
26271 position "c"
26272 hor_pos "c"
26273 has_inner_box 1
26274 inner_pos "b"
26275 use_parbox 0
26276 width "12col%"
26277 special "none"
26278 height "1.5in"
26279 height_special "totalheight"
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283 \align center
26284 This box text is bottom-aligned.
26285 \end_layout
26286
26287 \end_inset
26288
26289  This is an example text line.
26290 \end_layout
26291
26292 \begin_layout Description
26293 stretch This is an example text line.
26294  
26295 \begin_inset Box Boxed
26296 position "c"
26297 hor_pos "c"
26298 has_inner_box 1
26299 inner_pos "s"
26300 use_parbox 0
26301 width "12col%"
26302 special "none"
26303 height "1.5in"
26304 height_special "totalheight"
26305 status collapsed
26306
26307 \begin_layout Plain Layout
26308 \align center
26309 This box
26310 \end_layout
26311
26312 \begin_layout Plain Layout
26313 \align center
26314 text is
26315 \end_layout
26316
26317 \begin_layout Plain Layout
26318 \align center
26319 stretched.
26320 \end_layout
26321
26322 \end_inset
26323
26324  This is an example text line.
26325 \end_layout
26326
26327 \begin_layout Standard
26328 To stretch the box content, it must consist of more than one paragraph.
26329  In the example above every text line is in an own paragraph.
26330 \end_layout
26331
26332 \begin_layout Standard
26333 \begin_inset VSpace bigskip
26334 \end_inset
26335
26336 To align the box content horizontally you can use LyX's paragraph dialog
26337  when you have chosen an 
26338 \family sans
26339 Inner
26340 \begin_inset space ~
26341 \end_inset
26342
26343 Box
26344 \family default
26345 .
26346 \end_layout
26347
26348 \begin_layout Standard
26349 \align center
26350 \begin_inset Box Boxed
26351 position "c"
26352 hor_pos "c"
26353 has_inner_box 1
26354 inner_pos "s"
26355 use_parbox 0
26356 width "15col%"
26357 special "none"
26358 height "1.25in"
26359 height_special "totalheight"
26360 status collapsed
26361
26362 \begin_layout Plain Layout
26363 \align left
26364 This box
26365 \end_layout
26366
26367 \begin_layout Plain Layout
26368 \align center
26369 text is
26370 \end_layout
26371
26372 \begin_layout Plain Layout
26373 \align right
26374 stretched.
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \end_layout
26381
26382 \begin_layout Standard
26383 If you haven't set an 
26384 \family sans
26385 Inner
26386 \begin_inset space ~
26387 \end_inset
26388
26389 Box
26390 \family default
26391 , you can align the box content horizontally in the box dialog.
26392 \end_layout
26393
26394 \begin_layout Standard
26395 \align center
26396 \begin_inset Box Boxed
26397 position "c"
26398 hor_pos "s"
26399 has_inner_box 0
26400 inner_pos "s"
26401 use_parbox 0
26402 width "90col%"
26403 special "none"
26404 height "1.25in"
26405 height_special "totalheight"
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409 \align left
26410 This box text is horizontally stretched.
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \begin_layout Subsection
26419 Decoration
26420 \begin_inset CommandInset label
26421 LatexCommand label
26422 name "sec:Decoration"
26423
26424 \end_inset
26425
26426
26427 \begin_inset Index
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 Boxes ! Decoration
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Standard
26440 The type of the box can be specified in the box-dialog in the drop-down
26441  list 
26442 \family sans
26443 Decoration
26444 \family default
26445 .
26446  The following types are possible:
26447 \end_layout
26448
26449 \begin_layout Description
26450 Simple
26451 \begin_inset space ~
26452 \end_inset
26453
26454 rectangular
26455 \begin_inset space ~
26456 \end_inset
26457
26458 frame This draws a rectangle frame around the box.
26459  The frame line thickness has the size of 
26460 \series bold
26461
26462 \backslash
26463 fboxrule
26464 \series default
26465 .
26466  
26467 \begin_inset Box Boxed
26468 position "c"
26469 hor_pos "c"
26470 has_inner_box 1
26471 inner_pos "c"
26472 use_parbox 0
26473 width "20col%"
26474 special "none"
26475 height "1in"
26476 height_special "totalheight"
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480 \align center
26481 Rectangular box
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \begin_layout Description
26490 Allow
26491 \begin_inset space ~
26492 \end_inset
26493
26494 page
26495 \begin_inset space ~
26496 \end_inset
26497
26498 break When you use the decoration 
26499 \family sans
26500 simple rectangular frame
26501 \family default
26502  and no inner box, you can allow page breaks within a box.
26503  Note that then, in contrary to other framed boxes, the frame always uses
26504  the whole column width, the box is set as its own paragraph, and 
26505 \series bold
26506
26507 \backslash
26508 fboxrule
26509 \series default
26510  and 
26511 \series bold
26512
26513 \backslash
26514 fboxsep
26515 \series default
26516  has no effect on this box type.
26517  The frame line thickness has the size of 
26518 \series bold
26519
26520 \backslash
26521 FrameRule
26522 \series default
26523 .
26524  
26525 \begin_inset Box Framed
26526 position "t"
26527 hor_pos "c"
26528 has_inner_box 0
26529 inner_pos "t"
26530 use_parbox 0
26531 width "100col%"
26532 special "none"
26533 height "1in"
26534 height_special "totalheight"
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538 Allow page break box
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \begin_layout Description
26547 Oval
26548 \begin_inset space ~
26549 \end_inset
26550
26551 box,
26552 \begin_inset space ~
26553 \end_inset
26554
26555 thin This draws an oval frame around the box.
26556  The frame line thickness has the size 0.4
26557 \begin_inset space \thinspace{}
26558 \end_inset
26559
26560 pt.
26561  
26562 \begin_inset Box ovalbox
26563 position "c"
26564 hor_pos "c"
26565 has_inner_box 1
26566 inner_pos "c"
26567 use_parbox 0
26568 width "20col%"
26569 special "none"
26570 height "1in"
26571 height_special "totalheight"
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575 \align center
26576 Oval box, thin
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \begin_layout Description
26585 Oval
26586 \begin_inset space ~
26587 \end_inset
26588
26589 box,
26590 \begin_inset space ~
26591 \end_inset
26592
26593 thick This draws an oval frame around the box.
26594  The frame line thickness has the size 0.8
26595 \begin_inset space \thinspace{}
26596 \end_inset
26597
26598 pt.
26599  
26600 \begin_inset Box Ovalbox
26601 position "c"
26602 hor_pos "c"
26603 has_inner_box 1
26604 inner_pos "c"
26605 use_parbox 0
26606 width "20col%"
26607 special "none"
26608 height "1in"
26609 height_special "totalheight"
26610 status collapsed
26611
26612 \begin_layout Plain Layout
26613 \align center
26614 Oval box, thick
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \begin_layout Description
26623 Drop
26624 \begin_inset space ~
26625 \end_inset
26626
26627 shadow This draws a rectangle frame with a shadow around the box.
26628  The frame line thickness has the size of 
26629 \series bold
26630
26631 \backslash
26632 fboxrule
26633 \series default
26634 , the shadow has a width of 4
26635 \begin_inset space \thinspace{}
26636 \end_inset
26637
26638 pt.
26639  
26640 \begin_inset Box Shadowbox
26641 position "c"
26642 hor_pos "c"
26643 has_inner_box 1
26644 inner_pos "c"
26645 use_parbox 0
26646 width "20col%"
26647 special "none"
26648 height "1in"
26649 height_special "totalheight"
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653 \align center
26654 Shadow box
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \begin_layout Description
26663 Shaded
26664 \begin_inset space ~
26665 \end_inset
26666
26667 background This draws a box with red background color.
26668  In contrary to colored boxes
26669 \begin_inset Foot
26670 status collapsed
26671
26672 \begin_layout Plain Layout
26673 see sec.
26674 \begin_inset space \thinspace{}
26675 \end_inset
26676
26677
26678 \begin_inset CommandInset ref
26679 LatexCommand ref
26680 reference "sec:Colored-Boxes"
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688
26689 , it always uses the whole column width and the box is set as its own paragraph.
26690  
26691 \begin_inset Box Shaded
26692 position "t"
26693 hor_pos "c"
26694 has_inner_box 0
26695 inner_pos "t"
26696 use_parbox 0
26697 width "50col%"
26698 special "none"
26699 height "1in"
26700 height_special "totalheight"
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704 Shaded background box
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \begin_layout Description
26713 Double
26714 \begin_inset space ~
26715 \end_inset
26716
26717 rectangular
26718 \begin_inset space ~
26719 \end_inset
26720
26721 frame This draws a double-line rectangle frame around the box.
26722  The line thickness of the inner frame is 0.75
26723 \begin_inset space \thinspace{}
26724 \end_inset
26725
26726
26727 \series bold
26728
26729 \backslash
26730 fboxrule
26731 \series default
26732 , the thickness of the outer frame is 1.5
26733 \begin_inset space \thinspace{}
26734 \end_inset
26735
26736
26737 \series bold
26738
26739 \backslash
26740 fboxrule
26741 \series default
26742 .
26743  The distance between the lines is 1.5
26744 \begin_inset space \thinspace{}
26745 \end_inset
26746
26747
26748 \series bold
26749
26750 \backslash
26751 fboxrule
26752 \series default
26753
26754 \begin_inset space \thinspace{}
26755 \end_inset
26756
26757 +
26758 \begin_inset space \thinspace{}
26759 \end_inset
26760
26761 0.5
26762 \begin_inset space \thinspace{}
26763 \end_inset
26764
26765 pt.
26766  
26767 \begin_inset Box Doublebox
26768 position "c"
26769 hor_pos "c"
26770 has_inner_box 1
26771 inner_pos "c"
26772 use_parbox 0
26773 width "20col%"
26774 special "none"
26775 height "1in"
26776 height_special "totalheight"
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780 \align center
26781 Double rectangular box
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \begin_layout Standard
26790 \begin_inset VSpace bigskip
26791 \end_inset
26792
26793 LyX's box label will reflect the different frame types.
26794  To be able to use all types, the LaTeX-package 
26795 \series bold
26796 fancybox
26797 \series default
26798
26799 \begin_inset Index
26800 status collapsed
26801
26802 \begin_layout Plain Layout
26803 LaTeX-packages ! fancybox
26804 \end_layout
26805
26806 \end_inset
26807
26808  must be installed.
26809 \end_layout
26810
26811 \begin_layout Section
26812 Box customization
26813 \begin_inset Index
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817 Boxes ! Customization
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Standard
26826 The default value for the size 
26827 \series bold
26828
26829 \backslash
26830 fboxrule
26831 \series default
26832  is 0.4
26833 \begin_inset space \thinspace{}
26834 \end_inset
26835
26836 pt.
26837  It can be changed with the following command in TeX-Code to e.
26838 \begin_inset space \thinspace{}
26839 \end_inset
26840
26841 g.
26842 \begin_inset space ~
26843 \end_inset
26844
26845 2
26846 \begin_inset space \thinspace{}
26847 \end_inset
26848
26849 pt:
26850 \end_layout
26851
26852 \begin_layout Standard
26853
26854 \series bold
26855
26856 \backslash
26857 setlength{
26858 \backslash
26859 fboxrule}{2pt}
26860 \end_layout
26861
26862 \begin_layout Standard
26863 \begin_inset ERT
26864 status collapsed
26865
26866 \begin_layout Plain Layout
26867
26868
26869 \backslash
26870 setlength{
26871 \backslash
26872 fboxrule}{2pt}
26873 \end_layout
26874
26875 \end_inset
26876
26877
26878 \begin_inset Box Boxed
26879 position "c"
26880 hor_pos "c"
26881 has_inner_box 1
26882 inner_pos "c"
26883 use_parbox 0
26884 width "25col%"
26885 special "none"
26886 height "1in"
26887 height_special "totalheight"
26888 status open
26889
26890 \begin_layout Plain Layout
26891 \align center
26892 Rectangular box with 
26893 \series bold
26894
26895 \backslash
26896 fboxrule
26897 \series default
26898
26899 \begin_inset space \thinspace{}
26900 \end_inset
26901
26902 =
26903 \begin_inset space \thinspace{}
26904 \end_inset
26905
26906 2
26907 \begin_inset space \thinspace{}
26908 \end_inset
26909
26910 pt
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \begin_inset ERT
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 setlength{
26924 \backslash
26925 fboxrule}{0.4pt}
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \begin_layout Standard
26934 \begin_inset VSpace bigskip
26935 \end_inset
26936
26937 The space between the frame and the box content is for all frame styles
26938  by default 3
26939 \begin_inset space \thinspace{}
26940 \end_inset
26941
26942 pt.
26943  You can change it by setting the length 
26944 \series bold
26945
26946 \backslash
26947 fboxsep
26948 \series default
26949  to another value.
26950  For example the command
26951 \end_layout
26952
26953 \begin_layout Standard
26954
26955 \series bold
26956
26957 \backslash
26958 setlength{
26959 \backslash
26960 fboxsep}{10pt}
26961 \end_layout
26962
26963 \begin_layout Standard
26964 sets the value to 10
26965 \begin_inset space \thinspace{}
26966 \end_inset
26967
26968 pt, like for the following box:
26969 \end_layout
26970
26971 \begin_layout Standard
26972 \begin_inset ERT
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976
26977
26978 \backslash
26979 setlength{
26980 \backslash
26981 fboxsep}{10pt}
26982 \end_layout
26983
26984 \end_inset
26985
26986
26987 \begin_inset Box Boxed
26988 position "c"
26989 hor_pos "c"
26990 has_inner_box 1
26991 inner_pos "c"
26992 use_parbox 0
26993 width "25col%"
26994 special "none"
26995 height "1in"
26996 height_special "totalheight"
26997 status open
26998
26999 \begin_layout Plain Layout
27000 \align center
27001 Rectangular box with 
27002 \series bold
27003
27004 \backslash
27005 fboxsep
27006 \series default
27007
27008 \begin_inset space \thinspace{}
27009 \end_inset
27010
27011 =
27012 \begin_inset space \thinspace{}
27013 \end_inset
27014
27015 10
27016 \begin_inset space \thinspace{}
27017 \end_inset
27018
27019 pt
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \begin_inset ERT
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029
27030
27031 \backslash
27032 setlength{
27033 \backslash
27034 fboxsep}{3pt}
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 \begin_inset VSpace bigskip
27044 \end_inset
27045
27046 The diameter of the round corners of the oval boxes can be set with the
27047  command 
27048 \series bold
27049
27050 \backslash
27051 cornersize
27052 \series default
27053 .
27054  The command
27055 \end_layout
27056
27057 \begin_layout Standard
27058
27059 \series bold
27060
27061 \backslash
27062 cornersize*{1cm}
27063 \end_layout
27064
27065 \begin_layout Standard
27066 sets the diameter to 1
27067 \begin_inset space \thinspace{}
27068 \end_inset
27069
27070 cm.
27071  The command
27072 \end_layout
27073
27074 \begin_layout Standard
27075
27076 \series bold
27077
27078 \backslash
27079 cornersize{num}
27080 \end_layout
27081
27082 \begin_layout Standard
27083 sets the diameter to 
27084 \family sans
27085 num
27086 \begin_inset space \thinspace{}
27087 \end_inset
27088
27089 ×
27090 \begin_inset space \thinspace{}
27091 \end_inset
27092
27093 minimum(width and heigth of box)
27094 \family default
27095 .
27096  The default is 
27097 \series bold
27098
27099 \backslash
27100 cornersize{0.5}
27101 \series default
27102 .
27103 \end_layout
27104
27105 \begin_layout Standard
27106 \begin_inset ERT
27107 status collapsed
27108
27109 \begin_layout Plain Layout
27110
27111
27112 \backslash
27113 cornersize*{1.5cm}
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \begin_inset Box Ovalbox
27120 position "c"
27121 hor_pos "c"
27122 has_inner_box 1
27123 inner_pos "c"
27124 use_parbox 0
27125 width "25col%"
27126 special "none"
27127 height "1in"
27128 height_special "totalheight"
27129 status open
27130
27131 \begin_layout Plain Layout
27132 \align center
27133 Oval box with 
27134 \series bold
27135
27136 \backslash
27137 cornersize
27138 \series default
27139
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 =
27144 \begin_inset space \thinspace{}
27145 \end_inset
27146
27147 1.5
27148 \begin_inset space \thinspace{}
27149 \end_inset
27150
27151 cm
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \begin_inset ERT
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161
27162
27163 \backslash
27164 cornersize{0.5}
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \begin_layout Standard
27173 \begin_inset VSpace bigskip
27174 \end_inset
27175
27176 The size of the shadow can be adjusted by changing the length 
27177 \series bold
27178
27179 \backslash
27180 shadowsize
27181 \series default
27182 .
27183  It it set to 2
27184 \begin_inset space \thinspace{}
27185 \end_inset
27186
27187 pt for the following box by this command:
27188 \end_layout
27189
27190 \begin_layout Standard
27191
27192 \series bold
27193
27194 \backslash
27195 setlength{
27196 \backslash
27197 shadowsize}{2pt}
27198 \end_layout
27199
27200 \begin_layout Standard
27201 \begin_inset ERT
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205
27206
27207 \backslash
27208 setlength{
27209 \backslash
27210 shadowsize}{2pt}
27211 \end_layout
27212
27213 \end_inset
27214
27215
27216 \begin_inset Box Shadowbox
27217 position "c"
27218 hor_pos "c"
27219 has_inner_box 1
27220 inner_pos "c"
27221 use_parbox 0
27222 width "25col%"
27223 special "none"
27224 height "1in"
27225 height_special "totalheight"
27226 status open
27227
27228 \begin_layout Plain Layout
27229 \align center
27230 Shadow box with 
27231 \series bold
27232
27233 \backslash
27234 shadowsize
27235 \series default
27236
27237 \begin_inset space \thinspace{}
27238 \end_inset
27239
27240 =
27241 \begin_inset space \thinspace{}
27242 \end_inset
27243
27244 2
27245 \begin_inset space \thinspace{}
27246 \end_inset
27247
27248 pt
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \begin_inset ERT
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258
27259
27260 \backslash
27261 setlength{
27262 \backslash
27263 shadowsize}{4pt}
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \begin_layout Standard
27272 \begin_inset VSpace bigskip
27273 \end_inset
27274
27275
27276 \end_layout
27277
27278 \begin_layout Standard
27279 The default value for the size 
27280 \series bold
27281
27282 \backslash
27283 FrameRule
27284 \series default
27285  is 0.4
27286 \begin_inset space \thinspace{}
27287 \end_inset
27288
27289 pt.
27290  The default space between the note content and the frame is 9
27291 \begin_inset space \thinspace{}
27292 \end_inset
27293
27294 pt and can be changed with the value of 
27295 \series bold
27296
27297 \backslash
27298 FrameSep
27299 \series default
27300 .
27301  For example the frame appearance of the following 
27302 \family sans
27303 box
27304 \family default
27305  is set with the TeX-Code commands
27306 \end_layout
27307
27308 \begin_layout Standard
27309
27310 \series bold
27311
27312 \backslash
27313 setlength{
27314 \backslash
27315 FrameRule}{5pt}
27316 \begin_inset Newline newline
27317 \end_inset
27318
27319
27320 \backslash
27321 setlength{
27322 \backslash
27323 FrameSep}{0.5cm}
27324 \end_layout
27325
27326 \begin_layout Standard
27327 \begin_inset ERT
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331
27332
27333 \backslash
27334 setlength{
27335 \backslash
27336 FrameRule}{5pt}
27337 \end_layout
27338
27339 \begin_layout Plain Layout
27340
27341
27342 \backslash
27343 setlength{
27344 \backslash
27345 FrameSep}{0.5cm}
27346 \end_layout
27347
27348 \end_inset
27349
27350
27351 \begin_inset Box Framed
27352 position "t"
27353 hor_pos "c"
27354 has_inner_box 0
27355 inner_pos "t"
27356 use_parbox 0
27357 width "100col%"
27358 special "none"
27359 height "1in"
27360 height_special "totalheight"
27361 status open
27362
27363 \begin_layout Plain Layout
27364 This is text in an 
27365 \family sans
27366 allow page break
27367 \family default
27368  box.
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \begin_inset ERT
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378
27379
27380 \backslash
27381 setlength{
27382 \backslash
27383 FrameRule}{0.4pt}
27384 \end_layout
27385
27386 \begin_layout Plain Layout
27387
27388
27389 \backslash
27390 setlength{
27391 \backslash
27392 FrameSep}{9pt}
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \begin_layout Standard
27401 \begin_inset VSpace bigskip
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408 For 
27409 \family sans
27410 shaded background
27411 \family default
27412  boxes the default space between the box content and the box border is 3
27413 \begin_inset space \thinspace{}
27414 \end_inset
27415
27416 pt and can be changed with the value of 
27417 \series bold
27418
27419 \backslash
27420 fboxsep
27421 \series default
27422 .
27423  The default background color red can either be changed locally with the
27424  command 
27425 \series bold
27426
27427 \backslash
27428 definecolor{shadebox}
27429 \series default
27430  or globally with the menu 
27431 \family sans
27432 Tools\SpecialChar \menuseparator
27433 Preferences\SpecialChar \menuseparator
27434 Colors\SpecialChar \menuseparator
27435 shaded
27436 \begin_inset space ~
27437 \end_inset
27438
27439 box
27440 \family default
27441 .
27442  The scheme of the 
27443 \series bold
27444
27445 \backslash
27446 definecolor
27447 \series default
27448  command is explained in section
27449 \begin_inset space ~
27450 \end_inset
27451
27452
27453 \begin_inset CommandInset ref
27454 LatexCommand ref
27455 reference "sec:Colored-Tables"
27456
27457 \end_inset
27458
27459 .
27460 \begin_inset Foot
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464 Note that 
27465 \series bold
27466
27467 \backslash
27468 definecolor
27469 \series default
27470  requires the LaTeX-package 
27471 \series bold
27472 color
27473 \series default
27474  in the preamble, see section
27475 \begin_inset space ~
27476 \end_inset
27477
27478
27479 \begin_inset CommandInset ref
27480 LatexCommand ref
27481 reference "sec:Colored-Boxes"
27482
27483 \end_inset
27484
27485 .
27486 \end_layout
27487
27488 \end_inset
27489
27490  For example the appearance of the following shaded background note is set
27491  with the TeX-Code commands
27492 \end_layout
27493
27494 \begin_layout Standard
27495
27496 \series bold
27497
27498 \backslash
27499 setlength{
27500 \backslash
27501 fboxsep}{0.5cm}
27502 \series default
27503
27504 \begin_inset Newline newline
27505 \end_inset
27506
27507
27508 \series bold
27509
27510 \backslash
27511 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27512 \end_layout
27513
27514 \begin_layout Standard
27515 \begin_inset ERT
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519
27520
27521 \backslash
27522 setlength{
27523 \backslash
27524 fboxsep}{0.5cm}
27525 \end_layout
27526
27527 \begin_layout Plain Layout
27528
27529
27530 \backslash
27531 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \begin_inset Box Shaded
27538 position "t"
27539 hor_pos "c"
27540 has_inner_box 0
27541 inner_pos "t"
27542 use_parbox 0
27543 width "100col%"
27544 special "none"
27545 height "1in"
27546 height_special "totalheight"
27547 status open
27548
27549 \begin_layout Plain Layout
27550
27551 \color yellow
27552 This is yellow text in a
27553 \color none
27554  
27555 \family sans
27556 \color yellow
27557 shaded background
27558 \family default
27559 \color none
27560  
27561 \color yellow
27562 box with dark green background.
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \begin_inset ERT
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572
27573
27574 \backslash
27575 setlength{
27576 \backslash
27577 fboxsep}{3pt}
27578 \end_layout
27579
27580 \begin_layout Plain Layout
27581
27582
27583 \backslash
27584 definecolor{shadecolor}{rgb}{1,0,0}
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \begin_layout Standard
27593 \begin_inset VSpace bigskip
27594 \end_inset
27595
27596 Changed lengths and widths are valid for all boxes following the commands
27597  that change them.
27598 \end_layout
27599
27600 \begin_layout Section
27601 Minipages
27602 \begin_inset CommandInset label
27603 LatexCommand label
27604 name "sec:Minipages"
27605
27606 \end_inset
27607
27608
27609 \begin_inset Index
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613 Boxes ! Minipages
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Standard
27622 Minipages are treated by LaTeX as pages within pages and can therefore for
27623  example have their own footnotes.
27624 \end_layout
27625
27626 \begin_layout Standard
27627 Minipages are useful when you write documents with different languages.
27628 \end_layout
27629
27630 \begin_layout Standard
27631 Below are two example minipages side by side.
27632  Their width is set to 45
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636 col% and they are separated by a horizontal fill, that was inserted via
27637  the menu 
27638 \family sans
27639 Insert\SpecialChar \menuseparator
27640 Special
27641 \begin_inset space ~
27642 \end_inset
27643
27644 Formatting\SpecialChar \menuseparator
27645 Horizontal
27646 \begin_inset space ~
27647 \end_inset
27648
27649 Fill
27650 \family default
27651 .
27652 \begin_inset Newpage newpage
27653 \end_inset
27654
27655
27656 \end_layout
27657
27658 \begin_layout Standard
27659 \begin_inset Box Frameless
27660 position "t"
27661 hor_pos "c"
27662 has_inner_box 1
27663 inner_pos "c"
27664 use_parbox 0
27665 width "45col%"
27666 special "none"
27667 height "1in"
27668 height_special "totalheight"
27669 status open
27670
27671 \begin_layout Plain Layout
27672
27673 \lang german
27674 Dies ist ein deutscher Text.
27675  Dies ist ein deutscher Text.
27676  Dies ist ein deutscher Text.
27677  Dies ist ein deutscher Text.
27678  Dies ist ein deutscher Text.
27679  Dies ist ein deutscher Text.
27680  Dies ist ein deutscher Text.
27681  Dies ist ein deutscher Text.
27682  Dies ist ein deutscher Text.
27683  Dies ist ein deutscher Text.
27684  Dies ist ein deutscher Text.
27685  Dies ist ein deutscher Text.
27686  Dies ist ein deutscher Text
27687 \begin_inset Foot
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691
27692 \lang german
27693 Dies ist eine deutsche Fußnote.
27694 \end_layout
27695
27696 \end_inset
27697
27698 .
27699  Dies ist ein deutscher Text.
27700  Dies ist ein deutscher Text.
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \begin_inset space \hfill{}
27707 \end_inset
27708
27709
27710 \begin_inset Box Frameless
27711 position "t"
27712 hor_pos "c"
27713 has_inner_box 1
27714 inner_pos "c"
27715 use_parbox 0
27716 width "45col%"
27717 special "none"
27718 height "1in"
27719 height_special "totalheight"
27720 status open
27721
27722 \begin_layout Plain Layout
27723 This is an English Text.
27724  This is an English Text.
27725  This is an English Text.
27726  This is an English Text.
27727  This is an English Text.
27728  This is an English Text.
27729  This is an English Text.
27730  This is an English Text.
27731  This is an English Text.
27732  This is an English Text.
27733  This is an English Text.
27734  This is an English Text.
27735  This is an English Text.
27736  This is an English Text.
27737  This is an English Text.
27738  This is an English Text.
27739 \begin_inset Foot
27740 status collapsed
27741
27742 \begin_layout Plain Layout
27743 This is an English footnote.
27744 \end_layout
27745
27746 \end_inset
27747
27748  This is an English Text.
27749  
27750 \end_layout
27751
27752 \end_inset
27753
27754
27755 \end_layout
27756
27757 \begin_layout Standard
27758 \begin_inset VSpace bigskip
27759 \end_inset
27760
27761 Another application for minipages are footnotes within tables.
27762  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27763  bottom of the current page.
27764  But when you put the table with the footnote to a minipage, the footnote
27765  will appear at its bottom, numbered with Latin letters.
27766  The footnote number is reset to 1 in every minipage but not outside the
27767  minipages.
27768 \end_layout
27769
27770 \begin_layout Standard
27771 The footnote of this table doesn't appear: 
27772 \begin_inset Tabular
27773 <lyxtabular version="3" rows="3" columns="4">
27774 <features>
27775 <column alignment="center" valignment="top" width="0pt">
27776 <column alignment="center" valignment="top" width="0pt">
27777 <column alignment="center" valignment="top" width="0pt">
27778 <column alignment="center" valignment="top" width="0pt">
27779 <row>
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 1
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 2
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802 3
27803 \begin_inset Foot
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 This is a footnote within a table.
27808 \end_layout
27809
27810 \end_inset
27811
27812
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 4
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 </row>
27827 <row>
27828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27829 \begin_inset Text
27830
27831 \begin_layout Plain Layout
27832 a
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841 b
27842 \end_layout
27843
27844 \end_inset
27845 </cell>
27846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27847 \begin_inset Text
27848
27849 \begin_layout Plain Layout
27850 c
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859 d
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 </row>
27865 <row>
27866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27867 \begin_inset Text
27868
27869 \begin_layout Plain Layout
27870 e
27871 \end_layout
27872
27873 \end_inset
27874 </cell>
27875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27876 \begin_inset Text
27877
27878 \begin_layout Plain Layout
27879 f
27880 \end_layout
27881
27882 \end_inset
27883 </cell>
27884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27885 \begin_inset Text
27886
27887 \begin_layout Plain Layout
27888 g
27889 \end_layout
27890
27891 \end_inset
27892 </cell>
27893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27894 \begin_inset Text
27895
27896 \begin_layout Plain Layout
27897 h
27898 \end_layout
27899
27900 \end_inset
27901 </cell>
27902 </row>
27903 </lyxtabular>
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \begin_layout Standard
27911 \align center
27912 \begin_inset Box Frameless
27913 position "t"
27914 hor_pos "c"
27915 has_inner_box 1
27916 inner_pos "c"
27917 use_parbox 0
27918 width "30col%"
27919 special "none"
27920 height "1in"
27921 height_special "totalheight"
27922 status open
27923
27924 \begin_layout Plain Layout
27925 \align center
27926 \begin_inset Tabular
27927 <lyxtabular version="3" rows="3" columns="4">
27928 <features>
27929 <column alignment="center" valignment="top" width="0pt">
27930 <column alignment="center" valignment="top" width="0pt">
27931 <column alignment="center" valignment="top" width="0pt">
27932 <column alignment="center" valignment="top" width="0pt">
27933 <row>
27934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27935 \begin_inset Text
27936
27937 \begin_layout Plain Layout
27938 1
27939 \end_layout
27940
27941 \end_inset
27942 </cell>
27943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27944 \begin_inset Text
27945
27946 \begin_layout Plain Layout
27947 2
27948 \end_layout
27949
27950 \end_inset
27951 </cell>
27952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27953 \begin_inset Text
27954
27955 \begin_layout Plain Layout
27956 3
27957 \begin_inset Foot
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961 This is a footnote within a table.
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \end_inset
27970 </cell>
27971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27972 \begin_inset Text
27973
27974 \begin_layout Plain Layout
27975 4
27976 \end_layout
27977
27978 \end_inset
27979 </cell>
27980 </row>
27981 <row>
27982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27983 \begin_inset Text
27984
27985 \begin_layout Plain Layout
27986 a
27987 \end_layout
27988
27989 \end_inset
27990 </cell>
27991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27992 \begin_inset Text
27993
27994 \begin_layout Plain Layout
27995 b
27996 \end_layout
27997
27998 \end_inset
27999 </cell>
28000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28001 \begin_inset Text
28002
28003 \begin_layout Plain Layout
28004 c
28005 \end_layout
28006
28007 \end_inset
28008 </cell>
28009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28010 \begin_inset Text
28011
28012 \begin_layout Plain Layout
28013 d
28014 \end_layout
28015
28016 \end_inset
28017 </cell>
28018 </row>
28019 <row>
28020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28021 \begin_inset Text
28022
28023 \begin_layout Plain Layout
28024 e
28025 \end_layout
28026
28027 \end_inset
28028 </cell>
28029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28030 \begin_inset Text
28031
28032 \begin_layout Plain Layout
28033 f
28034 \end_layout
28035
28036 \end_inset
28037 </cell>
28038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28039 \begin_inset Text
28040
28041 \begin_layout Plain Layout
28042 g
28043 \end_layout
28044
28045 \end_inset
28046 </cell>
28047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28048 \begin_inset Text
28049
28050 \begin_layout Plain Layout
28051 h
28052 \end_layout
28053
28054 \end_inset
28055 </cell>
28056 </row>
28057 </lyxtabular>
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \begin_layout Standard
28070 \begin_inset VSpace bigskip
28071 \end_inset
28072
28073 The document-wide paragraph settings are ignored within minipages.
28074  That means that there will be no space between paragraphs in minipages
28075  although you set it to e.
28076 \begin_inset space \thinspace{}
28077 \end_inset
28078
28079 g.
28080 \begin_inset space ~
28081 \end_inset
28082
28083
28084 \family sans
28085 MedSkip
28086 \family default
28087  in the document settings.
28088 \end_layout
28089
28090 \begin_layout Standard
28091 Minipages can also be used to set a background color for text parts, see
28092  section
28093 \begin_inset space ~
28094 \end_inset
28095
28096
28097 \begin_inset CommandInset ref
28098 LatexCommand ref
28099 reference "sub:Color-for-Paragraphs"
28100
28101 \end_inset
28102
28103 .
28104 \end_layout
28105
28106 \begin_layout Standard
28107 \begin_inset Note Greyedout
28108 status open
28109
28110 \begin_layout Plain Layout
28111
28112 \series bold
28113 Note:
28114 \series default
28115  You cannot have floats or margin notes inside minipages but minipages can
28116  be used inside tables, floats, and other boxes.
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Section
28125 Parboxes
28126 \begin_inset CommandInset label
28127 LatexCommand label
28128 name "sec:Parboxes"
28129
28130 \end_inset
28131
28132
28133 \begin_inset Index
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 Boxes ! Parboxes
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Standard
28146 Parboxes are very similar to minipages with the difference that they cannot
28147  have footnotes.
28148  The main difference to minipages is that minipages are in contrary to parboxes
28149  no real boxes but LaTeX-environments.
28150 \end_layout
28151
28152 \begin_layout Standard
28153 \align center
28154 \begin_inset Box Frameless
28155 position "t"
28156 hor_pos "c"
28157 has_inner_box 1
28158 inner_pos "t"
28159 use_parbox 1
28160 width "33col%"
28161 special "none"
28162 height "1in"
28163 height_special "totalheight"
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167 This a text within a parbox.
28168  This a text within a parbox.
28169 \end_layout
28170
28171 \begin_layout Plain Layout
28172 This footnote won't appear:
28173 \begin_inset Foot
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177 This footnote is inside a parbox and will therefore not appear.
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Section
28191 Boxes for Words and Characters
28192 \begin_inset Index
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196 Boxes ! for Characters
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Subsection
28205 Prevent Hyphenation
28206 \begin_inset CommandInset label
28207 LatexCommand label
28208 name "sec:Prevent-Hyphenation"
28209
28210 \end_inset
28211
28212
28213 \begin_inset Index
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 Boxes ! to Prevent Hyphenation
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Standard
28226 You can use a special kind of boxes to prevent words or text to be hyphenated.
28227 \begin_inset Newline newline
28228 \end_inset
28229
28230 Here is an example text:
28231 \end_layout
28232
28233 \begin_layout Standard
28234 This line is an example to show how you can prevent the hyphenation of 
28235 \begin_inset Quotes eld
28236 \end_inset
28237
28238 veryverylongword
28239 \begin_inset Quotes erd
28240 \end_inset
28241
28242 .
28243 \end_layout
28244
28245 \begin_layout Standard
28246 To prevent the hyphenation of the word 
28247 \begin_inset Quotes eld
28248 \end_inset
28249
28250 veryverylongword
28251 \begin_inset Quotes erd
28252 \end_inset
28253
28254 , add the command
28255 \end_layout
28256
28257 \begin_layout Standard
28258
28259 \series bold
28260
28261 \backslash
28262 mbox{
28263 \end_layout
28264
28265 \begin_layout Standard
28266 in TeX-Code before the word.
28267  Behind the word insert a closing brace 
28268 \begin_inset Quotes eld
28269 \end_inset
28270
28271
28272 \series bold
28273 }
28274 \series default
28275
28276 \begin_inset Quotes erd
28277 \end_inset
28278
28279  in TeX-Code.
28280 \end_layout
28281
28282 \begin_layout Standard
28283 This is the result:
28284 \end_layout
28285
28286 \begin_layout Standard
28287 This line is an example to show how you can prevent the hyphenation of 
28288 \begin_inset ERT
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292
28293
28294 \backslash
28295 mbox{
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \begin_inset Quotes eld
28302 \end_inset
28303
28304 veryverylongword
28305 \begin_inset Quotes erd
28306 \end_inset
28307
28308 .
28309 \begin_inset ERT
28310 status collapsed
28311
28312 \begin_layout Plain Layout
28313
28314 }
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Standard
28323 You can alternatively set the command 
28324 \begin_inset Quotes eld
28325 \end_inset
28326
28327
28328 \series bold
28329
28330 \backslash
28331 -
28332 \series default
28333
28334 \begin_inset Quotes grd
28335 \end_inset
28336
28337  as TeX-Code directly before the word:
28338 \end_layout
28339
28340 \begin_layout Standard
28341 This line is an example to show how you can prevent the hyphenation of 
28342 \begin_inset Quotes eld
28343 \end_inset
28344
28345
28346 \begin_inset ERT
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350
28351
28352 \backslash
28353 -
28354 \end_layout
28355
28356 \end_inset
28357
28358 veryverylongword
28359 \begin_inset Quotes erd
28360 \end_inset
28361
28362 .
28363 \end_layout
28364
28365 \begin_layout Standard
28366 Of course the word now protrudes over the side margin.
28367  To avoid this, add via the menu 
28368 \family sans
28369 Insert\SpecialChar \menuseparator
28370 Special
28371 \begin_inset space ~
28372 \end_inset
28373
28374 Formatting\SpecialChar \menuseparator
28375 Line
28376 \begin_inset space ~
28377 \end_inset
28378
28379 Break
28380 \family default
28381  (shortcut 
28382 \series bold
28383 Ctrl-Return
28384 \series default
28385 ) a line break before the word:
28386 \end_layout
28387
28388 \begin_layout Standard
28389 This line is an example to show how you can prevent the hyphenation of 
28390 \begin_inset Newline newline
28391 \end_inset
28392
28393
28394 \begin_inset ERT
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398
28399
28400 \backslash
28401 mbox{
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \begin_inset Quotes eld
28408 \end_inset
28409
28410 veryverylongword
28411 \begin_inset Quotes erd
28412 \end_inset
28413
28414 .
28415 \begin_inset ERT
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419
28420 }
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \end_layout
28427
28428 \begin_layout Subsection
28429 Vertical Alignment
28430 \begin_inset CommandInset label
28431 LatexCommand label
28432 name "sub:Vertical-Alignment"
28433
28434 \end_inset
28435
28436
28437 \begin_inset Index
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441 Boxes ! for Vertical Alignment
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \begin_inset Index
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451 Boxes ! Raiseboxes
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \end_layout
28458
28459 \begin_layout Standard
28460 With the help of the command 
28461 \series bold
28462
28463 \backslash
28464 raisebox
28465 \series default
28466  you can align words, characters or other boxes vertically to the surrounding
28467  text.
28468  
28469 \series bold
28470
28471 \backslash
28472 raisebox
28473 \series default
28474  is used with the following scheme:
28475 \end_layout
28476
28477 \begin_layout Standard
28478
28479 \series bold
28480
28481 \backslash
28482 raisebox{lift}[height][depth]{box content}
28483 \end_layout
28484
28485 \begin_layout Standard
28486 The lift can be a positive value to raise the box or a negative value to
28487  lower the box.
28488 \end_layout
28489
28490 \begin_layout Standard
28491 To align for example the word 
28492 \begin_inset Quotes eld
28493 \end_inset
28494
28495 preventing
28496 \begin_inset Quotes erd
28497 \end_inset
28498
28499  so that the bottom of the 
28500 \begin_inset Quotes eld
28501 \end_inset
28502
28503 deepest
28504 \begin_inset Quotes erd
28505 \end_inset
28506
28507  character 
28508 \begin_inset Quotes eld
28509 \end_inset
28510
28511 p
28512 \begin_inset Quotes erd
28513 \end_inset
28514
28515  is at the baseline, insert the command
28516 \end_layout
28517
28518 \begin_layout Standard
28519
28520 \series bold
28521
28522 \backslash
28523 raisebox{
28524 \backslash
28525 depth}{
28526 \end_layout
28527
28528 \begin_layout Standard
28529 in TeX-Code before the word.
28530  Behind the word insert a closing brace 
28531 \begin_inset Quotes eld
28532 \end_inset
28533
28534
28535 \series bold
28536 }
28537 \series default
28538
28539 \begin_inset Quotes erd
28540 \end_inset
28541
28542  in TeX-Code.
28543 \begin_inset Newline newline
28544 \end_inset
28545
28546 This is the result:
28547 \end_layout
28548
28549 \begin_layout Standard
28550 This is a text line with the word 
28551 \begin_inset ERT
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555
28556
28557 \backslash
28558 raisebox{
28559 \backslash
28560 depth}{
28561 \end_layout
28562
28563 \end_inset
28564
28565
28566 \begin_inset Quotes eld
28567 \end_inset
28568
28569 preventing
28570 \begin_inset Quotes erd
28571 \end_inset
28572
28573
28574 \begin_inset ERT
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578
28579 }
28580 \end_layout
28581
28582 \end_inset
28583
28584  as raised word.
28585 \end_layout
28586
28587 \begin_layout Standard
28588 \begin_inset VSpace bigskip
28589 \end_inset
28590
28591 When you raise or lower characters in a line, the line distance will be
28592  spread:
28593 \end_layout
28594
28595 \begin_layout Standard
28596 This is a text line with the word 
28597 \begin_inset ERT
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601
28602
28603 \backslash
28604 raisebox{-
28605 \backslash
28606 depth}{
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \begin_inset Quotes eld
28613 \end_inset
28614
28615 preventing
28616 \begin_inset Quotes erd
28617 \end_inset
28618
28619
28620 \begin_inset ERT
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624
28625 }
28626 \end_layout
28627
28628 \end_inset
28629
28630  as lowered word.
28631 \begin_inset Newline newline
28632 \end_inset
28633
28634 This is a text line with the word 
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 raisebox{0.5cm}{
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \begin_inset Quotes eld
28649 \end_inset
28650
28651 testing
28652 \begin_inset Quotes erd
28653 \end_inset
28654
28655
28656 \begin_inset ERT
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660
28661 }
28662 \end_layout
28663
28664 \end_inset
28665
28666  as raised word.
28667 \end_layout
28668
28669 \begin_layout Standard
28670 If you want to prevent this for a certain reason, set the box height to
28671  a zero value.
28672  For example use
28673 \end_layout
28674
28675 \begin_layout Standard
28676
28677 \series bold
28678
28679 \backslash
28680 raisebox{-
28681 \backslash
28682 depth}[0pt]{
28683 \end_layout
28684
28685 \begin_layout Standard
28686 This is a text line with the word 
28687 \begin_inset ERT
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691
28692
28693 \backslash
28694 raisebox{-
28695 \backslash
28696 depth}[0pt]{
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \begin_inset Quotes eld
28703 \end_inset
28704
28705 preventing
28706 \begin_inset Quotes erd
28707 \end_inset
28708
28709
28710 \begin_inset ERT
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714
28715 }
28716 \end_layout
28717
28718 \end_inset
28719
28720  as lowered word.
28721 \begin_inset Newline newline
28722 \end_inset
28723
28724 This is a text line with the word 
28725 \begin_inset ERT
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729
28730
28731 \backslash
28732 raisebox{0.5cm}[0pt]{
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \begin_inset Quotes eld
28739 \end_inset
28740
28741 testing
28742 \begin_inset Quotes erd
28743 \end_inset
28744
28745
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751 }
28752 \end_layout
28753
28754 \end_inset
28755
28756  as raised word.
28757 \end_layout
28758
28759 \begin_layout Section
28760 Colored Boxes
28761 \begin_inset CommandInset label
28762 LatexCommand label
28763 name "sec:Colored-Boxes"
28764
28765 \end_inset
28766
28767
28768 \begin_inset Index
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772 Boxes ! Color
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \end_layout
28779
28780 \begin_layout Subsection
28781 Color for Text
28782 \begin_inset Index
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786 Color ! for Text
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Standard
28795 To color the background of text the text must be put into a so called 
28796 \begin_inset Quotes eld
28797 \end_inset
28798
28799 colorbox
28800 \begin_inset Quotes erd
28801 \end_inset
28802
28803 .
28804  This requires that the LaTeX-package 
28805 \series bold
28806 color
28807 \series default
28808
28809 \begin_inset Index
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813 LaTeX-packages ! color
28814 \end_layout
28815
28816 \end_inset
28817
28818  is loaded in the document preamble with the command
28819 \end_layout
28820
28821 \begin_layout Standard
28822
28823 \series bold
28824
28825 \backslash
28826 @ifundefined{textcolor}
28827 \begin_inset Newline newline
28828 \end_inset
28829
28830
28831 \begin_inset ERT
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835
28836
28837 \backslash
28838 hphantom{ }
28839 \end_layout
28840
28841 \end_inset
28842
28843 {
28844 \backslash
28845 usepackage{color}}{}
28846 \end_layout
28847
28848 \begin_layout Standard
28849 The package 
28850 \series bold
28851 color
28852 \series default
28853  will be loaded automatically by LyX when you color text
28854 \begin_inset Foot
28855 status collapsed
28856
28857 \begin_layout Plain Layout
28858 To avoid that it is loaded twice the command 
28859 \series bold
28860
28861 \backslash
28862 @ifundefined
28863 \series default
28864  is used.
28865 \end_layout
28866
28867 \end_inset
28868
28869 .
28870 \end_layout
28871
28872 \begin_layout Standard
28873 \begin_inset VSpace medskip
28874 \end_inset
28875
28876 Colorboxes are created with the command 
28877 \series bold
28878
28879 \backslash
28880 colorbox
28881 \series default
28882 .
28883  This will be used with the following scheme:
28884 \end_layout
28885
28886 \begin_layout Standard
28887
28888 \series bold
28889
28890 \backslash
28891 colorbox{color}{box content}
28892 \end_layout
28893
28894 \begin_layout Standard
28895 The box content can also be a box and colorboxes can also be within other
28896  boxes.
28897 \end_layout
28898
28899 \begin_layout Standard
28900 The following colors are predefined:
28901 \begin_inset Newline newline
28902 \end_inset
28903
28904
28905 \family sans
28906 black
28907 \family default
28908
28909 \family sans
28910 blue
28911 \family default
28912
28913 \family sans
28914 cyan
28915 \family default
28916 \series bold
28917 ,
28918 \series default
28919  
28920 \family sans
28921 green
28922 \family default
28923
28924 \family sans
28925 magenta
28926 \family default
28927
28928 \family sans
28929 red
28930 \family default
28931
28932 \family sans
28933 white
28934 \family default
28935 , and 
28936 \family sans
28937 yellow
28938 \family default
28939 .
28940 \begin_inset Newline newline
28941 \end_inset
28942
28943 You can also define your own color as described in section
28944 \begin_inset space ~
28945 \end_inset
28946
28947
28948 \begin_inset CommandInset ref
28949 LatexCommand ref
28950 reference "sec:Colored-Tables"
28951
28952 \end_inset
28953
28954 .
28955 \end_layout
28956
28957 \begin_layout Standard
28958 To have e.
28959 \begin_inset space \thinspace{}
28960 \end_inset
28961
28962 g.
28963 \begin_inset space ~
28964 \end_inset
28965
28966 a red background for a word, insert the command
28967 \end_layout
28968
28969 \begin_layout Standard
28970
28971 \series bold
28972
28973 \backslash
28974 colorbox{red}{
28975 \end_layout
28976
28977 \begin_layout Standard
28978 before the word in TeX-Code.
28979  Behind the word insert a closing brace 
28980 \begin_inset Quotes eld
28981 \end_inset
28982
28983
28984 \series bold
28985 }
28986 \series default
28987
28988 \begin_inset Quotes erd
28989 \end_inset
28990
28991  in TeX-Code.
28992 \begin_inset Newline newline
28993 \end_inset
28994
28995 This is the result:
28996 \end_layout
28997
28998 \begin_layout Standard
28999 This is a line where the word 
29000 \begin_inset ERT
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004
29005
29006 \backslash
29007 colorbox{red}{
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \begin_inset Quotes eld
29014 \end_inset
29015
29016 Attention!
29017 \begin_inset Quotes erd
29018 \end_inset
29019
29020
29021 \begin_inset ERT
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026 }
29027 \end_layout
29028
29029 \end_inset
29030
29031  has a red background.
29032 \end_layout
29033
29034 \begin_layout Standard
29035 \begin_inset VSpace bigskip
29036 \end_inset
29037
29038 If you would have the box frame in a different color, you can use the command
29039  
29040 \series bold
29041
29042 \backslash
29043 fcolorbox
29044 \series default
29045  with the following scheme:
29046 \end_layout
29047
29048 \begin_layout Standard
29049
29050 \series bold
29051
29052 \backslash
29053 fcolorbox{frame color}{box color}{box content}
29054 \end_layout
29055
29056 \begin_layout Standard
29057
29058 \series bold
29059
29060 \backslash
29061 fcolorbox
29062 \series default
29063  is an extension to 
29064 \series bold
29065
29066 \backslash
29067 colorbox
29068 \series default
29069 .
29070  The frame thickness and the space between the frame and the box content
29071  can be adjusted with the lengths 
29072 \series bold
29073
29074 \backslash
29075 fboxrule
29076 \series default
29077  and 
29078 \series bold
29079
29080 \backslash
29081 fboxsep
29082 \series default
29083 , respectively, as described in section
29084 \begin_inset space ~
29085 \end_inset
29086
29087
29088 \begin_inset CommandInset ref
29089 LatexCommand ref
29090 reference "sec:Decoration"
29091
29092 \end_inset
29093
29094 .
29095 \end_layout
29096
29097 \begin_layout Standard
29098 For the following example the command
29099 \end_layout
29100
29101 \begin_layout Standard
29102
29103 \series bold
29104
29105 \backslash
29106 fcolorbox{cyan}{magenta}{
29107 \end_layout
29108
29109 \begin_layout Standard
29110 was used.
29111 \end_layout
29112
29113 \begin_layout Standard
29114 Here is an example where the frame line thickness was set to 1
29115 \begin_inset space \thinspace{}
29116 \end_inset
29117
29118 mm:
29119 \begin_inset Newline newline
29120 \end_inset
29121
29122
29123 \begin_inset ERT
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127
29128
29129 \backslash
29130 fboxrule 1mm 
29131 \backslash
29132 fboxsep 1mm
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \begin_inset ERT
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142
29143
29144 \backslash
29145 fcolorbox{cyan}{magenta}{
29146 \end_layout
29147
29148 \end_inset
29149
29150 This is text within a colored, framed box.
29151 \begin_inset ERT
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155
29156 }
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Standard
29165 \begin_inset VSpace bigskip
29166 \end_inset
29167
29168 Of course you can also have colored text inside a colorbox:
29169 \begin_inset Newline newline
29170 \end_inset
29171
29172
29173 \begin_inset ERT
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177
29178
29179 \backslash
29180 fcolorbox{cyan}{magenta}{
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \color yellow
29187 This is colored text within a colored, framed box.
29188 \color none
29189
29190 \begin_inset ERT
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194
29195 }
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \begin_inset ERT
29202 status collapsed
29203
29204 \begin_layout Plain Layout
29205
29206
29207 \backslash
29208 fboxrule 0.4pt 
29209 \backslash
29210 fboxsep 3pt
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219
29220 \series bold
29221 \begin_inset VSpace medskip
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Standard
29228 \begin_inset Note Greyedout
29229 status open
29230
29231 \begin_layout Plain Layout
29232
29233 \series bold
29234 Note:
29235 \series default
29236  Text in colorboxes cannot have line breaks.
29237  To color multiple text lines or paragraphs, use a box inside a colorbox
29238  as described in the following.
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \begin_layout Subsection
29247 Color for Paragraphs
29248 \begin_inset CommandInset label
29249 LatexCommand label
29250 name "sub:Color-for-Paragraphs"
29251
29252 \end_inset
29253
29254
29255 \begin_inset Index
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Color ! for Paragraphs
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \end_layout
29266
29267 \begin_layout Standard
29268 To set the background color for more than one text line, put the text into
29269  a minipage.
29270  Before the minipage insert the 
29271 \series bold
29272
29273 \backslash
29274 colorbox
29275 \series default
29276  command
29277 \end_layout
29278
29279 \begin_layout Standard
29280
29281 \series bold
29282
29283 \backslash
29284 colorbox{color}{
29285 \end_layout
29286
29287 \begin_layout Standard
29288 in TeX-Code.
29289  Behind the minipage insert a closing brace 
29290 \begin_inset Quotes eld
29291 \end_inset
29292
29293
29294 \series bold
29295 }
29296 \series default
29297
29298 \begin_inset Quotes erd
29299 \end_inset
29300
29301  in TeX-Code.
29302 \end_layout
29303
29304 \begin_layout Standard
29305 \begin_inset ERT
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309
29310
29311 \backslash
29312 colorbox{lightgrey}{
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \begin_inset Box Frameless
29319 position "t"
29320 hor_pos "c"
29321 has_inner_box 1
29322 inner_pos "t"
29323 use_parbox 0
29324 width "100col%"
29325 special "none"
29326 height "1in"
29327 height_special "totalheight"
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331 This is text with background color.
29332  This is text with background color.
29333 \end_layout
29334
29335 \begin_layout Plain Layout
29336 \begin_inset VSpace defskip
29337 \end_inset
29338
29339 The text can have footnotes
29340 \begin_inset Foot
29341 status collapsed
29342
29343 \begin_layout Plain Layout
29344 Another example footnote
29345 \end_layout
29346
29347 \end_inset
29348
29349  and can include tables and figures.
29350 \end_layout
29351
29352 \begin_layout Plain Layout
29353 \align center
29354 \begin_inset Tabular
29355 <lyxtabular version="3" rows="3" columns="3">
29356 <features>
29357 <column alignment="center" valignment="top" width="0">
29358 <column alignment="center" valignment="top" width="0">
29359 <column alignment="center" valignment="top" width="0">
29360 <row>
29361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29362 \begin_inset Text
29363
29364 \begin_layout Plain Layout
29365 a
29366 \end_layout
29367
29368 \end_inset
29369 </cell>
29370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29371 \begin_inset Text
29372
29373 \begin_layout Plain Layout
29374 !
29375 \end_layout
29376
29377 \end_inset
29378 </cell>
29379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29380 \begin_inset Text
29381
29382 \begin_layout Plain Layout
29383 3
29384 \end_layout
29385
29386 \end_inset
29387 </cell>
29388 </row>
29389 <row>
29390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29391 \begin_inset Text
29392
29393 \begin_layout Plain Layout
29394 <
29395 \end_layout
29396
29397 \end_inset
29398 </cell>
29399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29400 \begin_inset Text
29401
29402 \begin_layout Plain Layout
29403 b2
29404 \begin_inset Quotes erd
29405 \end_inset
29406
29407 |
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416 >
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 </row>
29422 <row>
29423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427 1
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436 §
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 c
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 </row>
29451 </lyxtabular>
29452
29453 \end_inset
29454
29455
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \begin_inset ERT
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465
29466 }
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \begin_layout Section
29475 Rotated and Scaled Boxes
29476 \end_layout
29477
29478 \begin_layout Standard
29479 To use the the commands described in this section, the LaTeX-package 
29480 \series bold
29481 graphicx
29482 \series default
29483
29484 \begin_inset Index
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488 LaTeX-packages ! graphicx
29489 \end_layout
29490
29491 \end_inset
29492
29493  needs to be loaded in the document preamble with the command
29494 \end_layout
29495
29496 \begin_layout Standard
29497
29498 \series bold
29499
29500 \backslash
29501 @ifundefined{rotatebox}
29502 \begin_inset Newline newline
29503 \end_inset
29504
29505
29506 \begin_inset ERT
29507 status collapsed
29508
29509 \begin_layout Plain Layout
29510
29511
29512 \backslash
29513 hphantom{ }
29514 \end_layout
29515
29516 \end_inset
29517
29518 {
29519 \backslash
29520 usepackage{graphicx}}{}
29521 \end_layout
29522
29523 \begin_layout Standard
29524 \begin_inset Note Greyedout
29525 status open
29526
29527 \begin_layout Plain Layout
29528
29529 \series bold
29530 Note:
29531 \series default
29532  Some DVI-viewers can't display rotated or scaled material.
29533 \end_layout
29534
29535 \end_inset
29536
29537
29538 \end_layout
29539
29540 \begin_layout Standard
29541 \begin_inset Note Greyedout
29542 status open
29543
29544 \begin_layout Plain Layout
29545
29546 \series bold
29547 Note:
29548 \series default
29549  Floats mustn't be inside a rotated or scaled box.
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Subsection
29558 Rotated Boxes
29559 \begin_inset Index
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Boxes ! rotated
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \begin_inset Index
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573 Rotated material
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \begin_inset Index
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 Figures ! rotated
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \begin_inset Index
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 Table Customization ! Rotating
29594 \end_layout
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \begin_layout Standard
29602 To rotate material, you can put it into a rotated box.
29603  Such a box is created using the command 
29604 \series bold
29605
29606 \backslash
29607 rotatebox
29608 \series default
29609  in TeX-Code with the following scheme:
29610 \end_layout
29611
29612 \begin_layout Standard
29613
29614 \series bold
29615
29616 \backslash
29617 rotatebox[rotation origin]{rotation angle}{box content}
29618 \end_layout
29619
29620 \begin_layout Standard
29621 The rotation origin is specified in the form 
29622 \series bold
29623 origin=position
29624 \series default
29625 .
29626  The following positions are possible: 
29627 \emph on
29628 c
29629 \emph default
29630  (center), 
29631 \emph on
29632 l
29633 \emph default
29634  (left), 
29635 \emph on
29636 r
29637 \emph default
29638  (right), 
29639 \emph on
29640 b
29641 \emph default
29642  (bottom), 
29643 \emph on
29644 t
29645 \emph default
29646  (top), and also expedient combinations of the four base positions.
29647  For example 
29648 \emph on
29649 lt
29650 \emph default
29651  means, that the rotation origin is at the top left corner of the box.
29652  When no rotation origin is specified, the position 
29653 \emph on
29654 l
29655 \emph default
29656  will be used.
29657  The rotation angle is a number that can be negative that specifies the
29658  angle in degrees.
29659  The rotation direction is counterclockwise.
29660 \end_layout
29661
29662 \begin_layout Standard
29663 In the following example the command 
29664 \series bold
29665
29666 \backslash
29667 rotatebox[origin=c]{60}{
29668 \series default
29669  was inserted as TeX-Code before the text 
29670 \begin_inset Quotes eld
29671 \end_inset
29672
29673 with rotated
29674 \begin_inset Quotes erd
29675 \end_inset
29676
29677 ; after the text the box was closed by a closing brace 
29678 \series bold
29679 }
29680 \series default
29681  in TeX-Code.
29682 \end_layout
29683
29684 \begin_layout Standard
29685 This is a line 
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 rotatebox[origin=c]{60}{
29694 \end_layout
29695
29696 \end_inset
29697
29698 with rotated
29699 \begin_inset ERT
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703
29704 }
29705 \end_layout
29706
29707 \end_inset
29708
29709  text.
29710 \end_layout
29711
29712 \begin_layout Standard
29713 The box content can also be another box or an inline formula:
29714 \end_layout
29715
29716 \begin_layout Standard
29717 This is a line
29718 \begin_inset ERT
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722
29723
29724 \backslash
29725 rotatebox[origin=r]{-60}{
29726 \end_layout
29727
29728 \end_inset
29729
29730
29731 \begin_inset Box Doublebox
29732 position "c"
29733 hor_pos "c"
29734 has_inner_box 0
29735 inner_pos "c"
29736 use_parbox 0
29737 width "1in"
29738 special "width"
29739 height "1in"
29740 height_special "totalheight"
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744 with rotated
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755 }
29756 \end_layout
29757
29758 \end_inset
29759
29760  framed text 
29761 \begin_inset ERT
29762 status collapsed
29763
29764 \begin_layout Plain Layout
29765
29766
29767 \backslash
29768 rotatebox[origin=lb]{60}{
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29775 \end_inset
29776
29777
29778 \begin_inset ERT
29779 status collapsed
29780
29781 \begin_layout Plain Layout
29782
29783 }
29784 \end_layout
29785
29786 \end_inset
29787
29788  and a formula.
29789 \end_layout
29790
29791 \begin_layout Standard
29792 or an image or table:
29793 \end_layout
29794
29795 \begin_layout Standard
29796 This is a line
29797 \begin_inset ERT
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801
29802
29803 \backslash
29804 rotatebox[origin=lb]{90}{
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \begin_inset Graphics
29811         filename clipart/platypus.eps
29812         lyxscale 50
29813         width 25col%
29814
29815 \end_inset
29816
29817
29818 \begin_inset ERT
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822
29823 }
29824 \end_layout
29825
29826 \end_inset
29827
29828  with a rotated image 
29829 \begin_inset ERT
29830 status collapsed
29831
29832 \begin_layout Plain Layout
29833
29834
29835 \backslash
29836 rotatebox[origin=l]{-90}{
29837 \end_layout
29838
29839 \end_inset
29840
29841
29842 \begin_inset Tabular
29843 <lyxtabular version="3" rows="2" columns="2">
29844 <features>
29845 <column alignment="center" valignment="top" width="0">
29846 <column alignment="center" valignment="top" width="0">
29847 <row>
29848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29849 \begin_inset Text
29850
29851 \begin_layout Plain Layout
29852 q
29853 \end_layout
29854
29855 \end_inset
29856 </cell>
29857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29858 \begin_inset Text
29859
29860 \begin_layout Plain Layout
29861 w
29862 \end_layout
29863
29864 \end_inset
29865 </cell>
29866 </row>
29867 <row>
29868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29869 \begin_inset Text
29870
29871 \begin_layout Plain Layout
29872 e
29873 \end_layout
29874
29875 \end_inset
29876 </cell>
29877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29878 \begin_inset Text
29879
29880 \begin_layout Plain Layout
29881 r
29882 \end_layout
29883
29884 \end_inset
29885 </cell>
29886 </row>
29887 </lyxtabular>
29888
29889 \end_inset
29890
29891
29892 \begin_inset ERT
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896
29897 }
29898 \end_layout
29899
29900 \end_inset
29901
29902  and table.
29903 \end_layout
29904
29905 \begin_layout Subsection
29906 Scaled Boxes
29907 \begin_inset Index
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Boxes ! scaled
29912 \end_layout
29913
29914 \end_inset
29915
29916
29917 \begin_inset Index
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921 Scaled material
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \begin_inset Index
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931 Figures ! scaled
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \begin_inset Index
29938 status collapsed
29939
29940 \begin_layout Plain Layout
29941 Table Customization ! Scaling
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Standard
29950 To scale material the commands 
29951 \series bold
29952
29953 \backslash
29954 scalebox
29955 \series default
29956  and 
29957 \series bold
29958
29959 \backslash
29960 resizebox
29961 \series default
29962  can be used as TeX-Code.
29963 \end_layout
29964
29965 \begin_layout Standard
29966
29967 \series bold
29968
29969 \backslash
29970 scalebox
29971 \series default
29972  is used with the following scheme:
29973 \end_layout
29974
29975 \begin_layout Standard
29976
29977 \series bold
29978
29979 \backslash
29980 scalebox{horizontal}[vertical]{box content}
29981 \end_layout
29982
29983 \begin_layout Standard
29984 Horizontal and vertical are the corresponding scaling factors.
29985  If no vertical scaling factor is given, the horizontal factor will also
29986  be used as vertical one.
29987 \end_layout
29988
29989 \begin_layout Standard
29990 The command 
29991 \series bold
29992
29993 \backslash
29994 scalebox{2}{Hello}
29995 \series default
29996  creates for example a double size 
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002
30003 \backslash
30004 scalebox{2}{
30005 \end_layout
30006
30007 \end_inset
30008
30009 Hello
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015 }
30016 \end_layout
30017
30018 \end_inset
30019
30020 , compared to the document text size.
30021 \end_layout
30022
30023 \begin_layout Standard
30024
30025 \series bold
30026
30027 \backslash
30028 scalebox{2}[1]{Hello}
30029 \series default
30030  in contrary distorts the 
30031 \begin_inset ERT
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035
30036
30037 \backslash
30038 scalebox{2}[1]{
30039 \end_layout
30040
30041 \end_inset
30042
30043 Hello
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049 }
30050 \end_layout
30051
30052 \end_inset
30053
30054 .
30055 \end_layout
30056
30057 \begin_layout Standard
30058 If a the scaling factor is negative, the box content will be mirrored.
30059  Therefore the command 
30060 \series bold
30061
30062 \backslash
30063 scalebox{-1}[1]{Hello}
30064 \series default
30065  can be used to create mirror writing: 
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071
30072 \backslash
30073 scalebox{-1}[1]{
30074 \end_layout
30075
30076 \end_inset
30077
30078 Hello
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084 }
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \end_layout
30091
30092 \begin_layout Standard
30093
30094 \series bold
30095
30096 \backslash
30097 scalebox{1}[-1]{Hello}
30098 \series default
30099  reflects the 
30100 \begin_inset ERT
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104
30105
30106 \backslash
30107 scalebox{1}[-1]{
30108 \end_layout
30109
30110 \end_inset
30111
30112 Hello
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118 }
30119 \end_layout
30120
30121 \end_inset
30122
30123  at the base line.
30124 \end_layout
30125
30126 \begin_layout Standard
30127 Equivalent to 
30128 \series bold
30129
30130 \backslash
30131 scalebox{-1}[1]{box content}
30132 \series default
30133  there exists the command
30134 \begin_inset Newline newline
30135 \end_inset
30136
30137
30138 \series bold
30139
30140 \backslash
30141 reflectbox{box content}
30142 \series default
30143 .
30144 \end_layout
30145
30146 \begin_layout Standard
30147 \begin_inset VSpace bigskip
30148 \end_inset
30149
30150 The command 
30151 \series bold
30152
30153 \backslash
30154 resizebox
30155 \series default
30156  is used to scale the box to a defined width and height.
30157  The command scheme is:
30158 \end_layout
30159
30160 \begin_layout Standard
30161
30162 \series bold
30163
30164 \backslash
30165 resizebox{width}{height}{box content}
30166 \end_layout
30167
30168 \begin_layout Standard
30169 Is one of the two command arguments given as exclamation mark 
30170 \series bold
30171 !
30172 \series default
30173 , the size is set so that the aspect ratio of the box content is kept.
30174 \end_layout
30175
30176 \begin_layout Standard
30177 The command 
30178 \series bold
30179
30180 \backslash
30181 resizebox{2cm}{1cm}{Hello}
30182 \series default
30183  produces: 
30184 \begin_inset ERT
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188
30189
30190 \backslash
30191 resizebox{2cm}{1cm}{
30192 \end_layout
30193
30194 \end_inset
30195
30196 Hello
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202 }
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \begin_inset Newline newline
30209 \end_inset
30210
30211 The command 
30212 \series bold
30213
30214 \backslash
30215 resizebox{2cm}{!}{Hello}
30216 \series default
30217  produces: 
30218 \begin_inset ERT
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222
30223
30224 \backslash
30225 resizebox{2cm}{!}{
30226 \end_layout
30227
30228 \end_inset
30229
30230 Hello
30231 \begin_inset ERT
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235
30236 }
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \begin_layout Standard
30245 \begin_inset VSpace bigskip
30246 \end_inset
30247
30248
30249 \begin_inset Note Greyedout
30250 status open
30251
30252 \begin_layout Plain Layout
30253
30254 \series bold
30255 Note:
30256 \series default
30257  When arguments of 
30258 \series bold
30259
30260 \backslash
30261 scalebox
30262 \series default
30263  or 
30264 \series bold
30265
30266 \backslash
30267 resizebox
30268 \series default
30269  are set to zero, no LaTeX-errors occur when exporting the document but
30270  the exported files can not or only partly be displayed.
30271 \end_layout
30272
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \begin_layout Standard
30279 \begin_inset VSpace bigskip
30280 \end_inset
30281
30282
30283 \end_layout
30284
30285 \begin_layout Standard
30286 The boxes can be combined in any order.
30287  E.
30288 \begin_inset space \thinspace{}
30289 \end_inset
30290
30291 g.
30292 \begin_inset space ~
30293 \end_inset
30294
30295 the command
30296 \begin_inset Newline newline
30297 \end_inset
30298
30299
30300 \series bold
30301
30302 \backslash
30303 rotatebox[origin=c]{-45}{
30304 \backslash
30305 resizebox{2cm}{!}{
30306 \backslash
30307 reflectbox{Hello}}}
30308 \begin_inset Newline newline
30309 \end_inset
30310
30311
30312 \series default
30313 produces:
30314 \end_layout
30315
30316 \begin_layout Standard
30317 \align center
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323
30324 \backslash
30325 rotatebox[origin=c]{-45}{
30326 \backslash
30327 resizebox{2cm}{!}{
30328 \backslash
30329 reflectbox{
30330 \end_layout
30331
30332 \end_inset
30333
30334 Hello
30335 \begin_inset ERT
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339
30340 }}}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Standard
30349 \noindent
30350 Images, tables, and inline formulas are allowed as box content:
30351 \end_layout
30352
30353 \begin_layout Standard
30354 \align center
30355 \begin_inset ERT
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359
30360
30361 \backslash
30362 rotatebox[origin=c]{-30}{
30363 \backslash
30364 resizebox{2cm}{!}{
30365 \backslash
30366 reflectbox{
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \begin_inset Graphics
30373         filename clipart/platypus.eps
30374         lyxscale 50
30375         width 25col%
30376
30377 \end_inset
30378
30379
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385 }}}
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \begin_inset ERT
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396
30397 \backslash
30398 rotatebox[origin=c]{-45}{
30399 \backslash
30400 resizebox{2cm}{!}{
30401 \backslash
30402 reflectbox{
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \begin_inset Tabular
30409 <lyxtabular version="3" rows="2" columns="2">
30410 <features>
30411 <column alignment="center" valignment="top" width="0">
30412 <column alignment="center" valignment="top" width="0">
30413 <row>
30414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30415 \begin_inset Text
30416
30417 \begin_layout Plain Layout
30418 q
30419 \end_layout
30420
30421 \end_inset
30422 </cell>
30423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30424 \begin_inset Text
30425
30426 \begin_layout Plain Layout
30427 w
30428 \end_layout
30429
30430 \end_inset
30431 </cell>
30432 </row>
30433 <row>
30434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30435 \begin_inset Text
30436
30437 \begin_layout Plain Layout
30438 e
30439 \end_layout
30440
30441 \end_inset
30442 </cell>
30443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30444 \begin_inset Text
30445
30446 \begin_layout Plain Layout
30447 r
30448 \end_layout
30449
30450 \end_inset
30451 </cell>
30452 </row>
30453 </lyxtabular>
30454
30455 \end_inset
30456
30457
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463 }}}
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474
30475 \backslash
30476 rotatebox[origin=c]{-45}{
30477 \backslash
30478 resizebox{2cm}{!}{
30479 \backslash
30480 reflectbox{
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30487 \end_inset
30488
30489
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495 }}}
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \end_layout
30502
30503 \begin_layout Standard
30504 When the global formula style 
30505 \series bold
30506 fleqn
30507 \series default
30508  is used in the document
30509 \begin_inset Foot
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513 When 
30514 \begin_inset Quotes eld
30515 \end_inset
30516
30517 fleqn
30518 \begin_inset Quotes erd
30519 \end_inset
30520
30521  is added to the document class options.
30522 \end_layout
30523
30524 \end_inset
30525
30526 , also display formulas can be scaled.
30527 \end_layout
30528
30529 \begin_layout Chapter
30530 External Stuff
30531 \begin_inset Index
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535 External Stuff
30536 \end_layout
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Standard
30544 With the menu 
30545 \family sans
30546 Insert\SpecialChar \menuseparator
30547 File
30548 \family default
30549  you can insert external material to your document.
30550  This can be:
30551 \end_layout
30552
30553 \begin_layout Description
30554 LyX
30555 \begin_inset space ~
30556 \end_inset
30557
30558 Document Another LyX document; its content is directly inserted to your
30559  document.
30560 \end_layout
30561
30562 \begin_layout Description
30563 Plain
30564 \begin_inset space ~
30565 \end_inset
30566
30567 Text A text document; every of its text lines is inserted to your document
30568  as own paragraph.
30569 \end_layout
30570
30571 \begin_layout Description
30572 Plain
30573 \begin_inset space ~
30574 \end_inset
30575
30576 Text,
30577 \begin_inset space ~
30578 \end_inset
30579
30580 Join
30581 \begin_inset space ~
30582 \end_inset
30583
30584 Lines A text document; its text lines are inserted as they are.
30585  Empty text lines creates a new paragraph in your document.
30586 \end_layout
30587
30588 \begin_layout Description
30589 External
30590 \begin_inset space ~
30591 \end_inset
30592
30593 Material Files in various formats.
30594 \end_layout
30595
30596 \begin_layout Description
30597 Child
30598 \begin_inset space ~
30599 \end_inset
30600
30601 Document LyX or LaTeX-documents.
30602 \end_layout
30603
30604 \begin_layout Section
30605 External Material
30606 \begin_inset Index
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610 External Stuff ! External Material
30611 \end_layout
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \begin_layout Standard
30619 The external material feature allows you to insert files to your document
30620  without converting them previously to a format that can be read by the
30621  document output format because LyX takes care of needed conversions.
30622  This is similar to images that can be inserted in various image formats
30623  to LyX documents.
30624 \end_layout
30625
30626 \begin_layout Standard
30627 External material can be inserted via the 
30628 \family sans
30629 External Material
30630 \family default
30631  dialog that is accessible with the menu 
30632 \family sans
30633 Insert\SpecialChar \menuseparator
30634 File\SpecialChar \menuseparator
30635 External
30636 \begin_inset space ~
30637 \end_inset
30638
30639 Material
30640 \family default
30641 .
30642  Currently the following file types (
30643 \family sans
30644 Templates
30645 \family default
30646 ) are allowed:
30647 \end_layout
30648
30649 \begin_layout Description
30650 ChessDiagram This template supports chess position diagrams made with the
30651  programas 
30652 \series bold
30653
30654 \begin_inset CommandInset href
30655 LatexCommand href
30656 name "XBoard"
30657 target "http://en.wikipedia.org/wiki/XBoard"
30658
30659 \end_inset
30660
30661
30662 \series default
30663 .
30664 \end_layout
30665
30666 \begin_layout Description
30667 Date This inserts the date in the form 
30668 \emph on
30669 Day-Month-Year
30670 \emph default
30671 .
30672  This is a date inserted as external material: 
30673 \begin_inset External
30674         template Date
30675         filename .
30676
30677 \end_inset
30678
30679
30680 \begin_inset space ~
30681 \end_inset
30682
30683
30684 \begin_inset Note Note
30685 status open
30686
30687 \begin_layout Plain Layout
30688 Remove the protected space when bug 4398 is fixed!
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \begin_inset Newline newline
30695 \end_inset
30696
30697 The date is not shown within LyX, only in the output.
30698  There are two other methods of inserting a date: Via menu 
30699 \family sans
30700 Insert\SpecialChar \menuseparator
30701 Date
30702 \family default
30703  and with the LaTeX command 
30704 \series bold
30705
30706 \backslash
30707 today
30708 \series default
30709  as TeX-Code.
30710  The different methods are compared in Table
30711 \begin_inset space ~
30712 \end_inset
30713
30714
30715 \begin_inset CommandInset ref
30716 LatexCommand ref
30717 reference "tab:Comparison-of-the"
30718
30719 \end_inset
30720
30721 .
30722 \end_layout
30723
30724 \begin_layout Description
30725 LilyPond This template is used for music notation typeset with the program
30726 \begin_inset Newline linebreak
30727 \end_inset
30728
30729
30730 \series bold
30731
30732 \begin_inset CommandInset href
30733 LatexCommand href
30734 name "LilyPond"
30735 target "http://en.wikipedia.org/wiki/LilyPond"
30736
30737 \end_inset
30738
30739
30740 \series default
30741 .
30742 \end_layout
30743
30744 \begin_layout Description
30745 RasterImage This can be used for bitmap images.
30746  Nearly all popular image formats are supported.
30747  The image can be treated in the 
30748 \family sans
30749 External material
30750 \family default
30751  dialog like the images that are usually included via the 
30752 \family sans
30753 Graphics
30754 \family default
30755  dialog as described in section
30756 \begin_inset space ~
30757 \end_inset
30758
30759
30760 \begin_inset CommandInset ref
30761 LatexCommand ref
30762 reference "sec:Graphics-Dialog"
30763
30764 \end_inset
30765
30766 .
30767  The difference is that only raster images are allowed, that means that
30768  PDF and EPS-images are not supported.
30769 \end_layout
30770
30771 \begin_layout Description
30772 XFig This template supports images created with the program 
30773 \series bold
30774
30775 \begin_inset CommandInset href
30776 LatexCommand href
30777 name "Xfig"
30778 target "http://en.wikipedia.org/wiki/Xfig"
30779
30780 \end_inset
30781
30782
30783 \series default
30784 .
30785 \end_layout
30786
30787 \begin_layout Standard
30788 \begin_inset Float table
30789 placement h
30790 wide false
30791 sideways false
30792 status open
30793
30794 \begin_layout Plain Layout
30795 \begin_inset Caption
30796
30797 \begin_layout Plain Layout
30798 \begin_inset CommandInset label
30799 LatexCommand label
30800 name "tab:Comparison-of-the"
30801
30802 \end_inset
30803
30804 Comparison of the date input methods.
30805 \end_layout
30806
30807 \end_inset
30808
30809
30810 \end_layout
30811
30812 \begin_layout Plain Layout
30813 \align center
30814 \begin_inset Tabular
30815 <lyxtabular version="3" rows="4" columns="4">
30816 <features>
30817 <column alignment="center" valignment="top" width="0">
30818 <column alignment="center" valignment="top" width="0">
30819 <column alignment="center" valignment="top" width="0">
30820 <column alignment="center" valignment="top" width="0">
30821 <row>
30822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30823 \begin_inset Text
30824
30825 \begin_layout Plain Layout
30826 Document format
30827 \end_layout
30828
30829 \end_inset
30830 </cell>
30831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30832 \begin_inset Text
30833
30834 \begin_layout Plain Layout
30835
30836 \family sans
30837 External Material\SpecialChar \menuseparator
30838 Date
30839 \end_layout
30840
30841 \end_inset
30842 </cell>
30843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30844 \begin_inset Text
30845
30846 \begin_layout Plain Layout
30847
30848 \family sans
30849 Insert\SpecialChar \menuseparator
30850 Date
30851 \end_layout
30852
30853 \end_inset
30854 </cell>
30855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30856 \begin_inset Text
30857
30858 \begin_layout Plain Layout
30859 command 
30860 \series bold
30861
30862 \backslash
30863 today
30864 \end_layout
30865
30866 \end_inset
30867 </cell>
30868 </row>
30869 <row>
30870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30871 \begin_inset Text
30872
30873 \begin_layout Plain Layout
30874 LyX
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Plain Layout
30883 as inset box
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30889 \begin_inset Text
30890
30891 \begin_layout Plain Layout
30892 as date
30893 \end_layout
30894
30895 \end_inset
30896 </cell>
30897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30898 \begin_inset Text
30899
30900 \begin_layout Plain Layout
30901 as TeX-Code inset box
30902 \end_layout
30903
30904 \end_inset
30905 </cell>
30906 </row>
30907 <row>
30908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30909 \begin_inset Text
30910
30911 \begin_layout Plain Layout
30912 LaTeX
30913 \end_layout
30914
30915 \end_inset
30916 </cell>
30917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30918 \begin_inset Text
30919
30920 \begin_layout Plain Layout
30921 as date
30922 \end_layout
30923
30924 \end_inset
30925 </cell>
30926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30927 \begin_inset Text
30928
30929 \begin_layout Plain Layout
30930 as date
30931 \end_layout
30932
30933 \end_inset
30934 </cell>
30935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30936 \begin_inset Text
30937
30938 \begin_layout Plain Layout
30939 as command
30940 \end_layout
30941
30942 \end_inset
30943 </cell>
30944 </row>
30945 <row>
30946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30947 \begin_inset Text
30948
30949 \begin_layout Plain Layout
30950 DVI, PDF, PS
30951 \end_layout
30952
30953 \end_inset
30954 </cell>
30955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30956 \begin_inset Text
30957
30958 \begin_layout Plain Layout
30959 as date
30960 \end_layout
30961
30962 \end_inset
30963 </cell>
30964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30965 \begin_inset Text
30966
30967 \begin_layout Plain Layout
30968 as date
30969 \end_layout
30970
30971 \end_inset
30972 </cell>
30973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30974 \begin_inset Text
30975
30976 \begin_layout Plain Layout
30977 as date
30978 \end_layout
30979
30980 \end_inset
30981 </cell>
30982 </row>
30983 </lyxtabular>
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \begin_layout Standard
30996 When you use the option 
30997 \family sans
30998 Draft
30999 \family default
31000  in the 
31001 \family sans
31002 File
31003 \family default
31004  tab of the 
31005 \family sans
31006 External Material
31007 \family default
31008  dialog, only the path to the inserted file is shown in the output.
31009 \begin_inset Newline newline
31010 \end_inset
31011
31012 External material is displayed in LyX either as box like this: 
31013 \begin_inset Graphics
31014         filename clipart/ExternalMaterialQt4.png
31015         scale 85
31016         scaleBeforeRotation
31017
31018 \end_inset
31019
31020  or as image, depending on the setting in the 
31021 \family sans
31022 LyX
31023 \begin_inset space ~
31024 \end_inset
31025
31026 View
31027 \family default
31028  tab of the 
31029 \family sans
31030 External Material
31031 \family default
31032  dialog.
31033 \end_layout
31034
31035 \begin_layout Standard
31036 The 
31037 \family sans
31038 \emph on
31039 Customization
31040 \family default
31041 \emph default
31042  manual explains how you can define your own templates.
31043 \end_layout
31044
31045 \begin_layout Section
31046 Child Documents
31047 \begin_inset CommandInset label
31048 LatexCommand label
31049 name "sec:Child-Documents"
31050
31051 \end_inset
31052
31053
31054 \begin_inset Index
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058 External Stuff ! Child Documents
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \begin_inset Index
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068 Files ! Include
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \end_layout
31075
31076 \begin_layout Standard
31077 Child documents are used when you have a long document consisting of several
31078  larger parts or sections.
31079  For maintenance it is often useful and sometimes even required to split
31080  the document in several files that can be revised separately.
31081  The different documents are then the so called child documents and a master
31082  document connects them to print the full document or parts of it.
31083 \end_layout
31084
31085 \begin_layout Standard
31086 Included documents are displayed in LyX as a box like this: 
31087 \begin_inset Graphics
31088         filename clipart/ChildDocumentQt4.png
31089         scale 85
31090         scaleBeforeRotation
31091
31092 \end_inset
31093
31094  To include child documents to a master document use the menu 
31095 \family sans
31096 Insert\SpecialChar \menuseparator
31097 File\SpecialChar \menuseparator
31098 Child
31099 \begin_inset space ~
31100 \end_inset
31101
31102 Documents
31103 \family default
31104 .
31105  A dialog pops up where you can choose between four include methods:
31106 \end_layout
31107
31108 \begin_layout Description
31109 Include You can include LyX and LaTeX-documents.
31110  When you press the 
31111 \family sans
31112 Load
31113 \family default
31114  button in the 
31115 \family sans
31116 Child Document
31117 \family default
31118  dialog, the included documents will be opened in LyX in a new file tab
31119  so that you can modify it.
31120 \begin_inset Newline newline
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \begin_layout Standard
31127 Here is a child document inserted using 
31128 \family sans
31129 Include
31130 \family default
31131
31132 \begin_inset CommandInset include
31133 LatexCommand include
31134 filename "DummyDocument1.lyx"
31135
31136 \end_inset
31137
31138
31139 \end_layout
31140
31141 \begin_layout Standard
31142 The section numbering includes the sections of the included files in the
31143  order they are inserted in the master document.
31144  The included example document has for example a subsection that is numbered
31145  as subsection of this section.
31146  Labels of included documents can be referenced: Subsection
31147 \begin_inset space ~
31148 \end_inset
31149
31150
31151 \begin_inset CommandInset ref
31152 LatexCommand ref
31153 reference "sub:External-Subsection-1"
31154
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \begin_layout Standard
31161 The preamble of the child document is ignored, only the preamble of the
31162  master document is used.
31163  Included documents are inserted starting on a new page and end with a page
31164  break.
31165 \end_layout
31166
31167 \begin_layout Standard
31168 With the LaTeX-command 
31169 \series bold
31170
31171 \backslash
31172 includeonly 
31173 \series default
31174 you can specify which included child documents are processed when the output
31175  is generated.
31176  This is useful when you are perhaps only working on a certain chapter of
31177  your large document as this saves compiling time.
31178  
31179 \series bold
31180
31181 \backslash
31182 includeonly
31183 \series default
31184  is inserted to the master document preamble.
31185  It takes a comma-separated list of the filenames as argument, e.g.
31186 \end_layout
31187
31188 \begin_layout Standard
31189
31190 \series bold
31191
31192 \backslash
31193 includeonly{chapter1,chapter5}
31194 \end_layout
31195
31196 \begin_layout Standard
31197 will only process the included files named 
31198 \begin_inset Quotes eld
31199 \end_inset
31200
31201 chapter1.lyx
31202 \begin_inset Quotes erd
31203 \end_inset
31204
31205  (or 
31206 \begin_inset Quotes eld
31207 \end_inset
31208
31209 chapter1.tex
31210 \begin_inset Quotes erd
31211 \end_inset
31212
31213 ) and 
31214 \begin_inset Quotes eld
31215 \end_inset
31216
31217 chapter5.lyx
31218 \begin_inset Quotes erd
31219 \end_inset
31220
31221  .
31222 \end_layout
31223
31224 \begin_layout Standard
31225 \begin_inset Note Greyedout
31226 status open
31227
31228 \begin_layout Plain Layout
31229
31230 \series bold
31231 Note:
31232 \series default
31233  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31234 w the document in case that the child document uses another document class
31235  than the master document as this will lead to unexpected outputs.
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \end_layout
31242
31243 \begin_layout Description
31244 Input This method is very similar to the Include method.
31245  The differences are:
31246 \end_layout
31247
31248 \begin_deeper
31249 \begin_layout Itemize
31250 Input files don't start with a new page and don't end with a page break.
31251 \end_layout
31252
31253 \begin_layout Itemize
31254 Input files can be previewed in LyX when 
31255 \family sans
31256 Instant
31257 \begin_inset space ~
31258 \end_inset
31259
31260 Preview
31261 \family default
31262  is enabled in LyX's preferences under 
31263 \family sans
31264 Look
31265 \begin_inset space ~
31266 \end_inset
31267
31268 and
31269 \begin_inset space ~
31270 \end_inset
31271
31272 feel\SpecialChar \menuseparator
31273 Graphics
31274 \family default
31275 .
31276 \end_layout
31277
31278 \begin_layout Itemize
31279 The LaTeX-command 
31280 \series bold
31281
31282 \backslash
31283 includeonly
31284 \series default
31285  cannot be used.
31286 \end_layout
31287
31288 \end_deeper
31289 \begin_layout Standard
31290 Here is a child document inserted using 
31291 \family sans
31292 Input
31293 \family default
31294
31295 \begin_inset CommandInset include
31296 LatexCommand input
31297 filename "DummyDocument2.lyx"
31298
31299 \end_inset
31300
31301
31302 \end_layout
31303
31304 \begin_layout Description
31305 Verbatim With this method every text file can be included.
31306  The file is shown in the output with its source code, no command used in
31307  the text is invoked.
31308  You can use the option 
31309 \family sans
31310 Mark spaces in output
31311 \family default
31312  that displays the character 
31313 \begin_inset Quotes eld
31314 \end_inset
31315
31316
31317 \begin_inset ERT
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321
31322
31323 \backslash
31324 textvisiblespace 
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \begin_inset Quotes erd
31331 \end_inset
31332
31333  for every space character in the source code.
31334  The difference to the method via the menu 
31335 \family sans
31336 Insert\SpecialChar \menuseparator
31337 File\SpecialChar \menuseparator
31338 Plain
31339 \begin_inset space ~
31340 \end_inset
31341
31342 Text
31343 \family default
31344  is that the document content is not shown in LyX.
31345 \end_layout
31346
31347 \begin_layout Standard
31348 Here is a child document inserted as Verbatim: 
31349 \begin_inset CommandInset include
31350 LatexCommand verbatiminput
31351 filename "DummyTextDocument.txt"
31352
31353 \end_inset
31354
31355
31356 \begin_inset VSpace bigskip
31357 \end_inset
31358
31359 Here is a child document inserted as Verbatim using the 
31360 \family sans
31361 Mark spaces in output
31362 \family default
31363  option: 
31364 \begin_inset CommandInset include
31365 LatexCommand verbatiminput*
31366 filename "DummyTextDocument.txt"
31367
31368 \end_inset
31369
31370
31371 \end_layout
31372
31373 \begin_layout Standard
31374 \begin_inset VSpace bigskip
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Standard
31381 \begin_inset Note Greyedout
31382 status open
31383
31384 \begin_layout Plain Layout
31385
31386 \series bold
31387 Note:
31388 \series default
31389  As you can see in the examples above, the text of the documents included
31390  as 
31391 \family sans
31392 verbatim
31393 \family default
31394  is not broken at the end of the document lines.
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \end_layout
31401
31402 \begin_layout Description
31403 Listings This type is described in chapter
31404 \begin_inset space ~
31405 \end_inset
31406
31407
31408 \begin_inset CommandInset ref
31409 LatexCommand ref
31410 reference "cha:Program-Code-Listings"
31411
31412 \end_inset
31413
31414 .
31415 \end_layout
31416
31417 \begin_layout Standard
31418 \begin_inset Note Greyedout
31419 status open
31420
31421 \begin_layout Plain Layout
31422
31423 \series bold
31424 Note:
31425 \series default
31426  Including the same document twice in a document using different methods
31427  could cause LaTeX-problems.
31428 \end_layout
31429
31430 \end_inset
31431
31432
31433 \end_layout
31434
31435 \begin_layout Chapter
31436 Program Code Listings
31437 \begin_inset CommandInset label
31438 LatexCommand label
31439 name "cha:Program-Code-Listings"
31440
31441 \end_inset
31442
31443
31444 \begin_inset Index
31445 status collapsed
31446
31447 \begin_layout Plain Layout
31448 Listings
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \begin_inset Index
31455 status collapsed
31456
31457 \begin_layout Plain Layout
31458 Program Code
31459 \end_layout
31460
31461 \end_inset
31462
31463
31464 \begin_inset Index
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468 Floats ! Listings
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \end_layout
31475
31476 \begin_layout Standard
31477 To include and typeset program code you can use the 
31478 \family sans
31479 Listings
31480 \family default
31481  inset that can be inserted via the menu 
31482 \family sans
31483 Insert\SpecialChar \menuseparator
31484 Program Listing
31485 \family default
31486 .
31487  The LaTeX-package 
31488 \series bold
31489 listings
31490 \series default
31491
31492 \begin_inset Index
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496 LaTeX-packages ! listings
31497 \end_layout
31498
31499 \end_inset
31500
31501  provides a powerful and flexible way to insert program source code to your
31502  document.
31503 \end_layout
31504
31505 \begin_layout Standard
31506 When right-clicking on a listings inset a dialog pops up where you can set
31507  the listings format.
31508 \end_layout
31509
31510 \begin_layout Standard
31511 By default, a listing starts a new paragraph in the output.
31512  The placement option 
31513 \family sans
31514 Inline
31515 \begin_inset space ~
31516 \end_inset
31517
31518 listing
31519 \family default
31520  prints the listing inline like this: 
31521 \begin_inset listings
31522 lstparams "language={C++}"
31523 inline true
31524 status open
31525
31526 \begin_layout Plain Layout
31527
31528 int a=5;
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \begin_inset Newline newline
31535 \end_inset
31536
31537 The option 
31538 \family sans
31539 Float
31540 \family default
31541  creates a listings float where you can specify the placement options 
31542 \begin_inset Quotes eld
31543 \end_inset
31544
31545
31546 \family sans
31547 h
31548 \family default
31549
31550 \begin_inset Quotes erd
31551 \end_inset
31552
31553
31554 \begin_inset Quotes eld
31555 \end_inset
31556
31557
31558 \family sans
31559 t
31560 \family default
31561
31562 \begin_inset Quotes erd
31563 \end_inset
31564
31565
31566 \begin_inset Quotes eld
31567 \end_inset
31568
31569
31570 \family sans
31571 b
31572 \family default
31573
31574 \begin_inset Quotes erd
31575 \end_inset
31576
31577 , and 
31578 \begin_inset Quotes eld
31579 \end_inset
31580
31581
31582 \family sans
31583 p
31584 \family default
31585
31586 \begin_inset Quotes erd
31587 \end_inset
31588
31589  corresponding to the float placement options described in section
31590 \begin_inset space ~
31591 \end_inset
31592
31593
31594 \begin_inset CommandInset ref
31595 LatexCommand ref
31596 reference "sec:Float-Placement"
31597
31598 \end_inset
31599
31600 .
31601  The placement options can be mixed and are inserted without any separation,
31602  e.
31603 \begin_inset space \thinspace{}
31604 \end_inset
31605
31606 g.
31607 \begin_inset space ~
31608 \end_inset
31609
31610
31611 \begin_inset Quotes eld
31612 \end_inset
31613
31614
31615 \family sans
31616 htbp
31617 \family default
31618
31619 \begin_inset Quotes erd
31620 \end_inset
31621
31622 .
31623  The option 
31624 \begin_inset Quotes eld
31625 \end_inset
31626
31627 h
31628 \begin_inset Quotes erd
31629 \end_inset
31630
31631  has sometimes no effect, but you don't need to use the 
31632 \family sans
31633 Float
31634 \family default
31635  option in this case as also non-float listings can have captions and be
31636  referenced.
31637 \end_layout
31638
31639 \begin_layout Standard
31640 You can add captions to listings with the menu 
31641 \family sans
31642 Insert\SpecialChar \menuseparator
31643 Caption
31644 \family default
31645 .
31646  Listings can be referenced like floats: Listing
31647 \begin_inset space ~
31648 \end_inset
31649
31650
31651 \begin_inset CommandInset ref
31652 LatexCommand ref
31653 reference "lst:Example-Listing"
31654
31655 \end_inset
31656
31657
31658 \end_layout
31659
31660 \begin_layout Standard
31661 \begin_inset listings
31662 lstparams "language=Python"
31663 inline false
31664 status open
31665
31666 \begin_layout Plain Layout
31667
31668 \begin_inset Caption
31669
31670 \begin_layout Plain Layout
31671 \begin_inset CommandInset label
31672 LatexCommand label
31673 name "lst:Example-Listing"
31674
31675 \end_inset
31676
31677 Example Listing float
31678 \end_layout
31679
31680 \end_inset
31681
31682 # Example listing float
31683 \end_layout
31684
31685 \begin_layout Plain Layout
31686
31687 def func(param):
31688 \end_layout
31689
31690 \begin_layout Plain Layout
31691
31692     'this is a python function'
31693 \end_layout
31694
31695 \begin_layout Plain Layout
31696
31697     pass
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Standard
31706 When you have set a programming language in the listings dialog, the keywords
31707  of this language will be recognized and specially typeset in the output.
31708  In the example listings the Python keyword 
31709 \begin_inset Quotes eld
31710 \end_inset
31711
31712 def
31713 \begin_inset Quotes erd
31714 \end_inset
31715
31716  is recognized and printed bold in the output.
31717 \end_layout
31718
31719 \begin_layout Standard
31720 \begin_inset Note Greyedout
31721 status open
31722
31723 \begin_layout Plain Layout
31724
31725 \series bold
31726 Note:
31727 \series default
31728  If you don't get bold keywords when using typewriter fonts, your typewriter
31729  font probably doesn't provide a bold shape.
31730  In this case select a different one in the menu 
31731 \family sans
31732 Document\SpecialChar \menuseparator
31733 Settings\SpecialChar \menuseparator
31734 Fonts
31735 \family default
31736 .
31737  (The fonts 
31738 \emph on
31739 LuxiMono, BeraMono
31740 \emph default
31741  and 
31742 \emph on
31743 Courier
31744 \emph default
31745  provide bold shapes.)
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Standard
31754 In section 
31755 \family sans
31756 Line
31757 \begin_inset space ~
31758 \end_inset
31759
31760 numbering
31761 \family default
31762  of the listings dialog you can specify the line numbering style.
31763  You can insert a number to specify which lines are numbered to the field
31764  
31765 \family sans
31766 Step
31767 \family default
31768 .
31769  When you insert e.g.
31770  
31771 \begin_inset Quotes eld
31772 \end_inset
31773
31774 3
31775 \begin_inset Quotes erd
31776 \end_inset
31777
31778 , only every 3rd line will be numbered.
31779 \end_layout
31780
31781 \begin_layout Standard
31782 You can furthermore specify a range of lines, only these will then appear
31783  in the output.
31784  The option 
31785 \family sans
31786 Extended
31787 \begin_inset space ~
31788 \end_inset
31789
31790 chars
31791 \family default
31792  should be used when you use national characters like the German umlauts
31793  in the listing.
31794 \begin_inset Newline newline
31795 \end_inset
31796
31797 Here is an example listing with left line numbering, step 
31798 \begin_inset Quotes eld
31799 \end_inset
31800
31801 3
31802 \begin_inset Quotes erd
31803 \end_inset
31804
31805 , language 
31806 \begin_inset Quotes eld
31807 \end_inset
31808
31809 Python
31810 \begin_inset Quotes erd
31811 \end_inset
31812
31813 , options 
31814 \begin_inset Quotes eld
31815 \end_inset
31816
31817 Extended
31818 \begin_inset space ~
31819 \end_inset
31820
31821 chars
31822 \begin_inset Quotes erd
31823 \end_inset
31824
31825  and 
31826 \begin_inset Quotes eld
31827 \end_inset
31828
31829 Space
31830 \begin_inset space ~
31831 \end_inset
31832
31833 as
31834 \begin_inset space ~
31835 \end_inset
31836
31837 Symbol
31838 \begin_inset Quotes erd
31839 \end_inset
31840
31841 , range lines 3
31842 \begin_inset space \thinspace{}
31843 \end_inset
31844
31845 -
31846 \begin_inset space \thinspace{}
31847 \end_inset
31848
31849 8:
31850 \end_layout
31851
31852 \begin_layout Standard
31853 \begin_inset listings
31854 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31855 inline false
31856 status open
31857
31858 \begin_layout Plain Layout
31859
31860 def func(param):
31861 \end_layout
31862
31863 \begin_layout Plain Layout
31864
31865     'this is a python function'
31866 \end_layout
31867
31868 \begin_layout Plain Layout
31869
31870     pass
31871 \end_layout
31872
31873 \begin_layout Plain Layout
31874
31875 def func(param):
31876 \end_layout
31877
31878 \begin_layout Plain Layout
31879
31880 'This is a German word: Tschüß'
31881 \end_layout
31882
31883 \begin_layout Plain Layout
31884
31885 pass
31886 \end_layout
31887
31888 \begin_layout Plain Layout
31889
31890 def func(param):
31891 \end_layout
31892
31893 \begin_layout Plain Layout
31894
31895 'this is a python function'
31896 \end_layout
31897
31898 \begin_layout Plain Layout
31899
31900 pass
31901 \end_layout
31902
31903 \end_inset
31904
31905
31906 \end_layout
31907
31908 \begin_layout Standard
31909 \begin_inset Note Greyedout
31910 status open
31911
31912 \begin_layout Plain Layout
31913
31914 \series bold
31915 Note:
31916 \series default
31917  Due to a bug in the 
31918 \series bold
31919 listings
31920 \series default
31921  package the line numbering is shifted by a line by every previous listing.
31922  That's the reason why the lines 2 and 5 are numbered in the above listing
31923  and not the lines 3 and 6.
31924 \end_layout
31925
31926 \end_inset
31927
31928
31929 \end_layout
31930
31931 \begin_layout Standard
31932 \begin_inset VSpace bigskip
31933 \end_inset
31934
31935
31936 \end_layout
31937
31938 \begin_layout Standard
31939 It is also possible to print lines from a file as listing.
31940  To do this, use the menu 
31941 \family sans
31942 Insert\SpecialChar \menuseparator
31943 File\SpecialChar \menuseparator
31944 Child Document
31945 \family default
31946  and choose the type 
31947 \family sans
31948 Listings
31949 \family default
31950 .
31951 \begin_inset Foot
31952 status collapsed
31953
31954 \begin_layout Plain Layout
31955 The other child document types are described in section
31956 \begin_inset space ~
31957 \end_inset
31958
31959
31960 \begin_inset CommandInset ref
31961 LatexCommand ref
31962 reference "sec:Child-Documents"
31963
31964 \end_inset
31965
31966 .
31967 \end_layout
31968
31969 \end_inset
31970
31971  In the child document dialog you can specify the listing parameters in
31972  a text box.
31973  To show a list of all available parameters, type in a question mark 
31974 \begin_inset Quotes eld
31975 \end_inset
31976
31977 ?
31978 \begin_inset Quotes erd
31979 \end_inset
31980
31981  in the text box.
31982 \end_layout
31983
31984 \begin_layout Standard
31985 To reference child document listings, write a label text into the corresponding
31986  field of the child document dialog.
31987  The label can then be referenced using the menu 
31988 \family sans
31989 Insert\SpecialChar \menuseparator
31990 Cross-Reference
31991 \family default
31992 .
31993 \end_layout
31994
31995 \begin_layout Standard
31996 Listing
31997 \begin_inset space ~
31998 \end_inset
31999
32000
32001 \begin_inset CommandInset ref
32002 LatexCommand ref
32003 reference "lst:file-listing"
32004
32005 \end_inset
32006
32007  is an example for a listing of a file; there the lines 10
32008 \begin_inset space \thinspace{}
32009 \end_inset
32010
32011 -
32012 \begin_inset space \thinspace{}
32013 \end_inset
32014
32015 15 of this LyX file are listed.
32016 \end_layout
32017
32018 \begin_layout Standard
32019 \begin_inset CommandInset include
32020 LatexCommand lstinputlisting
32021 filename "EmbeddedObjects.lyx"
32022 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32023
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \begin_layout Standard
32030 \begin_inset VSpace bigskip
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Standard
32037 Global listings settings can be set in the 
32038 \family sans
32039 Document\SpecialChar \menuseparator
32040 Settings\SpecialChar \menuseparator
32041 Text Layout
32042 \family default
32043  dialog.
32044  To get there a list of available options, type in a question mark 
32045 \begin_inset Quotes eld
32046 \end_inset
32047
32048 ?
32049 \begin_inset Quotes erd
32050 \end_inset
32051
32052  in the 
32053 \family sans
32054 Listings
32055 \begin_inset space ~
32056 \end_inset
32057
32058 settings
32059 \family default
32060  field.
32061 \end_layout
32062
32063 \begin_layout Standard
32064 For more information about the 
32065 \series bold
32066 listings
32067 \series default
32068  package, we refer to its documentation 
32069 \begin_inset CommandInset citation
32070 LatexCommand cite
32071 key "listings"
32072
32073 \end_inset
32074
32075 .
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset Newpage newpage
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \begin_layout Chapter
32086 \start_of_appendix
32087 Units available in LyX
32088 \begin_inset Index
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 Units
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \begin_inset CommandInset label
32099 LatexCommand label
32100 name "cha:Units-available-in"
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 To understand the units described in this documentation, Table
32109 \begin_inset space ~
32110 \end_inset
32111
32112
32113 \begin_inset CommandInset ref
32114 LatexCommand ref
32115 reference "tab:Units"
32116
32117 \end_inset
32118
32119  explains all units available in LyX.
32120 \end_layout
32121
32122 \begin_layout Standard
32123 \begin_inset Float table
32124 placement h
32125 wide false
32126 sideways false
32127 status open
32128
32129 \begin_layout Plain Layout
32130 \begin_inset Caption
32131
32132 \begin_layout Plain Layout
32133 \begin_inset CommandInset label
32134 LatexCommand label
32135 name "tab:Units"
32136
32137 \end_inset
32138
32139 Units
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \begin_layout Plain Layout
32148 \begin_inset VSpace medskip
32149 \end_inset
32150
32151
32152 \end_layout
32153
32154 \begin_layout Plain Layout
32155 \align center
32156 \begin_inset Tabular
32157 <lyxtabular version="3" rows="20" columns="2">
32158 <features>
32159 <column alignment="center" valignment="top" width="0">
32160 <column alignment="center" valignment="top" width="0">
32161 <row>
32162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32163 \begin_inset Text
32164
32165 \begin_layout Plain Layout
32166 unit
32167 \end_layout
32168
32169 \end_inset
32170 </cell>
32171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32172 \begin_inset Text
32173
32174 \begin_layout Plain Layout
32175 name/description
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 </row>
32181 <row>
32182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32183 \begin_inset Text
32184
32185 \begin_layout Plain Layout
32186 mm
32187 \end_layout
32188
32189 \end_inset
32190 </cell>
32191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32192 \begin_inset Text
32193
32194 \begin_layout Plain Layout
32195 millimeter
32196 \end_layout
32197
32198 \end_inset
32199 </cell>
32200 </row>
32201 <row>
32202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32203 \begin_inset Text
32204
32205 \begin_layout Plain Layout
32206 cm
32207 \end_layout
32208
32209 \end_inset
32210 </cell>
32211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32212 \begin_inset Text
32213
32214 \begin_layout Plain Layout
32215 centimeter
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 </row>
32221 <row>
32222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226 in
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32232 \begin_inset Text
32233
32234 \begin_layout Plain Layout
32235 inch
32236 \end_layout
32237
32238 \end_inset
32239 </cell>
32240 </row>
32241 <row>
32242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32243 \begin_inset Text
32244
32245 \begin_layout Plain Layout
32246 pt
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 point (72.27
32256 \begin_inset space \thinspace{}
32257 \end_inset
32258
32259 pt = 1
32260 \begin_inset space \thinspace{}
32261 \end_inset
32262
32263 in)
32264 \end_layout
32265
32266 \end_inset
32267 </cell>
32268 </row>
32269 <row>
32270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32271 \begin_inset Text
32272
32273 \begin_layout Plain Layout
32274 pc
32275 \end_layout
32276
32277 \end_inset
32278 </cell>
32279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32280 \begin_inset Text
32281
32282 \begin_layout Plain Layout
32283 pica (1
32284 \begin_inset space \thinspace{}
32285 \end_inset
32286
32287 pc = 12
32288 \begin_inset space \thinspace{}
32289 \end_inset
32290
32291 pt)
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 </row>
32297 <row>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 sp
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 scaled point (65536
32312 \begin_inset space \thinspace{}
32313 \end_inset
32314
32315 sp = 1
32316 \begin_inset space \thinspace{}
32317 \end_inset
32318
32319 pt)
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 </row>
32325 <row>
32326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 bp
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 big point (72
32340 \begin_inset space \thinspace{}
32341 \end_inset
32342
32343 bp = 1
32344 \begin_inset space \thinspace{}
32345 \end_inset
32346
32347 in)
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 </row>
32353 <row>
32354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358 dd
32359 \end_layout
32360
32361 \end_inset
32362 </cell>
32363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32364 \begin_inset Text
32365
32366 \begin_layout Plain Layout
32367 didot (1
32368 \begin_inset space \thinspace{}
32369 \end_inset
32370
32371 dd 
32372 \begin_inset Formula $\approx$
32373 \end_inset
32374
32375  0.376
32376 \begin_inset space \thinspace{}
32377 \end_inset
32378
32379 mm)
32380 \end_layout
32381
32382 \end_inset
32383 </cell>
32384 </row>
32385 <row>
32386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390 cc
32391 \end_layout
32392
32393 \end_inset
32394 </cell>
32395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32396 \begin_inset Text
32397
32398 \begin_layout Plain Layout
32399 cicero (1
32400 \begin_inset space \thinspace{}
32401 \end_inset
32402
32403 cc = 12
32404 \begin_inset space \thinspace{}
32405 \end_inset
32406
32407 dd)
32408 \end_layout
32409
32410 \end_inset
32411 </cell>
32412 </row>
32413 <row>
32414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32415 \begin_inset Text
32416
32417 \begin_layout Plain Layout
32418 Scale%
32419 \end_layout
32420
32421 \end_inset
32422 </cell>
32423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32424 \begin_inset Text
32425
32426 \begin_layout Plain Layout
32427 % of original image width
32428 \end_layout
32429
32430 \end_inset
32431 </cell>
32432 </row>
32433 <row>
32434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32435 \begin_inset Text
32436
32437 \begin_layout Plain Layout
32438 text%
32439 \end_layout
32440
32441 \end_inset
32442 </cell>
32443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32444 \begin_inset Text
32445
32446 \begin_layout Plain Layout
32447 % of text width
32448 \end_layout
32449
32450 \end_inset
32451 </cell>
32452 </row>
32453 <row>
32454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32455 \begin_inset Text
32456
32457 \begin_layout Plain Layout
32458 col%
32459 \end_layout
32460
32461 \end_inset
32462 </cell>
32463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32464 \begin_inset Text
32465
32466 \begin_layout Plain Layout
32467 % of column width
32468 \end_layout
32469
32470 \end_inset
32471 </cell>
32472 </row>
32473 <row>
32474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32475 \begin_inset Text
32476
32477 \begin_layout Plain Layout
32478 page%
32479 \end_layout
32480
32481 \end_inset
32482 </cell>
32483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32484 \begin_inset Text
32485
32486 \begin_layout Plain Layout
32487 % of paper width
32488 \end_layout
32489
32490 \end_inset
32491 </cell>
32492 </row>
32493 <row>
32494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498 line%
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507 % of line width
32508 \end_layout
32509
32510 \end_inset
32511 </cell>
32512 </row>
32513 <row>
32514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32515 \begin_inset Text
32516
32517 \begin_layout Plain Layout
32518 theight%
32519 \end_layout
32520
32521 \end_inset
32522 </cell>
32523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 % of text height
32528 \end_layout
32529
32530 \end_inset
32531 </cell>
32532 </row>
32533 <row>
32534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32535 \begin_inset Text
32536
32537 \begin_layout Plain Layout
32538 pheight%
32539 \end_layout
32540
32541 \end_inset
32542 </cell>
32543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32544 \begin_inset Text
32545
32546 \begin_layout Plain Layout
32547 % of paper height
32548 \end_layout
32549
32550 \end_inset
32551 </cell>
32552 </row>
32553 <row>
32554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32555 \begin_inset Text
32556
32557 \begin_layout Plain Layout
32558 ex
32559 \end_layout
32560
32561 \end_inset
32562 </cell>
32563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32564 \begin_inset Text
32565
32566 \begin_layout Plain Layout
32567 height of letter 
32568 \emph on
32569 x
32570 \emph default
32571  in current font
32572 \end_layout
32573
32574 \end_inset
32575 </cell>
32576 </row>
32577 <row>
32578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32579 \begin_inset Text
32580
32581 \begin_layout Plain Layout
32582 em
32583 \end_layout
32584
32585 \end_inset
32586 </cell>
32587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32588 \begin_inset Text
32589
32590 \begin_layout Plain Layout
32591 width of letter 
32592 \emph on
32593 M
32594 \emph default
32595  in current font
32596 \end_layout
32597
32598 \end_inset
32599 </cell>
32600 </row>
32601 <row>
32602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32603 \begin_inset Text
32604
32605 \begin_layout Plain Layout
32606 mu
32607 \end_layout
32608
32609 \end_inset
32610 </cell>
32611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32612 \begin_inset Text
32613
32614 \begin_layout Plain Layout
32615 math unit (1
32616 \begin_inset space \thinspace{}
32617 \end_inset
32618
32619 mu = 1/18
32620 \begin_inset space \thinspace{}
32621 \end_inset
32622
32623 em)
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 </row>
32629 </lyxtabular>
32630
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \begin_layout Chapter
32642 Output File Formats with Graphics
32643 \begin_inset CommandInset label
32644 LatexCommand label
32645 name "cha:Output-File-Formats"
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \begin_layout Section
32653 DVI
32654 \begin_inset Index
32655 status collapsed
32656
32657 \begin_layout Plain Layout
32658 File Formats ! DVI
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \begin_inset Index
32665 status collapsed
32666
32667 \begin_layout Plain Layout
32668 DVI|see
32669 \begin_inset ERT
32670 status collapsed
32671
32672 \begin_layout Plain Layout
32673
32674 {
32675 \end_layout
32676
32677 \end_inset
32678
32679 File Formats
32680 \begin_inset ERT
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684
32685 }
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \end_inset
32694
32695
32696 \end_layout
32697
32698 \begin_layout Standard
32699 This file type has the extension 
32700 \begin_inset Quotes eld
32701 \end_inset
32702
32703
32704 \family typewriter
32705 .dvi
32706 \family default
32707
32708 \begin_inset Quotes erd
32709 \end_inset
32710
32711 .
32712  It is called 
32713 \begin_inset Quotes eld
32714 \end_inset
32715
32716 device-independent
32717 \begin_inset Quotes erd
32718 \end_inset
32719
32720  (DVI), because it is completely portable; you can move them from one machine
32721  to another without needing to do any sort of conversion.
32722  At the time when this file-format was developed, this was no matter of
32723  course.
32724  DVIs are used for quick previews and as pre-stage for other output formats,
32725  like PostScript.
32726 \end_layout
32727
32728 \begin_layout Standard
32729 \begin_inset Note Greyedout
32730 status open
32731
32732 \begin_layout Plain Layout
32733
32734 \series bold
32735 Note:
32736 \series default
32737  DVI-files doesn't contain images, they will only be a linked.
32738 \end_layout
32739
32740 \end_inset
32741
32742  So don't forget this, if you move your 
32743 \family typewriter
32744 .dvi
32745 \family default
32746  file to another computer.
32747  This property can also slow down your computer when you view the DVI.
32748  Because the DVI-viewer has to convert the image in the background to make
32749  it visible when you scroll in the DVI.
32750  So we recommend to use PDF for files with many images.
32751 \end_layout
32752
32753 \begin_layout Standard
32754 You can export your document to DVI by using the menu 
32755 \family sans
32756 File\SpecialChar \menuseparator
32757 Export\SpecialChar \menuseparator
32758 DVI
32759 \family default
32760 .
32761  You can view your document as DVI via the 
32762 \family sans
32763 View
32764 \family default
32765  menu or by using the toolbar button 
32766 \begin_inset Graphics
32767         filename ../images/buffer-view_dvi.png
32768         scale 85
32769         scaleBeforeRotation
32770
32771 \end_inset
32772
32773 .
32774 \end_layout
32775
32776 \begin_layout Section
32777 PostScript
32778 \begin_inset CommandInset label
32779 LatexCommand label
32780 name "sec:PostScript"
32781
32782 \end_inset
32783
32784
32785 \begin_inset Index
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 File Formats ! PostScript
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \begin_inset Index
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 PostScript|see
32800 \begin_inset ERT
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804
32805 {
32806 \end_layout
32807
32808 \end_inset
32809
32810 File Formats
32811 \begin_inset ERT
32812 status collapsed
32813
32814 \begin_layout Plain Layout
32815
32816 }
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 This file type has the extension 
32831 \begin_inset Quotes eld
32832 \end_inset
32833
32834
32835 \family typewriter
32836 .ps
32837 \family default
32838
32839 \begin_inset Quotes erd
32840 \end_inset
32841
32842 .
32843  PostScript was developed by the company 
32844 \family typewriter
32845 Adobe
32846 \family default
32847  as printer language.
32848  The file contains therefore commands that the printer uses to print the
32849  file.
32850  PostScript can be seen as 
32851 \begin_inset Quotes eld
32852 \end_inset
32853
32854 programming language
32855 \begin_inset Quotes erd
32856 \end_inset
32857
32858 ; you can calculate with it and draw diagrams and images
32859 \begin_inset Foot
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 If you are interested to learn more about this, have a look at the LaTeX-package
32864  
32865 \series bold
32866 PSTricks
32867 \series default
32868  
32869 \begin_inset CommandInset citation
32870 LatexCommand cite
32871 key "pstricks"
32872
32873 \end_inset
32874
32875 .
32876 \end_layout
32877
32878 \end_inset
32879
32880 .
32881  Due to this ability, the files are often bigger than PDFs.
32882 \end_layout
32883
32884 \begin_layout Standard
32885 PostScript can only contain images in the format 
32886 \begin_inset Quotes eld
32887 \end_inset
32888
32889 Encapsulated PostScript
32890 \begin_inset Quotes erd
32891 \end_inset
32892
32893  (EPS, file extension 
32894 \begin_inset Quotes eld
32895 \end_inset
32896
32897
32898 \family typewriter
32899 .eps
32900 \family default
32901
32902 \begin_inset Quotes erd
32903 \end_inset
32904
32905 ).
32906  As LyX allows you to use any known image format in your document, it has
32907  to convert images in the background to EPS.
32908  If you have e.g 50 images in your document, LyX has to do 50 conversions
32909  whenever you view or export your document.
32910  This will slow down your work flow with LyX drastically.
32911  So if you plan to use PostScript, you can insert your images directly as
32912  EPS to avoid this problem.
32913 \end_layout
32914
32915 \begin_layout Standard
32916 You can export your document to PostScript using the menu 
32917 \family sans
32918 File\SpecialChar \menuseparator
32919 Export\SpecialChar \menuseparator
32920 Postscript
32921 \family default
32922 .
32923  You can view your document as PostScript via the 
32924 \family sans
32925 View
32926 \family default
32927  menu or by using the toolbar button 
32928 \begin_inset Graphics
32929         filename ../images/buffer-view_ps.png
32930         scale 85
32931         scaleBeforeRotation
32932
32933 \end_inset
32934
32935 .
32936 \end_layout
32937
32938 \begin_layout Section
32939 PDF
32940 \begin_inset CommandInset label
32941 LatexCommand label
32942 name "sec:PDF"
32943
32944 \end_inset
32945
32946
32947 \begin_inset Index
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951 File Formats ! PDF
32952 \end_layout
32953
32954 \end_inset
32955
32956
32957 \begin_inset Index
32958 status collapsed
32959
32960 \begin_layout Plain Layout
32961 PDF
32962 \end_layout
32963
32964 \end_inset
32965
32966
32967 \end_layout
32968
32969 \begin_layout Standard
32970 This file type has the extension 
32971 \begin_inset Quotes eld
32972 \end_inset
32973
32974
32975 \family typewriter
32976 .pdf
32977 \family default
32978
32979 \begin_inset Quotes erd
32980 \end_inset
32981
32982 .
32983  The 
32984 \begin_inset Quotes eld
32985 \end_inset
32986
32987 Portable Document Format
32988 \begin_inset Quotes erd
32989 \end_inset
32990
32991  (PDF) is developed by 
32992 \family typewriter
32993 Adobe
32994 \family default
32995  as derivative from PostScript.
32996  It is more compressed and it uses much less commands than PostScript.
32997  As the name 
32998 \begin_inset Quotes eld
32999 \end_inset
33000
33001 portable
33002 \begin_inset Quotes erd
33003 \end_inset
33004
33005  implies, it can be processed at any computer system and the printed output
33006  looks exactly the same.
33007 \end_layout
33008
33009 \begin_layout Standard
33010 PDF can contain images in its own PDF format, in the format 
33011 \begin_inset Quotes eld
33012 \end_inset
33013
33014 Joint Photographic Experts Group
33015 \begin_inset Quotes erd
33016 \end_inset
33017
33018  (JPG, file extension 
33019 \begin_inset Quotes eld
33020 \end_inset
33021
33022
33023 \family typewriter
33024 .jpg
33025 \family default
33026
33027 \begin_inset Quotes erd
33028 \end_inset
33029
33030  or 
33031 \begin_inset Quotes eld
33032 \end_inset
33033
33034
33035 \family typewriter
33036 .jpeg
33037 \family default
33038
33039 \begin_inset Quotes erd
33040 \end_inset
33041
33042 ), and in the format 
33043 \begin_inset Quotes eld
33044 \end_inset
33045
33046 Portable Network Graphics
33047 \begin_inset Quotes erd
33048 \end_inset
33049
33050  (PNG, file extension 
33051 \begin_inset Quotes eld
33052 \end_inset
33053
33054
33055 \family typewriter
33056 .png
33057 \family default
33058
33059 \begin_inset Quotes erd
33060 \end_inset
33061
33062 ).
33063  Nevertheless you can use any other image format, because LyX converts them
33064  in the background to one of these formats.
33065  But as described in the section about PostScript, the image conversion
33066  will slow down your work flow.
33067  So it is recommended to use images in one of the three mentioned formats.
33068 \end_layout
33069
33070 \begin_layout Standard
33071 You can export your document to PDF via the menu 
33072 \family sans
33073 File\SpecialChar \menuseparator
33074 Export
33075 \family default
33076  in three different ways:
33077 \end_layout
33078
33079 \begin_layout Description
33080 PDF
33081 \begin_inset space ~
33082 \end_inset
33083
33084 (ps2pdf) This uses the program 
33085 \family typewriter
33086 ps2pdf
33087 \family default
33088  that creates a PDF from a PostScript-version of your file.
33089  The PostScript-version is produced by the program 
33090 \family typewriter
33091 dvips
33092 \family default
33093  which uses a DVI-version as intermediate step.
33094  So this export variant consist of three conversions.
33095 \end_layout
33096
33097 \begin_layout Description
33098 PDF
33099 \begin_inset space ~
33100 \end_inset
33101
33102 (dvipdfm) This uses the program 
33103 \family typewriter
33104 dvipdfm
33105 \family default
33106  that converts your file in the background to DVI and in a second step to
33107  PDF.
33108 \end_layout
33109
33110 \begin_layout Description
33111 PDF
33112 \begin_inset space ~
33113 \end_inset
33114
33115 (pdflatex) This uses the program 
33116 \family typewriter
33117 pdftex
33118 \family default
33119  that converts your file directly to PDF.
33120 \end_layout
33121
33122 \begin_layout Standard
33123 It is recommended to use 
33124 \family sans
33125 PDF
33126 \begin_inset space ~
33127 \end_inset
33128
33129 (pdflatex)
33130 \family default
33131  because 
33132 \family typewriter
33133 pdftex
33134 \family default
33135  supports all features of actual PDF-versions, is quick and works stable
33136  without problems.
33137  The program 
33138 \family typewriter
33139 dvipdfm
33140 \family default
33141  is not under development and therefore a bit outdated.
33142 \end_layout
33143
33144 \begin_layout Standard
33145 You can view your document as PDF via the 
33146 \family sans
33147 View
33148 \family default
33149  menu or by using the toolbar button 
33150 \begin_inset Graphics
33151         filename ../images/buffer-view_pdf2.png
33152         scale 85
33153         scaleBeforeRotation
33154
33155 \end_inset
33156
33157  
33158 \family sans
33159 (
33160 \family default
33161 that uses 
33162 \family sans
33163 PDF
33164 \begin_inset space ~
33165 \end_inset
33166
33167 (pdflatex)
33168 \family default
33169 ).
33170 \end_layout
33171
33172 \begin_layout Chapter
33173 Explanation of Equation
33174 \begin_inset space ~
33175 \end_inset
33176
33177
33178 \begin_inset CommandInset ref
33179 LatexCommand eqref
33180 reference "eq:Wgn"
33181
33182 \end_inset
33183
33184
33185 \begin_inset CommandInset label
33186 LatexCommand label
33187 name "cha:Explanation-of-Equation"
33188
33189 \end_inset
33190
33191
33192 \end_layout
33193
33194 \begin_layout Standard
33195 The total width of 
33196 \emph on
33197 n
33198 \emph default
33199  table cells 
33200 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33201 \end_inset
33202
33203  can be calculated to
33204 \end_layout
33205
33206 \begin_layout Standard
33207 \begin_inset Formula \begin{equation}
33208 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}
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216 Where 
33217 \begin_inset Formula $W_{g\, n}$
33218 \end_inset
33219
33220  is the given width of all cells.
33221  
33222 \series bold
33223
33224 \backslash
33225 tabcolsep
33226 \series default
33227  is the LaTeX-length between the cell text and the cell border, its default
33228  value is 6
33229 \begin_inset space \thinspace{}
33230 \end_inset
33231
33232 pt.
33233  
33234 \series bold
33235
33236 \backslash
33237 arrayrulewidth
33238 \series default
33239  is the thickness of the cell border line, the default is 0.4
33240 \begin_inset space \thinspace{}
33241 \end_inset
33242
33243 pt.
33244 \end_layout
33245
33246 \begin_layout Standard
33247 Following equation
33248 \begin_inset space ~
33249 \end_inset
33250
33251
33252 \begin_inset CommandInset ref
33253 LatexCommand eqref
33254 reference "eq:Wtot_n"
33255
33256 \end_inset
33257
33258 , the total width of a multicolumn 
33259 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33260 \end_inset
33261
33262  is
33263 \end_layout
33264
33265 \begin_layout Standard
33266 \begin_inset Formula \begin{equation}
33267 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33268
33269 \end_inset
33270
33271
33272 \end_layout
33273
33274 \begin_layout Standard
33275 By setting equation
33276 \begin_inset space ~
33277 \end_inset
33278
33279
33280 \begin_inset CommandInset ref
33281 LatexCommand eqref
33282 reference "eq:Wtot_n"
33283
33284 \end_inset
33285
33286  and 
33287 \begin_inset CommandInset ref
33288 LatexCommand eqref
33289 reference "eq:Wtot_mult"
33290
33291 \end_inset
33292
33293  equal we can calculate the needed given width 
33294 \begin_inset Formula $W_{g\, n}$
33295 \end_inset
33296
33297  when 
33298 \emph on
33299 n
33300 \emph default
33301  columns are spanned, so that each column has a total width of 
33302 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33303 \end_inset
33304
33305 :
33306 \end_layout
33307
33308 \begin_layout Standard
33309 \begin_inset Formula \begin{equation}
33310 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33311
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \begin_layout Bibliography
33318 \begin_inset CommandInset bibitem
33319 LatexCommand bibitem
33320 key "latexcompanion"
33321
33322 \end_inset
33323
33324 Frank Mittelbach and Michel Goossens: 
33325 \emph on
33326 The LaTeX Companion Second Edition.
33327
33328 \emph default
33329  Addison-Wesley, 2004
33330 \end_layout
33331
33332 \begin_layout Bibliography
33333 \begin_inset CommandInset bibitem
33334 LatexCommand bibitem
33335 key "latexguide"
33336
33337 \end_inset
33338
33339 Helmut Kopka and Patrick W.
33340  Daly: 
33341 \emph on
33342 A Guide to LaTeX Fourth Edition.
33343
33344 \emph default
33345  Addison-Wesley, 2003
33346 \end_layout
33347
33348 \begin_layout Bibliography
33349 \begin_inset CommandInset bibitem
33350 LatexCommand bibitem
33351 key "latexbook"
33352
33353 \end_inset
33354
33355 Leslie Lamport: 
33356 \emph on
33357 LaTeX: A Document Preparation System.
33358
33359 \emph default
33360  Addison-Wesley, second edition, 1994
33361 \end_layout
33362
33363 \begin_layout Bibliography
33364 \begin_inset CommandInset bibitem
33365 LatexCommand bibitem
33366 key "booktabs"
33367
33368 \end_inset
33369
33370 Documentation of the LaTeX-package 
33371 \series bold
33372
33373 \begin_inset CommandInset href
33374 LatexCommand href
33375 name "booktabs"
33376 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33377
33378 \end_inset
33379
33380
33381 \series default
33382
33383 \begin_inset Index
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387 LaTeX-packages ! booktabs
33388 \end_layout
33389
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \begin_layout Bibliography
33396 \begin_inset CommandInset bibitem
33397 LatexCommand bibitem
33398 key "caption"
33399
33400 \end_inset
33401
33402 Documentation of the LaTeX-package 
33403 \series bold
33404
33405 \begin_inset CommandInset href
33406 LatexCommand href
33407 name "caption"
33408 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33409
33410 \end_inset
33411
33412
33413 \series default
33414
33415 \begin_inset Index
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419 LaTeX-packages ! caption
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \end_layout
33426
33427 \begin_layout Bibliography
33428 \begin_inset CommandInset bibitem
33429 LatexCommand bibitem
33430 key "endfloat"
33431
33432 \end_inset
33433
33434 Documentation of the LaTeX-package 
33435 \series bold
33436
33437 \begin_inset CommandInset href
33438 LatexCommand href
33439 name "endfloat"
33440 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33441
33442 \end_inset
33443
33444
33445 \series default
33446
33447 \begin_inset Index
33448 status collapsed
33449
33450 \begin_layout Plain Layout
33451 LaTeX-packages ! endfloat
33452 \end_layout
33453
33454 \end_inset
33455
33456
33457 \end_layout
33458
33459 \begin_layout Bibliography
33460 \begin_inset CommandInset bibitem
33461 LatexCommand bibitem
33462 key "wrapfig"
33463
33464 \end_inset
33465
33466 Documentation of the LaTeX-package 
33467 \series bold
33468
33469 \begin_inset CommandInset href
33470 LatexCommand href
33471 name "wrapfig"
33472 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33473
33474 \end_inset
33475
33476
33477 \series default
33478
33479 \begin_inset Index
33480 status collapsed
33481
33482 \begin_layout Plain Layout
33483 LaTeX-packages ! wrapfig
33484 \begin_inset ERT
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488
33489
33490 \backslash
33491 vspace{4mm}
33492 \end_layout
33493
33494 \end_inset
33495
33496
33497 \end_layout
33498
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Bibliography
33505 \begin_inset CommandInset bibitem
33506 LatexCommand bibitem
33507 key "footmisc"
33508
33509 \end_inset
33510
33511 Documentation of the LaTeX-package 
33512 \series bold
33513
33514 \begin_inset CommandInset href
33515 LatexCommand href
33516 name "footmisc"
33517 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33518
33519 \end_inset
33520
33521
33522 \series default
33523
33524 \begin_inset Index
33525 status collapsed
33526
33527 \begin_layout Plain Layout
33528 LaTeX-packages ! footmisc
33529 \end_layout
33530
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \begin_layout Bibliography
33537 \begin_inset CommandInset bibitem
33538 LatexCommand bibitem
33539 key "hypcap"
33540
33541 \end_inset
33542
33543 Documentation of the LaTeX-package 
33544 \series bold
33545
33546 \begin_inset CommandInset href
33547 LatexCommand href
33548 name "hypcap"
33549 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33550
33551 \end_inset
33552
33553
33554 \series default
33555
33556 \begin_inset Index
33557 status collapsed
33558
33559 \begin_layout Plain Layout
33560 LaTeX-packages ! hyperref
33561 \end_layout
33562
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Bibliography
33569 \begin_inset CommandInset bibitem
33570 LatexCommand bibitem
33571 key "hyperref"
33572
33573 \end_inset
33574
33575 Documentation of the LaTeX-package 
33576 \series bold
33577
33578 \begin_inset CommandInset href
33579 LatexCommand href
33580 name "hyperref"
33581 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33582
33583 \end_inset
33584
33585
33586 \series default
33587
33588 \begin_inset Index
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592 LaTeX-packages ! hyperref
33593 \end_layout
33594
33595 \end_inset
33596
33597
33598 \end_layout
33599
33600 \begin_layout Bibliography
33601 \begin_inset CommandInset bibitem
33602 LatexCommand bibitem
33603 key "koma-script"
33604
33605 \end_inset
33606
33607 Documentation of the LaTeX-package 
33608 \series bold
33609
33610 \begin_inset CommandInset href
33611 LatexCommand href
33612 name "koma-script"
33613 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33614
33615 \end_inset
33616
33617
33618 \series default
33619
33620 \begin_inset Index
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 LaTeX-packages ! koma-script
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \begin_layout Bibliography
33633 \begin_inset CommandInset bibitem
33634 LatexCommand bibitem
33635 key "listings"
33636
33637 \end_inset
33638
33639 Documentation of the LaTeX-package 
33640 \series bold
33641
33642 \begin_inset CommandInset href
33643 LatexCommand href
33644 name "listings"
33645 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33646
33647 \end_inset
33648
33649
33650 \series default
33651
33652 \begin_inset Index
33653 status collapsed
33654
33655 \begin_layout Plain Layout
33656 LaTeX-packages ! listings
33657 \end_layout
33658
33659 \end_inset
33660
33661
33662 \end_layout
33663
33664 \begin_layout Bibliography
33665 \begin_inset CommandInset bibitem
33666 LatexCommand bibitem
33667 key "marginnote"
33668
33669 \end_inset
33670
33671 Documentation of the LaTeX-package 
33672 \series bold
33673
33674 \begin_inset CommandInset href
33675 LatexCommand href
33676 name "marginnote"
33677 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33678
33679 \end_inset
33680
33681
33682 \series default
33683
33684 \begin_inset Index
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688 LaTeX-packages ! marginnote
33689 \end_layout
33690
33691 \end_inset
33692
33693
33694 \end_layout
33695
33696 \begin_layout Bibliography
33697 \begin_inset CommandInset bibitem
33698 LatexCommand bibitem
33699 key "pstricks"
33700
33701 \end_inset
33702
33703 Web page of the LaTeX-package 
33704 \series bold
33705
33706 \begin_inset CommandInset href
33707 LatexCommand href
33708 name "PSTricks"
33709 target "http://tug.org/PSTricks/"
33710
33711 \end_inset
33712
33713
33714 \series default
33715
33716 \begin_inset Index
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720 LaTeX-packages ! PSTricks
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Bibliography
33729 \begin_inset CommandInset bibitem
33730 LatexCommand bibitem
33731 key "sidecap"
33732
33733 \end_inset
33734
33735 Documentation of the LaTeX-package 
33736 \series bold
33737
33738 \begin_inset CommandInset href
33739 LatexCommand href
33740 name "sidecap"
33741 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33742
33743 \end_inset
33744
33745
33746 \series default
33747
33748 \begin_inset Index
33749 status collapsed
33750
33751 \begin_layout Plain Layout
33752 LaTeX-packages ! sidecap
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \begin_layout Bibliography
33761 \begin_inset CommandInset bibitem
33762 LatexCommand bibitem
33763 key "NewInLyX16"
33764
33765 \end_inset
33766
33767
33768 \begin_inset CommandInset href
33769 LatexCommand href
33770 name "Wiki page"
33771 target "http://wiki.lyx.org/LyX/NewInLyX16"
33772
33773 \end_inset
33774
33775  about new features in 
33776 \family sans
33777 LyX 1.6.0
33778 \family default
33779 .
33780 \end_layout
33781
33782 \begin_layout Standard
33783 \begin_inset CommandInset index_print
33784 LatexCommand printindex
33785
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \begin_layout Standard
33792 \begin_inset FloatList figure
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Standard
33800 \begin_inset FloatList table
33801
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Standard
33808 \begin_inset FloatList algorithm
33809
33810 \end_inset
33811
33812
33813 \end_layout
33814
33815 \end_body
33816 \end_document