]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
UserGuide.lyx: clarify the description of the character encodings
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 337
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 right-clicking on an image.
419  This dialog has three tabs:
420 \end_layout
421
422 \begin_layout Description
423
424 \family sans
425 Graphics
426 \family default
427  Here you can choose an image file and adjust its appearance in the output.
428  The available units for the image size are explained in appendix
429 \begin_inset space ~
430 \end_inset
431
432
433 \begin_inset CommandInset ref
434 LatexCommand ref
435 reference "cha:Units-available-in"
436
437 \end_inset
438
439 .
440 \begin_inset Newline newline
441 \end_inset
442
443
444 \begin_inset Index
445 status collapsed
446
447 \begin_layout Plain Layout
448 Figures ! rotated
449 \end_layout
450
451 \end_inset
452
453 You can rotate images counter-clockwise by setting a rotation angle and
454  a rotation origin.
455  The image will also be rotated inside LyX.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index
461 status collapsed
462
463 \begin_layout Plain Layout
464 Figures ! scaled
465 \end_layout
466
467 \end_inset
468
469 Images can be scaled by using a percentage value or by setting the width
470  and height explicitly.
471  If you set only the width or only the height, the other size will be determined
472  automatically.
473  If you set both, then the image will be transformed to the given size,
474  possibly distorting it.
475  To prevent the image from distortion, use the option 
476 \family sans
477 Maintain aspect ratio
478 \family default
479 .
480  The image will then be scaled so that its width and height don't exceed
481  the specified dimensions.
482 \begin_inset Newline newline
483 \end_inset
484
485 Images can be opened in a program of your choice when pressing the 
486 \family sans
487 Edit
488 \family default
489  button.
490  The program can be set for every image format in the file format settings
491  in LyX's preferences.
492 \end_layout
493
494 \begin_layout Description
495
496 \family sans
497 Clipping
498 \family default
499  Alternatively to the usage of scaling units it is possible to set image
500  coordinates to adjust the height and width of the image in the output.
501  The coordinates can also be calculated automatically by pressing the button
502  
503 \family sans
504 Get
505 \begin_inset space ~
506 \end_inset
507
508 from
509 \begin_inset space ~
510 \end_inset
511
512 File
513 \family default
514 .
515  The option 
516 \family sans
517 Clip
518 \begin_inset space ~
519 \end_inset
520
521 to
522 \begin_inset space ~
523 \end_inset
524
525 bounding
526 \begin_inset space ~
527 \end_inset
528
529 box
530 \family default
531  will only print the image region within the given coordinates.
532  Normally you don't need to take care about image coordinates and can ignore
533  this tab.
534 \end_layout
535
536 \begin_layout Description
537
538 \family sans
539 Extra
540 \begin_inset space ~
541 \end_inset
542
543 options
544 \family default
545  In this tab you can modify the appearance of the image within LyX and set
546  the image to be a subfigure of a figure float with an own caption.
547  Subfigures are explained in section
548 \begin_inset space ~
549 \end_inset
550
551
552 \begin_inset CommandInset ref
553 LatexCommand ref
554 reference "sec:Figure-Floats"
555
556 \end_inset
557
558 .
559 \begin_inset Newline newline
560 \end_inset
561
562  LaTeX experts can also specify on this tab additional LaTeX options.
563 \begin_inset Newline newline
564 \end_inset
565
566  The option 
567 \family sans
568 Draft
569 \begin_inset space ~
570 \end_inset
571
572 mode
573 \family default
574  makes the image appear in the output only as a frame with the size of the
575  image.
576 \begin_inset Newline newline
577 \end_inset
578
579 The 
580 \family sans
581 Don't
582 \begin_inset space ~
583 \end_inset
584
585 unzip
586 \begin_inset space ~
587 \end_inset
588
589 on
590 \begin_inset space ~
591 \end_inset
592
593 export
594 \family default
595  option only affects zipped EPS-graphics, e.
596 \begin_inset space \thinspace{}
597 \end_inset
598
599 g.
600 \begin_inset space ~
601 \end_inset
602
603
604 \emph on
605 x.eps.gz
606 \emph default
607 .
608  When the option is used the images will not be unzipped on export, since
609  LaTeX can handle them as they are.
610 \begin_inset Newline newline
611 \end_inset
612
613 Zipped EPS-graphics are useful to save disk space when you choose PostScript
614  as output format, see appendix
615 \begin_inset space ~
616 \end_inset
617
618
619 \begin_inset CommandInset ref
620 LatexCommand ref
621 reference "sec:PostScript"
622
623 \end_inset
624
625 .
626  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
627  console:
628 \begin_inset Newline newline
629 \end_inset
630
631
632 \series bold
633 gzip x.eps
634 \series default
635
636 \begin_inset Newline newline
637 \end_inset
638
639
640 \series bold
641 zgrep %%Bounding x.eps.gz > x.eps.bb
642 \series default
643
644 \begin_inset Newline newline
645 \end_inset
646
647 The second command creates the bounding box file 
648 \begin_inset Quotes eld
649 \end_inset
650
651 x.eps.bb
652 \begin_inset Quotes erd
653 \end_inset
654
655  that is needed by LaTeX for zipped graphics.
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset VSpace bigskip
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 This is an example image in EPS format
667 \begin_inset Foot
668 status collapsed
669
670 \begin_layout Plain Layout
671 Image formats are explained in section
672 \begin_inset space ~
673 \end_inset
674
675
676 \begin_inset CommandInset ref
677 LatexCommand ref
678 reference "sec:Image-Formats"
679
680 \end_inset
681
682 .
683 \end_layout
684
685 \end_inset
686
687  within a separate, horizontally centered paragraph:
688 \end_layout
689
690 \begin_layout Standard
691 \align center
692 \begin_inset Graphics
693         filename clipart/mobius.eps
694         scale 70
695         scaleBeforeRotation
696         rotateOrigin center
697
698 \end_inset
699
700
701 \end_layout
702
703 \begin_layout Standard
704 This is the same image like the one above but in draft mode:
705 \end_layout
706
707 \begin_layout Standard
708 \align center
709 \begin_inset Graphics
710         filename clipart/mobius.eps
711         scale 70
712         draft
713         scaleBeforeRotation
714         rotateOrigin center
715
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Section
722 Figure Floats
723 \begin_inset CommandInset label
724 LatexCommand label
725 name "sec:Figure-Floats"
726
727 \end_inset
728
729
730 \begin_inset Index
731 status collapsed
732
733 \begin_layout Plain Layout
734 Floats ! Figures
735 \end_layout
736
737 \end_inset
738
739
740 \begin_inset Index
741 status collapsed
742
743 \begin_layout Plain Layout
744 Figures ! Floats
745 \end_layout
746
747 \end_inset
748
749
750 \end_layout
751
752 \begin_layout Standard
753 For general explanations about floats, have a look at section
754 \begin_inset space ~
755 \end_inset
756
757
758 \begin_inset CommandInset ref
759 LatexCommand ref
760 reference "sec:FloatIntroduction"
761
762 \end_inset
763
764 .
765 \end_layout
766
767 \begin_layout Standard
768 The toolbar button 
769 \begin_inset Graphics
770         filename ../images/float-insert_figure.png
771         scale 85
772         scaleBeforeRotation
773
774 \end_inset
775
776  and the menu 
777 \family sans
778 Insert\SpecialChar \menuseparator
779 Float\SpecialChar \menuseparator
780 Figure
781 \family default
782  inserts a float with a caption that has the label 
783 \begin_inset Quotes eld
784 \end_inset
785
786 Figure
787 \begin_inset space ~
788 \end_inset
789
790 #:
791 \begin_inset Quotes erd
792 \end_inset
793
794  (# is the actual number).
795  You can insert the image above the caption, like in Figure
796 \begin_inset space ~
797 \end_inset
798
799
800 \begin_inset CommandInset ref
801 LatexCommand ref
802 reference "fig:kill-plat"
803
804 \end_inset
805
806  or below the caption, like in Figure
807 \begin_inset space ~
808 \end_inset
809
810
811 \begin_inset CommandInset ref
812 LatexCommand ref
813 reference "fig:escher"
814
815 \end_inset
816
817 .
818  More about the caption placement is described in section
819 \begin_inset space ~
820 \end_inset
821
822
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "sec:Caption-Placement"
826
827 \end_inset
828
829 .
830 \end_layout
831
832 \begin_layout Standard
833 \begin_inset Float figure
834 wide false
835 sideways false
836 status open
837
838 \begin_layout Plain Layout
839 \align center
840 \begin_inset Graphics
841         filename clipart/platypus.eps
842         width 50col%
843         scaleBeforeRotation
844         rotateOrigin center
845
846 \end_inset
847
848
849 \end_layout
850
851 \begin_layout Plain Layout
852 \begin_inset Caption
853
854 \begin_layout Plain Layout
855 \begin_inset CommandInset label
856 LatexCommand label
857 name "fig:kill-plat"
858
859 \end_inset
860
861 A severely distorted platypus in a float.
862 \end_layout
863
864 \end_inset
865
866
867 \end_layout
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Standard
875 \begin_inset Float figure
876 wide false
877 sideways false
878 status open
879
880 \begin_layout Plain Layout
881 \begin_inset Caption
882
883 \begin_layout Plain Layout
884 \begin_inset CommandInset label
885 LatexCommand label
886 name "fig:escher"
887
888 \end_inset
889
890 M.C.
891  Escher on acid.
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \begin_layout Plain Layout
900 \align center
901 \begin_inset Graphics
902         filename clipart/escher-lsd.eps
903         scale 80
904         scaleBeforeRotation
905         rotateOrigin center
906
907 \end_inset
908
909
910 \end_layout
911
912 \end_inset
913
914
915 \end_layout
916
917 \begin_layout Standard
918 \begin_inset Index
919 status collapsed
920
921 \begin_layout Plain Layout
922 References ! to Figures
923 \end_layout
924
925 \end_inset
926
927 Figure
928 \begin_inset space ~
929 \end_inset
930
931
932 \begin_inset CommandInset ref
933 LatexCommand ref
934 reference "fig:kill-plat"
935
936 \end_inset
937
938  and 
939 \begin_inset CommandInset ref
940 LatexCommand ref
941 reference "fig:escher"
942
943 \end_inset
944
945  are examples of referenced figures.
946  Figures can be referenced in the text by referencing their label.
947  To do this insert a label in the caption using the menu 
948 \family sans
949 Insert\SpecialChar \menuseparator
950 Label
951 \family default
952  or the toolbar button 
953 \begin_inset Graphics
954         filename ../images/label-insert.png
955         scale 85
956         scaleBeforeRotation
957
958 \end_inset
959
960 .
961  You can now refer to the label using the menu 
962 \family sans
963 Insert\SpecialChar \menuseparator
964 Cross
965 \begin_inset space ~
966 \end_inset
967
968 reference
969 \family default
970  or the toolbar button 
971 \begin_inset Graphics
972         filename ../images/dialog-show-new-inset_ref.png
973         scale 85
974         scaleBeforeRotation
975
976 \end_inset
977
978 .
979  It is important to use references to floats, rather than using vague references
980  like 
981 \begin_inset Quotes eld
982 \end_inset
983
984 the figure above
985 \begin_inset Quotes erd
986 \end_inset
987
988 , because as LaTeX will reposition the floats in the final document, it
989  might not be 
990 \begin_inset Quotes eld
991 \end_inset
992
993 above
994 \begin_inset Quotes erd
995 \end_inset
996
997  at all.
998 \begin_inset Newline newline
999 \end_inset
1000
1001 Referencing is explained in detail in section
1002 \begin_inset space ~
1003 \end_inset
1004
1005
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "sec:Referencing-Floats"
1009
1010 \end_inset
1011
1012 .
1013 \end_layout
1014
1015 \begin_layout Standard
1016 Normally only one image is inserted to a figure float, but sometimes you
1017  might want to use two images with separate subcaptions.
1018  This can be done by inserting image floats into existing image floats.
1019  Note that only the main caption of the float is added to the List of Figures.
1020  Figure
1021 \begin_inset space ~
1022 \end_inset
1023
1024
1025 \begin_inset CommandInset ref
1026 LatexCommand ref
1027 reference "fig:Two-distorted-images"
1028
1029 \end_inset
1030
1031  is an example of a figure float with two images set side by side.
1032  You can also set the images one below the other.
1033  Figure
1034 \begin_inset space ~
1035 \end_inset
1036
1037
1038 \begin_inset CommandInset ref
1039 LatexCommand ref
1040 reference "fig:Undefinable-structure"
1041
1042 \end_inset
1043
1044  and 
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "fig:A-Platypus"
1048
1049 \end_inset
1050
1051  are the subfigures.
1052 \end_layout
1053
1054 \begin_layout Standard
1055 \begin_inset Float figure
1056 wide false
1057 sideways false
1058 status open
1059
1060 \begin_layout Plain Layout
1061 \begin_inset space \hfill{}
1062 \end_inset
1063
1064
1065 \begin_inset Float figure
1066 wide false
1067 sideways false
1068 status open
1069
1070 \begin_layout Plain Layout
1071 \begin_inset Caption
1072
1073 \begin_layout Plain Layout
1074 \begin_inset CommandInset label
1075 LatexCommand label
1076 name "fig:Undefinable-structure"
1077
1078 \end_inset
1079
1080 Undefinable structure.
1081 \end_layout
1082
1083 \end_inset
1084
1085
1086 \end_layout
1087
1088 \begin_layout Plain Layout
1089 \begin_inset Graphics
1090         filename clipart/escher-lsd.eps
1091         width 45col%
1092         scaleBeforeRotation
1093
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \begin_inset space \hfill{}
1103 \end_inset
1104
1105
1106 \begin_inset Float figure
1107 wide false
1108 sideways false
1109 status open
1110
1111 \begin_layout Plain Layout
1112 \begin_inset Caption
1113
1114 \begin_layout Plain Layout
1115 \begin_inset CommandInset label
1116 LatexCommand label
1117 name "fig:A-Platypus"
1118
1119 \end_inset
1120
1121 A Platypus.
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Graphics
1131         filename clipart/platypus.eps
1132         lyxscale 60
1133         width 45col%
1134         scaleBeforeRotation
1135
1136 \end_inset
1137
1138
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \begin_inset space \hfill{}
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \begin_layout Plain Layout
1151 \begin_inset Caption
1152
1153 \begin_layout Plain Layout
1154 \begin_inset CommandInset label
1155 LatexCommand label
1156 name "fig:Two-distorted-images"
1157
1158 \end_inset
1159
1160 Two distorted images.
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Section
1174 Image Formats
1175 \begin_inset CommandInset label
1176 LatexCommand label
1177 name "sec:Image-Formats"
1178
1179 \end_inset
1180
1181
1182 \begin_inset Index
1183 status collapsed
1184
1185 \begin_layout Plain Layout
1186 Image Formats
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \begin_inset Index
1193 status collapsed
1194
1195 \begin_layout Plain Layout
1196 Figures ! Image Formats
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \begin_layout Standard
1205 You can insert images in any known file format.
1206  But as explained in appendix
1207 \begin_inset space ~
1208 \end_inset
1209
1210
1211 \begin_inset CommandInset ref
1212 LatexCommand ref
1213 reference "cha:Output-File-Formats"
1214
1215 \end_inset
1216
1217 , every output document format allows only a few image formats.
1218  LyX uses therefore the program 
1219 \family typewriter
1220 Imagemagick
1221 \family default
1222  in the background to convert the images to the right format.
1223  To increase your work flow by avoiding these conversions in the background,
1224  you can use only the image formats that can directly be embedded in the
1225  output file format.
1226  The output file formats are explained in appendix
1227 \begin_inset space ~
1228 \end_inset
1229
1230
1231 \begin_inset CommandInset ref
1232 LatexCommand ref
1233 reference "cha:Output-File-Formats"
1234
1235 \end_inset
1236
1237 .
1238 \end_layout
1239
1240 \begin_layout Standard
1241 Similar to fonts there are two types of image formats:
1242 \end_layout
1243
1244 \begin_layout Description
1245 Bitmap
1246 \begin_inset space ~
1247 \end_inset
1248
1249 images consist of pixel values, often in a compressed form.
1250  They are therefore not fully scalable and look pixeled in large zooms.
1251  Well-known bitmap image formats are 
1252 \begin_inset Quotes eld
1253 \end_inset
1254
1255 Graphics Interchange Format
1256 \begin_inset Quotes erd
1257 \end_inset
1258
1259  (GIF, file extension 
1260 \begin_inset Quotes eld
1261 \end_inset
1262
1263
1264 \family typewriter
1265 .gif
1266 \family default
1267
1268 \begin_inset Quotes erd
1269 \end_inset
1270
1271 )
1272 \begin_inset Index
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276 GIF|see
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 {
1283 \end_layout
1284
1285 \end_inset
1286
1287 Image formats
1288 \begin_inset ERT
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292
1293 }
1294 \end_layout
1295
1296 \end_inset
1297
1298
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \begin_inset Quotes eld
1305 \end_inset
1306
1307 Portable Network Graphics
1308 \begin_inset Quotes erd
1309 \end_inset
1310
1311  (PNG, file extension 
1312 \begin_inset Quotes eld
1313 \end_inset
1314
1315
1316 \family typewriter
1317 .png
1318 \family default
1319
1320 \begin_inset Quotes erd
1321 \end_inset
1322
1323 )
1324 \begin_inset Index
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 PNG|see
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 {
1335 \end_layout
1336
1337 \end_inset
1338
1339 Image formats
1340 \begin_inset ERT
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344
1345 }
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \end_inset
1354
1355 , and 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359 Joint Photographic Experts Group
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363  (JPG, file extension 
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367
1368 \family typewriter
1369 .jpg
1370 \family default
1371
1372 \begin_inset Quotes erd
1373 \end_inset
1374
1375  or 
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379
1380 \family typewriter
1381 .jpeg
1382 \family default
1383
1384 \begin_inset Quotes erd
1385 \end_inset
1386
1387 )
1388 \begin_inset Index
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 JPG|see
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 {
1399 \end_layout
1400
1401 \end_inset
1402
1403 Image formats
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 }
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \end_inset
1418
1419 .
1420 \end_layout
1421
1422 \begin_layout Description
1423 Vector
1424 \begin_inset space ~
1425 \end_inset
1426
1427 images consist of vectors and can therefore be scaled to any size without
1428  data loss.
1429  The scaling ability is necessary if you want to create presentations, because
1430  presentations are always scaled by the video projector.
1431  Scaling is also useful for online documents to let the user zoom into diagrams.
1432 \begin_inset Newline newline
1433 \end_inset
1434
1435 Well-known scalable image formats are 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439 Scalable Vector Graphics
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443  (SVG, file extension 
1444 \begin_inset Quotes eld
1445 \end_inset
1446
1447
1448 \family typewriter
1449 .svg
1450 \family default
1451
1452 \begin_inset Quotes erd
1453 \end_inset
1454
1455 )
1456 \begin_inset Index
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460 SVG|see
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 {
1467 \end_layout
1468
1469 \end_inset
1470
1471 Image formats
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 }
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491 Encapsulated PostScript
1492 \begin_inset Quotes erd
1493 \end_inset
1494
1495  (EPS, file extension 
1496 \begin_inset Quotes eld
1497 \end_inset
1498
1499
1500 \family typewriter
1501 .eps
1502 \family default
1503
1504 \begin_inset Quotes erd
1505 \end_inset
1506
1507 )
1508 \begin_inset Index
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512 EPS|see
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 {
1519 \end_layout
1520
1521 \end_inset
1522
1523 Image formats
1524 \begin_inset ERT
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528
1529 }
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \end_layout
1536
1537 \end_inset
1538
1539
1540 \begin_inset Quotes eld
1541 \end_inset
1542
1543 Portable Document Format
1544 \begin_inset Quotes erd
1545 \end_inset
1546
1547  (PDF, file extension 
1548 \begin_inset Quotes eld
1549 \end_inset
1550
1551
1552 \family typewriter
1553 .pdf
1554 \family default
1555
1556 \begin_inset Quotes erd
1557 \end_inset
1558
1559 )
1560 \begin_inset Index
1561 status collapsed
1562
1563 \begin_layout Plain Layout
1564 PDF
1565 \end_layout
1566
1567 \end_inset
1568
1569 , and 
1570 \begin_inset Quotes eld
1571 \end_inset
1572
1573 Windows Metafile
1574 \begin_inset Quotes erd
1575 \end_inset
1576
1577  (WMF, file extension 
1578 \begin_inset Quotes eld
1579 \end_inset
1580
1581
1582 \family typewriter
1583 .wmf
1584 \family default
1585
1586 \begin_inset Quotes erd
1587 \end_inset
1588
1589 )
1590 \begin_inset Index
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 SVG|see
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 {
1601 \end_layout
1602
1603 \end_inset
1604
1605 Image formats
1606 \begin_inset ERT
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610
1611 }
1612 \end_layout
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \end_inset
1620
1621 .
1622  We wrote 
1623 \begin_inset Quotes eld
1624 \end_inset
1625
1626 can be
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630 , because you can convert any bitmap image to a PDF or EPS-image and the
1631  result will still be a bitmap image.
1632  In this cases only a header with the image properties is added to the original
1633  image
1634 \begin_inset Foot
1635 status open
1636
1637 \begin_layout Plain Layout
1638 In the case of PDF, the original image is additionally compressed.
1639 \end_layout
1640
1641 \end_inset
1642
1643 .
1644  The PDF-files generated by 
1645 \family typewriter
1646 Adobe Photoshop
1647 \family default
1648  are for example bitmap images.
1649 \end_layout
1650
1651 \begin_layout Standard
1652 Normally it is not possible to convert a bitmap image into a scalable one,
1653  only vice versa.
1654  Only the image formats PDF and EPS can directly be embedded to PDF and
1655  PostScript output files, respectively.
1656  SVG and WMF-images are recalculated to bitmaps when the output file is
1657  generated because there is currently no adequate WMF/SVG
1658 \begin_inset Formula $\to$
1659 \end_inset
1660
1661 PDF/EPS converter available.
1662 \end_layout
1663
1664 \begin_layout Chapter
1665 Tables
1666 \begin_inset CommandInset label
1667 LatexCommand label
1668 name "cha:Tables"
1669
1670 \end_inset
1671
1672
1673 \begin_inset Index
1674 status collapsed
1675
1676 \begin_layout Plain Layout
1677 Table
1678 \end_layout
1679
1680 \end_inset
1681
1682
1683 \end_layout
1684
1685 \begin_layout Section
1686 Introduction
1687 \begin_inset Index
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691 Table ! Introduction
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \begin_layout Standard
1700 You can insert a table using either the toolbar button 
1701 \begin_inset Graphics
1702         filename ../images/tabular-insert.png
1703         scale 85
1704         scaleBeforeRotation
1705
1706 \end_inset
1707
1708  or the menu 
1709 \family sans
1710 Insert\SpecialChar \menuseparator
1711 Table
1712 \family default
1713 .
1714  The toolbar button offers you a graphical selection: Move the mouse to
1715  set the column/row number of the table that should be created and then
1716  press a mouse button.
1717  When you use the menu to create a table, a dialog will appear, asking you
1718  for the number of rows and columns.
1719 \begin_inset Newline newline
1720 \end_inset
1721
1722  The default table has lines around any cell and the first row appears separated
1723  from the rest of the table.
1724  This separation occurs due to a double line: The cells of the first row
1725  have a line below them and the cells of the second row have a line above
1726  them.
1727  Here is an example table:
1728 \end_layout
1729
1730 \begin_layout Standard
1731 \align center
1732 \begin_inset Tabular
1733 <lyxtabular version="3" rows="4" columns="4">
1734 <features>
1735 <column alignment="center" valignment="top" width="0">
1736 <column alignment="center" valignment="top" width="0">
1737 <column alignment="center" valignment="top" width="0">
1738 <column alignment="center" valignment="top" width="0">
1739 <row>
1740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744
1745 \end_layout
1746
1747 \end_inset
1748 </cell>
1749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Plain Layout
1753
1754 \family roman
1755 \series medium
1756 \shape up
1757 \size normal
1758 \emph off
1759 \bar no
1760 \noun off
1761 \color none
1762 1
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771 2
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780 3
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 </row>
1786 <row>
1787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \family roman
1793 \series medium
1794 \shape up
1795 \size normal
1796 \emph off
1797 \bar no
1798 \noun off
1799 \color none
1800 A
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 </row>
1833 <row>
1834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838
1839 \family roman
1840 \series medium
1841 \shape up
1842 \size normal
1843 \emph off
1844 \bar no
1845 \noun off
1846 \color none
1847 B
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 </row>
1880 <row>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885
1886 \family roman
1887 \series medium
1888 \shape up
1889 \size normal
1890 \emph off
1891 \bar no
1892 \noun off
1893 \color none
1894 C
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 </row>
1927 </lyxtabular>
1928
1929 \end_inset
1930
1931
1932 \end_layout
1933
1934 \begin_layout Section
1935 Table Dialog
1936 \begin_inset Index
1937 status collapsed
1938
1939 \begin_layout Plain Layout
1940 Table ! Dialog
1941 \end_layout
1942
1943 \end_inset
1944
1945
1946 \end_layout
1947
1948 \begin_layout Standard
1949 You can alter a table by clicking on it with the right mouse button, which
1950  brings up the table dialog.
1951  Here you can adjust the settings of that cell and row/column respectively
1952  where the cursor is currently placed.
1953  Most of the dialog options also work on selections.
1954  This means if you select more cells, columns or rows, the action is done
1955  for the whole selection.
1956  Note that there is a difference between selecting the 
1957 \emph on
1958 contents
1959 \emph default
1960  of the cell, and the cell itself.
1961  You can alter tables with the following tabs of the table dialog:
1962 \end_layout
1963
1964 \begin_layout Description
1965
1966 \family sans
1967 Table
1968 \begin_inset space ~
1969 \end_inset
1970
1971 Settings
1972 \family default
1973  Here you can set the horizontal alignment and the width of the current
1974  column.
1975  When you have set a width you can also adjust the vertical alignment of
1976  the current row.
1977  A given width will allow the cell to have line breaks and multiple paragraphs
1978  of text, see section
1979 \begin_inset space ~
1980 \end_inset
1981
1982
1983 \begin_inset CommandInset ref
1984 LatexCommand ref
1985 reference "sub:Multiple-Lines-in"
1986
1987 \end_inset
1988
1989 .
1990  If you set no width, the column is as wide as their widest cell content
1991  is.
1992 \begin_inset Newline newline
1993 \end_inset
1994
1995 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1996  cell, see section
1997 \begin_inset space ~
1998 \end_inset
1999
2000
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "sub:Multicolumns"
2004
2005 \end_inset
2006
2007 .
2008 \begin_inset Newline newline
2009 \end_inset
2010
2011 The rotate check boxes rotates the current cell, a selection, or the whole
2012  table counter-clockwise by 90°.
2013  The rotation is not shown within LyX, only in the output.
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017
2018 \begin_inset Note Greyedout
2019 status open
2020
2021 \begin_layout Plain Layout
2022
2023 \series bold
2024 Note:
2025 \series default
2026  Not all DVI-viewers are able to display rotations.
2027 \end_layout
2028
2029 \end_inset
2030
2031
2032 \begin_inset Newline newline
2033 \end_inset
2034
2035 It is also possible to enter a LaTeX-argument which is needed for special
2036  table formattings, see section
2037 \begin_inset space ~
2038 \end_inset
2039
2040
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "sub:Multicolumn-Calculations"
2044
2045 \end_inset
2046
2047  and 
2048 \begin_inset CommandInset ref
2049 LatexCommand ref
2050 reference "sec:Colored-Tables"
2051
2052 \end_inset
2053
2054 .
2055 \end_layout
2056
2057 \begin_layout Description
2058
2059 \family sans
2060 Borders
2061 \family default
2062  In this tab you can add and delete border lines for the current row/column.
2063 \begin_inset Newline newline
2064 \end_inset
2065
2066 Using the style option 
2067 \family sans
2068 Formal
2069 \family default
2070  will convert the table to a formal table as described in section
2071 \begin_inset space ~
2072 \end_inset
2073
2074
2075 \begin_inset CommandInset ref
2076 LatexCommand ref
2077 reference "sec:Formal-Tables"
2078
2079 \end_inset
2080
2081 .
2082 \begin_inset Newline newline
2083 \end_inset
2084
2085 You can also add here space to table rows as decribed in section
2086 \begin_inset space ~
2087 \end_inset
2088
2089
2090 \begin_inset CommandInset ref
2091 LatexCommand ref
2092 reference "sub:Row-Spacing"
2093
2094 \end_inset
2095
2096 .
2097 \end_layout
2098
2099 \begin_layout Description
2100
2101 \family sans
2102 Longtable
2103 \family default
2104  This tab is to make a table a so called 
2105 \begin_inset Quotes eld
2106 \end_inset
2107
2108
2109 \emph on
2110 longtable
2111 \emph default
2112
2113 \begin_inset Quotes erd
2114 \end_inset
2115
2116  that can run over several pages.
2117  Section
2118 \begin_inset space ~
2119 \end_inset
2120
2121
2122 \begin_inset CommandInset ref
2123 LatexCommand ref
2124 reference "sec:Longtables"
2125
2126 \end_inset
2127
2128  and 
2129 \begin_inset CommandInset ref
2130 LatexCommand ref
2131 reference "sec:Special-Longtable-Issues"
2132
2133 \end_inset
2134
2135  describe the longtable features in detail.
2136 \end_layout
2137
2138 \begin_layout Standard
2139 When the table toolbar is opened, you can move the cursor with the arrow
2140  keys from cell to cell and the property of the current cell will immediately
2141  be displayed in the dialog.
2142 \end_layout
2143
2144 \begin_layout Section
2145 Table Toolbar
2146 \begin_inset Index
2147 status collapsed
2148
2149 \begin_layout Plain Layout
2150 Table ! Toolbar
2151 \end_layout
2152
2153 \end_inset
2154
2155
2156 \end_layout
2157
2158 \begin_layout Standard
2159 The table toolbar is an alternative to the table dialog to be able to alter
2160  tables faster.
2161  It should normally appear at the bottom of LyX's main window when the cursor
2162  is inside a table.
2163  You can alternatively switch it on to appear always, by right-clicking
2164  in LyX's main menu bar.
2165 \end_layout
2166
2167 \begin_layout Standard
2168 The toolbar has the following icons:
2169 \end_layout
2170
2171 \begin_layout Labeling
2172 \labelwidthstring 00.00.0000
2173 \begin_inset Graphics
2174         filename ../images/tabular-feature_append-row.png
2175         scaleBeforeRotation
2176
2177 \end_inset
2178
2179  adds a row below the current cell or selection
2180 \end_layout
2181
2182 \begin_layout Labeling
2183 \labelwidthstring 00.00.0000
2184 \begin_inset Graphics
2185         filename ../images/tabular-feature_append-column.png
2186         scaleBeforeRotation
2187
2188 \end_inset
2189
2190  adds a column right beside the current cell or selection
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Graphics
2196         filename ../images/tabular-feature_delete-row.png
2197         scaleBeforeRotation
2198
2199 \end_inset
2200
2201  deletes the current row or selection
2202 \end_layout
2203
2204 \begin_layout Labeling
2205 \labelwidthstring 00.00.0000
2206 \begin_inset Graphics
2207         filename ../images/tabular-feature_delete-column.png
2208         scaleBeforeRotation
2209
2210 \end_inset
2211
2212  deletes the current column or selection
2213 \end_layout
2214
2215 \begin_layout Labeling
2216 \labelwidthstring 00.00.0000
2217 \begin_inset Graphics
2218         filename ../images/tabular-feature_toggle-line-top.png
2219         scaleBeforeRotation
2220
2221 \end_inset
2222
2223  adds a line at the top of the current cell / row or of a selection
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228 \begin_inset Graphics
2229         filename ../images/tabular-feature_toggle-line-bottom.png
2230         scaleBeforeRotation
2231
2232 \end_inset
2233
2234  adds a line at the bottom of the current cell / row or of a selection
2235 \end_layout
2236
2237 \begin_layout Labeling
2238 \labelwidthstring 00.00.0000
2239 \begin_inset Graphics
2240         filename ../images/tabular-feature_toggle-line-left.png
2241         scaleBeforeRotation
2242
2243 \end_inset
2244
2245  adds a line at the left side of the current cell / row or of a selection
2246 \end_layout
2247
2248 \begin_layout Labeling
2249 \labelwidthstring 00.00.0000
2250 \begin_inset Graphics
2251         filename ../images/tabular-feature_toggle-line-right.png
2252         scaleBeforeRotation
2253
2254 \end_inset
2255
2256  adds a line at the right side of the current cell / row or of a selection
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261 \begin_inset Graphics
2262         filename ../images/tabular-feature_set-all-lines.png
2263         scaleBeforeRotation
2264
2265 \end_inset
2266
2267  adds lines around the current or selected cells - if the current cell no
2268  multicolumn this also affects the current row and column
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273 \begin_inset Graphics
2274         filename ../images/tabular-feature_unset-all-lines.png
2275         scaleBeforeRotation
2276
2277 \end_inset
2278
2279  deletes all lines of the current or selected cells - if the current cell
2280  no multicolumn this also affects the current row and column
2281 \end_layout
2282
2283 \begin_layout Labeling
2284 \labelwidthstring 00.00.0000
2285 \begin_inset Graphics
2286         filename ../images/tabular-feature_align-left.png
2287         scaleBeforeRotation
2288
2289 \end_inset
2290
2291  left-aligns the content of the current cell / column
2292 \end_layout
2293
2294 \begin_layout Labeling
2295 \labelwidthstring 00.00.0000
2296 \begin_inset Graphics
2297         filename ../images/tabular-feature_align-center.png
2298         scaleBeforeRotation
2299
2300 \end_inset
2301
2302  centers the content of the current cell / column horizontally
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Graphics
2308         filename ../images/tabular-feature_align-right.png
2309         scaleBeforeRotation
2310
2311 \end_inset
2312
2313  right-aligns the content of the current cell / column
2314 \end_layout
2315
2316 \begin_layout Labeling
2317 \labelwidthstring 00.00.0000
2318 \begin_inset Graphics
2319         filename ../images/tabular-feature_valign-top.png
2320         scaleBeforeRotation
2321
2322 \end_inset
2323
2324  aligns the content of the current cell vertically to the top
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329 \begin_inset Graphics
2330         filename ../images/tabular-feature_valign-middle.png
2331         scaleBeforeRotation
2332
2333 \end_inset
2334
2335  centers the content of the current cell vertically
2336 \end_layout
2337
2338 \begin_layout Labeling
2339 \labelwidthstring 00.00.0000
2340 \begin_inset Graphics
2341         filename ../images/tabular-feature_valign-bottom.png
2342         scaleBeforeRotation
2343
2344 \end_inset
2345
2346  aligns the content of the current cell vertically to the bottom
2347 \end_layout
2348
2349 \begin_layout Labeling
2350 \labelwidthstring 00.00.0000
2351 \begin_inset Graphics
2352         filename ../images/tabular-feature_set-rotate-cell.png
2353         scaleBeforeRotation
2354
2355 \end_inset
2356
2357  rotates the current cell or selection counter-clockwise by 90°
2358 \end_layout
2359
2360 \begin_layout Labeling
2361 \labelwidthstring 00.00.0000
2362 \begin_inset Graphics
2363         filename ../images/tabular-feature_set-rotate-tabular.png
2364         scaleBeforeRotation
2365
2366 \end_inset
2367
2368  rotates the whole table counter-clockwise by 90°
2369 \end_layout
2370
2371 \begin_layout Labeling
2372 \labelwidthstring 00.00.0000
2373 \begin_inset Graphics
2374         filename ../images/tabular-feature_multicolumn.png
2375         scaleBeforeRotation
2376
2377 \end_inset
2378
2379  sets the current cell or selection as a multicolumn
2380 \end_layout
2381
2382 \begin_layout Standard
2383 \begin_inset Note Greyedout
2384 status open
2385
2386 \begin_layout Plain Layout
2387
2388 \series bold
2389 Note:
2390 \series default
2391  For the output the vertical alignment of the first cell in a row is used
2392  for all following cells in the row.
2393 \end_layout
2394
2395 \end_inset
2396
2397
2398 \end_layout
2399
2400 \begin_layout Section
2401 Edit Table Menu
2402 \begin_inset Index
2403 status collapsed
2404
2405 \begin_layout Plain Layout
2406 Table ! Edit Menu
2407 \end_layout
2408
2409 \end_inset
2410
2411
2412 \end_layout
2413
2414 \begin_layout Standard
2415 Additionally to the table dialog and toolbar, the menu 
2416 \family sans
2417 Edit\SpecialChar \menuseparator
2418 Table
2419 \family default
2420  allows you to add and delete border lines for the current row/column and
2421  to set the current selection as multicolumn.
2422  The menu is only available when the cursor is inside a table.
2423 \end_layout
2424
2425 \begin_layout Section
2426 Table Floats
2427 \begin_inset CommandInset label
2428 LatexCommand label
2429 name "sec:Table-Floats"
2430
2431 \end_inset
2432
2433
2434 \begin_inset Index
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 Floats ! Tables
2439 \end_layout
2440
2441 \end_inset
2442
2443
2444 \begin_inset Index
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448 Table ! Floats
2449 \end_layout
2450
2451 \end_inset
2452
2453
2454 \end_layout
2455
2456 \begin_layout Standard
2457 For general explanations about floats, have a look at section
2458 \begin_inset space ~
2459 \end_inset
2460
2461
2462 \begin_inset CommandInset ref
2463 LatexCommand ref
2464 reference "sec:FloatIntroduction"
2465
2466 \end_inset
2467
2468 .
2469 \end_layout
2470
2471 \begin_layout Standard
2472 \begin_inset Float table
2473 placement h
2474 wide false
2475 sideways false
2476 status open
2477
2478 \begin_layout Plain Layout
2479 \begin_inset Caption
2480
2481 \begin_layout Plain Layout
2482 \begin_inset CommandInset label
2483 LatexCommand label
2484 name "tab:a table float"
2485
2486 \end_inset
2487
2488 A table float.
2489 \end_layout
2490
2491 \end_inset
2492
2493
2494 \end_layout
2495
2496 \begin_layout Plain Layout
2497 \align center
2498 \begin_inset Tabular
2499 <lyxtabular version="3" rows="3" columns="3">
2500 <features>
2501 <column alignment="center" valignment="top" width="0pt">
2502 <column alignment="center" valignment="top" width="0pt">
2503 <column alignment="center" valignment="top" width="0pt">
2504 <row>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509
2510 \family roman
2511 \series medium
2512 \shape up
2513 \size normal
2514 \emph off
2515 \bar no
2516 \noun off
2517 \color none
2518 1
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Plain Layout
2527
2528 \family roman
2529 \series medium
2530 \shape up
2531 \size normal
2532 \emph off
2533 \bar no
2534 \noun off
2535 \color none
2536 2
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2542 \begin_inset Text
2543
2544 \begin_layout Plain Layout
2545
2546 \family roman
2547 \series medium
2548 \shape up
2549 \size normal
2550 \emph off
2551 \bar no
2552 \noun off
2553 \color none
2554 3
2555 \end_layout
2556
2557 \end_inset
2558 </cell>
2559 </row>
2560 <row>
2561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565
2566 \family roman
2567 \series medium
2568 \shape up
2569 \size normal
2570 \emph off
2571 \bar no
2572 \noun off
2573 \color none
2574 Joe
2575 \end_layout
2576
2577 \end_inset
2578 </cell>
2579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2580 \begin_inset Text
2581
2582 \begin_layout Plain Layout
2583
2584 \family roman
2585 \series medium
2586 \shape up
2587 \size normal
2588 \emph off
2589 \bar no
2590 \noun off
2591 \color none
2592 Mary
2593 \end_layout
2594
2595 \end_inset
2596 </cell>
2597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2598 \begin_inset Text
2599
2600 \begin_layout Plain Layout
2601
2602 \family roman
2603 \series medium
2604 \shape up
2605 \size normal
2606 \emph off
2607 \bar no
2608 \noun off
2609 \color none
2610 Ted
2611 \end_layout
2612
2613 \end_inset
2614 </cell>
2615 </row>
2616 <row>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 \begin_inset Formula $\int x^{2}dx$
2631 \end_inset
2632
2633
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642
2643 \family roman
2644 \series medium
2645 \shape up
2646 \size normal
2647 \emph off
2648 \bar no
2649 \noun off
2650 \color none
2651 \begin_inset Formula $\left[\begin{array}{cc}
2652 a & b\\
2653 c & d\end{array}\right]$
2654 \end_inset
2655
2656
2657 \end_layout
2658
2659 \end_inset
2660 </cell>
2661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2662 \begin_inset Text
2663
2664 \begin_layout Plain Layout
2665
2666 \family roman
2667 \series medium
2668 \shape up
2669 \size normal
2670 \emph off
2671 \bar no
2672 \noun off
2673 \color none
2674 \begin_inset Formula $1+1=2$
2675 \end_inset
2676
2677
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 </row>
2683 </lyxtabular>
2684
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \end_inset
2691
2692
2693 \end_layout
2694
2695 \begin_layout Standard
2696 Table floats can be inserted using the menu 
2697 \family sans
2698 Insert\SpecialChar \menuseparator
2699 Float\SpecialChar \menuseparator
2700 Table
2701 \family default
2702  or the toolbar button 
2703 \begin_inset Graphics
2704         filename ../images/float-insert_table.png
2705         scale 85
2706         scaleBeforeRotation
2707
2708 \end_inset
2709
2710 .
2711 \end_layout
2712
2713 \begin_layout Standard
2714 The float appears as a collapsible box with a caption that has the label
2715  
2716 \begin_inset Quotes eld
2717 \end_inset
2718
2719 Table
2720 \begin_inset space ~
2721 \end_inset
2722
2723 #:
2724 \begin_inset Quotes erd
2725 \end_inset
2726
2727  (# is the actual table number).
2728  You can insert tables to the float above or below the caption.
2729 \end_layout
2730
2731 \begin_layout Standard
2732 Table
2733 \begin_inset space ~
2734 \end_inset
2735
2736
2737 \begin_inset CommandInset ref
2738 LatexCommand ref
2739 reference "tab:a table float"
2740
2741 \end_inset
2742
2743  is an example table within a table float.
2744 \end_layout
2745
2746 \begin_layout Standard
2747 Having the caption above the table is the common rule that is unfortunately
2748  not supported in LaTeX's standard classes.
2749  That means if you are using the document classes 
2750 \family sans
2751 article
2752 \family default
2753
2754 \family sans
2755 book
2756 \family default
2757
2758 \family sans
2759 letter
2760 \family default
2761 , or 
2762 \family sans
2763 report
2764 \family default
2765  there will be no space between the caption and the table.
2766  To insert the needed space, add the following option to the load command
2767  of the LaTeX-package 
2768 \series bold
2769 caption
2770 \series default
2771
2772 \begin_inset Index
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 LaTeX-packages ! caption
2777 \end_layout
2778
2779 \end_inset
2780
2781  in your document preamble
2782 \begin_inset Foot
2783 status collapsed
2784
2785 \begin_layout Plain Layout
2786 For more information have a look at section
2787 \begin_inset space ~
2788 \end_inset
2789
2790
2791 \begin_inset CommandInset ref
2792 LatexCommand ref
2793 reference "sec:Caption-Placement"
2794
2795 \end_inset
2796
2797 .
2798 \end_layout
2799
2800 \end_inset
2801
2802 :
2803 \end_layout
2804
2805 \begin_layout Standard
2806
2807 \series bold
2808 tableposition=top
2809 \end_layout
2810
2811 \begin_layout Standard
2812 The package 
2813 \series bold
2814 caption
2815 \series default
2816 , which is described in section
2817 \begin_inset space ~
2818 \end_inset
2819
2820
2821 \begin_inset CommandInset ref
2822 LatexCommand ref
2823 reference "sec:Caption-Formatting"
2824
2825 \end_inset
2826
2827 , is used to adjust the caption format.
2828 \end_layout
2829
2830 \begin_layout Standard
2831 \begin_inset Index
2832 status collapsed
2833
2834 \begin_layout Plain Layout
2835 References ! to Tables
2836 \end_layout
2837
2838 \end_inset
2839
2840 Tables can be cross-referenced in the text by referencing their label.
2841  To do this insert a label in the caption using the menu 
2842 \family sans
2843 Insert\SpecialChar \menuseparator
2844 Label
2845 \family default
2846  or the toolbar button 
2847 \begin_inset Graphics
2848         filename ../images/label-insert.png
2849         scale 85
2850         scaleBeforeRotation
2851
2852 \end_inset
2853
2854 .
2855  You can now refer to the label using the menu 
2856 \family sans
2857 Insert\SpecialChar \menuseparator
2858 Cross
2859 \begin_inset space ~
2860 \end_inset
2861
2862 reference
2863 \family default
2864  or the toolbar button 
2865 \begin_inset Graphics
2866         filename ../images/dialog-show-new-inset_ref.png
2867         scale 85
2868         scaleBeforeRotation
2869
2870 \end_inset
2871
2872 .
2873 \begin_inset Newline newline
2874 \end_inset
2875
2876 Referencing is explained in detail in section
2877 \begin_inset space ~
2878 \end_inset
2879
2880
2881 \begin_inset CommandInset ref
2882 LatexCommand ref
2883 reference "sec:Referencing-Floats"
2884
2885 \end_inset
2886
2887 .
2888 \end_layout
2889
2890 \begin_layout Section
2891 Longtables
2892 \begin_inset CommandInset label
2893 LatexCommand label
2894 name "sec:Longtables"
2895
2896 \end_inset
2897
2898
2899 \begin_inset Index
2900 status collapsed
2901
2902 \begin_layout Plain Layout
2903 Longtables
2904 \end_layout
2905
2906 \end_inset
2907
2908
2909 \begin_inset Index
2910 status collapsed
2911
2912 \begin_layout Plain Layout
2913 Table ! Longtables
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Standard
2922 If the table is too long to fit on one page, you can use the option 
2923 \family sans
2924 Use
2925 \begin_inset space ~
2926 \end_inset
2927
2928 long
2929 \begin_inset space ~
2930 \end_inset
2931
2932 table
2933 \family default
2934  in the tab 
2935 \family sans
2936 Longtable
2937 \family default
2938  of the table dialog to split the table automatically over more pages.
2939  Doing this enables some check boxes and you can now define:
2940 \end_layout
2941
2942 \begin_layout Description
2943
2944 \family sans
2945 Header
2946 \family default
2947 : The current row and all rows above, that don't have any special options
2948  defined, are defined to be the header rows of all pages of the longtable;
2949  except for the first page, if 
2950 \family sans
2951 First
2952 \begin_inset space ~
2953 \end_inset
2954
2955 header
2956 \family default
2957  is defined.
2958  This therefore called the main header.
2959 \end_layout
2960
2961 \begin_layout Description
2962
2963 \family sans
2964 First
2965 \begin_inset space ~
2966 \end_inset
2967
2968 header
2969 \family default
2970 : The current row and all rows above, that don't have any special options
2971  defined, are defined to be the header rows of the first page of the longtable.
2972 \end_layout
2973
2974 \begin_layout Description
2975
2976 \family sans
2977 Footer
2978 \family default
2979 : The current row and all rows below, that don't have any special options
2980  defined, are defined to be the footer rows of all pages of the longtable;
2981  except for the last page, if 
2982 \family sans
2983 Last
2984 \begin_inset space ~
2985 \end_inset
2986
2987 footer
2988 \family default
2989  is defined.
2990 \end_layout
2991
2992 \begin_layout Description
2993
2994 \family sans
2995 Last
2996 \begin_inset space ~
2997 \end_inset
2998
2999 footer
3000 \family default
3001 : The current row and all rows below, that don't have any special options
3002  defined, are defined to be the footer rows of the last page of the longtable.
3003 \end_layout
3004
3005 \begin_layout Standard
3006 You can also specify a row where the table is splitted.
3007  If you set more than one option in the same table row, you should be aware
3008  of the fact that only the first one is used in the given table row.
3009  The others will then be defined as 
3010 \emph on
3011 empty
3012 \emph default
3013 .
3014  In this context, first means first in this order: 
3015 \family sans
3016 Header,
3017 \family default
3018  
3019 \family sans
3020 First
3021 \begin_inset space ~
3022 \end_inset
3023
3024 header, Footer, Last
3025 \begin_inset space ~
3026 \end_inset
3027
3028 footer.
3029
3030 \family default
3031  See the following longtable to see how it works:
3032 \end_layout
3033
3034 \begin_layout Standard
3035 \align center
3036 \begin_inset Tabular
3037 <lyxtabular version="3" rows="69" columns="3">
3038 <features islongtable="true">
3039 <column alignment="left" valignment="top" width="0cm">
3040 <column alignment="left" valignment="top" width="0pt">
3041 <column alignment="center" valignment="top" width="0pt">
3042 <row endfirsthead="true">
3043 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \series bold
3049 Example Phone List (ignore the names)
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 <row endfirsthead="true">
3074 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \series bold
3080 NAME
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \series bold
3100 TEL.
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 </row>
3106 <row endhead="true">
3107 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111
3112 \series bold
3113 Example Phone List
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 </row>
3137 <row endhead="true">
3138 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142
3143 \series bold
3144 NAME
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \series bold
3164 TEL.
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 </row>
3170 <row endfoot="true">
3171 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175  continued on next page
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 </row>
3199 <row>
3200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204
3205 \series bold
3206 Annovi
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell alignment="center" valignment="top" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215 Silvia
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224 111
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 </row>
3230 <row>
3231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235
3236 \series bold
3237 Bertoli
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 Stefano
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255 111
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 </row>
3261 <row>
3262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \series bold
3268 Bozzi
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell alignment="center" valignment="top" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277 Walter
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286 111
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 </row>
3292 <row>
3293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \series bold
3299 Cachia
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell alignment="center" valignment="top" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308 Maria
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317 111
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 </row>
3323 <row>
3324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \series bold
3330 Cachia
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 Maurizio
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348 111
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 </row>
3354 <row>
3355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359
3360 \series bold
3361 Cinquemani
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 Giusi
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 111
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \series bold
3392 Colin
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 Bernard
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 111
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row>
3417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \series bold
3423 Concli
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 Gianfranco
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 111
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \series bold
3454 Dal Bosco
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 Carolina
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 111
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row>
3479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Dalpiaz
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 Annamaria
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 111
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row>
3510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 Feliciello
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Domenico
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 111
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 </row>
3540 <row>
3541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547 Focarelli
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Paola
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 111
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Galletti
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Oreste
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Gasparini
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Franca
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Rizzardi
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Paola
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Lassini
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Giancarlo
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Malfatti
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Luciano
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Malfatti
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Valeriano
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Meneguzzo
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Roberto
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Mezzadra
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Roberto
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Pirpamer
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Erich
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Pochiesa
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Paolo
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111, 222
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Radina
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Claudio
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Stuffer
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Oskar
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Tacchelli
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Ugo
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Tezzele
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Margit
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Unterkalmsteiner
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Frieda
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Vieider
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Hilde
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Vigna
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Jürgen
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105 Weber
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 Maurizio
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 111
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 </row>
4129 <row>
4130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134
4135 \series bold
4136 Winkler
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Franz
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 111
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 </row>
4160 <row>
4161 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165  
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Annovi
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Silvia
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 555
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \series bold
4227 Bertoli
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 Stefano
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 555
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \series bold
4258 Bozzi
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 Walter
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 555
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287
4288 \series bold
4289 Cachia
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Maria
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 555
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \series bold
4320 Cachia
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 Maurizio
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 555
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 </row>
4344 <row>
4345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349
4350 \series bold
4351 Cinquemani
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 Giusi
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 555
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Colin
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Bernard
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 555
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \series bold
4413 Concli
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 Gianfranco
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 555
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442
4443 \series bold
4444 Dal Bosco
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Carolina
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 555
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \series bold
4475 Dalpiaz
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Annamaria
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 555
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \series bold
4506 Feliciello
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 Domenico
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 555
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535
4536 \series bold
4537 Focarelli
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 Paola
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Galletti
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Oreste
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Gasparini
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Franca
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Rizzardi
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Paola
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Lassini
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Giancarlo
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Malfatti
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Luciano
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Malfatti
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Valeriano
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Meneguzzo
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Roberto
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Mezzadra
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Roberto
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Pirpamer
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Erich
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Pochiesa
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Paolo
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555, 222
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Radina
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Claudio
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Stuffer
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Oskar
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Tacchelli
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Ugo
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Tezzele
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Margit
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Unterkalmsteiner
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Frieda
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 555
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Vieider
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Hilde
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Vigna
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Jürgen
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 999
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \series bold
5095 Weber
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Maurizio
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 555
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \series bold
5126 Winkler
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 Franz
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 555
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row endlastfoot="true">
5151 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 end
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 </lyxtabular>
5180
5181 \end_inset
5182
5183
5184 \begin_inset ERT
5185 status collapsed
5186
5187 \begin_layout Plain Layout
5188
5189
5190 \backslash
5191 addtocounter{table}{-1}
5192 \end_layout
5193
5194 \end_inset
5195
5196
5197 \begin_inset Note Note
5198 status collapsed
5199
5200 \begin_layout Plain Layout
5201 See greyed-out note in section
5202 \begin_inset space ~
5203 \end_inset
5204
5205
5206 \begin_inset CommandInset ref
5207 LatexCommand ref
5208 reference "sub:Longtable-Captions"
5209
5210 \end_inset
5211
5212  for an explanation of this command.
5213 \end_layout
5214
5215 \end_inset
5216
5217
5218 \end_layout
5219
5220 \begin_layout Subsection
5221 Footnotes in Longtables
5222 \begin_inset CommandInset label
5223 LatexCommand label
5224 name "sub:Footnotes-in-Longtables"
5225
5226 \end_inset
5227
5228
5229 \begin_inset Index
5230 status collapsed
5231
5232 \begin_layout Plain Layout
5233 Longtables ! Footnotes
5234 \end_layout
5235
5236 \end_inset
5237
5238
5239 \end_layout
5240
5241 \begin_layout Standard
5242 Footnotes can be inserted to every longtable cell.
5243  They appear at the bottom of the page where the table cell with the footnote
5244  appears.
5245  Table
5246 \begin_inset space ~
5247 \end_inset
5248
5249
5250 \begin_inset CommandInset ref
5251 LatexCommand ref
5252 reference "tab:DiffCaptions"
5253
5254 \end_inset
5255
5256  has for example a footnote.
5257 \end_layout
5258
5259 \begin_layout Subsection
5260 Longtable Alignment
5261 \begin_inset Index
5262 status collapsed
5263
5264 \begin_layout Plain Layout
5265 Longtables ! Alignment
5266 \end_layout
5267
5268 \end_inset
5269
5270
5271 \end_layout
5272
5273 \begin_layout Standard
5274 Longtables are by default centered.
5275  In contrary to the alignment of the table columns and row, the table alignment
5276  can currently not be changed in the table dialog.
5277  To change the alignment of longtables you have to change the value of the
5278  lengths 
5279 \series bold
5280
5281 \backslash
5282 LTleft 
5283 \series default
5284 and 
5285 \series bold
5286
5287 \backslash
5288 LTright
5289 \series default
5290  by inserting this line as TeX-Code before the corresponding longtable:
5291 \end_layout
5292
5293 \begin_layout Standard
5294
5295 \series bold
5296
5297 \backslash
5298 setlength{
5299 \backslash
5300 LTleft}{value}
5301 \end_layout
5302
5303 \begin_layout Standard
5304 Where the value can have any of the units listed in Table
5305 \begin_inset space ~
5306 \end_inset
5307
5308
5309 \begin_inset CommandInset ref
5310 LatexCommand ref
5311 reference "tab:Units"
5312
5313 \end_inset
5314
5315 .
5316  
5317 \series bold
5318
5319 \backslash
5320 LTleft
5321 \series default
5322  controls the horizontal distance from the left page border to the longtable,
5323  
5324 \series bold
5325
5326 \backslash
5327 LTright
5328 \series default
5329  the distance from the right side.
5330  The default value for both lengths is 
5331 \series bold
5332
5333 \backslash
5334 fill
5335 \series default
5336 , which is in this case the same as an horizontal fill in LyX.
5337 \end_layout
5338
5339 \begin_layout Standard
5340 The following longtable was left-aligned by setting 
5341 \series bold
5342
5343 \backslash
5344 LTleft
5345 \series default
5346  to 0
5347 \begin_inset space \thinspace{}
5348 \end_inset
5349
5350 pt.
5351 \begin_inset ERT
5352 status collapsed
5353
5354 \begin_layout Plain Layout
5355
5356
5357 \backslash
5358 setlength{
5359 \backslash
5360 LTleft}{0pt}
5361 \end_layout
5362
5363 \end_inset
5364
5365
5366 \end_layout
5367
5368 \begin_layout Standard
5369 \begin_inset Tabular
5370 <lyxtabular version="3" rows="5" columns="5">
5371 <features islongtable="true">
5372 <column alignment="center" valignment="top" width="0">
5373 <column alignment="center" valignment="top" width="0">
5374 <column alignment="center" valignment="top" width="0">
5375 <column alignment="center" valignment="top" width="0">
5376 <column alignment="center" valignment="top" width="0">
5377 <row>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 1
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 2
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 3
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 4
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 5
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 </row>
5424 <row>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 asd
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 s
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 s
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 s
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 asd
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 </row>
5471 <row>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 asd
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 s
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 s
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 s
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 asd
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 </row>
5518 <row>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 asd
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 s
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 s
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 s
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 asd
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 </row>
5565 <row>
5566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 asd
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 asd
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 asd
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 asd
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 asd
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 </row>
5612 </lyxtabular>
5613
5614 \end_inset
5615
5616
5617 \begin_inset ERT
5618 status collapsed
5619
5620 \begin_layout Plain Layout
5621
5622
5623 \backslash
5624 setlength{
5625 \backslash
5626 LTleft}{
5627 \backslash
5628 fill}
5629 \end_layout
5630
5631 \end_inset
5632
5633
5634 \end_layout
5635
5636 \begin_layout Subsection
5637 Longtable Captions
5638 \begin_inset Index
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642 Longtables ! Captions
5643 \end_layout
5644
5645 \end_inset
5646
5647
5648 \begin_inset CommandInset label
5649 LatexCommand label
5650 name "sub:Longtable-Captions"
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \begin_layout Standard
5658 A longtable cannot be put into a table float because floats can only be
5659  on one page but the caption environment of floats can also be used for
5660  longtables.
5661 \end_layout
5662
5663 \begin_layout Standard
5664 As LyX does not yet fully support captions in longtables, a hack is needed
5665  to create them:
5666 \end_layout
5667
5668 \begin_layout Enumerate
5669 Create a longtable
5670 \family sans
5671 .
5672 \end_layout
5673
5674 \begin_layout Enumerate
5675 Mark the first row and disable its upper line.
5676 \end_layout
5677
5678 \begin_layout Enumerate
5679 Insert a caption via the menu 
5680 \family sans
5681 Insert\SpecialChar \menuseparator
5682 Caption
5683 \family default
5684  into the first table cell.
5685 \begin_inset Newline newline
5686 \end_inset
5687
5688 You can also add a short title for the caption.
5689 \end_layout
5690
5691 \begin_layout Enumerate
5692 Insert a 
5693 \begin_inset Quotes eld
5694 \end_inset
5695
5696
5697 \series bold
5698
5699 \backslash
5700
5701 \backslash
5702 %
5703 \series default
5704
5705 \begin_inset Quotes erd
5706 \end_inset
5707
5708  as TeX-Code behind the caption.
5709 \end_layout
5710
5711 \begin_layout Standard
5712 A short title that will appear in the LOT instead of the full title.
5713  The 
5714 \series bold
5715
5716 \backslash
5717
5718 \backslash
5719 %
5720 \series default
5721  behind the caption omits the vertical lines between the following cells
5722  in the row.
5723  The first table row is now only a dummy row for the caption, the actual
5724  table starts with the second row.
5725 \end_layout
5726
5727 \begin_layout Standard
5728 Here is a short longtable to see how it works:
5729 \end_layout
5730
5731 \begin_layout Standard
5732 \begin_inset Tabular
5733 <lyxtabular version="3" rows="6" columns="5">
5734 <features islongtable="true">
5735 <column alignment="center" valignment="top" width="0">
5736 <column alignment="center" valignment="top" width="0">
5737 <column alignment="center" valignment="top" width="0">
5738 <column alignment="center" valignment="top" width="0">
5739 <column alignment="center" valignment="top" width="0">
5740 <row caption="true">
5741 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 \begin_inset Caption
5746
5747 \begin_layout Plain Layout
5748 Longtable with caption
5749 \begin_inset OptArg
5750 status open
5751
5752 \begin_layout Plain Layout
5753 Longtable
5754 \end_layout
5755
5756 \end_inset
5757
5758
5759 \end_layout
5760
5761 \end_inset
5762
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 </row>
5805 <row>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 1
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 2
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 3
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 4
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 5
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 asd
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 s
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 s
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 s
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 <row>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 asd
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 s
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 s
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 s
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 asd
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 </row>
5946 <row>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 asd
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 s
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 s
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 s
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 asd
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 </row>
5993 <row>
5994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 asd
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 asd
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 asd
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 asd
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 </row>
6040 </lyxtabular>
6041
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \begin_layout Standard
6048 \begin_inset VSpace medskip
6049 \end_inset
6050
6051
6052 \begin_inset Note Greyedout
6053 status open
6054
6055 \begin_layout Plain Layout
6056
6057 \series bold
6058 Note:
6059 \series default
6060  The table number is increased for every longtable, also if you didn't set
6061  a caption for it.
6062  For this reason you could have the case that e.g.
6063  Table
6064 \begin_inset space ~
6065 \end_inset
6066
6067 2.4 follows on Table
6068 \begin_inset space ~
6069 \end_inset
6070
6071 2.1 in the list of tables if there are two longtables without captions.
6072  To avoid this you can add the following command in TeX-Code behind every
6073  longtable without a caption:
6074 \end_layout
6075
6076 \begin_layout Plain Layout
6077
6078 \series bold
6079
6080 \backslash
6081 addtocounter{table}{-1}
6082 \end_layout
6083
6084 \end_inset
6085
6086
6087 \end_layout
6088
6089 \begin_layout Standard
6090 \begin_inset Note Greyedout
6091 status open
6092
6093 \begin_layout Plain Layout
6094
6095 \series bold
6096 Note:
6097 \series default
6098  If you are using the LaTeX-package 
6099 \series bold
6100 hyperref
6101 \series default
6102
6103 \begin_inset Index
6104 status collapsed
6105
6106 \begin_layout Plain Layout
6107 LaTeX-packages ! hyperref
6108 \end_layout
6109
6110 \end_inset
6111
6112  to link cross-references, the link to a longtable caption will always point
6113  to the beginning of the document.
6114 \end_layout
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \begin_inset Newpage newpage
6123 \end_inset
6124
6125
6126 \end_layout
6127
6128 \begin_layout Subsubsection
6129 References to Longtables
6130 \begin_inset Index
6131 status collapsed
6132
6133 \begin_layout Plain Layout
6134 Longtables ! References
6135 \end_layout
6136
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \begin_layout Standard
6143 \begin_inset Tabular
6144 <lyxtabular version="3" rows="6" columns="5">
6145 <features islongtable="true">
6146 <column alignment="center" valignment="top" width="0">
6147 <column alignment="center" valignment="top" width="0">
6148 <column alignment="center" valignment="top" width="0">
6149 <column alignment="center" valignment="top" width="0">
6150 <column alignment="center" valignment="top" width="0">
6151 <row caption="true">
6152 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 \begin_inset Caption
6157
6158 \begin_layout Plain Layout
6159 Referenced longtable
6160 \begin_inset CommandInset label
6161 LatexCommand label
6162 name "tab:RefExample"
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 </row>
6213 <row>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 1
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 2
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 3
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 4
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 5
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 asd
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 s
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 s
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 s
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 asd
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 s
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 s
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 s
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 asd
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 asd
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 s
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 s
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 asd
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 asd
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 sad
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 asd
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 asd
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 </lyxtabular>
6449
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \begin_layout Standard
6456 To reference a longtable, insert a label into the caption.
6457  Note that you have to add the label prefix 
6458 \begin_inset Quotes eld
6459 \end_inset
6460
6461
6462 \emph on
6463 tab:
6464 \emph default
6465
6466 \begin_inset Quotes eld
6467 \end_inset
6468
6469  manually in the label field.
6470 \end_layout
6471
6472 \begin_layout Standard
6473 This is a reference to Table
6474 \begin_inset space ~
6475 \end_inset
6476
6477
6478 \begin_inset CommandInset ref
6479 LatexCommand ref
6480 reference "tab:RefExample"
6481
6482 \end_inset
6483
6484 .
6485 \end_layout
6486
6487 \begin_layout Standard
6488 The caption layout can be set together with all other caption of your document
6489  using the LaTeX-package 
6490 \series bold
6491 caption
6492 \series default
6493
6494 \begin_inset Index
6495 status collapsed
6496
6497 \begin_layout Plain Layout
6498 LaTeX-packages ! caption
6499 \end_layout
6500
6501 \end_inset
6502
6503 , see section
6504 \begin_inset space ~
6505 \end_inset
6506
6507
6508 \begin_inset CommandInset ref
6509 LatexCommand ref
6510 reference "sec:Caption-Formatting"
6511
6512 \end_inset
6513
6514 .
6515 \end_layout
6516
6517 \begin_layout Subsubsection
6518 Caption Width
6519 \begin_inset Index
6520 status collapsed
6521
6522 \begin_layout Plain Layout
6523 Longtables ! Caption Width
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \begin_layout Standard
6532 The maximal width of of caption lines is defined by the length 
6533 \series bold
6534
6535 \backslash
6536 LTcapwidth
6537 \series default
6538 .
6539  Its default value is 4
6540 \begin_inset space \thinspace{}
6541 \end_inset
6542
6543 in.
6544  To change it add the following command to your document preamble or as
6545  TeX-Code into your document before the longtable that should be affected
6546 \end_layout
6547
6548 \begin_layout Standard
6549
6550 \series bold
6551
6552 \backslash
6553 setlength{
6554 \backslash
6555 LTcapwidth}{width}
6556 \end_layout
6557
6558 \begin_layout Standard
6559 where the width could have one of the units listed in appendix
6560 \begin_inset space ~
6561 \end_inset
6562
6563
6564 \begin_inset CommandInset ref
6565 LatexCommand ref
6566 reference "cha:Units-available-in"
6567
6568 \end_inset
6569
6570 .
6571 \end_layout
6572
6573 \begin_layout Standard
6574 The following tables show the difference:
6575 \end_layout
6576
6577 \begin_layout Standard
6578 \begin_inset Tabular
6579 <lyxtabular version="3" rows="6" columns="5">
6580 <features islongtable="true">
6581 <column alignment="center" valignment="top" width="0">
6582 <column alignment="center" valignment="top" width="0">
6583 <column alignment="center" valignment="top" width="0">
6584 <column alignment="center" valignment="top" width="0">
6585 <column alignment="center" valignment="top" width="0">
6586 <row caption="true">
6587 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 \begin_inset Caption
6592
6593 \begin_layout Plain Layout
6594 long full title with default width long full title with default width long
6595  full title with default width
6596 \begin_inset OptArg
6597 status open
6598
6599 \begin_layout Plain Layout
6600 caption with default width
6601 \end_layout
6602
6603 \end_inset
6604
6605
6606 \end_layout
6607
6608 \end_inset
6609
6610
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 </row>
6652 <row>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 1
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 2
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 3
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 4
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 5
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 </row>
6699 <row>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 asd
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 s
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 s
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 asd
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 </row>
6746 <row>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 asd
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 s
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 s
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 s
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 </row>
6793 <row>
6794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 asd
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 s
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 s
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 s
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 asd
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 </row>
6840 <row>
6841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 asd
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 sad
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 asd
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 asd
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 </row>
6887 </lyxtabular>
6888
6889 \end_inset
6890
6891
6892 \end_layout
6893
6894 \begin_layout Standard
6895 \begin_inset ERT
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899
6900
6901 \backslash
6902 setlength{
6903 \backslash
6904 LTcapwidth}{5cm}
6905 \end_layout
6906
6907 \end_inset
6908
6909
6910 \begin_inset Tabular
6911 <lyxtabular version="3" rows="6" columns="5">
6912 <features islongtable="true">
6913 <column alignment="center" valignment="top" width="0">
6914 <column alignment="center" valignment="top" width="0">
6915 <column alignment="center" valignment="top" width="0">
6916 <column alignment="center" valignment="top" width="0">
6917 <column alignment="center" valignment="top" width="0">
6918 <row caption="true">
6919 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 \begin_inset Caption
6924
6925 \begin_layout Plain Layout
6926 long full title with width set to 5
6927 \begin_inset space \thinspace{}
6928 \end_inset
6929
6930 cm long full title with width set to 5
6931 \begin_inset space \thinspace{}
6932 \end_inset
6933
6934 cm long full title with width set to 5
6935 \begin_inset space \thinspace{}
6936 \end_inset
6937
6938 cm
6939 \begin_inset OptArg
6940 status open
6941
6942 \begin_layout Plain Layout
6943 caption with width
6944 \begin_inset space \thinspace{}
6945 \end_inset
6946
6947 =
6948 \begin_inset space \thinspace{}
6949 \end_inset
6950
6951 5
6952 \begin_inset space \thinspace{}
6953 \end_inset
6954
6955 cm
6956 \end_layout
6957
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \end_inset
6964
6965
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 1
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 2
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 3
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 4
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 5
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 </row>
7054 <row>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 asd
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 s
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 s
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 s
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 asd
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 </row>
7101 <row>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 asd
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 s
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 s
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 s
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 asd
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 </row>
7148 <row>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 asd
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 s
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 s
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 s
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 asd
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 </row>
7195 <row>
7196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 asd
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 sad
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 asd
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 asd
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 asd
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 </row>
7242 </lyxtabular>
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \begin_layout Standard
7250 \begin_inset ERT
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254
7255
7256 \backslash
7257 setlength{
7258 \backslash
7259 LTcapwidth}{4in}
7260 \end_layout
7261
7262 \end_inset
7263
7264
7265 \end_layout
7266
7267 \begin_layout Standard
7268 \begin_inset Note Greyedout
7269 status open
7270
7271 \begin_layout Plain Layout
7272
7273 \series bold
7274 Note:
7275 \series default
7276  When the LaTeX-package 
7277 \series bold
7278 caption
7279 \series default
7280
7281 \begin_inset Index
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285 LaTeX-packages ! caption
7286 \end_layout
7287
7288 \end_inset
7289
7290  is used, as in this document, the full page width is used for the caption
7291  when you use the default value of 4
7292 \begin_inset space \thinspace{}
7293 \end_inset
7294
7295 in for 
7296 \series bold
7297
7298 \backslash
7299 LTcapwidth
7300 \series default
7301 .
7302  To get in this case exactly a 4
7303 \begin_inset space \thinspace{}
7304 \end_inset
7305
7306 in wide caption, you can either use a value slightly different from 4.0
7307 \begin_inset space \thinspace{}
7308 \end_inset
7309
7310 in, e.g.
7311  3.99
7312 \begin_inset space \thinspace{}
7313 \end_inset
7314
7315 in, or the LaTeX-command 
7316 \series bold
7317
7318 \backslash
7319 captionsetup{width=value}
7320 \series default
7321  that is provided by the 
7322 \series bold
7323 caption
7324 \series default
7325 -package.
7326 \end_layout
7327
7328 \end_inset
7329
7330
7331 \end_layout
7332
7333 \begin_layout Subsubsection
7334 Different Captions for Table Pages
7335 \begin_inset Index
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339 Longtables ! Different Captions for Pages
7340 \end_layout
7341
7342 \end_inset
7343
7344
7345 \end_layout
7346
7347 \begin_layout Standard
7348 When the other captions should differ from the one of the first table page,
7349  insert a caption with a non-empty short title in a dummy caption row marked
7350  as first header.
7351  The caption used for the other table pages is inserted as caption without
7352  a short title in a dummy caption row that is marked as main header.
7353  When this caption shouldn't include the table number, use the command
7354 \end_layout
7355
7356 \begin_layout Standard
7357
7358 \series bold
7359
7360 \backslash
7361 caption*{caption text}
7362 \end_layout
7363
7364 \begin_layout Standard
7365 instead of LyX's caption box.
7366  The label to reference the table is inserted into the caption of the first
7367  header.
7368  Table
7369 \begin_inset space ~
7370 \end_inset
7371
7372
7373 \begin_inset CommandInset ref
7374 LatexCommand ref
7375 reference "tab:DiffCaptions"
7376
7377 \end_inset
7378
7379  is an example for a longtable with different heading where the second caption
7380  doesn't include the table number.
7381 \end_layout
7382
7383 \begin_layout Standard
7384 \align center
7385 \begin_inset Tabular
7386 <lyxtabular version="3" rows="59" columns="3">
7387 <features islongtable="true">
7388 <column alignment="left" valignment="top" width="0cm">
7389 <column alignment="left" valignment="top" width="0pt">
7390 <column alignment="center" valignment="top" width="0pt">
7391 <row endfirsthead="true" caption="true">
7392 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 \begin_inset Caption
7397
7398 \begin_layout Plain Layout
7399 Example Phone List
7400 \begin_inset CommandInset label
7401 LatexCommand label
7402 name "tab:DiffCaptions"
7403
7404 \end_inset
7405
7406
7407 \begin_inset OptArg
7408 status collapsed
7409
7410 \begin_layout Plain Layout
7411 Example Phone List
7412 \end_layout
7413
7414 \end_inset
7415
7416
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row endfirsthead="true">
7446 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450
7451 \series bold
7452 Example Phone List (ignore the names)
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row endfirsthead="true">
7477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481
7482 \series bold
7483 NAME
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \series bold
7503 TEL.
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row endhead="true" caption="true">
7510 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 \begin_inset ERT
7515 status open
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 caption*{Continued Example Phone List}
7522 \backslash
7523
7524 \backslash
7525 %
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 </row>
7554 <row endhead="true">
7555 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559
7560 \series bold
7561 Example Phone List
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 <row endhead="true">
7586 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \series bold
7592 NAME
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610
7611 \series bold
7612 TEL.
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 </row>
7618 <row endfoot="true">
7619 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 continued on next page
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 </row>
7647 <row>
7648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \series bold
7654 Annovi
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 Silvia
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 111
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row>
7679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \series bold
7685 Bertoli
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 Stefano
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 111
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 <row>
7710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \series bold
7716 Bozzi
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 Walter
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 111
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \series bold
7747 Cachia
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 Maria
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765 111
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 </row>
7771 <row>
7772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \series bold
7778 Cachia
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787 Maurizio
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 111
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 </row>
7802 <row>
7803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \series bold
7809 Cinquemani
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 Giusi
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827 111
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 </row>
7833 <row>
7834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \series bold
7840 Colin
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 Bernard
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 111
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 <row>
7865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \series bold
7871 Concli
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 Gianfranco
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 111
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \series bold
7902 Dal Bosco
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Carolina
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 111
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \series bold
7933 Dalpiaz
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 Annamaria
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 111
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \series bold
7964 Feliciello
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Domenico
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 111
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \series bold
7995 Focarelli
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Paola
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 111
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \series bold
8026 Galletti
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 Oreste
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 111
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \series bold
8057 Gasparini
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Franca
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 111
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Rizzardi
8089 \series default
8090
8091 \begin_inset Foot
8092 status collapsed
8093
8094 \begin_layout Plain Layout
8095 Example footnote
8096 \end_layout
8097
8098 \end_inset
8099
8100
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Paola
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 111
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Lassini
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 Giancarlo
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 111
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \series bold
8162 Malfatti
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 Luciano
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 111
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \series bold
8193 Malfatti
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Valeriano
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 111
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \series bold
8224 Meneguzzo
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 Roberto
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 111
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \series bold
8255 Mezzadra
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 Roberto
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 111
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \series bold
8286 Pirpamer
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Erich
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 111
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \series bold
8317 Pochiesa
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 Paolo
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 111, 222
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346
8347 \series bold
8348 Radina
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 Claudio
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 111
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \series bold
8379 Stuffer
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 Oskar
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 111
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 </row>
8403 <row>
8404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408
8409 \series bold
8410 Tacchelli
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 Ugo
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 111
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \series bold
8441 Tezzele
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 Margit
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 111
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \series bold
8472 Unterkalmsteiner
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 Frieda
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 111
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \series bold
8503 Vieider
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 Hilde
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 111
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \series bold
8534 Vigna
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 Jürgen
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 111
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \series bold
8565 Weber
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Maurizio
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 111
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \series bold
8596 Winkler
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 Franz
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 111
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row>
8621 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625  
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \series bold
8656 Annovi
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Silvia
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 555
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \series bold
8687 Bertoli
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Stefano
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 555
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \series bold
8718 Bozzi
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 Walter
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 555
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row>
8743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747
8748 \series bold
8749 Cachia
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Maria
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 555
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \series bold
8780 Cachia
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 Maurizio
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 555
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811 Cinquemani
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 Giusi
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 555
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842 Colin
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 Bernard
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 555
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \series bold
8873 Concli
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Gianfranco
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 555
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \series bold
8904 Dal Bosco
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 Carolina
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 555
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 <row>
8929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933
8934 \series bold
8935 Dalpiaz
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 Annamaria
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 555
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \series bold
8966 Feliciello
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 Domenico
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 555
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \series bold
8997 Focarelli
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 Paola
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 555
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \series bold
9028 Galletti
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 Oreste
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 555
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057
9058 \series bold
9059 Gasparini
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 Franca
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 555
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \series bold
9090 Rizzardi
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 Paola
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 555
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \series bold
9121 Lassini
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 Giancarlo
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 555
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 </row>
9145 <row>
9146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150
9151 \series bold
9152 Malfatti
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 Luciano
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 555
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \series bold
9183 Malfatti
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Valeriano
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 555
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \series bold
9214 Meneguzzo
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 Roberto
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 555
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \series bold
9245 Mezzadra
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Roberto
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 555
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 </lyxtabular>
9270
9271 \end_inset
9272
9273
9274 \end_layout
9275
9276 \begin_layout Section
9277 Special Longtable Issues
9278 \begin_inset CommandInset label
9279 LatexCommand label
9280 name "sec:Special-Longtable-Issues"
9281
9282 \end_inset
9283
9284
9285 \end_layout
9286
9287 \begin_layout Subsection
9288 Longtable Calculation
9289 \begin_inset Index
9290 status collapsed
9291
9292 \begin_layout Plain Layout
9293 Longtables ! Calculation
9294 \end_layout
9295
9296 \end_inset
9297
9298
9299 \end_layout
9300
9301 \begin_layout Standard
9302 LaTeX calculates the height of table pages and their page breaks using so
9303  called chunks.
9304  Chunks are pieces of the tables that are at once in LaTeX's memory.
9305  The default value is historically set to only 20 table rows.
9306  If you are using longtables with many pages this may slow down the creation
9307  of your document.
9308  You can safely increase the chunk size to values of 100-1000 by adding
9309  this command line to your document preamble:
9310 \end_layout
9311
9312 \begin_layout Standard
9313
9314 \series bold
9315
9316 \backslash
9317 setcounter{LTchunksize}{100}
9318 \end_layout
9319
9320 \begin_layout Subsection
9321 Floats and Longtables
9322 \begin_inset Index
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326 Longtables ! Floats
9327 \end_layout
9328
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \begin_layout Standard
9335 There might be problems when a float appears on the same page where a longtable
9336  starts.
9337  To avoid such situation, add the command 
9338 \series bold
9339
9340 \backslash
9341 clearpage
9342 \series default
9343  as TeX-Code before your longtable.
9344 \end_layout
9345
9346 \begin_layout Subsection
9347 Forced Page Breaks
9348 \begin_inset Index
9349 status collapsed
9350
9351 \begin_layout Plain Layout
9352 Longtables ! Forced Page Breaks
9353 \end_layout
9354
9355 \end_inset
9356
9357
9358 \end_layout
9359
9360 \begin_layout Standard
9361 By default tables are only broken between rows.
9362  If you have a cell with multiples lines and want to have a page break within
9363  the cell, insert the new line command 
9364 \begin_inset Quotes eld
9365 \end_inset
9366
9367
9368 \series bold
9369
9370 \backslash
9371
9372 \backslash
9373
9374 \series default
9375
9376 \begin_inset Quotes erd
9377 \end_inset
9378
9379  as TeX-Code at this point of the cell where it should be broken.
9380  Before the 
9381 \series bold
9382
9383 \backslash
9384
9385 \backslash
9386
9387 \series default
9388  command you have to insert in TeX-Code so many 
9389 \begin_inset Quotes eld
9390 \end_inset
9391
9392
9393 \series bold
9394 &
9395 \series default
9396
9397 \begin_inset Quotes erd
9398 \end_inset
9399
9400  characters like the number of the following table columns.
9401  The 
9402 \series bold
9403 &
9404 \series default
9405  is the character to separate table cells.
9406  Write in TeX-Code after each 
9407 \series bold
9408 &
9409 \series default
9410  the content of the corresponding following cell and delete the content
9411  of these cells.
9412 \begin_inset Newline newline
9413 \end_inset
9414
9415 Behind the the 
9416 \series bold
9417
9418 \backslash
9419
9420 \backslash
9421
9422 \series default
9423  command, insert so many 
9424 \series bold
9425 &
9426 \series default
9427  characters like the number of table columns before the current column.
9428  In Table
9429 \begin_inset space ~
9430 \end_inset
9431
9432
9433 \begin_inset CommandInset ref
9434 LatexCommand ref
9435 reference "tab:ForcedPagebreak"
9436
9437 \end_inset
9438
9439  the cell that should be broken is in the second column followed by another
9440  column.
9441  Therefore the following command was inserted in the cell as TeX-Code behind
9442  
9443 \begin_inset Quotes eld
9444 \end_inset
9445
9446
9447 \emph on
9448 Castelchiodato,
9449 \emph default
9450
9451 \begin_inset Quotes erd
9452 \end_inset
9453
9454 :
9455 \end_layout
9456
9457 \begin_layout Standard
9458
9459 \series bold
9460 & 111
9461 \backslash
9462
9463 \backslash
9464
9465 \begin_inset Newline newline
9466 \end_inset
9467
9468 &
9469 \end_layout
9470
9471 \begin_layout Standard
9472 The 
9473 \begin_inset Quotes eld
9474 \end_inset
9475
9476 111
9477 \begin_inset Quotes erd
9478 \end_inset
9479
9480  in the third columns of the row was deleted.
9481  If your footer row of the longtable has for a certain reason no upper line
9482  but you would have a horizontal line where the cell is broken, use this
9483  command instead:
9484 \end_layout
9485
9486 \begin_layout Standard
9487
9488 \series bold
9489 & 111
9490 \backslash
9491
9492 \backslash
9493
9494 \begin_inset Newline newline
9495 \end_inset
9496
9497
9498 \backslash
9499 hline &
9500 \end_layout
9501
9502 \begin_layout Standard
9503 When the cell to be broken is in the last column, the command
9504 \end_layout
9505
9506 \begin_layout Standard
9507
9508 \series bold
9509
9510 \backslash
9511 setlength{
9512 \backslash
9513 parfillskip}{0pt}
9514 \end_layout
9515
9516 \begin_layout Standard
9517 must be inserted as TeX-Code at the beginning of the cell.
9518  This assures that the part of the cell that will be displayed on the new
9519  page appears with the full width.
9520 \end_layout
9521
9522 \begin_layout Standard
9523 \align center
9524 \begin_inset Tabular
9525 <lyxtabular version="3" rows="38" columns="3">
9526 <features islongtable="true">
9527 <column alignment="left" valignment="top" width="0cm">
9528 <column alignment="left" valignment="top" width="3cm">
9529 <column alignment="center" valignment="top" width="0pt">
9530 <row endfirsthead="true" caption="true">
9531 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 \begin_inset Caption
9536
9537 \begin_layout Plain Layout
9538 Table with forced page break in table cell
9539 \begin_inset CommandInset label
9540 LatexCommand label
9541 name "tab:ForcedPagebreak"
9542
9543 \end_inset
9544
9545
9546 \begin_inset OptArg
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550 Table with forced page break in table cell
9551 \end_layout
9552
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 </row>
9584 <row endfirsthead="true">
9585 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589
9590 \series bold
9591 Example Phone List (ignore the names)
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row endfirsthead="true">
9616 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620
9621 \series bold
9622 NAME
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640
9641 \series bold
9642 TEL.
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row endhead="true" caption="true">
9649 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 \begin_inset ERT
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657
9658
9659 \backslash
9660 caption*{Continued table with forced page break in table cell}
9661 \backslash
9662
9663 \backslash
9664 %
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row endhead="true">
9694 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698  
9699 \series bold
9700 Example Phone List
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row endhead="true">
9725 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729
9730 \series bold
9731 NAME
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \series bold
9751 TEL.
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row endfoot="true">
9758 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 continued on next page
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 <row>
9787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \series bold
9793 Annovi
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802 Silvia
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 111
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 </row>
9817 <row>
9818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \series bold
9824 Bertoli
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 Stefano
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 111
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 <row>
9849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \series bold
9855 Bozzi
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 Walter
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 111
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \series bold
9886 Cachia
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 Maria
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904 111
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 </row>
9910 <row>
9911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \series bold
9917 Cachia
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 Maurizio
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935 111
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row>
9942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 Cinquemani
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 Giusi
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 111
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \series bold
9979 Colin
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 Bernard
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 111
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row>
10004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \series bold
10010 Concli
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 Gianfranco
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 111
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 Dal Bosco
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 Carolina
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 111
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row>
10066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 Dalpiaz
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 Annamaria
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 111
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row>
10097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 Feliciello
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 Domenico
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 111
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row>
10128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 Focarelli
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 Paola
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 111
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 </row>
10158 <row>
10159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \series bold
10165 Galletti
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Oreste
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 111
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 <row>
10190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \series bold
10196 Gasparini
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 Franca
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 111
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row>
10221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \series bold
10227 Lassini
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 Giancarlo
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 111
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 </row>
10251 <row>
10252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256
10257 \series bold
10258 Malfatti
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Luciano
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 111
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \series bold
10289 Malfatti
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Valeriano
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 111
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \series bold
10320 Meneguzzo
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 Roberto
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 111
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351 Mezzadra
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 Roberto
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 111
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 <row>
10376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380
10381 \series bold
10382 Pirpamer
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Erich
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 111
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \series bold
10413 Pochiesa
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 Paolo
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 111, 222
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 <row>
10438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442
10443 \series bold
10444 Radina
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 Claudio
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 111
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473
10474 \series bold
10475 Rizzardi
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Paolo, 11.
10485  Fürst von Montecompatri, 11.
10486  Fürst von Sulmona und Vivaro, 10.
10487  Fürst von Rossano, 5.
10488  Herzog von Canemorte, 11.
10489  Herzog von Palombara, 5.
10490  Herzog von Castelchiodato,
10491 \begin_inset ERT
10492 status open
10493
10494 \begin_layout Plain Layout
10495
10496 & 111
10497 \backslash
10498
10499 \backslash
10500
10501 \end_layout
10502
10503 \begin_layout Plain Layout
10504
10505 &
10506 \end_layout
10507
10508 \end_inset
10509
10510  11.
10511  Herzog von Poggionativo, 11.
10512  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10513  Graf von Valinfreda, 11.
10514  Baron von Cropalati, 11.
10515  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \series bold
10537 Stuffer
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 Oskar
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 111
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \series bold
10568 Tacchelli
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Ugo
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 111
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 <row>
10593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597
10598 \series bold
10599 Tezzele
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 Margit
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 111
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \series bold
10630 Unterkalmsteiner
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 Frieda
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 111
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \series bold
10661 Vieider
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Hilde
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 111
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 <row>
10686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \series bold
10692 Vigna
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 Jürgen
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 111
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \series bold
10723 Weber
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Maurizio
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 111
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 Winkler
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Franz
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 111
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 </lyxtabular>
10779
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \begin_layout Standard
10786 \begin_inset Newpage newpage
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \begin_layout Section
10793 Multiple Lines Columns and Rows
10794 \end_layout
10795
10796 \begin_layout Subsection
10797 Multiple Lines in Table Cells
10798 \begin_inset CommandInset label
10799 LatexCommand label
10800 name "sub:Multiple-Lines-in"
10801
10802 \end_inset
10803
10804
10805 \begin_inset Index
10806 status collapsed
10807
10808 \begin_layout Plain Layout
10809 Multiple Lines in Table Cells
10810 \end_layout
10811
10812 \end_inset
10813
10814
10815 \begin_inset Index
10816 status collapsed
10817
10818 \begin_layout Plain Layout
10819 Table ! Linebreaks
10820 \end_layout
10821
10822 \end_inset
10823
10824
10825 \end_layout
10826
10827 \begin_layout Standard
10828 \align center
10829 \begin_inset Float table
10830 placement H
10831 wide false
10832 sideways false
10833 status open
10834
10835 \begin_layout Plain Layout
10836 \begin_inset Caption
10837
10838 \begin_layout Plain Layout
10839 \begin_inset CommandInset label
10840 LatexCommand label
10841 name "tab:Table-with-multiple"
10842
10843 \end_inset
10844
10845 Table with multiple lines in cells
10846 \end_layout
10847
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \begin_layout Plain Layout
10854 \align center
10855 \begin_inset Tabular
10856 <lyxtabular version="3" rows="3" columns="3">
10857 <features>
10858 <column alignment="center" valignment="middle" width="2.5cm">
10859 <column alignment="center" valignment="middle" width="0">
10860 <column alignment="center" valignment="middle" width="0">
10861 <row>
10862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 multiple
10867 \begin_inset Newline linebreak
10868 \end_inset
10869
10870 lines
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 b
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 c
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 d
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 e
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 f
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 g
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 h
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 i
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 </lyxtabular>
10953
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \end_inset
10960
10961
10962 \end_layout
10963
10964 \begin_layout Standard
10965 Adjusting a fixed width for a column, enables to enter text as a paragraph
10966  with multiple lines and hyphenations.
10967 \end_layout
10968
10969 \begin_layout Standard
10970 To produce Table
10971 \begin_inset space ~
10972 \end_inset
10973
10974
10975 \begin_inset CommandInset ref
10976 LatexCommand ref
10977 reference "tab:Table-with-multiple"
10978
10979 \end_inset
10980
10981 , create a 3×3 table, mark the first cell and right-click on it.
10982  In the appearing table dialog we set a cell width of 2.5
10983 \begin_inset space \thinspace{}
10984 \end_inset
10985
10986 cm and choose centered for the vertical and horizontal alignment.
10987  The vertical alignment is used for all cells of the row.
10988  As our text is smaller than than 2.5
10989 \begin_inset space \thinspace{}
10990 \end_inset
10991
10992 cm, only one line will appear.
10993  To get two lines, a justified line break (shortcut 
10994 \family sans
10995 Ctrl-Shift-Return
10996 \family default
10997 ) was added.
10998  If the text is wider than the set cell width, it will automatically be
10999  broken to several lines.
11000 \end_layout
11001
11002 \begin_layout Standard
11003 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11004  by LaTeX if it is the first entry.
11005  Therefore you need to insert something, to make the word not being the
11006  first entry.
11007  So add a horizontal space of 0
11008 \begin_inset space \thinspace{}
11009 \end_inset
11010
11011 pt before the word.
11012  As the space is zero, it doesn't change the output.
11013  Table
11014 \begin_inset space ~
11015 \end_inset
11016
11017
11018 \begin_inset CommandInset ref
11019 LatexCommand ref
11020 reference "tab:Table-with-and"
11021
11022 \end_inset
11023
11024  shows the effect.
11025 \end_layout
11026
11027 \begin_layout Standard
11028 \begin_inset Float table
11029 placement h
11030 wide false
11031 sideways false
11032 status open
11033
11034 \begin_layout Plain Layout
11035 \begin_inset Caption
11036
11037 \begin_layout Plain Layout
11038 \begin_inset CommandInset label
11039 LatexCommand label
11040 name "tab:Table-with-and"
11041
11042 \end_inset
11043
11044 Table with and without hyphenation
11045 \end_layout
11046
11047 \end_inset
11048
11049
11050 \end_layout
11051
11052 \begin_layout Plain Layout
11053 \begin_inset space \hfill{}
11054 \end_inset
11055
11056
11057 \begin_inset Tabular
11058 <lyxtabular version="3" rows="3" columns="3">
11059 <features>
11060 <column alignment="center" valignment="middle" width="2.5cm">
11061 <column alignment="center" valignment="middle" width="0">
11062 <column alignment="center" valignment="middle" width="0">
11063 <row>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 verylongtablecellword
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 b
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 c
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 </row>
11092 <row>
11093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 d
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 e
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 f
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 <row>
11122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 g
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 h
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 i
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 </lyxtabular>
11151
11152 \end_inset
11153
11154
11155 \begin_inset space \hfill{}
11156 \end_inset
11157
11158
11159 \begin_inset Tabular
11160 <lyxtabular version="3" rows="3" columns="3">
11161 <features>
11162 <column alignment="center" valignment="middle" width="2.5cm">
11163 <column alignment="center" valignment="middle" width="0">
11164 <column alignment="center" valignment="middle" width="0">
11165 <row>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 \begin_inset space \hspace{}
11171 \length 0pt
11172 \end_inset
11173
11174 verylongtablecellword
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 b
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 c
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 </row>
11198 <row>
11199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 d
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 e
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 f
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 g
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 h
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 i
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 </lyxtabular>
11257
11258 \end_inset
11259
11260
11261 \begin_inset space \hfill{}
11262 \end_inset
11263
11264
11265 \end_layout
11266
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \begin_layout Standard
11273 \begin_inset Newpage newpage
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Subsection
11280 Multicolumns
11281 \begin_inset CommandInset label
11282 LatexCommand label
11283 name "sub:Multicolumns"
11284
11285 \end_inset
11286
11287
11288 \begin_inset Index
11289 status collapsed
11290
11291 \begin_layout Plain Layout
11292 Multicolumns
11293 \end_layout
11294
11295 \end_inset
11296
11297
11298 \begin_inset Index
11299 status collapsed
11300
11301 \begin_layout Plain Layout
11302 Table ! Multicolumns
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Subsubsection
11311 Multicolumn Basics
11312 \end_layout
11313
11314 \begin_layout Standard
11315 To span a cell over multiple columns, mark as much cells within a line that
11316  should be one spanned cell and use either the table-toolbar button 
11317 \begin_inset Graphics
11318         filename ../images/tabular-feature_multicolumn.png
11319         scale 85
11320         scaleBeforeRotation
11321
11322 \end_inset
11323
11324 , or the menu 
11325 \family sans
11326 Edit\SpecialChar \menuseparator
11327 Table\SpecialChar \menuseparator
11328 Multicolumn
11329 \family default
11330 , or right click on the marked cells and choose multicolumn in the appearing
11331  table dialog under the tab 
11332 \family sans
11333 Table Settings
11334 \family default
11335 .
11336 \end_layout
11337
11338 \begin_layout Standard
11339 Multicolumns have there own cell settings.
11340  That means changing cell borders, cell alignment, and the width only affects
11341  the multicolumn.
11342  Here is an example table with a multicolumn cell in the first row and one
11343  in the last row without the upper border:
11344 \end_layout
11345
11346 \begin_layout Standard
11347 \align center
11348 \begin_inset Tabular
11349 <lyxtabular version="3" rows="3" columns="4">
11350 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11351 <column alignment="center" valignment="top" width="0pt">
11352 <column alignment="center" valignment="middle" width="0">
11353 <column alignment="center" valignment="top" width="0in">
11354 <column alignment="center" valignment="top" width="0pt">
11355 <row>
11356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 abc
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 def ghi
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 jkl
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398
11399 \family roman
11400 \series medium
11401 \shape up
11402 \size normal
11403 \emph off
11404 \bar no
11405 \noun off
11406 \color none
11407 A
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 B
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 C
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 D
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 <row>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 1
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 2
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 3
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 4
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 </lyxtabular>
11479
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \begin_layout Subsubsection
11486 Multicolumn Calculations
11487 \begin_inset CommandInset label
11488 LatexCommand label
11489 name "sub:Multicolumn-Calculations"
11490
11491 \end_inset
11492
11493
11494 \begin_inset Index
11495 status collapsed
11496
11497 \begin_layout Plain Layout
11498 Multicolumns ! Calculations
11499 \end_layout
11500
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \begin_layout Standard
11507 LyX supports multicolumns directly, but we have to take notice of the cell
11508  width of the columns spanned by the multicolumn cell.
11509 \end_layout
11510
11511 \begin_layout Standard
11512 \begin_inset Float table
11513 placement h
11514 wide false
11515 sideways false
11516 status open
11517
11518 \begin_layout Plain Layout
11519 \begin_inset Caption
11520
11521 \begin_layout Plain Layout
11522 \begin_inset CommandInset label
11523 LatexCommand label
11524 name "tab:Table-with-centered"
11525
11526 \end_inset
11527
11528 Table with centered multicolumn text above two columns that have exactly
11529  half the width of the multicolumn cell
11530 \begin_inset OptArg
11531 status collapsed
11532
11533 \begin_layout Plain Layout
11534 Perfect multicolumn table
11535 \end_layout
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Plain Layout
11548 \align center
11549 \begin_inset Tabular
11550 <lyxtabular version="3" rows="3" columns="3">
11551 <features>
11552 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11553 <column alignment="center" valignment="middle" width="0">
11554 <column alignment="center" valignment="top" width="0">
11555 <row>
11556 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 multiple lines multicolumn
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 c
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 d
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 e
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 f
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 g
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 h
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 i
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 </lyxtabular>
11643
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \begin_layout Standard
11655 To create for example Table
11656 \begin_inset space ~
11657 \end_inset
11658
11659
11660 \begin_inset CommandInset ref
11661 LatexCommand ref
11662 reference "tab:Table-with-centered"
11663
11664 \end_inset
11665
11666 , mark the first two cells in the first row of a 3×3 table and right-click
11667  on them.
11668  Now choose for this cell 
11669 \emph on
11670 multicolumn
11671 \emph default
11672
11673 \emph on
11674 centered alignment
11675 \emph default
11676  and a width of 2.5
11677 \begin_inset space \thinspace{}
11678 \end_inset
11679
11680 cm in the table dialog.
11681  The spanned columns should have exactly half the width of the multicolumn
11682  cell, so that you would adjust a width of 1.25
11683 \begin_inset space \thinspace{}
11684 \end_inset
11685
11686 cm for the first column.
11687  The second column has then automatically a width of 1.25
11688 \begin_inset space \thinspace{}
11689 \end_inset
11690
11691 cm (multicolumn width - width of first column).
11692  This was done for Table
11693 \begin_inset space ~
11694 \end_inset
11695
11696
11697 \begin_inset CommandInset ref
11698 LatexCommand ref
11699 reference "tab:Table-without-half"
11700
11701 \end_inset
11702
11703 .
11704 \end_layout
11705
11706 \begin_layout Standard
11707 \begin_inset Float table
11708 wide false
11709 sideways false
11710 status open
11711
11712 \begin_layout Plain Layout
11713 \begin_inset Caption
11714
11715 \begin_layout Plain Layout
11716 \begin_inset CommandInset label
11717 LatexCommand label
11718 name "tab:Table-without-half"
11719
11720 \end_inset
11721
11722 Table where the spanned table columns have not exactly half the width of
11723  the multicolumn cell
11724 \begin_inset OptArg
11725 status collapsed
11726
11727 \begin_layout Plain Layout
11728 Imperfect multicolumn table
11729 \end_layout
11730
11731 \end_inset
11732
11733
11734 \end_layout
11735
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \begin_layout Plain Layout
11742 \align center
11743 \begin_inset Tabular
11744 <lyxtabular version="3" rows="3" columns="3">
11745 <features>
11746 <column alignment="center" valignment="top" width="1.25cm">
11747 <column alignment="center" valignment="top" width="0">
11748 <column alignment="center" valignment="top" width="0">
11749 <row>
11750 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 multiple lines multicolumn
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 c
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 </row>
11778 <row>
11779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 d
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 e
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 f
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 </row>
11807 <row>
11808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Plain Layout
11812 g
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 h
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 i
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 </lyxtabular>
11837
11838 \end_inset
11839
11840
11841 \end_layout
11842
11843 \end_inset
11844
11845
11846 \end_layout
11847
11848 \begin_layout Standard
11849 You can see that the first column has not the half width of the multicolumn
11850  cell, it is a bit bigger.
11851  The reason is that the given width of a cell 
11852 \begin_inset Formula $W_{g}$
11853 \end_inset
11854
11855  is not its total width 
11856 \begin_inset Formula $W_{\mathrm{tot}}$
11857 \end_inset
11858
11859  because a cell is always a bit larger than its given width.
11860  Appendix
11861 \begin_inset space ~
11862 \end_inset
11863
11864
11865 \begin_inset CommandInset ref
11866 LatexCommand eqref
11867 reference "cha:Explanation-of-Equation"
11868
11869 \end_inset
11870
11871  explains it in detail.
11872 \end_layout
11873
11874 \begin_layout Standard
11875 The needed given width 
11876 \begin_inset Formula $W_{g\, n}$
11877 \end_inset
11878
11879  when 
11880 \emph on
11881 n
11882 \emph default
11883  columns are spanned can be calculated, so that each column has a total
11884  width of 
11885 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11886 \end_inset
11887
11888 :
11889 \begin_inset Formula \begin{equation}
11890 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 In our case we have 
11899 \begin_inset Formula $n=2$
11900 \end_inset
11901
11902
11903 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11904 \end_inset
11905
11906 cm and the default values for the lengths, so that equation 
11907 \begin_inset CommandInset ref
11908 LatexCommand ref
11909 reference "eq:Wgn"
11910
11911 \end_inset
11912
11913  becomes
11914 \begin_inset Formula \begin{equation}
11915 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11916
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \begin_layout Standard
11923 To enable calculations in LaTeX, the LaTeX-package 
11924 \series bold
11925 calc
11926 \series default
11927  must be loaded with the document preamble line
11928 \begin_inset Index
11929 status collapsed
11930
11931 \begin_layout Plain Layout
11932 LaTeX-packages ! calc
11933 \end_layout
11934
11935 \end_inset
11936
11937
11938 \end_layout
11939
11940 \begin_layout Standard
11941
11942 \series bold
11943
11944 \backslash
11945 usepackage{calc}
11946 \end_layout
11947
11948 \begin_layout Standard
11949 LyX does not allow to calculate lengths in the width-field of the table
11950  dialog.
11951  Therefore you have to format the column by inserting a LaTeX-argument in
11952  the dialog.
11953  Here is an overview about the arguments:
11954 \end_layout
11955
11956 \begin_layout Itemize
11957
11958 \series bold
11959 p{width}
11960 \series default
11961  creates cell with a fixed width, its text is vertically top-aligned
11962 \end_layout
11963
11964 \begin_layout Itemize
11965
11966 \series bold
11967 m{width}
11968 \series default
11969  creates cell with a fixed width, its text is vertically centered
11970 \end_layout
11971
11972 \begin_layout Itemize
11973
11974 \series bold
11975 b{width}
11976 \series default
11977  creates cell with a fixed width, its text is vertically bottom-aligned
11978 \end_layout
11979
11980 \begin_layout Standard
11981 By entering a LaTeX-argument, all cell settings set in the table dialog
11982  are overwritten.
11983 \end_layout
11984
11985 \begin_layout Standard
11986 \begin_inset Note Greyedout
11987 status open
11988
11989 \begin_layout Plain Layout
11990
11991 \series bold
11992 Note:
11993 \series default
11994  Due to a bug, LyX shows the overwritten settings anyway.
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \begin_layout Standard
12003 As the text should be horizontally centered, the command 
12004 \series bold
12005
12006 \backslash
12007 centering
12008 \series default
12009  is added.
12010  You can now enter the following LaTeX-argument for the first spanned column:
12011 \end_layout
12012
12013 \begin_layout Standard
12014
12015 \series bold
12016 >{
12017 \backslash
12018 centering}m{1.25cm-6.2pt}
12019 \end_layout
12020
12021 \begin_layout Standard
12022 The command 
12023 \series bold
12024 >{ }
12025 \series default
12026  means, that the commands inside the braces are applied before the cell
12027  is created.
12028 \end_layout
12029
12030 \begin_layout Standard
12031 Although we have chosen centered alignment for the text of the multicolumn
12032  cell, it is still left aligned.
12033  This is because LyX only applies the alignment to single columns.
12034  So we have to use for the multicolumn the LaTeX-argument
12035 \end_layout
12036
12037 \begin_layout Standard
12038
12039 \series bold
12040 >{
12041 \backslash
12042 centering}m{2.5cm}
12043 \end_layout
12044
12045 \begin_layout Subsection
12046 Multirows
12047 \begin_inset Index
12048 status collapsed
12049
12050 \begin_layout Plain Layout
12051 Multirows
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \begin_inset Index
12058 status collapsed
12059
12060 \begin_layout Plain Layout
12061 Table ! Multirows
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \begin_inset Index
12068 status collapsed
12069
12070 \begin_layout Plain Layout
12071 LaTeX-packages ! multirow
12072 \end_layout
12073
12074 \end_inset
12075
12076
12077 \end_layout
12078
12079 \begin_layout Standard
12080 In contrary to multicolumns multirows are not yet supported by LyX so a
12081  bit of TeX-Code needs to be used.
12082  To use multirows load the LaTeX-package 
12083 \series bold
12084 multirow
12085 \series default
12086  in your document preamble with the command
12087 \end_layout
12088
12089 \begin_layout Standard
12090
12091 \series bold
12092
12093 \backslash
12094 usepackage{multirow}
12095 \end_layout
12096
12097 \begin_layout Standard
12098 Multirows are created with the command
12099 \end_layout
12100
12101 \begin_layout Standard
12102
12103 \series bold
12104
12105 \backslash
12106 multirow{number of rows}{cell width}{cell entry}
12107 \end_layout
12108
12109 \begin_layout Standard
12110 To create the following table:
12111 \end_layout
12112
12113 \begin_layout Standard
12114 \align center
12115 \begin_inset ERT
12116 status collapsed
12117
12118 \begin_layout Plain Layout
12119
12120
12121 \backslash
12122 renewcommand{
12123 \backslash
12124 multirowsetup}{
12125 \backslash
12126 centering}
12127 \end_layout
12128
12129 \end_inset
12130
12131
12132 \begin_inset Tabular
12133 <lyxtabular version="3" rows="3" columns="3">
12134 <features>
12135 <column alignment="center" valignment="top" width="0">
12136 <column alignment="center" valignment="top" width="0">
12137 <column alignment="center" valignment="top" width="0">
12138 <row>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 a
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 b
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 c
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 <row>
12168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 \begin_inset ERT
12173 status collapsed
12174
12175 \begin_layout Plain Layout
12176
12177
12178 \backslash
12179 multirow{2}{2.5cm}{
12180 \end_layout
12181
12182 \end_inset
12183
12184 multirow entry
12185 \begin_inset ERT
12186 status collapsed
12187
12188 \begin_layout Plain Layout
12189
12190 }
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 e
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 f
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 </row>
12219 <row>
12220 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 h
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 i
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 </lyxtabular>
12249
12250 \end_inset
12251
12252
12253 \begin_inset ERT
12254 status collapsed
12255
12256 \begin_layout Plain Layout
12257
12258
12259 \backslash
12260 renewcommand{
12261 \backslash
12262 multirowsetup}{
12263 \backslash
12264 raggedright}
12265 \end_layout
12266
12267 \end_inset
12268
12269
12270 \end_layout
12271
12272 \begin_layout Standard
12273 create a 3×3 table.
12274  To get rid of the line above the last cell in the first column, the cell
12275  is marked as multicolumn and the upper border is unset.
12276  The multirow is now created in the second row of the first column by inserting
12277  there the command
12278 \end_layout
12279
12280 \begin_layout Standard
12281
12282 \series bold
12283
12284 \backslash
12285 multirow{2}{2.5cm}{
12286 \end_layout
12287
12288 \begin_layout Standard
12289 as TeX-Code.
12290  According to the command parameters the multirow spans now two rows and
12291  has a width of 2.5
12292 \begin_inset space \thinspace{}
12293 \end_inset
12294
12295 cm.
12296  The content of the multirow cell follows outside the TeX-Code box and the
12297  command is finished with a right brace 
12298 \series bold
12299 }
12300 \series default
12301  in another TeX-Code-box behind the text.
12302 \end_layout
12303
12304 \begin_layout Standard
12305
12306 \series bold
12307
12308 \backslash
12309 multirow
12310 \series default
12311  left-aligns its content by default.
12312  To override the default, renew the command 
12313 \series bold
12314
12315 \backslash
12316 multirowsetup
12317 \series default
12318  with the command
12319 \end_layout
12320
12321 \begin_layout Standard
12322
12323 \series bold
12324
12325 \backslash
12326 renewcommand{
12327 \backslash
12328 multirowsetup}{
12329 \backslash
12330 centering}
12331 \end_layout
12332
12333 \begin_layout Standard
12334 in TeX-Code in the document preamble.
12335  Then all entries of multirow cells in the document are centered.
12336  If centering is only needed for several tables, you can renew the command
12337  in an TeX-Code box just before the table instead of the preamble.
12338  If the text should be right-aligned, replace 
12339 \series bold
12340
12341 \backslash
12342 centering
12343 \series default
12344  by 
12345 \series bold
12346
12347 \backslash
12348 raggedleft
12349 \series default
12350 .
12351  To return to left-alignment 
12352 \series bold
12353
12354 \backslash
12355 raggedright
12356 \series default
12357  is used.
12358 \end_layout
12359
12360 \begin_layout Section
12361 Formal Tables
12362 \begin_inset CommandInset label
12363 LatexCommand label
12364 name "sec:Formal-Tables"
12365
12366 \end_inset
12367
12368
12369 \begin_inset Index
12370 status collapsed
12371
12372 \begin_layout Plain Layout
12373 Table ! Formal
12374 \end_layout
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Tables are often typeset in books similar to Table
12383 \begin_inset space ~
12384 \end_inset
12385
12386
12387 \begin_inset CommandInset ref
12388 LatexCommand ref
12389 reference "tab:Example-booktabs-table"
12390
12391 \end_inset
12392
12393 .
12394  This kind of tables is called 
12395 \begin_inset Quotes eld
12396 \end_inset
12397
12398
12399 \emph on
12400 formal
12401 \emph default
12402
12403 \begin_inset Quotes erd
12404 \end_inset
12405
12406 .
12407  To make a table a formal table use the option 
12408 \family sans
12409 Formal
12410 \family default
12411  in the 
12412 \family sans
12413 Borders
12414 \family default
12415  tab of the table dialog.
12416 \end_layout
12417
12418 \begin_layout Standard
12419 \begin_inset Float table
12420 placement h
12421 wide false
12422 sideways false
12423 status open
12424
12425 \begin_layout Plain Layout
12426 \begin_inset Caption
12427
12428 \begin_layout Plain Layout
12429 \begin_inset CommandInset label
12430 LatexCommand label
12431 name "tab:Example-booktabs-table"
12432
12433 \end_inset
12434
12435 Example booktabs-table
12436 \end_layout
12437
12438 \end_inset
12439
12440
12441 \end_layout
12442
12443 \begin_layout Plain Layout
12444 \align center
12445 \begin_inset Tabular
12446 <lyxtabular version="3" rows="8" columns="4">
12447 <features booktabs="true">
12448 <column alignment="center" valignment="top" width="0">
12449 <column alignment="center" valignment="top" width="0">
12450 <column alignment="center" valignment="top" width="0">
12451 <column alignment="center" valignment="top" width="0">
12452 <row>
12453 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12454 \begin_inset Text
12455
12456 \begin_layout Plain Layout
12457 System
12458 \end_layout
12459
12460 \end_inset
12461 </cell>
12462 <cell alignment="center" valignment="top" topline="true" usebox="none">
12463 \begin_inset Text
12464
12465 \begin_layout Plain Layout
12466 Medipix
12467 \begin_inset Formula $\,$
12468 \end_inset
12469
12470 1
12471 \end_layout
12472
12473 \end_inset
12474 </cell>
12475 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 Medipix
12480 \begin_inset Formula $\,$
12481 \end_inset
12482
12483 2
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 </row>
12498 <row>
12499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 \begin_inset ERT
12504 status collapsed
12505
12506 \begin_layout Plain Layout
12507
12508
12509 \backslash
12510 cmidrule(r){2-2}
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \begin_inset ERT
12517 status collapsed
12518
12519 \begin_layout Plain Layout
12520
12521
12522 \backslash
12523 cmidrule(l){3-4}
12524 \end_layout
12525
12526 \end_inset
12527
12528 Detector thickness [µm]
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 300
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 300
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 700
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 </row>
12561 <row>
12562 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 Edge angle [°]
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 3.55
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 2.71
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 7.99
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row topspace="default">
12600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 Spatial resolution [µm]
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 4.26
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 10.17
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 10.56
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 </row>
12637 <row topspace="default">
12638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 MTF at 
12643 \begin_inset Formula $f_{\mathrm{max}}$
12644 \end_inset
12645
12646
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 0.53
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 0.37
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 0.39
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 <row topspace="default">
12680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689
12690 \backslash
12691 cmidrule(l{10pt}){1-1}
12692 \end_layout
12693
12694 \end_inset
12695
12696 LSF-spatial resolution
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 </row>
12729 <row>
12730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 in Âµm
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 129.7
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 52.75
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 50.78
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 </row>
12767 <row>
12768 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 in % of pixel size
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781 76.3
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 95.9
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 92.3
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 </row>
12805 </lyxtabular>
12806
12807 \end_inset
12808
12809
12810 \end_layout
12811
12812 \end_inset
12813
12814
12815 \end_layout
12816
12817 \begin_layout Standard
12818 Spaces to table rows can be added using the 
12819 \family sans
12820 Borders
12821 \family default
12822  tab of the table dialog as described in section
12823 \begin_inset space ~
12824 \end_inset
12825
12826
12827 \begin_inset CommandInset ref
12828 LatexCommand ref
12829 reference "sub:Row-Spacing"
12830
12831 \end_inset
12832
12833 .
12834 \end_layout
12835
12836 \begin_layout Standard
12837 In contrary to normal tables, formal tables have no vertical table lines.
12838  The horizontal table lines can be set like for normal tables but they appear
12839  with different width in the output:
12840 \begin_inset Newline newline
12841 \end_inset
12842
12843 The first and the last table line have a default width of 0.08
12844 \begin_inset space \thinspace{}
12845 \end_inset
12846
12847 em while the other lines have a default width of 0.05
12848 \begin_inset space \thinspace{}
12849 \end_inset
12850
12851 em.
12852 \end_layout
12853
12854 \begin_layout Standard
12855 The default widths can be changed with the following preamble lines
12856 \end_layout
12857
12858 \begin_layout Standard
12859
12860 \series bold
12861
12862 \backslash
12863 let
12864 \backslash
12865 mytoprule
12866 \backslash
12867 toprule
12868 \begin_inset Newline newline
12869 \end_inset
12870
12871
12872 \backslash
12873 renewcommand{
12874 \backslash
12875 toprule}{
12876 \backslash
12877 mytoprule[width]}
12878 \end_layout
12879
12880 \begin_layout Standard
12881 This example is for the first line, the so called 
12882 \series bold
12883 toprule
12884 \series default
12885 .
12886  If you want to change the width for the last line, replace 
12887 \series bold
12888 toprule
12889 \series default
12890  by 
12891 \series bold
12892 bottomrule
12893 \series default
12894 .
12895  To change the width for the other lines replace 
12896 \series bold
12897 toprule
12898 \series default
12899  by 
12900 \series bold
12901 midrule
12902 \series default
12903 .
12904  You can use all units listed in appendix
12905 \begin_inset space ~
12906 \end_inset
12907
12908
12909 \begin_inset CommandInset ref
12910 LatexCommand ref
12911 reference "cha:Units-available-in"
12912
12913 \end_inset
12914
12915  to set the width.
12916 \end_layout
12917
12918 \begin_layout Standard
12919 Lines that don't span over all table columns can be created by setting a
12920  table line for multicolumn cells.
12921  LyX will then internally use the command 
12922 \series bold
12923
12924 \backslash
12925 cmidrule
12926 \series default
12927  to create this line.
12928  Its full scheme is
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933 \series bold
12934
12935 \backslash
12936 cmidrule[width](trim){startcol-endcol}
12937 \end_layout
12938
12939 \begin_layout Standard
12940 The options of 
12941 \series bold
12942
12943 \backslash
12944 cmidrule
12945 \series default
12946  are are currently not supported by LyX so you have to use TeX-Code to be
12947  able to use them.
12948  
12949 \series bold
12950
12951 \backslash
12952 cmidrule
12953 \series default
12954 s can manually be created by inserting the command as TeX-Code as first
12955  cell entry of the first cell of a row.
12956  The line is then drawn in the output above the current row.
12957 \end_layout
12958
12959 \begin_layout Standard
12960 The default for the width is 0.03
12961 \begin_inset space \thinspace{}
12962 \end_inset
12963
12964 em.
12965  Startcol is the number of the column where the line starts and endcol the
12966  column number where the line ends.
12967  The endcol always needs to be specified, also when the line should span
12968  only one column.
12969  The optional parameter trim could be either 
12970 \emph on
12971 l{trimwidth}
12972 \emph default
12973 , or 
12974 \emph on
12975 r{trimwidth}
12976 \emph default
12977  where the trimwidth is also optional.
12978  Using for example the parameter 
12979 \emph on
12980 l{2pt}
12981 \emph default
12982  means that the line is trimmed from its left end by 2
12983 \begin_inset space \thinspace{}
12984 \end_inset
12985
12986 pt.
12987  If you don't specify the trimwidth the lines are trimmed by the default
12988  of 0.5
12989 \begin_inset space \thinspace{}
12990 \end_inset
12991
12992 em.
12993 \end_layout
12994
12995 \begin_layout Standard
12996 \begin_inset VSpace bigskip
12997 \end_inset
12998
12999 Table
13000 \begin_inset space ~
13001 \end_inset
13002
13003
13004 \begin_inset CommandInset ref
13005 LatexCommand ref
13006 reference "tab:Example-booktabs-table"
13007
13008 \end_inset
13009
13010  was created using the commands
13011 \end_layout
13012
13013 \begin_layout Standard
13014
13015 \series bold
13016
13017 \backslash
13018 cmidrule(r){2-2}
13019 \backslash
13020 cmidrule(l){3-4}
13021 \end_layout
13022
13023 \begin_layout Standard
13024 at the beginning of the in the second row and
13025 \end_layout
13026
13027 \begin_layout Standard
13028
13029 \series bold
13030
13031 \backslash
13032 cmidrule(l{10pt}){1-1}
13033 \end_layout
13034
13035 \begin_layout Standard
13036 in the sixth row.
13037 \end_layout
13038
13039 \begin_layout Standard
13040 \begin_inset VSpace bigskip
13041 \end_inset
13042
13043
13044 \end_layout
13045
13046 \begin_layout Standard
13047 You might want to have overlapping 
13048 \series bold
13049
13050 \backslash
13051 cmidrule
13052 \series default
13053 s like in Table
13054 \begin_inset space ~
13055 \end_inset
13056
13057
13058 \begin_inset CommandInset ref
13059 LatexCommand ref
13060 reference "tab:Special-booktabs-table"
13061
13062 \end_inset
13063
13064 .
13065  This can be achieved with the TeX-Code command
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071
13072 \backslash
13073 morecmidrules
13074 \end_layout
13075
13076 \begin_layout Standard
13077 The command that was used for the second row of Table
13078 \begin_inset space ~
13079 \end_inset
13080
13081
13082 \begin_inset CommandInset ref
13083 LatexCommand ref
13084 reference "tab:Special-booktabs-table"
13085
13086 \end_inset
13087
13088  is
13089 \end_layout
13090
13091 \begin_layout Standard
13092
13093 \series bold
13094
13095 \backslash
13096 cmidrule(r){2-2}
13097 \backslash
13098 cmidrule(l){3-4}
13099 \backslash
13100 morecmidrules
13101 \backslash
13102 cmidrule{2-4}
13103 \end_layout
13104
13105 \begin_layout Standard
13106 The command for the sixth row is
13107 \end_layout
13108
13109 \begin_layout Standard
13110
13111 \series bold
13112
13113 \backslash
13114 midrule
13115 \backslash
13116 morecmidrules
13117 \backslash
13118 cmidrule{3-4}
13119 \end_layout
13120
13121 \begin_layout Standard
13122 \begin_inset VSpace bigskip
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \begin_layout Standard
13129 If you are anyway not satisfied with the border line spacing, you can use
13130  the following command to produce lines that span over all table columns
13131 \series bold
13132 :
13133 \end_layout
13134
13135 \begin_layout Standard
13136
13137 \series bold
13138
13139 \backslash
13140 specialrule{width}{space above}{space below}
13141 \end_layout
13142
13143 \begin_layout Standard
13144 For more informations about these specialties, we refer to the manual of
13145  the LaTeX-package 
13146 \series bold
13147 booktabs
13148 \series default
13149  
13150 \begin_inset CommandInset citation
13151 LatexCommand cite
13152 key "booktabs"
13153
13154 \end_inset
13155
13156 .
13157 \begin_inset Index
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161 LaTeX-packages ! booktabs
13162 \end_layout
13163
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \begin_layout Standard
13170 \begin_inset Float table
13171 placement h
13172 wide false
13173 sideways false
13174 status open
13175
13176 \begin_layout Plain Layout
13177 \begin_inset Caption
13178
13179 \begin_layout Plain Layout
13180 \begin_inset CommandInset label
13181 LatexCommand label
13182 name "tab:Special-booktabs-table"
13183
13184 \end_inset
13185
13186 Special booktabs-table
13187 \end_layout
13188
13189 \end_inset
13190
13191
13192 \end_layout
13193
13194 \begin_layout Plain Layout
13195 \align center
13196 \begin_inset Tabular
13197 <lyxtabular version="3" rows="8" columns="4">
13198 <features booktabs="true">
13199 <column alignment="center" valignment="top" width="0">
13200 <column alignment="center" valignment="top" width="0">
13201 <column alignment="center" valignment="top" width="0">
13202 <column alignment="center" valignment="top" width="0">
13203 <row>
13204 <cell alignment="center" valignment="top" topline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 System
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 Medipix
13218 \begin_inset space \thinspace{}
13219 \end_inset
13220
13221 1
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 Medipix
13231 \begin_inset space \thinspace{}
13232 \end_inset
13233
13234 2
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 </row>
13249 <row>
13250 <cell alignment="center" valignment="top" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 \begin_inset ERT
13255 status collapsed
13256
13257 \begin_layout Plain Layout
13258
13259
13260 \backslash
13261 cmidrule(r){2-2}
13262 \end_layout
13263
13264 \end_inset
13265
13266
13267 \begin_inset ERT
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271
13272
13273 \backslash
13274 cmidrule(l){3-4}
13275 \end_layout
13276
13277 \end_inset
13278
13279
13280 \begin_inset ERT
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284
13285
13286 \backslash
13287 morecmidrules 
13288 \end_layout
13289
13290 \end_inset
13291
13292
13293 \begin_inset ERT
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297
13298
13299 \backslash
13300 cmidrule{2-4}
13301 \end_layout
13302
13303 \end_inset
13304
13305 Detector thickness [µm]
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 300
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 300
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 700
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 </row>
13338 <row>
13339 <cell alignment="center" valignment="top" topline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 Edge angle [°]
13344 \end_layout
13345
13346 \end_inset
13347 </cell>
13348 <cell alignment="center" valignment="top" topline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 3.55
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 <cell alignment="center" valignment="top" topline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 2.71
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" topline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 7.99
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 </row>
13376 <row topspace="default">
13377 <cell alignment="center" valignment="top" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 Spatial resolution [µm]
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 <cell alignment="center" valignment="top" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 4.26
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 10.17
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 10.56
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 <row topspace="default">
13415 <cell alignment="center" valignment="top" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 MTF at 
13420 \begin_inset Formula $f_{\mathrm{max}}$
13421 \end_inset
13422
13423
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 0.53
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 0.37
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 0.39
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 </row>
13456 <row>
13457 <cell alignment="center" valignment="top" topline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 \begin_inset ERT
13462 status collapsed
13463
13464 \begin_layout Plain Layout
13465
13466
13467 \backslash
13468 morecmidrules 
13469 \end_layout
13470
13471 \end_inset
13472
13473
13474 \begin_inset ERT
13475 status collapsed
13476
13477 \begin_layout Plain Layout
13478
13479
13480 \backslash
13481 cmidrule{3-4}
13482 \end_layout
13483
13484 \end_inset
13485
13486 LSF-spatial resolution
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" topline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 </row>
13519 <row>
13520 <cell alignment="center" valignment="top" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 in Âµm
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 129.7
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 52.75
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 50.78
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 </row>
13557 <row>
13558 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 in % of pixel size
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 76.3
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 95.9
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 92.3
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 </row>
13595 </lyxtabular>
13596
13597 \end_inset
13598
13599
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \end_layout
13606
13607 \begin_layout Section
13608 Vertical Table Alignment
13609 \begin_inset Index
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613 Table ! Alignment
13614 \end_layout
13615
13616 \end_inset
13617
13618
13619 \end_layout
13620
13621 \begin_layout Standard
13622 To align tables vertically in a text line the table must be inside a box.
13623  The box can then be vertically aligned as described in section
13624 \begin_inset space ~
13625 \end_inset
13626
13627
13628 \begin_inset CommandInset ref
13629 LatexCommand ref
13630 reference "sec:Box-Dialog"
13631
13632 \end_inset
13633
13634 .
13635 \end_layout
13636
13637 \begin_layout Standard
13638 In the following example the tables are inside a minipage
13639 \begin_inset Foot
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643 Minipages are described in section
13644 \begin_inset space ~
13645 \end_inset
13646
13647
13648 \begin_inset CommandInset ref
13649 LatexCommand ref
13650 reference "sec:Minipages"
13651
13652 \end_inset
13653
13654 .
13655 \end_layout
13656
13657 \end_inset
13658
13659  box that has a width of 15
13660 \begin_inset space \thinspace{}
13661 \end_inset
13662
13663 col%:
13664 \end_layout
13665
13666 \begin_layout Itemize
13667 test 
13668 \begin_inset Box Frameless
13669 position "t"
13670 hor_pos "c"
13671 has_inner_box 1
13672 inner_pos "c"
13673 use_parbox 0
13674 width "15col%"
13675 special "none"
13676 height "1in"
13677 height_special "totalheight"
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681 \begin_inset Tabular
13682 <lyxtabular version="3" rows="3" columns="3">
13683 <features>
13684 <column alignment="center" valignment="top" width="0">
13685 <column alignment="center" valignment="top" width="0">
13686 <column alignment="center" valignment="top" width="0">
13687 <row>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 a
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 d
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 g
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 b
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 e
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 h
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 </row>
13745 <row>
13746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 c
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 f
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 i
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 </row>
13774 </lyxtabular>
13775
13776 \end_inset
13777
13778
13779 \end_layout
13780
13781 \end_inset
13782
13783  test 
13784 \begin_inset ERT
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788
13789
13790 \backslash
13791 raisebox{0.85
13792 \backslash
13793 baselineskip}{
13794 \end_layout
13795
13796 \end_inset
13797
13798
13799 \begin_inset Box Frameless
13800 position "t"
13801 hor_pos "c"
13802 has_inner_box 1
13803 inner_pos "c"
13804 use_parbox 0
13805 width "15col%"
13806 special "none"
13807 height "1in"
13808 height_special "totalheight"
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812 \begin_inset Tabular
13813 <lyxtabular version="3" rows="3" columns="3">
13814 <features>
13815 <column alignment="center" valignment="top" width="0">
13816 <column alignment="center" valignment="top" width="0">
13817 <column alignment="center" valignment="top" width="0">
13818 <row>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 a
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 d
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 g
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 </row>
13847 <row>
13848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 b
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 e
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 h
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 </row>
13876 <row>
13877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 c
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 f
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 i
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 </lyxtabular>
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \begin_inset ERT
13916 status collapsed
13917
13918 \begin_layout Plain Layout
13919
13920 }
13921 \end_layout
13922
13923 \end_inset
13924
13925
13926 \end_layout
13927
13928 \begin_layout Itemize
13929 test 
13930 \begin_inset Box Frameless
13931 position "c"
13932 hor_pos "c"
13933 has_inner_box 1
13934 inner_pos "c"
13935 use_parbox 0
13936 width "15col%"
13937 special "none"
13938 height "1in"
13939 height_special "totalheight"
13940 status collapsed
13941
13942 \begin_layout Plain Layout
13943 \begin_inset Tabular
13944 <lyxtabular version="3" rows="3" columns="3">
13945 <features>
13946 <column alignment="center" valignment="top" width="0">
13947 <column alignment="center" valignment="top" width="0">
13948 <column alignment="center" valignment="top" width="0">
13949 <row>
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 a
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963 d
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 g
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 </row>
13978 <row>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 b
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 e
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 h
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 </row>
14007 <row>
14008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Plain Layout
14012 c
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14018 \begin_inset Text
14019
14020 \begin_layout Plain Layout
14021 f
14022 \end_layout
14023
14024 \end_inset
14025 </cell>
14026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 i
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 </row>
14036 </lyxtabular>
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \begin_layout Itemize
14049 test 
14050 \begin_inset Box Frameless
14051 position "b"
14052 hor_pos "c"
14053 has_inner_box 1
14054 inner_pos "c"
14055 use_parbox 0
14056 width "15col%"
14057 special "none"
14058 height "1in"
14059 height_special "totalheight"
14060 status collapsed
14061
14062 \begin_layout Plain Layout
14063 \begin_inset Tabular
14064 <lyxtabular version="3" rows="3" columns="3">
14065 <features>
14066 <column alignment="center" valignment="top" width="0">
14067 <column alignment="center" valignment="top" width="0">
14068 <column alignment="center" valignment="top" width="0">
14069 <row>
14070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 a
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 d
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 g
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 </row>
14098 <row>
14099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 b
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112 e
14113 \end_layout
14114
14115 \end_inset
14116 </cell>
14117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 h
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 </row>
14127 <row>
14128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Plain Layout
14132 c
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141 f
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 i
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 </row>
14156 </lyxtabular>
14157
14158 \end_inset
14159
14160
14161 \end_layout
14162
14163 \end_inset
14164
14165  test 
14166 \begin_inset ERT
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170
14171
14172 \backslash
14173 raisebox{-0.32
14174 \backslash
14175 baselineskip}{
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \begin_inset Box Frameless
14182 position "b"
14183 hor_pos "c"
14184 has_inner_box 1
14185 inner_pos "c"
14186 use_parbox 0
14187 width "15col%"
14188 special "none"
14189 height "1in"
14190 height_special "totalheight"
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194 \begin_inset Tabular
14195 <lyxtabular version="3" rows="3" columns="3">
14196 <features>
14197 <column alignment="center" valignment="top" width="0">
14198 <column alignment="center" valignment="top" width="0">
14199 <column alignment="center" valignment="top" width="0">
14200 <row>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 a
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214 d
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223 g
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 <row>
14230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 b
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 e
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 h
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 <row>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 c
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 f
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 i
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 </row>
14287 </lyxtabular>
14288
14289 \end_inset
14290
14291
14292 \end_layout
14293
14294 \end_inset
14295
14296
14297 \begin_inset ERT
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301
14302 }
14303 \end_layout
14304
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \begin_layout Standard
14311 As you can see, the content of the first and last table row is not correctly
14312  aligned with the text line where the table is in.
14313  To get this alignment, the minipage box must be set into a raisebox
14314 \begin_inset Foot
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318 Raiseboxes are described in section
14319 \begin_inset space ~
14320 \end_inset
14321
14322
14323 \begin_inset CommandInset ref
14324 LatexCommand ref
14325 reference "sub:Vertical-Alignment"
14326
14327 \end_inset
14328
14329 .
14330 \end_layout
14331
14332 \end_inset
14333
14334 .
14335  In the example above the second table in the first item is aligned using
14336  the TeX-Code-command
14337 \end_layout
14338
14339 \begin_layout Standard
14340
14341 \series bold
14342
14343 \backslash
14344 raisebox{0.85
14345 \backslash
14346 baselineskip}{
14347 \end_layout
14348
14349 \begin_layout Standard
14350 before the box.
14351  Behind the box the closing brace 
14352 \series bold
14353 }
14354 \series default
14355  is inserted as TeX-Code.
14356  For the second table in the last item the command
14357 \end_layout
14358
14359 \begin_layout Standard
14360
14361 \series bold
14362
14363 \backslash
14364 raisebox{-0.32
14365 \backslash
14366 baselineskip}{
14367 \end_layout
14368
14369 \begin_layout Standard
14370 is used.
14371 \end_layout
14372
14373 \begin_layout Standard
14374 \begin_inset Note Greyedout
14375 status open
14376
14377 \begin_layout Plain Layout
14378
14379 \series bold
14380 Note:
14381 \series default
14382  The alignment of the table row content to the surrounding text line is
14383  not exact.
14384  The needed factor of the 
14385 \series bold
14386
14387 \backslash
14388 raisebox
14389 \series default
14390  command for this alignment depends on the document font, the font size,
14391  and the table line thickness.
14392 \end_layout
14393
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \begin_layout Section
14400 Colored Tables
14401 \begin_inset CommandInset label
14402 LatexCommand label
14403 name "sec:Colored-Tables"
14404
14405 \end_inset
14406
14407
14408 \begin_inset Index
14409 status collapsed
14410
14411 \begin_layout Plain Layout
14412 Table ! Color
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \begin_layout Subsection
14421 Colored Cells
14422 \begin_inset Index
14423 status collapsed
14424
14425 \begin_layout Plain Layout
14426 Table Color ! for Cells
14427 \end_layout
14428
14429 \end_inset
14430
14431
14432 \begin_inset Index
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436 Color ! for Table Cells
14437 \end_layout
14438
14439 \end_inset
14440
14441
14442 \end_layout
14443
14444 \begin_layout Standard
14445 \begin_inset Float table
14446 placement h
14447 wide false
14448 sideways false
14449 status open
14450
14451 \begin_layout Plain Layout
14452 \begin_inset Caption
14453
14454 \begin_layout Plain Layout
14455 \begin_inset CommandInset label
14456 LatexCommand label
14457 name "tab:Table-colored-without"
14458
14459 \end_inset
14460
14461 Table colored without using the package 
14462 \series bold
14463 colortbl
14464 \series default
14465
14466 \begin_inset OptArg
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470 Table without colortbl
14471 \end_layout
14472
14473 \end_inset
14474
14475
14476 \end_layout
14477
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \begin_layout Plain Layout
14484 \align center
14485 \begin_inset Tabular
14486 <lyxtabular version="3" rows="3" columns="3">
14487 <features>
14488 <column alignment="center" valignment="top" width="0">
14489 <column alignment="center" valignment="top" width="0">
14490 <column alignment="center" valignment="top" width="0">
14491 <row>
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496
14497 \color green
14498 a
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507
14508 \color red
14509 b
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518
14519 \color red
14520 c
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 </row>
14526 <row>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531
14532 \color green
14533 d
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542
14543 \color blue
14544 e
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553
14554 \color blue
14555 f
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 </row>
14561 <row>
14562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566
14567 \color green
14568 g
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577
14578 \color blue
14579 h
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588
14589 \color blue
14590 i
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 </row>
14596 </lyxtabular>
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Standard
14609 If you only need colored text, mark the cells and choose a color in the
14610  menu 
14611 \family sans
14612 Edit\SpecialChar \menuseparator
14613 Text
14614 \begin_inset space ~
14615 \end_inset
14616
14617 Style
14618 \family default
14619 .
14620  This was used to create Table
14621 \begin_inset space ~
14622 \end_inset
14623
14624
14625 \begin_inset CommandInset ref
14626 LatexCommand ref
14627 reference "tab:Table-colored-without"
14628
14629 \end_inset
14630
14631 .
14632  In any other case you have to use the LaTeX-package 
14633 \series bold
14634 colortbl
14635 \series default
14636 .
14637 \begin_inset Index
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641 LaTeX-packages ! colortbl
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 \begin_inset ERT
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654
14655
14656 \backslash
14657 ifcolortbl
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \begin_inset Note Note
14664 status open
14665
14666 \begin_layout Plain Layout
14667 The following section part will only be displayed when the LaTeX-package
14668  
14669 \series bold
14670 colortbl
14671 \series default
14672  is installed.
14673 \end_layout
14674
14675 \end_inset
14676
14677
14678 \end_layout
14679
14680 \begin_layout Standard
14681 To create colored tables, 
14682 \series bold
14683 colortbl
14684 \series default
14685  must be loaded in the preamble with the line
14686 \end_layout
14687
14688 \begin_layout Standard
14689
14690 \series bold
14691
14692 \backslash
14693 usepackage{colortbl}
14694 \end_layout
14695
14696 \begin_layout Standard
14697 The color of a column is adjusted with the command
14698 \end_layout
14699
14700 \begin_layout Standard
14701
14702 \series bold
14703
14704 \backslash
14705 columncolor{name of color}
14706 \end_layout
14707
14708 \begin_layout Standard
14709 inside the command 
14710 \series bold
14711 >{ }
14712 \series default
14713 .
14714  More about the command 
14715 \series bold
14716 >{}
14717 \series default
14718  is described in section
14719 \begin_inset space ~
14720 \end_inset
14721
14722
14723 \begin_inset CommandInset ref
14724 LatexCommand ref
14725 reference "sub:Multicolumn-Calculations"
14726
14727 \end_inset
14728
14729 .
14730 \end_layout
14731
14732 \begin_layout Standard
14733 The following color names are predefined:
14734 \end_layout
14735
14736 \begin_layout Standard
14737
14738 \family sans
14739 red
14740 \family default
14741
14742 \family sans
14743 green
14744 \family default
14745
14746 \family sans
14747 yellow
14748 \family default
14749
14750 \family sans
14751 blue
14752 \family default
14753
14754 \family sans
14755 cyan
14756 \family default
14757
14758 \family sans
14759 magenta
14760 \family default
14761
14762 \family sans
14763 black
14764 \family default
14765  and 
14766 \family sans
14767 white
14768 \end_layout
14769
14770 \begin_layout Standard
14771 \begin_inset VSpace medskip
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 You can also define your own color with the command
14779 \end_layout
14780
14781 \begin_layout Standard
14782
14783 \series bold
14784
14785 \backslash
14786 definecolor{color name}{color model}{color values}
14787 \end_layout
14788
14789 \begin_layout Standard
14790 The color model can be
14791 \end_layout
14792
14793 \begin_layout Labeling
14794 \labelwidthstring 00.00.0000
14795 cmyk: cyan, magenta, yellow, black
14796 \end_layout
14797
14798 \begin_layout Labeling
14799 \labelwidthstring 00.00.0000
14800 rgb: red, green blue
14801 \end_layout
14802
14803 \begin_layout Labeling
14804 \labelwidthstring 00.00.0000
14805 gray gray
14806 \end_layout
14807
14808 \begin_layout Standard
14809 and the color values are comma separated numbers between 0 and 1 describing
14810  the factor for the corresponding color of the color model.
14811 \end_layout
14812
14813 \begin_layout Standard
14814 You can e.
14815 \begin_inset space \thinspace{}
14816 \end_inset
14817
14818 g.
14819 \begin_inset space ~
14820 \end_inset
14821
14822 define the color "
14823 \emph on
14824 darkgreen
14825 \emph default
14826 " in the preamble with
14827 \end_layout
14828
14829 \begin_layout Standard
14830
14831 \series bold
14832
14833 \backslash
14834 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14835 \end_layout
14836
14837 \begin_layout Standard
14838 and the color "
14839 \emph on
14840 lightgray
14841 \emph default
14842 " with
14843 \end_layout
14844
14845 \begin_layout Standard
14846
14847 \series bold
14848
14849 \backslash
14850 definecolor{lightgray}{gray}{0.8}
14851 \end_layout
14852
14853 \begin_layout Standard
14854 \begin_inset VSpace medskip
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \begin_layout Standard
14861 Lines are colored with the command
14862 \end_layout
14863
14864 \begin_layout Standard
14865
14866 \series bold
14867
14868 \backslash
14869 rowcolor{name of color}
14870 \end_layout
14871
14872 \begin_layout Standard
14873 and cells are colored with the command
14874 \end_layout
14875
14876 \begin_layout Standard
14877
14878 \series bold
14879
14880 \backslash
14881 cellcolor{name of color}
14882 \end_layout
14883
14884 \begin_layout Standard
14885 Both commands are inserted at the beginning of a cell as TeX-Code.
14886 \end_layout
14887
14888 \begin_layout Standard
14889 To color characters in the table, mark the cells and use the LyX menu 
14890 \family sans
14891 Edit\SpecialChar \menuseparator
14892 Text
14893 \begin_inset space ~
14894 \end_inset
14895
14896 Style
14897 \family default
14898 .
14899  If a cell contains TeX-Code mark only the characters, otherwise the colored
14900  TeX-Code will cause LaTeX-errors.
14901 \end_layout
14902
14903 \begin_layout Standard
14904 \begin_inset Note Greyedout
14905 status open
14906
14907 \begin_layout Plain Layout
14908
14909 \series bold
14910 Note:
14911 \series default
14912  Not all DVI-viewers are able to display self-defined colors.
14913 \end_layout
14914
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \begin_layout Standard
14921 \begin_inset VSpace bigskip
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \begin_layout Standard
14928 To create Table
14929 \begin_inset space ~
14930 \end_inset
14931
14932
14933 \begin_inset CommandInset ref
14934 LatexCommand ref
14935 reference "tab:Table-colored-using"
14936
14937 \end_inset
14938
14939  do the following: The color of the first column should be 
14940 \emph on
14941 darkgreen
14942 \emph default
14943 .
14944  So insert
14945 \end_layout
14946
14947 \begin_layout Standard
14948
14949 \series bold
14950 >{
14951 \backslash
14952 columncolor{darkgreen}
14953 \backslash
14954 centering}c
14955 \end_layout
14956
14957 \begin_layout Standard
14958 as LaTeX-argument for this column.
14959  The first row should be blue, therefore the TeX-Code command
14960 \end_layout
14961
14962 \begin_layout Standard
14963
14964 \series bold
14965
14966 \backslash
14967 rowcolow{cyan}
14968 \end_layout
14969
14970 \begin_layout Standard
14971 is inserted to the first cell of this row.
14972  Note that this overwrites the column color for the first cell.
14973  The last cell of the last row is colored magenta by inserting the TeX-Code
14974  command
14975 \end_layout
14976
14977 \begin_layout Standard
14978
14979 \series bold
14980
14981 \backslash
14982 cellcolor{magenta}
14983 \end_layout
14984
14985 \begin_layout Standard
14986 The characters could now be colored using the menu 
14987 \family sans
14988 Edit\SpecialChar \menuseparator
14989 Text
14990 \begin_inset space ~
14991 \end_inset
14992
14993 Style
14994 \family default
14995 .
14996 \end_layout
14997
14998 \begin_layout Standard
14999 \begin_inset Float table
15000 placement h
15001 wide false
15002 sideways false
15003 status open
15004
15005 \begin_layout Plain Layout
15006 \begin_inset Caption
15007
15008 \begin_layout Plain Layout
15009 \begin_inset CommandInset label
15010 LatexCommand label
15011 name "tab:Table-colored-using"
15012
15013 \end_inset
15014
15015 Table colored using the package 
15016 \series bold
15017 colortbl
15018 \series default
15019
15020 \begin_inset OptArg
15021 status collapsed
15022
15023 \begin_layout Plain Layout
15024 Table with colortbl
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Plain Layout
15038 \align center
15039 \begin_inset Tabular
15040 <lyxtabular version="3" rows="3" columns="3">
15041 <features>
15042 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15043 <column alignment="center" valignment="top" width="0">
15044 <column alignment="center" valignment="top" width="0">
15045 <row>
15046 <cell alignment="center" valignment="top" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 \begin_inset ERT
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054
15055
15056 \backslash
15057 rowcolor{cyan}
15058 \end_layout
15059
15060 \end_inset
15061
15062
15063 \color magenta
15064 a
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \color red
15075 b
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \color red
15086 c
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \color yellow
15099 d
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \color blue
15110 e
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \color blue
15121 f
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row>
15128 <cell alignment="center" valignment="top" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132
15133 \color yellow
15134 g
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143
15144 \color blue
15145 h
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 \begin_inset ERT
15155 status collapsed
15156
15157 \begin_layout Plain Layout
15158
15159
15160 \backslash
15161 cellcolor{magenta}
15162 \end_layout
15163
15164 \end_inset
15165
15166
15167 \color green
15168 i
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 </lyxtabular>
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \begin_layout Standard
15187 \begin_inset ERT
15188 status collapsed
15189
15190 \begin_layout Plain Layout
15191
15192
15193 \backslash
15194 else
15195 \end_layout
15196
15197 \end_inset
15198
15199
15200 \begin_inset Note Note
15201 status open
15202
15203 \begin_layout Plain Layout
15204 The following will be displayed when the LaTeX-package 
15205 \series bold
15206 colortbl
15207 \series default
15208  is not installed:
15209 \end_layout
15210
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \begin_layout Standard
15217 You need to install the package 
15218 \series bold
15219 colortbl
15220 \series default
15221  to see the content of this section in the output.
15222 \end_layout
15223
15224 \begin_layout Standard
15225 \begin_inset ERT
15226 status collapsed
15227
15228 \begin_layout Plain Layout
15229
15230
15231 \backslash
15232 fi
15233 \end_layout
15234
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \begin_layout Subsection
15241 Colored Lines
15242 \begin_inset Index
15243 status collapsed
15244
15245 \begin_layout Plain Layout
15246 Table Color ! for Lines
15247 \end_layout
15248
15249 \end_inset
15250
15251
15252 \begin_inset Index
15253 status collapsed
15254
15255 \begin_layout Plain Layout
15256 Color ! for Table Lines
15257 \end_layout
15258
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \begin_layout Standard
15265 As described in section
15266 \begin_inset space ~
15267 \end_inset
15268
15269
15270 \begin_inset CommandInset ref
15271 LatexCommand ref
15272 reference "sub:Line-Thickness"
15273
15274 \end_inset
15275
15276 , the line thickness for all lines in a table can be adjusted with the length
15277  
15278 \series bold
15279
15280 \backslash
15281 arrayrulewidth
15282 \series default
15283 .
15284  It is set to 1.5
15285 \begin_inset space \thinspace{}
15286 \end_inset
15287
15288 pt for all tables of this section.
15289 \begin_inset ERT
15290 status collapsed
15291
15292 \begin_layout Plain Layout
15293
15294
15295 \backslash
15296 setlength{
15297 \backslash
15298 arrayrulewidth}{1.5pt}
15299 \end_layout
15300
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \begin_layout Standard
15307 To color vertical lines for example with green, create the following column
15308  format in the document preamble, according to the description in section
15309 \begin_inset space ~
15310 \end_inset
15311
15312
15313 \begin_inset CommandInset ref
15314 LatexCommand ref
15315 reference "sub:Customized-Format"
15316
15317 \end_inset
15318
15319 :
15320 \end_layout
15321
15322 \begin_layout Standard
15323
15324 \series bold
15325
15326 \backslash
15327 newcolumntype{W}{!{
15328 \backslash
15329 color{green}
15330 \backslash
15331 vline}}
15332 \end_layout
15333
15334 \begin_layout Standard
15335 For Table
15336 \begin_inset space ~
15337 \end_inset
15338
15339
15340 \begin_inset CommandInset ref
15341 LatexCommand ref
15342 reference "tab:Table-with-vertical-colored"
15343
15344 \end_inset
15345
15346  the LaTeX-argument
15347 \series bold
15348  WcW
15349 \series default
15350  was used for the last column and
15351 \series bold
15352  Wc
15353 \series default
15354  for the other columns.
15355 \end_layout
15356
15357 \begin_layout Standard
15358 If you want to have several colors, define more column formats.
15359 \end_layout
15360
15361 \begin_layout Standard
15362 \begin_inset Float table
15363 placement h
15364 wide false
15365 sideways false
15366 status open
15367
15368 \begin_layout Plain Layout
15369 \begin_inset Caption
15370
15371 \begin_layout Plain Layout
15372 \begin_inset CommandInset label
15373 LatexCommand label
15374 name "tab:Table-with-vertical-colored"
15375
15376 \end_inset
15377
15378 Table with colored vertical lines
15379 \end_layout
15380
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \begin_layout Plain Layout
15387 \align center
15388 \begin_inset Tabular
15389 <lyxtabular version="3" rows="3" columns="3">
15390 <features>
15391 <column alignment="center" valignment="top" width="0" special="Wc">
15392 <column alignment="center" valignment="top" width="0" special="Wc">
15393 <column alignment="center" valignment="top" width="0" special="WcW">
15394 <row>
15395 <cell alignment="center" valignment="top" topline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 sd
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" topline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" topline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 </row>
15423 <row>
15424 <cell alignment="center" valignment="top" topline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" topline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 sd
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" topline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 <row>
15453 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 sd
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 </lyxtabular>
15482
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \begin_layout Standard
15494 \begin_inset VSpace bigskip
15495 \end_inset
15496
15497 To color horizontal lines for example with red, like in Table
15498 \begin_inset space ~
15499 \end_inset
15500
15501
15502 \begin_inset CommandInset ref
15503 LatexCommand ref
15504 reference "tab:Table-with-horizontal-colored"
15505
15506 \end_inset
15507
15508 , insert these commands in TeX-Code before the table or table float:
15509 \end_layout
15510
15511 \begin_layout Standard
15512
15513 \series bold
15514
15515 \backslash
15516 let
15517 \backslash
15518 myHlineC
15519 \backslash
15520 hline
15521 \begin_inset Newline newline
15522 \end_inset
15523
15524
15525 \backslash
15526 renewcommand{
15527 \backslash
15528 hline}
15529 \begin_inset Newline newline
15530 \end_inset
15531
15532
15533 \begin_inset ERT
15534 status collapsed
15535
15536 \begin_layout Plain Layout
15537
15538
15539 \backslash
15540 hphantom{ }
15541 \end_layout
15542
15543 \end_inset
15544
15545 {
15546 \backslash
15547 arrayrulecolor{red}
15548 \backslash
15549 myHlineC
15550 \backslash
15551 arrayrulecolor{black}}
15552 \end_layout
15553
15554 \begin_layout Standard
15555 \begin_inset ERT
15556 status collapsed
15557
15558 \begin_layout Plain Layout
15559
15560
15561 \backslash
15562 let
15563 \backslash
15564 myHlineC
15565 \backslash
15566 hline
15567 \end_layout
15568
15569 \begin_layout Plain Layout
15570
15571
15572 \backslash
15573 renewcommand{
15574 \backslash
15575 hline}
15576 \end_layout
15577
15578 \begin_layout Plain Layout
15579
15580  {
15581 \backslash
15582 arrayrulecolor{red}
15583 \backslash
15584 myHlineC
15585 \backslash
15586 arrayrulecolor{black}}
15587 \end_layout
15588
15589 \end_inset
15590
15591
15592 \begin_inset Float table
15593 placement h
15594 wide false
15595 sideways false
15596 status open
15597
15598 \begin_layout Plain Layout
15599 \begin_inset Caption
15600
15601 \begin_layout Plain Layout
15602 \begin_inset CommandInset label
15603 LatexCommand label
15604 name "tab:Table-with-horizontal-colored"
15605
15606 \end_inset
15607
15608 Table with colored horizontal lines
15609 \end_layout
15610
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \begin_layout Plain Layout
15617 \align center
15618 \begin_inset Tabular
15619 <lyxtabular version="3" rows="3" columns="3">
15620 <features>
15621 <column alignment="center" valignment="top" width="0">
15622 <column alignment="center" valignment="top" width="0">
15623 <column alignment="center" valignment="top" width="0">
15624 <row>
15625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629 sd
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 </row>
15653 <row>
15654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 sd
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 sd
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 </row>
15711 </lyxtabular>
15712
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \begin_layout Standard
15724 To return to the default line color black, insert this command in TeX-Code
15725  behind the table or table float:
15726 \end_layout
15727
15728 \begin_layout Standard
15729
15730 \series bold
15731
15732 \backslash
15733 renewcommand{
15734 \backslash
15735 hline}{
15736 \backslash
15737 myHlineC}
15738 \end_layout
15739
15740 \begin_layout Standard
15741 Table
15742 \begin_inset space ~
15743 \end_inset
15744
15745
15746 \begin_inset CommandInset ref
15747 LatexCommand ref
15748 reference "tab:Table-with-colored"
15749
15750 \end_inset
15751
15752  is an example with colored vertical and horizontal lines.
15753 \end_layout
15754
15755 \begin_layout Standard
15756 \begin_inset Float table
15757 placement h
15758 wide false
15759 sideways false
15760 status open
15761
15762 \begin_layout Plain Layout
15763 \begin_inset Caption
15764
15765 \begin_layout Plain Layout
15766 \begin_inset CommandInset label
15767 LatexCommand label
15768 name "tab:Table-with-colored"
15769
15770 \end_inset
15771
15772 Table with colored lines
15773 \end_layout
15774
15775 \end_inset
15776
15777
15778 \end_layout
15779
15780 \begin_layout Plain Layout
15781 \align center
15782 \begin_inset Tabular
15783 <lyxtabular version="3" rows="3" columns="3">
15784 <features>
15785 <column alignment="center" valignment="top" width="0" special="Wc">
15786 <column alignment="center" valignment="top" width="0" special="Wc">
15787 <column alignment="center" valignment="top" width="0" special="WcW">
15788 <row>
15789 <cell alignment="center" valignment="top" topline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 sd
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" topline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 </row>
15817 <row>
15818 <cell alignment="center" valignment="top" topline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 sd
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 </row>
15846 <row topspace="default">
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 sd
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 </row>
15875 </lyxtabular>
15876
15877 \end_inset
15878
15879
15880 \end_layout
15881
15882 \end_inset
15883
15884
15885 \end_layout
15886
15887 \begin_layout Standard
15888 \begin_inset ERT
15889 status collapsed
15890
15891 \begin_layout Plain Layout
15892
15893
15894 \backslash
15895 renewcommand{
15896 \backslash
15897 hline}{
15898 \backslash
15899 myHlineC}
15900 \end_layout
15901
15902 \end_inset
15903
15904
15905 \end_layout
15906
15907 \begin_layout Standard
15908 \begin_inset ERT
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912
15913
15914 \backslash
15915 setlength{
15916 \backslash
15917 arrayrulewidth}{0.4pt}
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \begin_layout Section
15926 Table Customization
15927 \begin_inset Index
15928 status collapsed
15929
15930 \begin_layout Plain Layout
15931 Table Customization
15932 \end_layout
15933
15934 \end_inset
15935
15936
15937 \begin_inset Index
15938 status collapsed
15939
15940 \begin_layout Plain Layout
15941 Table ! Customization
15942 \end_layout
15943
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \begin_layout Subsection
15950 Row Spacing
15951 \begin_inset CommandInset label
15952 LatexCommand label
15953 name "sub:Row-Spacing"
15954
15955 \end_inset
15956
15957
15958 \begin_inset Index
15959 status collapsed
15960
15961 \begin_layout Plain Layout
15962 Table Customization ! Row Spacing
15963 \end_layout
15964
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \begin_layout Standard
15971 You can add vertical space to table rows in the 
15972 \family sans
15973 Borders
15974 \family default
15975  tab of the table dialog.
15976  You find there three possibilities:
15977 \end_layout
15978
15979 \begin_layout Description
15980 Top
15981 \begin_inset space ~
15982 \end_inset
15983
15984 of
15985 \begin_inset space ~
15986 \end_inset
15987
15988 row will add space above the characters of the table row.
15989  If the table is a formal table
15990 \begin_inset Foot
15991 status collapsed
15992
15993 \begin_layout Plain Layout
15994 Formal tables are explained in section
15995 \begin_inset space ~
15996 \end_inset
15997
15998
15999 \begin_inset CommandInset ref
16000 LatexCommand ref
16001 reference "sec:Formal-Tables"
16002
16003 \end_inset
16004
16005 .
16006 \end_layout
16007
16008 \end_inset
16009
16010  LyX will insert as default 0.5
16011 \begin_inset space \thinspace{}
16012 \end_inset
16013
16014 em space.
16015  For normal tables the inserted space will unfortunately destroy the vertical
16016  table lines as in the following table:
16017 \begin_inset VSpace medskip
16018 \end_inset
16019
16020
16021 \begin_inset Newline newline
16022 \end_inset
16023
16024
16025 \begin_inset space \hspace*{}
16026 \length 0pt
16027 \end_inset
16028
16029
16030 \begin_inset space \hfill{}
16031 \end_inset
16032
16033
16034 \begin_inset Tabular
16035 <lyxtabular version="3" rows="3" columns="1">
16036 <features>
16037 <column alignment="center" valignment="top" width="0">
16038 <row>
16039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043 A
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 </row>
16049 <row topspace="3mm">
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 3
16055 \begin_inset space \thinspace{}
16056 \end_inset
16057
16058 mm space top of row
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 C
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 </row>
16075 </lyxtabular>
16076
16077 \end_inset
16078
16079
16080 \begin_inset space \hfill{}
16081 \end_inset
16082
16083
16084 \begin_inset space \hspace*{}
16085 \length 0pt
16086 \end_inset
16087
16088
16089 \begin_inset VSpace medskip
16090 \end_inset
16091
16092
16093 \begin_inset Newline newline
16094 \end_inset
16095
16096 So inserting space to the top of row for normal tables is only useful when
16097  you don't have vertical lines.
16098 \end_layout
16099
16100 \begin_layout Description
16101 Bottom
16102 \begin_inset space ~
16103 \end_inset
16104
16105 of
16106 \begin_inset space ~
16107 \end_inset
16108
16109 row will add space below the characters of the table row.
16110  If the table is a formal table LyX will insert as default 0.5
16111 \begin_inset space \thinspace{}
16112 \end_inset
16113
16114 em space, for normal tables the default size is 2
16115 \begin_inset space \thinspace{}
16116 \end_inset
16117
16118 pt.
16119 \end_layout
16120
16121 \begin_layout Description
16122 Between
16123 \begin_inset space ~
16124 \end_inset
16125
16126 rows adds space between the current and the following row.
16127  If the table is a formal table LyX will insert as default 0.5
16128 \begin_inset space \thinspace{}
16129 \end_inset
16130
16131 em space.
16132  For normal tables the inserted space will unfortunately destroy the vertical
16133  table lines as in the following table:
16134 \begin_inset VSpace medskip
16135 \end_inset
16136
16137
16138 \begin_inset Newline newline
16139 \end_inset
16140
16141
16142 \begin_inset space \hspace*{}
16143 \length 0pt
16144 \end_inset
16145
16146
16147 \begin_inset space \hfill{}
16148 \end_inset
16149
16150
16151 \begin_inset Tabular
16152 <lyxtabular version="3" rows="3" columns="1">
16153 <features>
16154 <column alignment="center" valignment="top" width="0">
16155 <row>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 A
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 </row>
16166 <row interlinespace="3mm">
16167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 \begin_inset Formula $\downarrow$
16172 \end_inset
16173
16174  3
16175 \begin_inset space \thinspace{}
16176 \end_inset
16177
16178 mm space between row 
16179 \begin_inset Formula $\downarrow$
16180 \end_inset
16181
16182
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 </row>
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 \begin_inset Formula $\uparrow$
16194 \end_inset
16195
16196  3
16197 \begin_inset space \thinspace{}
16198 \end_inset
16199
16200 mm space between row 
16201 \begin_inset Formula $\uparrow$
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 </lyxtabular>
16211
16212 \end_inset
16213
16214
16215 \begin_inset space \hfill{}
16216 \end_inset
16217
16218
16219 \begin_inset space \hspace*{}
16220 \length 0pt
16221 \end_inset
16222
16223
16224 \begin_inset VSpace medskip
16225 \end_inset
16226
16227
16228 \begin_inset Newline newline
16229 \end_inset
16230
16231 So inserting space between rows for normal tables is only useful when you
16232  don't have vertical lines.
16233 \end_layout
16234
16235 \begin_layout Standard
16236 \begin_inset VSpace bigskip
16237 \end_inset
16238
16239 When you want to add extra height to all cells of all tables, you can do
16240  this with the following preamble lines:
16241 \end_layout
16242
16243 \begin_layout Standard
16244
16245 \series bold
16246
16247 \backslash
16248 @ifundefined{extrarowheight}
16249 \begin_inset Newline newline
16250 \end_inset
16251
16252
16253 \begin_inset ERT
16254 status collapsed
16255
16256 \begin_layout Plain Layout
16257
16258
16259 \backslash
16260 hphantom{ }
16261 \end_layout
16262
16263 \end_inset
16264
16265 {
16266 \backslash
16267 usepackage{array}}{}
16268 \begin_inset Newline newline
16269 \end_inset
16270
16271
16272 \backslash
16273 setlength{
16274 \backslash
16275 extrarowheight}{height}
16276 \end_layout
16277
16278 \begin_layout Standard
16279 But this has the disadvantage that the cell texts are no longer exactly
16280  vertically centered.
16281  (The package 
16282 \series bold
16283 array
16284 \series default
16285  will be loaded automatically by LyX when you use self defined table formats.
16286  To avoid that it is loaded twice the command 
16287 \series bold
16288
16289 \backslash
16290 @ifundefined
16291 \series default
16292  is used in the above command.)
16293 \end_layout
16294
16295 \begin_layout Subsection
16296 Special Cell Alignment
16297 \begin_inset Index
16298 status collapsed
16299
16300 \begin_layout Plain Layout
16301 Table Customization ! Special Cell Alignment
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \begin_layout Standard
16310 Sometimes it looks better when the cell entries of a column are aligned
16311  with a special character, e.
16312 \begin_inset space \thinspace{}
16313 \end_inset
16314
16315 g.
16316 \begin_inset space ~
16317 \end_inset
16318
16319 with the decimal separator as in Table
16320 \begin_inset space ~
16321 \end_inset
16322
16323
16324 \begin_inset CommandInset ref
16325 LatexCommand ref
16326 reference "tab:Table-cells-of"
16327
16328 \end_inset
16329
16330 .
16331 \end_layout
16332
16333 \begin_layout Standard
16334 \begin_inset Float table
16335 placement h
16336 wide false
16337 sideways false
16338 status open
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Caption
16342
16343 \begin_layout Plain Layout
16344 \begin_inset CommandInset label
16345 LatexCommand label
16346 name "tab:Table-cells-of"
16347
16348 \end_inset
16349
16350 Table cells of a column aligned with the decimal separator.
16351 \end_layout
16352
16353 \end_inset
16354
16355
16356 \end_layout
16357
16358 \begin_layout Plain Layout
16359 \align center
16360 \begin_inset Tabular
16361 <lyxtabular version="3" rows="4" columns="2">
16362 <features>
16363 <column alignment="right" valignment="top" width="0">
16364 <column alignment="left" valignment="top" width="0" special="@{}l">
16365 <row>
16366 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 heading
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="center" valignment="top" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 12.
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 6
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="center" valignment="top" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 0.
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 68
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 </row>
16425 <row>
16426 <cell alignment="center" valignment="top" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 -123.
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 0
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 </row>
16445 </lyxtabular>
16446
16447 \end_inset
16448
16449
16450 \end_layout
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \begin_layout Standard
16458 This table was created with a 4×2 table.
16459  The heading is a centered multicolumn.
16460  The first column is right-aligned and contains the digits before the decimal
16461  point and the decimal point.
16462  The second column is left aligned and contains the digits after the decimal
16463  point.
16464  To omit the space that is normally between two table columns, use the following
16465  LaTeX-argument for the second column:
16466 \end_layout
16467
16468 \begin_layout Standard
16469
16470 \series bold
16471 @{}l
16472 \end_layout
16473
16474 \begin_layout Standard
16475 Table
16476 \begin_inset space ~
16477 \end_inset
16478
16479
16480 \begin_inset CommandInset ref
16481 LatexCommand ref
16482 reference "tab:Several-table-cell"
16483
16484 \end_inset
16485
16486  shows some example alignments.
16487  For the alignment with the relation sign, you must add the second smallest
16488  math-space at the beginning of the last column to get the correct space
16489  surrounding the relation sign.
16490 \end_layout
16491
16492 \begin_layout Standard
16493 \begin_inset Float table
16494 wide false
16495 sideways false
16496 status open
16497
16498 \begin_layout Plain Layout
16499 \begin_inset Caption
16500
16501 \begin_layout Plain Layout
16502 \begin_inset CommandInset label
16503 LatexCommand label
16504 name "tab:Several-table-cell"
16505
16506 \end_inset
16507
16508 Several table cell alignments.
16509 \end_layout
16510
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \begin_layout Plain Layout
16517 \align center
16518 \begin_inset Tabular
16519 <lyxtabular version="3" rows="4" columns="6">
16520 <features>
16521 <column alignment="right" valignment="top" width="0">
16522 <column alignment="left" valignment="top" width="0" special="@{}l">
16523 <column alignment="right" valignment="top" width="0">
16524 <column alignment="left" valignment="top" width="0" special="@{}l">
16525 <column alignment="right" valignment="top" width="0">
16526 <column alignment="left" valignment="top" width="0" special="@{}l">
16527 <row>
16528 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 units
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 exponents
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 relations
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row>
16584 <cell alignment="center" valignment="top" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 12×
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 24
16598 \begin_inset space \thinspace{}
16599 \end_inset
16600
16601 bottles
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Formula $10\cdot$
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $10^{\mbox{-}17}$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 \begin_inset Formula $\Gamma(t)\propto$
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 \begin_inset Formula $\:\Upsilon(t)$
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="center" valignment="top" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 1024×
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 768
16670 \begin_inset space \thinspace{}
16671 \end_inset
16672
16673 Pixels
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 \begin_inset Formula $5.78\cdot$
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 \begin_inset Formula $10^{7}$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 \begin_inset Formula $A\ne$
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 \begin_inset Formula $\: B_{\mathrm{red}}$
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 </row>
16727 <row>
16728 <cell alignment="center" valignment="top" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 32×
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 6
16742 \begin_inset space \thinspace{}
16743 \end_inset
16744
16745 cm
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 -
16755 \begin_inset Formula $33.5\cdot$
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $10^{4}$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $\sin(\alpha)\ge$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\:\sin(\beta)$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 </lyxtabular>
16801
16802 \end_inset
16803
16804
16805 \end_layout
16806
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \begin_layout Standard
16813 \begin_inset VSpace bigskip
16814 \end_inset
16815
16816 There is also the LaTeX-package 
16817 \series bold
16818 dcolumn
16819 \series default
16820
16821 \begin_inset Index
16822 status collapsed
16823
16824 \begin_layout Plain Layout
16825 LaTeX-packages ! dcolumn
16826 \end_layout
16827
16828 \end_inset
16829
16830  that provides table cell alignments.
16831  But this unfortunately treats the cell entries as math and doesn't allow
16832  formulas in table cells: The first column of Table
16833 \begin_inset space ~
16834 \end_inset
16835
16836
16837 \begin_inset CommandInset ref
16838 LatexCommand ref
16839 reference "tab:Several-table-cell"
16840
16841 \end_inset
16842
16843  will look with 
16844 \series bold
16845 dcolumn
16846 \series default
16847  like the first column in Table
16848 \begin_inset space ~
16849 \end_inset
16850
16851
16852 \begin_inset CommandInset ref
16853 LatexCommand ref
16854 reference "tab:Alignments-when"
16855
16856 \end_inset
16857
16858  and only with some tricks like the expected.
16859  The alignment of the second and third column of Table
16860 \begin_inset space ~
16861 \end_inset
16862
16863
16864 \begin_inset CommandInset ref
16865 LatexCommand ref
16866 reference "tab:Several-table-cell"
16867
16868 \end_inset
16869
16870  is not possible with 
16871 \series bold
16872 dcolumn
16873 \series default
16874 .
16875 \end_layout
16876
16877 \begin_layout Standard
16878 \begin_inset Float table
16879 placement h
16880 wide false
16881 sideways false
16882 status open
16883
16884 \begin_layout Plain Layout
16885 \begin_inset Caption
16886
16887 \begin_layout Plain Layout
16888 \begin_inset CommandInset label
16889 LatexCommand label
16890 name "tab:Alignments-when"
16891
16892 \end_inset
16893
16894 Alignments when LaTeX-package dcolumn is used.
16895  For all column alignments tricks have to be used to get the output.
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \begin_layout Plain Layout
16904 \align center
16905 \begin_inset Tabular
16906 <lyxtabular version="3" rows="4" columns="3">
16907 <features>
16908 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16909 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16910 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16911 <row>
16912 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 units
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 units
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934 units
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 </row>
16940 <row>
16941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945 12x24
16946 \begin_inset space \thinspace{}
16947 \end_inset
16948
16949 bottles
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 12x24
16959 \begin_inset space \thinspace{}
16960 \end_inset
16961
16962
16963 \begin_inset Formula $\mbox{bottles}$
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 12
16976 \begin_inset ERT
16977 status collapsed
16978
16979 \begin_layout Plain Layout
16980
16981
16982 \backslash
16983 times 
16984 \end_layout
16985
16986 \end_inset
16987
16988 24~
16989 \begin_inset Formula $\mbox{bottles}$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 1024x768
17004 \begin_inset space \thinspace{}
17005 \end_inset
17006
17007 Pixels
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 1024x768
17017 \begin_inset space \thinspace{}
17018 \end_inset
17019
17020
17021 \begin_inset Formula $\mbox{Pixels}$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 1024
17034 \begin_inset ERT
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038
17039
17040 \backslash
17041 times 
17042 \end_layout
17043
17044 \end_inset
17045
17046 768~
17047 \begin_inset Formula $\mbox{Pixels}$
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 <row>
17057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 32x6
17062 \begin_inset space \thinspace{}
17063 \end_inset
17064
17065 cm
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074 32x6
17075 \begin_inset space \thinspace{}
17076 \end_inset
17077
17078
17079 \begin_inset Formula $\mbox{cm}$
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 32
17092 \begin_inset ERT
17093 status collapsed
17094
17095 \begin_layout Plain Layout
17096
17097
17098 \backslash
17099 times 
17100 \end_layout
17101
17102 \end_inset
17103
17104 6~
17105 \begin_inset Formula $\mbox{cm}$
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 </row>
17114 </lyxtabular>
17115
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \begin_layout Subsection
17127 Customized Cell/Column Format
17128 \begin_inset CommandInset label
17129 LatexCommand label
17130 name "sub:Customized-Format"
17131
17132 \end_inset
17133
17134
17135 \begin_inset Index
17136 status collapsed
17137
17138 \begin_layout Plain Layout
17139 Table Customization ! Cell/Column Format
17140 \end_layout
17141
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \begin_layout Standard
17148 Calculating the needed width for spanned columns like in section
17149 \begin_inset space ~
17150 \end_inset
17151
17152
17153 \begin_inset CommandInset ref
17154 LatexCommand ref
17155 reference "sub:Multicolumn-Calculations"
17156
17157 \end_inset
17158
17159  is very annoying if you have several tables with multicolumn cells.
17160  To make life easier, you can define a cell/column format in the preamble,
17161  so that it can be used in all tables of the document.
17162  The format is defined with the command
17163 \end_layout
17164
17165 \begin_layout Standard
17166
17167 \series bold
17168
17169 \backslash
17170 newcolumntype{name of format}[number of arguments]{commands}
17171 \end_layout
17172
17173 \begin_layout Standard
17174 The format name may only consist of one letter.
17175  The letters 
17176 \emph on
17177 b
17178 \emph default
17179
17180 \emph on
17181 c
17182 \emph default
17183
17184 \emph on
17185 l
17186 \emph default
17187
17188 \emph on
17189 m
17190 \emph default
17191
17192 \emph on
17193 p
17194 \emph default
17195  and 
17196 \emph on
17197 r
17198 \emph default
17199  are predefined and cannot be used.
17200  But all letters are allowed as capitals.
17201 \end_layout
17202
17203 \begin_layout Standard
17204 \begin_inset VSpace medskip
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Standard
17211 For vertically and horizontally centered multicolumn cells with a fixed
17212  width you can define the cell format
17213 \end_layout
17214
17215 \begin_layout Standard
17216
17217 \series bold
17218
17219 \backslash
17220 newcolumntype{M}[1]{>{
17221 \backslash
17222 centering
17223 \backslash
17224 hspace{0pt}}m{#1}}
17225 \end_layout
17226
17227 \begin_layout Standard
17228 where 
17229 \series bold
17230
17231 \backslash
17232 hspace{0pt}
17233 \series default
17234  avoids the problem of hyphenating the first word, as described in section
17235 \begin_inset space ~
17236 \end_inset
17237
17238
17239 \begin_inset CommandInset ref
17240 LatexCommand ref
17241 reference "sub:Multiple-Lines-in"
17242
17243 \end_inset
17244
17245 .
17246  Now you can simply enter
17247 \end_layout
17248
17249 \begin_layout Standard
17250
17251 \series bold
17252 M{width}
17253 \end_layout
17254
17255 \begin_layout Standard
17256 as LaTeX-argument in the table dialog to create a multicolumn.
17257 \end_layout
17258
17259 \begin_layout Standard
17260 \begin_inset VSpace bigskip
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \begin_layout Standard
17267 For cells spanned by a multicolumn cell, you can define the format
17268 \end_layout
17269
17270 \begin_layout Standard
17271
17272 \series bold
17273
17274 \backslash
17275 newcolumntype{S}[2]{>{
17276 \backslash
17277 centering
17278 \backslash
17279 hspace{0pt}}
17280 \begin_inset Newline newline
17281 \end_inset
17282
17283
17284 \begin_inset ERT
17285 status collapsed
17286
17287 \begin_layout Plain Layout
17288
17289
17290 \backslash
17291 phantom{
17292 \end_layout
17293
17294 \end_inset
17295
17296
17297 \backslash
17298 newcolumntype
17299 \begin_inset ERT
17300 status collapsed
17301
17302 \begin_layout Plain Layout
17303
17304 }
17305 \end_layout
17306
17307 \end_inset
17308
17309 m{(#1+(2
17310 \backslash
17311 tabcolsep+
17312 \backslash
17313 arrayrulewidth)*(1-#2))/#2}}
17314 \end_layout
17315
17316 \begin_layout Standard
17317 This format uses equation 
17318 \begin_inset CommandInset ref
17319 LatexCommand eqref
17320 reference "eq:Wgn"
17321
17322 \end_inset
17323
17324  to calculate the needed width so that each spanned cell has the same width.
17325 \end_layout
17326
17327 \begin_layout Standard
17328 You can now enter
17329 \end_layout
17330
17331 \begin_layout Standard
17332
17333 \series bold
17334 S{width of multicolumn cell}{number of spanned columns}
17335 \end_layout
17336
17337 \begin_layout Standard
17338 as LaTeX-argument of the column.
17339 \end_layout
17340
17341 \begin_layout Standard
17342 \begin_inset VSpace bigskip
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \begin_layout Standard
17349 For colored columns, you can define
17350 \end_layout
17351
17352 \begin_layout Standard
17353
17354 \series bold
17355
17356 \backslash
17357 newcolumntype{K}[1]{>{
17358 \backslash
17359 columncolor{#1}
17360 \backslash
17361 hspace{0pt}}c}
17362 \end_layout
17363
17364 \begin_layout Standard
17365 The 
17366 \begin_inset Quotes eld
17367 \end_inset
17368
17369 c
17370 \begin_inset Quotes erd
17371 \end_inset
17372
17373  at the end creates a column with a flexible width whose text is horizontally
17374  centered.
17375  You can now enter
17376 \end_layout
17377
17378 \begin_layout Standard
17379
17380 \series bold
17381 K{color name}
17382 \end_layout
17383
17384 \begin_layout Standard
17385 as LaTeX-argument.
17386 \end_layout
17387
17388 \begin_layout Standard
17389 \begin_inset VSpace bigskip
17390 \end_inset
17391
17392
17393 \end_layout
17394
17395 \begin_layout Standard
17396 To create Table
17397 \begin_inset space ~
17398 \end_inset
17399
17400
17401 \begin_inset CommandInset ref
17402 LatexCommand ref
17403 reference "tab:Table-using-user-defined"
17404
17405 \end_inset
17406
17407  use the LaTeX-arguments
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413 M{2.5cm}
17414 \end_layout
17415
17416 \begin_layout Standard
17417 for the first column and the multicolumn,
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423 K{red}
17424 \end_layout
17425
17426 \begin_layout Standard
17427 for the the last column, and
17428 \end_layout
17429
17430 \begin_layout Standard
17431
17432 \series bold
17433 S{2.5cm}{2}
17434 \end_layout
17435
17436 \begin_layout Standard
17437 for the cells in the second column.
17438 \end_layout
17439
17440 \begin_layout Standard
17441 \begin_inset Float table
17442 placement h
17443 wide false
17444 sideways false
17445 status open
17446
17447 \begin_layout Plain Layout
17448 \begin_inset Caption
17449
17450 \begin_layout Plain Layout
17451 \begin_inset CommandInset label
17452 LatexCommand label
17453 name "tab:Table-using-user-defined"
17454
17455 \end_inset
17456
17457 Table using user-defined table formats
17458 \end_layout
17459
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \begin_layout Plain Layout
17466 \align center
17467 \begin_inset Tabular
17468 <lyxtabular version="3" rows="3" columns="4">
17469 <features>
17470 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17471 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17472 <column alignment="center" valignment="middle" width="0">
17473 <column alignment="center" valignment="middle" width="0" special="K{red}">
17474 <row>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 verylongtablecellword
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 multiple lines multicolumn
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 c
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 <row>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 d
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 e
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 f
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 g
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 h
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 i
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 j
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 k
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 </row>
17588 </lyxtabular>
17589
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \begin_layout Subsection
17601 Line Thickness
17602 \begin_inset CommandInset label
17603 LatexCommand label
17604 name "sub:Line-Thickness"
17605
17606 \end_inset
17607
17608
17609 \begin_inset Index
17610 status collapsed
17611
17612 \begin_layout Plain Layout
17613 Table Customization ! Line Thickness
17614 \end_layout
17615
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Standard
17622 The line thickness for all lines in a table can be adjusted with the length
17623  
17624 \series bold
17625
17626 \backslash
17627 arrayrulewidth
17628 \series default
17629 .
17630  To set for example a line thickness of 1.5
17631 \begin_inset space \thinspace{}
17632 \end_inset
17633
17634 pt, like in Table
17635 \begin_inset space ~
17636 \end_inset
17637
17638
17639 \begin_inset CommandInset ref
17640 LatexCommand ref
17641 reference "tab:Table-with-1.5"
17642
17643 \end_inset
17644
17645 , insert the command
17646 \end_layout
17647
17648 \begin_layout Standard
17649
17650 \series bold
17651
17652 \backslash
17653 setlength{
17654 \backslash
17655 arrayrulewidth}{1.5pt}
17656 \end_layout
17657
17658 \begin_layout Standard
17659 in TeX-Code before the table or table float.
17660  The changed thickness is valid for all following tables.
17661  To use the default value again, set 
17662 \series bold
17663
17664 \backslash
17665 arrayrulewidth
17666 \series default
17667  to 0.4
17668 \begin_inset space \thinspace{}
17669 \end_inset
17670
17671 pt in TeX-Code behind the table or table float.
17672 \end_layout
17673
17674 \begin_layout Standard
17675 \begin_inset ERT
17676 status collapsed
17677
17678 \begin_layout Plain Layout
17679
17680
17681 \backslash
17682 setlength{
17683 \backslash
17684 arrayrulewidth}{1.5pt}
17685 \end_layout
17686
17687 \end_inset
17688
17689
17690 \begin_inset Float table
17691 wide false
17692 sideways false
17693 status open
17694
17695 \begin_layout Plain Layout
17696 \begin_inset Caption
17697
17698 \begin_layout Plain Layout
17699 \begin_inset CommandInset label
17700 LatexCommand label
17701 name "tab:Table-with-1.5"
17702
17703 \end_inset
17704
17705 Table with 1.5
17706 \begin_inset space \thinspace{}
17707 \end_inset
17708
17709 pt thick lines
17710 \end_layout
17711
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \begin_layout Plain Layout
17718 \align center
17719 \begin_inset Tabular
17720 <lyxtabular version="3" rows="3" columns="3">
17721 <features>
17722 <column alignment="center" valignment="top" width="0">
17723 <column alignment="center" valignment="top" width="0">
17724 <column alignment="center" valignment="top" width="0">
17725 <row>
17726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 sd
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 </row>
17754 <row>
17755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 sd
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 </row>
17783 <row>
17784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806 sd
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 </lyxtabular>
17813
17814 \end_inset
17815
17816
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826
17827
17828 \backslash
17829 setlength{
17830 \backslash
17831 arrayrulewidth}{0.4pt}
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Standard
17840 \begin_inset VSpace bigskip
17841 \end_inset
17842
17843 To set the line thickness to 1.5
17844 \begin_inset space \thinspace{}
17845 \end_inset
17846
17847 pt only for horizontal lines, like in Table
17848 \begin_inset space ~
17849 \end_inset
17850
17851
17852 \begin_inset CommandInset ref
17853 LatexCommand ref
17854 reference "tab:Table-with-horizontal"
17855
17856 \end_inset
17857
17858 , insert these commands in TeX-Code before the table or table float:
17859 \end_layout
17860
17861 \begin_layout Standard
17862
17863 \series bold
17864
17865 \backslash
17866 let
17867 \backslash
17868 myHline
17869 \backslash
17870 hline
17871 \begin_inset Newline newline
17872 \end_inset
17873
17874
17875 \backslash
17876 renewcommand{
17877 \backslash
17878 hline}
17879 \begin_inset Newline newline
17880 \end_inset
17881
17882  {
17883 \backslash
17884 noalign{
17885 \backslash
17886 global
17887 \backslash
17888 arrayrulewidth 1.5pt}
17889 \begin_inset Newline newline
17890 \end_inset
17891
17892  
17893 \backslash
17894 myHline
17895 \backslash
17896 noalign{
17897 \backslash
17898 global
17899 \backslash
17900 arrayrulewidth 0.4pt}}
17901 \end_layout
17902
17903 \begin_layout Standard
17904 To return to the default line thickness, insert this command in TeX-Code
17905  behind the table or table float:
17906 \end_layout
17907
17908 \begin_layout Standard
17909
17910 \series bold
17911
17912 \backslash
17913 renewcommand{
17914 \backslash
17915 hline}{
17916 \backslash
17917 myHline}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 \begin_inset ERT
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925
17926
17927 \backslash
17928 let
17929 \backslash
17930 myHline
17931 \backslash
17932 hline
17933 \end_layout
17934
17935 \begin_layout Plain Layout
17936
17937
17938 \backslash
17939 renewcommand{
17940 \backslash
17941 hline}
17942 \end_layout
17943
17944 \begin_layout Plain Layout
17945
17946  {
17947 \backslash
17948 noalign{
17949 \backslash
17950 global
17951 \backslash
17952 arrayrulewidth 1.5pt}
17953 \end_layout
17954
17955 \begin_layout Plain Layout
17956
17957   
17958 \backslash
17959 myHline
17960 \backslash
17961 noalign{
17962 \backslash
17963 global
17964 \backslash
17965 arrayrulewidth 0.4pt}}
17966 \end_layout
17967
17968 \end_inset
17969
17970
17971 \begin_inset Float table
17972 wide false
17973 sideways false
17974 status open
17975
17976 \begin_layout Plain Layout
17977 \begin_inset Caption
17978
17979 \begin_layout Plain Layout
17980 \begin_inset CommandInset label
17981 LatexCommand label
17982 name "tab:Table-with-horizontal"
17983
17984 \end_inset
17985
17986 Table with 1.5
17987 \begin_inset space \thinspace{}
17988 \end_inset
17989
17990 pt thick horizontal lines
17991 \end_layout
17992
17993 \end_inset
17994
17995
17996 \end_layout
17997
17998 \begin_layout Plain Layout
17999 \align center
18000 \begin_inset Tabular
18001 <lyxtabular version="3" rows="3" columns="3">
18002 <features>
18003 <column alignment="center" valignment="top" width="0">
18004 <column alignment="center" valignment="top" width="0">
18005 <column alignment="center" valignment="top" width="0">
18006 <row>
18007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011 sd
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 </row>
18035 <row>
18036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 sd
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 </row>
18064 <row>
18065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 sd
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 </row>
18093 </lyxtabular>
18094
18095 \end_inset
18096
18097
18098 \end_layout
18099
18100 \end_inset
18101
18102
18103 \begin_inset ERT
18104 status collapsed
18105
18106 \begin_layout Plain Layout
18107
18108
18109 \backslash
18110 renewcommand{
18111 \backslash
18112 hline}{
18113 \backslash
18114 myHline}
18115 \end_layout
18116
18117 \end_inset
18118
18119
18120 \end_layout
18121
18122 \begin_layout Standard
18123 \begin_inset VSpace bigskip
18124 \end_inset
18125
18126 To set the line thickness to 1.5
18127 \begin_inset space \thinspace{}
18128 \end_inset
18129
18130 pt only for vertical lines, create the following column format in the document
18131  preamble, according to the description in section
18132 \begin_inset space ~
18133 \end_inset
18134
18135
18136 \begin_inset CommandInset ref
18137 LatexCommand ref
18138 reference "sub:Customized-Format"
18139
18140 \end_inset
18141
18142 :
18143 \end_layout
18144
18145 \begin_layout Standard
18146
18147 \series bold
18148
18149 \backslash
18150 newcolumntype{V}{!{
18151 \backslash
18152 vrule width 1.5pt}}
18153 \end_layout
18154
18155 \begin_layout Standard
18156 For Table
18157 \begin_inset space ~
18158 \end_inset
18159
18160
18161 \begin_inset CommandInset ref
18162 LatexCommand ref
18163 reference "tab:Table-with-vertical"
18164
18165 \end_inset
18166
18167  the LaTeX-argument
18168 \end_layout
18169
18170 \begin_layout Standard
18171
18172 \series bold
18173 VcV
18174 \end_layout
18175
18176 \begin_layout Standard
18177 was used for the last column and
18178 \end_layout
18179
18180 \begin_layout Standard
18181
18182 \series bold
18183 Vc
18184 \end_layout
18185
18186 \begin_layout Standard
18187 for the other columns.
18188 \end_layout
18189
18190 \begin_layout Standard
18191 \begin_inset Float table
18192 wide false
18193 sideways false
18194 status open
18195
18196 \begin_layout Plain Layout
18197 \begin_inset Caption
18198
18199 \begin_layout Plain Layout
18200 \begin_inset CommandInset label
18201 LatexCommand label
18202 name "tab:Table-with-vertical"
18203
18204 \end_inset
18205
18206 Table with 1.5
18207 \begin_inset space \thinspace{}
18208 \end_inset
18209
18210 pt thick vertical lines
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Plain Layout
18219 \align center
18220 \begin_inset Tabular
18221 <lyxtabular version="3" rows="3" columns="3">
18222 <features>
18223 <column alignment="center" valignment="top" width="0" special="Vc">
18224 <column alignment="center" valignment="top" width="0" special="Vc">
18225 <column alignment="center" valignment="top" width="0" special="VcV">
18226 <row>
18227 <cell alignment="center" valignment="top" topline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 sd
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" topline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 <row>
18256 <cell alignment="center" valignment="top" topline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 sd
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" topline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 </row>
18284 <row>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 sd
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 </row>
18313 </lyxtabular>
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \begin_layout Subsection
18326 Dashed Lines
18327 \begin_inset Index
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331 Table Customization ! Dashed Lines
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340 \begin_inset ERT
18341 status collapsed
18342
18343 \begin_layout Plain Layout
18344
18345
18346 \backslash
18347 ifarydshln
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \begin_inset Note Note
18354 status open
18355
18356 \begin_layout Plain Layout
18357 The following section will only be displayed when the LaTeX-package 
18358 \series bold
18359 arydshln
18360 \series default
18361  is installed.
18362 \end_layout
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \begin_layout Standard
18370 \begin_inset Float table
18371 placement H
18372 wide false
18373 sideways false
18374 status open
18375
18376 \begin_layout Plain Layout
18377 \begin_inset Caption
18378
18379 \begin_layout Plain Layout
18380 \begin_inset CommandInset label
18381 LatexCommand label
18382 name "tab:Table-with-dashed"
18383
18384 \end_inset
18385
18386 Table with dashed lines
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \begin_layout Plain Layout
18395 \align center
18396 \begin_inset Tabular
18397 <lyxtabular version="3" rows="5" columns="5">
18398 <features>
18399 <column alignment="center" valignment="top" width="0">
18400 <column alignment="center" valignment="top" width="0">
18401 <column alignment="center" valignment="top" width="0" special=":c">
18402 <column alignment="center" valignment="top" width="0">
18403 <column alignment="center" valignment="top" width="0">
18404 <row>
18405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 a
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 b
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 c
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 d
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 e
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 </row>
18451 <row>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 f
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 g
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 h
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 i
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492 j
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 </row>
18498 <row>
18499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503 \begin_inset ERT
18504 status collapsed
18505
18506 \begin_layout Plain Layout
18507
18508
18509 \backslash
18510 hdashline 
18511 \end_layout
18512
18513 \end_inset
18514
18515 k
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 l
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 m
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 n
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 o
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 <row>
18558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 \begin_inset ERT
18563 status collapsed
18564
18565 \begin_layout Plain Layout
18566
18567
18568 \backslash
18569 cdashline{4-5}
18570 \end_layout
18571
18572 \end_inset
18573
18574 p
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 q
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592 r
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601 s
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 </row>
18616 <row>
18617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 t
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630 u
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639 v
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648 w
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657 x
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 </lyxtabular>
18664
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18677  As prerequisite the LaTeX-package 
18678 \series bold
18679 arydshln
18680 \series default
18681
18682 \begin_inset Index
18683 status collapsed
18684
18685 \begin_layout Plain Layout
18686 LaTeX-packages ! arydshln
18687 \end_layout
18688
18689 \end_inset
18690
18691  must be loaded in the document preamble with the command
18692 \end_layout
18693
18694 \begin_layout Standard
18695
18696 \series bold
18697
18698 \backslash
18699 usepackage{arydshln}
18700 \end_layout
18701
18702 \begin_layout Standard
18703 To make a vertical line dashed, enter the colon 
18704 \begin_inset Quotes eld
18705 \end_inset
18706
18707 :
18708 \begin_inset Quotes erd
18709 \end_inset
18710
18711  together with the character for the horizontal alignment as LaTeX-argument
18712  in the table cell dialog.
18713 \end_layout
18714
18715 \begin_layout Standard
18716 For a horizontal dashed line add the command
18717 \end_layout
18718
18719 \begin_layout Standard
18720
18721 \series bold
18722
18723 \backslash
18724 hdashline
18725 \end_layout
18726
18727 \begin_layout Standard
18728 in TeX-Code as first element of the first cell in the table row.
18729 \end_layout
18730
18731 \begin_layout Standard
18732 For dashed multicolumn lines use the command
18733 \end_layout
18734
18735 \begin_layout Standard
18736
18737 \series bold
18738
18739 \backslash
18740 cdashline{line number
18741 \series default
18742 }
18743 \end_layout
18744
18745 \begin_layout Standard
18746 in TeX-Code as first element of the first cell in the table row.
18747  If you have for example a multicolumn spanning over columns 2 to 4 and
18748  you want to have a dashed line above, add the command
18749 \end_layout
18750
18751 \begin_layout Standard
18752
18753 \series bold
18754
18755 \backslash
18756 cdashline{2-4}
18757 \end_layout
18758
18759 \begin_layout Standard
18760 as first element of the first cell in the row of the multicolumn.
18761 \end_layout
18762
18763 \begin_layout Standard
18764 \begin_inset VSpace bigskip
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \begin_layout Standard
18771 Table
18772 \begin_inset space ~
18773 \end_inset
18774
18775
18776 \begin_inset CommandInset ref
18777 LatexCommand ref
18778 reference "tab:Table-with-dashed"
18779
18780 \end_inset
18781
18782  was created using 
18783 \begin_inset Quotes eld
18784 \end_inset
18785
18786
18787 \series bold
18788 :c
18789 \series default
18790
18791 \begin_inset Quotes erd
18792 \end_inset
18793
18794  as LaTeX-argument of the third column.
18795  The TeX-Code command 
18796 \series bold
18797
18798 \backslash
18799 hdashline
18800 \series default
18801  was inserted to the first cell of the third row and the the TeX-Code command
18802 \begin_inset Newline newline
18803 \end_inset
18804
18805  
18806 \series bold
18807
18808 \backslash
18809 cdashline{4-5}
18810 \series default
18811  was inserted to the first cell of the fourth row.
18812 \end_layout
18813
18814 \begin_layout Standard
18815 \begin_inset Note Greyedout
18816 status open
18817
18818 \begin_layout Plain Layout
18819
18820 \series bold
18821 Note:
18822 \series default
18823  The used LaTeX-package 
18824 \series bold
18825 arydshln
18826 \series default
18827  is apparently not compatible with the LaTeX-package 
18828 \series bold
18829 colortbl
18830 \series default
18831
18832 \begin_inset Index
18833 status collapsed
18834
18835 \begin_layout Plain Layout
18836 LaTeX-packages ! colortbl
18837 \end_layout
18838
18839 \end_inset
18840
18841  that is used for colored tables in section
18842 \begin_inset space ~
18843 \end_inset
18844
18845
18846 \begin_inset CommandInset ref
18847 LatexCommand ref
18848 reference "sec:Colored-Tables"
18849
18850 \end_inset
18851
18852 .
18853  That means colored tables cannot have dashed lines.
18854 \end_layout
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 \begin_inset ERT
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866
18867
18868 \backslash
18869 else
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \begin_inset Note Note
18876 status open
18877
18878 \begin_layout Plain Layout
18879 The following will be displayed when the LaTeX-package 
18880 \series bold
18881 arydshln
18882 \series default
18883  is not installed:
18884 \end_layout
18885
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \begin_layout Standard
18892 You need to install the package 
18893 \series bold
18894 arydshln
18895 \series default
18896  to see the content of this section in the output.
18897 \end_layout
18898
18899 \begin_layout Standard
18900 \begin_inset ERT
18901 status collapsed
18902
18903 \begin_layout Plain Layout
18904
18905
18906 \backslash
18907 fi
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Chapter
18916 Floats
18917 \begin_inset Index
18918 status collapsed
18919
18920 \begin_layout Plain Layout
18921 Floats
18922 \end_layout
18923
18924 \end_inset
18925
18926
18927 \begin_inset CommandInset label
18928 LatexCommand label
18929 name "cha:Floats"
18930
18931 \end_inset
18932
18933
18934 \end_layout
18935
18936 \begin_layout Section
18937 Introduction
18938 \begin_inset CommandInset label
18939 LatexCommand label
18940 name "sec:FloatIntroduction"
18941
18942 \end_inset
18943
18944
18945 \begin_inset Index
18946 status collapsed
18947
18948 \begin_layout Plain Layout
18949 Floats ! Introduction
18950 \end_layout
18951
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \begin_layout Standard
18958 A float is a block of text associated with some sort of label, which doesn't
18959  have a fixed location.
18960  It can 
18961 \begin_inset Quotes eld
18962 \end_inset
18963
18964 float
18965 \begin_inset Quotes erd
18966 \end_inset
18967
18968  forward or backward a page or two, to wherever it fits best.
18969  
18970 \family sans
18971 Footnotes
18972 \family default
18973  and 
18974 \family sans
18975 Margin
18976 \begin_inset space ~
18977 \end_inset
18978
18979 Notes
18980 \family default
18981  are also floats, because they can float to the next page when there are
18982  too many notes at the page.
18983 \end_layout
18984
18985 \begin_layout Standard
18986 Floats allow a high quality layout.
18987  Images and tables can evenly be spread to the pages to avoid white space
18988  and pages without text.
18989  As the floating often destroys the context between the text and the image/table
18990 , every float can be referenced in the text.
18991  Floats are therefore numbered.
18992  Referencing is described in section
18993 \begin_inset space ~
18994 \end_inset
18995
18996
18997 \begin_inset CommandInset ref
18998 LatexCommand ref
18999 reference "sec:Referencing-Floats"
19000
19001 \end_inset
19002
19003 .
19004 \end_layout
19005
19006 \begin_layout Standard
19007 To insert a float, use the menu 
19008 \family sans
19009 Insert\SpecialChar \menuseparator
19010 Float
19011 \family default
19012 .
19013  This inserts the 
19014 \family sans
19015 Caption
19016 \family default
19017  inset, a box with a label.
19018  The label will automatically be translated to the document language in
19019  the output.
19020  Behind the label you can insert the caption text.
19021  The image or table is inserted above or below the caption in a separate
19022  paragraph within the float.
19023  More about the caption placement is described in section
19024 \begin_inset space ~
19025 \end_inset
19026
19027
19028 \begin_inset CommandInset ref
19029 LatexCommand ref
19030 reference "sec:Caption-Placement"
19031
19032 \end_inset
19033
19034 .
19035  To keep your LyX-document readable, you can open and close the float box
19036  by left-clicking on the box label.
19037  A closed float box looks like this: 
19038 \begin_inset Graphics
19039         filename clipart/floatQt4.png
19040         scale 70
19041         scaleBeforeRotation
19042
19043 \end_inset
19044
19045  -- a gray button with a red label.
19046 \end_layout
19047
19048 \begin_layout Standard
19049 It is recommended to insert floats as a separate paragraph to avoid possible
19050  LaTeX-errors that can occur when the surrounding text is specially formatted.
19051 \end_layout
19052
19053 \begin_layout Standard
19054 Existing figures or tables can be put into a float by marking them and then
19055  pressing the corresponding toolbar button for a new float.
19056 \end_layout
19057
19058 \begin_layout Section
19059 Float Types
19060 \end_layout
19061
19062 \begin_layout Standard
19063 Besides figure and table floats that are described in section
19064 \begin_inset space ~
19065 \end_inset
19066
19067
19068 \begin_inset CommandInset ref
19069 LatexCommand ref
19070 reference "sec:Figure-Floats"
19071
19072 \end_inset
19073
19074  and 
19075 \begin_inset CommandInset ref
19076 LatexCommand ref
19077 reference "sec:Table-Floats"
19078
19079 \end_inset
19080
19081 , respectively, LyX offers the float types 
19082 \series bold
19083 Algorithm
19084 \series default
19085  and 
19086 \series bold
19087 Text
19088 \begin_inset space ~
19089 \end_inset
19090
19091 Wrap
19092 \begin_inset space ~
19093 \end_inset
19094
19095 Float
19096 \series default
19097 .
19098 \end_layout
19099
19100 \begin_layout Subsection
19101 Algorithm Floats
19102 \begin_inset Index
19103 status collapsed
19104
19105 \begin_layout Plain Layout
19106 Floats ! Algorithms
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \begin_inset CommandInset label
19113 LatexCommand label
19114 name "sub:Algorithm-Floats"
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \begin_layout Standard
19122 \begin_inset Float algorithm
19123 placement h
19124 wide false
19125 sideways false
19126 status open
19127
19128 \begin_layout Plain Layout
19129 \begin_inset Caption
19130
19131 \begin_layout Plain Layout
19132 \begin_inset CommandInset label
19133 LatexCommand label
19134 name "alg:Example-Algorithm-float"
19135
19136 \end_inset
19137
19138 Example Algorithm float
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \begin_layout LyX-Code
19147 for I in 1..N loop
19148 \begin_inset Newline newline
19149 \end_inset
19150
19151  Sum:= Sum + A(I); /*comment*/
19152 \begin_inset Newline newline
19153 \end_inset
19154
19155 end loop
19156 \begin_inset VSpace -4mm
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \begin_layout Standard
19168 This float type is inserted with the menu 
19169 \family sans
19170 Insert\SpecialChar \menuseparator
19171 Floats\SpecialChar \menuseparator
19172 Algorithm
19173 \family default
19174 .
19175  It is used for program codes and descriptions of algorithms.
19176  A possible environment for algorithms is the 
19177 \family sans
19178 LyX-Code
19179 \family default
19180 , described in LyX's 
19181 \emph on
19182 Userguide
19183 \emph default
19184 .
19185  Algorithm
19186 \begin_inset space ~
19187 \end_inset
19188
19189
19190 \begin_inset CommandInset ref
19191 LatexCommand ref
19192 reference "alg:Example-Algorithm-float"
19193
19194 \end_inset
19195
19196  is an example of an algorithm float where -4
19197 \begin_inset space \thinspace{}
19198 \end_inset
19199
19200 mm vertical space was added at the end of the float to have the bottom rule
19201  exactly below the last text line.
19202 \end_layout
19203
19204 \begin_layout Standard
19205 The float label is not automatically translated into the document language.
19206  If your document is not in English, you have to do this manually by adding
19207  the following line to the document preamble
19208 \series bold
19209 :
19210 \end_layout
19211
19212 \begin_layout Standard
19213
19214 \series bold
19215
19216 \backslash
19217 floatname{algorithm}{your
19218 \begin_inset space ~
19219 \end_inset
19220
19221 name}
19222 \end_layout
19223
19224 \begin_layout Standard
19225 where 
19226 \family sans
19227 your
19228 \begin_inset space ~
19229 \end_inset
19230
19231 name
19232 \family default
19233  is the word 
19234 \begin_inset Quotes eld
19235 \end_inset
19236
19237
19238 \emph on
19239 algorithm
19240 \emph default
19241
19242 \begin_inset Quotes erd
19243 \end_inset
19244
19245  in your language.
19246 \end_layout
19247
19248 \begin_layout Standard
19249 To insert the list of algorithms you can in this case not use the menu 
19250 \family sans
19251 Insert\SpecialChar \menuseparator
19252 List
19253 \begin_inset space \thinspace{}
19254 \end_inset
19255
19256 /
19257 \begin_inset space \thinspace{}
19258 \end_inset
19259
19260 TOC\SpecialChar \menuseparator
19261 List of Algorithms
19262 \family default
19263  when your document is an English one.
19264  For non-English documents, use this command in TeX-Code instead:
19265 \end_layout
19266
19267 \begin_layout Standard
19268
19269 \series bold
19270
19271 \backslash
19272 listof{algorithm}{your
19273 \begin_inset space ~
19274 \end_inset
19275
19276 name}
19277 \end_layout
19278
19279 \begin_layout Standard
19280 where 
19281 \family sans
19282 your
19283 \begin_inset space ~
19284 \end_inset
19285
19286 name
19287 \family default
19288  is the word 
19289 \begin_inset Quotes eld
19290 \end_inset
19291
19292
19293 \emph on
19294 List of Algorithm
19295 \emph default
19296 s
19297 \begin_inset Quotes erd
19298 \end_inset
19299
19300  in your language.
19301 \end_layout
19302
19303 \begin_layout Standard
19304 Algorithm floats are not by default numbered in the scheme 
19305 \begin_inset Quotes eld
19306 \end_inset
19307
19308 chapter.algorithm
19309 \begin_inset Quotes erd
19310 \end_inset
19311
19312  like it is the case for table and figure floats in many document-classes.
19313  To number algorithm floats in the same scheme, add this command to your
19314  document preamble:
19315 \end_layout
19316
19317 \begin_layout Standard
19318
19319 \series bold
19320
19321 \backslash
19322 numberwithin{algorithm}{chapter}
19323 \end_layout
19324
19325 \begin_layout Standard
19326 To be able to use the command 
19327 \series bold
19328
19329 \backslash
19330 numberwithin
19331 \series default
19332 , set in the tab 
19333 \family sans
19334 Math
19335 \begin_inset space ~
19336 \end_inset
19337
19338 Options
19339 \family default
19340  in the document settings the option 
19341 \family sans
19342 Use
19343 \begin_inset space ~
19344 \end_inset
19345
19346 AMS
19347 \begin_inset space ~
19348 \end_inset
19349
19350 math
19351 \begin_inset space ~
19352 \end_inset
19353
19354 package
19355 \family default
19356 .
19357 \end_layout
19358
19359 \begin_layout Subsection
19360 Text Wrap Floats
19361 \begin_inset Index
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365 Floats ! Text Wrap Floats
19366 \end_layout
19367
19368 \end_inset
19369
19370
19371 \begin_inset CommandInset label
19372 LatexCommand label
19373 name "sub:floatflt-wrap-float"
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Standard
19381 \begin_inset Wrap figure
19382 lines 0
19383 placement l
19384 overhang 0col%
19385 width "40col%"
19386 status open
19387
19388 \begin_layout Plain Layout
19389 \begin_inset Graphics
19390         filename clipart/mobius.eps
19391         width 40col%
19392         scaleBeforeRotation
19393         rotateOrigin center
19394
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \begin_layout Plain Layout
19401 \begin_inset Caption
19402
19403 \begin_layout Plain Layout
19404 \begin_inset CommandInset label
19405 LatexCommand label
19406 name "fig:This-is-a"
19407
19408 \end_inset
19409
19410 This is a wrapped figure, and this is the brilliant caption that describes
19411  it.
19412 \begin_inset VSpace medskip
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424
19425 This float type is used if you want to 
19426 \begin_inset Quotes eld
19427 \end_inset
19428
19429 wrap
19430 \begin_inset Quotes erd
19431 \end_inset
19432
19433  text around a figure so that it only occupies some fraction of the column
19434  width.
19435  It can be inserted using the menu 
19436 \family sans
19437 Insert\SpecialChar \menuseparator
19438 Floats\SpecialChar \menuseparator
19439 Text
19440 \begin_inset space ~
19441 \end_inset
19442
19443 Wrap
19444 \begin_inset space ~
19445 \end_inset
19446
19447 Float
19448 \family default
19449  if the LaTeX-package 
19450 \series bold
19451 wrapfig
19452 \series default
19453
19454 \begin_inset Index
19455 status collapsed
19456
19457 \begin_layout Plain Layout
19458 LaTeX-packages ! wrapfig
19459 \begin_inset ERT
19460 status collapsed
19461
19462 \begin_layout Plain Layout
19463
19464
19465 \backslash
19466
19467 \begin_inset ERT
19468 status collapsed
19469
19470 \begin_layout Plain Layout
19471
19472 {
19473 \end_layout
19474
19475 \end_inset
19476
19477
19478 \begin_inset ERT
19479 status collapsed
19480
19481 \begin_layout Plain Layout
19482
19483 }
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \end_inset
19492
19493 vspace
19494 \begin_inset ERT
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498
19499 {
19500 \end_layout
19501
19502 \end_inset
19503
19504 4mm
19505 \begin_inset ERT
19506 status collapsed
19507
19508 \begin_layout Plain Layout
19509
19510 }
19511 \end_layout
19512
19513 \end_inset
19514
19515
19516 \end_layout
19517
19518 \end_inset
19519
19520  is installed.
19521 \begin_inset Foot
19522 status collapsed
19523
19524 \begin_layout Plain Layout
19525 Installing a LaTeX-package is explained it in the 
19526 \emph on
19527 LaTeX
19528 \begin_inset space ~
19529 \end_inset
19530
19531 Configuration
19532 \emph default
19533  manual.
19534 \end_layout
19535
19536 \end_inset
19537
19538  The width and placement of the float is adjusted by right-clicking on the
19539  float box.
19540  Figure
19541 \begin_inset space ~
19542 \end_inset
19543
19544
19545 \begin_inset CommandInset ref
19546 LatexCommand ref
19547 reference "fig:This-is-a"
19548
19549 \end_inset
19550
19551  is an example text wrap float with a width of 40
19552 \begin_inset space \thinspace{}
19553 \end_inset
19554
19555 col%.
19556 \begin_inset Foot
19557 status collapsed
19558
19559 \begin_layout Plain Layout
19560 Available units are explained in appendix
19561 \begin_inset space ~
19562 \end_inset
19563
19564
19565 \begin_inset CommandInset ref
19566 LatexCommand ref
19567 reference "cha:Units-available-in"
19568
19569 \end_inset
19570
19571 .
19572 \end_layout
19573
19574 \end_inset
19575
19576  Some space was added under the caption to separate it better from the surroundi
19577 ng text.
19578 \end_layout
19579
19580 \begin_layout Standard
19581 The LaTeX-package 
19582 \series bold
19583 wrapfig
19584 \series default
19585  also supports table wrap floats, but they are not yet supported by LyX.
19586  If you need this, read the documentation of 
19587 \series bold
19588 wrapfig
19589 \series default
19590  
19591 \begin_inset CommandInset citation
19592 LatexCommand cite
19593 key "wrapfig"
19594
19595 \end_inset
19596
19597 .
19598 \end_layout
19599
19600 \begin_layout Standard
19601 \begin_inset Note Greyedout
19602 status open
19603
19604 \begin_layout Plain Layout
19605
19606 \series bold
19607 Note:
19608 \series default
19609  Text
19610 \begin_inset space ~
19611 \end_inset
19612
19613 wrap float floats are fragile! E.
19614 \begin_inset space \thinspace{}
19615 \end_inset
19616
19617 g.
19618 \begin_inset space ~
19619 \end_inset
19620
19621 having a figure too close to the bottom of the page can mess things up in
19622  the way that the float doesn't appear in the output or that it is placed
19623  over some other text.
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \begin_layout Standard
19632 In general:
19633 \end_layout
19634
19635 \begin_layout Itemize
19636 Wrap floats should not be placed in paragraphs that run over a page break.
19637  That means that wrap floats should better be inserted to the exact place
19638  when the document is nearly finished and you are able to estimate where
19639  page breaks will appear.
19640 \end_layout
19641
19642 \begin_layout Itemize
19643 Wrap floats should either be placed in an own paragraph before the paragraph
19644  where they should wrap into or within a paragraph.
19645 \end_layout
19646
19647 \begin_layout Itemize
19648 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19649  there is a text paragraph between them as separator.
19650 \end_layout
19651
19652 \begin_layout Itemize
19653 Wrap floats are not allowed in section headings or tables.
19654 \end_layout
19655
19656 \begin_layout Section
19657 Float Numbering
19658 \begin_inset CommandInset label
19659 LatexCommand label
19660 name "sec:Float-Numbering"
19661
19662 \end_inset
19663
19664
19665 \begin_inset Index
19666 status collapsed
19667
19668 \begin_layout Plain Layout
19669 Floats ! Numbering
19670 \end_layout
19671
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \begin_layout Standard
19678 Floats are usually numbered either independent from the sections the floats
19679  are in, or in the scheme 
19680 \begin_inset Quotes eld
19681 \end_inset
19682
19683 chapter.number
19684 \begin_inset Quotes erd
19685 \end_inset
19686
19687  or 
19688 \begin_inset Quotes eld
19689 \end_inset
19690
19691 section.number
19692 \begin_inset Quotes erd
19693 \end_inset
19694
19695 .
19696  This depends on the used document class.
19697 \end_layout
19698
19699 \begin_layout Standard
19700 To change the section independent numbering, you can use this command in
19701  the document preamble:
19702 \end_layout
19703
19704 \begin_layout Standard
19705
19706 \series bold
19707
19708 \backslash
19709 renewcommand{
19710 \backslash
19711 thetable}{
19712 \backslash
19713 roman{table}}
19714 \end_layout
19715
19716 \begin_layout Standard
19717
19718 \series bold
19719
19720 \backslash
19721 thetable
19722 \series default
19723  is the command that prints the table number, for figure floats, the command
19724  would be 
19725 \series bold
19726
19727 \backslash
19728 thefigure
19729 \series default
19730 .
19731  The command 
19732 \series bold
19733
19734 \backslash
19735 roman
19736 \series default
19737  prints in the command above the table number as small roman number.
19738 \end_layout
19739
19740 \begin_layout Standard
19741 To change the numbering scheme for example to 
19742 \begin_inset Quotes eld
19743 \end_inset
19744
19745 subsection.number
19746 \begin_inset Quotes erd
19747 \end_inset
19748
19749 , use this command in the preamble:
19750 \end_layout
19751
19752 \begin_layout Standard
19753
19754 \series bold
19755
19756 \backslash
19757 numberwithin{table}{subsection}
19758 \end_layout
19759
19760 \begin_layout Standard
19761 To be able to use the command 
19762 \series bold
19763
19764 \backslash
19765 numberwithin
19766 \series default
19767 , set in the tab 
19768 \family sans
19769 Math
19770 \begin_inset space ~
19771 \end_inset
19772
19773 Options
19774 \family default
19775  in the document settings the option 
19776 \family sans
19777 Use
19778 \begin_inset space ~
19779 \end_inset
19780
19781 AMS
19782 \begin_inset space ~
19783 \end_inset
19784
19785 math
19786 \begin_inset space ~
19787 \end_inset
19788
19789 package
19790 \family default
19791 .
19792 \end_layout
19793
19794 \begin_layout Standard
19795 Please also have a look at section
19796 \begin_inset space ~
19797 \end_inset
19798
19799
19800 \begin_inset CommandInset ref
19801 LatexCommand ref
19802 reference "sub:Footnote-Numbering"
19803
19804 \end_inset
19805
19806  for the details and important notes about the numbering commands.
19807 \end_layout
19808
19809 \begin_layout Section
19810 Referencing Floats
19811 \begin_inset CommandInset label
19812 LatexCommand label
19813 name "sec:Referencing-Floats"
19814
19815 \end_inset
19816
19817
19818 \begin_inset Index
19819 status collapsed
19820
19821 \begin_layout Plain Layout
19822 Floats ! References
19823 \end_layout
19824
19825 \end_inset
19826
19827
19828 \begin_inset Index
19829 status collapsed
19830
19831 \begin_layout Plain Layout
19832 References
19833 \end_layout
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 To reference a float, insert a label into its caption using the menu 
19842 \family sans
19843 Insert\SpecialChar \menuseparator
19844 Label
19845 \family default
19846  or the toolbar button 
19847 \begin_inset Graphics
19848         filename ../images/label-insert.png
19849         scale 85
19850         scaleBeforeRotation
19851
19852 \end_inset
19853
19854 .
19855  A grey label box like this one: 
19856 \begin_inset Graphics
19857         filename clipart/labelQt4.png
19858         scale 85
19859         scaleBeforeRotation
19860
19861 \end_inset
19862
19863  will be inserted and the label window pops up asking for the label text.
19864  LyX offers as text the first words of the caption with a prefix.
19865  The prefix depends on the float type, e.
19866 \begin_inset space \thinspace{}
19867 \end_inset
19868
19869 g.
19870 \begin_inset space ~
19871 \end_inset
19872
19873 for figure floats the prefix will be "
19874 \family sans
19875 fig:
19876 \family default
19877 ".
19878 \end_layout
19879
19880 \begin_layout Standard
19881 The label is used as anchor and name for the reference.
19882  You can refer to the label using the menu 
19883 \family sans
19884 Insert\SpecialChar \menuseparator
19885 Cross-reference
19886 \family default
19887  or the toolbar button 
19888 \begin_inset Graphics
19889         filename ../images/dialog-show-new-inset_ref.png
19890         scale 85
19891         scaleBeforeRotation
19892
19893 \end_inset
19894
19895 .
19896  A grey cross-reference box like this one: 
19897 \begin_inset Graphics
19898         filename clipart/referenceQt4.png
19899         scale 85
19900         scaleBeforeRotation
19901
19902 \end_inset
19903
19904  will be inserted and the cross-reference window appear showing all labels
19905  of the document.
19906  If you have multiple LyX-documents opened, choose the one you are working
19907  on from the drop-list at the top of the dialog.
19908  You can now sort the labels alphabetically and then choose one.
19909  At the position of the cross-reference box the float number will appear
19910  in the output.
19911 \end_layout
19912
19913 \begin_layout Standard
19914 It is recommended to use a protected space between the cross-reference name
19915  and its number to avoid line breaks between them.
19916  If a cross-reference refers to a non-existing label, you will see two question
19917  marks in the output instead of the reference.
19918 \end_layout
19919
19920 \begin_layout Standard
19921 You can change labels at any time by clicking on the label box.
19922  References to the changed label will automatically change its link to the
19923  new label text, so that you don't need to take care about this.
19924 \end_layout
19925
19926 \begin_layout Standard
19927 The button 
19928 \family sans
19929 Go
19930 \begin_inset space ~
19931 \end_inset
19932
19933 to
19934 \begin_inset space ~
19935 \end_inset
19936
19937 Label
19938 \family default
19939  in the cross-reference window sets the cursor before the referred label.
19940  The button text changes then to Go
19941 \begin_inset space ~
19942 \end_inset
19943
19944 Back and you can use it to set the cursor back to the cross-reference.
19945  Right-clicking on a cross-reference box also sets the cursor before the
19946  referenced label but without a possibility to go back.
19947 \end_layout
19948
19949 \begin_layout Subsection
19950 Cross-Reference Formats
19951 \begin_inset CommandInset label
19952 LatexCommand label
19953 name "sub:Cross-Reference-Formats"
19954
19955 \end_inset
19956
19957
19958 \begin_inset Index
19959 status collapsed
19960
19961 \begin_layout Plain Layout
19962 References ! Formats
19963 \end_layout
19964
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \begin_layout Standard
19971 There are six varieties of cross-references:
19972 \end_layout
19973
19974 \begin_layout Description
19975 <reference>: prints the float number, this is the default: 
19976 \begin_inset CommandInset ref
19977 LatexCommand ref
19978 reference "fig:Two-distorted-images"
19979
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \begin_layout Description
19986 (<reference>): prints the float number within two parentheses, this is the
19987  style normally used to reference formulas, especially when the reference
19988  name 
19989 \begin_inset Quotes eld
19990 \end_inset
19991
19992 Equation
19993 \begin_inset Quotes erd
19994 \end_inset
19995
19996  is omitted: 
19997 \begin_inset CommandInset ref
19998 LatexCommand eqref
19999 reference "eq:Wgn"
20000
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \begin_layout Description
20007 <page>: prints the page number: Page
20008 \begin_inset space ~
20009 \end_inset
20010
20011
20012 \begin_inset CommandInset ref
20013 LatexCommand pageref
20014 reference "fig:Two-distorted-images"
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \begin_layout Description
20022 on
20023 \begin_inset space ~
20024 \end_inset
20025
20026 page
20027 \begin_inset space ~
20028 \end_inset
20029
20030 <page>: prints the text "on page" and the page number: 
20031 \begin_inset CommandInset ref
20032 LatexCommand vpageref
20033 reference "fig:Two-distorted-images"
20034
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \begin_layout Description
20041 <reference>
20042 \begin_inset space ~
20043 \end_inset
20044
20045 on
20046 \begin_inset space ~
20047 \end_inset
20048
20049 page
20050 \begin_inset space ~
20051 \end_inset
20052
20053 <page>: prints the float number, the text "on page", and the page number:
20054  
20055 \begin_inset CommandInset ref
20056 LatexCommand vref
20057 reference "fig:Two-distorted-images"
20058
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \begin_layout Description
20065 Formatted
20066 \begin_inset space ~
20067 \end_inset
20068
20069 reference: prints a self defined cross-reference format.
20070  
20071 \begin_inset Note Greyedout
20072 status open
20073
20074 \begin_layout Plain Layout
20075
20076 \series bold
20077 Note:
20078 \series default
20079  This feature is only available when you have the LaTeX-package 
20080 \series bold
20081 prettyref
20082 \series default
20083  installed.
20084 \end_layout
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \begin_layout Standard
20092 Note that the style <page> won't print the page number if the label is on
20093  the previous, the same, or the next page.
20094  You will e.
20095 \begin_inset space \thinspace{}
20096 \end_inset
20097
20098 g.
20099 \begin_inset space ~
20100 \end_inset
20101
20102 see the text 
20103 \begin_inset Quotes eld
20104 \end_inset
20105
20106
20107 \family sans
20108 on this page
20109 \family default
20110
20111 \begin_inset Quotes erd
20112 \end_inset
20113
20114  instead.
20115 \end_layout
20116
20117 \begin_layout Standard
20118 The number and current page of the referred document part in the output,
20119  is automatically calculated by LaTeX.
20120  The varieties are adjusted in the field 
20121 \family sans
20122 Format
20123 \family default
20124  of the cross-reference window, that appear when you click on the cross-referenc
20125 e box.
20126 \end_layout
20127
20128 \begin_layout Subsection
20129 Automatic Reference Naming
20130 \begin_inset Index
20131 status collapsed
20132
20133 \begin_layout Plain Layout
20134 References ! Automatic Reference Naming
20135 \end_layout
20136
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \begin_layout Standard
20143 The LaTeX-package 
20144 \series bold
20145 hyperref
20146 \series default
20147  provides a very useful feature that cross-references automatically include
20148  the name of the referenced floats (or text parts like sections).
20149  You save to write e.
20150 \begin_inset space \thinspace{}
20151 \end_inset
20152
20153 g.
20154 \begin_inset space ~
20155 \end_inset
20156
20157 the name 
20158 \begin_inset Quotes eld
20159 \end_inset
20160
20161 Figure
20162 \begin_inset Quotes erd
20163 \end_inset
20164
20165  before every reference box.
20166  To get this automatic reference naming, you have to load the LaTeX-package
20167  
20168 \series bold
20169 hyperref
20170 \series default
20171
20172 \begin_inset Index
20173 status collapsed
20174
20175 \begin_layout Plain Layout
20176 LaTeX-packages ! hyperref
20177 \end_layout
20178
20179 \end_inset
20180
20181  in the document preamble with
20182 \end_layout
20183
20184 \begin_layout Standard
20185
20186 \series bold
20187
20188 \backslash
20189 usepackage[pdfborder={0 0 0}]{hyperref}
20190 \begin_inset Newline newline
20191 \end_inset
20192
20193
20194 \backslash
20195 AtBeginDocument{
20196 \backslash
20197 renewcommand{
20198 \backslash
20199 ref}[1]{
20200 \backslash
20201 mbox{
20202 \backslash
20203 autoref{#1}}}}
20204 \end_layout
20205
20206 \begin_layout Standard
20207
20208 \series bold
20209 hyperref
20210 \series default
20211  is used to link cross-references in the DVI- and PDF-output, this means
20212  that the reader of your document will be able to click on a table of content
20213  (TOC) entry or on a reference and he will be shown the referenced document
20214  part.
20215  
20216 \series bold
20217 hyperref
20218 \series default
20219  also creates PDF-bookmarks for every section of your document to make it
20220  easier for readers to navigate through the document.
20221  This is also used in this document but when you have a look in the document
20222  preamble you will find various options in the load command of 
20223 \series bold
20224 hyperref
20225 \series default
20226 .
20227  To learn more about the 
20228 \series bold
20229 hyperref
20230 \series default
20231  package, we refer to its documentation 
20232 \begin_inset CommandInset citation
20233 LatexCommand cite
20234 key "hyperref"
20235
20236 \end_inset
20237
20238 .
20239 \end_layout
20240
20241 \begin_layout Standard
20242 \begin_inset Note Greyedout
20243 status open
20244
20245 \begin_layout Plain Layout
20246
20247 \series bold
20248 Note:
20249 \series default
20250  Automatic reference naming cannot be used when you use cross-references
20251  in the 
20252 \family sans
20253 Formatted
20254 \begin_inset space ~
20255 \end_inset
20256
20257 reference
20258 \family default
20259  style, described in section
20260 \begin_inset space ~
20261 \end_inset
20262
20263
20264 \begin_inset CommandInset ref
20265 LatexCommand ref
20266 reference "sub:Cross-Reference-Formats"
20267
20268 \end_inset
20269
20270 .
20271 \end_layout
20272
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \begin_layout Subsection
20279 Reference Position
20280 \begin_inset CommandInset label
20281 LatexCommand label
20282 name "sub:Reference-Position"
20283
20284 \end_inset
20285
20286
20287 \begin_inset Index
20288 status collapsed
20289
20290 \begin_layout Plain Layout
20291 References ! Reference Position
20292 \end_layout
20293
20294 \end_inset
20295
20296
20297 \end_layout
20298
20299 \begin_layout Standard
20300 If you use 
20301 \series bold
20302 hyperref
20303 \series default
20304
20305 \begin_inset Index
20306 status collapsed
20307
20308 \begin_layout Plain Layout
20309 LaTeX-packages ! hyperref
20310 \end_layout
20311
20312 \end_inset
20313
20314  to link cross-references in the output, you will see that clicking on an
20315  image float reference jumps to the image label.
20316  The caption will be the first text part on the screen, so that you cannot
20317  see the image without scrolling.
20318  This is because the reference link anchor is placed at the position of
20319  the label.
20320  With the use of the package 
20321 \series bold
20322 hypcap
20323 \series default
20324
20325 \begin_inset Index
20326 status collapsed
20327
20328 \begin_layout Plain Layout
20329 LaTeX-packages ! hypcap
20330 \end_layout
20331
20332 \end_inset
20333
20334 , which is part of the LaTeX-package 
20335 \series bold
20336 oberdiek
20337 \series default
20338
20339 \begin_inset Index
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343 LaTeX-packages ! oberdiek
20344 \end_layout
20345
20346 \end_inset
20347
20348 , the link anchor is placed at the beginning of a float.
20349  To use this feature for figure floats, load 
20350 \series bold
20351 hypcap
20352 \series default
20353  in the document preamble with the line
20354 \end_layout
20355
20356 \begin_layout Standard
20357
20358 \series bold
20359
20360 \backslash
20361 usepackage[figure]{hypcap}
20362 \end_layout
20363
20364 \begin_layout Standard
20365 You can also use 
20366 \series bold
20367 hypcap
20368 \series default
20369  for all floats but this isn't recommended for stability reasons.
20370  For more informations, have a look at 
20371 \series bold
20372 hypcap
20373 \series default
20374 's manual 
20375 \begin_inset CommandInset citation
20376 LatexCommand cite
20377 key "hypcap"
20378
20379 \end_inset
20380
20381 .
20382 \end_layout
20383
20384 \begin_layout Standard
20385 \begin_inset Note Greyedout
20386 status open
20387
20388 \begin_layout Plain Layout
20389
20390 \series bold
20391 Note:
20392 \series default
20393  
20394 \series bold
20395 hypcap
20396 \series default
20397  must be loaded after 
20398 \series bold
20399 hyperref
20400 \series default
20401  in the document preamble.
20402 \end_layout
20403
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \begin_layout Standard
20410 \begin_inset Note Greyedout
20411 status open
20412
20413 \begin_layout Plain Layout
20414
20415 \series bold
20416 Note:
20417 \series default
20418  
20419 \series bold
20420 hypcap
20421 \series default
20422  has no effect for references to subfigures.
20423 \end_layout
20424
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \begin_layout Section
20431 Float Placement
20432 \begin_inset CommandInset label
20433 LatexCommand label
20434 name "sec:Float-Placement"
20435
20436 \end_inset
20437
20438
20439 \begin_inset Index
20440 status collapsed
20441
20442 \begin_layout Plain Layout
20443 Floats ! Placement
20444 \end_layout
20445
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \begin_layout Standard
20452 Right-clicking on a float-box opens a dialog where you can alter the placement
20453  options that LaTeX uses for positioning the float.
20454 \begin_inset Newline newline
20455 \end_inset
20456
20457 The option 
20458 \family sans
20459 Span
20460 \begin_inset space ~
20461 \end_inset
20462
20463 columns
20464 \family default
20465  is only useful for two-column documents: If you select it, the float will
20466  span across both columns on the page instead of being confined to just
20467  one.
20468 \begin_inset Newline newline
20469 \end_inset
20470
20471 The option 
20472 \family sans
20473 Rotate
20474 \begin_inset space ~
20475 \end_inset
20476
20477 sideways
20478 \family default
20479  is used to rotate floats, see section 
20480 \begin_inset CommandInset ref
20481 LatexCommand ref
20482 reference "sec:Rotated-Floats"
20483
20484 \end_inset
20485
20486 .
20487 \end_layout
20488
20489 \begin_layout Standard
20490 You can use one ore more of the following options in the float dialog to
20491  set the placement for a particular float when you uncheck the option 
20492 \family sans
20493 Use
20494 \begin_inset space ~
20495 \end_inset
20496
20497 default
20498 \begin_inset space ~
20499 \end_inset
20500
20501 placement
20502 \family default
20503 :
20504 \end_layout
20505
20506 \begin_layout Description
20507 Here
20508 \begin_inset space ~
20509 \end_inset
20510
20511 if
20512 \begin_inset space ~
20513 \end_inset
20514
20515 possible try to place the float on the position where it is inserted
20516 \end_layout
20517
20518 \begin_layout Description
20519 Top
20520 \begin_inset space ~
20521 \end_inset
20522
20523 of
20524 \begin_inset space ~
20525 \end_inset
20526
20527 page try to place the float on the top of the current page
20528 \end_layout
20529
20530 \begin_layout Description
20531 Bottom
20532 \begin_inset space ~
20533 \end_inset
20534
20535 of
20536 \begin_inset space ~
20537 \end_inset
20538
20539 page try to place the float on the bottom of the current page
20540 \end_layout
20541
20542 \begin_layout Description
20543 Page
20544 \begin_inset space ~
20545 \end_inset
20546
20547 of
20548 \begin_inset space ~
20549 \end_inset
20550
20551 floats try to place the float on an own page 
20552 \end_layout
20553
20554 \begin_layout Standard
20555 The order of the above option is 
20556 \emph on
20557 always
20558 \emph default
20559  used by LaTeX.
20560  That means, if you use the default placement, LaTeX will first try out
20561  
20562 \family sans
20563 Here
20564 \begin_inset space ~
20565 \end_inset
20566
20567 if
20568 \begin_inset space ~
20569 \end_inset
20570
20571 possible
20572 \family default
20573 , then 
20574 \family sans
20575 Top
20576 \begin_inset space ~
20577 \end_inset
20578
20579 of
20580 \begin_inset space ~
20581 \end_inset
20582
20583 page
20584 \family default
20585 , and then the others.
20586  If you don't use the default, LaTeX will try only the checked options but
20587  in the same order.
20588  If none of the 4 placements are possible the procedure is internally repeated
20589  but it is tried to put the float on the following page.
20590 \end_layout
20591
20592 \begin_layout Standard
20593 By default, each option has its own rules:
20594 \end_layout
20595
20596 \begin_layout Labeling
20597 \labelwidthstring 00.00.0000
20598
20599 \family sans
20600 Top
20601 \begin_inset space ~
20602 \end_inset
20603
20604 of
20605 \begin_inset space ~
20606 \end_inset
20607
20608 page
20609 \family default
20610  only floats occupying less than 70
20611 \begin_inset space \thinspace{}
20612 \end_inset
20613
20614 % of the page can be placed at the top of a page (
20615 \series bold
20616
20617 \backslash
20618 topfraction
20619 \series default
20620 )
20621 \end_layout
20622
20623 \begin_layout Labeling
20624 \labelwidthstring 00.00.0000
20625
20626 \family sans
20627 Bottom
20628 \begin_inset space ~
20629 \end_inset
20630
20631 of
20632 \begin_inset space ~
20633 \end_inset
20634
20635 page
20636 \family default
20637 : only floats occupying less than 30
20638 \begin_inset space \thinspace{}
20639 \end_inset
20640
20641 % of the page can be placed at the bottom of a page.
20642  (
20643 \series bold
20644
20645 \backslash
20646 bottomfraction
20647 \series default
20648 )
20649 \end_layout
20650
20651 \begin_layout Labeling
20652 \labelwidthstring 00.00.0000
20653
20654 \family sans
20655 Page
20656 \begin_inset space ~
20657 \end_inset
20658
20659 of
20660 \begin_inset space ~
20661 \end_inset
20662
20663 floats
20664 \family default
20665 : only if more than 50
20666 \begin_inset space \thinspace{}
20667 \end_inset
20668
20669 % of the page are occupied by floats, several floats can be set together
20670  on a page.
20671  (
20672 \series bold
20673
20674 \backslash
20675 floatpagefraction
20676 \series default
20677 )
20678 \end_layout
20679
20680 \begin_layout Standard
20681 If you don't like these rules, you can ignore them by using the additional
20682  option 
20683 \family sans
20684 Ignore
20685 \begin_inset space ~
20686 \end_inset
20687
20688 LaTeX
20689 \begin_inset space ~
20690 \end_inset
20691
20692 rules
20693 \family default
20694 .
20695 \begin_inset Newline newline
20696 \end_inset
20697
20698 You can also redefine the rules with LaTeX-commands that are given in parenthese
20699 s behind the rules description above.
20700  To increase for example the often too small default of the bottom-rule
20701  to 50
20702 \begin_inset space \thinspace{}
20703 \end_inset
20704
20705 % of the page, add this line to your document preamble:
20706 \end_layout
20707
20708 \begin_layout Standard
20709
20710 \series bold
20711
20712 \backslash
20713 renewcommand{
20714 \backslash
20715 bottomfraction}{0.5}
20716 \end_layout
20717
20718 \begin_layout Standard
20719 Sometimes you might need, under all circumstances, a float to be placed
20720  exactly at the position where it is inserted.
20721  For this case you can use the option 
20722 \family sans
20723 Here
20724 \begin_inset space ~
20725 \end_inset
20726
20727 definitely
20728 \family default
20729 .
20730  Use this option very rarely and only if the document is nearly ready to
20731  be printed.
20732  Because the float is then no longer able to 
20733 \begin_inset Quotes eld
20734 \end_inset
20735
20736 float
20737 \begin_inset Quotes erd
20738 \end_inset
20739
20740  when you change your document and this will often destroy the page layout.
20741 \end_layout
20742
20743 \begin_layout Standard
20744 There are no placement options for text wrap floats, because they are always
20745  surrounded by the text of a certain paragraph.
20746 \begin_inset VSpace bigskip
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \begin_layout Standard
20753 Sometimes you have the problem that a float is placed at the top of a page
20754  while its corresponding section starts at the middle of the page, so that
20755  the reader could think the float is part of the previous section.
20756  To avoid this the LaTeX-command 
20757 \series bold
20758
20759 \backslash
20760 suppressfloats
20761 \series default
20762  can be used.
20763  It suppresses a given float placement for the page where it is inserted
20764  and can therefore be used to avoid that floats could be set before a section
20765  starts.
20766  To get this, add these commands to your document preamble:
20767 \end_layout
20768
20769 \begin_layout Standard
20770
20771 \series bold
20772
20773 \backslash
20774 let
20775 \backslash
20776 mySection
20777 \backslash
20778 section
20779 \begin_inset Newline newline
20780 \end_inset
20781
20782
20783 \backslash
20784 renewcommand{
20785 \backslash
20786 section}{
20787 \backslash
20788 suppressfloats[t]
20789 \backslash
20790 mySection}
20791 \end_layout
20792
20793 \begin_layout Standard
20794 You can define the same for all section headings, like chapters and subsections.
20795  This definition is not recommended to be used for small text parts like
20796  subsubsections because LaTeX may then have problems to find a suitable
20797  placement.
20798 \end_layout
20799
20800 \begin_layout Standard
20801 \begin_inset VSpace bigskip
20802 \end_inset
20803
20804 In some cases it is required to have all figures/tables at the end of the
20805  document.
20806  For this purpose the LaTeX-package 
20807 \series bold
20808 endfloat
20809 \series default
20810
20811 \begin_inset Index
20812 status collapsed
20813
20814 \begin_layout Plain Layout
20815 LaTeX-packages ! endfloat
20816 \end_layout
20817
20818 \end_inset
20819
20820  was developed.
20821  It puts all figure and table floats at the end of the document into own
20822  sections.
20823  At the original float position a text hint like 
20824 \begin_inset Quotes eld
20825 \end_inset
20826
20827
20828 \family sans
20829 [Figure
20830 \begin_inset space ~
20831 \end_inset
20832
20833 3.2 about here.]
20834 \family default
20835
20836 \begin_inset Quotes erd
20837 \end_inset
20838
20839  is inserted.
20840  The endfloat-package is loaded in the preamble with the line
20841 \end_layout
20842
20843 \begin_layout Standard
20844
20845 \series bold
20846
20847 \backslash
20848 usepackage[options]{endfloat}
20849 \end_layout
20850
20851 \begin_layout Standard
20852 There are various package options to format the created figure/table sections.
20853  For more information we refer to the 
20854 \series bold
20855 endfloat
20856 \series default
20857  documentation 
20858 \begin_inset CommandInset citation
20859 LatexCommand cite
20860 key "endfloat"
20861
20862 \end_inset
20863
20864 .
20865 \begin_inset Newline newline
20866 \end_inset
20867
20868
20869 \begin_inset Note Greyedout
20870 status open
20871
20872 \begin_layout Plain Layout
20873
20874 \series bold
20875 Note: endfloat
20876 \series default
20877  doesn't provide an automatic translation for the text hint, you have to
20878  do this manually, see section
20879 \begin_inset space ~
20880 \end_inset
20881
20882 4 in 
20883 \begin_inset CommandInset citation
20884 LatexCommand cite
20885 key "endfloat"
20886
20887 \end_inset
20888
20889 .
20890 \end_layout
20891
20892 \end_inset
20893
20894
20895 \begin_inset Newline newline
20896 \end_inset
20897
20898
20899 \begin_inset Note Greyedout
20900 status open
20901
20902 \begin_layout Plain Layout
20903
20904 \series bold
20905 Note:
20906 \series default
20907  There is currently a bug in 
20908 \series bold
20909 endfloat
20910 \series default
20911  when the caption contains a German 
20912 \begin_inset Quotes eld
20913 \end_inset
20914
20915 ß
20916 \begin_inset Quotes erd
20917 \end_inset
20918
20919 .
20920  Use in this case the command 
20921 \begin_inset Quotes eld
20922 \end_inset
20923
20924
20925 \series bold
20926
20927 \backslash
20928 ss
20929 \series default
20930
20931 \begin_inset Quotes erd
20932 \end_inset
20933
20934  in TeX-Code instead of 
20935 \begin_inset Quotes eld
20936 \end_inset
20937
20938 ß
20939 \begin_inset Quotes erd
20940 \end_inset
20941
20942 .
20943 \end_layout
20944
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \begin_layout Standard
20951 \begin_inset VSpace bigskip
20952 \end_inset
20953
20954 For more details about float placements, have a look at LaTeX books, 
20955 \begin_inset CommandInset citation
20956 LatexCommand cite
20957 key "latexcompanion,latexguide,latexbook"
20958
20959 \end_inset
20960
20961 .
20962 \end_layout
20963
20964 \begin_layout Section
20965 Rotated Floats
20966 \begin_inset CommandInset label
20967 LatexCommand label
20968 name "sec:Rotated-Floats"
20969
20970 \end_inset
20971
20972
20973 \begin_inset Index
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977 Floats ! Rotating
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \begin_layout Standard
20986 Especially for wide tables you might have floats rotated.
20987  To rotate a whole float including the caption, right-click on the float-box
20988  and use the option 
20989 \family sans
20990 Rotate
20991 \begin_inset space ~
20992 \end_inset
20993
20994 sideways
20995 \family default
20996 .
20997 \end_layout
20998
20999 \begin_layout Standard
21000 Rotated floats are always placed on its own page (or column, when you have
21001  a two-column document).
21002  They are rotated so that you can read them from the outside margin.
21003  To force a certain rotation direction for all pages, you can add either
21004  the option 
21005 \series bold
21006 figuresleft
21007 \series default
21008  or 
21009 \series bold
21010 figuresright
21011 \series default
21012  to the document class options.
21013 \end_layout
21014
21015 \begin_layout Standard
21016 Referencing rotated floats is the same like for normal floats, the caption
21017  format is also the same: Table
21018 \begin_inset space ~
21019 \end_inset
21020
21021
21022 \begin_inset CommandInset ref
21023 LatexCommand ref
21024 reference "tab:Rotated-table"
21025
21026 \end_inset
21027
21028  is an example of a rotated table float.
21029 \end_layout
21030
21031 \begin_layout Standard
21032 \begin_inset Note Greyedout
21033 status open
21034
21035 \begin_layout Plain Layout
21036
21037 \series bold
21038 Note:
21039 \series default
21040  Not all DVI-viewers are able to display rotated floats.
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \begin_layout Standard
21049 \begin_inset Float table
21050 wide false
21051 sideways true
21052 status open
21053
21054 \begin_layout Plain Layout
21055 \begin_inset Caption
21056
21057 \begin_layout Plain Layout
21058 \begin_inset CommandInset label
21059 LatexCommand label
21060 name "tab:Rotated-table"
21061
21062 \end_inset
21063
21064  Rotated table
21065 \end_layout
21066
21067 \end_inset
21068
21069
21070 \end_layout
21071
21072 \begin_layout Plain Layout
21073 \align center
21074 \begin_inset Tabular
21075 <lyxtabular version="3" rows="1" columns="5">
21076 <features>
21077 <column alignment="center" valignment="top" width="0">
21078 <column alignment="center" valignment="top" width="0">
21079 <column alignment="center" valignment="top" width="0">
21080 <column alignment="center" valignment="top" width="0">
21081 <column alignment="center" valignment="top" width="0">
21082 <row>
21083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 test
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 b
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 c
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 d
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 e
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 </row>
21129 </lyxtabular>
21130
21131 \end_inset
21132
21133
21134 \end_layout
21135
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \begin_layout Section
21142 Floats Side by Side
21143 \begin_inset Index
21144 status collapsed
21145
21146 \begin_layout Plain Layout
21147 Floats ! Side by side
21148 \end_layout
21149
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \begin_layout Standard
21156 To place floats side by side, like for Figure
21157 \begin_inset space ~
21158 \end_inset
21159
21160
21161 \begin_inset CommandInset ref
21162 LatexCommand ref
21163 reference "fig:Float-left"
21164
21165 \end_inset
21166
21167  and 
21168 \begin_inset CommandInset ref
21169 LatexCommand ref
21170 reference "fig:Float-right"
21171
21172 \end_inset
21173
21174 , only 
21175 \emph on
21176 one
21177 \emph default
21178  float is used.
21179  In it two minipage boxes are inserted.
21180 \begin_inset Foot
21181 status collapsed
21182
21183 \begin_layout Plain Layout
21184 Minipages are explained in section
21185 \begin_inset space ~
21186 \end_inset
21187
21188
21189 \begin_inset CommandInset ref
21190 LatexCommand ref
21191 reference "sec:Minipages"
21192
21193 \end_inset
21194
21195 .
21196 \end_layout
21197
21198 \end_inset
21199
21200  The width is set to 45
21201 \begin_inset space \thinspace{}
21202 \end_inset
21203
21204 -50
21205 \begin_inset space \thinspace{}
21206 \end_inset
21207
21208 column% and the box alignment to 
21209 \family sans
21210 Bottom
21211 \family default
21212  for each minipage.
21213  The minipage boxes contain the image and the caption in the same way as
21214  they are in a float.
21215  The only difference is that the image unit 
21216 \family sans
21217 Column
21218 \begin_inset space ~
21219 \end_inset
21220
21221 Width
21222 \begin_inset space ~
21223 \end_inset
21224
21225 %
21226 \family default
21227  is now calculated according to the width of the minipage boxes.
21228 \end_layout
21229
21230 \begin_layout Standard
21231 \begin_inset Float figure
21232 wide false
21233 sideways false
21234 status open
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Box Frameless
21238 position "b"
21239 hor_pos "c"
21240 has_inner_box 1
21241 inner_pos "t"
21242 use_parbox 0
21243 width "45col%"
21244 special "none"
21245 height "1in"
21246 height_special "totalheight"
21247 status open
21248
21249 \begin_layout Plain Layout
21250 \align center
21251 \begin_inset Graphics
21252         filename clipart/mobius.eps
21253         lyxscale 50
21254         width 100col%
21255         scaleBeforeRotation
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Caption
21264
21265 \begin_layout Plain Layout
21266 \begin_inset CommandInset label
21267 LatexCommand label
21268 name "fig:Float-left"
21269
21270 \end_inset
21271
21272 Float on the left side.
21273 \end_layout
21274
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \end_inset
21281
21282
21283 \begin_inset space \hfill{}
21284 \end_inset
21285
21286
21287 \begin_inset Box Frameless
21288 position "b"
21289 hor_pos "c"
21290 has_inner_box 1
21291 inner_pos "t"
21292 use_parbox 0
21293 width "45col%"
21294 special "none"
21295 height "1in"
21296 height_special "totalheight"
21297 status open
21298
21299 \begin_layout Plain Layout
21300 \align center
21301 \begin_inset Graphics
21302         filename clipart/platypus.eps
21303         lyxscale 50
21304         width 100col%
21305         scaleBeforeRotation
21306
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Caption
21314
21315 \begin_layout Plain Layout
21316 \begin_inset CommandInset label
21317 LatexCommand label
21318 name "fig:Float-right"
21319
21320 \end_inset
21321
21322 Float on the right side.
21323 \end_layout
21324
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \begin_layout Plain Layout
21336
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \begin_layout Section
21345 Caption Formatting
21346 \begin_inset Index
21347 status collapsed
21348
21349 \begin_layout Plain Layout
21350 Caption ! Formatting
21351 \end_layout
21352
21353 \end_inset
21354
21355
21356 \begin_inset Index
21357 status collapsed
21358
21359 \begin_layout Plain Layout
21360 Floats ! Caption Formatting
21361 \end_layout
21362
21363 \end_inset
21364
21365
21366 \begin_inset Index
21367 status collapsed
21368
21369 \begin_layout Plain Layout
21370 LaTeX-packages ! caption
21371 \end_layout
21372
21373 \end_inset
21374
21375
21376 \begin_inset CommandInset label
21377 LatexCommand label
21378 name "sec:Caption-Formatting"
21379
21380 \end_inset
21381
21382
21383 \end_layout
21384
21385 \begin_layout Standard
21386 The 
21387 \family sans
21388 Caption
21389 \family default
21390  environment is the default paragraph environment for 
21391 \family sans
21392 Floats
21393 \family default
21394 .
21395  On the LyX screen captions appear as label, e.
21396 \begin_inset space \thinspace{}
21397 \end_inset
21398
21399 g.
21400 \begin_inset space ~
21401 \end_inset
21402
21403
21404 \begin_inset Quotes eld
21405 \end_inset
21406
21407
21408 \family sans
21409 Figure #:
21410 \family default
21411
21412 \begin_inset Quotes erd
21413 \end_inset
21414
21415  followed by the caption text.
21416  
21417 \begin_inset Quotes eld
21418 \end_inset
21419
21420 #
21421 \begin_inset Quotes erd
21422 \end_inset
21423
21424  is the actual reference number.
21425  By default the label and the number are in the same font as the caption
21426  text and a colon follows the number to divide the label from the text.
21427  This caption format is not suitable for all document formats.
21428  
21429 \end_layout
21430
21431 \begin_layout Standard
21432 To change the default caption format, load the LaTeX-package 
21433 \series bold
21434 caption
21435 \series default
21436
21437 \begin_inset Index
21438 status collapsed
21439
21440 \begin_layout Plain Layout
21441 LaTeX-packages ! caption
21442 \end_layout
21443
21444 \end_inset
21445
21446  in the document preamble with this line:
21447 \end_layout
21448
21449 \begin_layout Standard
21450
21451 \series bold
21452
21453 \backslash
21454 usepackage[format definition]{caption}
21455 \end_layout
21456
21457 \begin_layout Standard
21458 To have for example the label and the number in sans-serif bold font and
21459  the table captions always above the table like in this document, use the
21460  following command:
21461 \end_layout
21462
21463 \begin_layout Standard
21464
21465 \series bold
21466
21467 \backslash
21468 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21469 \end_layout
21470
21471 \begin_layout Standard
21472 You can also define different caption formats for the different float types.
21473  In this case load the 
21474 \series bold
21475 caption
21476 \series default
21477  package without format specific options and define the different formats
21478  with the help of the command
21479 \end_layout
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484
21485 \backslash
21486 captionsetup[float type]{format definition}
21487 \end_layout
21488
21489 \begin_layout Standard
21490 in the document preamble.
21491  For example the caption formats of Figure
21492 \begin_inset space ~
21493 \end_inset
21494
21495
21496 \begin_inset CommandInset ref
21497 LatexCommand ref
21498 reference "fig:This-is-an-fig"
21499
21500 \end_inset
21501
21502  and Table
21503 \begin_inset space ~
21504 \end_inset
21505
21506
21507 \begin_inset CommandInset ref
21508 LatexCommand ref
21509 reference "tab:This-is-an-tab"
21510
21511 \end_inset
21512
21513  can be created using these commands in the document preamble:
21514 \end_layout
21515
21516 \begin_layout Standard
21517
21518 \series bold
21519
21520 \backslash
21521 usepackage[tableposition=top]{caption}
21522 \series default
21523
21524 \begin_inset Newline newline
21525 \end_inset
21526
21527
21528 \series bold
21529
21530 \backslash
21531 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21532 \begin_inset Newline newline
21533 \end_inset
21534
21535
21536 \begin_inset ERT
21537 status collapsed
21538
21539 \begin_layout Plain Layout
21540
21541
21542 \backslash
21543 hphantom{
21544 \backslash
21545
21546 \backslash
21547 captionsetup[figure]
21548 \backslash
21549 {}
21550 \end_layout
21551
21552 \end_inset
21553
21554  labelsep=period}
21555 \begin_inset Newline newline
21556 \end_inset
21557
21558
21559 \backslash
21560 captionsetup[table]{labelfont={bf,sf}}
21561 \end_layout
21562
21563 \begin_layout Standard
21564 \begin_inset Note Greyedout
21565 status open
21566
21567 \begin_layout Plain Layout
21568
21569 \series bold
21570 Note:
21571 \series default
21572  The option 
21573 \series bold
21574 tableposition=top
21575 \series default
21576  has no effect when a 
21577 \series bold
21578 koma-script
21579 \series default
21580
21581 \begin_inset Index
21582 status collapsed
21583
21584 \begin_layout Plain Layout
21585 LaTeX-packages ! koma-script
21586 \end_layout
21587
21588 \end_inset
21589
21590  document class is used.
21591  In this case the document class option 
21592 \series bold
21593 tablecaptionabove
21594 \series default
21595  must be used.
21596 \end_layout
21597
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \begin_layout Standard
21604 For more information about the package 
21605 \series bold
21606 caption
21607 \series default
21608  we refer to its documentation 
21609 \begin_inset CommandInset citation
21610 LatexCommand cite
21611 key "caption,caption-de"
21612
21613 \end_inset
21614
21615 .
21616 \end_layout
21617
21618 \begin_layout Standard
21619 To change the label name from e.g.
21620  
21621 \begin_inset Quotes eld
21622 \end_inset
21623
21624 Figure
21625 \begin_inset Quotes erd
21626 \end_inset
21627
21628  to 
21629 \begin_inset Quotes eld
21630 \end_inset
21631
21632 Image
21633 \begin_inset Quotes erd
21634 \end_inset
21635
21636  use this preamble command:
21637 \end_layout
21638
21639 \begin_layout Standard
21640
21641 \series bold
21642
21643 \backslash
21644 renewcommand{
21645 \backslash
21646 fnum@figure}{Image~
21647 \backslash
21648 thefigure}
21649 \end_layout
21650
21651 \begin_layout Standard
21652 where 
21653 \series bold
21654
21655 \backslash
21656 thefigure
21657 \series default
21658  inserts the figure number and
21659 \series bold
21660  
21661 \begin_inset Quotes eld
21662 \end_inset
21663
21664 ~
21665 \series default
21666
21667 \begin_inset Quotes erd
21668 \end_inset
21669
21670  creates a protected space.
21671 \end_layout
21672
21673 \begin_layout Standard
21674 \begin_inset VSpace bigskip
21675 \end_inset
21676
21677 If you are using a 
21678 \series bold
21679 koma-script
21680 \series default
21681
21682 \begin_inset Index
21683 status collapsed
21684
21685 \begin_layout Plain Layout
21686 LaTeX-packages ! koma-script
21687 \end_layout
21688
21689 \end_inset
21690
21691  document class (
21692 \family sans
21693 article (koma-script)
21694 \family default
21695
21696 \family sans
21697 book (koma-script)
21698 \family default
21699
21700 \family sans
21701 letter (koma-script)
21702 \family default
21703 , or 
21704 \family sans
21705 report (koma-script)
21706 \family default
21707
21708 \begin_inset space \thinspace{}
21709 \end_inset
21710
21711 ), you can alternatively to the 
21712 \series bold
21713 caption
21714 \series default
21715  package use 
21716 \series bold
21717 koma-script
21718 \series default
21719 's built-in command 
21720 \series bold
21721
21722 \backslash
21723 setkomafont
21724 \series default
21725 .
21726  For example, to have the caption label in bold, add this command to your
21727  document preamble:
21728 \end_layout
21729
21730 \begin_layout Standard
21731
21732 \series bold
21733
21734 \backslash
21735 setkomafont{captionlabel}{
21736 \backslash
21737 bfseries}
21738 \end_layout
21739
21740 \begin_layout Standard
21741 For more information about 
21742 \series bold
21743
21744 \backslash
21745 setkomafont
21746 \series default
21747  we refer to the 
21748 \series bold
21749 koma-script
21750 \series default
21751  documentation 
21752 \begin_inset CommandInset citation
21753 LatexCommand cite
21754 key "koma-script"
21755
21756 \end_inset
21757
21758 .
21759 \end_layout
21760
21761 \begin_layout Standard
21762 \begin_inset ERT
21763 status collapsed
21764
21765 \begin_layout Plain Layout
21766
21767
21768 \backslash
21769 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21770 }
21771 \end_layout
21772
21773 \end_inset
21774
21775
21776 \begin_inset Note Note
21777 status open
21778
21779 \begin_layout Plain Layout
21780 The caption format is changed only for this example.
21781 \end_layout
21782
21783 \end_inset
21784
21785
21786 \end_layout
21787
21788 \begin_layout Standard
21789 \begin_inset Float figure
21790 placement !p
21791 wide false
21792 sideways false
21793 status open
21794
21795 \begin_layout Plain Layout
21796 \align center
21797 \begin_inset Graphics
21798         filename clipart/mobius.eps
21799         lyxscale 50
21800         scale 50
21801         scaleBeforeRotation
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Caption
21810
21811 \begin_layout Plain Layout
21812 \begin_inset CommandInset label
21813 LatexCommand label
21814 name "fig:This-is-an-fig"
21815
21816 \end_inset
21817
21818 This is an example figure caption that is longer than one line to show the
21819  different caption format.
21820  Here a self-defined caption format is used.
21821 \end_layout
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \begin_layout Standard
21834 \begin_inset ERT
21835 status collapsed
21836
21837 \begin_layout Plain Layout
21838
21839
21840 \backslash
21841 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21842 on}
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Standard
21851 \begin_inset Float table
21852 placement !p
21853 wide false
21854 sideways false
21855 status open
21856
21857 \begin_layout Plain Layout
21858 \begin_inset Caption
21859
21860 \begin_layout Plain Layout
21861 \begin_inset CommandInset label
21862 LatexCommand label
21863 name "tab:This-is-an-tab"
21864
21865 \end_inset
21866
21867 This is an example table caption that is longer than one line to show the
21868  different caption format.
21869  Here the standard caption format for tables in this document is used.
21870 \end_layout
21871
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \begin_layout Plain Layout
21878 \align center
21879 \begin_inset Tabular
21880 <lyxtabular version="3" rows="1" columns="5">
21881 <features>
21882 <column alignment="center" valignment="top" width="0">
21883 <column alignment="center" valignment="top" width="0">
21884 <column alignment="center" valignment="top" width="0">
21885 <column alignment="center" valignment="top" width="0">
21886 <column alignment="center" valignment="top" width="0">
21887 <row>
21888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 a
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 b
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 c
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 d
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 e
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 </lyxtabular>
21935
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \begin_layout Section
21947 Caption Placement
21948 \begin_inset Index
21949 status collapsed
21950
21951 \begin_layout Plain Layout
21952 Caption ! Placement
21953 \end_layout
21954
21955 \end_inset
21956
21957
21958 \begin_inset Index
21959 status collapsed
21960
21961 \begin_layout Plain Layout
21962 Floats ! Caption Placement
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \begin_inset CommandInset label
21969 LatexCommand label
21970 name "sec:Caption-Placement"
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \begin_layout Standard
21978 The common caption placement rule is:
21979 \end_layout
21980
21981 \begin_layout Description
21982 Figure: Caption is set below the figure
21983 \end_layout
21984
21985 \begin_layout Description
21986 Table: Caption is set above the table
21987 \end_layout
21988
21989 \begin_layout Standard
21990 Having the caption above the table is unfortunately not supported in LaTeX's
21991  standard classes.
21992  That means if you are using the document classes 
21993 \family sans
21994 article
21995 \family default
21996
21997 \family sans
21998 book
21999 \family default
22000
22001 \family sans
22002 letter
22003 \family default
22004 , or 
22005 \family sans
22006 report
22007 \family default
22008  there will be no space between the caption and the table.
22009  To insert the needed space, add the following option to the load command
22010  of the LaTeX-package 
22011 \series bold
22012 caption
22013 \series default
22014  in your document preamble
22015 \begin_inset Foot
22016 status collapsed
22017
22018 \begin_layout Plain Layout
22019 See section
22020 \begin_inset space ~
22021 \end_inset
22022
22023
22024 \begin_inset CommandInset ref
22025 LatexCommand ref
22026 reference "sec:Caption-Formatting"
22027
22028 \end_inset
22029
22030  for more information of the package 
22031 \series bold
22032 caption
22033 \series default
22034 .
22035 \end_layout
22036
22037 \end_inset
22038
22039 :
22040 \end_layout
22041
22042 \begin_layout Standard
22043
22044 \series bold
22045 tableposition=top
22046 \end_layout
22047
22048 \begin_layout Standard
22049 If you are using a 
22050 \series bold
22051 koma-script
22052 \series default
22053
22054 \begin_inset Index
22055 status collapsed
22056
22057 \begin_layout Plain Layout
22058 LaTeX-packages ! koma-script
22059 \end_layout
22060
22061 \end_inset
22062
22063  document class (
22064 \family sans
22065 article (koma-script)
22066 \family default
22067
22068 \family sans
22069 book (koma-script)
22070 \family default
22071
22072 \family sans
22073 letter (koma-script)
22074 \family default
22075 , or 
22076 \family sans
22077 report (koma-script)
22078 \family default
22079
22080 \begin_inset space \thinspace{}
22081 \end_inset
22082
22083 ), you can alternatively to the 
22084 \series bold
22085 caption
22086 \series default
22087  package set the document class option 
22088 \series bold
22089 tablecaptionabove
22090 \series default
22091 .
22092 \end_layout
22093
22094 \begin_layout Standard
22095 \begin_inset VSpace bigskip
22096 \end_inset
22097
22098 It is also possible to set the caption beside a figure or table.
22099  To get this the LaTeX-package 
22100 \series bold
22101 sidecap
22102 \series default
22103
22104 \begin_inset Index
22105 status collapsed
22106
22107 \begin_layout Plain Layout
22108 LaTeX-packages ! sidecap
22109 \end_layout
22110
22111 \end_inset
22112
22113  has to be loaded in the document preamble with the line
22114 \end_layout
22115
22116 \begin_layout Standard
22117
22118 \series bold
22119
22120 \backslash
22121 usepackage[option]{sidecap}
22122 \end_layout
22123
22124 \begin_layout Standard
22125 If you set no option, the caption is placed on the side of the outer page
22126  margin -- to the right on odd pages, to the left on even pages.
22127  You can change the placement to inner margin with the option 
22128 \series bold
22129 innercaption
22130 \series default
22131 .
22132  To force the placement always to the right or left, use the option 
22133 \series bold
22134 rightcaption
22135 \series default
22136  or 
22137 \series bold
22138 leftcaption
22139 \series default
22140 , respectively.
22141 \end_layout
22142
22143 \begin_layout Standard
22144 \begin_inset ERT
22145 status collapsed
22146
22147 \begin_layout Plain Layout
22148
22149
22150 \backslash
22151 ifsidecap
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \begin_inset Note Note
22158 status open
22159
22160 \begin_layout Plain Layout
22161 The following section will only be displayed when the LaTeX-package 
22162 \series bold
22163 sidecap
22164 \series default
22165  is installed.
22166 \end_layout
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \begin_layout Standard
22174 To place in LyX the caption of a float on the side, it is necessary to add
22175  these commands to the document preamble:
22176 \end_layout
22177
22178 \begin_layout Standard
22179
22180 \lyxline
22181
22182 \end_layout
22183
22184 \begin_layout Standard
22185
22186 \series bold
22187
22188 \backslash
22189 newcommand{
22190 \backslash
22191 TabBesBeg}{%
22192 \begin_inset Newline newline
22193 \end_inset
22194
22195
22196 \begin_inset ERT
22197 status collapsed
22198
22199 \begin_layout Plain Layout
22200
22201
22202 \backslash
22203 hphantom{ }
22204 \end_layout
22205
22206 \end_inset
22207
22208
22209 \backslash
22210 let
22211 \backslash
22212 MyTable
22213 \backslash
22214 table
22215 \begin_inset Newline newline
22216 \end_inset
22217
22218
22219 \begin_inset ERT
22220 status collapsed
22221
22222 \begin_layout Plain Layout
22223
22224
22225 \backslash
22226 hphantom{ }
22227 \end_layout
22228
22229 \end_inset
22230
22231
22232 \backslash
22233 let
22234 \backslash
22235 MyEndtable
22236 \backslash
22237 endtable
22238 \begin_inset Newline newline
22239 \end_inset
22240
22241
22242 \begin_inset ERT
22243 status collapsed
22244
22245 \begin_layout Plain Layout
22246
22247
22248 \backslash
22249 hphantom{ }
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \backslash
22256 renewenvironment{table}{
22257 \backslash
22258 begin{SCtable}}{
22259 \backslash
22260 end{SCtable}}}
22261 \end_layout
22262
22263 \begin_layout Standard
22264
22265 \series bold
22266
22267 \backslash
22268 newcommand{
22269 \backslash
22270 TabBesEnd}{%
22271 \begin_inset Newline newline
22272 \end_inset
22273
22274
22275 \begin_inset ERT
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279
22280
22281 \backslash
22282 hphantom{ }
22283 \end_layout
22284
22285 \end_inset
22286
22287
22288 \backslash
22289 let
22290 \backslash
22291 table
22292 \backslash
22293 MyTable
22294 \begin_inset Newline newline
22295 \end_inset
22296
22297
22298 \begin_inset ERT
22299 status collapsed
22300
22301 \begin_layout Plain Layout
22302
22303
22304 \backslash
22305 hphantom{ }
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \backslash
22312 let
22313 \backslash
22314 endtable
22315 \backslash
22316 MyEndtable
22317 \end_layout
22318
22319 \begin_layout Standard
22320
22321 \series bold
22322
22323 \backslash
22324 newcommand{
22325 \backslash
22326 FigBesBeg}{%
22327 \begin_inset Newline newline
22328 \end_inset
22329
22330
22331 \begin_inset ERT
22332 status collapsed
22333
22334 \begin_layout Plain Layout
22335
22336
22337 \backslash
22338 hphantom{ }
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \backslash
22345 let
22346 \backslash
22347 MyFigure
22348 \backslash
22349 figure
22350 \begin_inset Newline newline
22351 \end_inset
22352
22353
22354 \begin_inset ERT
22355 status collapsed
22356
22357 \begin_layout Plain Layout
22358
22359
22360 \backslash
22361 hphantom{ }
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \backslash
22368 let
22369 \backslash
22370 MyEndfigure
22371 \backslash
22372 endfigure
22373 \begin_inset Newline newline
22374 \end_inset
22375
22376
22377 \begin_inset ERT
22378 status collapsed
22379
22380 \begin_layout Plain Layout
22381
22382
22383 \backslash
22384 hphantom{ }
22385 \end_layout
22386
22387 \end_inset
22388
22389
22390 \backslash
22391 renewenvironment{figure}{
22392 \backslash
22393 begin{SCfigure}}{
22394 \backslash
22395 end{SCfigure}}}
22396 \end_layout
22397
22398 \begin_layout Standard
22399
22400 \series bold
22401
22402 \backslash
22403 newcommand{
22404 \backslash
22405 FigBesEnd}{%
22406 \begin_inset Newline newline
22407 \end_inset
22408
22409
22410 \begin_inset ERT
22411 status collapsed
22412
22413 \begin_layout Plain Layout
22414
22415
22416 \backslash
22417 hphantom{ }
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \backslash
22424 let
22425 \backslash
22426 figure
22427 \backslash
22428 MyFigure
22429 \begin_inset Newline newline
22430 \end_inset
22431
22432
22433 \begin_inset ERT
22434 status collapsed
22435
22436 \begin_layout Plain Layout
22437
22438
22439 \backslash
22440 hphantom{ }
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \backslash
22447 let
22448 \backslash
22449 endfigure
22450 \backslash
22451 MyEndfigure}
22452 \end_layout
22453
22454 \begin_layout Standard
22455
22456 \lyxline
22457
22458 \end_layout
22459
22460 \begin_layout Standard
22461 The commands allow you to redefine the floats so that the caption is set
22462  on the side.
22463  For figure floats use the command
22464 \end_layout
22465
22466 \begin_layout Standard
22467
22468 \series bold
22469
22470 \backslash
22471 FigBesBeg
22472 \end_layout
22473
22474 \begin_layout Standard
22475 in TeX-Code before the float.
22476  Behind the float insert the command
22477 \end_layout
22478
22479 \begin_layout Standard
22480
22481 \series bold
22482
22483 \backslash
22484 FigBesEnd
22485 \end_layout
22486
22487 \begin_layout Standard
22488 in TeX-Code to get back to the original float definition.
22489 \end_layout
22490
22491 \begin_layout Standard
22492 For table floats use the corresponding commands
22493 \end_layout
22494
22495 \begin_layout Standard
22496
22497 \series bold
22498
22499 \backslash
22500 TabBesBeg
22501 \series default
22502  and 
22503 \series bold
22504
22505 \backslash
22506 TabBesEnd
22507 \end_layout
22508
22509 \begin_layout Standard
22510 Figure
22511 \begin_inset space ~
22512 \end_inset
22513
22514
22515 \begin_inset CommandInset ref
22516 LatexCommand ref
22517 reference "fig:cap-beside-fig"
22518
22519 \end_inset
22520
22521  and Table
22522 \begin_inset space ~
22523 \end_inset
22524
22525
22526 \begin_inset CommandInset ref
22527 LatexCommand ref
22528 reference "tab:cap-beside-tab"
22529
22530 \end_inset
22531
22532  are examples where the caption is set beside.
22533 \end_layout
22534
22535 \begin_layout Standard
22536 You can see in the examples that the caption text appears at the top of
22537  the floats for table floats and at the bottom for figure floats.
22538  To change this, you can use the command
22539 \end_layout
22540
22541 \begin_layout Standard
22542
22543 \series bold
22544
22545 \backslash
22546 sidecaptionvpos{float type}{placement}
22547 \end_layout
22548
22549 \begin_layout Standard
22550 in the document preamble or in TeX-Code before the float.
22551  The float type is either 
22552 \family sans
22553 figure
22554 \family default
22555  or 
22556 \family sans
22557 table
22558 \family default
22559 , the placement can be 
22560 \begin_inset Quotes eld
22561 \end_inset
22562
22563
22564 \family sans
22565 t
22566 \family default
22567
22568 \begin_inset Quotes erd
22569 \end_inset
22570
22571  for top, 
22572 \begin_inset Quotes eld
22573 \end_inset
22574
22575
22576 \family sans
22577 c
22578 \family default
22579
22580 \begin_inset Quotes erd
22581 \end_inset
22582
22583  for center, or 
22584 \begin_inset Quotes eld
22585 \end_inset
22586
22587
22588 \family sans
22589 b
22590 \family default
22591
22592 \begin_inset Quotes erd
22593 \end_inset
22594
22595  for bottom.
22596  To have for example the caption of figure floats vertically centered, use
22597  the command
22598 \end_layout
22599
22600 \begin_layout Standard
22601
22602 \series bold
22603
22604 \backslash
22605 sidecaptionvpos{figure}{c}
22606 \end_layout
22607
22608 \begin_layout Standard
22609 This was used for Figure
22610 \begin_inset space ~
22611 \end_inset
22612
22613
22614 \begin_inset CommandInset ref
22615 LatexCommand ref
22616 reference "fig:cap-beside-fig-2"
22617
22618 \end_inset
22619
22620 .
22621 \end_layout
22622
22623 \begin_layout Standard
22624 \begin_inset VSpace medskip
22625 \end_inset
22626
22627 For more information about the package 
22628 \series bold
22629 sidecap
22630 \series default
22631  we refer to its documentation 
22632 \begin_inset CommandInset citation
22633 LatexCommand cite
22634 key "sidecap"
22635
22636 \end_inset
22637
22638 .
22639 \end_layout
22640
22641 \begin_layout Standard
22642 \begin_inset Note Greyedout
22643 status open
22644
22645 \begin_layout Plain Layout
22646
22647 \series bold
22648 Note:
22649 \series default
22650  The LaTeX-package 
22651 \series bold
22652 hypcap
22653 \series default
22654
22655 \begin_inset Index
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659 LaTeX-packages ! hypcap
22660 \end_layout
22661
22662 \end_inset
22663
22664 , described in section
22665 \begin_inset space ~
22666 \end_inset
22667
22668
22669 \begin_inset CommandInset ref
22670 LatexCommand ref
22671 reference "sub:Reference-Position"
22672
22673 \end_inset
22674
22675 , has no effect on floats with the caption set beside.
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset ERT
22685 status collapsed
22686
22687 \begin_layout Plain Layout
22688
22689
22690 \backslash
22691 FigBesBeg 
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 \begin_inset Float figure
22701 wide false
22702 sideways false
22703 status open
22704
22705 \begin_layout Plain Layout
22706 \begin_inset Graphics
22707         filename clipart/escher-lsd.eps
22708         scale 75
22709         scaleBeforeRotation
22710
22711 \end_inset
22712
22713
22714 \end_layout
22715
22716 \begin_layout Plain Layout
22717 \begin_inset Caption
22718
22719 \begin_layout Plain Layout
22720 \begin_inset CommandInset label
22721 LatexCommand label
22722 name "fig:cap-beside-fig"
22723
22724 \end_inset
22725
22726 This is a caption beside a figure.
22727 \end_layout
22728
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \begin_layout Standard
22740 \begin_inset ERT
22741 status collapsed
22742
22743 \begin_layout Plain Layout
22744
22745
22746 \backslash
22747 TabBesBeg 
22748 \end_layout
22749
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \begin_layout Standard
22756 \begin_inset Float table
22757 wide false
22758 sideways false
22759 status open
22760
22761 \begin_layout Plain Layout
22762 \begin_inset Caption
22763
22764 \begin_layout Plain Layout
22765 \begin_inset CommandInset label
22766 LatexCommand label
22767 name "tab:cap-beside-tab"
22768
22769 \end_inset
22770
22771 This is a caption beside a table.
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Tabular
22781 <lyxtabular version="3" rows="4" columns="5">
22782 <features>
22783 <column alignment="center" valignment="top" width="0">
22784 <column alignment="center" valignment="top" width="0">
22785 <column alignment="center" valignment="top" width="0">
22786 <column alignment="center" valignment="top" width="0">
22787 <column alignment="center" valignment="top" width="0">
22788 <row>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 a
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 b
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 c
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 d
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 e
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 f
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 g
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 h
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 i
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 j
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 </row>
22976 </lyxtabular>
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \begin_layout Standard
22989 \begin_inset ERT
22990 status collapsed
22991
22992 \begin_layout Plain Layout
22993
22994
22995 \backslash
22996 TabBesEnd
22997 \end_layout
22998
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \begin_layout Standard
23005 \begin_inset ERT
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009
23010
23011 \backslash
23012 sidecaptionvpos{figure}{c}
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \begin_inset Float figure
23019 wide false
23020 sideways false
23021 status open
23022
23023 \begin_layout Plain Layout
23024 \begin_inset Graphics
23025         filename clipart/escher-lsd.eps
23026         scale 75
23027         scaleBeforeRotation
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \begin_layout Plain Layout
23035 \begin_inset Caption
23036
23037 \begin_layout Plain Layout
23038 \begin_inset CommandInset label
23039 LatexCommand label
23040 name "fig:cap-beside-fig-2"
23041
23042 \end_inset
23043
23044 This is a vertically centered caption beside a figure.
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \begin_layout Standard
23058 \begin_inset ERT
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062
23063
23064 \backslash
23065 FigBesEnd
23066 \end_layout
23067
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \begin_layout Standard
23074 \begin_inset ERT
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078
23079
23080 \backslash
23081 else
23082 \end_layout
23083
23084 \end_inset
23085
23086
23087 \begin_inset Note Note
23088 status open
23089
23090 \begin_layout Plain Layout
23091 The following will be displayed when the LaTeX-package 
23092 \series bold
23093 sidecap
23094 \series default
23095  is not installed:
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \begin_layout Standard
23104 You need to install the LaTeX-package 
23105 \series bold
23106 sidecap
23107 \series default
23108  to see the following part of this section in the output.
23109 \end_layout
23110
23111 \begin_layout Standard
23112 \begin_inset ERT
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116
23117
23118 \backslash
23119 fi
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Section
23128 Listings of Floats
23129 \begin_inset CommandInset label
23130 LatexCommand label
23131 name "sec:Listings-of-Floats"
23132
23133 \end_inset
23134
23135
23136 \begin_inset Index
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140 Floats ! Float Lists
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \begin_layout Standard
23149 Similar to the the table of contents where the sections of the document
23150  are listed, there are listings for all float types, like the figures of
23151  the documents.
23152  You can insert them via the 
23153 \family sans
23154 Insert\SpecialChar \menuseparator
23155 List
23156 \begin_inset space ~
23157 \end_inset
23158
23159 /
23160 \begin_inset space ~
23161 \end_inset
23162
23163 TOC
23164 \family default
23165  sub menus.
23166 \end_layout
23167
23168 \begin_layout Standard
23169 The list entries are the float captions or its short title, the float number,
23170  and the page number where they appear in the document.
23171 \end_layout
23172
23173 \begin_layout Standard
23174 You can find the list of figures and tables at the end of this document.
23175 \end_layout
23176
23177 \begin_layout Chapter
23178 Notes
23179 \end_layout
23180
23181 \begin_layout Section
23182 LyX Notes
23183 \begin_inset CommandInset label
23184 LatexCommand label
23185 name "sec:LyX-Notes"
23186
23187 \end_inset
23188
23189
23190 \begin_inset Index
23191 status collapsed
23192
23193 \begin_layout Plain Layout
23194 Notes ! LyX Notes
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \begin_layout Standard
23203 Notes are inserted with the toolbar button 
23204 \begin_inset Graphics
23205         filename ../images/note-insert.png
23206         scale 85
23207         scaleBeforeRotation
23208
23209 \end_inset
23210
23211  or the menu 
23212 \family sans
23213 Insert\SpecialChar \menuseparator
23214 Note
23215 \family default
23216 .
23217  There are five types of notes:
23218 \end_layout
23219
23220 \begin_layout Description
23221 LyX
23222 \begin_inset space ~
23223 \end_inset
23224
23225 Note This note type is for internal notes that won't appear in the output.
23226  Its note-box looks like this:
23227 \begin_inset Newline newline
23228 \end_inset
23229
23230
23231 \begin_inset Newline newline
23232 \end_inset
23233
23234
23235 \begin_inset Graphics
23236         filename clipart/LyXNoteImageQt4.png
23237         display false
23238         scale 85
23239         scaleBeforeRotation
23240
23241 \end_inset
23242
23243  
23244 \begin_inset Note Note
23245 status open
23246
23247 \begin_layout Plain Layout
23248 This is text in a note box that doesn't appear in the output.
23249 \end_layout
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \begin_layout Description
23257 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23258 ent, when you export the document to LaTeX via the menu 
23259 \family sans
23260 File\SpecialChar \menuseparator
23261 Export\SpecialChar \menuseparator
23262 LaTeX (pdflatex) / (plain)
23263 \family default
23264 .
23265  Its note-box looks like this:
23266 \begin_inset Newline newline
23267 \end_inset
23268
23269
23270 \begin_inset Newline newline
23271 \end_inset
23272
23273
23274 \begin_inset Graphics
23275         filename clipart/CommentNoteImageQt4.png
23276         display false
23277         scale 85
23278         scaleBeforeRotation
23279
23280 \end_inset
23281
23282  
23283 \begin_inset Note Comment
23284 status open
23285
23286 \begin_layout Plain Layout
23287 This is text in a note box that only appears as comment in LaTeX-files.
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Description
23296 Greyed
23297 \begin_inset space ~
23298 \end_inset
23299
23300 Out This note will appear in the output as grey text.
23301  Its note-box looks like this:
23302 \begin_inset Newline newline
23303 \end_inset
23304
23305
23306 \begin_inset Newline newline
23307 \end_inset
23308
23309
23310 \begin_inset Graphics
23311         filename clipart/GreyedOutNoteImageQt4.png
23312         display false
23313         scale 85
23314         scaleBeforeRotation
23315
23316 \end_inset
23317
23318
23319 \begin_inset Newline newline
23320 \end_inset
23321
23322
23323 \begin_inset ERT
23324 status collapsed
23325
23326 \begin_layout Plain Layout
23327
23328
23329 \backslash
23330 renewenvironment{lyxgreyedout}
23331 \end_layout
23332
23333 \begin_layout Plain Layout
23334
23335 {
23336 \backslash
23337 textcolor[gray]{0.8}
23338 \backslash
23339 bgroup}{
23340 \backslash
23341 egroup}
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \begin_inset Note Greyedout
23348 status open
23349
23350 \begin_layout Plain Layout
23351 This is text
23352 \begin_inset Foot
23353 status open
23354
23355 \begin_layout Plain Layout
23356 This is an example footnote within a greyed out note.
23357 \end_layout
23358
23359 \end_inset
23360
23361  of a comment that appears in the output as grey text.
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \begin_inset ERT
23368 status collapsed
23369
23370 \begin_layout Plain Layout
23371
23372
23373 \backslash
23374 renewenvironment{lyxgreyedout}
23375 \end_layout
23376
23377 \begin_layout Plain Layout
23378
23379 {
23380 \backslash
23381 textcolor{blue}
23382 \backslash
23383 bgroup}{
23384 \backslash
23385 egroup}
23386 \end_layout
23387
23388 \end_inset
23389
23390
23391 \begin_inset Note Note
23392 status collapsed
23393
23394 \begin_layout Plain Layout
23395 The greyed out note is here redefined to show it with the original LyX definitio
23396 n because greyed out notes are redefined in the preamble of this document,
23397  as described below, to have blue text.
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \begin_inset Newline newline
23404 \end_inset
23405
23406
23407 \begin_inset Newline newline
23408 \end_inset
23409
23410 As you can see in the example, the first line of greyed out notes is a bit
23411  indented and greyed out notes can have footnotes.
23412 \end_layout
23413
23414 \begin_layout Description
23415 Framed This note will appear in the output as framed text.
23416  Its note-box looks like this:
23417 \begin_inset Newline newline
23418 \end_inset
23419
23420
23421 \begin_inset Newline newline
23422 \end_inset
23423
23424
23425 \begin_inset Graphics
23426         filename clipart/FramedNoteImageQt4.png
23427         display false
23428         scale 85
23429         scaleBeforeRotation
23430
23431 \end_inset
23432
23433  
23434 \begin_inset Box Framed
23435 position "t"
23436 hor_pos "c"
23437 has_inner_box 0
23438 inner_pos "t"
23439 use_parbox 0
23440 width "100col%"
23441 special "none"
23442 height "1in"
23443 height_special "totalheight"
23444 status open
23445
23446 \begin_layout Plain Layout
23447 This is text in a note box that appears framed in the output.
23448 \end_layout
23449
23450 \end_inset
23451
23452  In contrary to framed boxes
23453 \begin_inset Foot
23454 status collapsed
23455
23456 \begin_layout Plain Layout
23457 Framed boxes are described in section
23458 \begin_inset space ~
23459 \end_inset
23460
23461
23462 \begin_inset CommandInset ref
23463 LatexCommand ref
23464 reference "sec:Framed-Boxes"
23465
23466 \end_inset
23467
23468 .
23469 \end_layout
23470
23471 \end_inset
23472
23473  the frame uses always the whole text width and the note is set into its
23474  own paragraph.
23475 \end_layout
23476
23477 \begin_layout Description
23478 Shaded This note will appear in the output with red background color.
23479  Its note box looks like this:
23480 \begin_inset Newline newline
23481 \end_inset
23482
23483
23484 \begin_inset Newline newline
23485 \end_inset
23486
23487
23488 \begin_inset Graphics
23489         filename clipart/ShadedNoteImageQt4.png
23490         display false
23491         scale 85
23492         scaleBeforeRotation
23493
23494 \end_inset
23495
23496
23497 \begin_inset Box Shaded
23498 position "t"
23499 hor_pos "c"
23500 has_inner_box 0
23501 inner_pos "t"
23502 use_parbox 0
23503 width "100col%"
23504 special "none"
23505 height "1in"
23506 height_special "totalheight"
23507 status open
23508
23509 \begin_layout Plain Layout
23510 This text in a note box appears in the output with red background.
23511 \end_layout
23512
23513 \end_inset
23514
23515 In contrary to colored boxes
23516 \begin_inset Foot
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520 Colored boxes are described in section
23521 \begin_inset space ~
23522 \end_inset
23523
23524
23525 \begin_inset CommandInset ref
23526 LatexCommand ref
23527 reference "sec:Colored-Boxes"
23528
23529 \end_inset
23530
23531 .
23532 \end_layout
23533
23534 \end_inset
23535
23536  the note uses always the whole text width and the note is set into its
23537  own paragraph.
23538 \end_layout
23539
23540 \begin_layout Standard
23541 \begin_inset VSpace bigskip
23542 \end_inset
23543
23544 When you use the toolbar button 
23545 \begin_inset Graphics
23546         filename ../images/note-insert.png
23547         scale 85
23548         scaleBeforeRotation
23549
23550 \end_inset
23551
23552  to insert notes, a 
23553 \family sans
23554 LyX
23555 \begin_inset space ~
23556 \end_inset
23557
23558 Note
23559 \family default
23560  is inserted.
23561  You can switch between the five note types by right-clicking on the note-box.
23562  
23563 \family roman
23564 \series medium
23565 \bar no
23566 If you want to turn existing text into a note, mark it and click on the
23567  note
23568 \family default
23569 \series default
23570 \bar default
23571  toolbar 
23572 \family roman
23573 \series medium
23574 \bar no
23575 button
23576 \family default
23577 \series default
23578 \bar default
23579 .
23580  To change a note to text, press the backspace key when the cursor is in
23581  the first position of a note, or press the deletey key when the cursor
23582  is in the very last position of the note, respectively.
23583 \end_layout
23584
23585 \begin_layout Standard
23586 \begin_inset VSpace bigskip
23587 \end_inset
23588
23589 You can change the text color of the greyed out notes in the preamble with
23590  the following command:
23591 \end_layout
23592
23593 \begin_layout Standard
23594
23595 \series bold
23596
23597 \backslash
23598 renewenvironment{lyxgreyedout}
23599 \begin_inset Newline newline
23600 \end_inset
23601
23602
23603 \begin_inset ERT
23604 status collapsed
23605
23606 \begin_layout Plain Layout
23607
23608
23609 \backslash
23610 hphantom{ }
23611 \end_layout
23612
23613 \end_inset
23614
23615 {
23616 \backslash
23617 textcolor{color}
23618 \backslash
23619 bgroup}{
23620 \backslash
23621 egroup}
23622 \end_layout
23623
23624 \begin_layout Standard
23625 The available colors and the method to define own colors is explained in
23626  section
23627 \begin_inset space ~
23628 \end_inset
23629
23630
23631 \begin_inset CommandInset ref
23632 LatexCommand ref
23633 reference "sec:Colored-Tables"
23634
23635 \end_inset
23636
23637 .
23638 \end_layout
23639
23640 \begin_layout Standard
23641 Notes that appear in blue in this document are set using greyed out notes
23642  with blue text.
23643 \end_layout
23644
23645 \begin_layout Standard
23646 \begin_inset VSpace bigskip
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \begin_layout Standard
23653 The text style of 
23654 \family sans
23655 Framed
23656 \family default
23657  and 
23658 \family sans
23659 Shaded
23660 \family default
23661  notes can be set in the 
23662 \family sans
23663 Text Style
23664 \family default
23665  dialog.
23666 \end_layout
23667
23668 \begin_layout Standard
23669 The default frame width for 
23670 \family sans
23671 Framed
23672 \family default
23673  notes is 0.4
23674 \begin_inset space \thinspace{}
23675 \end_inset
23676
23677 pt; it can be changed by changing the size 
23678 \series bold
23679
23680 \backslash
23681 FrameRule
23682 \series default
23683 .
23684  The default space between the note content and the frame is 9
23685 \begin_inset space \thinspace{}
23686 \end_inset
23687
23688 pt; it can be changed by changing the size 
23689 \series bold
23690
23691 \backslash
23692 FrameSep
23693 \series default
23694 .
23695  For example the frame appearance of the following 
23696 \family sans
23697 Framed
23698 \family default
23699  note is set with the TeX-Code commands
23700 \end_layout
23701
23702 \begin_layout Standard
23703
23704 \series bold
23705
23706 \backslash
23707 FrameRule 5pt 
23708 \backslash
23709 FrameSep 0.5cm
23710 \end_layout
23711
23712 \begin_layout Standard
23713 \begin_inset ERT
23714 status collapsed
23715
23716 \begin_layout Plain Layout
23717
23718
23719 \backslash
23720 FrameRule 5pt 
23721 \backslash
23722 FrameSep 0.5cm
23723 \end_layout
23724
23725 \end_inset
23726
23727
23728 \begin_inset Box Framed
23729 position "t"
23730 hor_pos "c"
23731 has_inner_box 0
23732 inner_pos "t"
23733 use_parbox 0
23734 width "100col%"
23735 special "none"
23736 height "1in"
23737 height_special "totalheight"
23738 status open
23739
23740 \begin_layout Plain Layout
23741 This is text in a 
23742 \family sans
23743 Framed
23744 \family default
23745  note.
23746 \end_layout
23747
23748 \end_inset
23749
23750
23751 \begin_inset ERT
23752 status collapsed
23753
23754 \begin_layout Plain Layout
23755
23756
23757 \backslash
23758 FrameRule 0.4pt 
23759 \backslash
23760 FrameSep 9pt
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \begin_layout Standard
23769 \begin_inset VSpace bigskip
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \begin_layout Standard
23776 For 
23777 \family sans
23778 Shaded
23779 \family default
23780  notes the default space between the note content and the note border is
23781  3
23782 \begin_inset space \thinspace{}
23783 \end_inset
23784
23785 pt; it can be changed by changing the size 
23786 \series bold
23787
23788 \backslash
23789 fboxsep
23790 \series default
23791 .
23792 \begin_inset Newline newline
23793 \end_inset
23794
23795 The default background color red can be changed with the command 
23796 \series bold
23797
23798 \backslash
23799 definecolor{shadebox}
23800 \series default
23801 .
23802  The scheme of the 
23803 \series bold
23804
23805 \backslash
23806 definecolor
23807 \series default
23808  command is explained in section
23809 \begin_inset space ~
23810 \end_inset
23811
23812
23813 \begin_inset CommandInset ref
23814 LatexCommand ref
23815 reference "sec:Colored-Tables"
23816
23817 \end_inset
23818
23819
23820 \begin_inset Foot
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824 Note that 
23825 \series bold
23826
23827 \backslash
23828 def
23829 \series default
23830 \SpecialChar \textcompwordmark{}
23831
23832 \series bold
23833 inecolor
23834 \series default
23835  requires the LaTeX-package 
23836 \series bold
23837 color
23838 \series default
23839  in the preamble, see section
23840 \begin_inset space ~
23841 \end_inset
23842
23843
23844 \begin_inset CommandInset ref
23845 LatexCommand ref
23846 reference "sec:Colored-Boxes"
23847
23848 \end_inset
23849
23850 .
23851 \end_layout
23852
23853 \end_inset
23854
23855 .
23856 \end_layout
23857
23858 \begin_layout Standard
23859 For example the appearance of the following 
23860 \family sans
23861 Shaded
23862 \family default
23863  note is set with the TeX-Code commands
23864 \end_layout
23865
23866 \begin_layout Standard
23867
23868 \series bold
23869
23870 \backslash
23871 fboxsep 0.5cm
23872 \series default
23873
23874 \begin_inset Newline newline
23875 \end_inset
23876
23877
23878 \series bold
23879
23880 \backslash
23881 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23882 \end_layout
23883
23884 \begin_layout Standard
23885 \begin_inset ERT
23886 status collapsed
23887
23888 \begin_layout Plain Layout
23889
23890
23891 \backslash
23892 fboxsep 0.5cm
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \begin_inset ERT
23899 status collapsed
23900
23901 \begin_layout Plain Layout
23902
23903
23904 \backslash
23905 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \begin_inset Box Shaded
23912 position "t"
23913 hor_pos "c"
23914 has_inner_box 0
23915 inner_pos "t"
23916 use_parbox 0
23917 width "100col%"
23918 special "none"
23919 height "1in"
23920 height_special "totalheight"
23921 status open
23922
23923 \begin_layout Plain Layout
23924
23925 \color yellow
23926 This is yellow text in a
23927 \color none
23928  
23929 \family sans
23930 \color yellow
23931 Shaded
23932 \family default
23933 \color none
23934  
23935 \color yellow
23936 note with darkgreen background.
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \begin_inset ERT
23943 status collapsed
23944
23945 \begin_layout Plain Layout
23946
23947
23948 \backslash
23949 fboxsep 3pt
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \begin_inset ERT
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959
23960
23961 \backslash
23962 definecolor{shadecolor}{rgb}{1,0,0}
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \begin_layout Section
23971 Footnotes
23972 \begin_inset CommandInset label
23973 LatexCommand label
23974 name "sec:Footnotes"
23975
23976 \end_inset
23977
23978
23979 \begin_inset Index
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983 Notes ! Footnotes
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \begin_inset Index
23990 status collapsed
23991
23992 \begin_layout Plain Layout
23993 Footnotes
23994 \end_layout
23995
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \begin_layout Standard
24002 Footnotes can be inserted using the toolbar button 
24003 \begin_inset Graphics
24004         filename ../images/footnote-insert.png
24005         scale 85
24006         scaleBeforeRotation
24007
24008 \end_inset
24009
24010  or the menu 
24011 \family sans
24012 Insert\SpecialChar \menuseparator
24013 Footnote
24014 \family default
24015 .
24016  
24017 \family roman
24018 \series medium
24019 \bar no
24020 You'll see
24021 \family default
24022 \series default
24023 \bar default
24024  then the following footnote-box: 
24025 \begin_inset Graphics
24026         filename clipart/footnoteQt4.png
24027         scale 80
24028         scaleBeforeRotation
24029
24030 \end_inset
24031
24032  
24033 \family roman
24034 \series medium
24035 \bar no
24036 where you can enter the footnote text.
24037  If you want to turn existing text into a footnote, mark it and click on
24038  the footnote
24039 \family default
24040 \series default
24041 \bar default
24042  toolbar 
24043 \family roman
24044 \series medium
24045 \bar no
24046 button
24047 \family default
24048 \series default
24049 \bar default
24050 .
24051  To change a 
24052 \family roman
24053 \series medium
24054 \bar no
24055 footnote
24056 \family default
24057 \series default
24058 \bar default
24059  to text, press the Backspace key when the cursor is in the first position
24060  of a 
24061 \family roman
24062 \series medium
24063 \bar no
24064 footnote
24065 \family default
24066 \series default
24067 \bar default
24068 , or press the Delete key when the cursor is in the very last position of
24069  the 
24070 \family roman
24071 \series medium
24072 \bar no
24073 footnote
24074 \family default
24075 \series default
24076 \bar default
24077 , respectively.
24078 \end_layout
24079
24080 \begin_layout Standard
24081 Here is an example footnote:
24082 \family roman
24083 \series medium
24084 \bar no
24085
24086 \begin_inset Foot
24087 status open
24088
24089 \begin_layout Plain Layout
24090 \begin_inset CommandInset label
24091 LatexCommand label
24092 name "foot:This-is-an"
24093
24094 \end_inset
24095
24096 This is an example footnote.
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \family default
24103 \series default
24104 \bar default
24105
24106 \begin_inset ERT
24107 status collapsed
24108
24109 \begin_layout Plain Layout
24110
24111
24112 \backslash
24113 newcounter{MyRepeatFoot}
24114 \end_layout
24115
24116 \begin_layout Plain Layout
24117
24118
24119 \backslash
24120 setcounter{MyRepeatFoot}{
24121 \backslash
24122 thefootnote}
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Standard
24131 The footnote will appear in the output as a superscript number at the text
24132  position where the footnote box is placed.
24133  The footnote text is placed at the bottom of the current page.
24134  The footnote number is calculated by LaTeX, the numbers are consecutive.
24135  It depends on your document-class, if the footnote number is reset for
24136  every chapter.
24137 \end_layout
24138
24139 \begin_layout Standard
24140 Footnotes can be referenced like floats: Insert a label into the footnote
24141  and cross-reference this label in the text as described in section
24142 \begin_inset space ~
24143 \end_inset
24144
24145
24146 \begin_inset CommandInset ref
24147 LatexCommand ref
24148 reference "sec:Referencing-Floats"
24149
24150 \end_inset
24151
24152 .
24153 \begin_inset Newline newline
24154 \end_inset
24155
24156 This is a cross-reference of Footnote
24157 \begin_inset space ~
24158 \end_inset
24159
24160
24161 \begin_inset CommandInset ref
24162 LatexCommand ref
24163 reference "foot:This-is-an"
24164
24165 \end_inset
24166
24167 .
24168 \end_layout
24169
24170 \begin_layout Standard
24171 \begin_inset VSpace defskip
24172 \end_inset
24173
24174 To use footnotes within tables, you have to use minipages, see section
24175 \begin_inset space ~
24176 \end_inset
24177
24178
24179 \begin_inset CommandInset ref
24180 LatexCommand ref
24181 reference "sec:Minipages"
24182
24183 \end_inset
24184
24185 .
24186  Footnotes within longtables are described in section
24187 \begin_inset space ~
24188 \end_inset
24189
24190
24191 \begin_inset CommandInset ref
24192 LatexCommand ref
24193 reference "sub:Footnotes-in-Longtables"
24194
24195 \end_inset
24196
24197 .
24198 \end_layout
24199
24200 \begin_layout Standard
24201 \begin_inset VSpace defskip
24202 \end_inset
24203
24204 To create only a mark for a footnote, use the command 
24205 \series bold
24206
24207 \backslash
24208 footnotemark[number]
24209 \series default
24210  in TeX-Code.
24211  This is used when you have the same annotation several times in a text
24212  but doesn't want to print the footnote text every time.
24213 \begin_inset Newline newline
24214 \end_inset
24215
24216 As you don't know the number of the repeating footnote while you are writing
24217  the text, you have to store its number.
24218  For the following footnote mark example, these commands were inserted in
24219  TeX-Code behind Footnote
24220 \begin_inset space ~
24221 \end_inset
24222
24223
24224 \begin_inset CommandInset ref
24225 LatexCommand ref
24226 reference "foot:This-is-an"
24227
24228 \end_inset
24229
24230  to store the footnote number:
24231 \end_layout
24232
24233 \begin_layout Standard
24234
24235 \series bold
24236
24237 \backslash
24238 newcounter{MyRepeatFoot}
24239 \begin_inset Newline newline
24240 \end_inset
24241
24242
24243 \backslash
24244 setcounter{MyRepeatFoot}{
24245 \backslash
24246 thefootnote}
24247 \end_layout
24248
24249 \begin_layout Standard
24250 The footnote mark was then created with this command:
24251 \end_layout
24252
24253 \begin_layout Standard
24254
24255 \series bold
24256
24257 \backslash
24258 footnotemark[
24259 \backslash
24260 theMyRepeatFoot]
24261 \end_layout
24262
24263 \begin_layout Standard
24264 Here is an example footnote mark:
24265 \family roman
24266 \series medium
24267 \bar no
24268
24269 \begin_inset ERT
24270 status collapsed
24271
24272 \begin_layout Plain Layout
24273
24274
24275 \backslash
24276 footnotemark[
24277 \backslash
24278 theMyRepeatFoot]
24279 \end_layout
24280
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \begin_layout Subsection
24287 Footnote Numbering
24288 \begin_inset CommandInset label
24289 LatexCommand label
24290 name "sub:Footnote-Numbering"
24291
24292 \end_inset
24293
24294
24295 \begin_inset Index
24296 status collapsed
24297
24298 \begin_layout Plain Layout
24299 Footnotes ! Numbering
24300 \end_layout
24301
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \begin_layout Standard
24308 To reset the footnote number back to 1 after each section
24309 \family roman
24310 , add this command to your document preamble:
24311 \end_layout
24312
24313 \begin_layout Standard
24314
24315 \series bold
24316
24317 \backslash
24318 @addtoreset{footnote}{section}
24319 \end_layout
24320
24321 \begin_layout Standard
24322 \begin_inset VSpace bigskip
24323 \end_inset
24324
24325 The following preamble command changes the footnote numbering style to small
24326  roman numerals:
24327 \end_layout
24328
24329 \begin_layout Standard
24330
24331 \series bold
24332
24333 \backslash
24334 renewcommand{
24335 \backslash
24336 thefootnote}{
24337 \backslash
24338 roman{footnote}}
24339 \end_layout
24340
24341 \begin_layout Standard
24342 \begin_inset ERT
24343 status collapsed
24344
24345 \begin_layout Plain Layout
24346
24347
24348 \backslash
24349 renewcommand{
24350 \backslash
24351 thefootnote}{
24352 \backslash
24353 roman{footnote}}
24354 \end_layout
24355
24356 \end_inset
24357
24358  This is a footnote with roman numbering:
24359 \begin_inset Foot
24360 status open
24361
24362 \begin_layout Plain Layout
24363 This is an example footnote with roman numbering.
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \begin_layout Standard
24372 To change the numbering style to capital roman numerals replace in the command
24373  above 
24374 \series bold
24375
24376 \backslash
24377 roman
24378 \series default
24379  by 
24380 \series bold
24381
24382 \backslash
24383 Roman
24384 \series default
24385 .
24386  To 
24387 \begin_inset Quotes eld
24388 \end_inset
24389
24390 number
24391 \begin_inset Quotes erd
24392 \end_inset
24393
24394  footnotes with capital or small Latin letters use 
24395 \series bold
24396
24397 \backslash
24398 Alph
24399 \series default
24400  or 
24401 \series bold
24402
24403 \backslash
24404 alph
24405 \series default
24406 , respectively.
24407  To 
24408 \begin_inset Quotes eld
24409 \end_inset
24410
24411 number
24412 \begin_inset Quotes erd
24413 \end_inset
24414
24415  footnotes with symbols use 
24416 \series bold
24417
24418 \backslash
24419 fnsymbol
24420 \series default
24421 .
24422 \end_layout
24423
24424 \begin_layout Standard
24425 \begin_inset Note Greyedout
24426 status open
24427
24428 \begin_layout Plain Layout
24429
24430 \series bold
24431 Note:
24432 \series default
24433  You can only number 26 footnotes with Latin letters, because this numbering
24434  is limited to single letters.
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \begin_inset Newline newline
24441 \end_inset
24442
24443
24444 \begin_inset Note Greyedout
24445 status open
24446
24447 \begin_layout Plain Layout
24448
24449 \series bold
24450 Note:
24451 \series default
24452  You can only number 9 footnotes with symbols.
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \begin_layout Standard
24461 To return to the default numbering style when you changed to another one,
24462  use 
24463 \series bold
24464
24465 \backslash
24466 arabic
24467 \series default
24468  instead of 
24469 \series bold
24470
24471 \backslash
24472 roman
24473 \series default
24474  in the command above.
24475 \begin_inset ERT
24476 status collapsed
24477
24478 \begin_layout Plain Layout
24479
24480
24481 \backslash
24482 renewcommand{
24483 \backslash
24484 thefootnote}{
24485 \backslash
24486 arabic{footnote}}
24487 \end_layout
24488
24489 \end_inset
24490
24491
24492 \end_layout
24493
24494 \begin_layout Standard
24495 \begin_inset VSpace bigskip
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \begin_layout Standard
24502 If you want to have footnotes numbered in the scheme 
24503 \begin_inset Quotes eld
24504 \end_inset
24505
24506 chapter.footnote
24507 \begin_inset Quotes erd
24508 \end_inset
24509
24510 , add the following command to your document preamble:
24511 \end_layout
24512
24513 \begin_layout Standard
24514
24515 \series bold
24516
24517 \backslash
24518 numberwithin{footnote}{chapter}
24519 \end_layout
24520
24521 \begin_layout Standard
24522 To be able to use the command 
24523 \series bold
24524
24525 \backslash
24526 numberwithin
24527 \series default
24528 , set in the tab 
24529 \family sans
24530 Math
24531 \begin_inset space ~
24532 \end_inset
24533
24534 Options
24535 \family default
24536  in the document settings the option 
24537 \family sans
24538 Use
24539 \begin_inset space ~
24540 \end_inset
24541
24542 AMS
24543 \begin_inset space ~
24544 \end_inset
24545
24546 math
24547 \begin_inset space ~
24548 \end_inset
24549
24550 package
24551 \family default
24552 .
24553 \end_layout
24554
24555 \begin_layout Standard
24556 \begin_inset ERT
24557 status collapsed
24558
24559 \begin_layout Plain Layout
24560
24561
24562 \backslash
24563 numberwithin{footnote}{chapter}
24564 \end_layout
24565
24566 \end_inset
24567
24568 This is another example footnote:
24569 \series bold
24570
24571 \begin_inset Foot
24572 status open
24573
24574 \begin_layout Plain Layout
24575 This is a footnote numbered in the scheme 
24576 \begin_inset Quotes eld
24577 \end_inset
24578
24579 chapter.footnote
24580 \begin_inset Quotes erd
24581 \end_inset
24582
24583 .
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \series default
24590
24591 \begin_inset ERT
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595
24596
24597 \backslash
24598 renewcommand{
24599 \backslash
24600 thefootnote}{
24601 \backslash
24602 arabic{footnote}}
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 \begin_inset Note Greyedout
24612 status open
24613
24614 \begin_layout Plain Layout
24615
24616 \series bold
24617 Note:
24618 \series default
24619  
24620 \series bold
24621
24622 \backslash
24623 numberwithin
24624 \series default
24625  always prints out the footnote number as arabic number; previous redefinitions
24626  to get non-arabic numbers are overwritten.
24627 \end_layout
24628
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \begin_layout Standard
24635 So to get for example the scheme 
24636 \begin_inset Quotes eld
24637 \end_inset
24638
24639 chapter.
24640 \backslash
24641 Roman{footnote}
24642 \begin_inset Quotes erd
24643 \end_inset
24644
24645 , use this command instead of 
24646 \series bold
24647
24648 \backslash
24649 numberwithin
24650 \series default
24651 :
24652 \end_layout
24653
24654 \begin_layout Standard
24655
24656 \series bold
24657
24658 \backslash
24659 renewcommand{
24660 \backslash
24661 thefootnote}{
24662 \backslash
24663 thechapter.
24664 \backslash
24665 Roman{footnote}}
24666 \end_layout
24667
24668 \begin_layout Subsection
24669 Footnote Placement
24670 \begin_inset Index
24671 status collapsed
24672
24673 \begin_layout Plain Layout
24674 Footnotes ! Placement
24675 \end_layout
24676
24677 \end_inset
24678
24679
24680 \end_layout
24681
24682 \begin_layout Standard
24683 If you have several footnotes in one page, they appear without vertical
24684  space between them at the bottom of the page.
24685  To make them better readable you can e.
24686 \begin_inset space \thinspace{}
24687 \end_inset
24688
24689 g.
24690 \begin_inset space ~
24691 \end_inset
24692
24693 add 1.5
24694 \begin_inset space \thinspace{}
24695 \end_inset
24696
24697 mm space with the following preamble command:
24698 \end_layout
24699
24700 \begin_layout Standard
24701
24702 \series bold
24703
24704 \backslash
24705 let
24706 \backslash
24707 myFoot
24708 \backslash
24709 footnote
24710 \begin_inset Newline newline
24711 \end_inset
24712
24713
24714 \backslash
24715 renewcommand{
24716 \backslash
24717 footnote}[1]{
24718 \backslash
24719 myFoot{#1
24720 \backslash
24721 vspace{1.5mm}}}
24722 \end_layout
24723
24724 \begin_layout Standard
24725 \begin_inset VSpace bigskip
24726 \end_inset
24727
24728 In a two-column document the footnotes appear at the bottom of every column,
24729  see Figure
24730 \begin_inset space ~
24731 \end_inset
24732
24733
24734 \begin_inset CommandInset ref
24735 LatexCommand ref
24736 reference "fig:Standard-footnote-placement"
24737
24738 \end_inset
24739
24740 .
24741  If the footnotes should only appear at the bottom of the right column,
24742  as in Figure
24743 \begin_inset space ~
24744 \end_inset
24745
24746
24747 \begin_inset CommandInset ref
24748 LatexCommand ref
24749 reference "fig:Footnote-placement-in"
24750
24751 \end_inset
24752
24753 , use the LaTeX-package 
24754 \series bold
24755 ftnright
24756 \series default
24757
24758 \begin_inset Index
24759 status collapsed
24760
24761 \begin_layout Plain Layout
24762 LaTeX-packages ! ftnright
24763 \end_layout
24764
24765 \end_inset
24766
24767  with this command in the document preamble:
24768 \end_layout
24769
24770 \begin_layout Standard
24771
24772 \series bold
24773
24774 \backslash
24775 usepackage{ftnright}
24776 \end_layout
24777
24778 \begin_layout Standard
24779 \begin_inset Float figure
24780 placement !h
24781 wide false
24782 sideways false
24783 status open
24784
24785 \begin_layout Plain Layout
24786 \begin_inset ERT
24787 status collapsed
24788
24789 \begin_layout Plain Layout
24790
24791
24792 \backslash
24793 framebox{
24794 \end_layout
24795
24796 \end_inset
24797
24798
24799 \begin_inset Graphics
24800         filename clipart/without_fntright.pdf
24801         width 100col%
24802         scaleBeforeRotation
24803
24804 \end_inset
24805
24806
24807 \begin_inset ERT
24808 status collapsed
24809
24810 \begin_layout Plain Layout
24811
24812 }
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Plain Layout
24821 \begin_inset Caption
24822
24823 \begin_layout Plain Layout
24824 \begin_inset CommandInset label
24825 LatexCommand label
24826 name "fig:Standard-footnote-placement"
24827
24828 \end_inset
24829
24830 Standard footnote placement in two-column documents.
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout Standard
24844 \begin_inset Float figure
24845 placement !h
24846 wide false
24847 sideways false
24848 status open
24849
24850 \begin_layout Plain Layout
24851 \begin_inset ERT
24852 status collapsed
24853
24854 \begin_layout Plain Layout
24855
24856
24857 \backslash
24858 framebox{
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \begin_inset Graphics
24865         filename clipart/with_fntright.pdf
24866         width 100col%
24867         scaleBeforeRotation
24868
24869 \end_inset
24870
24871
24872 \begin_inset ERT
24873 status collapsed
24874
24875 \begin_layout Plain Layout
24876
24877 }
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \begin_layout Plain Layout
24886 \begin_inset Caption
24887
24888 \begin_layout Plain Layout
24889 \begin_inset CommandInset label
24890 LatexCommand label
24891 name "fig:Footnote-placement-in"
24892
24893 \end_inset
24894
24895 Footnote placement in two-column documents when the LaTeX-package 
24896 \series bold
24897 ftnright
24898 \series default
24899  is used.
24900 \end_layout
24901
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 \begin_inset VSpace bigskip
24914 \end_inset
24915
24916 In some scientific literature it is usual to collect the footnotes and print
24917  them in a separate paragraph at the the end of a section, like in Figure
24918 \begin_inset space ~
24919 \end_inset
24920
24921
24922 \begin_inset CommandInset ref
24923 LatexCommand ref
24924 reference "fig:Endnotes----footnotes"
24925
24926 \end_inset
24927
24928 .
24929  They are then so called 
24930 \begin_inset Quotes eld
24931 \end_inset
24932
24933 endnotes
24934 \begin_inset Quotes erd
24935 \end_inset
24936
24937 .
24938 \begin_inset Index
24939 status collapsed
24940
24941 \begin_layout Plain Layout
24942 Endnotes
24943 \end_layout
24944
24945 \end_inset
24946
24947  To use endnotes instead of footnotes in your document, load the LaTeX-package
24948  
24949 \series bold
24950 endnotes
24951 \series default
24952
24953 \begin_inset Index
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957 LaTeX-packages ! endnotes
24958 \end_layout
24959
24960 \end_inset
24961
24962  with the document preamble lines
24963 \end_layout
24964
24965 \begin_layout Standard
24966
24967 \series bold
24968
24969 \backslash
24970 usepackage{endnotes}
24971 \begin_inset Newline newline
24972 \end_inset
24973
24974
24975 \backslash
24976 let
24977 \backslash
24978 footnote
24979 \backslash
24980 endnote
24981 \end_layout
24982
24983 \begin_layout Standard
24984 To insert the collected footnotes, insert the command
24985 \end_layout
24986
24987 \begin_layout Standard
24988
24989 \series bold
24990
24991 \backslash
24992 theendnotes
24993 \end_layout
24994
24995 \begin_layout Standard
24996 in TeX-Code at the the end of a section or chapter.
24997 \end_layout
24998
24999 \begin_layout Standard
25000 \begin_inset Float figure
25001 wide false
25002 sideways false
25003 status open
25004
25005 \begin_layout Plain Layout
25006 \align center
25007 \begin_inset ERT
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011
25012
25013 \backslash
25014 framebox{
25015 \end_layout
25016
25017 \end_inset
25018
25019
25020 \begin_inset Graphics
25021         filename clipart/endnotes.pdf
25022         scaleBeforeRotation
25023
25024 \end_inset
25025
25026
25027 \begin_inset ERT
25028 status collapsed
25029
25030 \begin_layout Plain Layout
25031
25032 }
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Plain Layout
25041 \begin_inset Caption
25042
25043 \begin_layout Plain Layout
25044 \begin_inset CommandInset label
25045 LatexCommand label
25046 name "fig:Endnotes----footnotes"
25047
25048 \end_inset
25049
25050 Endnotes -- footnotes are printed in a separate paragraph at the end of
25051  sections or chapters.
25052 \end_layout
25053
25054 \end_inset
25055
25056
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Standard
25065 \begin_inset VSpace medskip
25066 \end_inset
25067
25068 The paragraph heading for the endnotes isn't automatically translated into
25069  the document language, this must be done manually.
25070  The following preamble command translate the default English name 
25071 \begin_inset Quotes eld
25072 \end_inset
25073
25074 Notes
25075 \begin_inset Quotes erd
25076 \end_inset
25077
25078  to the German translation 
25079 \begin_inset Quotes eld
25080 \end_inset
25081
25082 Anmerkungen
25083 \begin_inset Quotes erd
25084 \end_inset
25085
25086 :
25087 \end_layout
25088
25089 \begin_layout Standard
25090
25091 \series bold
25092
25093 \backslash
25094 renewcommand{
25095 \backslash
25096 notesname}{Anmerkungen}
25097 \end_layout
25098
25099 \begin_layout Standard
25100 \begin_inset VSpace medskip
25101 \end_inset
25102
25103 The numbering of endnotes can be changed like the footnote numbering as
25104  described in section
25105 \begin_inset space ~
25106 \end_inset
25107
25108
25109 \begin_inset CommandInset ref
25110 LatexCommand ref
25111 reference "sub:Footnote-Numbering"
25112
25113 \end_inset
25114
25115 ; just replace the command 
25116 \series bold
25117
25118 \backslash
25119 thefootnote
25120 \series default
25121  by 
25122 \series bold
25123
25124 \backslash
25125 theendnote
25126 \series default
25127 .
25128  To reset the endnote number use the command 
25129 \series bold
25130
25131 \backslash
25132 @addtoreset
25133 \series default
25134  as described in section
25135 \begin_inset space ~
25136 \end_inset
25137
25138
25139 \begin_inset CommandInset ref
25140 LatexCommand ref
25141 reference "sub:Footnote-Numbering"
25142
25143 \end_inset
25144
25145  and replace the command parameter 
25146 \series bold
25147 footnote
25148 \series default
25149  by 
25150 \series bold
25151 endnote
25152 \series default
25153 .
25154 \end_layout
25155
25156 \begin_layout Standard
25157 To create only a mark for an endnote, use the command 
25158 \series bold
25159
25160 \backslash
25161 endnotemark[number]
25162 \series default
25163  similar to the command 
25164 \series bold
25165
25166 \backslash
25167 footnotemark
25168 \series default
25169 , described in section
25170 \begin_inset space ~
25171 \end_inset
25172
25173
25174 \begin_inset CommandInset ref
25175 LatexCommand ref
25176 reference "sec:Footnotes"
25177
25178 \end_inset
25179
25180 .
25181 \end_layout
25182
25183 \begin_layout Standard
25184 \begin_inset VSpace bigskip
25185 \end_inset
25186
25187 Footnotes can also be placed in the page margin and the footnote text alignment
25188  can be changed, see the LaTeX-package 
25189 \series bold
25190 footmisc
25191 \series default
25192
25193 \begin_inset Index
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197 LaTeX-packages ! footmisc
25198 \end_layout
25199
25200 \end_inset
25201
25202
25203 \begin_inset CommandInset citation
25204 LatexCommand cite
25205 key "footmisc"
25206
25207 \end_inset
25208
25209  for more information about this.
25210 \end_layout
25211
25212 \begin_layout Standard
25213 For various further footnote formatting issues have a look at LaTeX-books,
25214  
25215 \begin_inset CommandInset citation
25216 LatexCommand cite
25217 key "latexcompanion,latexguide,latexbook"
25218
25219 \end_inset
25220
25221 .
25222 \end_layout
25223
25224 \begin_layout Section
25225 Margin Notes
25226 \begin_inset Index
25227 status collapsed
25228
25229 \begin_layout Plain Layout
25230 Notes ! Margin Notes
25231 \end_layout
25232
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \begin_layout Standard
25239 Margin notes look and behave in LyX like footnotes.
25240  They are inserted via the menu 
25241 \family sans
25242 Insert\SpecialChar \menuseparator
25243 Marginal
25244 \begin_inset space ~
25245 \end_inset
25246
25247 Note
25248 \family default
25249  or the toolbar button 
25250 \begin_inset Graphics
25251         filename ../images/marginalnote-insert.png
25252         scale 85
25253         scaleBeforeRotation
25254
25255 \end_inset
25256
25257 .
25258  A grey 
25259 \family roman
25260 \series medium
25261 box with the
25262 \family default
25263 \series default
25264  red 
25265 \family roman
25266 \series medium
25267 label 
25268 \begin_inset Quotes eld
25269 \end_inset
25270
25271 margin
25272 \begin_inset Quotes erd
25273 \end_inset
25274
25275  appears where you can enter the text of the margin note.
25276 \end_layout
25277
25278 \begin_layout Standard
25279 At the side is an example margin note.
25280
25281 \family roman
25282 \series medium
25283  
25284 \begin_inset Marginal
25285 status open
25286
25287 \begin_layout Plain Layout
25288 This is a margin note.
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \begin_layout Standard
25297 Margin notes appear at the right side in single-sided documents.
25298  In double-sided documents they appear in the outer margin -- left on even
25299  pages, right on odd pages.
25300  The text of margin notes is aligned opposite to the outer margin -- right-align
25301 ed when the note appears in the left margin.
25302  The first line of the margin note is placed at the position of the text
25303  line where it is inserted in the document.
25304 \end_layout
25305
25306 \begin_layout Standard
25307 \begin_inset VSpace bigskip
25308 \end_inset
25309
25310 To place the margin note in the inner margin, add the command
25311 \end_layout
25312
25313 \begin_layout Standard
25314
25315 \series bold
25316
25317 \backslash
25318 reversemarginpar
25319 \end_layout
25320
25321 \begin_layout Standard
25322 in TeX-Code before a margin note.
25323  The new placement is valid for all following margin notes.
25324  
25325 \begin_inset ERT
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329
25330
25331 \backslash
25332 reversemarginpar 
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \begin_inset Marginal
25339 status open
25340
25341 \begin_layout Plain Layout
25342 This is a margin note in the inner margin.
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \series bold
25349
25350 \begin_inset Newline newline
25351 \end_inset
25352
25353
25354 \series default
25355
25356 \begin_inset Note Greyedout
25357 status open
25358
25359 \begin_layout Plain Layout
25360
25361 \series bold
25362 Note:
25363 \series default
25364  There is often not enough space in the inner margin so that the notes are
25365  not correctly displayed in the output.
25366 \end_layout
25367
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \begin_layout Standard
25374 To return to the default placement insert the command
25375 \end_layout
25376
25377 \begin_layout Standard
25378
25379 \series bold
25380
25381 \backslash
25382 normalmarginpar
25383 \end_layout
25384
25385 \begin_layout Standard
25386 in TeX-Code.
25387 \begin_inset ERT
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391
25392
25393 \backslash
25394 normalmarginpar 
25395 \end_layout
25396
25397 \end_inset
25398
25399  
25400 \begin_inset Note Greyedout
25401 status open
25402
25403 \begin_layout Plain Layout
25404
25405 \series bold
25406 Note:
25407 \series default
25408  The command is ignored when it is within a paragraph where also the command
25409  
25410 \series bold
25411
25412 \backslash
25413 reversemarginpar
25414 \series default
25415  is inserted.
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Standard
25424 \begin_inset VSpace bigskip
25425 \end_inset
25426
25427
25428 \family roman
25429 \series medium
25430
25431 \begin_inset Marginal
25432 status open
25433
25434 \begin_layout Plain Layout
25435 AVeryLongMarginParWord that isn't hyphenated.
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \family default
25442 \series default
25443  Similar to the case described in section
25444 \begin_inset space ~
25445 \end_inset
25446
25447
25448 \begin_inset CommandInset ref
25449 LatexCommand ref
25450 reference "sub:Multiple-Lines-in"
25451
25452 \end_inset
25453
25454 , long words cannot be hyphenated when they are the first word in a margin
25455  note.
25456  To avoid this, insert 0
25457 \begin_inset space \thinspace{}
25458 \end_inset
25459
25460 pt horizontal space before the word
25461 \family roman
25462 \series medium
25463 .
25464  
25465 \begin_inset Marginal
25466 status open
25467
25468 \begin_layout Plain Layout
25469 \begin_inset space \hspace*{}
25470 \length 0pt
25471 \end_inset
25472
25473 AVeryLongMarginParWord that is hyphenated.
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Standard
25482 \begin_inset VSpace bigskip
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \begin_layout Standard
25489 \begin_inset Note Greyedout
25490 status open
25491
25492 \begin_layout Plain Layout
25493
25494 \series bold
25495 Note:
25496 \series default
25497  Margin notes can normally not be used inside tables, floats, and footnotes.
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506 \begin_inset VSpace bigskip
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \begin_layout Standard
25513 \begin_inset ERT
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517
25518
25519 \backslash
25520 ifmarginnote
25521 \end_layout
25522
25523 \end_inset
25524
25525
25526 \begin_inset Note Note
25527 status open
25528
25529 \begin_layout Plain Layout
25530 The following section will only be displayed when the LaTeX-package 
25531 \series bold
25532 marginnote
25533 \series default
25534  is installed.
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Standard
25543 This restriction can be evaded by using the LaTeX-package 
25544 \series bold
25545 marginnote
25546 \series default
25547
25548 \begin_inset Index
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552 LaTeX-packages ! marginnote
25553 \end_layout
25554
25555 \end_inset
25556
25557 .
25558  By adding these two lines to your document preamble, the command used by
25559  LyX for margin notes is redefined to use the command provided by the 
25560 \series bold
25561 marginnote
25562 \series default
25563 -package:
25564 \end_layout
25565
25566 \begin_layout Standard
25567
25568 \series bold
25569
25570 \backslash
25571 usepackage{marginnote}
25572 \begin_inset Newline newline
25573 \end_inset
25574
25575
25576 \backslash
25577 let
25578 \backslash
25579 marginpar
25580 \backslash
25581 marginnote
25582 \end_layout
25583
25584 \begin_layout Standard
25585 This is also used in this document because 
25586 \series bold
25587 marginnote
25588 \series default
25589  has another useful feature: You can set a vertical offset for the note.
25590  This is often needed when too many margin notes are too close together
25591  or for a better page layout.
25592  The offset is set in LyX as TeX-Code directly behind the margin note in
25593  the scheme
25594 \end_layout
25595
25596 \begin_layout Standard
25597
25598 \series bold
25599 [offset]
25600 \end_layout
25601
25602 \begin_layout Standard
25603 where the offset is a length with one of the units listed in Table
25604 \begin_inset space ~
25605 \end_inset
25606
25607
25608 \begin_inset CommandInset ref
25609 LatexCommand ref
25610 reference "tab:Units"
25611
25612 \end_inset
25613
25614 .
25615  A negative value shifts the note up, a positive value shifts it down.
25616  
25617 \family roman
25618 \series medium
25619 For example the margin note beside this text line is shifted up 1.5
25620 \begin_inset space \thinspace{}
25621 \end_inset
25622
25623 cm with the TeX-Code-command 
25624 \begin_inset Quotes eld
25625 \end_inset
25626
25627
25628 \family default
25629 \series bold
25630 [-1.5cm]
25631 \family roman
25632 \series medium
25633
25634 \begin_inset Quotes erd
25635 \end_inset
25636
25637
25638 \begin_inset Marginal
25639 status open
25640
25641 \begin_layout Plain Layout
25642 This margin note is shifted up 1.5
25643 \begin_inset space \thinspace{}
25644 \end_inset
25645
25646 cm from its original position.
25647 \end_layout
25648
25649 \end_inset
25650
25651
25652 \family default
25653 \series default
25654
25655 \begin_inset ERT
25656 status collapsed
25657
25658 \begin_layout Plain Layout
25659
25660 [-1.5cm]
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Standard
25669 \begin_inset VSpace medskip
25670 \end_inset
25671
25672 With 
25673 \series bold
25674 marginnote
25675 \series default
25676  you can also change the alignment of the text in the margin note.
25677  For example the commands
25678 \end_layout
25679
25680 \begin_layout Standard
25681
25682 \series bold
25683
25684 \backslash
25685 renewcommand*{
25686 \backslash
25687 raggedleftmarginnote}{
25688 \backslash
25689 centering}
25690 \begin_inset Newline newline
25691 \end_inset
25692
25693
25694 \backslash
25695 renewcommand*{
25696 \backslash
25697 raggedrightmarginnote}{
25698 \backslash
25699 centering}
25700 \end_layout
25701
25702 \begin_layout Standard
25703 set the alignment to centered.
25704  
25705 \series bold
25706
25707 \backslash
25708 raggedleftmarginnote
25709 \series default
25710  denotes margin notes that appear at the left side.
25711 \family roman
25712 \series medium
25713
25714 \begin_inset ERT
25715 status collapsed
25716
25717 \begin_layout Plain Layout
25718
25719
25720 \backslash
25721 renewcommand*{
25722 \backslash
25723 raggedleftmarginnote}{
25724 \backslash
25725 centering}
25726 \end_layout
25727
25728 \begin_layout Plain Layout
25729
25730
25731 \backslash
25732 renewcommand*{
25733 \backslash
25734 raggedrightmarginnote}{
25735 \backslash
25736 centering}
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \begin_inset Marginal
25743 status open
25744
25745 \begin_layout Plain Layout
25746 The text of this margin note is centered.
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \family default
25753 \series default
25754  The default is
25755 \end_layout
25756
25757 \begin_layout Standard
25758
25759 \series bold
25760
25761 \backslash
25762 renewcommand*{
25763 \backslash
25764 raggedleftmarginnote}{
25765 \backslash
25766 raggedleft}
25767 \begin_inset Newline newline
25768 \end_inset
25769
25770
25771 \backslash
25772 renewcommand*{
25773 \backslash
25774 raggedrightmarginnote}{
25775 \backslash
25776 raggedright}
25777 \family roman
25778 \series medium
25779
25780 \begin_inset ERT
25781 status collapsed
25782
25783 \begin_layout Plain Layout
25784
25785
25786 \backslash
25787 renewcommand*{
25788 \backslash
25789 raggedleftmarginnote}{
25790 \backslash
25791 raggedleft}
25792 \end_layout
25793
25794 \begin_layout Plain Layout
25795
25796
25797 \backslash
25798 renewcommand*{
25799 \backslash
25800 raggedrightmarginnote}{
25801 \backslash
25802 raggedright}
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \end_layout
25809
25810 \begin_layout Standard
25811 \begin_inset VSpace medskip
25812 \end_inset
25813
25814 For the other features of 
25815 \series bold
25816 marginnote
25817 \series default
25818  we refer to its documentation 
25819 \begin_inset CommandInset citation
25820 LatexCommand cite
25821 key "marginnote"
25822
25823 \end_inset
25824
25825 .
25826 \end_layout
25827
25828 \begin_layout Standard
25829 \begin_inset VSpace bigskip
25830 \end_inset
25831
25832 You can adjust the layout of margin notes by changing its definition.
25833  To create for example a header for all margin notes with the underlined,
25834  sans-serif, and bold header text 
25835 \begin_inset Quotes eld
25836 \end_inset
25837
25838
25839 \family sans
25840 \series bold
25841 \bar under
25842 Attention!
25843 \family default
25844 \series default
25845 \bar default
25846
25847 \begin_inset Quotes erd
25848 \end_inset
25849
25850 , add this to your document preamble:
25851 \end_layout
25852
25853 \begin_layout Standard
25854
25855 \series bold
25856
25857 \backslash
25858 let
25859 \backslash
25860 myMarginpar
25861 \backslash
25862 marginpar
25863 \begin_inset Newline newline
25864 \end_inset
25865
25866
25867 \backslash
25868 renewcommand{
25869 \backslash
25870 marginpar}[1]{
25871 \backslash
25872 myMarginpar{%
25873 \begin_inset Newline newline
25874 \end_inset
25875
25876
25877 \begin_inset ERT
25878 status collapsed
25879
25880 \begin_layout Plain Layout
25881
25882
25883 \backslash
25884 hphantom{ }
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \backslash
25891 hspace{0pt}
25892 \backslash
25893 textsf{
25894 \backslash
25895 textbf{
25896 \backslash
25897 underbar{Attention!}}}%
25898 \begin_inset Newline newline
25899 \end_inset
25900
25901
25902 \begin_inset ERT
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906
25907
25908 \backslash
25909 hphantom{ }
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \backslash
25916 vspace{1.5mm}
25917 \backslash
25918
25919 \backslash
25920 #1}}
25921 \end_layout
25922
25923 \begin_layout Standard
25924
25925 \family roman
25926 \series medium
25927 \begin_inset ERT
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931
25932
25933 \backslash
25934 let
25935 \backslash
25936 myMarginpar
25937 \backslash
25938 marginpar
25939 \end_layout
25940
25941 \begin_layout Plain Layout
25942
25943
25944 \backslash
25945 renewcommand{
25946 \backslash
25947 marginpar}[1]{
25948 \backslash
25949 myMarginpar{%
25950 \end_layout
25951
25952 \begin_layout Plain Layout
25953
25954    
25955 \backslash
25956 textsf{
25957 \backslash
25958 textbf{
25959 \backslash
25960 underbar{Attention!}}}%
25961 \end_layout
25962
25963 \begin_layout Plain Layout
25964
25965    
25966 \backslash
25967 vspace{1.5mm}
25968 \backslash
25969
25970 \backslash
25971 #1}}
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \begin_inset Marginal
25978 status open
25979
25980 \begin_layout Plain Layout
25981 This is a margin note with a defined heading.
25982 \end_layout
25983
25984 \end_inset
25985
25986
25987 \family default
25988 \series default
25989
25990 \begin_inset ERT
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994
25995 [-1.5cm]
25996 \end_layout
25997
25998 \end_inset
25999
26000
26001 \family roman
26002 \series medium
26003
26004 \begin_inset ERT
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008
26009
26010 \backslash
26011 renewcommand{
26012 \backslash
26013 marginpar}[1]{
26014 \backslash
26015 myMarginpar{#1}}
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \family default
26022 \series default
26023
26024 \begin_inset Note Note
26025 status collapsed
26026
26027 \begin_layout Plain Layout
26028 The margin note format is changed only for this example.
26029 \end_layout
26030
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \begin_layout Standard
26037 \begin_inset ERT
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042
26043 \backslash
26044 else
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \begin_inset Note Note
26051 status open
26052
26053 \begin_layout Plain Layout
26054 The following will be displayed when the LaTeX-package 
26055 \series bold
26056 marginnote
26057 \series default
26058  is not installed:
26059 \end_layout
26060
26061 \end_inset
26062
26063
26064 \end_layout
26065
26066 \begin_layout Standard
26067 You need to install the LaTeX-package 
26068 \series bold
26069 marginnote
26070 \series default
26071  to see the following part of this section in the output.
26072 \end_layout
26073
26074 \begin_layout Standard
26075 \begin_inset ERT
26076 status collapsed
26077
26078 \begin_layout Plain Layout
26079
26080
26081 \backslash
26082 fi
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \begin_layout Chapter
26091 Boxes
26092 \end_layout
26093
26094 \begin_layout Section
26095 Introduction
26096 \begin_inset Index
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100 Boxes ! Introduction
26101 \end_layout
26102
26103 \end_inset
26104
26105
26106 \end_layout
26107
26108 \begin_layout Standard
26109 Boxes are used to format a block of text.
26110  Boxes can be used to write documents with multiple languages, see section
26111 \begin_inset space ~
26112 \end_inset
26113
26114
26115 \begin_inset CommandInset ref
26116 LatexCommand ref
26117 reference "sec:Minipages"
26118
26119 \end_inset
26120
26121 , to frame texts, see section
26122 \begin_inset space ~
26123 \end_inset
26124
26125
26126 \begin_inset CommandInset ref
26127 LatexCommand ref
26128 reference "sec:Framed-Boxes"
26129
26130 \end_inset
26131
26132 , to prevent words to be hyphenated, see section
26133 \begin_inset space ~
26134 \end_inset
26135
26136
26137 \begin_inset CommandInset ref
26138 LatexCommand ref
26139 reference "sec:Prevent-Hyphenation"
26140
26141 \end_inset
26142
26143 , to align text, see section
26144 \begin_inset space ~
26145 \end_inset
26146
26147
26148 \begin_inset CommandInset ref
26149 LatexCommand ref
26150 reference "sub:Vertical-Alignment"
26151
26152 \end_inset
26153
26154 , or to set the background color of texts, see section
26155 \begin_inset space ~
26156 \end_inset
26157
26158
26159 \begin_inset CommandInset ref
26160 LatexCommand ref
26161 reference "sec:Colored-Boxes"
26162
26163 \end_inset
26164
26165 .
26166 \end_layout
26167
26168 \begin_layout Standard
26169 Boxes can be inserted with the menu 
26170 \family sans
26171 Insert\SpecialChar \menuseparator
26172 Box
26173 \family default
26174  or the toolbar button 
26175 \begin_inset Graphics
26176         filename ../images/box-insert.png
26177         scale 85
26178         scaleBeforeRotation
26179
26180 \end_inset
26181
26182 .
26183  A grey box with the label 
26184 \family sans
26185 Box (Minipage)
26186 \family default
26187
26188 \begin_inset Graphics
26189         filename clipart/BoxInsetDefaultQt4.png
26190         scale 85
26191         scaleBeforeRotation
26192
26193 \end_inset
26194
26195 , will be inserted.
26196  The box type can be specified by right-clicking on the box.
26197  The appearing box dialog offers the 
26198 \family sans
26199 Inner
26200 \begin_inset space ~
26201 \end_inset
26202
26203 Box
26204 \family default
26205  types 
26206 \family sans
26207 Parbox
26208 \family default
26209  and 
26210 \family sans
26211 Minipage
26212 \family default
26213 .
26214  The type 
26215 \family sans
26216 Minipage
26217 \family default
26218  is the default for new boxes and is explained in section
26219 \begin_inset space ~
26220 \end_inset
26221
26222
26223 \begin_inset CommandInset ref
26224 LatexCommand ref
26225 reference "sec:Minipages"
26226
26227 \end_inset
26228
26229 ; the type 
26230 \family sans
26231 Parbox
26232 \family default
26233  is described in section
26234 \begin_inset space ~
26235 \end_inset
26236
26237
26238 \begin_inset CommandInset ref
26239 LatexCommand ref
26240 reference "sec:Parboxes"
26241
26242 \end_inset
26243
26244 .
26245 \end_layout
26246
26247 \begin_layout Standard
26248 Boxes aren't numbered and can therefore not be referenced like floats or
26249  footnotes.
26250 \end_layout
26251
26252 \begin_layout Standard
26253 \begin_inset Note Greyedout
26254 status open
26255
26256 \begin_layout Plain Layout
26257
26258 \series bold
26259 Note:
26260 \series default
26261  Boxes must not be the item in an 
26262 \family sans
26263 Itemize
26264 \family default
26265  or 
26266 \family sans
26267 Description
26268 \family default
26269  environment.
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Standard
26278 \begin_inset Note Greyedout
26279 status open
26280
26281 \begin_layout Plain Layout
26282
26283 \series bold
26284 Note:
26285 \series default
26286  For an unknown reason you can only set the 
26287 \family sans
26288 Inner
26289 \begin_inset space ~
26290 \end_inset
26291
26292 Box
26293 \family default
26294  type to 
26295 \family sans
26296 None
26297 \family default
26298  when you use a framed box.
26299  Boxes without an 
26300 \family sans
26301 Inner
26302 \begin_inset space ~
26303 \end_inset
26304
26305 Box
26306 \family default
26307  type and without frames are explained in section
26308 \begin_inset space ~
26309 \end_inset
26310
26311
26312 \begin_inset CommandInset ref
26313 LatexCommand ref
26314 reference "sec:Prevent-Hyphenation"
26315
26316 \end_inset
26317
26318 .
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \begin_layout Section
26327 Box Dialog
26328 \begin_inset CommandInset label
26329 LatexCommand label
26330 name "sec:Box-Dialog"
26331
26332 \end_inset
26333
26334
26335 \begin_inset Index
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339 Boxes ! Box Dialog
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \begin_layout Subsection
26348 Size
26349 \begin_inset Index
26350 status collapsed
26351
26352 \begin_layout Plain Layout
26353 Boxes ! Size
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \begin_layout Standard
26362 In the box dialog you can adjust the box geometry in the fields 
26363 \family sans
26364 Width
26365 \family default
26366  and 
26367 \family sans
26368 Height
26369 \family default
26370 .
26371  The available units for the geometry are explained in Table
26372 \begin_inset space ~
26373 \end_inset
26374
26375
26376 \begin_inset CommandInset ref
26377 LatexCommand ref
26378 reference "tab:Units"
26379
26380 \end_inset
26381
26382 .
26383  The field 
26384 \family sans
26385 Heigth
26386 \family default
26387  offers the following additional sizes:
26388 \end_layout
26389
26390 \begin_layout Description
26391 Depth This is the plain text 
26392 \begin_inset Quotes eld
26393 \end_inset
26394
26395 height
26396 \begin_inset Quotes erd
26397 \end_inset
26398
26399 .
26400  It ignores the total depth when there are multiple text lines in the box:
26401 \begin_inset Newline newline
26402 \end_inset
26403
26404
26405 \begin_inset Newline newline
26406 \end_inset
26407
26408
26409 \begin_inset Newline newline
26410 \end_inset
26411
26412
26413 \begin_inset Box Boxed
26414 position "c"
26415 hor_pos "c"
26416 has_inner_box 1
26417 inner_pos "c"
26418 use_parbox 0
26419 width "12col%"
26420 special "none"
26421 height "1in"
26422 height_special "depth"
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426 \align center
26427 Box height set to 1
26428 \begin_inset space \thinspace{}
26429 \end_inset
26430
26431 Depth
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \begin_inset Newline newline
26438 \end_inset
26439
26440
26441 \begin_inset Newline newline
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Description
26448 Height This is the heigth of the text that is inside the box.
26449  A value of e.
26450 \begin_inset space \thinspace{}
26451 \end_inset
26452
26453 g.
26454 \begin_inset space ~
26455 \end_inset
26456
26457 2 for this size will set the box heigth to 2 times the text height: 
26458 \begin_inset Box Boxed
26459 position "c"
26460 hor_pos "c"
26461 has_inner_box 1
26462 inner_pos "c"
26463 use_parbox 0
26464 width "20col%"
26465 special "none"
26466 height "2in"
26467 height_special "height"
26468 status collapsed
26469
26470 \begin_layout Plain Layout
26471 \align center
26472 Box height set to 2
26473 \begin_inset space \thinspace{}
26474 \end_inset
26475
26476 Height
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \begin_layout Description
26485 Total
26486 \begin_inset space ~
26487 \end_inset
26488
26489 Height This is the Height
26490 \begin_inset space \thinspace{}
26491 \end_inset
26492
26493 +
26494 \begin_inset space \thinspace{}
26495 \end_inset
26496
26497 Depth: 
26498 \begin_inset Box Boxed
26499 position "c"
26500 hor_pos "c"
26501 has_inner_box 1
26502 inner_pos "c"
26503 use_parbox 0
26504 width "20col%"
26505 special "none"
26506 height "1in"
26507 height_special "totalheight"
26508 status collapsed
26509
26510 \begin_layout Plain Layout
26511 \align center
26512 Box height set to 1
26513 \begin_inset space \thinspace{}
26514 \end_inset
26515
26516 Total
26517 \begin_inset space ~
26518 \end_inset
26519
26520 Height
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \begin_layout Description
26529 Width This sets the width of the box as heigth: 
26530 \begin_inset Box Boxed
26531 position "c"
26532 hor_pos "c"
26533 has_inner_box 1
26534 inner_pos "c"
26535 use_parbox 0
26536 width "12col%"
26537 special "none"
26538 height "1in"
26539 height_special "width"
26540 status collapsed
26541
26542 \begin_layout Plain Layout
26543 \align center
26544 Box height set to 1
26545 \begin_inset space \thinspace{}
26546 \end_inset
26547
26548 Width
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \begin_layout Subsection
26557 Alignment
26558 \begin_inset Index
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562 Boxes ! Alignment
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \begin_layout Standard
26571 When you have chosen an 
26572 \family sans
26573 Inner
26574 \begin_inset space ~
26575 \end_inset
26576
26577 Box
26578 \family default
26579 , the vertical box alignment can be:
26580 \end_layout
26581
26582 \begin_layout Description
26583 Top This is an example text line.
26584  
26585 \begin_inset Box Boxed
26586 position "t"
26587 hor_pos "c"
26588 has_inner_box 1
26589 inner_pos "c"
26590 use_parbox 0
26591 width "12col%"
26592 special "none"
26593 height "1in"
26594 height_special "totalheight"
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598 \align center
26599 This box is top-aligned.
26600 \end_layout
26601
26602 \end_inset
26603
26604  This is an example text line.
26605 \end_layout
26606
26607 \begin_layout Description
26608 Middle This is an example text line.
26609  
26610 \begin_inset Box Boxed
26611 position "c"
26612 hor_pos "c"
26613 has_inner_box 1
26614 inner_pos "c"
26615 use_parbox 0
26616 width "12col%"
26617 special "none"
26618 height "1in"
26619 height_special "totalheight"
26620 status collapsed
26621
26622 \begin_layout Plain Layout
26623 \align center
26624 This box is middle-aligned.
26625 \end_layout
26626
26627 \end_inset
26628
26629  This is an example text line.
26630 \end_layout
26631
26632 \begin_layout Description
26633 Bottom This is an example text line.
26634  
26635 \begin_inset Box Boxed
26636 position "b"
26637 hor_pos "c"
26638 has_inner_box 1
26639 inner_pos "c"
26640 use_parbox 0
26641 width "12col%"
26642 special "none"
26643 height "1in"
26644 height_special "totalheight"
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648 \align center
26649 This box is bottom-aligned.
26650 \end_layout
26651
26652 \end_inset
26653
26654  This is an example text line.
26655 \end_layout
26656
26657 \begin_layout Standard
26658 \begin_inset Note Greyedout
26659 status open
26660
26661 \begin_layout Plain Layout
26662
26663 \series bold
26664 Note:
26665 \series default
26666  The vertical box aligment can be lost in the output when you have two boxes
26667  in a line and one has e.
26668 \begin_inset space \thinspace{}
26669 \end_inset
26670
26671 g.
26672 \begin_inset space ~
26673 \end_inset
26674
26675 a shadow and the other one not.
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \begin_layout Standard
26684 The horizontal box alignment can be set via LyX's paragraph dialog when
26685  you set the box into its own paragraph.
26686 \end_layout
26687
26688 \begin_layout Standard
26689 \begin_inset VSpace bigskip
26690 \end_inset
26691
26692 When you have chosen an 
26693 \family sans
26694 Inner
26695 \begin_inset space ~
26696 \end_inset
26697
26698 Box
26699 \family default
26700 , the box content can be vertical aligned to:
26701 \end_layout
26702
26703 \begin_layout Description
26704 top This is an example text line.
26705  
26706 \begin_inset Box Boxed
26707 position "c"
26708 hor_pos "c"
26709 has_inner_box 1
26710 inner_pos "t"
26711 use_parbox 0
26712 width "12col%"
26713 special "none"
26714 height "1.5in"
26715 height_special "totalheight"
26716 status collapsed
26717
26718 \begin_layout Plain Layout
26719 \align center
26720 This box text is top-aligned.
26721 \end_layout
26722
26723 \end_inset
26724
26725  This is an example text line.
26726 \end_layout
26727
26728 \begin_layout Description
26729 middle This is an example text line.
26730  
26731 \begin_inset Box Boxed
26732 position "c"
26733 hor_pos "c"
26734 has_inner_box 1
26735 inner_pos "c"
26736 use_parbox 0
26737 width "12col%"
26738 special "none"
26739 height "1.5in"
26740 height_special "totalheight"
26741 status collapsed
26742
26743 \begin_layout Plain Layout
26744 \align center
26745 This box text is middle-aligned.
26746 \end_layout
26747
26748 \end_inset
26749
26750  This is an example text line.
26751 \end_layout
26752
26753 \begin_layout Description
26754 bottom This is an example text line.
26755  
26756 \begin_inset Box Boxed
26757 position "c"
26758 hor_pos "c"
26759 has_inner_box 1
26760 inner_pos "b"
26761 use_parbox 0
26762 width "12col%"
26763 special "none"
26764 height "1.5in"
26765 height_special "totalheight"
26766 status collapsed
26767
26768 \begin_layout Plain Layout
26769 \align center
26770 This box text is bottom-aligned.
26771 \end_layout
26772
26773 \end_inset
26774
26775  This is an example text line.
26776 \end_layout
26777
26778 \begin_layout Description
26779 stretch This is an example text line.
26780  
26781 \begin_inset Box Boxed
26782 position "c"
26783 hor_pos "c"
26784 has_inner_box 1
26785 inner_pos "s"
26786 use_parbox 0
26787 width "12col%"
26788 special "none"
26789 height "1.5in"
26790 height_special "totalheight"
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794 \align center
26795 This box
26796 \end_layout
26797
26798 \begin_layout Plain Layout
26799 \align center
26800 text is
26801 \end_layout
26802
26803 \begin_layout Plain Layout
26804 \align center
26805 stretched.
26806 \end_layout
26807
26808 \end_inset
26809
26810  This is an example text line.
26811 \end_layout
26812
26813 \begin_layout Standard
26814 To stretch the box content, it must consist of more than one paragraph.
26815  In the example above every text line is in an own paragraph.
26816 \end_layout
26817
26818 \begin_layout Standard
26819 \begin_inset VSpace bigskip
26820 \end_inset
26821
26822 To align the box content horizontally you can use LyX's paragraph dialog
26823  when you have chosen an 
26824 \family sans
26825 Inner
26826 \begin_inset space ~
26827 \end_inset
26828
26829 Box
26830 \family default
26831 .
26832 \end_layout
26833
26834 \begin_layout Standard
26835 \align center
26836 \begin_inset Box Boxed
26837 position "c"
26838 hor_pos "c"
26839 has_inner_box 1
26840 inner_pos "s"
26841 use_parbox 0
26842 width "15col%"
26843 special "none"
26844 height "1.25in"
26845 height_special "totalheight"
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849 \align left
26850 This box
26851 \end_layout
26852
26853 \begin_layout Plain Layout
26854 \align center
26855 text is
26856 \end_layout
26857
26858 \begin_layout Plain Layout
26859 \align right
26860 stretched.
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \begin_layout Standard
26869 If you haven't set an 
26870 \family sans
26871 Inner
26872 \begin_inset space ~
26873 \end_inset
26874
26875 Box
26876 \family default
26877 , you can align the box content horizontally in the box dialog.
26878 \end_layout
26879
26880 \begin_layout Standard
26881 \align center
26882 \begin_inset Box Boxed
26883 position "c"
26884 hor_pos "s"
26885 has_inner_box 0
26886 inner_pos "s"
26887 use_parbox 0
26888 width "90col%"
26889 special "none"
26890 height "1.25in"
26891 height_special "totalheight"
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 \align left
26896 This box text is horizontally stretched.
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Section
26905 Framed Boxes
26906 \begin_inset CommandInset label
26907 LatexCommand label
26908 name "sec:Framed-Boxes"
26909
26910 \end_inset
26911
26912
26913 \begin_inset Index
26914 status collapsed
26915
26916 \begin_layout Plain Layout
26917 Boxes ! Frames
26918 \end_layout
26919
26920 \end_inset
26921
26922
26923 \end_layout
26924
26925 \begin_layout Standard
26926 The frame style of the box can be specified in the box-dialog in the drop-down
26927  list 
26928 \family sans
26929 Type
26930 \family default
26931 .
26932  The following frame types are possible:
26933 \end_layout
26934
26935 \begin_layout Description
26936 Rectangular
26937 \begin_inset space ~
26938 \end_inset
26939
26940 box This draws a rectangle frame around the box.
26941  The frame line thickness has the size of 
26942 \series bold
26943
26944 \backslash
26945 fboxrule
26946 \series default
26947 .
26948  
26949 \begin_inset Box Boxed
26950 position "c"
26951 hor_pos "c"
26952 has_inner_box 1
26953 inner_pos "c"
26954 use_parbox 0
26955 width "20col%"
26956 special "none"
26957 height "1in"
26958 height_special "totalheight"
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962 \align center
26963 Rectangular box
26964 \end_layout
26965
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \begin_layout Description
26972 Oval
26973 \begin_inset space ~
26974 \end_inset
26975
26976 box,
26977 \begin_inset space ~
26978 \end_inset
26979
26980 thin This draws an oval frame around the box.
26981  The frame line thickness has the size 0.4
26982 \begin_inset space \thinspace{}
26983 \end_inset
26984
26985 pt.
26986  
26987 \begin_inset Box ovalbox
26988 position "c"
26989 hor_pos "c"
26990 has_inner_box 1
26991 inner_pos "c"
26992 use_parbox 0
26993 width "20col%"
26994 special "none"
26995 height "1in"
26996 height_special "totalheight"
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000 \align center
27001 Oval box, thin
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \begin_layout Description
27010 Oval
27011 \begin_inset space ~
27012 \end_inset
27013
27014 box,
27015 \begin_inset space ~
27016 \end_inset
27017
27018 thick This draws an oval frame around the box.
27019  The frame line thickness has the size 0.8
27020 \begin_inset space \thinspace{}
27021 \end_inset
27022
27023 pt.
27024  
27025 \begin_inset Box Ovalbox
27026 position "c"
27027 hor_pos "c"
27028 has_inner_box 1
27029 inner_pos "c"
27030 use_parbox 0
27031 width "20col%"
27032 special "none"
27033 height "1in"
27034 height_special "totalheight"
27035 status collapsed
27036
27037 \begin_layout Plain Layout
27038 \align center
27039 Oval box, thick
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Description
27048 Shadow
27049 \begin_inset space ~
27050 \end_inset
27051
27052 box This draws a rectangle frame with a shadow around the box.
27053  The frame line thickness has the size of 
27054 \series bold
27055
27056 \backslash
27057 fboxrule
27058 \series default
27059 , the shadow has a width of 4
27060 \begin_inset space \thinspace{}
27061 \end_inset
27062
27063 pt.
27064  
27065 \begin_inset Box Shadowbox
27066 position "c"
27067 hor_pos "c"
27068 has_inner_box 1
27069 inner_pos "c"
27070 use_parbox 0
27071 width "20col%"
27072 special "none"
27073 height "1in"
27074 height_special "totalheight"
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078 \align center
27079 Shadow box
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \begin_layout Description
27088 Double
27089 \begin_inset space ~
27090 \end_inset
27091
27092 box This draws a double-line rectangle frame around the box.
27093  The line thickness of the inner frame is 0.75
27094 \begin_inset space \thinspace{}
27095 \end_inset
27096
27097
27098 \series bold
27099
27100 \backslash
27101 fboxrule
27102 \series default
27103 , the thickness of the outer frame is 1.5
27104 \begin_inset space \thinspace{}
27105 \end_inset
27106
27107
27108 \series bold
27109
27110 \backslash
27111 fboxrule
27112 \series default
27113 .
27114  The distance between the lines is 1.5
27115 \begin_inset space \thinspace{}
27116 \end_inset
27117
27118
27119 \series bold
27120
27121 \backslash
27122 fboxrule
27123 \series default
27124
27125 \begin_inset space \thinspace{}
27126 \end_inset
27127
27128 +
27129 \begin_inset space \thinspace{}
27130 \end_inset
27131
27132 0.5
27133 \begin_inset space \thinspace{}
27134 \end_inset
27135
27136 pt.
27137  
27138 \begin_inset Box Doublebox
27139 position "c"
27140 hor_pos "c"
27141 has_inner_box 1
27142 inner_pos "c"
27143 use_parbox 0
27144 width "20col%"
27145 special "none"
27146 height "1in"
27147 height_special "totalheight"
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151 \align center
27152 Double box
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Standard
27161 \begin_inset VSpace bigskip
27162 \end_inset
27163
27164 LyX's box label will change to the used frame style when you set a frame.
27165  To be able to use the different frame styles, the LaTeX-package 
27166 \series bold
27167 fancybox
27168 \series default
27169
27170 \begin_inset Index
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 LaTeX-packages ! fancybox
27175 \end_layout
27176
27177 \end_inset
27178
27179  must be installed.
27180 \end_layout
27181
27182 \begin_layout Standard
27183 \begin_inset VSpace bigskip
27184 \end_inset
27185
27186 The default value for the size 
27187 \series bold
27188
27189 \backslash
27190 fboxrule
27191 \series default
27192  is 0.4
27193 \begin_inset space \thinspace{}
27194 \end_inset
27195
27196 pt.
27197  It can be changed with the following command in TeX-Code to e.
27198 \begin_inset space \thinspace{}
27199 \end_inset
27200
27201 g.
27202 \begin_inset space ~
27203 \end_inset
27204
27205 2
27206 \begin_inset space \thinspace{}
27207 \end_inset
27208
27209 pt:
27210 \end_layout
27211
27212 \begin_layout Standard
27213
27214 \series bold
27215
27216 \backslash
27217 setlength{
27218 \backslash
27219 fboxrule}{2pt}
27220 \end_layout
27221
27222 \begin_layout Standard
27223 \begin_inset ERT
27224 status collapsed
27225
27226 \begin_layout Plain Layout
27227
27228
27229 \backslash
27230 setlength{
27231 \backslash
27232 fboxrule}{2pt}
27233 \end_layout
27234
27235 \end_inset
27236
27237
27238 \begin_inset Box Boxed
27239 position "c"
27240 hor_pos "c"
27241 has_inner_box 1
27242 inner_pos "c"
27243 use_parbox 0
27244 width "25col%"
27245 special "none"
27246 height "1in"
27247 height_special "totalheight"
27248 status collapsed
27249
27250 \begin_layout Plain Layout
27251 \align center
27252 Rectangular box with 
27253 \series bold
27254
27255 \backslash
27256 fboxrule
27257 \series default
27258
27259 \begin_inset space \thinspace{}
27260 \end_inset
27261
27262 =
27263 \begin_inset space \thinspace{}
27264 \end_inset
27265
27266 2
27267 \begin_inset space \thinspace{}
27268 \end_inset
27269
27270 pt
27271 \end_layout
27272
27273 \end_inset
27274
27275
27276 \begin_inset ERT
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280
27281
27282 \backslash
27283 setlength{
27284 \backslash
27285 fboxrule}{0.4pt}
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset VSpace bigskip
27295 \end_inset
27296
27297 The space between the frame and the box content is for all frame styles
27298  by default 3
27299 \begin_inset space \thinspace{}
27300 \end_inset
27301
27302 pt.
27303  You can change it by setting the length 
27304 \series bold
27305
27306 \backslash
27307 fboxsep
27308 \series default
27309  to another value.
27310  For example the command
27311 \end_layout
27312
27313 \begin_layout Standard
27314
27315 \series bold
27316
27317 \backslash
27318 setlength{
27319 \backslash
27320 fboxsep}{10pt}
27321 \end_layout
27322
27323 \begin_layout Standard
27324 sets the value to 10
27325 \begin_inset space \thinspace{}
27326 \end_inset
27327
27328 pt, like for the following box:
27329 \end_layout
27330
27331 \begin_layout Standard
27332 \begin_inset ERT
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336
27337
27338 \backslash
27339 setlength{
27340 \backslash
27341 fboxsep}{10pt}
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \begin_inset Box Boxed
27348 position "c"
27349 hor_pos "c"
27350 has_inner_box 1
27351 inner_pos "c"
27352 use_parbox 0
27353 width "25col%"
27354 special "none"
27355 height "1in"
27356 height_special "totalheight"
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360 \align center
27361 Rectangular box with 
27362 \series bold
27363
27364 \backslash
27365 fboxsep
27366 \series default
27367
27368 \begin_inset space \thinspace{}
27369 \end_inset
27370
27371 =
27372 \begin_inset space \thinspace{}
27373 \end_inset
27374
27375 10
27376 \begin_inset space \thinspace{}
27377 \end_inset
27378
27379 pt
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \begin_inset ERT
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389
27390
27391 \backslash
27392 setlength{
27393 \backslash
27394 fboxsep}{3pt}
27395 \end_layout
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \begin_layout Standard
27403 \begin_inset VSpace bigskip
27404 \end_inset
27405
27406 The diameter of the round corners of the oval boxes can be set with the
27407  command 
27408 \series bold
27409
27410 \backslash
27411 cornersize
27412 \series default
27413 .
27414  The command
27415 \end_layout
27416
27417 \begin_layout Standard
27418
27419 \series bold
27420
27421 \backslash
27422 cornersize*{1cm}
27423 \end_layout
27424
27425 \begin_layout Standard
27426 sets the diameter to 1
27427 \begin_inset space \thinspace{}
27428 \end_inset
27429
27430 cm.
27431  The command
27432 \end_layout
27433
27434 \begin_layout Standard
27435
27436 \series bold
27437
27438 \backslash
27439 cornersize{num}
27440 \end_layout
27441
27442 \begin_layout Standard
27443 sets the diameter to 
27444 \family sans
27445 num
27446 \begin_inset space \thinspace{}
27447 \end_inset
27448
27449 ×
27450 \begin_inset space \thinspace{}
27451 \end_inset
27452
27453 minimum(width and heigth of box)
27454 \family default
27455 .
27456  The default is 
27457 \series bold
27458
27459 \backslash
27460 cornersize{0.5}
27461 \series default
27462 .
27463 \end_layout
27464
27465 \begin_layout Standard
27466 \begin_inset ERT
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470
27471
27472 \backslash
27473 cornersize*{1.5cm}
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \begin_inset Box Ovalbox
27480 position "c"
27481 hor_pos "c"
27482 has_inner_box 1
27483 inner_pos "c"
27484 use_parbox 0
27485 width "25col%"
27486 special "none"
27487 height "1in"
27488 height_special "totalheight"
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492 \align center
27493 Oval box with 
27494 \series bold
27495
27496 \backslash
27497 cornersize
27498 \series default
27499
27500 \begin_inset space \thinspace{}
27501 \end_inset
27502
27503 =
27504 \begin_inset space \thinspace{}
27505 \end_inset
27506
27507 1.5
27508 \begin_inset space \thinspace{}
27509 \end_inset
27510
27511 cm
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \begin_inset ERT
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521
27522
27523 \backslash
27524 cornersize{0.5}
27525 \end_layout
27526
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \begin_layout Standard
27533 \begin_inset VSpace bigskip
27534 \end_inset
27535
27536 The size of the shadow can be adjusted by changing the length 
27537 \series bold
27538
27539 \backslash
27540 shadowsize
27541 \series default
27542 .
27543  It it set to 2
27544 \begin_inset space \thinspace{}
27545 \end_inset
27546
27547 pt for the following box by this command:
27548 \end_layout
27549
27550 \begin_layout Standard
27551
27552 \series bold
27553
27554 \backslash
27555 setlength{
27556 \backslash
27557 shadowsize}{2pt}
27558 \end_layout
27559
27560 \begin_layout Standard
27561 \begin_inset ERT
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565
27566
27567 \backslash
27568 setlength{
27569 \backslash
27570 shadowsize}{2pt}
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \begin_inset Box Shadowbox
27577 position "c"
27578 hor_pos "c"
27579 has_inner_box 1
27580 inner_pos "c"
27581 use_parbox 0
27582 width "25col%"
27583 special "none"
27584 height "1in"
27585 height_special "totalheight"
27586 status collapsed
27587
27588 \begin_layout Plain Layout
27589 \align center
27590 Shadow box with 
27591 \series bold
27592
27593 \backslash
27594 shadowsize
27595 \series default
27596
27597 \begin_inset space \thinspace{}
27598 \end_inset
27599
27600 =
27601 \begin_inset space \thinspace{}
27602 \end_inset
27603
27604 2
27605 \begin_inset space \thinspace{}
27606 \end_inset
27607
27608 pt
27609 \end_layout
27610
27611 \end_inset
27612
27613
27614 \begin_inset ERT
27615 status collapsed
27616
27617 \begin_layout Plain Layout
27618
27619
27620 \backslash
27621 setlength{
27622 \backslash
27623 shadowsize}{4pt}
27624 \end_layout
27625
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \begin_layout Standard
27632 \begin_inset VSpace bigskip
27633 \end_inset
27634
27635 Changed lengths and widths are valid for all boxes following the commands
27636  that change them.
27637 \end_layout
27638
27639 \begin_layout Section
27640 Minipages
27641 \begin_inset CommandInset label
27642 LatexCommand label
27643 name "sec:Minipages"
27644
27645 \end_inset
27646
27647
27648 \begin_inset Index
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 Boxes ! Minipages
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \begin_layout Standard
27661 Minipages are treated by LaTeX as pages within pages and can therefore for
27662  example have their own footnotes.
27663 \end_layout
27664
27665 \begin_layout Standard
27666 Minipages are useful when you write documents with different languages.
27667 \end_layout
27668
27669 \begin_layout Standard
27670 Below are two example minipages side by side.
27671  Their width is set to 45
27672 \begin_inset space \thinspace{}
27673 \end_inset
27674
27675 col% and they are separated by a horizontal fill, that was inserted via
27676  the menu 
27677 \family sans
27678 Insert\SpecialChar \menuseparator
27679 Special
27680 \begin_inset space ~
27681 \end_inset
27682
27683 Formatting\SpecialChar \menuseparator
27684 Horizontal
27685 \begin_inset space ~
27686 \end_inset
27687
27688 Fill
27689 \family default
27690 .
27691 \end_layout
27692
27693 \begin_layout Standard
27694 \begin_inset Box Frameless
27695 position "t"
27696 hor_pos "c"
27697 has_inner_box 1
27698 inner_pos "c"
27699 use_parbox 0
27700 width "45col%"
27701 special "none"
27702 height "1in"
27703 height_special "totalheight"
27704 status open
27705
27706 \begin_layout Plain Layout
27707
27708 \lang german
27709 Dies ist ein deutscher Text.
27710  Dies ist ein deutscher Text.
27711  Dies ist ein deutscher Text.
27712  Dies ist ein deutscher Text.
27713  Dies ist ein deutscher Text.
27714  Dies ist ein deutscher Text.
27715  Dies ist ein deutscher Text.
27716  Dies ist ein deutscher Text.
27717  Dies ist ein deutscher Text.
27718  Dies ist ein deutscher Text.
27719  Dies ist ein deutscher Text.
27720  Dies ist ein deutscher Text.
27721  Dies ist ein deutscher Text
27722 \begin_inset Foot
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726
27727 \lang german
27728 Dies ist eine deutsche Fußnote.
27729 \end_layout
27730
27731 \end_inset
27732
27733 .
27734  Dies ist ein deutscher Text.
27735  Dies ist ein deutscher Text.
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \begin_inset space \hfill{}
27742 \end_inset
27743
27744
27745 \begin_inset Box Frameless
27746 position "t"
27747 hor_pos "c"
27748 has_inner_box 1
27749 inner_pos "c"
27750 use_parbox 0
27751 width "45col%"
27752 special "none"
27753 height "1in"
27754 height_special "totalheight"
27755 status open
27756
27757 \begin_layout Plain Layout
27758 This is an English Text.
27759  This is an English Text.
27760  This is an English Text.
27761  This is an English Text.
27762  This is an English Text.
27763  This is an English Text.
27764  This is an English Text.
27765  This is an English Text.
27766  This is an English Text.
27767  This is an English Text.
27768  This is an English Text.
27769  This is an English Text.
27770  This is an English Text.
27771  This is an English Text.
27772  This is an English Text.
27773  This is an English Text.
27774 \begin_inset Foot
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778 This is an English footnote.
27779 \end_layout
27780
27781 \end_inset
27782
27783  This is an English Text.
27784  
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \begin_layout Standard
27793 \begin_inset VSpace bigskip
27794 \end_inset
27795
27796 Another application for minipages are footnotes within tables.
27797  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27798  bottom of the current page.
27799  But when you put the table with the footnote to a minipage, the footnote
27800  will appear at its bottom, numbered with Latin letters.
27801  The footnote number is reset to 1 in every minipage but not outside the
27802  minipages.
27803 \end_layout
27804
27805 \begin_layout Standard
27806 The footnote of this table doesn't appear: 
27807 \begin_inset Tabular
27808 <lyxtabular version="3" rows="3" columns="4">
27809 <features>
27810 <column alignment="center" valignment="top" width="0pt">
27811 <column alignment="center" valignment="top" width="0pt">
27812 <column alignment="center" valignment="top" width="0pt">
27813 <column alignment="center" valignment="top" width="0pt">
27814 <row>
27815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 1
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 2
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Plain Layout
27837 3
27838 \begin_inset Foot
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842 This is a footnote within a table.
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856 4
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 </row>
27862 <row>
27863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 a
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876 b
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Plain Layout
27885 c
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Plain Layout
27894 d
27895 \end_layout
27896
27897 \end_inset
27898 </cell>
27899 </row>
27900 <row>
27901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 e
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Plain Layout
27914 f
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 g
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Plain Layout
27932 h
27933 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 </row>
27938 </lyxtabular>
27939
27940 \end_inset
27941
27942
27943 \end_layout
27944
27945 \begin_layout Standard
27946 \align center
27947 \begin_inset Box Frameless
27948 position "t"
27949 hor_pos "c"
27950 has_inner_box 1
27951 inner_pos "c"
27952 use_parbox 0
27953 width "30col%"
27954 special "none"
27955 height "1in"
27956 height_special "totalheight"
27957 status open
27958
27959 \begin_layout Plain Layout
27960 \align center
27961 \begin_inset Tabular
27962 <lyxtabular version="3" rows="3" columns="4">
27963 <features>
27964 <column alignment="center" valignment="top" width="0pt">
27965 <column alignment="center" valignment="top" width="0pt">
27966 <column alignment="center" valignment="top" width="0pt">
27967 <column alignment="center" valignment="top" width="0pt">
27968 <row>
27969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27970 \begin_inset Text
27971
27972 \begin_layout Plain Layout
27973 1
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Plain Layout
27982 2
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Plain Layout
27991 3
27992 \begin_inset Foot
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996 This is a footnote within a table.
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \end_inset
28005 </cell>
28006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28007 \begin_inset Text
28008
28009 \begin_layout Plain Layout
28010 4
28011 \end_layout
28012
28013 \end_inset
28014 </cell>
28015 </row>
28016 <row>
28017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28018 \begin_inset Text
28019
28020 \begin_layout Plain Layout
28021 a
28022 \end_layout
28023
28024 \end_inset
28025 </cell>
28026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28027 \begin_inset Text
28028
28029 \begin_layout Plain Layout
28030 b
28031 \end_layout
28032
28033 \end_inset
28034 </cell>
28035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28036 \begin_inset Text
28037
28038 \begin_layout Plain Layout
28039 c
28040 \end_layout
28041
28042 \end_inset
28043 </cell>
28044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28045 \begin_inset Text
28046
28047 \begin_layout Plain Layout
28048 d
28049 \end_layout
28050
28051 \end_inset
28052 </cell>
28053 </row>
28054 <row>
28055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28056 \begin_inset Text
28057
28058 \begin_layout Plain Layout
28059 e
28060 \end_layout
28061
28062 \end_inset
28063 </cell>
28064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28065 \begin_inset Text
28066
28067 \begin_layout Plain Layout
28068 f
28069 \end_layout
28070
28071 \end_inset
28072 </cell>
28073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28074 \begin_inset Text
28075
28076 \begin_layout Plain Layout
28077 g
28078 \end_layout
28079
28080 \end_inset
28081 </cell>
28082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28083 \begin_inset Text
28084
28085 \begin_layout Plain Layout
28086 h
28087 \end_layout
28088
28089 \end_inset
28090 </cell>
28091 </row>
28092 </lyxtabular>
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Standard
28105 \begin_inset VSpace bigskip
28106 \end_inset
28107
28108 The document-wide paragraph settings are ignored within minipages.
28109  That means that there will be no space between paragraphs in minipages
28110  although you set it to e.
28111 \begin_inset space \thinspace{}
28112 \end_inset
28113
28114 g.
28115 \begin_inset space ~
28116 \end_inset
28117
28118
28119 \family sans
28120 MedSkip
28121 \family default
28122  in the document settings.
28123 \end_layout
28124
28125 \begin_layout Standard
28126 Minipages can also be used to set a background color for text parts, see
28127  section
28128 \begin_inset space ~
28129 \end_inset
28130
28131
28132 \begin_inset CommandInset ref
28133 LatexCommand ref
28134 reference "sub:Color-for-Paragraphs"
28135
28136 \end_inset
28137
28138 .
28139 \end_layout
28140
28141 \begin_layout Standard
28142 \begin_inset Note Greyedout
28143 status open
28144
28145 \begin_layout Plain Layout
28146
28147 \series bold
28148 Note:
28149 \series default
28150  You cannot have floats or margin notes inside minipages but minipages can
28151  be used inside tables, floats, and other boxes.
28152 \end_layout
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \begin_layout Section
28160 Parboxes
28161 \begin_inset CommandInset label
28162 LatexCommand label
28163 name "sec:Parboxes"
28164
28165 \end_inset
28166
28167
28168 \begin_inset Index
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172 Boxes ! Parboxes
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \end_layout
28179
28180 \begin_layout Standard
28181 Parboxes are very similar to minipages with the difference that they cannot
28182  have footnotes.
28183  The main difference to minipages is that minipages are in contrary to parboxes
28184  no real boxes but LaTeX-environments.
28185 \end_layout
28186
28187 \begin_layout Standard
28188 \align center
28189 \begin_inset Box Frameless
28190 position "t"
28191 hor_pos "c"
28192 has_inner_box 1
28193 inner_pos "t"
28194 use_parbox 1
28195 width "33col%"
28196 special "none"
28197 height "1in"
28198 height_special "totalheight"
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202 This a text within a parbox.
28203  This a text within a parbox.
28204 \end_layout
28205
28206 \begin_layout Plain Layout
28207 This footnote won't appear:
28208 \begin_inset Foot
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 This footnote is inside a parbox and will therefore not appear.
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Section
28226 Boxes for Words and Characters
28227 \begin_inset Index
28228 status collapsed
28229
28230 \begin_layout Plain Layout
28231 Boxes ! for Characters
28232 \end_layout
28233
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \begin_layout Subsection
28240 Prevent Hyphenation
28241 \begin_inset CommandInset label
28242 LatexCommand label
28243 name "sec:Prevent-Hyphenation"
28244
28245 \end_inset
28246
28247
28248 \begin_inset Index
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252 Boxes ! to Prevent Hyphenation
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \begin_layout Standard
28261 You can use a special kind of boxes to prevent words or text to be hyphenated.
28262 \begin_inset Newline newline
28263 \end_inset
28264
28265 Here is an example text:
28266 \end_layout
28267
28268 \begin_layout Standard
28269 This line is an example to show how you can prevent the hyphenation of 
28270 \begin_inset Quotes eld
28271 \end_inset
28272
28273 veryverylongword
28274 \begin_inset Quotes erd
28275 \end_inset
28276
28277 .
28278 \end_layout
28279
28280 \begin_layout Standard
28281 To prevent the hyphenation of the word 
28282 \begin_inset Quotes eld
28283 \end_inset
28284
28285 veryverylongword
28286 \begin_inset Quotes erd
28287 \end_inset
28288
28289 , add the command
28290 \end_layout
28291
28292 \begin_layout Standard
28293
28294 \series bold
28295
28296 \backslash
28297 mbox{
28298 \end_layout
28299
28300 \begin_layout Standard
28301 in TeX-Code before the word.
28302  Behind the word insert a closing brace 
28303 \begin_inset Quotes eld
28304 \end_inset
28305
28306
28307 \series bold
28308 }
28309 \series default
28310
28311 \begin_inset Quotes erd
28312 \end_inset
28313
28314  in TeX-Code.
28315 \end_layout
28316
28317 \begin_layout Standard
28318 This is the result:
28319 \end_layout
28320
28321 \begin_layout Standard
28322 This line is an example to show how you can prevent the hyphenation of 
28323 \begin_inset ERT
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327
28328
28329 \backslash
28330 mbox{
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \begin_inset Quotes eld
28337 \end_inset
28338
28339 veryverylongword
28340 \begin_inset Quotes erd
28341 \end_inset
28342
28343 .
28344 \begin_inset ERT
28345 status collapsed
28346
28347 \begin_layout Plain Layout
28348
28349 }
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Standard
28358 You can alternatively set the command 
28359 \begin_inset Quotes eld
28360 \end_inset
28361
28362
28363 \series bold
28364
28365 \backslash
28366 -
28367 \series default
28368
28369 \begin_inset Quotes grd
28370 \end_inset
28371
28372  as TeX-Code directly before the word:
28373 \end_layout
28374
28375 \begin_layout Standard
28376 This line is an example to show how you can prevent the hyphenation of 
28377 \begin_inset Quotes eld
28378 \end_inset
28379
28380
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 -
28389 \end_layout
28390
28391 \end_inset
28392
28393 veryverylongword
28394 \begin_inset Quotes erd
28395 \end_inset
28396
28397 .
28398 \end_layout
28399
28400 \begin_layout Standard
28401 Of course the word now protrudes over the side margin.
28402  To avoid this, add via the menu 
28403 \family sans
28404 Insert\SpecialChar \menuseparator
28405 Special
28406 \begin_inset space ~
28407 \end_inset
28408
28409 Formatting\SpecialChar \menuseparator
28410 Line
28411 \begin_inset space ~
28412 \end_inset
28413
28414 Break
28415 \family default
28416  (shortcut 
28417 \series bold
28418 Ctrl-Return
28419 \series default
28420 ) a line break before the word:
28421 \end_layout
28422
28423 \begin_layout Standard
28424 This line is an example to show how you can prevent the hyphenation of 
28425 \begin_inset Newline newline
28426 \end_inset
28427
28428
28429 \begin_inset ERT
28430 status collapsed
28431
28432 \begin_layout Plain Layout
28433
28434
28435 \backslash
28436 mbox{
28437 \end_layout
28438
28439 \end_inset
28440
28441
28442 \begin_inset Quotes eld
28443 \end_inset
28444
28445 veryverylongword
28446 \begin_inset Quotes erd
28447 \end_inset
28448
28449 .
28450 \begin_inset ERT
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454
28455 }
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \begin_layout Subsection
28464 Vertical Alignment
28465 \begin_inset CommandInset label
28466 LatexCommand label
28467 name "sub:Vertical-Alignment"
28468
28469 \end_inset
28470
28471
28472 \begin_inset Index
28473 status collapsed
28474
28475 \begin_layout Plain Layout
28476 Boxes ! for Vertical Alignment
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \begin_inset Index
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486 Boxes ! Raiseboxes
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \begin_layout Standard
28495 With the help of the command 
28496 \series bold
28497
28498 \backslash
28499 raisebox
28500 \series default
28501  you can align words, characters or other boxes vertically to the surrounding
28502  text.
28503  
28504 \series bold
28505
28506 \backslash
28507 raisebox
28508 \series default
28509  is used with the following scheme:
28510 \end_layout
28511
28512 \begin_layout Standard
28513
28514 \series bold
28515
28516 \backslash
28517 raisebox{lift}[height][depth]{box content}
28518 \end_layout
28519
28520 \begin_layout Standard
28521 The lift can be a positive value to raise the box or a negative value to
28522  lower the box.
28523 \end_layout
28524
28525 \begin_layout Standard
28526 To align for example the word 
28527 \begin_inset Quotes eld
28528 \end_inset
28529
28530 preventing
28531 \begin_inset Quotes erd
28532 \end_inset
28533
28534  so that the bottom of the 
28535 \begin_inset Quotes eld
28536 \end_inset
28537
28538 deepest
28539 \begin_inset Quotes erd
28540 \end_inset
28541
28542  character 
28543 \begin_inset Quotes eld
28544 \end_inset
28545
28546 p
28547 \begin_inset Quotes erd
28548 \end_inset
28549
28550  is at the baseline, insert the command
28551 \end_layout
28552
28553 \begin_layout Standard
28554
28555 \series bold
28556
28557 \backslash
28558 raisebox{
28559 \backslash
28560 depth}{
28561 \end_layout
28562
28563 \begin_layout Standard
28564 in TeX-Code before the word.
28565  Behind the word insert a closing brace 
28566 \begin_inset Quotes eld
28567 \end_inset
28568
28569
28570 \series bold
28571 }
28572 \series default
28573
28574 \begin_inset Quotes erd
28575 \end_inset
28576
28577  in TeX-Code.
28578 \begin_inset Newline newline
28579 \end_inset
28580
28581 This is the result:
28582 \end_layout
28583
28584 \begin_layout Standard
28585 This is a text line with the word 
28586 \begin_inset ERT
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590
28591
28592 \backslash
28593 raisebox{
28594 \backslash
28595 depth}{
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \begin_inset Quotes eld
28602 \end_inset
28603
28604 preventing
28605 \begin_inset Quotes erd
28606 \end_inset
28607
28608
28609 \begin_inset ERT
28610 status collapsed
28611
28612 \begin_layout Plain Layout
28613
28614 }
28615 \end_layout
28616
28617 \end_inset
28618
28619  as raised word.
28620 \end_layout
28621
28622 \begin_layout Standard
28623 \begin_inset VSpace bigskip
28624 \end_inset
28625
28626 When you raise or lower characters in a line, the line distance will be
28627  spread:
28628 \end_layout
28629
28630 \begin_layout Standard
28631 This is a text line with the word 
28632 \begin_inset ERT
28633 status collapsed
28634
28635 \begin_layout Plain Layout
28636
28637
28638 \backslash
28639 raisebox{-
28640 \backslash
28641 depth}{
28642 \end_layout
28643
28644 \end_inset
28645
28646
28647 \begin_inset Quotes eld
28648 \end_inset
28649
28650 preventing
28651 \begin_inset Quotes erd
28652 \end_inset
28653
28654
28655 \begin_inset ERT
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660 }
28661 \end_layout
28662
28663 \end_inset
28664
28665  as lowered word.
28666 \begin_inset Newline newline
28667 \end_inset
28668
28669 This is a text line with the word 
28670 \begin_inset ERT
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674
28675
28676 \backslash
28677 raisebox{0.5cm}{
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \begin_inset Quotes eld
28684 \end_inset
28685
28686 testing
28687 \begin_inset Quotes erd
28688 \end_inset
28689
28690
28691 \begin_inset ERT
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695
28696 }
28697 \end_layout
28698
28699 \end_inset
28700
28701  as raised word.
28702 \end_layout
28703
28704 \begin_layout Standard
28705 If you want to prevent this for a certain reason, set the box height to
28706  a zero value.
28707  For example use
28708 \end_layout
28709
28710 \begin_layout Standard
28711
28712 \series bold
28713
28714 \backslash
28715 raisebox{-
28716 \backslash
28717 depth}[0pt]{
28718 \end_layout
28719
28720 \begin_layout Standard
28721 This is a text line with the word 
28722 \begin_inset ERT
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726
28727
28728 \backslash
28729 raisebox{-
28730 \backslash
28731 depth}[0pt]{
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \begin_inset Quotes eld
28738 \end_inset
28739
28740 preventing
28741 \begin_inset Quotes erd
28742 \end_inset
28743
28744
28745 \begin_inset ERT
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749
28750 }
28751 \end_layout
28752
28753 \end_inset
28754
28755  as lowered word.
28756 \begin_inset Newline newline
28757 \end_inset
28758
28759 This is a text line with the word 
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 raisebox{0.5cm}[0pt]{
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \begin_inset Quotes eld
28774 \end_inset
28775
28776 testing
28777 \begin_inset Quotes erd
28778 \end_inset
28779
28780
28781 \begin_inset ERT
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785
28786 }
28787 \end_layout
28788
28789 \end_inset
28790
28791  as raised word.
28792 \end_layout
28793
28794 \begin_layout Section
28795 Colored Boxes
28796 \begin_inset CommandInset label
28797 LatexCommand label
28798 name "sec:Colored-Boxes"
28799
28800 \end_inset
28801
28802
28803 \begin_inset Index
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807 Boxes ! Color
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Subsection
28816 Color for Text
28817 \begin_inset Index
28818 status collapsed
28819
28820 \begin_layout Plain Layout
28821 Color ! for Text
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Standard
28830 To color the background of text the text must be put into a so called 
28831 \begin_inset Quotes eld
28832 \end_inset
28833
28834 colorbox
28835 \begin_inset Quotes erd
28836 \end_inset
28837
28838 .
28839  This requires that the LaTeX-package 
28840 \series bold
28841 color
28842 \series default
28843
28844 \begin_inset Index
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 LaTeX-packages ! color
28849 \end_layout
28850
28851 \end_inset
28852
28853  is loaded in the document preamble with the command
28854 \end_layout
28855
28856 \begin_layout Standard
28857
28858 \series bold
28859
28860 \backslash
28861 @ifundefined{textcolor}
28862 \begin_inset Newline newline
28863 \end_inset
28864
28865
28866 \begin_inset ERT
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870
28871
28872 \backslash
28873 hphantom{ }
28874 \end_layout
28875
28876 \end_inset
28877
28878 {
28879 \backslash
28880 usepackage{color}}{}
28881 \end_layout
28882
28883 \begin_layout Standard
28884 The package 
28885 \series bold
28886 color
28887 \series default
28888  will be loaded automatically by LyX when you color text
28889 \begin_inset Foot
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 To avoid that it is loaded twice the command 
28894 \series bold
28895
28896 \backslash
28897 @ifundef\SpecialChar \textcompwordmark{}
28898 ined
28899 \series default
28900  is used.
28901 \end_layout
28902
28903 \end_inset
28904
28905 .
28906 \end_layout
28907
28908 \begin_layout Standard
28909 \begin_inset VSpace medskip
28910 \end_inset
28911
28912 Colorboxes are created with the command 
28913 \series bold
28914
28915 \backslash
28916 colorbox
28917 \series default
28918 .
28919  This will be used with the following scheme:
28920 \end_layout
28921
28922 \begin_layout Standard
28923
28924 \series bold
28925
28926 \backslash
28927 colorbox{color}{box content}
28928 \end_layout
28929
28930 \begin_layout Standard
28931 The box content can also be a box and colorboxes can also be within other
28932  boxes.
28933 \end_layout
28934
28935 \begin_layout Standard
28936 The following colors are predefined:
28937 \begin_inset Newline newline
28938 \end_inset
28939
28940
28941 \family sans
28942 black
28943 \family default
28944
28945 \family sans
28946 blue
28947 \family default
28948
28949 \family sans
28950 cyan
28951 \family default
28952 \series bold
28953 ,
28954 \series default
28955  
28956 \family sans
28957 green
28958 \family default
28959
28960 \family sans
28961 magenta
28962 \family default
28963
28964 \family sans
28965 red
28966 \family default
28967
28968 \family sans
28969 white
28970 \family default
28971 , and 
28972 \family sans
28973 yellow
28974 \family default
28975 .
28976 \begin_inset Newline newline
28977 \end_inset
28978
28979 You can also define your own color as described in section
28980 \begin_inset space ~
28981 \end_inset
28982
28983
28984 \begin_inset CommandInset ref
28985 LatexCommand ref
28986 reference "sec:Colored-Tables"
28987
28988 \end_inset
28989
28990 .
28991 \end_layout
28992
28993 \begin_layout Standard
28994 To have e.
28995 \begin_inset space \thinspace{}
28996 \end_inset
28997
28998 g.
28999 \begin_inset space ~
29000 \end_inset
29001
29002 a red background for a word, insert the command
29003 \end_layout
29004
29005 \begin_layout Standard
29006
29007 \series bold
29008
29009 \backslash
29010 colorbox{red}{
29011 \end_layout
29012
29013 \begin_layout Standard
29014 before the word in TeX-Code.
29015  Behind the word insert a closing brace 
29016 \begin_inset Quotes eld
29017 \end_inset
29018
29019
29020 \series bold
29021 }
29022 \series default
29023
29024 \begin_inset Quotes erd
29025 \end_inset
29026
29027  in TeX-Code.
29028 \begin_inset Newline newline
29029 \end_inset
29030
29031 This is the result:
29032 \end_layout
29033
29034 \begin_layout Standard
29035 This is a line where the word 
29036 \begin_inset ERT
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040
29041
29042 \backslash
29043 colorbox{red}{
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \begin_inset Quotes eld
29050 \end_inset
29051
29052 Attention!
29053 \begin_inset Quotes erd
29054 \end_inset
29055
29056
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062 }
29063 \end_layout
29064
29065 \end_inset
29066
29067  has a red background.
29068 \end_layout
29069
29070 \begin_layout Standard
29071 \begin_inset VSpace bigskip
29072 \end_inset
29073
29074 If you would have the box frame in a different color, you can use the command
29075  
29076 \series bold
29077
29078 \backslash
29079 fcolorbox
29080 \series default
29081  with the following scheme:
29082 \end_layout
29083
29084 \begin_layout Standard
29085
29086 \series bold
29087
29088 \backslash
29089 fcolorbox{frame color}{box color}{box content}
29090 \end_layout
29091
29092 \begin_layout Standard
29093
29094 \series bold
29095
29096 \backslash
29097 fcolorbox
29098 \series default
29099  is an extension to 
29100 \series bold
29101
29102 \backslash
29103 colorbox
29104 \series default
29105 .
29106  The frame thickness and the space between the frame and the box content
29107  can be adjusted with the lengths 
29108 \series bold
29109
29110 \backslash
29111 fboxrule
29112 \series default
29113  and 
29114 \series bold
29115
29116 \backslash
29117 fboxsep
29118 \series default
29119 , respectively, as described in section
29120 \begin_inset space ~
29121 \end_inset
29122
29123
29124 \begin_inset CommandInset ref
29125 LatexCommand ref
29126 reference "sec:Framed-Boxes"
29127
29128 \end_inset
29129
29130 .
29131 \end_layout
29132
29133 \begin_layout Standard
29134 For the following example the command
29135 \end_layout
29136
29137 \begin_layout Standard
29138
29139 \series bold
29140
29141 \backslash
29142 fcolorbox{cyan}{magenta}{
29143 \end_layout
29144
29145 \begin_layout Standard
29146 was used.
29147 \end_layout
29148
29149 \begin_layout Standard
29150 Here is an example where the frame line thickness was set to 1
29151 \begin_inset space \thinspace{}
29152 \end_inset
29153
29154 mm:
29155 \begin_inset Newline newline
29156 \end_inset
29157
29158
29159 \begin_inset ERT
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163
29164
29165 \backslash
29166 fboxrule 1mm 
29167 \backslash
29168 fboxsep 1mm
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \begin_inset ERT
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178
29179
29180 \backslash
29181 fcolorbox{cyan}{magenta}{
29182 \end_layout
29183
29184 \end_inset
29185
29186 This is text within a colored, framed box.
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192 }
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \end_layout
29199
29200 \begin_layout Standard
29201 \begin_inset VSpace bigskip
29202 \end_inset
29203
29204 Of course you can also have colored text inside a colorbox:
29205 \begin_inset Newline newline
29206 \end_inset
29207
29208
29209 \begin_inset ERT
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213
29214
29215 \backslash
29216 fcolorbox{cyan}{magenta}{
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \color yellow
29223 This is colored text within a colored, framed box.
29224 \color none
29225
29226 \begin_inset ERT
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230
29231 }
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \begin_inset ERT
29238 status collapsed
29239
29240 \begin_layout Plain Layout
29241
29242
29243 \backslash
29244 fboxrule 0.4pt 
29245 \backslash
29246 fboxsep 3pt
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \begin_layout Standard
29255
29256 \series bold
29257 \begin_inset VSpace medskip
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Standard
29264 \begin_inset Note Greyedout
29265 status open
29266
29267 \begin_layout Plain Layout
29268
29269 \series bold
29270 Note:
29271 \series default
29272  Text in colorboxes cannot have line breaks.
29273  To color multiple text lines or paragraphs, use a box inside a colorbox
29274  as described in the following.
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \begin_layout Subsection
29283 Color for Paragraphs
29284 \begin_inset CommandInset label
29285 LatexCommand label
29286 name "sub:Color-for-Paragraphs"
29287
29288 \end_inset
29289
29290
29291 \begin_inset Index
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295 Color ! for Paragraphs
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \end_layout
29302
29303 \begin_layout Standard
29304 To set the background color for more than one text line, put the text into
29305  a minipage.
29306  Before the minipage insert the 
29307 \series bold
29308
29309 \backslash
29310 colorbox
29311 \series default
29312  command
29313 \end_layout
29314
29315 \begin_layout Standard
29316
29317 \series bold
29318
29319 \backslash
29320 colorbox{color}{
29321 \end_layout
29322
29323 \begin_layout Standard
29324 in TeX-Code.
29325  Behind the minipage insert a closing brace 
29326 \begin_inset Quotes eld
29327 \end_inset
29328
29329
29330 \series bold
29331 }
29332 \series default
29333
29334 \begin_inset Quotes erd
29335 \end_inset
29336
29337  in TeX-Code.
29338 \end_layout
29339
29340 \begin_layout Standard
29341 \begin_inset ERT
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345
29346
29347 \backslash
29348 colorbox{lightgrey}{
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \begin_inset Box Frameless
29355 position "t"
29356 hor_pos "c"
29357 has_inner_box 1
29358 inner_pos "t"
29359 use_parbox 0
29360 width "100col%"
29361 special "none"
29362 height "1in"
29363 height_special "totalheight"
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367 This is text with background color.
29368  This is text with background color.
29369 \end_layout
29370
29371 \begin_layout Plain Layout
29372 \begin_inset VSpace defskip
29373 \end_inset
29374
29375 The text can have footnotes
29376 \begin_inset Foot
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380 Another example footnote
29381 \end_layout
29382
29383 \end_inset
29384
29385  and can include tables and figures.
29386 \end_layout
29387
29388 \begin_layout Plain Layout
29389 \align center
29390 \begin_inset Tabular
29391 <lyxtabular version="3" rows="3" columns="3">
29392 <features>
29393 <column alignment="center" valignment="top" width="0">
29394 <column alignment="center" valignment="top" width="0">
29395 <column alignment="center" valignment="top" width="0">
29396 <row>
29397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Plain Layout
29401 a
29402 \end_layout
29403
29404 \end_inset
29405 </cell>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410 !
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Plain Layout
29419 3
29420 \end_layout
29421
29422 \end_inset
29423 </cell>
29424 </row>
29425 <row>
29426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29427 \begin_inset Text
29428
29429 \begin_layout Plain Layout
29430 <
29431 \end_layout
29432
29433 \end_inset
29434 </cell>
29435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29436 \begin_inset Text
29437
29438 \begin_layout Plain Layout
29439 b2
29440 \begin_inset Quotes erd
29441 \end_inset
29442
29443 |
29444 \end_layout
29445
29446 \end_inset
29447 </cell>
29448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29449 \begin_inset Text
29450
29451 \begin_layout Plain Layout
29452 >
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 </row>
29458 <row>
29459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Plain Layout
29463 1
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29469 \begin_inset Text
29470
29471 \begin_layout Plain Layout
29472 §
29473 \end_layout
29474
29475 \end_inset
29476 </cell>
29477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29478 \begin_inset Text
29479
29480 \begin_layout Plain Layout
29481 c
29482 \end_layout
29483
29484 \end_inset
29485 </cell>
29486 </row>
29487 </lyxtabular>
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \begin_inset ERT
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501
29502 }
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Section
29511 Rotated and Scaled Boxes
29512 \end_layout
29513
29514 \begin_layout Standard
29515 To use the the commands described in this section, the LaTeX-package 
29516 \series bold
29517 graphicx
29518 \series default
29519
29520 \begin_inset Index
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 LaTeX-packages ! graphicx
29525 \end_layout
29526
29527 \end_inset
29528
29529  needs to be loaded in the document preamble with the command
29530 \end_layout
29531
29532 \begin_layout Standard
29533
29534 \series bold
29535
29536 \backslash
29537 @ifundefined{rotatebox}
29538 \begin_inset Newline newline
29539 \end_inset
29540
29541
29542 \begin_inset ERT
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546
29547
29548 \backslash
29549 hphantom{ }
29550 \end_layout
29551
29552 \end_inset
29553
29554 {
29555 \backslash
29556 usepackage{graphicx}}{}
29557 \end_layout
29558
29559 \begin_layout Standard
29560 \begin_inset Note Greyedout
29561 status open
29562
29563 \begin_layout Plain Layout
29564
29565 \series bold
29566 Note:
29567 \series default
29568  Some DVI-viewers can't display rotated or scaled material.
29569 \end_layout
29570
29571 \end_inset
29572
29573
29574 \end_layout
29575
29576 \begin_layout Standard
29577 \begin_inset Note Greyedout
29578 status open
29579
29580 \begin_layout Plain Layout
29581
29582 \series bold
29583 Note:
29584 \series default
29585  Floats mustn't be inside a rotated or scaled box.
29586 \end_layout
29587
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \begin_layout Subsection
29594 Rotated Boxes
29595 \begin_inset Index
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599 Boxes ! rotated
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \begin_inset Index
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 Rotated material
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \begin_inset Index
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 Figures ! rotated
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \begin_inset Index
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629 Table Customization ! Rotating
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Standard
29638 To rotate material, you can put it into a rotated box.
29639  Such a box is created using the command 
29640 \series bold
29641
29642 \backslash
29643 rotatebox
29644 \series default
29645  in TeX-Code with the following scheme:
29646 \end_layout
29647
29648 \begin_layout Standard
29649
29650 \series bold
29651
29652 \backslash
29653 rotatebox[rotation origin]{rotation angle}{box content}
29654 \end_layout
29655
29656 \begin_layout Standard
29657 The rotation origin is specified in the form 
29658 \series bold
29659 origin=position
29660 \series default
29661 .
29662  The following positions are possible: 
29663 \emph on
29664 c
29665 \emph default
29666  (center), 
29667 \emph on
29668 l
29669 \emph default
29670  (left), 
29671 \emph on
29672 r
29673 \emph default
29674  (right), 
29675 \emph on
29676 b
29677 \emph default
29678  (bottom), 
29679 \emph on
29680 t
29681 \emph default
29682  (top), and also expedient combinations of the four base positions.
29683  For example 
29684 \emph on
29685 lt
29686 \emph default
29687  means, that the rotation origin is at the top left corner of the box.
29688  When no rotation origin is specified, the position 
29689 \emph on
29690 l
29691 \emph default
29692  will be used.
29693  The rotation angle is a number that can be negative that specifies the
29694  angle in degrees.
29695  The rotation direction is counterclockwise.
29696 \end_layout
29697
29698 \begin_layout Standard
29699 In the following example the command 
29700 \series bold
29701
29702 \backslash
29703 rotatebox[origin=c]{60}{
29704 \series default
29705  was inserted as TeX-Code before the text 
29706 \begin_inset Quotes eld
29707 \end_inset
29708
29709 with rotated
29710 \begin_inset Quotes erd
29711 \end_inset
29712
29713 ; after the text the box was closed by a closing brace 
29714 \series bold
29715 }
29716 \series default
29717  in TeX-Code.
29718 \end_layout
29719
29720 \begin_layout Standard
29721 This is a line 
29722 \begin_inset ERT
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726
29727
29728 \backslash
29729 rotatebox[origin=c]{60}{
29730 \end_layout
29731
29732 \end_inset
29733
29734 with rotated
29735 \begin_inset ERT
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740 }
29741 \end_layout
29742
29743 \end_inset
29744
29745  text.
29746 \end_layout
29747
29748 \begin_layout Standard
29749 The box content can also be another box or an inline formula:
29750 \end_layout
29751
29752 \begin_layout Standard
29753 This is a line
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759
29760 \backslash
29761 rotatebox[origin=r]{-60}{
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \begin_inset Box Doublebox
29768 position "c"
29769 hor_pos "c"
29770 has_inner_box 0
29771 inner_pos "c"
29772 use_parbox 0
29773 width "1in"
29774 special "width"
29775 height "1in"
29776 height_special "totalheight"
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780 with rotated
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \begin_inset ERT
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790
29791 }
29792 \end_layout
29793
29794 \end_inset
29795
29796  framed text 
29797 \begin_inset ERT
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801
29802
29803 \backslash
29804 rotatebox[origin=lb]{60}{
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29811 \end_inset
29812
29813
29814 \begin_inset ERT
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818
29819 }
29820 \end_layout
29821
29822 \end_inset
29823
29824  and a formula.
29825 \end_layout
29826
29827 \begin_layout Standard
29828 or an image or table:
29829 \end_layout
29830
29831 \begin_layout Standard
29832 This is a line
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837
29838
29839 \backslash
29840 rotatebox[origin=lb]{90}{
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \begin_inset Graphics
29847         filename clipart/platypus.eps
29848         lyxscale 50
29849         width 25col%
29850
29851 \end_inset
29852
29853
29854 \begin_inset ERT
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858
29859 }
29860 \end_layout
29861
29862 \end_inset
29863
29864  with a rotated image 
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870
29871 \backslash
29872 rotatebox[origin=l]{-90}{
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \begin_inset Tabular
29879 <lyxtabular version="3" rows="2" columns="2">
29880 <features>
29881 <column alignment="center" valignment="top" width="0">
29882 <column alignment="center" valignment="top" width="0">
29883 <row>
29884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29885 \begin_inset Text
29886
29887 \begin_layout Plain Layout
29888 q
29889 \end_layout
29890
29891 \end_inset
29892 </cell>
29893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29894 \begin_inset Text
29895
29896 \begin_layout Plain Layout
29897 w
29898 \end_layout
29899
29900 \end_inset
29901 </cell>
29902 </row>
29903 <row>
29904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29905 \begin_inset Text
29906
29907 \begin_layout Plain Layout
29908 e
29909 \end_layout
29910
29911 \end_inset
29912 </cell>
29913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29914 \begin_inset Text
29915
29916 \begin_layout Plain Layout
29917 r
29918 \end_layout
29919
29920 \end_inset
29921 </cell>
29922 </row>
29923 </lyxtabular>
29924
29925 \end_inset
29926
29927
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933 }
29934 \end_layout
29935
29936 \end_inset
29937
29938  and table.
29939 \end_layout
29940
29941 \begin_layout Subsection
29942 Scaled Boxes
29943 \begin_inset Index
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947 Boxes ! scaled
29948 \end_layout
29949
29950 \end_inset
29951
29952
29953 \begin_inset Index
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957 Scaled material
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \begin_inset Index
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967 Figures ! scaled
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \begin_inset Index
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977 Table Customization ! Scaling
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986 To scale material the commands 
29987 \series bold
29988
29989 \backslash
29990 scalebox
29991 \series default
29992  and 
29993 \series bold
29994
29995 \backslash
29996 resizebox
29997 \series default
29998  can be used as TeX-Code.
29999 \end_layout
30000
30001 \begin_layout Standard
30002
30003 \series bold
30004
30005 \backslash
30006 scalebox
30007 \series default
30008  is used with the following scheme:
30009 \end_layout
30010
30011 \begin_layout Standard
30012
30013 \series bold
30014
30015 \backslash
30016 scalebox{horizontal}[vertical]{box content}
30017 \end_layout
30018
30019 \begin_layout Standard
30020 Horizontal and vertical are the corresponding scaling factors.
30021  If no vertical scaling factor is given, the horizontal factor will also
30022  be used as vertical one.
30023 \end_layout
30024
30025 \begin_layout Standard
30026 The command 
30027 \series bold
30028
30029 \backslash
30030 scalebox{2}{Hello}
30031 \series default
30032  creates for example a double size 
30033 \begin_inset ERT
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038
30039 \backslash
30040 scalebox{2}{
30041 \end_layout
30042
30043 \end_inset
30044
30045 Hello
30046 \begin_inset ERT
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050
30051 }
30052 \end_layout
30053
30054 \end_inset
30055
30056 , compared to the document text size.
30057 \end_layout
30058
30059 \begin_layout Standard
30060
30061 \series bold
30062
30063 \backslash
30064 scalebox{2}[1]{Hello}
30065 \series default
30066  in contrary distorts the 
30067 \begin_inset ERT
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 scalebox{2}[1]{
30075 \end_layout
30076
30077 \end_inset
30078
30079 Hello
30080 \begin_inset ERT
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084
30085 }
30086 \end_layout
30087
30088 \end_inset
30089
30090 .
30091 \end_layout
30092
30093 \begin_layout Standard
30094 If a the scaling factor is negative, the box content will be mirrored.
30095  Therefore the command 
30096 \series bold
30097
30098 \backslash
30099 scalebox{-1}[1]{Hello}
30100 \series default
30101  can be used to create mirror writing: 
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107
30108 \backslash
30109 scalebox{-1}[1]{
30110 \end_layout
30111
30112 \end_inset
30113
30114 Hello
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120 }
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \end_layout
30127
30128 \begin_layout Standard
30129
30130 \series bold
30131
30132 \backslash
30133 scalebox{1}[-1]{Hello}
30134 \series default
30135  reflects the 
30136 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140
30141
30142 \backslash
30143 scalebox{1}[-1]{
30144 \end_layout
30145
30146 \end_inset
30147
30148 Hello
30149 \begin_inset ERT
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153
30154 }
30155 \end_layout
30156
30157 \end_inset
30158
30159  at the base line.
30160 \end_layout
30161
30162 \begin_layout Standard
30163 Equivalent to 
30164 \series bold
30165
30166 \backslash
30167 scalebox{-1}[1]{box content}
30168 \series default
30169  there exists the command
30170 \begin_inset Newline newline
30171 \end_inset
30172
30173
30174 \series bold
30175
30176 \backslash
30177 reflectbox{box content}
30178 \series default
30179 .
30180 \end_layout
30181
30182 \begin_layout Standard
30183 \begin_inset VSpace bigskip
30184 \end_inset
30185
30186 The command 
30187 \series bold
30188
30189 \backslash
30190 resizebox
30191 \series default
30192  is used to scale the box to a defined width and height.
30193  The command scheme is:
30194 \end_layout
30195
30196 \begin_layout Standard
30197
30198 \series bold
30199
30200 \backslash
30201 resizebox{width}{height}{box content}
30202 \end_layout
30203
30204 \begin_layout Standard
30205 Is one of the two command arguments given as exclamation mark 
30206 \series bold
30207 !
30208 \series default
30209 , the size is set so that the aspect ratio of the box content is kept.
30210 \end_layout
30211
30212 \begin_layout Standard
30213 The command 
30214 \series bold
30215
30216 \backslash
30217 resizebox{2cm}{1cm}{Hello}
30218 \series default
30219  produces: 
30220 \begin_inset ERT
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224
30225
30226 \backslash
30227 resizebox{2cm}{1cm}{
30228 \end_layout
30229
30230 \end_inset
30231
30232 Hello
30233 \begin_inset ERT
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237
30238 }
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \begin_inset Newline newline
30245 \end_inset
30246
30247 The command 
30248 \series bold
30249
30250 \backslash
30251 resizebox{2cm}{!}{Hello}
30252 \series default
30253  produces: 
30254 \begin_inset ERT
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258
30259
30260 \backslash
30261 resizebox{2cm}{!}{
30262 \end_layout
30263
30264 \end_inset
30265
30266 Hello
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272 }
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset VSpace bigskip
30282 \end_inset
30283
30284
30285 \begin_inset Note Greyedout
30286 status open
30287
30288 \begin_layout Plain Layout
30289
30290 \series bold
30291 Note:
30292 \series default
30293  When arguments of 
30294 \series bold
30295
30296 \backslash
30297 scalebox
30298 \series default
30299  or 
30300 \series bold
30301
30302 \backslash
30303 resizebox
30304 \series default
30305  are set to zero, no LaTeX-errors occur when exporting the document but
30306  the exported files can not or only partly be displayed.
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \end_layout
30313
30314 \begin_layout Standard
30315 \begin_inset VSpace bigskip
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Standard
30322 The boxes can be combined in any order.
30323  E.
30324 \begin_inset space \thinspace{}
30325 \end_inset
30326
30327 g.
30328 \begin_inset space ~
30329 \end_inset
30330
30331 the command
30332 \begin_inset Newline newline
30333 \end_inset
30334
30335
30336 \series bold
30337
30338 \backslash
30339 rotatebox[origin=c]{-45}{
30340 \backslash
30341 resizebox{2cm}{!}{
30342 \backslash
30343 reflectbox{Hello}}}
30344 \begin_inset Newline newline
30345 \end_inset
30346
30347
30348 \series default
30349 produces:
30350 \end_layout
30351
30352 \begin_layout Standard
30353 \align center
30354 \begin_inset ERT
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358
30359
30360 \backslash
30361 rotatebox[origin=c]{-45}{
30362 \backslash
30363 resizebox{2cm}{!}{
30364 \backslash
30365 reflectbox{
30366 \end_layout
30367
30368 \end_inset
30369
30370 Hello
30371 \begin_inset ERT
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375
30376 }}}
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Standard
30385 \noindent
30386 Images, tables, and inline formulas are allowed as box content:
30387 \end_layout
30388
30389 \begin_layout Standard
30390 \align center
30391 \begin_inset ERT
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396
30397 \backslash
30398 rotatebox[origin=c]{-30}{
30399 \backslash
30400 resizebox{2cm}{!}{
30401 \backslash
30402 reflectbox{
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \begin_inset Graphics
30409         filename clipart/platypus.eps
30410         lyxscale 50
30411         width 25col%
30412
30413 \end_inset
30414
30415
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421 }}}
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \begin_inset ERT
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431
30432
30433 \backslash
30434 rotatebox[origin=c]{-45}{
30435 \backslash
30436 resizebox{2cm}{!}{
30437 \backslash
30438 reflectbox{
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \begin_inset Tabular
30445 <lyxtabular version="3" rows="2" columns="2">
30446 <features>
30447 <column alignment="center" valignment="top" width="0">
30448 <column alignment="center" valignment="top" width="0">
30449 <row>
30450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout Plain Layout
30454 q
30455 \end_layout
30456
30457 \end_inset
30458 </cell>
30459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30460 \begin_inset Text
30461
30462 \begin_layout Plain Layout
30463 w
30464 \end_layout
30465
30466 \end_inset
30467 </cell>
30468 </row>
30469 <row>
30470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30471 \begin_inset Text
30472
30473 \begin_layout Plain Layout
30474 e
30475 \end_layout
30476
30477 \end_inset
30478 </cell>
30479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30480 \begin_inset Text
30481
30482 \begin_layout Plain Layout
30483 r
30484 \end_layout
30485
30486 \end_inset
30487 </cell>
30488 </row>
30489 </lyxtabular>
30490
30491 \end_inset
30492
30493
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499 }}}
30500 \end_layout
30501
30502 \end_inset
30503
30504
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 rotatebox[origin=c]{-45}{
30513 \backslash
30514 resizebox{2cm}{!}{
30515 \backslash
30516 reflectbox{
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30523 \end_inset
30524
30525
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531 }}}
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \end_layout
30538
30539 \begin_layout Standard
30540 When the global formula style 
30541 \series bold
30542 fleqn
30543 \series default
30544  is used in the document
30545 \begin_inset Foot
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549 When 
30550 \begin_inset Quotes eld
30551 \end_inset
30552
30553 fleqn
30554 \begin_inset Quotes erd
30555 \end_inset
30556
30557  is added to the document class options.
30558 \end_layout
30559
30560 \end_inset
30561
30562 , also display formulas can be scaled.
30563 \end_layout
30564
30565 \begin_layout Chapter
30566 External Stuff
30567 \begin_inset Index
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571 External Stuff
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \begin_layout Standard
30580 With the menu 
30581 \family sans
30582 Insert\SpecialChar \menuseparator
30583 File
30584 \family default
30585  you can insert external material to your document.
30586  This can be:
30587 \end_layout
30588
30589 \begin_layout Description
30590 LyX
30591 \begin_inset space ~
30592 \end_inset
30593
30594 Document Another LyX document; its content is directly inserted to your
30595  document.
30596 \end_layout
30597
30598 \begin_layout Description
30599 Plain
30600 \begin_inset space ~
30601 \end_inset
30602
30603 Text A text document; every of its text lines is inserted to your document
30604  as own paragraph.
30605 \end_layout
30606
30607 \begin_layout Description
30608 Plain
30609 \begin_inset space ~
30610 \end_inset
30611
30612 Text,
30613 \begin_inset space ~
30614 \end_inset
30615
30616 Join
30617 \begin_inset space ~
30618 \end_inset
30619
30620 Lines A text document; its text lines are inserted as they are.
30621  Empty text lines creates a new paragraph in your document.
30622 \end_layout
30623
30624 \begin_layout Description
30625 External
30626 \begin_inset space ~
30627 \end_inset
30628
30629 Material Files in various formats.
30630 \end_layout
30631
30632 \begin_layout Description
30633 Child
30634 \begin_inset space ~
30635 \end_inset
30636
30637 Document LyX or LaTeX-documents.
30638 \end_layout
30639
30640 \begin_layout Section
30641 External Material
30642 \begin_inset Index
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646 External Stuff ! External Material
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \end_layout
30653
30654 \begin_layout Standard
30655 The external material feature allows you to insert files to your document
30656  without converting them previously to a format that can be read by the
30657  document output format because LyX takes care of needed conversions.
30658  This is similar to images that can be inserted in various image formats
30659  to LyX documents.
30660 \end_layout
30661
30662 \begin_layout Standard
30663 External material can be inserted via the 
30664 \family sans
30665 External Material
30666 \family default
30667  dialog that is accessible with the menu 
30668 \family sans
30669 Insert\SpecialChar \menuseparator
30670 File\SpecialChar \menuseparator
30671 External
30672 \begin_inset space ~
30673 \end_inset
30674
30675 Material
30676 \family default
30677 .
30678  Currently the following file types (
30679 \family sans
30680 Templates
30681 \family default
30682 ) are allowed:
30683 \end_layout
30684
30685 \begin_layout Description
30686 ChessDiagram This template supports chess position diagrams made with the
30687  programas 
30688 \series bold
30689
30690 \begin_inset CommandInset href
30691 LatexCommand href
30692 name "XBoard"
30693 target "http://en.wikipedia.org/wiki/XBoard"
30694
30695 \end_inset
30696
30697
30698 \series default
30699 .
30700 \end_layout
30701
30702 \begin_layout Description
30703 Date This inserts the date in the form 
30704 \emph on
30705 Day-Month-Year
30706 \emph default
30707 .
30708  This is a date inserted as external material: 
30709 \begin_inset External
30710         template Date
30711         filename .
30712
30713 \end_inset
30714
30715
30716 \begin_inset space ~
30717 \end_inset
30718
30719
30720 \begin_inset Note Note
30721 status open
30722
30723 \begin_layout Plain Layout
30724 Remove the protected space when bug 4398 is fixed!
30725 \end_layout
30726
30727 \end_inset
30728
30729
30730 \begin_inset Newline newline
30731 \end_inset
30732
30733 The date is not shown within LyX, only in the output.
30734  There are two other methods of inserting a date: Via menu 
30735 \family sans
30736 Insert\SpecialChar \menuseparator
30737 Date
30738 \family default
30739  and with the LaTeX command 
30740 \series bold
30741
30742 \backslash
30743 today
30744 \series default
30745  as TeX-Code.
30746  The different methods are compared in Table
30747 \begin_inset space ~
30748 \end_inset
30749
30750
30751 \begin_inset CommandInset ref
30752 LatexCommand ref
30753 reference "tab:Comparison-of-the"
30754
30755 \end_inset
30756
30757 .
30758 \end_layout
30759
30760 \begin_layout Description
30761 LilyPond This template is used for music notation typeset with the program
30762 \begin_inset Newline linebreak
30763 \end_inset
30764
30765
30766 \series bold
30767
30768 \begin_inset CommandInset href
30769 LatexCommand href
30770 name "LilyPond"
30771 target "http://en.wikipedia.org/wiki/LilyPond"
30772
30773 \end_inset
30774
30775
30776 \series default
30777 .
30778 \end_layout
30779
30780 \begin_layout Description
30781 RasterImage This can be used for bitmap images.
30782  Nearly all popular image formats are supported.
30783  The image can be treated in the 
30784 \family sans
30785 External material
30786 \family default
30787  dialog like the images that are usually included via the 
30788 \family sans
30789 Graphics
30790 \family default
30791  dialog as described in section
30792 \begin_inset space ~
30793 \end_inset
30794
30795
30796 \begin_inset CommandInset ref
30797 LatexCommand ref
30798 reference "sec:Graphics-Dialog"
30799
30800 \end_inset
30801
30802 .
30803  The difference is that only raster images are allowed, that means that
30804  PDF and EPS-images are not supported.
30805 \end_layout
30806
30807 \begin_layout Description
30808 XFig This template supports images created with the program 
30809 \series bold
30810
30811 \begin_inset CommandInset href
30812 LatexCommand href
30813 name "Xfig"
30814 target "http://en.wikipedia.org/wiki/Xfig"
30815
30816 \end_inset
30817
30818
30819 \series default
30820 .
30821 \end_layout
30822
30823 \begin_layout Standard
30824 \begin_inset Float table
30825 placement h
30826 wide false
30827 sideways false
30828 status open
30829
30830 \begin_layout Plain Layout
30831 \begin_inset Caption
30832
30833 \begin_layout Plain Layout
30834 \begin_inset CommandInset label
30835 LatexCommand label
30836 name "tab:Comparison-of-the"
30837
30838 \end_inset
30839
30840 Comparison of the date input methods.
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Plain Layout
30849 \align center
30850 \begin_inset Tabular
30851 <lyxtabular version="3" rows="4" columns="4">
30852 <features>
30853 <column alignment="center" valignment="top" width="0">
30854 <column alignment="center" valignment="top" width="0">
30855 <column alignment="center" valignment="top" width="0">
30856 <column alignment="center" valignment="top" width="0">
30857 <row>
30858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30859 \begin_inset Text
30860
30861 \begin_layout Plain Layout
30862 Document format
30863 \end_layout
30864
30865 \end_inset
30866 </cell>
30867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30868 \begin_inset Text
30869
30870 \begin_layout Plain Layout
30871
30872 \family sans
30873 External Material\SpecialChar \menuseparator
30874 Date
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
30884 \family sans
30885 Insert\SpecialChar \menuseparator
30886 Date
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30892 \begin_inset Text
30893
30894 \begin_layout Plain Layout
30895 command 
30896 \series bold
30897
30898 \backslash
30899 today
30900 \end_layout
30901
30902 \end_inset
30903 </cell>
30904 </row>
30905 <row>
30906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30907 \begin_inset Text
30908
30909 \begin_layout Plain Layout
30910 LyX
30911 \end_layout
30912
30913 \end_inset
30914 </cell>
30915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30916 \begin_inset Text
30917
30918 \begin_layout Plain Layout
30919 as inset box
30920 \end_layout
30921
30922 \end_inset
30923 </cell>
30924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30925 \begin_inset Text
30926
30927 \begin_layout Plain Layout
30928 as date
30929 \end_layout
30930
30931 \end_inset
30932 </cell>
30933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30934 \begin_inset Text
30935
30936 \begin_layout Plain Layout
30937 as TeX-Code inset box
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 </row>
30943 <row>
30944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30945 \begin_inset Text
30946
30947 \begin_layout Plain Layout
30948 LaTeX
30949 \end_layout
30950
30951 \end_inset
30952 </cell>
30953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30954 \begin_inset Text
30955
30956 \begin_layout Plain Layout
30957 as date
30958 \end_layout
30959
30960 \end_inset
30961 </cell>
30962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30963 \begin_inset Text
30964
30965 \begin_layout Plain Layout
30966 as date
30967 \end_layout
30968
30969 \end_inset
30970 </cell>
30971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30972 \begin_inset Text
30973
30974 \begin_layout Plain Layout
30975 as command
30976 \end_layout
30977
30978 \end_inset
30979 </cell>
30980 </row>
30981 <row>
30982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30983 \begin_inset Text
30984
30985 \begin_layout Plain Layout
30986 DVI, PDF, PS
30987 \end_layout
30988
30989 \end_inset
30990 </cell>
30991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30992 \begin_inset Text
30993
30994 \begin_layout Plain Layout
30995 as date
30996 \end_layout
30997
30998 \end_inset
30999 </cell>
31000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31001 \begin_inset Text
31002
31003 \begin_layout Plain Layout
31004 as date
31005 \end_layout
31006
31007 \end_inset
31008 </cell>
31009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31010 \begin_inset Text
31011
31012 \begin_layout Plain Layout
31013 as date
31014 \end_layout
31015
31016 \end_inset
31017 </cell>
31018 </row>
31019 </lyxtabular>
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \end_layout
31030
31031 \begin_layout Standard
31032 When you use the option 
31033 \family sans
31034 Draft
31035 \family default
31036  in the 
31037 \family sans
31038 File
31039 \family default
31040  tab of the 
31041 \family sans
31042 External Material
31043 \family default
31044  dialog, only the path to the inserted file is shown in the output.
31045 \begin_inset Newline newline
31046 \end_inset
31047
31048 External material is displayed in LyX either as box like this: 
31049 \begin_inset Graphics
31050         filename clipart/ExternalMaterialQt4.png
31051         scale 85
31052         scaleBeforeRotation
31053
31054 \end_inset
31055
31056  or as image, depending on the setting in the 
31057 \family sans
31058 LyX
31059 \begin_inset space ~
31060 \end_inset
31061
31062 View
31063 \family default
31064  tab of the 
31065 \family sans
31066 External Material
31067 \family default
31068  dialog.
31069 \end_layout
31070
31071 \begin_layout Standard
31072 The 
31073 \family sans
31074 \emph on
31075 Customization
31076 \family default
31077 \emph default
31078  manual explains how you can define your own templates.
31079 \end_layout
31080
31081 \begin_layout Section
31082 Child Documents
31083 \begin_inset CommandInset label
31084 LatexCommand label
31085 name "sec:Child-Documents"
31086
31087 \end_inset
31088
31089
31090 \begin_inset Index
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 External Stuff ! Child Documents
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \begin_inset Index
31101 status collapsed
31102
31103 \begin_layout Plain Layout
31104 Files ! Include
31105 \end_layout
31106
31107 \end_inset
31108
31109
31110 \end_layout
31111
31112 \begin_layout Standard
31113 Child documents are used when you have a long document consisting of several
31114  larger parts or sections.
31115  For maintenance it is often useful and sometimes even required to split
31116  the document in several files that can be revised separately.
31117  The different documents are then the so called child documents and a master
31118  document connects them to print the full document or parts of it.
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Included documents are displayed in LyX as a box like this: 
31123 \begin_inset Graphics
31124         filename clipart/ChildDocumentQt4.png
31125         scale 85
31126         scaleBeforeRotation
31127
31128 \end_inset
31129
31130  To include child documents to a master document use the menu 
31131 \family sans
31132 Insert\SpecialChar \menuseparator
31133 File\SpecialChar \menuseparator
31134 Child
31135 \begin_inset space ~
31136 \end_inset
31137
31138 Documents
31139 \family default
31140 .
31141  A dialog pops up where you can choose between four include methods:
31142 \end_layout
31143
31144 \begin_layout Description
31145 Include You can include LyX and LaTeX-documents.
31146  When you press the 
31147 \family sans
31148 Load
31149 \family default
31150  button in the 
31151 \family sans
31152 Child Document
31153 \family default
31154  dialog, the included documents will be opened in LyX in a new file tab
31155  so that you can modify it.
31156 \begin_inset Newline newline
31157 \end_inset
31158
31159
31160 \end_layout
31161
31162 \begin_layout Standard
31163 Here is a child document inserted using 
31164 \family sans
31165 Include
31166 \family default
31167
31168 \begin_inset CommandInset include
31169 LatexCommand include
31170 filename "DummyDocument1.lyx"
31171
31172 \end_inset
31173
31174
31175 \end_layout
31176
31177 \begin_layout Standard
31178 The section numbering includes the sections of the included files in the
31179  order they are inserted in the master document.
31180  The included example document has for example a subsection that is numbered
31181  as subsection of this section.
31182  Labels of included documents can be referenced: Subsection
31183 \begin_inset space ~
31184 \end_inset
31185
31186
31187 \begin_inset CommandInset ref
31188 LatexCommand ref
31189 reference "sub:External-Subsection-1"
31190
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \begin_layout Standard
31197 The preamble of the child document is ignored, only the preamble of the
31198  master document is used.
31199  Included documents are inserted starting on a new page and end with a page
31200  break.
31201 \end_layout
31202
31203 \begin_layout Standard
31204 With the LaTeX-command 
31205 \series bold
31206
31207 \backslash
31208 includeonly 
31209 \series default
31210 you can specify which included child documents are processed when the output
31211  is generated.
31212  This is useful when you are perhaps only working on a certain chapter of
31213  your large document as this saves compiling time.
31214  
31215 \series bold
31216
31217 \backslash
31218 includeonly
31219 \series default
31220  is inserted to the master document preamble.
31221  It takes a comma-separated list of the filenames as argument, e.g.
31222 \end_layout
31223
31224 \begin_layout Standard
31225
31226 \series bold
31227
31228 \backslash
31229 includeonly{chapter1,chapter5}
31230 \end_layout
31231
31232 \begin_layout Standard
31233 will only process the included files named 
31234 \begin_inset Quotes eld
31235 \end_inset
31236
31237 chapter1.lyx
31238 \begin_inset Quotes erd
31239 \end_inset
31240
31241  (or 
31242 \begin_inset Quotes eld
31243 \end_inset
31244
31245 chapter1.tex
31246 \begin_inset Quotes erd
31247 \end_inset
31248
31249 ) and 
31250 \begin_inset Quotes eld
31251 \end_inset
31252
31253 chapter5.lyx
31254 \begin_inset Quotes erd
31255 \end_inset
31256
31257  .
31258 \end_layout
31259
31260 \begin_layout Standard
31261 \begin_inset Note Greyedout
31262 status open
31263
31264 \begin_layout Plain Layout
31265
31266 \series bold
31267 Note:
31268 \series default
31269  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31270 w the document in case that the child document uses another document class
31271  than the master document as this will lead to unexpected outputs.
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \begin_layout Description
31280 Input This method is very similar to the Include method.
31281  The differences are:
31282 \end_layout
31283
31284 \begin_deeper
31285 \begin_layout Itemize
31286 Input files don't start with a new page and don't end with a page break.
31287 \end_layout
31288
31289 \begin_layout Itemize
31290 Input files can be previewed in LyX when 
31291 \family sans
31292 Instant
31293 \begin_inset space ~
31294 \end_inset
31295
31296 Preview
31297 \family default
31298  is enabled in LyX's preferences under 
31299 \family sans
31300 Look
31301 \begin_inset space ~
31302 \end_inset
31303
31304 and
31305 \begin_inset space ~
31306 \end_inset
31307
31308 feel\SpecialChar \menuseparator
31309 Graphics
31310 \family default
31311 .
31312 \end_layout
31313
31314 \begin_layout Itemize
31315 The LaTeX-command 
31316 \series bold
31317
31318 \backslash
31319 includeonly
31320 \series default
31321  cannot be used.
31322 \end_layout
31323
31324 \end_deeper
31325 \begin_layout Standard
31326 Here is a child document inserted using 
31327 \family sans
31328 Input
31329 \family default
31330
31331 \begin_inset CommandInset include
31332 LatexCommand input
31333 filename "DummyDocument2.lyx"
31334
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \begin_layout Description
31341 Verbatim With this method every text file can be included.
31342  The file is shown in the output with its source code, no command used in
31343  the text is invoked.
31344  You can use the option 
31345 \family sans
31346 Mark spaces in output
31347 \family default
31348  that displays the character 
31349 \begin_inset Quotes eld
31350 \end_inset
31351
31352
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 textvisiblespace 
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \begin_inset Quotes erd
31367 \end_inset
31368
31369  for every space character in the source code.
31370  The difference to the method via the menu 
31371 \family sans
31372 Insert\SpecialChar \menuseparator
31373 File\SpecialChar \menuseparator
31374 Plain
31375 \begin_inset space ~
31376 \end_inset
31377
31378 Text
31379 \family default
31380  is that the document content is not shown in LyX.
31381 \end_layout
31382
31383 \begin_layout Standard
31384 Here is a child document inserted as Verbatim: 
31385 \begin_inset CommandInset include
31386 LatexCommand verbatiminput
31387 filename "DummyTextDocument.txt"
31388
31389 \end_inset
31390
31391
31392 \begin_inset VSpace bigskip
31393 \end_inset
31394
31395 Here is a child document inserted as Verbatim using the 
31396 \family sans
31397 Mark spaces in output
31398 \family default
31399  option: 
31400 \begin_inset CommandInset include
31401 LatexCommand verbatiminput*
31402 filename "DummyTextDocument.txt"
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \begin_layout Standard
31410 \begin_inset VSpace bigskip
31411 \end_inset
31412
31413
31414 \end_layout
31415
31416 \begin_layout Standard
31417 \begin_inset Note Greyedout
31418 status open
31419
31420 \begin_layout Plain Layout
31421
31422 \series bold
31423 Note:
31424 \series default
31425  As you can see in the examples above, the text of the documents included
31426  as 
31427 \family sans
31428 verbatim
31429 \family default
31430  is not broken at the end of the document lines.
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \begin_layout Description
31439 Listings This type is described in chapter
31440 \begin_inset space ~
31441 \end_inset
31442
31443
31444 \begin_inset CommandInset ref
31445 LatexCommand ref
31446 reference "cha:Program-Code-Listings"
31447
31448 \end_inset
31449
31450 .
31451 \end_layout
31452
31453 \begin_layout Standard
31454 \begin_inset Note Greyedout
31455 status open
31456
31457 \begin_layout Plain Layout
31458
31459 \series bold
31460 Note:
31461 \series default
31462  Including the same document twice in a document using different methods
31463  could cause LaTeX-problems.
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Chapter
31472 Program Code Listings
31473 \begin_inset CommandInset label
31474 LatexCommand label
31475 name "cha:Program-Code-Listings"
31476
31477 \end_inset
31478
31479
31480 \begin_inset Index
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484 Listings
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \begin_inset Index
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494 Program Code
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Index
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 Floats ! Listings
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Standard
31513 To include and typeset program code you can use the 
31514 \family sans
31515 Listings
31516 \family default
31517  inset that can be inserted via the menu 
31518 \family sans
31519 Insert\SpecialChar \menuseparator
31520 Program Listing
31521 \family default
31522 .
31523  The LaTeX-package 
31524 \series bold
31525 listings
31526 \series default
31527
31528 \begin_inset Index
31529 status collapsed
31530
31531 \begin_layout Plain Layout
31532 LaTeX-packages ! listings
31533 \end_layout
31534
31535 \end_inset
31536
31537  provides a powerful and flexible way to insert program source code to your
31538  document.
31539 \end_layout
31540
31541 \begin_layout Standard
31542 When right-clicking on a listings inset a dialog pops up where you can set
31543  the listings format.
31544 \end_layout
31545
31546 \begin_layout Standard
31547 By default, a listing starts a new paragraph in the output.
31548  The placement option 
31549 \family sans
31550 Inline
31551 \begin_inset space ~
31552 \end_inset
31553
31554 listing
31555 \family default
31556  prints the listing inline like this: 
31557 \begin_inset listings
31558 lstparams "language={C++}"
31559 inline true
31560 status open
31561
31562 \begin_layout Plain Layout
31563 int a=5;
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \begin_inset Newline newline
31570 \end_inset
31571
31572 The option 
31573 \family sans
31574 Float
31575 \family default
31576  creates a listings float where you can specify the placement options 
31577 \begin_inset Quotes eld
31578 \end_inset
31579
31580
31581 \family sans
31582 h
31583 \family default
31584
31585 \begin_inset Quotes erd
31586 \end_inset
31587
31588
31589 \begin_inset Quotes eld
31590 \end_inset
31591
31592
31593 \family sans
31594 t
31595 \family default
31596
31597 \begin_inset Quotes erd
31598 \end_inset
31599
31600
31601 \begin_inset Quotes eld
31602 \end_inset
31603
31604
31605 \family sans
31606 b
31607 \family default
31608
31609 \begin_inset Quotes erd
31610 \end_inset
31611
31612 , and 
31613 \begin_inset Quotes eld
31614 \end_inset
31615
31616
31617 \family sans
31618 p
31619 \family default
31620
31621 \begin_inset Quotes erd
31622 \end_inset
31623
31624  corresponding to the float placement options described in section
31625 \begin_inset space ~
31626 \end_inset
31627
31628
31629 \begin_inset CommandInset ref
31630 LatexCommand ref
31631 reference "sec:Float-Placement"
31632
31633 \end_inset
31634
31635 .
31636  The placement options can be mixed and are inserted without any separation,
31637  e.
31638 \begin_inset space \thinspace{}
31639 \end_inset
31640
31641 g.
31642 \begin_inset space ~
31643 \end_inset
31644
31645
31646 \begin_inset Quotes eld
31647 \end_inset
31648
31649
31650 \family sans
31651 htbp
31652 \family default
31653
31654 \begin_inset Quotes erd
31655 \end_inset
31656
31657 .
31658  The option 
31659 \begin_inset Quotes eld
31660 \end_inset
31661
31662 h
31663 \begin_inset Quotes erd
31664 \end_inset
31665
31666  has sometimes no effect, but you don't need to use the 
31667 \family sans
31668 Float
31669 \family default
31670  option in this case as also non-float listings can have captions and be
31671  referenced.
31672 \end_layout
31673
31674 \begin_layout Standard
31675 You can add captions to listings with the menu 
31676 \family sans
31677 Insert\SpecialChar \menuseparator
31678 Caption
31679 \family default
31680 .
31681  Listings can be referenced like floats: Listing
31682 \begin_inset space ~
31683 \end_inset
31684
31685
31686 \begin_inset CommandInset ref
31687 LatexCommand ref
31688 reference "lst:Example-Listing"
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 \begin_inset listings
31697 lstparams "language=Python"
31698 inline false
31699 status open
31700
31701 \begin_layout Plain Layout
31702 \begin_inset Caption
31703
31704 \begin_layout Plain Layout
31705 \begin_inset CommandInset label
31706 LatexCommand label
31707 name "lst:Example-Listing"
31708
31709 \end_inset
31710
31711 Example Listing float
31712 \end_layout
31713
31714 \end_inset
31715
31716 # Example listing float
31717 \end_layout
31718
31719 \begin_layout Plain Layout
31720 def func(param):
31721 \end_layout
31722
31723 \begin_layout Plain Layout
31724     'this is a python function'
31725 \end_layout
31726
31727 \begin_layout Plain Layout
31728     pass
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Standard
31737 When you have set a programming language in the listings dialog, the keywords
31738  of this language will be recognized and specially typeset in the output.
31739  In the example listings the Python keyword 
31740 \begin_inset Quotes eld
31741 \end_inset
31742
31743 def
31744 \begin_inset Quotes erd
31745 \end_inset
31746
31747  is recognized and printed bold in the output.
31748 \end_layout
31749
31750 \begin_layout Standard
31751 \begin_inset Note Greyedout
31752 status open
31753
31754 \begin_layout Plain Layout
31755
31756 \series bold
31757 Note:
31758 \series default
31759  If you don't get bold keywords when using typewriter fonts, your typewriter
31760  font probably doesn't provide a bold shape.
31761  In this case select a different one in the menu 
31762 \family sans
31763 Document\SpecialChar \menuseparator
31764 Settings\SpecialChar \menuseparator
31765 Fonts
31766 \family default
31767 .
31768  (The fonts 
31769 \emph on
31770 LuxiMono, BeraMono
31771 \emph default
31772  and 
31773 \emph on
31774 Courier
31775 \emph default
31776  provide bold shapes.)
31777 \end_layout
31778
31779 \end_inset
31780
31781
31782 \end_layout
31783
31784 \begin_layout Standard
31785 In section 
31786 \family sans
31787 Line
31788 \begin_inset space ~
31789 \end_inset
31790
31791 numbering
31792 \family default
31793  of the listings dialog you can specify the line numbering style.
31794  You can insert a number to specify which lines are numbered to the field
31795  
31796 \family sans
31797 Step
31798 \family default
31799 .
31800  When you insert e.g.
31801  
31802 \begin_inset Quotes eld
31803 \end_inset
31804
31805 3
31806 \begin_inset Quotes erd
31807 \end_inset
31808
31809 , only every 3rd line will be numbered.
31810 \end_layout
31811
31812 \begin_layout Standard
31813 You can furthermore specify a range of lines, only these will then appear
31814  in the output.
31815  The option 
31816 \family sans
31817 Extended
31818 \begin_inset space ~
31819 \end_inset
31820
31821 chars
31822 \family default
31823  should be used when you use national characters like the German umlauts
31824  in the listing.
31825 \begin_inset Newline newline
31826 \end_inset
31827
31828 Here is an example listing with left line numbering, step 
31829 \begin_inset Quotes eld
31830 \end_inset
31831
31832 3
31833 \begin_inset Quotes erd
31834 \end_inset
31835
31836 , language 
31837 \begin_inset Quotes eld
31838 \end_inset
31839
31840 Python
31841 \begin_inset Quotes erd
31842 \end_inset
31843
31844 , options 
31845 \begin_inset Quotes eld
31846 \end_inset
31847
31848 Extended
31849 \begin_inset space ~
31850 \end_inset
31851
31852 chars
31853 \begin_inset Quotes erd
31854 \end_inset
31855
31856  and 
31857 \begin_inset Quotes eld
31858 \end_inset
31859
31860 Space
31861 \begin_inset space ~
31862 \end_inset
31863
31864 as
31865 \begin_inset space ~
31866 \end_inset
31867
31868 Symbol
31869 \begin_inset Quotes erd
31870 \end_inset
31871
31872 , range lines 3
31873 \begin_inset space \thinspace{}
31874 \end_inset
31875
31876 -
31877 \begin_inset space \thinspace{}
31878 \end_inset
31879
31880 8:
31881 \end_layout
31882
31883 \begin_layout Standard
31884 \begin_inset listings
31885 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31886 inline false
31887 status open
31888
31889 \begin_layout Plain Layout
31890 def func(param):
31891 \end_layout
31892
31893 \begin_layout Plain Layout
31894     'this is a python function'
31895 \end_layout
31896
31897 \begin_layout Plain Layout
31898     pass
31899 \end_layout
31900
31901 \begin_layout Plain Layout
31902 def func(param):
31903 \end_layout
31904
31905 \begin_layout Plain Layout
31906 'This is a German word: Tschüß'
31907 \end_layout
31908
31909 \begin_layout Plain Layout
31910 pass
31911 \end_layout
31912
31913 \begin_layout Plain Layout
31914 def func(param):
31915 \end_layout
31916
31917 \begin_layout Plain Layout
31918 'this is a python function'
31919 \end_layout
31920
31921 \begin_layout Plain Layout
31922 pass
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \end_layout
31929
31930 \begin_layout Standard
31931 \begin_inset Note Greyedout
31932 status open
31933
31934 \begin_layout Plain Layout
31935
31936 \series bold
31937 Note:
31938 \series default
31939  Due to a bug in the 
31940 \series bold
31941 listings
31942 \series default
31943  package the line numbering is shifted by a line by every previous listing.
31944  That's the reason why the lines 2 and 5 are numbered in the above listing
31945  and not the lines 3 and 6.
31946 \end_layout
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \begin_layout Standard
31954 \begin_inset VSpace bigskip
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \begin_layout Standard
31961 It is also possible to print lines from a file as listing.
31962  To do this, use the menu 
31963 \family sans
31964 Insert\SpecialChar \menuseparator
31965 File\SpecialChar \menuseparator
31966 Child Document
31967 \family default
31968  and choose the type 
31969 \family sans
31970 Listings
31971 \family default
31972 .
31973 \begin_inset Foot
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977 The other child document types are described in section
31978 \begin_inset space ~
31979 \end_inset
31980
31981
31982 \begin_inset CommandInset ref
31983 LatexCommand ref
31984 reference "sec:Child-Documents"
31985
31986 \end_inset
31987
31988 .
31989 \end_layout
31990
31991 \end_inset
31992
31993  In the child document dialog you can specify the listing parameters in
31994  a text box.
31995  To show a list of all available parameters, type in a question mark 
31996 \begin_inset Quotes eld
31997 \end_inset
31998
31999 ?
32000 \begin_inset Quotes erd
32001 \end_inset
32002
32003  in the text box.
32004 \end_layout
32005
32006 \begin_layout Standard
32007 To reference child document listings, write a label text into the corresponding
32008  field of the child document dialog.
32009  The label can then be referenced using the menu 
32010 \family sans
32011 Insert\SpecialChar \menuseparator
32012 Cross-Reference
32013 \family default
32014 .
32015 \end_layout
32016
32017 \begin_layout Standard
32018 Listing
32019 \begin_inset space ~
32020 \end_inset
32021
32022
32023 \begin_inset CommandInset ref
32024 LatexCommand ref
32025 reference "lst:file-listing"
32026
32027 \end_inset
32028
32029  is an example for a listing of a file; there the lines 10
32030 \begin_inset space \thinspace{}
32031 \end_inset
32032
32033 -
32034 \begin_inset space \thinspace{}
32035 \end_inset
32036
32037 15 of this LyX file are listed.
32038 \end_layout
32039
32040 \begin_layout Standard
32041 \begin_inset CommandInset include
32042 LatexCommand lstinputlisting
32043 filename "EmbeddedObjects.lyx"
32044 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32045
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Standard
32052 \begin_inset VSpace bigskip
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \begin_layout Standard
32059 Global listings settings can be set in the 
32060 \family sans
32061 Document\SpecialChar \menuseparator
32062 Settings\SpecialChar \menuseparator
32063 Text Layout
32064 \family default
32065  dialog.
32066  To get there a list of available options, type in a question mark 
32067 \begin_inset Quotes eld
32068 \end_inset
32069
32070 ?
32071 \begin_inset Quotes erd
32072 \end_inset
32073
32074  in the 
32075 \family sans
32076 Listings
32077 \begin_inset space ~
32078 \end_inset
32079
32080 settings
32081 \family default
32082  field.
32083 \end_layout
32084
32085 \begin_layout Standard
32086 For more information about the 
32087 \series bold
32088 listings
32089 \series default
32090  package, we refer to its documentation 
32091 \begin_inset CommandInset citation
32092 LatexCommand cite
32093 key "listings"
32094
32095 \end_inset
32096
32097 .
32098 \end_layout
32099
32100 \begin_layout Standard
32101 \begin_inset Newpage newpage
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Chapter
32108 \start_of_appendix
32109 Units available in LyX
32110 \begin_inset Index
32111 status collapsed
32112
32113 \begin_layout Plain Layout
32114 Units
32115 \end_layout
32116
32117 \end_inset
32118
32119
32120 \begin_inset CommandInset label
32121 LatexCommand label
32122 name "cha:Units-available-in"
32123
32124 \end_inset
32125
32126
32127 \end_layout
32128
32129 \begin_layout Standard
32130 To understand the units described in this documentation, Table
32131 \begin_inset space ~
32132 \end_inset
32133
32134
32135 \begin_inset CommandInset ref
32136 LatexCommand ref
32137 reference "tab:Units"
32138
32139 \end_inset
32140
32141  explains all units available in LyX.
32142 \end_layout
32143
32144 \begin_layout Standard
32145 \begin_inset Float table
32146 placement h
32147 wide false
32148 sideways false
32149 status open
32150
32151 \begin_layout Plain Layout
32152 \begin_inset Caption
32153
32154 \begin_layout Plain Layout
32155 \begin_inset CommandInset label
32156 LatexCommand label
32157 name "tab:Units"
32158
32159 \end_inset
32160
32161 Units
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \begin_layout Plain Layout
32170 \begin_inset VSpace medskip
32171 \end_inset
32172
32173
32174 \end_layout
32175
32176 \begin_layout Plain Layout
32177 \align center
32178 \begin_inset Tabular
32179 <lyxtabular version="3" rows="20" columns="2">
32180 <features>
32181 <column alignment="center" valignment="top" width="0">
32182 <column alignment="center" valignment="top" width="0">
32183 <row>
32184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32185 \begin_inset Text
32186
32187 \begin_layout Plain Layout
32188 unit
32189 \end_layout
32190
32191 \end_inset
32192 </cell>
32193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32194 \begin_inset Text
32195
32196 \begin_layout Plain Layout
32197 name/description
32198 \end_layout
32199
32200 \end_inset
32201 </cell>
32202 </row>
32203 <row>
32204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32205 \begin_inset Text
32206
32207 \begin_layout Plain Layout
32208 mm
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 millimeter
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 </row>
32223 <row>
32224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32225 \begin_inset Text
32226
32227 \begin_layout Plain Layout
32228 cm
32229 \end_layout
32230
32231 \end_inset
32232 </cell>
32233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 centimeter
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 </row>
32243 <row>
32244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32245 \begin_inset Text
32246
32247 \begin_layout Plain Layout
32248 in
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257 inch
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 </row>
32263 <row>
32264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32265 \begin_inset Text
32266
32267 \begin_layout Plain Layout
32268 pt
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 point (72.27
32278 \begin_inset space \thinspace{}
32279 \end_inset
32280
32281 pt = 1
32282 \begin_inset space \thinspace{}
32283 \end_inset
32284
32285 in)
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 </row>
32291 <row>
32292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296 pc
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32302 \begin_inset Text
32303
32304 \begin_layout Plain Layout
32305 pica (1
32306 \begin_inset space \thinspace{}
32307 \end_inset
32308
32309 pc = 12
32310 \begin_inset space \thinspace{}
32311 \end_inset
32312
32313 pt)
32314 \end_layout
32315
32316 \end_inset
32317 </cell>
32318 </row>
32319 <row>
32320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32321 \begin_inset Text
32322
32323 \begin_layout Plain Layout
32324 sp
32325 \end_layout
32326
32327 \end_inset
32328 </cell>
32329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32330 \begin_inset Text
32331
32332 \begin_layout Plain Layout
32333 scaled point (65536
32334 \begin_inset space \thinspace{}
32335 \end_inset
32336
32337 sp = 1
32338 \begin_inset space \thinspace{}
32339 \end_inset
32340
32341 pt)
32342 \end_layout
32343
32344 \end_inset
32345 </cell>
32346 </row>
32347 <row>
32348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32349 \begin_inset Text
32350
32351 \begin_layout Plain Layout
32352 bp
32353 \end_layout
32354
32355 \end_inset
32356 </cell>
32357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32358 \begin_inset Text
32359
32360 \begin_layout Plain Layout
32361 big point (72
32362 \begin_inset space \thinspace{}
32363 \end_inset
32364
32365 bp = 1
32366 \begin_inset space \thinspace{}
32367 \end_inset
32368
32369 in)
32370 \end_layout
32371
32372 \end_inset
32373 </cell>
32374 </row>
32375 <row>
32376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32377 \begin_inset Text
32378
32379 \begin_layout Plain Layout
32380 dd
32381 \end_layout
32382
32383 \end_inset
32384 </cell>
32385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32386 \begin_inset Text
32387
32388 \begin_layout Plain Layout
32389 didot (1
32390 \begin_inset space \thinspace{}
32391 \end_inset
32392
32393 dd 
32394 \begin_inset Formula $\approx$
32395 \end_inset
32396
32397  0.376
32398 \begin_inset space \thinspace{}
32399 \end_inset
32400
32401 mm)
32402 \end_layout
32403
32404 \end_inset
32405 </cell>
32406 </row>
32407 <row>
32408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32409 \begin_inset Text
32410
32411 \begin_layout Plain Layout
32412 cc
32413 \end_layout
32414
32415 \end_inset
32416 </cell>
32417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421 cicero (1
32422 \begin_inset space \thinspace{}
32423 \end_inset
32424
32425 cc = 12
32426 \begin_inset space \thinspace{}
32427 \end_inset
32428
32429 dd)
32430 \end_layout
32431
32432 \end_inset
32433 </cell>
32434 </row>
32435 <row>
32436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440 Scale%
32441 \end_layout
32442
32443 \end_inset
32444 </cell>
32445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32446 \begin_inset Text
32447
32448 \begin_layout Plain Layout
32449 % of original image width
32450 \end_layout
32451
32452 \end_inset
32453 </cell>
32454 </row>
32455 <row>
32456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32457 \begin_inset Text
32458
32459 \begin_layout Plain Layout
32460 text%
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 % of text width
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 </row>
32475 <row>
32476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32477 \begin_inset Text
32478
32479 \begin_layout Plain Layout
32480 col%
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32486 \begin_inset Text
32487
32488 \begin_layout Plain Layout
32489 % of column width
32490 \end_layout
32491
32492 \end_inset
32493 </cell>
32494 </row>
32495 <row>
32496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32497 \begin_inset Text
32498
32499 \begin_layout Plain Layout
32500 page%
32501 \end_layout
32502
32503 \end_inset
32504 </cell>
32505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32506 \begin_inset Text
32507
32508 \begin_layout Plain Layout
32509 % of paper width
32510 \end_layout
32511
32512 \end_inset
32513 </cell>
32514 </row>
32515 <row>
32516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32517 \begin_inset Text
32518
32519 \begin_layout Plain Layout
32520 line%
32521 \end_layout
32522
32523 \end_inset
32524 </cell>
32525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32526 \begin_inset Text
32527
32528 \begin_layout Plain Layout
32529 % of line width
32530 \end_layout
32531
32532 \end_inset
32533 </cell>
32534 </row>
32535 <row>
32536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32537 \begin_inset Text
32538
32539 \begin_layout Plain Layout
32540 theight%
32541 \end_layout
32542
32543 \end_inset
32544 </cell>
32545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32546 \begin_inset Text
32547
32548 \begin_layout Plain Layout
32549 % of text height
32550 \end_layout
32551
32552 \end_inset
32553 </cell>
32554 </row>
32555 <row>
32556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32557 \begin_inset Text
32558
32559 \begin_layout Plain Layout
32560 pheight%
32561 \end_layout
32562
32563 \end_inset
32564 </cell>
32565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32566 \begin_inset Text
32567
32568 \begin_layout Plain Layout
32569 % of paper height
32570 \end_layout
32571
32572 \end_inset
32573 </cell>
32574 </row>
32575 <row>
32576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32577 \begin_inset Text
32578
32579 \begin_layout Plain Layout
32580 ex
32581 \end_layout
32582
32583 \end_inset
32584 </cell>
32585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32586 \begin_inset Text
32587
32588 \begin_layout Plain Layout
32589 height of letter 
32590 \emph on
32591 x
32592 \emph default
32593  in current font
32594 \end_layout
32595
32596 \end_inset
32597 </cell>
32598 </row>
32599 <row>
32600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32601 \begin_inset Text
32602
32603 \begin_layout Plain Layout
32604 em
32605 \end_layout
32606
32607 \end_inset
32608 </cell>
32609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32610 \begin_inset Text
32611
32612 \begin_layout Plain Layout
32613 width of letter 
32614 \emph on
32615 M
32616 \emph default
32617  in current font
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 </row>
32623 <row>
32624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32625 \begin_inset Text
32626
32627 \begin_layout Plain Layout
32628 mu
32629 \end_layout
32630
32631 \end_inset
32632 </cell>
32633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32634 \begin_inset Text
32635
32636 \begin_layout Plain Layout
32637 math unit (1
32638 \begin_inset space \thinspace{}
32639 \end_inset
32640
32641 mu = 1/18
32642 \begin_inset space \thinspace{}
32643 \end_inset
32644
32645 em)
32646 \end_layout
32647
32648 \end_inset
32649 </cell>
32650 </row>
32651 </lyxtabular>
32652
32653 \end_inset
32654
32655
32656 \end_layout
32657
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Chapter
32664 Output File Formats with Graphics
32665 \begin_inset CommandInset label
32666 LatexCommand label
32667 name "cha:Output-File-Formats"
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Section
32675 DVI
32676 \begin_inset Index
32677 status collapsed
32678
32679 \begin_layout Plain Layout
32680 File Formats ! DVI
32681 \end_layout
32682
32683 \end_inset
32684
32685
32686 \begin_inset Index
32687 status collapsed
32688
32689 \begin_layout Plain Layout
32690 DVI|see
32691 \begin_inset ERT
32692 status collapsed
32693
32694 \begin_layout Plain Layout
32695
32696 {
32697 \end_layout
32698
32699 \end_inset
32700
32701 File Formats
32702 \begin_inset ERT
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706
32707 }
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \end_layout
32714
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \begin_layout Standard
32721 This file type has the extension 
32722 \begin_inset Quotes eld
32723 \end_inset
32724
32725
32726 \family typewriter
32727 .dvi
32728 \family default
32729
32730 \begin_inset Quotes erd
32731 \end_inset
32732
32733 .
32734  It is called 
32735 \begin_inset Quotes eld
32736 \end_inset
32737
32738 device-independent
32739 \begin_inset Quotes erd
32740 \end_inset
32741
32742  (DVI), because it is completely portable; you can move them from one machine
32743  to another without needing to do any sort of conversion.
32744  At the time when this file-format was developed, this was no matter of
32745  course.
32746  DVIs are used for quick previews and as pre-stage for other output formats,
32747  like PostScript.
32748 \end_layout
32749
32750 \begin_layout Standard
32751 \begin_inset Note Greyedout
32752 status open
32753
32754 \begin_layout Plain Layout
32755
32756 \series bold
32757 Note:
32758 \series default
32759  DVI-files doesn't contain images, they will only be a linked.
32760 \end_layout
32761
32762 \end_inset
32763
32764  So don't forget this, if you move your 
32765 \family typewriter
32766 .dvi
32767 \family default
32768  file to another computer.
32769  This property can also slow down your computer when you view the DVI.
32770  Because the DVI-viewer has to convert the image in the background to make
32771  it visible when you scroll in the DVI.
32772  So we recommend to use PDF for files with many images.
32773 \end_layout
32774
32775 \begin_layout Standard
32776 You can export your document to DVI by using the menu 
32777 \family sans
32778 File\SpecialChar \menuseparator
32779 Export\SpecialChar \menuseparator
32780 DVI
32781 \family default
32782 .
32783  You can view your document as DVI via the 
32784 \family sans
32785 View
32786 \family default
32787  menu or by using the toolbar button 
32788 \begin_inset Graphics
32789         filename ../images/buffer-view_dvi.png
32790         scale 85
32791         scaleBeforeRotation
32792
32793 \end_inset
32794
32795 .
32796 \end_layout
32797
32798 \begin_layout Section
32799 PostScript
32800 \begin_inset CommandInset label
32801 LatexCommand label
32802 name "sec:PostScript"
32803
32804 \end_inset
32805
32806
32807 \begin_inset Index
32808 status collapsed
32809
32810 \begin_layout Plain Layout
32811 File Formats ! PostScript
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \begin_inset Index
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 PostScript|see
32822 \begin_inset ERT
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826
32827 {
32828 \end_layout
32829
32830 \end_inset
32831
32832 File Formats
32833 \begin_inset ERT
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837
32838 }
32839 \end_layout
32840
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \begin_layout Standard
32852 This file type has the extension 
32853 \begin_inset Quotes eld
32854 \end_inset
32855
32856
32857 \family typewriter
32858 .ps
32859 \family default
32860
32861 \begin_inset Quotes erd
32862 \end_inset
32863
32864 .
32865  PostScript was developed by the company 
32866 \family typewriter
32867 Adobe
32868 \family default
32869  as printer language.
32870  The file contains therefore commands that the printer uses to print the
32871  file.
32872  PostScript can be seen as 
32873 \begin_inset Quotes eld
32874 \end_inset
32875
32876 programming language
32877 \begin_inset Quotes erd
32878 \end_inset
32879
32880 ; you can calculate with it and draw diagrams and images
32881 \begin_inset Foot
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885 If you are interested to learn more about this, have a look at the LaTeX-package
32886  
32887 \series bold
32888 PSTricks
32889 \series default
32890  
32891 \begin_inset CommandInset citation
32892 LatexCommand cite
32893 key "pstricks"
32894
32895 \end_inset
32896
32897 .
32898 \end_layout
32899
32900 \end_inset
32901
32902 .
32903  Due to this ability, the files are often bigger than PDFs.
32904 \end_layout
32905
32906 \begin_layout Standard
32907 PostScript can only contain images in the format 
32908 \begin_inset Quotes eld
32909 \end_inset
32910
32911 Encapsulated PostScript
32912 \begin_inset Quotes erd
32913 \end_inset
32914
32915  (EPS, file extension 
32916 \begin_inset Quotes eld
32917 \end_inset
32918
32919
32920 \family typewriter
32921 .eps
32922 \family default
32923
32924 \begin_inset Quotes erd
32925 \end_inset
32926
32927 ).
32928  As LyX allows you to use any known image format in your document, it has
32929  to convert images in the background to EPS.
32930  If you have e.g 50 images in your document, LyX has to do 50 conversions
32931  whenever you view or export your document.
32932  This will slow down your work flow with LyX drastically.
32933  So if you plan to use PostScript, you can insert your images directly as
32934  EPS to avoid this problem.
32935 \end_layout
32936
32937 \begin_layout Standard
32938 You can export your document to PostScript using the menu 
32939 \family sans
32940 File\SpecialChar \menuseparator
32941 Export\SpecialChar \menuseparator
32942 Postscript
32943 \family default
32944 .
32945  You can view your document as PostScript via the 
32946 \family sans
32947 View
32948 \family default
32949  menu or by using the toolbar button 
32950 \begin_inset Graphics
32951         filename ../images/buffer-view_ps.png
32952         scale 85
32953         scaleBeforeRotation
32954
32955 \end_inset
32956
32957 .
32958 \end_layout
32959
32960 \begin_layout Section
32961 PDF
32962 \begin_inset CommandInset label
32963 LatexCommand label
32964 name "sec:PDF"
32965
32966 \end_inset
32967
32968
32969 \begin_inset Index
32970 status collapsed
32971
32972 \begin_layout Plain Layout
32973 File Formats ! PDF
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \begin_inset Index
32980 status collapsed
32981
32982 \begin_layout Plain Layout
32983 PDF
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 This file type has the extension 
32993 \begin_inset Quotes eld
32994 \end_inset
32995
32996
32997 \family typewriter
32998 .pdf
32999 \family default
33000
33001 \begin_inset Quotes erd
33002 \end_inset
33003
33004 .
33005  The 
33006 \begin_inset Quotes eld
33007 \end_inset
33008
33009 Portable Document Format
33010 \begin_inset Quotes erd
33011 \end_inset
33012
33013  (PDF) is developed by 
33014 \family typewriter
33015 Adobe
33016 \family default
33017  as derivative from PostScript.
33018  It is more compressed and it uses much less commands than PostScript.
33019  As the name 
33020 \begin_inset Quotes eld
33021 \end_inset
33022
33023 portable
33024 \begin_inset Quotes erd
33025 \end_inset
33026
33027  implies, it can be processed at any computer system and the printed output
33028  looks exactly the same.
33029 \end_layout
33030
33031 \begin_layout Standard
33032 PDF can contain images in its own PDF format, in the format 
33033 \begin_inset Quotes eld
33034 \end_inset
33035
33036 Joint Photographic Experts Group
33037 \begin_inset Quotes erd
33038 \end_inset
33039
33040  (JPG, file extension 
33041 \begin_inset Quotes eld
33042 \end_inset
33043
33044
33045 \family typewriter
33046 .jpg
33047 \family default
33048
33049 \begin_inset Quotes erd
33050 \end_inset
33051
33052  or 
33053 \begin_inset Quotes eld
33054 \end_inset
33055
33056
33057 \family typewriter
33058 .jpeg
33059 \family default
33060
33061 \begin_inset Quotes erd
33062 \end_inset
33063
33064 ), and in the format 
33065 \begin_inset Quotes eld
33066 \end_inset
33067
33068 Portable Network Graphics
33069 \begin_inset Quotes erd
33070 \end_inset
33071
33072  (PNG, file extension 
33073 \begin_inset Quotes eld
33074 \end_inset
33075
33076
33077 \family typewriter
33078 .png
33079 \family default
33080
33081 \begin_inset Quotes erd
33082 \end_inset
33083
33084 ).
33085  Nevertheless you can use any other image format, because LyX converts them
33086  in the background to one of these formats.
33087  But as described in the section about PostScript, the image conversion
33088  will slow down your work flow.
33089  So it is recommended to use images in one of the three mentioned formats.
33090 \end_layout
33091
33092 \begin_layout Standard
33093 You can export your document to PDF via the menu 
33094 \family sans
33095 File\SpecialChar \menuseparator
33096 Export
33097 \family default
33098  in three different ways:
33099 \end_layout
33100
33101 \begin_layout Description
33102 PDF
33103 \begin_inset space ~
33104 \end_inset
33105
33106 (ps2pdf) This uses the program 
33107 \family typewriter
33108 ps2pdf
33109 \family default
33110  that creates a PDF from a PostScript-version of your file.
33111  The PostScript-version is produced by the program 
33112 \family typewriter
33113 dvips
33114 \family default
33115  which uses a DVI-version as intermediate step.
33116  So this export variant consist of three conversions.
33117 \end_layout
33118
33119 \begin_layout Description
33120 PDF
33121 \begin_inset space ~
33122 \end_inset
33123
33124 (dvipdfm) This uses the program 
33125 \family typewriter
33126 dvipdfm
33127 \family default
33128  that converts your file in the background to DVI and in a second step to
33129  PDF.
33130 \end_layout
33131
33132 \begin_layout Description
33133 PDF
33134 \begin_inset space ~
33135 \end_inset
33136
33137 (pdflatex) This uses the program 
33138 \family typewriter
33139 pdftex
33140 \family default
33141  that converts your file directly to PDF.
33142 \end_layout
33143
33144 \begin_layout Standard
33145 It is recommended to use 
33146 \family sans
33147 PDF
33148 \begin_inset space ~
33149 \end_inset
33150
33151 (pdflatex)
33152 \family default
33153  because 
33154 \family typewriter
33155 pdftex
33156 \family default
33157  supports all features of actual PDF-versions, is quick and works stable
33158  without problems.
33159  The program 
33160 \family typewriter
33161 dvipdfm
33162 \family default
33163  is not under development and therefore a bit outdated.
33164 \end_layout
33165
33166 \begin_layout Standard
33167 You can view your document as PDF via the 
33168 \family sans
33169 View
33170 \family default
33171  menu or by using the toolbar button 
33172 \begin_inset Graphics
33173         filename ../images/buffer-view_pdf2.png
33174         scale 85
33175         scaleBeforeRotation
33176
33177 \end_inset
33178
33179  
33180 \family sans
33181 (
33182 \family default
33183 that uses 
33184 \family sans
33185 PDF
33186 \begin_inset space ~
33187 \end_inset
33188
33189 (pdflatex)
33190 \family default
33191 ).
33192 \end_layout
33193
33194 \begin_layout Chapter
33195 Explanation of Equation
33196 \begin_inset space ~
33197 \end_inset
33198
33199
33200 \begin_inset CommandInset ref
33201 LatexCommand eqref
33202 reference "eq:Wgn"
33203
33204 \end_inset
33205
33206
33207 \begin_inset CommandInset label
33208 LatexCommand label
33209 name "cha:Explanation-of-Equation"
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 The total width of 
33218 \emph on
33219 n
33220 \emph default
33221  table cells 
33222 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33223 \end_inset
33224
33225  can be calculated to
33226 \end_layout
33227
33228 \begin_layout Standard
33229 \begin_inset Formula \begin{equation}
33230 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}
33231
33232 \end_inset
33233
33234
33235 \end_layout
33236
33237 \begin_layout Standard
33238 Where 
33239 \begin_inset Formula $W_{g\, n}$
33240 \end_inset
33241
33242  is the given width of all cells.
33243  
33244 \series bold
33245
33246 \backslash
33247 tabcolsep
33248 \series default
33249  is the LaTeX-length between the cell text and the cell border, its default
33250  value is 6
33251 \begin_inset space \thinspace{}
33252 \end_inset
33253
33254 pt.
33255  
33256 \series bold
33257
33258 \backslash
33259 arrayrulewidth
33260 \series default
33261  is the thickness of the cell border line, the default is 0.4
33262 \begin_inset space \thinspace{}
33263 \end_inset
33264
33265 pt.
33266 \end_layout
33267
33268 \begin_layout Standard
33269 Following equation
33270 \begin_inset space ~
33271 \end_inset
33272
33273
33274 \begin_inset CommandInset ref
33275 LatexCommand eqref
33276 reference "eq:Wtot_n"
33277
33278 \end_inset
33279
33280 , the total width of a multicolumn 
33281 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33282 \end_inset
33283
33284  is
33285 \end_layout
33286
33287 \begin_layout Standard
33288 \begin_inset Formula \begin{equation}
33289 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33290
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \begin_layout Standard
33297 By setting equation
33298 \begin_inset space ~
33299 \end_inset
33300
33301
33302 \begin_inset CommandInset ref
33303 LatexCommand eqref
33304 reference "eq:Wtot_n"
33305
33306 \end_inset
33307
33308  and 
33309 \begin_inset CommandInset ref
33310 LatexCommand eqref
33311 reference "eq:Wtot_mult"
33312
33313 \end_inset
33314
33315  equal we can calculate the needed given width 
33316 \begin_inset Formula $W_{g\, n}$
33317 \end_inset
33318
33319  when 
33320 \emph on
33321 n
33322 \emph default
33323  columns are spanned, so that each column has a total width of 
33324 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33325 \end_inset
33326
33327 :
33328 \end_layout
33329
33330 \begin_layout Standard
33331 \begin_inset Formula \begin{equation}
33332 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33333
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Bibliography
33340 \begin_inset CommandInset bibitem
33341 LatexCommand bibitem
33342 key "latexcompanion"
33343
33344 \end_inset
33345
33346 Frank Mittelbach and Michel Goossens: 
33347 \emph on
33348 The LaTeX Companion Second Edition.
33349
33350 \emph default
33351  Addison-Wesley, 2004
33352 \end_layout
33353
33354 \begin_layout Bibliography
33355 \begin_inset CommandInset bibitem
33356 LatexCommand bibitem
33357 key "latexguide"
33358
33359 \end_inset
33360
33361 Helmut Kopka and Patrick W.
33362  Daly: 
33363 \emph on
33364 A Guide to LaTeX Fourth Edition.
33365
33366 \emph default
33367  Addison-Wesley, 2003
33368 \end_layout
33369
33370 \begin_layout Bibliography
33371 \begin_inset CommandInset bibitem
33372 LatexCommand bibitem
33373 key "latexbook"
33374
33375 \end_inset
33376
33377 Leslie Lamport: 
33378 \emph on
33379 LaTeX: A Document Preparation System.
33380
33381 \emph default
33382  Addison-Wesley, second edition, 1994
33383 \end_layout
33384
33385 \begin_layout Bibliography
33386 \begin_inset CommandInset bibitem
33387 LatexCommand bibitem
33388 key "booktabs"
33389
33390 \end_inset
33391
33392 Documentation of the LaTeX-package 
33393 \series bold
33394
33395 \begin_inset CommandInset href
33396 LatexCommand href
33397 name "booktabs"
33398 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33399
33400 \end_inset
33401
33402
33403 \series default
33404
33405 \begin_inset Index
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409 LaTeX-packages ! booktabs
33410 \end_layout
33411
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Bibliography
33418 \begin_inset CommandInset bibitem
33419 LatexCommand bibitem
33420 key "caption"
33421
33422 \end_inset
33423
33424 Documentation of the LaTeX-package 
33425 \series bold
33426
33427 \begin_inset CommandInset href
33428 LatexCommand href
33429 name "caption"
33430 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33431
33432 \end_inset
33433
33434
33435 \series default
33436
33437 \begin_inset Index
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 LaTeX-packages ! caption
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \begin_layout Bibliography
33450 \begin_inset CommandInset bibitem
33451 LatexCommand bibitem
33452 key "endfloat"
33453
33454 \end_inset
33455
33456 Documentation of the LaTeX-package 
33457 \series bold
33458
33459 \begin_inset CommandInset href
33460 LatexCommand href
33461 name "endfloat"
33462 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33463
33464 \end_inset
33465
33466
33467 \series default
33468
33469 \begin_inset Index
33470 status collapsed
33471
33472 \begin_layout Plain Layout
33473 LaTeX-packages ! endfloat
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Bibliography
33482 \begin_inset CommandInset bibitem
33483 LatexCommand bibitem
33484 key "wrapfig"
33485
33486 \end_inset
33487
33488 Documentation of the LaTeX-package 
33489 \series bold
33490
33491 \begin_inset CommandInset href
33492 LatexCommand href
33493 name "wrapfig"
33494 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33495
33496 \end_inset
33497
33498
33499 \series default
33500
33501 \begin_inset Index
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505 LaTeX-packages ! wrapfig
33506 \begin_inset ERT
33507 status collapsed
33508
33509 \begin_layout Plain Layout
33510
33511
33512 \backslash
33513
33514 \begin_inset ERT
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518
33519 {
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \begin_inset ERT
33526 status collapsed
33527
33528 \begin_layout Plain Layout
33529
33530 }
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \end_inset
33539
33540 vspace
33541 \begin_inset ERT
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545
33546 {
33547 \end_layout
33548
33549 \end_inset
33550
33551 4mm
33552 \begin_inset ERT
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556
33557 }
33558 \end_layout
33559
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \begin_layout Bibliography
33571 \begin_inset CommandInset bibitem
33572 LatexCommand bibitem
33573 key "footmisc"
33574
33575 \end_inset
33576
33577 Documentation of the LaTeX-package 
33578 \series bold
33579
33580 \begin_inset CommandInset href
33581 LatexCommand href
33582 name "footmisc"
33583 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33584
33585 \end_inset
33586
33587
33588 \series default
33589
33590 \begin_inset Index
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594 LaTeX-packages ! footmisc
33595 \end_layout
33596
33597 \end_inset
33598
33599
33600 \end_layout
33601
33602 \begin_layout Bibliography
33603 \begin_inset CommandInset bibitem
33604 LatexCommand bibitem
33605 key "hypcap"
33606
33607 \end_inset
33608
33609 Documentation of the LaTeX-package 
33610 \series bold
33611
33612 \begin_inset CommandInset href
33613 LatexCommand href
33614 name "hypcap"
33615 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33616
33617 \end_inset
33618
33619
33620 \series default
33621
33622 \begin_inset Index
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626 LaTeX-packages ! hyperref
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \begin_layout Bibliography
33635 \begin_inset CommandInset bibitem
33636 LatexCommand bibitem
33637 key "hyperref"
33638
33639 \end_inset
33640
33641 Documentation of the LaTeX-package 
33642 \series bold
33643
33644 \begin_inset CommandInset href
33645 LatexCommand href
33646 name "hyperref"
33647 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33648
33649 \end_inset
33650
33651
33652 \series default
33653
33654 \begin_inset Index
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 LaTeX-packages ! hyperref
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Bibliography
33667 \begin_inset CommandInset bibitem
33668 LatexCommand bibitem
33669 key "koma-script"
33670
33671 \end_inset
33672
33673 Documentation of the LaTeX-package 
33674 \series bold
33675
33676 \begin_inset CommandInset href
33677 LatexCommand href
33678 name "koma-script"
33679 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33680
33681 \end_inset
33682
33683
33684 \series default
33685
33686 \begin_inset Index
33687 status collapsed
33688
33689 \begin_layout Plain Layout
33690 LaTeX-packages ! koma-script
33691 \end_layout
33692
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \begin_layout Bibliography
33699 \begin_inset CommandInset bibitem
33700 LatexCommand bibitem
33701 key "listings"
33702
33703 \end_inset
33704
33705 Documentation of the LaTeX-package 
33706 \series bold
33707
33708 \begin_inset CommandInset href
33709 LatexCommand href
33710 name "listings"
33711 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33712
33713 \end_inset
33714
33715
33716 \series default
33717
33718 \begin_inset Index
33719 status collapsed
33720
33721 \begin_layout Plain Layout
33722 LaTeX-packages ! listings
33723 \end_layout
33724
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \begin_layout Bibliography
33731 \begin_inset CommandInset bibitem
33732 LatexCommand bibitem
33733 key "marginnote"
33734
33735 \end_inset
33736
33737 Documentation of the LaTeX-package 
33738 \series bold
33739
33740 \begin_inset CommandInset href
33741 LatexCommand href
33742 name "marginnote"
33743 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33744
33745 \end_inset
33746
33747
33748 \series default
33749
33750 \begin_inset Index
33751 status collapsed
33752
33753 \begin_layout Plain Layout
33754 LaTeX-packages ! marginnote
33755 \end_layout
33756
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \begin_layout Bibliography
33763 \begin_inset CommandInset bibitem
33764 LatexCommand bibitem
33765 key "pstricks"
33766
33767 \end_inset
33768
33769 Web page of the LaTeX-package 
33770 \series bold
33771
33772 \begin_inset CommandInset href
33773 LatexCommand href
33774 name "PSTricks"
33775 target "http://tug.org/PSTricks/"
33776
33777 \end_inset
33778
33779
33780 \series default
33781
33782 \begin_inset Index
33783 status collapsed
33784
33785 \begin_layout Plain Layout
33786 LaTeX-packages ! PSTricks
33787 \end_layout
33788
33789 \end_inset
33790
33791
33792 \end_layout
33793
33794 \begin_layout Bibliography
33795 \begin_inset CommandInset bibitem
33796 LatexCommand bibitem
33797 key "sidecap"
33798
33799 \end_inset
33800
33801 Documentation of the LaTeX-package 
33802 \series bold
33803
33804 \begin_inset CommandInset href
33805 LatexCommand href
33806 name "sidecap"
33807 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33808
33809 \end_inset
33810
33811
33812 \series default
33813
33814 \begin_inset Index
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818 LaTeX-packages ! sidecap
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Bibliography
33827 \begin_inset CommandInset bibitem
33828 LatexCommand bibitem
33829 key "NewInLyX16"
33830
33831 \end_inset
33832
33833
33834 \begin_inset CommandInset href
33835 LatexCommand href
33836 name "Wiki page"
33837 target "http://wiki.lyx.org/LyX/NewInLyX16"
33838
33839 \end_inset
33840
33841  about new features in 
33842 \family sans
33843 LyX 1.6.0
33844 \family default
33845 .
33846 \end_layout
33847
33848 \begin_layout Standard
33849 \begin_inset CommandInset index_print
33850 LatexCommand printindex
33851
33852 \end_inset
33853
33854
33855 \end_layout
33856
33857 \begin_layout Standard
33858 \begin_inset FloatList figure
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \begin_layout Standard
33866 \begin_inset FloatList table
33867
33868 \end_inset
33869
33870
33871 \end_layout
33872
33873 \begin_layout Standard
33874 \begin_inset FloatList algorithm
33875
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \end_body
33882 \end_document